* lisp/custom.el (custom-available-themes): Return themes in alphabetical order.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2bb5649e
CY
12011-03-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * custom.el (custom-available-themes): Return themes in
4 alphabetical order.
5
7600cf45
CY
62011-03-07 Chong Yidong <cyd@stupidchicken.com>
7
8 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
9 application of patch from Alan Mackenzie (Bug#7595).
10
fa7062f6
DD
112011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12
13 * net/rcirc.el (rcirc-connect): Fix PASS bug.
14
619f4b62
GM
152011-03-07 Glenn Morris <rgm@gnu.org>
16
17 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 18 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 19
e63e9234
ER
202011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
21
22 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
23 Add optional `after-sunset' argument. (Bug#8190)
24
16130297
AH
252011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
26
27 * play/morse.el (nato-alphabet, nato-region, denato-region):
28 New variable and functions. (Bug#2288)
f72c1fd6 29 (morse-region, unmorse-region): Barf if read-only.
16130297 30
2b0787b3
SM
312011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * progmodes/gud.el (gdb-script-syntax-propertize-function):
34 Don't change the syntax of a \n that closes a comment (bug#8169).
35
5c69cb2c
CY
362011-03-06 Chong Yidong <cyd@stupidchicken.com>
37
38 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
39 defcustom.
40 (package--update-file): Doc fix. Accept relative file names.
41 (package--archive-contents-from-file): Remove the argument, since
42 it's necessarily always "archive-contents".
43 (package-maint-add-news-item): Pass relative file name args to
44 package--update-file.
45 (package-upload-buffer-internal): Prompt for a destination if
46 package-archive-upload-base is invalid. Create the directory if
47 it does not exist.
48 (package-upload-buffer, package-upload-file): Doc fix.
49
892777ba
CY
502011-03-06 Chong Yidong <cyd@stupidchicken.com>
51
52 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
53 and move isearch-yank-line to M-s C-e (Bug#8183).
54
9d1f0f55
AM
552011-03-06 Alan Mackenzie <acm@muc.de>
56
57 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
58 (c-guess-basic-syntax): Move CASE 19 to a different place,
59 correctly to process template-args-cont lines.
9d1f0f55 60
479a2c9b
JB
612011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
62
2b0787b3
SM
63 * calc/calc-ext.el (calc-init-extensions):
64 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
65 and calc-nplevel, respectively. Add keybindings for calc-spn,
66 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
67 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
68
69 * calc/calc-units.el (calc-dblevel): Rename from
70 calc-logunits-dblevel.
71 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
72 (math-midi-round, math-freqp, math-midip, math-spnp)
73 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
74 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
75 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
76 (math-notes): New variable.
77
78 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 79
f561e49a
CY
802011-03-06 Chong Yidong <cyd@stupidchicken.com>
81
82 * emacs-lisp/package.el (package-archives): Accept either ordinary
83 directory names, in addition to HTTP URLs.
84 (package--with-work-buffer): New macro. Handle normal directories.
85 (package-handle-response): Don't display the failing buffer.
86 (package-download-single, package-download-tar)
87 (package--download-one-archive): Use package--with-work-buffer.
88 (package-archive-base): Rename from package-archive-url.
89
79a0fb58
GM
902011-03-06 Glenn Morris <rgm@gnu.org>
91
92 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
93 (xmodmap-generic-mode): Respect generic-extras-enable-list.
94
ffd0a502
DC
952011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
96
97 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
98
01c35094
JB
992011-03-06 Juanma Barranquero <lekktu@gmail.com>
100
101 * allout.el (allout-init, allout-prefixed-keybindings)
102 (allout-unprefixed-keybindings):
103 * progmodes/prolog.el (prolog-find-term):
104 Fix typos in docstrings.
105
509742cc
NS
1062011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
107
108 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
109
14369ab3
KR
1102011-03-06 Kevin Ryde <user42@zip.com.au>
111
112 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
113
aa248733
MS
1142011-03-06 Michael Shields <shields@msrl.com> (tiny change)
115
116 * window.el (one-window-p, walk-windows, display-buffer):
117 Doc fixes. (Bug#5567)
118
da0275f8
JB
1192011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
120
121 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
122 of the variable if it exists.
123
845fc5e5
JB
1242011-03-06 Juanma Barranquero <lekktu@gmail.com>
125
126 * bookmark.el:
127 * desktop.el:
128 * emacs-lock.el:
129 * ps-print.el:
130 * saveplace.el:
131 * net/tramp-cache.el:
01c35094 132 * obsolete/fast-lock.el:
845fc5e5
JB
133 * textmodes/reftex.el:
134 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
135
7e27ce9c
AL
1362011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
137
01c35094
JB
138 * files.el (delete-directory, copy-directory, list-directory):
139 Use read-directory-name.
7e27ce9c
AL
140
141 * find-file.el (ff-find-the-other-file):
142 * net/ange-ftp.el (ange-ftp-make-directory):
143 * printing.el (pr-interactive-dir):
144 * progmodes/ada-prj.el (ada-prj-load-directory):
145 * progmodes/ebnf2ps.el (ebnf-print-directory)
146 (ebnf-spool-directory, ebnf-eps-directory)
147 (ebnf-syntax-directory):
148 * shell.el (shell):
149 * speedbar.el (speedbar-create-directory):
150 * vc/emerge.el (emerge-merge-directories):
151 * vc/vc-dir.el (vc-dir):
152 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
153
d23ae2b0
CY
1542011-03-05 Chong Yidong <cyd@stupidchicken.com>
155
156 * help-mode.el (help-buffer): If we are to return the current
157 buffer, signal an error if it's not in Help mode (Bug#8147).
158
2de9cc1a
RT
1592011-03-05 Reuben Thomas <rrt@sc3d.org>
160
161 * files.el (file-name-version-regexp): Handle backup files of the
162 form `foo.js.~HEAD~1~' (Bug#8159).
163
81fb60b2
GM
1642011-03-05 Glenn Morris <rgm@gnu.org>
165
166 * eshell/esh-var.el: Don't require esh-test when compiling.
167 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
168 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 169 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 170
c5f09daf
DE
1712011-03-05 David Engster <deng@randomsample.de>
172
173 * files.el (save-some-buffers): Report the names of buffers saved
174 automatically due to buffer-save-without-query (Bug#8134).
175
77f63d30
DD
1762011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
177
178 * net/rcirc.el: Add QuakeNet authentication support.
179 (rcirc-authinfo, rcirc-check-auth-status)
180 (rcirc-authenticate): Support QuakeNet.
181
72d2c2e3
DD
1822011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
183
184 * net/rcirc.el: Add functionality to authenticate before
185 autojoining channels.
186 (rcirc-authenticate-before-join): New option.
187 (rcirc-authenticated-hook): New variable.
188 (rcirc-connect): Make local variable rcirc-user-authenticated.
189 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
190 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
191 New functions.
192 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
193 Call rcirc-check-auth-status.
72d2c2e3 194
d733e817
MA
1952011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
196
197 * net/soap-client.el (soap-namespace-put-link): Check if the target
198 name is fully qualified -- use only the name part.
199 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
200 types, treated the same as xsd:sequence. (Bug#8166)
201
3ae59fff
EZ
2022011-03-05 Eli Zaretskii <eliz@gnu.org>
203
204 * files.el (find-file-noselect): Don't ask about re-visiting
205 non-literally if the file is already visited in image-mode.
206 (Bug#8177)
207
a9eeff78
GM
2082011-03-05 Glenn Morris <rgm@gnu.org>
209
d783d303
GM
210 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
211 (eshell-mode): Use eshell-kill-buffer-function.
212 Run the -initialize functions independently of the -load-hooks.
213 * eshell/esh-proc.el (eshell-kill-process-function): New function.
214 (eshell-gather-process-output, eshell-sentinel)
215 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
216 Use eshell-kill-process-function.
217 * eshell/em-alias.el (eshell-alias-load-hook):
218 * eshell/em-banner.el (eshell-banner-load-hook):
219 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
220 * eshell/em-dirs.el (eshell-dirs-load-hook):
221 * eshell/em-glob.el (eshell-glob-load-hook):
222 * eshell/em-hist.el (eshell-hist-load-hook):
223 * eshell/em-pred.el (eshell-pred-load-hook):
224 * eshell/em-prompt.el (eshell-prompt-load-hook):
225 * eshell/em-rebind.el (eshell-rebind-load-hook):
226 * eshell/em-script.el (eshell-script-load-hook):
227 * eshell/em-smart.el (eshell-smart-load-hook):
228 * eshell/em-term.el (eshell-term-load-hook):
229 * eshell/em-unix.el (eshell-unix-load-hook):
230 * eshell/esh-arg.el (eshell-arg-load-hook):
231 * eshell/esh-cmd.el (eshell-cmd-load-hook):
232 * eshell/esh-ext.el (eshell-ext-load-hook):
233 * eshell/esh-io.el (eshell-io-load-hook):
234 * eshell/esh-mode.el (eshell-exit-hook):
235 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
236 * eshell/esh-var.el (eshell-var-load-hook):
237 Set default hook values to nil. (Bug#5375)
238
4a0f18a8
GM
239 * eshell/esh-module.el (eshell-module-unload-hook)
240 (eshell-modules-list): Remove leading * from defcustom docs.
241
a9eeff78
GM
242 * eshell/esh-util.el (eshell-for): Make it obsolete.
243 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
244 * eshell/em-dirs.el (eshell-save-some-last-dir):
245 * eshell/em-hist.el (eshell-save-some-history)
246 (eshell-hist-parse-modifier):
247 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
248 (eshell-ls-entries):
249 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
250 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
251 (eshell/which):
252 * eshell/esh-ext.el (eshell-find-interpreter):
253 * eshell/esh-mode.el (eshell-mode):
254 * eshell/esh-module.el (eshell-unload-extension-modules):
255 * eshell/esh-proc.el (eshell-process-interact):
256 * eshell/esh-test.el (eshell-test):
257 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
258 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
259 (eshell-variables-list):
260 * eshell/eshell.el (eshell-unload-all-modules):
261 Replace eshell-for with dolist.
262
85a55d38
GM
2632011-03-04 Glenn Morris <rgm@gnu.org>
264
265 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
266
38c179c9
TT
2672011-03-04 Tom Tromey <tromey@redhat.com>
268
269 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
270
732795fa
GM
2712011-03-04 Glenn Morris <rgm@gnu.org>
272
015bea8f
GM
273 * outline.el (outline-regexp): No longer allow nil.
274 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
275
9d982739
GM
276 * net/browse-url.el (browse-url):
277 Handle deleted default-directory. (Bug#6077)
278
732795fa
GM
279 * recentf.el (recentf-include-p): In case of a buggy predicate,
280 err on the side of including, not excluding. (Bug#5843)
281
d6ffd3f8
JB
2822011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
283
284 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
285 variables as units.
286
a918ed9b
BR
2872011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
288
289 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
290 if there is no node. (Bug#3261)
291
fc0e9092
LL
2922011-03-04 Leo <sdl.web@gmail.com>
293
0a5cb52b
LL
294 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
295
fc0e9092
LL
296 * time.el (display-time-world-list): Fix typo. (Bug#7571)
297
a65112fb 2982011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
299
300 * cus-edit.el (custom-buffer-create-internal):
301 Split search string before passing it to `customize-apropos' (bug#8136).
302
3191adaf
DA
3032011-03-04 Drew Adams <drew.adams@oracle.com>
304
305 * image-dired.el (image-dired-cmd-read-exif-data-options):
306 Fix typo in docstring (bug#8156).
307
fcd8ed1d
DD
3082011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
309
310 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
311
de69c0a8
CO
3122011-03-03 Christian Ohler <ohler@gnu.org>
313
314 * emacs-lisp/ert.el (ert--explain-equal): New function.
315 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
316 All callers changed.
317 (ert--explain-equal-including-properties): Renamed from
318 `ert--explain-not-equal-including-properties'. All callers
319 changed.
320
7c0d1441
CO
3212011-03-03 Christian Ohler <ohler@gnu.org>
322
323 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
324 (ert-char-for-test-result, ert-string-for-test-result)
325 (ert-run-tests-batch, ert--print-test-for-ewoc):
326 Handle `ert-test-quit'.
327
31128af6
DA
3282011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
329
330 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
331 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
332
06083aa1
GM
3332011-03-03 Glenn Morris <rgm@gnu.org>
334
335 * files.el (file-truename): Doc fix. (Bug#2341)
336
c7a74801
BR
3372011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
338
01c35094 339 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 340
614b85f8
VJ
3412011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
342
343 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
344 programs output backslashes. (Bug#7663)
345
f96dc50f
GM
3462011-03-03 Glenn Morris <rgm@gnu.org>
347
fb532fe8
GM
348 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
349 (mail-mode): Remove mail-sent-via from the doc.
350 (mail-sent-via): Make it obsolete. (Bug#1776)
351
a915d7a1
GM
352 * progmodes/grep.el (grep-highlight-matches): Doc fix.
353 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
354
f96dc50f
GM
355 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
356 with no parents. (Bug#8025)
357
71f8b7ed
G
3582011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
359
360 * password-cache.el (password-in-cache-p): Add autoload.
361
8889f4e2
GM
3622011-03-02 Glenn Morris <rgm@gnu.org>
363
3ab7ebb9
GM
364 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
365 * dired-x.el (Man-support-local-filenames): Autoload it.
366 (dired-guess-shell-alist-default): Also handle Red Hat's man.
367
2777ccbf
GM
368 * dired-x.el (dired-default-directory-alist, dired-default-directory):
369 Mark as obsolete.
370 (dired-smart-shell-command): Just call dired-current-directory.
371
5dedeef2
GM
372 * dired-x.el (dired-jump-other-window): Add autoload.
373 (dired-default-directory-alist, dired-default-directory): Doc fixes.
374 (dired-default-directory-alist): Mark as risky.
375
8889f4e2
GM
376 * dired-x.el (dired-omit-here-always): Make it obsolete.
377
d77aaf6f
CY
3782011-03-02 Chong Yidong <cyd@stupidchicken.com>
379
380 * textmodes/artist.el (artist-curr-go): Default to pen-line.
381 (artist-select-op-pen-line): New function.
382 (artist-menu-map): New variable.
383 (artist-mode-map): Add a menu to the menu-bar.
384
771fc75e
JB
3852011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
386
387 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
388 when evaluating.
389
390 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
391 New function.
392 (math-logunits-add, math-logunits-mul, math-logunits-divide):
393 (math-logunits-quant, math-logunits-level):
394 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
395 functions.
396 (math-logunits-level): Extract units from ratio.
397
f6132e5a
JB
3982011-03-01 Juanma Barranquero <lekktu@gmail.com>
399
400 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
401
7454f200
GM
4022011-03-01 Glenn Morris <rgm@gnu.org>
403
a65112fb
GM
404 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
405 (diary-hebrew-birthday): Rename and rework functions added
406 in previous change.
7454f200 407
cdcbd5a7
ER
4082011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
409
410 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
411 (diary-hebrew-birthday): New functions.
412
9903d828
GM
4132011-03-01 Glenn Morris <rgm@gnu.org>
414
415 * dired.el (dired-safe-switches-p): Beef it up.
416 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
417
75da6eb9
SM
4182011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * dired.el (dired-safe-switches-p): New function.
421
6640b281
GM
4222011-03-01 Glenn Morris <rgm@gnu.org>
423
424 * files.el (dir-locals-collect-variables):
425 Add the ability to exclude subdirectories. (Bug#8100)
426
427 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
428
cead857b
CS
4292011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
430
431 * ido.el (ido-everywhere): Doc fix.
432 (ido-mode): Doc fix.
433
0a906ec3
GM
4342011-02-28 Glenn Morris <rgm@gnu.org>
435
436 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
437
22b300de
MA
4382011-02-28 Michael Albinus <michael.albinus@gmx.de>
439
440 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
441 shadows.
442
abec5126 4432011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
444
445 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
446
ca3afb79
JB
4472011-02-28 Juanma Barranquero <lekktu@gmail.com>
448
449 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
450 Fix typos in docstrings.
451
edb57480
SB
4522011-02-28 Stephen Berman <stephen.berman@gmx.net>
453
454 * dired-aux.el (dired-update-file-line):
455 Fix 2010-11-09 change. (Bug#8131)
456
2b0c7330 4572011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
458
459 * international/mule-cmds.el (set-default-coding-systems): Use the
460 -unix variant of encoding in default-keyboard-coding-system.
461 (Bug#8122)
462
df7f0d0b
CY
4632011-02-27 Chong Yidong <cyd@stupidchicken.com>
464
465 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
466
3e478a7c 4672011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
468
469 * term/screen.el: New file (Bug#2650).
470
1f0816b6
SM
4712011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
474 (pcase-mutually-exclusive-predicates): New var.
475 (pcase--split-consp, pcase--split-pred): Use it.
476 (pcase--split-equal, pcase--split-member): When splitting against
477 a pure predicate, run it to know the outcome.
478 (pcase--u1): Mark vars that are actually used.
479 (pcase--q1): Avoid introducing unused vars.
480
b49df742
JB
4812011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
482
483 * calc/calc-ext.el (calc-init-extensions):
484 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
485
486 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
487 symbolic mode.
488
489 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
490 argument is a variable.
491
e573299d
SM
4922011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
495 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
496 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
497
61e9662e
TZ
4982011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
499
500 * password-cache.el (password-in-cache-p): Convenience function to
501 check if a key is in the cache, even if the value is nil.
502
7fe42546
J
5032011-02-25 Jambunathan K <kjambunathan@gmail.com>
504
505 * emacs-lisp/package-x.el (package--archive-contents-from-url)
506 (package--archive-contents-from-file): New functions.
507 (package-update-news-on-upload): New var.
508 (package-upload-buffer-internal): Extract archive-contents from
509 package-archive-upload-base if it is not found at archive-url.
510 Obey package-update-news-on-upload.
511 (package-upload-buffer, package-upload-file): Doc fix.
512
2d8a57ef
GM
5132011-02-24 Glenn Morris <rgm@gnu.org>
514
6a88f031
GM
515 * files-x.el (modify-dir-local-variable): Handle dir-locals from
516 the cache, and from non-file sources.
517
303f9ae0
GM
518 * help-fns.el (describe-variable): Return consistent results when a
519 dir-local from a file came from the cache or did not. (Bug#8095)
520 If a dir-local has no associated file, say it came from a "directory".
521
07915ed9
GM
522 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
523 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
524
ebe401f6
GM
525 * files.el (dir-locals-find-file): Doc fix.
526 Fix the check for cache elements that have no associated file,
303f9ae0 527 and the mtime check for those that do. (Bug#8095)
ebe401f6 528
b36f2f1c
GM
529 * dired-x.el (dired-hack-local-variables):
530 Handle interrupts during hacking local variables. (Bug#5216)
531
2d8a57ef
GM
532 * emacs-lisp/autoload.el (autoload-save-buffers)
533 (autoload-find-destination, update-directory-autoloads):
534 Avoid prompts when updating autoloads.
535
53cfe624
SM
5362011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
539
c1449bff
KH
5402011-02-23 Kenichi Handa <handa@m17n.org>
541
542 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
543 error when a multipart boundary in the nested multipart is found.
544
251ebe0f
KH
545 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
546 header components.
547
5582c670
GM
5482011-02-23 Glenn Morris <rgm@gnu.org>
549
817b48a7
GM
550 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
551 * dired-x.el (dired-omit-mode): Safe if boolean.
552 (dired-enable-local-variables): Fix doc and custom type.
553 (dired-enable-local-variables, dired-local-variables-file)
554 (dired-hack-local-variables): Make obsolete.
555 (dired-omit-here-always): Use dir-locals.el instead.
556
5582c670
GM
557 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
558
5f9d345c
SM
5592011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * help-fns.el (describe-function-1): Don't signal an error just because
562 the DOC file disappeared.
563
01c35094 5642011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
565
566 * eshell/esh-ext.el (eshell-external-command): Do not restrict
567 remote check to "ftp". (Bug#8089)
568
e84efb70
AM
5692011-02-21 Alan Mackenzie <acm@muc.de>
570
571 Fix bug #7930.
572 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
573 in macros finding their way into c-state-nonlit-pos-cache.
574 Strengthen the comments.
575 (c-state-dump): New commented out diagnostic routine.
576
c6309045
MA
5772011-02-21 Michael Albinus <michael.albinus@gmx.de>
578
579 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
580 `field' property of `rfn-eshadow-overlay'.
581
06b840e0
LI
5822011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
583
584 * net/netrc.el (netrc-parse): Comment fix.
585
6d713256
CY
5862011-02-21 Chong Yidong <cyd@stupidchicken.com>
587
588 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
589 Autoload. Add optional arg FRAME, and pass it to color-values.
590 (color-complement): Caller changed. Doc fix.
591 (color-gradient): Rewrite for better clarity and efficiency.
592
593 * faces.el (color-values): Use cond for clarity. Doc fix.
594
5f9d345c 595 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 596 color.el instead.
5f9d345c
SM
597 (list-colors-sort-key, list-colors-print):
598 Use color-normalized-values.
6d713256
CY
599
6002011-02-20 Drew Adams <drew.adams@oracle.com>
601
602 * color.el: First part of merge from hexrgb.el.
603 (color-rgb-to-hex): Rename from color-rgb->hex.
604 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
605 saturation to zero if the value is too small.
606 (color-rgb-to-hsl): Rename from color-rgb->hsl.
607 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
608 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
609 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
610 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
611 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
612 (color-cie-de2000): Doc fix.
613
aa9c0efc
AM
6142011-02-20 Alan Mackenzie <acm@muc.de>
615
616 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
617 locating the beginning of a macro. (Bug#7595)
618
18cfb5a1
GM
6192011-02-20 Glenn Morris <rgm@gnu.org>
620
e17816e5
GM
621 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
622 Don't autoload it.
623
18cfb5a1
GM
624 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
625 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
626
01c35094
JB
6272011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
628 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
629
630 * progmodes/hideshow.el (hs-find-block-beginning)
631 (hs-hide-level-recursive): Ignore comments when parsing braces
632 (Bug#8036).
633
6342011-02-19 Chong Yidong <cyd@stupidchicken.com>
635
636 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
637 (vc-bzr-pull): Use it.
638
3ab713fd
CY
6392011-02-19 Chong Yidong <cyd@stupidchicken.com>
640
641 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
642 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
643 but returning an alist. Ignore comments in bzr conffile.
644 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
645 (vc-bzr-error-regex-alist): New var.
646 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
647
5f9d345c
SM
648 * vc/vc-dispatcher.el (vc-do-async-command):
649 Bind inhibit-read-only to t.
3ab713fd
CY
650
651 * progmodes/compile.el (compilation--flush-directory-cache):
652 Handle the case where cdr of compilation--flush-directory-cache
653 points to no buffer, which can occur if we previously switched to
654 compilation-mode in a pregenerated buffer.
655
16bc9688
KH
6562011-02-19 Kenichi Handa <handa@m17n.org>
657
658 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
659 get the header copy into the temporary buffer.
660 (rmail-mime-insert-decoded-text): Ignore us-ascii.
661 (rmail-show-mime): When rmail-mime-coding-system is nil, set
662 buffer-file-coding-system to undecided.
663
67ab0163 6642011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 665
a167e505
EZ
666 * international/mule-cmds.el (read-char-by-name, ucs-insert):
667 Document completion with asterisk and a substring.
668
67ab0163 6692011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
670
671 * files.el (find-file-literally): Doc fix.
672
41002397
GM
673 * simple.el (rfc822-goto-eoh): Give it a doc-string.
674
b8bd9908
GM
675 * log-edit.el (log-edit-insert-changelog):
676 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
677
4d737eb2
GM
6782011-02-19 Glenn Morris <rgm@gnu.org>
679
cad7445b
GM
680 * dired-x.el: Don't require dired-aux.
681 (dired-do-create-files, dired-mark-read-regexp)
682 (dired-do-create-files-regexp): Autoload from dired-aux.
683
bea584fa
GM
684 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
685 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
686
d6e96966
GM
687 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
688 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
689
42924231
GM
690 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
691 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
692 (dired-clean-up-buffers-too): Declare.
693
203784cc
GM
694 * dired-x.el (dired-initial-position): Merge into dired.el's version.
695 * dired.el (dired-initial-position): Merge dired-x's version here.
696 (dired-find-subdir): Declare.
697
30abce25
GM
698 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
699 * dired-aux.el (dired-add-entry): Give it a doc-string.
700 Merge dired-x's dired-omit handling here.
701 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
702
4d737eb2
GM
703 * international/mule-diag.el (list-input-methods-1):
704 Indent all lines of multi-line doc-strings. (Bug#8066)
705
abd20d91
CY
7062011-02-18 Chong Yidong <cyd@stupidchicken.com>
707
708 Fix 2011-02-02 changes.
709
710 * apropos.el (apropos-print): Call apropos-mode before setting up
711 buffer variables. Use inhibit-read-only.
712
5f9d345c
SM
713 * emacs-lisp/package.el (package--list-packages):
714 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
715
716 * play/solitaire.el (solitaire): Call solitaire-mode before
717 setting up buffer variables. Use inhibit-read-only.
718
e697fcfc
LM
7192011-02-18 Lawrence Mitchell <wence@gmx.li>
720
721 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
722 Bind case-fold-search to nil when looking for end of here-doc.
723
4114ed61
EZ
7242011-02-18 Eli Zaretskii <eliz@gnu.org>
725
e697fcfc
LM
726 * image-mode.el (image-toggle-display-image):
727 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
728 files. (Bug#8047)
729
aa56f361
SM
7302011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * files.el (cd): Make completion obey cd-path (bug#7924).
733
d1be20a1
GM
7342011-02-18 Glenn Morris <rgm@gnu.org>
735
135dee55
GM
736 * progmodes/prolog.el: Don't require compile when compiling.
737 (compilation-shell-minor-mode, compilation-error-regexp-alist)
738 (compilation-forget-errors, compilation-fake-loc)
739 (compilation-parse-errors-function, compilation-error-list): Declare.
740 (prolog-inferior-mode): Require 'compile.
741
15e0d5a1
GM
742 * emulation/cua-base.el (pc-selection-mode): Declare.
743
002b46b7
GM
744 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
745 (customize-object): Add autoload cookie.
746 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
747 (eieio-browse, describe-class, eieio-describe-class)
748 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
749 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
750 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
751 * Makefile.in (autoloads): Make eieio.el writable.
752
d1be20a1
GM
753 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
754 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
755 (dired-hack-local-variables): Use inhibit-read-only.
756 (dired-guess-default): Simplify.
757 (dired-make-relative-symlink): Use dotimes.
758 (dired-simultaneous-find-file): Use dolist.
759 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
760 (dired-x-hands-off-my-keys): Doc fix.
761 (dired-x-bind-find-file): Doc fix. Use remapping.
762 (after-init-hook): No need to add dired-x-bind-find-file.
763 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
764 No need to call expand-file-name.
765 (dired-filename-at-point): Remove unused locals `end', `filename'.
766
f9d554dd
SM
7672011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
770
5da16a86
CO
7712011-02-18 Christian Ohler <ohler@gnu.org>
772
773 * emacs-lisp/ert.el (ert--setup-results-buffer)
774 (ert-results-pop-to-backtrace-for-test-at-point)
775 (ert-results-pop-to-messages-for-test-at-point)
776 (ert-results-pop-to-should-forms-for-test-at-point)
777 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
778 were incorrect and unnecessary. This should make `make check'
779 pass again.
780
3a00a363
KM
7812011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
782
01c35094 783 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
784 (allout-widgets-icons-dark-subdir): Track relocations of icons
785 * lisp/allout.el: Remove commentary about remove encryption
786 passphrase mnemonic support and verification.
01c35094
JB
787 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
788 armored text using gpg1, and indicate that the gpg version *might*
789 be the problem in the error message.
3a00a363 790
73057ba9
DD
7912011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
792
793 * net/rcirc.el (rcirc-float-time): New function.
794 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
795 (rcirc-ctcp-sender-PING): Use it.
796
8551cb32
GM
7972011-02-17 Glenn Morris <rgm@gnu.org>
798
53ef76c7
GM
799 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
800 (speedbar-update-flag, speedbar-fetch-etags-command)
801 (speedbar-fetch-etags-arguments):
802 * term.el (term-buffer-maximum-size, term-input-chunk-size)
803 (term-completion-autolist, term-completion-addsuffix)
804 (term-completion-recexact, term-completion-fignore):
805 * term/sup-mouse.el (sup-mouse-fast-select-window):
806 * term/x-win.el (x-select-request-type):
807 Convert some defvars with "*" to defcustoms.
808
64a14c74
GM
809 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
810
92e39d6f
GM
811 * vc/vc.el (vc-default-previous-version):
812 Remove alias that points nowhere. (Bug#4496)
813
fc14288b
GM
814 * dired-x.el (dired-clean-up-after-deletion):
815 kill-buffer does not need save-excursion.
816 (dired-do-run-mail): Doc fix.
817 (dired-filename-at-point): Doc fix.
818 Use looking-at, and skip-chars rather than re search.
819
8551cb32
GM
820 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
821
96497653
KM
8222011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
823
aac7a935
KM
824 * allout-widgets.el: New allout extension that shows allout
825 outline structure with graphical widgets. 'allout-widgets'
826 customize group is an 'allout' subgroup, for easy discovery.
827
96497653
KM
828 * allout.el: Include PGP and GnuPG in Keywords, and other
829 commentary refinements.
830 (allout-abbreviate-flattened-numbering): Rename to
831 allout-flattened-numbering-abbreviation, and
832 define-obsolete-variable-alias the old name.
833 (allout-flattened-numbering-abbreviation): Rename from
834 allout-abbreviate-flattened-numbering.
835 (allout-mode-p): Include among autoloads, for use by other modes
836 with impunity.
e697fcfc
LM
837 (allout-listify-exposed):
838 Use allout-flattened-numbering-abbreviation.
96497653
KM
839 (allout-encrypt-string): Use set-buffer-multibyte directly.
840 (allout-set-buffer-multibyte): Remove.
841
be4a1d71
DD
8422011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
843
844 * simple.el (just-one-space): Remove useless `or' call.
845
274c2d34
MA
8462011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
847
c6309045 848 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
849 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
850 (soap-decoded-multi-refs, soap-current-wsdl)
851 (soap-encoded-namespaces): Rename CL-style *...* variables.
852
88ae2870
MA
8532011-02-16 Michael Albinus <michael.albinus@gmx.de>
854
855 * net/soap-client.el: Add "comm" and "hypermedia" to the
856 keywords. Reflow too long lines.
857
858 * net/soap-inspect.el: Ditto. Require 'cl.
859
689743a2
BG
8602011-02-16 Bastien Guerry <bzg@altern.org>
861
862 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
863 in a `doctor-type' argument.
864
16d2ff89
MA
8652011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
866
867 * net/soap-client.el:
868 * net/soap-inspect.el: New files.
869
c6cefd36
LL
8702011-02-16 Leo <sdl.web@gmail.com>
871
872 * dired-x.el (dired-mode-map, dired-extra-startup):
873 Remove dired-copy-filename-as-kill since it's already in dired.el.
874
da5e0ce4
GM
8752011-02-16 Glenn Morris <rgm@gnu.org>
876
877 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
878 Doc fixes. Add :set property, replacing top-level calls.
879 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
880 (dired-guess-shell-gnutar): Test tar version rather than system-type.
881 (dired-extra-startup, dired-man, dired-info): Doc fixes.
882 (dired-clean-up-after-deletion): Use when and dolist.
883 (dired-jump): Use unless and when.
884 (dired-virtual): Use line-end-position.
885 (dired-default-directory-alist): Rename from default-directory-alist.
886 (dired-default-directory): Update for above name change.
887 (dired-vm): Drop VM < 5 and simplify.
888 (dired-buffer-more-recently-used-p): Rewrite.
889 (dired-filename-at-point): Use when and or.
890 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
891 Update callers.
892
c5ca3aa0
GM
8932011-02-15 Glenn Morris <rgm@gnu.org>
894
895 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
896
33f6cf7b
CY
8972011-02-14 Chong Yidong <cyd@stupidchicken.com>
898
899 * vc/vc-git.el (vc-git-root-log-format): New option for
900 customizing log format.
901 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
902 (vc-git-log-view-mode): Use it.
903 (vc-git-expanded-log-entry): New function.
904 (vc-git-log-view-mode): Use it. Truncate lines in root log.
905
906 * vc/vc-hg.el (vc-hg-root-log-template): New option for
907 customizing log format.
908 (vc-hg-print-log): Use it.
909 (vc-hg-expanded-log-entry): New function.
910 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
911 vc-hg-expanded-log-entry. Truncate lines in root log.
912
913 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
914
e697fcfc
LM
915 * vc/log-view.el (log-view-mode-menu):
916 Add log-view-toggle-entry-display.
33f6cf7b 917
461b69ae
GM
9182011-02-14 Glenn Morris <rgm@gnu.org>
919
920 * dired-x.el: Don't require man when compiling.
921 (dired-omit-extensions, dired-local-variables-file)
922 (dired-x-hands-off-my-keys): Make them defcustoms.
923 (Man-support-local-filenames, Man-getpage-in-background): Declare.
924 (vm-visit-folder): Declare rather than defining.
925 (dired-x-help-address, dired-x-variable-list): Remove.
926 (dired-x-submit-report): Make it an obsolete alias.
927
35f52ed6
JB
9282011-02-14 Juanma Barranquero <lekktu@gmail.com>
929
930 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
931
b2108a36
TZ
9322011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
933
67186ae2 934 * net/imap.el: Bring it back.
b2108a36 935
abfc152b
AM
9362011-02-13 Alan Mackenzie <acm@muc.de>
937
938 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
939 narrow-to-region call that cuts context off the end (Bug#7722).
940
e697fcfc
LM
941 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
942 Refactor nested if-forms with a simple cond.
abfc152b
AM
943 (c-forward-<>-arglist): Revert 2011-01-31 change.
944
d4eb88c7
CY
9452011-02-13 Chong Yidong <cyd@stupidchicken.com>
946
947 * vc/log-view.el: New command log-view-toggle-entry-display for
948 toggling log entries between concise and detailed forms.
949 (log-view-toggle-entry-display): New command.
950 (log-view-mode-map): Bind RET to it.
951 (log-view-expanded-log-entry-function): New variable.
952 (log-view-current-entry, log-view-inside-comment-p)
953 (log-view-current-tag): New functions.
954 (log-view-toggle-mark-entry): Use log-view-current-entry and
955 log-view-end-of-defun instead of searching directly with
956 log-view-message-re.
957 (log-view-end-of-defun): Likewise. Add optional ARG for
958 compatibility with end-of-defun.
959 (log-view-end-of-defun): Ignore comments and VC buttons.
960
961 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
962 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
963
2609a08e
TZ
9642011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
965
114fe546
G
966 * net/imap.el: Remove file. All the functionality is in nnimap.el.
967
2609a08e
TZ
968 * net/imap-hash.el: Remove file.
969
7a6ebb1a
MA
9702011-02-13 Michael Albinus <michael.albinus@gmx.de>
971
972 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
973
974 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
975 call.
976
977 * net/tramp-imap.el: Remove file.
978
75d4dcc9
CY
9792011-02-13 Chong Yidong <cyd@stupidchicken.com>
980
981 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
982 widget library for buttons, just use button.el.
983
984 * vc/log-view.el (log-view-mode-map): Don't inherit from
985 widget-keymap.
986
3c65e88d 9872011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 988
86361e1e
GM
989 * emacs-lisp/cl-seq.el (union, nunion, intersection)
990 (nintersection, set-difference, nset-difference)
991 (set-exclusive-or, nset-exclusive-or): Doc fix.
992
dc4c6a7a
GM
993 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
994
8a6f24e5
GM
995 * faces.el (face-attr-match-p): Handle the obsolete :bold and
996 :italic props, so that frame-set-background-mode works. (Bug#7966)
997
3caced0b
GM
998 * simple.el (next-error): Doc fix.
999
9de31df2
TV
10002011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1001
1002 * dired-aux.el (dired-create-files): Adapt destination name to
1003 match the new behavior of copy-directory.
1004
38a71655
CY
10052011-02-12 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1008 from rmail-dont-reply-to-names. Callers changed.
1009 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1010 (rmail-dont-reply-to): Make it an obsolete alias.
1011
1012 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1013 nil, and make obsolete (Bug#7888).
1014 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1015
1016 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1017
1018 * mail/rmailsort.el (rmail-sort-by-correspondent)
1019 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1020
1021 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1022
470d996d
TV
10232011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1024
1025 * files.el (copy-directory): New argument COPY-CONTENTS for
1026 copying directory contents into another existing directory.
1027
e2784c87
TH
10282011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1029
1030 * minibuffer.el (completion-table-case-fold): New function for
1031 creating a case-insensitive completion table.
1032
563790b6
TZ
10332011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1034
1035 * net/tramp.el (tramp-default-method): Also check if
1036 `auth-source-search' is bound.
1037 (tramp-read-passwd): Use `auth-source-search' instead of
1038 `auto-source-user-or-password'.
1039
1040 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1041 `auto-source-user-or-password.
1042 (tramp-imap-passphrase-callback-function): Use it.
1043
1044 * net/imap-hash.el: Autoload `auto-source-search' instead of
1045 `auto-source-user-or-password.
1046 (imap-hash-open-connection): Use it.
1047
1048 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1049 `auto-source-user-or-password.
1050 (smtpmail-try-auth-methods): Use it.
1051
c6affbde
PH
10522011-02-12 Phil Hagelberg <phil@hagelb.org>
1053
1054 * emacs-lisp/package.el: Allow packages to be reinstalled.
1055 (package--write-file-no-coding): Remove EXCL arg.
1056 (package-unpack-single): Don't use it.
1057
b5a53795
KP
10582011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1059
1060 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1061 in each sub directory.
1062 (vc-svn-registered): Use vc-svn-root.
1063 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1064 (vc-svn-repository-hostname): Use "svn info".
1065
25833f5e
DD
10662011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1067
1068 * simple.el (delete-trailing-whitespace): New optional buffer
1069 bound parameters.
1070
75d1d833
BG
10712011-02-11 Bastien Guerry <bzg@altern.org>
1072
1073 * files.el (basic-save-buffer): save unmodified buffers when
1074 the file pointed by buffer-file-name doesn't exist.
1075
e0e36cac
DD
10762011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1077
079721e9 1078 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1079
59350862
GM
10802011-02-11 Glenn Morris <rgm@gnu.org>
1081
1082 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1083
5708ce5e
JB
10842011-02-11 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1087
b016851c
SM
10882011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1089
59003be9
SM
1090 * server.el (server-process-filter): Use pcase.
1091
9517f8af
SM
1092 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1093 conflicting ways.
1094 (smie-indent--parent): Extend to "parent of arg".
1095 (smie-indent-inside-string): New function.
1096 (smie-indent-functions): Use it.
1097
cf77dd27
SM
1098 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1099 bzr locking race condition.
1100
49ffc078
SM
1101 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1102 still valid before using it.
1103
1a0a6cef
SM
1104 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1105 `message' -> `compilation-message' rename (bug#8004).
1106
b016851c
SM
1107 Move keymap initialization into declaration.
1108 * textmodes/enriched.el (enriched-mode-map):
1109 * textmodes/bib-mode.el (bib-mode-map):
1110 * term/lk201.el (lk201-function-map):
1111 * tar-mode.el (tar-mode-map):
1112 * replace.el (occur-mode-map):
1113 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1114 * progmodes/idlw-help.el (idlwave-help-mode-map):
1115 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1116 * play/solitaire.el (solitaire-mode-map):
1117 * play/snake.el (snake-mode-map, snake-null-map):
1118 * play/pong.el (pong-mode-map):
1119 * play/handwrite.el (menu-bar-handwrite-map):
1120 * play/gametree.el (gametree-mode-map):
a65112fb 1121 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1122 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1123 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1124 (newsticker--url-keymap):
1125 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1126 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1127 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1128 (menu-bar-edit-menu, menu-bar-custom-menu)
1129 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1130 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1131 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1132 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1133 (menu-bar-tools-menu, menu-bar-describe-menu)
1134 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1135 (menu-bar-help-menu):
1136 * mail/rmailsum.el (rmail-summary-mode-map):
1137 * kmacro.el (kmacro-step-edit-map):
1138 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1139 (ibuffer-mode-operate-map):
1140 * hi-lock.el (hi-lock-menu, hi-lock-map):
1141 * emulation/vip.el (vip-mode-map):
1142 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1143 * bookmark.el (bookmark-bmenu-mode-map):
1144 * help-mode.el (help-mode-map): Move initialization into declaration.
1145
1be1d1e9
DD
11462011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1147
1148 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1149 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1150 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1151 (rcirc-cmd-me, rcirc-authenticate): Use them.
1152
26d2a9bd
KM
11532011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1154
1155 * allout.el: Synopsis: Change allout user configuration so
1156 auto-activation is controlled solely by customization
1157 `allout-auto-activation'.
1158
01c35094 1159 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1160 implement new custom set procedure for allout-auto-activation.
1161 Also, explicitly invoke
1162 (allout-setup) after allout-auto-activation is custom-defined, to
1163 effect the settings in emacs sessions besides the few where
1164 allout-auto-activation customization is donea.
1165 (allout-auto-activation): Use allout-auto-activation-helper to
1166 :set. Revise the docstring.
1167 (allout-init): Reduce functionality to just customizing
1168 allout-auto-activation, and mark obsolete.
1169 (allout-mode): Respect string values for allout-auto-activation.
1170 Run allout-after-copy-or-kill-hook without any args.
01c35094 1171 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1172 (outlineify-sticky): Adjust docstring for new scheme.
1173 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1174 should concentrate on the kill ring.
1175
b8e0f0cd
G
11762011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1177
1178 * password-cache.el (password-cache-remove): Accept secrets that are
1179 not strings.
1180
ccded26c
SM
11812011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1184 of here-doc that immediately follows a comment.
1185
ee6a57ab
DD
11862011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1187
4d04fdc9
DD
1188 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1189
ee6a57ab
DD
1190 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1191 available.
1192 (rcirc-ctcp-sender-PING): New function.
1193
6ca94a0b
SM
11942011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1197 Remove the mark/nomark handling, and activate shift-select-mode instead.
1198
1199 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1200
226590f8
JB
12012011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1202
1203 * calc/calc-units.el (math-logunits-quant): Add support for
1204 non-logarithmic units.
1205
dd0b691e
KM
12062011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1207
4ec28e14
KM
1208 * allout.el (allout-after-copy-or-kill-hook): New hook for
1209 extension-specific processing of killed text.
1210 (allout-mode): Include new allout-after-copy-or-kill-hook among
1211 mentioned hooks.
01c35094 1212 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1213 after kill happens even if barf-if-buffer-read-only is raised.
1214 Include new allout-after-copy-or-kill-hook among that subsequent
1215 processing.
1216 (allout-deannotate-hidden): Actually remove the annotation text
1217 properties.
1218
dd0b691e
KM
1219 * allout.el (allout-listify-exposed): Copy text sans text properties.
1220
07e52e08
MA
12212011-02-07 Michael Albinus <michael.albinus@gmx.de>
1222
b016851c 1223 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1224
c5aff743
DD
12252011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1226
1227 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1228
03925868
JB
12292011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1230
b016851c 1231 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1232 `calc-default-field-reference-level'.
b016851c 1233 (calc-logunits-power-reference): Rename from
01c35094 1234 `calc-default-power-reference-level'.
03925868 1235
b016851c 1236 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1237 `math-logunits-level'
b016851c 1238 (math-logunits-plus): Rename from math-logcombine.
03925868 1239 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1240 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1241 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1242 New functions.
b016851c
SM
1243 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1244 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1245 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1246 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1247 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1248 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1249 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1250 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1251 New functions.
1252
b016851c 1253 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1254 (calc-ul-prefix-help): Remove.
1255 (calc-l-prefix-help): New function.
1256 (calc-full-help): Add reference to `calc-l-prefix-help'.
1257
1258 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1259
ec6ad6f2
JB
1260 * calc/README: Mention logarithmic units.
1261
f8b351c1
CY
12622011-02-06 Chong Yidong <cyd@stupidchicken.com>
1263
1264 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1265 non-ASCII characters (Bug#7925).
1266
a60287ff
GM
12672011-02-05 Glenn Morris <rgm@gnu.org>
1268
1269 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1270
9ad53e98
GM
1271 * calendar/diary-lib.el (diary-font-lock-keywords):
1272 Tweak diary-time-regexp match. (Bug#7891)
1273
9783df21
GM
1274 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1275 (f90-mode): Use it for mode's `find-tag-default-function' property.
1276
df275851
GM
1277 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1278
95838641
GM
1279 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1280
827b77e9
DD
12812011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1282
1283 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1284 (Bug#6386).
1285
7cb76591
SM
12862011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1287
ba70ab1c
SM
1288 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1289 font-lock-syntax-table remappings.
1290 (sh-here-doc-markers, sh-here-doc-re): Remove.
1291 (sh-font-lock-close-heredoc): Remove.
1292 (sh-syntax-propertize-here-doc): New function.
1293 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1294 instead of the sh-here-doc-re.
1295 (sh-font-lock-paren): Don't do anything in comments or strings.
1296 Handle line continuations. Accept a few more chars.
1297 Don't rely on the font-lock-syntax-table remappings.
1298 `esac' is not a valid pattern.
1299 (sh-syntax-propertize-function): Handle here-docs differently, so we
1300 don't bother syntax-propertizing the insides.
1301
7cb76591
SM
1302 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1303 Handle new bashisms ";&" and ";;&" (bug#7947).
1304
39b20f56
MA
13052011-02-05 Michael Albinus <michael.albinus@gmx.de>
1306
7cb76591
SM
1307 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1308 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1309
51aba3f3
MA
13102011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1311
1312 * net/tramp.el (tramp-postfix-method-format)
1313 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1314 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1315 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1316 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1317 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1318 Doc fix.
1319
7bc61bb7
SS
13202011-02-04 Sam Steingold <sds@gnu.org>
1321
1322 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1323
d93c111e
AS
13242011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1325
1326 * international/mule-util.el (with-coding-priority): Doc fix.
1327
6f52d86e
EZ
13282011-02-04 Eli Zaretskii <eliz@gnu.org>
1329
1330 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1331
c1b4afac
SS
13322011-02-03 Sam Steingold <sds@gnu.org>
1333
1334 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1335 Do not error out when `func' is nil.
1336
a857d3c7
MA
13372011-02-03 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1340 `tramp-default-remote-path' to the docstring.
1341 (tramp-get-remote-path): Suppress error message when `getconf
1342 PATH' fails.
1343
1344 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1345
8aa88760
GM
13462011-02-03 Glenn Morris <rgm@gnu.org>
1347
219ea611
GM
1348 * vc/vc-hg.el (vc-hg-command): Doc fix.
1349
8d7b5b5b
GM
1350 * term/w32-win.el (libpng-version): Declare for compiler.
1351
c03eac34
GM
1352 * msb.el: No need to load dired while compiling.
1353
7f07c1fe
GM
1354 * emacs-lisp/elint.el (elint-standard-variables):
1355 Remove a couple of built-ins that now have doc-strings.
1356
befe199d
GM
1357 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1358 `require' is automatically `eval-and-compile'd.
1359
2d7d6439
GM
1360 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1361 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1362
8aa88760
GM
1363 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1364 Move definition before use.
1365 (strokes-report-bug): Make it obsolete.
1366
e90f8545
SS
13672011-02-02 Sam Steingold <sds@gnu.org>
1368
1369 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1370 from `special-mode', entering it makes the buffer read-only, so
1371 call it only when everything has been already inserted.
1372 * emacs-lisp/ert.el (ert--setup-results-buffer)
1373 (ert-results-pop-to-backtrace-for-test-at-point)
1374 (ert-results-pop-to-messages-for-test-at-point)
1375 (ert-results-pop-to-timings): Ditto.
1376 * emacs-lisp/package.el (package--list-packages): Ditto.
1377 * play/solitaire.el (solitaire): Ditto.
1378
90db975f
CY
13792011-02-02 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * progmodes/compile.el: Make all faces inherit.
1382 (compilation-warning): Inherit from font-lock-variable-name-face.
1383 (compilation-info): Inherit from font-lock-type-face.
1384 (compilation-line-number): Reassign to font-lock-keyword-face.
1385 (compilation-column-number): Reassign to font-lock-doc-face.
1386 (compilation-leave-directory-face): Reassign to
1387 font-lock-builtin-face.
1388
bc35ff32
EZ
13892011-02-02 Eli Zaretskii <eliz@gnu.org>
1390
1391 * dired.el (dired-insert-directory): Don't invoke `ls' when
1392 ls-lisp.el is used to emulate it.
1393
39cde66c
JD
13942011-02-01 Julien Danjou <julien@danjou.info>
1395
1396 * color.el (color-gradient): Add a color-gradient function.
1397
abef340a
SS
13982011-02-01 Sam Steingold <sds@gnu.org>
1399
1400 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1401 bind "z" to `kill-this-buffer'.
1402 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1403 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1404 (apropos-mode): Inherit from `special-mode'.
1405 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1406 * bookmark.el (bookmark-bmenu-mode): Define using
1407 `define-derived-mode' inheriting from `special-mode'.
1408 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1409 * image-mode.el (image-mode-map): Ditto.
1410 * replace.el (occur-mode): Define using
1411 `define-derived-mode' inheriting from `special-mode'.
1412 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1413 * calendar/diary-lib.el (diary-fancy-display-mode):
1414 Inherit from `special-mode-map'.
1415 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1416 Inherit from `special-mode'.
1417 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1418 `special-mode-map'.
1419 (package-menu-mode): Define using `define-derived-mode'
1420 inheriting from `special-mode'.
1421 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1422 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1423 (xesam-mode-map): Define separately.
1424 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1425 * progmodes/compile.el (compilation-minor-mode-map)
1426 (compilation-mode-map): Inherit from `special-mode-map'.
1427 * vc/diff-mode.el (diff-mode-shared-map):
1428 Inherit from `special-mode-map'.
1429 * vc/log-view.el (log-view-mode-map): Add a comment.
1430
928f4e73
CY
14312011-02-01 Chong Yidong <cyd@stupidchicken.com>
1432
1433 * custom.el (load-theme): Define return value. Drop use of
1434 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1435 (custom-theme-load-confirm): Scroll in the correct window.
1436 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1437
1438 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1439 checkbox if load-theme fails.
1440
7d116647
SM
14412011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * progmodes/compile.el (compilation-next-error): Check there's
1444 a message before using it (bug#7941).
1445
4fdfcddf
JB
14462011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1447
1448 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1449 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1450 of potential pivots.
1451
3b95603f
AM
14522011-01-31 Alan Mackenzie <acm@muc.de>
1453
7d116647
SM
1454 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1455 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1456 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1457 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1458
6fa1f651
CY
14592011-01-31 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * files.el (copy-directory): Fix arguments to recursive call.
1462
14beddf4 14632011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1464
1465 * files.el (copy-directory): If destination is an existing
1466 directory, copy into a subdirectory there.
1467
14beddf4 14682011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1469
1470 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1471 files.
1472
14beddf4 14732011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1474
6fc0aac3
CY
1475 * image-dired.el (image-dired-mouse-display-image): No-op if no
1476 file is found (Bug#7817).
1477
d1f14baa
CY
1478 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1479
14beddf4 14802011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1481
7d116647
SM
1482 * international/quail.el (quail-keyboard-layout-alist):
1483 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1484
14beddf4 14852011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1486
1487 * msb.el (msb-menu-bar-update-buffers): Update for changed
1488 argument handling of menu-bar-select-frame. (Bug#7902)
1489
14beddf4 14902011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1491
1492 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1493 to the recursion depth (Bug#7722).
1494
14beddf4 14952011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1496
1497 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1498 command-line-default-directory (Bug#7872).
1499
9e11271c
SM
15002011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * progmodes/compile.el (compilation--flush-directory-cache):
1503 New function, extracted from compilation--remove-properties.
1504 (compilation--remove-properties, compilation--parse-region): Use it.
1505 (compilation--previous-directory): Handle one more case.
1506 (compilation-enable-debug-messages): Remove.
1507 (compilation-parse-errors, compilation--flush-parse): Just remove the
1508 left over debug messages.
1509
038714ab
SS
15102011-01-31 Sam Steingold <sds@gnu.org>
1511
1512 * progmodes/compile.el (compilation-enable-debug-messages):
1513 Add a variable to make the parsing messages introduced in
1514 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1515 (compilation-parse-errors, compilation--flush-parse): Use it.
1516
2a4466ca
DD
15172011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1518
35f52ed6 1519 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1520 (rcirc-nick-completion-format): New defcustom.
1521 (rcirc-complete): Use it.
1522
186ecaf1
DD
15232011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1524
1525 * net/rcirc.el: Clean log filenames (Bug#7933).
1526 (rcirc-log-write): Use convert-standard-filename.
1527 (rcirc-log-filename-function): Documentation updates.
1528
253f7d1b
JD
15292011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1530
9e11271c
SM
1531 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1532 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1533 (report-emacs-bug-can-use-osx-open): New function.
1534 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1535 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1536
a2b6e5d6
CY
15372011-01-29 Chong Yidong <cyd@stupidchicken.com>
1538
1539 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1540 updating Dired or VC-dir buffers after async command completes.
1541
1542 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1543 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1544
1545 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1546 completions if it exists. Use vc-set-async-update.
1547 (vc-git-pull): Use vc-set-async-update.
1548
1549 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1550 read-shell-command. Use vc-set-async-update.
1551 (vc-hg-merge-branch): Use vc-set-async-update.
1552
8907f7b9
DU
15532011-01-29 Daiki Ueno <ueno@unixuser.org>
1554
9e11271c
SM
1555 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1556 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1557 (Bug#7931).
1558
e52f87a1
SM
15592011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * progmodes/compile.el: Avoid an N² behavior in grep.
1562 (compilation--previous-directory): New fun.
1563 (compilation--previous-directory-cache): New var.
1564 (compilation--remove-properties): Flush it.
1565 (compilation-directory-properties, compilation-error-properties):
1566 Use the new fun to speed up looking for the current directory.
1567
659114fd
CY
15682011-01-29 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * vc/vc-hg.el (vc-hg-history): New var.
1571 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1572 (vc-hg-merge-branch): New function.
1573
1574 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1575 the other way around.
1576
1577 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1578 (vc-git-merge-branch): New functions.
1579 (vc-git-history): New var.
1580
9bfe5783
CY
15812011-01-28 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1584
1585 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1586 vc-do-async-command.
1587
e52f87a1
SM
1588 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1589 Callers changed.
9bfe5783 1590
b1ea593c
LL
15912011-01-28 Leo <sdl.web@gmail.com>
1592
1593 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1594 highlighting to the "this function is advised" message.
b1ea593c
LL
1595
1596 * help-mode.el (help-mode-finish): Apply highlighting here, to
1597 avoid clobbering by substitute-command-keys (Bug#6304).
1598
40e22d80
CY
15992011-01-28 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * woman.el (woman0-roff-buffer): Process roff escape sequences
1602 occurring prior to the first request (Bug#7843).
1603
01c63f4c
SM
16042011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1605
55fb9013
SM
1606 * progmodes/compile.el: Don't use font-lock any more.
1607 (compilation-error-regexp-alist-alist): Change handling of makepp
1608 so it preserves the warning/error distinction on subsequent files.
1609 Simplify various rules.
1610 (compilation-directory-properties): Use font-lock-face.
1611 Add a compilation-message property.
1612 (compilation-internal-error-properties): Use font-lock-face.
1613 Don't set the compilation-debug property here.
1614 (compilation--put-prop, compilation--remove-properties)
1615 (compilation--parse-region, compilation--ensure-parse)
1616 (compilation--ensure-parse): New functions.
1617 (compilation-parse-errors): New function, largely inspired of
1618 compilation-mode-font-lock-keywords. Set compilation-debug here.
1619 (compilation--parsed): New var.
1620 (compilation--flush-parse): Use compilation--ensure-parse.
1621 (compilation-start): Don't call font-lock.
1622 (compilation-turn-on-font-lock): Remove.
1623 (compilation-setup): Don't set font-lock-extra-managed-props not change
1624 other font-lock settings, other than keywords.
1625 Don't activate font-lock-mode.
1626 Set change-major-mode-hook and before-change-functions.
1627 (compilation--unsetup): Remove properties and hooks.
1628 (compilation-next-single-property-change): New function.
1629 (compilation-next-error): Use it to parse when needed.
1630 (compile-goto-error): Parse buffer as needed.
1631 (compilation--compat-error-properties): Don't need a dummy `face'
1632 property any more.
1633
8fe52384
SM
16342011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1635
1636 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1637 (compilation-process-setup-function): Fix docstring's false promises.
1638 (compilation-error-regexp-alist-alist): Catch omake's continuous
1639 recompilation message and avoid reuse of old markers.
1640 (compilation-parse-errors-function): Declare obsolete.
1641 (compilation-buffer-modtime): Remove.
1642 (compilation--make-cdrloc, compilation--loc->col)
1643 (compilation--loc->line, compilation--loc->file-struct)
1644 (compilation--loc->marker, compilation--loc->visited)
1645 (compilation--make-file-struct, compilation--file-struct->file-spec)
1646 (compilation--file-struct->formats)
1647 (compilation--file-struct->loc-tree): New macros. Use them.
1648 (compilation--message): New defstruct. Use them.
1649 (compilation-next-error-function): Don't mess with timestamps to try
1650 and guess when to reparse.
1651
01c63f4c
SM
16522011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1653
5e853d01
SM
1654 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1655 (tex-old-error-file-name): New function,
1656 extracted from tex-compilation-parse-errors.
1657 (tex-compilation-parse-errors): Remove.
1658 (tex-error-regexp-alist): New var.
1659 (tex-shell): Use it to avoid compilation-parse-errors-function.
1660
07b741a7
SM
1661 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1662 (grep-mode-font-lock-keywords): Remove regexp that seems like
1663 a left-over from before we used compile.el.
1664 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1665 modifying the buffer within with-silent-modifications.
1666
1667 * progmodes/compile.el: Cleanup text-properties namespace by using
1668 `compilation-message' instead of `message', `compilation-directory'
1669 instead of `directory', and `compilation-debug' instead of `debug'.
1670 (compilation-last-buffer, compilation-parsing-end)
1671 (compilation-error-list, compilation-old-error-list): Move to the
1672 compatibility part of the code.
1673 (compilation-error-properties): If `file' is a function, let it return
1674 a file name.
1675 (compilation-mode-font-lock-keywords): Be more conservative with the
1676 omake "^ *" pattern prefix, to try and minimize the risk of
1677 pathologically slow regexp matching.
1678 (compilation-start): Use inhibit-read-only.
1679 (compilation--unsetup): New function.
1680 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1681 (compilation-filter): Minor tweaks.
8fe52384 1682 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1683 (compilation--flush-file-structure): New fun.
8fe52384 1684 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1685 (debug-ignored-errors): Add "Moved past last ...".
1686 (compilation--compat-error-properties)
1687 (compilation--compat-parse-errors): Rename by doubling the "-".
1688
01c63f4c
SM
1689 Port features from the previous prolog.el to the new one.
1690 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1691 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1692 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1693 variable and use a function to compute the value dynamically.
1694 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1695 (prolog-continued-prompt-regexp): Remove, unused.
1696 (prolog-find-value-by-system): Try and use the value of prolog-system
1697 in the *prolog* buffer if it helps.
1698 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1699 (prolog-zip-on): ..and check prolog-system and version here instead.
1700 (prolog-inferior-self-insert-command): New command.
1701 (prolog-inferior-mode-map): Use it.
1702 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1703 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1704 (prolog-input-filter): Use derived-mode-p.
1705 (prolog-inferior-guess-flavor): New function.
1706 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1707 make-comint to avoid running comint-mode twice.
1708 (prolog-inferior-buffer): New fun.
1709 (prolog-old-process-region, prolog-old-process-file):
1710 Don't call prolog-bsts here...
1711 (prolog-build-prolog-command): ...do it here instead.
1712 (prolog-old-process-region, prolog-old-process-file):
1713 Use compilation-fake-loc and compilation-forget-errors.
1714 (prolog-consult-compile-region): Use bolp.
1715
2f224f0b
CY
17162011-01-28 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1719
db0e305d
SS
17202011-01-27 Sam Steingold <sds@gnu.org>
1721
9e11271c
SM
1722 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1723 Remove "*server*" which is never created by emacs server.
db0e305d 1724
27bbeb29
DD
17252011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1726
1727 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1728 there are some diff switches.
1729
153c5428
SM
17302011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1731
89fdaac7
SM
1732 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1733 Copy change made to ruby-font-lock-syntactic-keywords.
1734
153c5428
SM
1735 * htmlfontify.el: Make it obey the font-lock-face text property.
1736 Miscellaneous cleanup such as:
1737 - Don't hide expressions after a closing paren.
1738 - Move initial setq into let.
1739 - Hoist common parts out of ifs.
1740 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1741 (hfy-face-at): Use get-text-property instead.
1742 (hfy-prop-invisible-p): Use invisible-p if available.
1743 (htmlfontify-manual): Use \\[...].
1744 (hfy-html-quote-regex): Use [...].
1745 (hfy-combined-face-spec): Simplify.
1746 (hfy-compile-face-map): Don't presume point-min==1.
1747 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1748 match end of string.
1749 (hfy-text-p): η-reduce.
1750 (hfy-tags-for-file): Receive cache-hash directly.
1751 (hfy-mark-tag-names): Adjust call.
1752
ed7646d4
GM
17532011-01-27 Glenn Morris <rgm@gnu.org>
1754
1755 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1756 (msb-after-load-hook): Remove eval-after-load wackiness.
1757
ed68f651
SS
17582011-01-25 Sam Steingold <sds@gnu.org>
1759
1760 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1761 literal "diff" (important for windows-nt).
1762
0fe719e6
GM
17632011-01-25 Glenn Morris <rgm@gnu.org>
1764
1765 * emacs-lisp/copyright.el (copyright-at-end-flag)
1766 (copyright-names-regexp): Add safety properties.
1767 (copyright-year-ranges): New option.
1768 (copyright-find-end): New function, split from copyright-update-year.
1769 (copyright-update-year): Use copyright-find-end.
1770 (copyright-fix-years): Optionally, convert years to ranges.
1771 Handle years continued over comment lines.
1772 Do not mess with the fill-prefix.
1773 Do not call copyright-update.
1774 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1775 Skip directories. Find files with only safe local vars.
0fe719e6 1776
06d8ace5 17772011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1778
1779 * files.el (file-name-non-special): Only change buffer-file-name after
1780 insert-file-contents if it's `visit'ing the file (bug#7854).
1781
06d8ace5 17822011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1783
1784 * dired.el (dired-revert): Doc fix (Bug#7758).
1785
06d8ace5
GM
1786 * simple.el (line-move-visual): Doc fix (Bug#7594).
1787
17882011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1789
1790 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1791 here-doc which ends with an underscore.
1792 (ruby-mode-set-encoding): Skip shebang line always.
1793 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1794 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1795 (ruby-forward-sexp): Stop after literal hash key labels.
1796 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1797 bracket.
1798
06d8ace5 17992011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1800
1801 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1802 the correct buffer (Bug#7650).
1803
06d8ace5
GM
18042011-01-25 Glenn Morris <rgm@gnu.org>
1805
1806 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1807
ce558208
GM
1808 * simple.el (do-auto-fill): Give it a doc string.
1809
4d265b4d
GM
1810 * button.el (make-text-button): Doc fix. (See bug#7881)
1811
21bb5ce0
SM
18122011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1813
ab0a61d0
SM
1814 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1815 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1816
21bb5ce0
SM
1817 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1818 Handle ?" and friends differently (e.g. don't use backrefs).
1819
603823f5
JB
18202011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1821
1822 * calc/calc.el (calc-default-power-reference-level)
1823 (calc-default-field-reference-level): New variables.
35f52ed6 1824 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1825 (math-logunits): New variable.
1826 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1827 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1828 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1829 New functions.
603823f5
JB
1830 (math-find-base-units-rec): Add entry for ln(10).
1831 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1832 (calc-ul-prefix-help): New function.
1833 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1834 functions. Add keybindings for new units functions.
603823f5 1835
11ea68ce 18362011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1837
1838 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1839 rcirc buffers. (Bug#4940)
10617634 1840
0412a5a4
GM
18412011-01-22 Glenn Morris <rgm@gnu.org>
1842
1843 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1844 split out from copyright-update-year.
1845 (copyright-update): Don't mess with the GPL version if we don't own the
1846 copyright. Update license regexp, and remove no longer needed
1847 Esperanto stuff.
d226ec23 1848 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1849
e7c1dca8
CY
18502011-01-22 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1853
4d0143e6
JA
18542011-01-22 Jari Aalto <jari.aalto@cante.net>
1855
1856 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1857 (lm): Rename to landmark.
1858 (lm-test-run): Rename to landmark-test-run.
1859
e3545d0d
CY
18602011-01-22 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1863 "Case sensitive" menu item.
1864
7c82f3e2 18652011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1866
1867 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1868 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1869
7c82f3e2 18702011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1871
1872 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1873
7c82f3e2 18742011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1875
6e1dbaa9
RM
1876 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1877 Assume foo(bar) is a manpage reference rather than some unquoted
1878 symbol (bug#7705).
26a27884 1879
7c82f3e2 18802011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1881
1882 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1883 Suggested by Flo <sensorflo@gmail.com>.
1884
7c82f3e2 18852011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1886
1887 * progmodes/compile.el (compilation-error-regexp-alist):
1888 Fix custom type. (Bug#7812)
1889
4936e3ba
KM
18902011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1891
1892 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1893 allout-number-siblings, in keeping with what obtained due to
1894 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1895 (prefixed) ?i.
1896 (allout-before-change-handler): Better expose spots affected by
1897 undo.
1898
cde7e38b
CY
18992011-01-22 Chong Yidong <cyd@stupidchicken.com>
1900
1901 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1902
6b072b27
PH
19032011-01-22 Phil Hagelberg <phil@evri.com>
1904
1905 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1906 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1907 (pcmpl-ssh-config-hosts): New function.
1908 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1909 pcmpl-ssh-known-hosts.
1910
26d82c3a
JB
19112011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1912
c310ff4f
JB
1913 * calc/calc-undo.el (calc-undo): Autoload it.
1914 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1915 and autoload for `calc-undo'.
1916 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1917 * calc/calc-prog.el:
1918 * calc/calc-graph.el:
1919 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 1920
a10c4149
ŠN
19212011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1922
1923 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1924 keybindings to `calc-undo'.
1925
8dabbfd6
SM
19262011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 Don't mess with *temp*.
1929 * obsolete/spell.el: Move from textmodes/spell.el.
1930 (spell-string):
1931 * term.el (term-read-input-ring):
1932 * startup.el (display-startup-echo-area-message):
1933 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1934 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1935 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1936 point-min==1.
1937
d3e51865
KM
19382011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1939
35f52ed6 1940 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
1941 reapplying defalias.
1942
1943 (allout-hotspot-key-handler): Check for non-control-modified
1944 bindings for hotspot characters if there are no control-modified
1945 versions.
1946
d3e51865
KM
1947 * allout.el: Summary - migrate to defining allout mode using
1948 define-minor-mode instead of defun. Significantly clean-up
1949 internal keymap provisions, refactoring and, in the process,
1950 removing a lot of accumulated cruft.
1951
1952 allout-mode-map is now a keymap by virtue of being a defalias to
1953 allout-mode-map-value, which contains the actual keymap structure.
1954
8dabbfd6
SM
1955 (allout-mode): Use define-minor-mode rather than defun.
1956 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
1957 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1958 entry will be '(allout-mode . allout-mode-map) - see
1959 allout-mode-map-value, below. Adjust docstring to track changes.
1960 (allout-minor-mode): Remove this defalias, now that we're using
1961 define-minor-mode.
1962 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1963 keymap is allout-mode-map-value, via defalias.
1964 (allout-mode-map-value): The variable holding the actual mode
1965 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 1966 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
1967 allout-bind-keys, and including the binding-composition
1968 functionality of the former produce-allout-mode-map and
1969 allout-setup-mode-map.
1970 (allout-institute-keymap): Take over the "setup" part of the former
1971 allout-setup-mode-map. Reassign allout-mode-map-value value and
1972 update the defalias.
01c35094 1973 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
1974 (allout-unprefixed-keybindings):
1975 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 1976 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 1977 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
1978 user can customize if they want to use that binding.
1979 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1980 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
1981 elided that, previously, instead of the one for \C-h.)
1982 (allout-hotspot-key-handler): Remove attempt to resolve the key
1983 through the literal key-string lookup on allout-keybindings-list.
1984 That probably hasn't worked for a Long Time, and removal of
2cf429d0 1985 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
1986 (allout-pre-command-business): Use allout-mode-map-value instead
1987 of allout-mode-map.
1988 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1989 the bindings if they want to use a keybinding having a trailing
2cf429d0 1990 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
1991 (allout-keybindings-list): Remove. It's not been useful for a
1992 while. (See allout-hotspot-key-handler changes, above.)
1993 (produce-allout-mode-map): Remove. Consolidate into
1994 allout-compose-and-institute-keymap.
1995 (allout-mode-map-adjustments): Remove. No longer necessary with
1996 removal of allout-preempt-trailing-ctrl-h.
1997 (allout-setup-mode-map): Remove. Consolidate into
1998 allout-compose-and-institute-keymap and allout-institute-keymap.
1999
c11136ec
GM
20002011-01-20 Glenn Morris <rgm@gnu.org>
2001
dbfb414e
GM
2002 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2003
c11136ec
GM
2004 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2005
9aea757b
CY
20062011-01-20 Chong Yidong <cyd@stupidchicken.com>
2007
2008 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2009
2010 * files.el (find-alternate-file, basic-save-buffer)
2011 (basic-save-buffer-2, revert-buffer, recover-file)
2012 (kill-buffer-ask, abort-if-file-too-large)
2013 (set-visited-file-name, write-file, backup-buffer)
2014 (basic-save-buffer, save-some-buffers):
2015 * dired-aux.el (dired-compress-file): Callers changed.
2016
5dd4f3f7
GM
20172011-01-19 Glenn Morris <rgm@gnu.org>
2018
2019 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2020 Also check the property status. (Bug#7861)
2021
56761182
MA
20222011-01-18 Michael Albinus <michael.albinus@gmx.de>
2023
2024 * net/tramp.el (tramp-debug-message): Extend function exclude
2025 list. Use `regexp-opt'.
2026
a9faac5c 20272011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2028
9cc3a0c7
SM
2029 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2030 highlighting doesn't spill over subsequent lines.
2031
1a1fcbe1
SM
2032 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2033 keymap expression. Improve docstring.
2034
74a10be5
SM
2035 * electric.el (electric-indent-post-self-insert-function):
2036 Don't auto-indent for indent-to-left-margin, it's too often
2037 counter-productive.
2038
721be9cd
TH
20392011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2040
2041 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2042 spaces if the frame was resized, so that the full visible buffer
2043 serves as canvas for strokes.
2044
a767645f
GM
20452011-01-16 Glenn Morris <rgm@gnu.org>
2046
2047 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2048 Also skip directories.
a767645f 2049
444ee8dd
KR
20502011-01-16 Kevin Ryde <user42@zip.com.au>
2051
2052 * info-xref.el: Version 3.
2053 (info-xref-check, info-xref-check-all): Move commentary details
2054 into docstrings for better visibility.
2055 Use compilation-mode for the results buffer.
2056 (info-xref-output, info-xref-output-error, info-xref-with-output)
2057 (info-xref-filename, info-xref-in-progress):
2058 New internals for this.
2059 (info-xref-check-list, info-xref-check-buffer)
2060 (info-xref-check-all-custom): Use those.
2061 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2062 (info-xref-output-heading): Rename from info-xref-filename-heading.
2063 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2064 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2065 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2066 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2067 (info-xref-subfile-p): Move to generic section with those two.
2068 (info-xref-check-node): New function split from
2069 info-xref-check-buffer, shared by info-xref-docstrings.
2070 (info-xref-goto-node-p): Move to a checking section with that func.
2071 (info-xref-unavail): New counter.
2072 (info-xref-check-node): Use it.
2073 (info-xref-with-output): Show count of unavailables at end of output.
2074 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2075 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2076 (info-xref-check-all-custom): Fix quietening viper-mode and
2077 gnus-registry-install -- use setq not let so as not to unbind
2078 after load.
2079
d4119912
JL
20802011-01-16 Juri Linkov <juri@jurta.org>
2081
2082 * isearch.el (isearch-abort): Don't quit if search has
2083 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2084
b024d9f0
MD
20852011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2086
2087 * files.el (backup-buffer): Make last-resort backup file in
2088 .emacs.d (Bug#6953).
2089
2090 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2091 make it with permission 700.
2092
d52969e8 20932011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2094
74a10be5
SM
2095 * mail/rmailmm.el (rmail-mime-insert-header):
2096 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2097 system used to decode the header.
2098 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2099 (rmail-mime-insert-decoded-text):
2100 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2101 (rmail-show-mime): If only a header part was decoded, find the
2102 coding system while ignoring mm-charset-override-alist.
2103
d52969e8 21042011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2105
2106 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2107
d52969e8 21082011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2109
2110 * mail/rmailmm.el (rmail-mime-next-item)
2111 (rmail-mime-previous-item): Delete them.
2112 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2113 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2114 Callers changed.
e7ca0062
KH
2115 (rmail-mime-raw-mode): Recursively call for children.
2116 (rmail-mode-map): Change mapping of tab and backtab to
2117 forward-button and backward-button respectively.
2118 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2119 button.
2120 (rmail-mime-update-tagline): New function.
2121 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2122 body display is changed.
74a10be5 2123 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2124 (rmail-mime-image): Delete this button type.
2125 (rmail-mime-toggle): New button type.
2126 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2127 body display is changed. Change the save button label to "Save".
2128 Don't process show/hide button here.
2129 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2130 the body display is changed. Unconditionally call
2131 rmail-mime-insert for children.
2132 (rmail-mime-handle): Update `display' vector of the just inserted
2133 entity.
2134 (rmail-mime-process): If mail-header-parse-content-type returns
2135 nil, use "text/plain" as the fallback type.
2136 (rmail-mime-insert): For raw-mode, recursively call
2137 rmail-mim-insert for children.
2138 (rmail-mime): Handle the case that the current buffer is not rmail
2139 buffer (e.g. in summary buffer).
2140
d52969e8 21412011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2142
2143 * mail/rmailmm.el (rmail-mime-next-item)
2144 (rmail-mime-previous-item): Skip the body of a non-multipart
2145 entity if a tagline is shown.
2146
362b9d48
GM
21472011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2150 (tmm-prompt): Simplify.
2151 (tmm-add-prompt): Remove unused var `win'.
2152
2153 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2154 to minor mode which used nil accidentally to mean "turn off".
2155
21562011-01-15 Michael Albinus <michael.albinus@gmx.de>
2157
2158 * net/tramp-sh.el (tramp-find-inline-compress)
2159 (tramp-get-inline-coding): Quote command after pipe symbol for
2160 local calls under W32. (Bug#6784)
2161
21622011-01-15 Michael Albinus <michael.albinus@gmx.de>
2163
2164 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2165 only when running under W32.
2166
21672011-01-15 Eli Zaretskii <eliz@gnu.org>
2168
2169 * progmodes/grep.el (grep-compute-defaults): Quote the program
2170 file name after the pipe symbol in Grep templates. (Bug#6784)
2171 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2172
21732011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2174
2175 * buff-menu.el (Buffer-menu-buffer-list): New var.
2176 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2177 restricted buffer list is not lost on revert (Bug#7749).
2178
21792011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2180
2181 * net/ldap.el (ldap-search-internal): Discard stderr output.
2182
21832011-01-15 Eli Zaretskii <eliz@gnu.org>
2184
2185 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2186
21872011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2190
21912011-01-15 Kenichi Handa <handa@m17n.org>
2192
2193 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2194 part as a plain text.
2195 (rmail-mime-process-multipart): Set the default content-type to
2196 nil for unknown multipart subtypes (bug#7651).
2197
6d3d6113
SM
21982011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2199
4391b429
SM
2200 * hexl.el (hexl-mode-old-*): Remove.
2201 (hexl-mode--old-var-vals): New var to replace them.
2202 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2203 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2204 Use them to set local vars (bug#7846).
2205 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2206 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2207 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2208
6d3d6113
SM
2209 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2210 (smerge-resolve--normalize-re): New var.
2211 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2212 (smerge-resolve): Use them.
2213 * newcomment.el (comment-only-p): New function.
2214 (comment-or-uncomment-region): Use it.
2215
77ab81d0 22162011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2217
2218 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2219 table, get the value before switching to the output buffer. (Bug#7733)
2220
77ab81d0 22212011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2222
2223 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2224
8faba62c
KS
22252011-01-14 Kim F. Storm <storm@cua.dk>
2226
2227 * emulation/cua-base.el (cua--init-keymaps):
2228 Remap exchange-point-and-mark in cua-global-keymap.
2229
ab7eb811
TH
22302011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2231
2232 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2233 loop keyword.
2234
fc55380c
SM
22352011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2238 Require CL.
2239 (easy-menu-create-menu, easy-menu-convert-item-1):
2240 Use :label rather than nil for labels. Use `case'.
2241 Add :enable as alias for :active.
2242 (easy-menu-binding): Obey :label.
2243
dbed16aa
SM
22442011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2245
4d789d84
SM
2246 Use run-mode-hooks for major mode hooks (bug#513).
2247 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2248 Rename from reftex-toc-map.
2249 (reftex-toc-mode): Use define-derived-mode.
2250 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2251 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2252 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2253 (reftex-select-label-mode, reftex-select-bib-mode):
2254 Use define-derived-mode.
2255 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2256 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2257 Move init into delcaration.
2258 (reftex-index-mode, reftex-index-phrases-mode):
2259 Use define-derived-mode.
2260 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2261 speedbar-syntax-table. Move init into declaration.
2262 (speedbar-mode-map): Rename from speedbar-key-map.
2263 Move init into declaration.
2264 (speedbar-file-key-map): Move init into declaration.
2265 (speedbar-mode): Use define-derived-mode.
2266 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2267 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2268 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2269 (chart-face-list): Move initialization into declaration.
2270 (chart-mode): Use define-derived-mode.
2271 * calculator.el (calculator-mode-map): Move init into declaration.
2272 (calculator-mode): Use define-derived-mode.
2273
b49a2dbf
SM
2274 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2275 work for nested comments.
2276
dbed16aa
SM
2277 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2278 (prolog-use-prolog-tokenizer-flag): Change default when
2279 syntax-propertize can be used.
2280 (prolog-syntax-propertize-function): New var.
2281 (prolog-mode-variables): Move make-local-variable into `set'.
2282 Don't make comment-column local since we don't set it.
2283 Set comment-add (as it was in previous prolog.el). Use dolist.
2284 Set syntax-propertize-function.
2285 (prolog-mode, prolog-inferior-mode):
2286 Call prolog(-inferior)-menu directly, not through the mode-hook.
2287 (prolog-buffer-module, prolog-indent-level)
2288 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2289 (prolog-comment-limits, prolog-goto-comment-column):
2290 Use line-(end|beginning)-position.
2291 (prolog-build-prolog-command): Tighten up regexp.
2292 (prolog-consult-compile): Move make-local-variable into `set'.
2293 (prolog-consult-compile-filter, prolog-goto-next-paren)
2294 (prolog-help-on-predicate, prolog-clause-info)
2295 (prolog-mark-predicate): Don't let+setq.
2296 (prolog-indent-line): Use indent-line-to.
2297 Only call prolog-goto-comment-column if necessary.
2298 (prolog-indent-level): Use bobp.
2299 (prolog-first-pos-on-line): Remove, not used any more.
2300 (prolog-in-string-or-comment): Use syntax-ppss if available.
2301 (prolog-help-on-predicate): Use read-string.
2302 (prolog-goto-predicate-info): Simplify.
2303 (prolog-read-predicate): Use `default' rather than `initial'.
2304 (prolog-temporary-file): Use make-temp-file to close a security hole.
2305 (prolog-toggle-sicstus-sd): New command.
2306 (prolog-electric-underscore, prolog-variables-to-anonymous):
2307 Use dynamic-scoping as it was meant.
2308 (prolog-menu): Move menu definitions to top-level.
2309 Use a toggle-button for Sicstus's source debugger.
2310 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2311 to "System".
2312 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2313 Move other menu definition to top-level.
2314
50f8cd96
TH
23152011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2316
5b355315
TH
2317 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2318 name. Keep original document's directory as default-directory
2319 (bug#6446).
1281bd51
TH
2320 (doc-view-initiate-display): Fall back to normal mode when
2321 doc-view-mode cannot be enabled, also when extracting the document
2322 text into a separate buffer (bug#6446).
5b355315 2323
50f8cd96
TH
2324 * simple.el (shell-command): Don't error out if shell command
2325 buffer contains text with non-nil read-only property when erasing
2326 the buffer.
2327
821f936d
KS
23282011-01-13 Kim F. Storm <storm@cua.dk>
2329
2330 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2331 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2332 items when cycling through the matches.
2333
f754f898
TH
23342011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2335
2336 * dired-x.el (dired-omit-verbose): New defcustom that allows
2337 disabling the omit messages.
2338 (dired-omit-expunge): Use it.
2339
d221e780
CO
23402011-01-13 Christian Ohler <ohler@gnu.org>
2341
2342 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2343
a03b542a
CY
23442011-01-13 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * font-lock.el (font-lock-verbose): Default to nil.
2347
25ca2e61
CY
23482011-01-13 Chong Yidong <cyd@stupidchicken.com>
2349
2350 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2351 (compose-mail): New arg RETURN-ACTION.
2352 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2353
2354 * mail/sendmail.el (mail-return-action): New var.
2355 (mail-mode): Make it buffer-local.
2356 (mail-bury): Obey it. Move special Rmail window handling to
2357 rmail-mail-return.
2358 (mail, mail-setup): New arg RETURN-ACTION.
2359 (sendmail-user-agent-compose): Move from simple.el.
2360
2361 * mail/rmail.el (rmail-mail-return): New function.
2362 (rmail-start-mail): Pass it to compose-mail.
2363
2a8b13af
CY
23642011-01-12 Chong Yidong <cyd@stupidchicken.com>
2365
b2948a87
CY
2366 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2367 menus. Add menu item for customize-themes.
2368
2369 * cus-theme.el (customize-themes):
74a10be5
SM
2370 * emacs-lisp/package.el (package--list-packages):
2371 Use switch-to-buffer.
2a8b13af 2372
059616e5
JB
23732011-01-11 Johan Bockgård <bojohan@gnu.org>
2374
2375 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2376
04380ff1
SM
23772011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2378
2379 * progmodes/prolog.el: Fix up coding convention and such.
2380 (prolog-indent-width): Use the same default as in
2381 previous prolog.el rather than tab-width which depends on which buffer
2382 is current when the file is loaded.
2383 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2384 is not available.
2385 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2386 (prolog-known-systems): Remove.
2387 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2388 Move initialization into declaration.
2389 (prolog-mode-map): Move initialization into declaration.
2390 Remove system-specific mode-map vars, since they referred to the same
2391 keymap anyway.
2392 (prolog-mode-variables): Obey the user's preference w.r.t
2393 adaptive-fill-mode. Prefer symbol-value to `eval'.
2394 (prolog-mode-keybindings-edit): Add compatibility bindings.
2395 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2396 (mercury-mode-map): New var.
2397 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2398 (prolog-ensure-process, prolog-process-insert-string)
2399 (prolog-consult-compile): Use with-current-buffer.
2400 (prolog-guess-fill-prefix): Simplify data flow.
2401 (prolog-replace-in-string): New function to use instead of
2402 replace-in-string.
2403 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2404 (prolog-uncomment-region): Use `uncomment-region' when available.
2405 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2406 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2407 of int-to-char and char-to-int.
2408 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2409
e2019526
SB
24102011-01-11 Stefan Bruda <stefan@bruda.ca>
2411
2412 * progmodes/prolog.el: Replace by a whole new file.
2413
3fa173b4
SM
24142011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2417 (declare-function, undefined, insert-for-yank)
2418 (replace-regexp-in-string): Follow checkdoc's recommendations.
2419
7973bcea
SM
24202011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2423 refreshing the diary buffer.
2424
0af8c88b
KM
24252011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2426
7973bcea 2427 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2428 (allout-encrypt-string): Prevent encryption from adding an extra
2429 newline at the end of the topic body.
2430 (allout-version): Increment to 2.3.
2431
1a27c64e
MA
24322011-01-10 Michael Albinus <michael.albinus@gmx.de>
2433
7973bcea
SM
2434 * net/dbus.el (dbus-unregister-service): Complete doc.
2435 Fix call of dbus-error signal.
5c0b4070 2436 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2437
0a203b61
MA
24382011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2439
2440 * net/dbus.el (dbus-unregister-service): Translate returned
2441 integer into a symbol.
2442 (dbus-register-property): Use `dbus-register-service' to do the
2443 name registration.
2444
895123f5
CY
24452011-01-09 Chong Yidong <cyd@stupidchicken.com>
2446
7973bcea
SM
2447 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2448 Suggested by Joakim Verona.
12e1f328 2449
732eb50a
CY
2450 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2451
895123f5
CY
2452 * wid-edit.el (visibility): Replace :on-image and :off-image
2453 widget properties with :on-glyph and :off-glyph, for consistency
2454 with the `visibility' widget.
2455 (widget-toggle-value-create, widget-visibility-value-create):
2456 Merge into a single function `widget-toggle-value-create'.
2457
2458 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2459 (custom-face-edit-value-create, custom-face-value-create):
2460 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2461 :off-glyph, for consistency with the `visibility' widget.
2462
c8043a22
AS
24632011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2464
2465 * net/ldap.el (ldap-search-internal): Don't use eval.
2466
b7617f6d
CY
24672011-01-09 Chong Yidong <cyd@stupidchicken.com>
2468
973f1f2a
CY
2469 * subr.el (read-char-choice): Use read-key.
2470
b7617f6d
CY
2471 * custom.el (custom-safe-themes): Rename from
2472 custom-safe-theme-files. Add :risky tag.
2473 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2474 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2475
900503ae
CY
24762011-01-09 Chong Yidong <cyd@stupidchicken.com>
2477
2478 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2479 from Search and add a label to Undo.
2480
2481 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2482 inappropriate buttons and adding :vert-only tags.
2483
2484 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2485 removal of Help tool-bar button. Remove Undo button for space.
2486
2487 * info.el (info-tool-bar-map): Add :vert-only tags.
2488
c44d54b3
TH
24892011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2490
2491 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2492 image backend support. Either of them is fine.
2493
3ef01959
CY
24942011-01-08 Chong Yidong <cyd@stupidchicken.com>
2495
3d91e302
CY
2496 * subr.el (y-or-n-p): Doc fix.
2497
278f6845
CY
2498 * custom.el (custom-safe-theme-files): New defcustom.
2499 (custom-theme-load-confirm): New function.
2500 (load-theme): Load theme using `load', confirming with
2501 custom-theme-load-confirm if necessary.
2502
3ef01959
CY
2503 * subr.el (read-char-choice): New function, factored out from
2504 dired-query and hack-local-variables-confirm.
2505
2506 * dired-aux.el (dired-query):
2507 * files.el (hack-local-variables-confirm): Use it.
2508
2509 * dired-aux.el (dired-compress-file):
2510 * files.el (abort-if-file-too-large, find-alternate-file)
2511 (set-visited-file-name, write-file, backup-buffer)
2512 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2513 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2514 Use new format string args for y-or-n-p and yes-or-no-p.
2515
7c837933
AS
25162011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2517
2518 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2519 [gcc-include]: Tighten file name match, add match for column
2520 number. (Bug#7806)
6c7ec171 2521 [gnu]: Remove unused group.
7c837933 2522
d0981f82
GM
25232011-01-08 Glenn Morris <rgm@gnu.org>
2524
e7a42417
GM
2525 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2526
d0981f82
GM
2527 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2528
d43bb7d3
SS
25292011-01-07 Sam Steingold <sds@gnu.org>
2530
2531 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2532 the `explicit-shell-file-name' because that is the
2533 non-interactive shell.
2534
8c51d2a2
CY
25352011-01-07 Chong Yidong <cyd@stupidchicken.com>
2536
2537 * subr.el (y-or-n-p): Accept format string args.
2538
66b7b0fe
GM
25392011-01-07 Glenn Morris <rgm@gnu.org>
2540
2541 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2542
1e004a83
KM
25432011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2544
66b7b0fe 2545 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2546 the visible containing topic, rather than a collapsed one.
66b7b0fe 2547 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2548 (allout-exposure-change-hook): Remove documentation remarks
2549 concerning removed allout-view-change-hook.
2550 (allout-flag-region): Remove invocation of and documentation
2551 remarks concerning allout-view-change-hook.
2552
b0a8e46b
GM
25532011-01-06 Glenn Morris <rgm@gnu.org>
2554
2555 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2556 (vc-bzr-annotate-extract-revision-at-line):
2557 Handle authors with embedded spaces. (Bug#7792)
2558
875c044a
TH
25592011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2560
2561 * doc-view.el (doc-view-image-width): New variable.
2562 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2563 backend for PNG images, and do dynamic rescaling instead of
2564 reconverting the whole doc.
2565
1f6f7722
GM
25662011-01-05 Glenn Morris <rgm@gnu.org>
2567
2568 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2569
e9e68fda
KM
25702011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2571
4896e8fc 2572 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2573 long text lines that cross more than a single physical window
2574 line, ie when truncate-lines is nil.
e9e68fda
KM
2575 (allout-next-visible-heading): Provide for change in line-move
2576 behavior on long lines when truncate-lines is nil. In that case,
2577 line-move can wind up on the same textual line when it moves to
2578 the next window line, and moving to the bullet position after the
2579 move yields zero advancement. Add logic to detect and compensate
2580 for the lack of progress.
2581 (allout-current-topic-collapsed-p): move-end-of-line respect for
2582 field boundaries is different when operating with body lines
2583 shorter than window width versus ones greater than window width,
2584 which can yield false negatives in this function. Avoid
2585 difference by applying move-end-of-line while field-text-motion is
2586 inhibited.
2587
3f1b6eb2
GM
25882011-01-04 Glenn Morris <rgm@gnu.org>
2589
2590 * textmodes/rst.el (rst-compile-toolsets):
2591 Add pdf and s5 to option alist.
2592
6388924a
MA
25932011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2594
7973bcea 2595 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2596 dont-register-service. Updated docstring accordingly.
2597
c3e4b003
AS
25982011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2599
2600 * textmodes/rst.el (rst-compile-pdf-preview)
2601 (rst-compile-slides-preview): Remove extra line.
2602
ef4271fe
GM
26032011-01-04 Glenn Morris <rgm@gnu.org>
2604
2605 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2606 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2607 default to `prog' without a .py extension.
2608 (rst-compile-pdf-preview, rst-compile-slides-preview):
2609 Use program names from rst-compile-toolsets, rather than hard-coding.
2610 (rst-portable-mark-active-p): Fix presumed typo.
2611
7c420169 26122011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2613
7c420169 2614 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2615 libpng versions both before and after 1.4.0. (Bug#7716)
2616
7c420169 26172011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2618
6491af11
EZ
2619 * time.el (display-time-mode): Mention display-time-interval in
2620 the doc string. (Bug#7713)
2621
7c420169 26222011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2623
2624 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2625 condition-case and return an error message string if something
2626 goes wrong.
2f952059 2627 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2628 header by rmail-mime-insert-header.
2629
7c420169 26302011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2631
2632 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2633 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2634 (rmail-mime-mbox-buffer)
2635 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2636 (rmail-mime-entity): Argument changed. All codes handling an
2637 entity object are changed.
2f952059 2638 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2639 the above change.
2640 (rmail-mime-entity-children, rmail-mime-entity-handler)
2641 (rmail-mime-entity-tagline): New functions.
2642 (rmail-mime-message-p): New function.
2643 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2644 (rmail-mime-entity-segment, rmail-mime-next-item)
2645 (rmail-mime-previous-item, rmail-mime-shown-mode)
2646 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2647 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2648 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2649 New functions.
186f7f0b
KH
2650 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2651 (rmail-mime-insert-decoded-text): New function.
2652 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2653 (rmail-mime-insert-image): Argument changed. Caller changed.
2654 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2655 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2656 (rmail-mime-insert-bulk): Argument changed.
2657 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2658 (rmail-mime-process-multipart): Argument changed.
2659 Handle "multipart/alternative" here.
186f7f0b
KH
2660 (rmail-mime-process): Argument changed.
2661 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2662 (rmail-mime-insert): Argument changed. Handle raw display mode.
2663 (rmail-mime): Argument changed. Handle toggling of raw display
2664 mode.
2665 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2666 rmail-mime-view-buffer.
2667 (rmail-insert-mime-forwarded-message): Likewise.
2668 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2669
2670 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2671 non-nil, handle the header in rmail-show-mime-function.
2672
7c420169 26732011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2674
7c420169 2675 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2676
7c420169 26772011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2678
2679 * isearch.el (isearch-lazy-highlight-error): New variable.
2680 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2681 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2682 to the current value of `isearch-error' (Bug#7468).
2683
7c420169 26842011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2685
2686 * help-fns.el (describe-variable): Don't emit trailing whitespace
2687 (Bug#7511).
2688
7c420169 26892011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2690
2691 * textmodes/rst.el (rst-compile-pdf-preview)
2692 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2693
7c420169 26942011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2695
2696 * emulation/edt-mapper.el: Override mapping of function keys so
2697 that the later call to read-key-sequence works.
2698
7c420169 26992011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2700
2701 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2702 Unix EOLs. (Bug#7589)
2703
7c420169
CY
27042011-01-02 Leo <sdl.web@gmail.com>
2705
2706 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2707 if point is not behind eshell-last-output-end (Bug#7585).
2708
27092011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * files.el (file-local-variables-alist):
2712 Make permanent-local (bug#7767).
2713
27142011-01-02 Glenn Morris <rgm@gnu.org>
2715
2716 * version.el (emacs-copyright): Set short copyright year to 2011.
2717
27182011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2719
2720 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2721 an existing temp buffer. (Bug#7746)
2722
27232011-01-02 Glenn Morris <rgm@gnu.org>
2724
2725 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2726 multiple addresses. (Bug#7760)
2727
fb9a573a
KM
27282011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2729
e9e68fda 2730 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2731 do-auto-fill if everything points back to allout-auto-fill.
2732 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2733 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2734
8d68c659
MA
27352010-12-31 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2738 and "scpx".
2739
291cc045
TH
27402010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2741
2742 * doc-view.el (doc-view-set-doc-type): New function refactored
2743 from doc-view-mode.
2744 (doc-view-fallback-mode): New function.
2745 (doc-view-mode): Use it.
2746 (doc-view-mode-maybe): New function that checks if doc-view-mode
2747 can be used and falls back to the next best mode otherwise.
2748
2749 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2750 DVI, OpenDocument, and MS Office files.
2751
8ee2dc5c
AS
27522010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2753
2754 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2755
f9e68477
TH
27562010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2757
2758 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2759 on a copy of auto-mode-alist, because that deletes with side
2760 effects.
2761
ad727c81
TH
27622010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2763
7973bcea
SM
2764 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2765 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2766 fallback instead of hard coding fundamental mode.
2767
b71b7803
TH
27682010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2769
2770 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2771 Office) files also for searching.
2772
95e16d17
TH
27732010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2774
2775 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2776 Office) files. Not yet enabled via auto-mode-list.
2777 (doc-view-unoconv-program): New custom variable.
2778 (doc-view-mode-p): Handle new odf document type.
2779 (doc-view-odf->pdf): New conversion function.
2780 (doc-view-convert-current-doc): Call it for odf files.
2781 (doc-view-mode): Recognize newly supported file extensions.
2782
b191c9d9
MA
27832010-12-30 Michael Albinus <michael.albinus@gmx.de>
2784
2785 * net/tramp.el (tramp-default-method-alist)
2786 (tramp-default-user-alist)
2787 (tramp-local-host-regexp, tramp-prefix-domain-format)
2788 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2789
2790 * net/tramp-ftp.el:
2791 * net/tramp-gvfs.el:
2792 * net/tramp-gw.el:
2793 * net/tramp-imap.el:
2794 * net/tramp-sh.el:
2795 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2796 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2797
6e457cc9
KF
27982010-12-29 Karl Fogel <kfogel@red-bean.com>
2799
2800 * saveplace.el (save-place-alist-to-file): Save list sorted and
2801 pretty-printed, so that it is mergeable by line-based text merging,
2802 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2803
fb9a573a
KM
28042010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2805
e9e68fda 2806 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2807 (allout-mode): Argument "toggle" => "force".
2808 Refine the docstring.
2809 Remove special provisions for reactivation, besides the 'force'
2810 argument.
2811 Consolidate layout provisions coce directly into the activation
2812 condition branch, now that we've removed those provisions.
2813 (allout-unload-function): Explicitly activate the mode before
2814 deactivating, if it's initially deactivated.
2815 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2816 warnings for version of function used only where
2817 set-buffer-multibyte is unavailable.
2818
c940c054
CY
28192010-12-28 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2822 are handled by the menu-bar entries. As before, don't use
2823 :visibile to avoid changing the tool-bar.
2824
4c145d5d
MA
28252010-12-27 Michael Albinus <michael.albinus@gmx.de>
2826
2827 * net/secrets.el (secrets-delete-alias): New defun.
2828
fe99f704
MA
28292010-12-27 Michael Albinus <michael.albinus@gmx.de>
2830
2831 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2832 methods, otherwise ~/.ssh/config would be ignored.
2833
723ee192
SM
28342010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * emacs-lisp/rx.el: Make it a superset of sregex.
2837 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2838 of args, add `regex' alias.
2839 (rx-info): Add arg to distinguish head and standalone forms.
2840 (rx-check, rx-form): Pass the corresponding arg.
2841 (rx-**): Simplify.
2842 (rx-repeat): Make it work for any number of args.
2843 (rx-syntax): Make it accept syntax chars as is.
2844 * obsolete/sregex.el: Move from emacs-lisp/.
2845 * emacs-lisp/re-builder.el: Remove sregex support.
2846 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2847
e77714da
EZ
28482010-12-25 Eli Zaretskii <eliz@gnu.org>
2849
2850 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2851 PRIMARY first, then the clipboard. (Bug#7699)
2852
17870c01
SM
28532010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2856 print-number-table.
2857
6bfa51ba
CY
28582010-12-21 Chong Yidong <cyd@stupidchicken.com>
2859
d78cdcf7
CY
2860 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2861 .emacs.elc (Bug#7530).
2862
6bfa51ba
CY
2863 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2864 image spec (Bug#7480).
2865
9d9cfd53
DU
28662010-12-21 Daiki Ueno <ueno@unixuser.org>
2867
2868 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2869 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2870 Move from lisp/.
9d9cfd53 2871
adc0b793
JD
28722010-12-20 Leo <sdl.web@gmail.com>
2873
2874 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2875 always be performed (Bug#7680).
2876
778ca437
CY
28772010-12-20 Chong Yidong <cyd@stupidchicken.com>
2878
3f95d7ff
CY
2879 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2880 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2881 mouse-region-match.
778ca437 2882
3f95d7ff 2883 * color.el: Move from gnus/.
94975270 2884
f48fdaad
CY
2885 * vc/diff.el (diff-better-file-name): Function deleted.
2886 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2887 (diff-no-select): Just use expand-file-name.
2888
2889 * tool-bar.el (tool-bar--image-expression): New function.
2890 (tool-bar-local-item, tool-bar--image-exp): Use it.
2891 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2892 Use :enable instead of :visible to avoid changing the tool-bar
2893 configuration unnecessarily.
2894
2895 * info.el (info-tool-bar-map): Add separators.
2896
2e306b39
KB
28972010-12-17 Ken Brown <kbrown@cornell.edu>
2898
2899 * loadup.el: Use version numbers in Cygwin build.
2900
395542c6
RT
29012010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2902
2903 * ido.el (ido-file-internal): Ask for confirmation before
2904 overwriting an existing file (Bug#1238).
2905
4039c786
CY
29062010-12-16 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * tool-bar.el (tool-bar-setup): Add separators.
2909
2910 * menu-bar.el (featurep): Use menu-bar-separator.
2911
45720dc3
GM
29122010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2913
2914 Migrate allout encryption provisions from pgg to epg.
2915
2916 * allout.el (allout-toggle-current-subtree-encryption)
2917 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2918 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2919 for simpler universal argument interpretation.
35f52ed6 2920 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
2921 changed encryption provisions. Change fetch-pass to keymode-cue, for
2922 simpler universal argument interpretation. Remove provisions for
2923 handling key type and identity - they'll all be within
2924 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2925 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2926 for keypair recipients (universal argument > 1) and, in addition,
2927 associating the specified recipients with the outline (universal
2928 argument > 4) using a file local variable setting for
2929 'epa-file-encrypt-to'.
2930 Require epa, for recipients handling.
2931 Change how regexp filtering elements are named.
2932 Describe the problem with caching of incorrect symmetric-decryption
2933 keys.
2934 Use the epa-passphrase-callback-function, in case the user is using
2935 GnuPG v1.
2936 Support saving of the selected keypair recipients when invoked with a
2937 keymode-cue > 4.
2938 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2939 Require 'epa.
2940 Establish epg-context with armoring and default epg-protocol.
2941 Remove all passphrase cache, verification, and hinting code.
2942 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2943 No longer used, delete.
2944 (allout-mode): Adjust docstring to describe changed encryption
2945 provisions. Describe the problem with caching of incorrect
2946 symmetric-decryption keys.
2947 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2948 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2949 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2950 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2951 Obsolete, remove.
2952
33088bed
DU
29532010-12-16 Daiki Ueno <ueno@unixuser.org>
2954
2955 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2956 key selection prompt; make 'silent as default (Bug#7487).
2957
bfc49a5b
LL
29582010-12-16 Leo <sdl.web@gmail.com>
2959
7973bcea
SM
2960 * eshell/eshell.el (eshell-directory-name):
2961 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 2962
68251e16
GM
29632010-12-15 Glenn Morris <rgm@gnu.org>
2964
2965 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2966
99f053cf 29672010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 2968 Scott Evans <gse@antisleep.com>
99f053cf
JA
2969
2970 * rect.el (rectange--default-line-number-format)
2971 (rectangle-number-line-callback): New functions.
2972 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2973
5614fd56
CY
29742010-12-15 Chong Yidong <cyd@stupidchicken.com>
2975
2976 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2977 Delete unused variables.
2978 (move-to-column-force): Remove function obsolete since 21.2.
2979
d68b0220
MA
29802010-12-14 Michael Albinus <michael.albinus@gmx.de>
2981
2982 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2983 (tramp-handle-insert-file-contents): Do not set permanent-local
2984 property.
2985
7973bcea
SM
2986 * net/tramp-cache.el (tramp-persistency-file-name):
2987 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
2988
2989 * net/tramp-sh.el (tramp-methods): Add "ksu".
2990 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2991 method list.
2992
0273f794
GM
29932010-12-14 Glenn Morris <rgm@gnu.org>
2994
ab274982
GM
2995 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2996 (find-tag-marker-ring): Declare.
2997 (js-find-symbol): Require etags.
2998
e758216c
GM
2999 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3000 Require mail-utils.
3001 (mail-alias-file): Don't autoload. Doc fix.
3002 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3003 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3004 Mark as obsolete, and risky.
3005 (mail-setup): Simplify.
3006
53aff12a
GM
3007 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3008 * mail/sendmail.el (build-mail-aliases): Update autoload.
3009
aae4b48c
GM
3010 * dired.el (dired-trivial-filenames, dired-chown-program)
3011 (dired-auto-revert-buffer): Remove autoload cookies.
3012 * mail/sendmail.el (mail-recover-1): Require 'dired.
3013
bff7c1ad
GM
3014 * dired.el (dired-subdir-switches, dired-chown-program)
3015 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3016 Make into defcustoms.
3017 (dired-chown-program): Simplify initialization.
3018
0273f794
GM
3019 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3020
bc557672
RF
30212010-12-13 Romain Francoise <romain@orebokech.com>
3022
3023 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3024
7410c270
G
30252010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3026
3027 * net/netrc.el (netrc-point-at-eol): Remove the unused
3028 netrc-point-at-old and netrc-bound-and-true-p bindings.
3029 (netrc-parse): Cache the netrc contents.
3030
f49d1f52 30312010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3032
3033 * subr.el (posn-col-row): Evaluate header-line-format in the
3034 context of the POSITION window's buffer.
3035
f49d1f52 30362010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3037
3038 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3039 (with-silent-modifications): Doc fixes.
3040
f49d1f52 30412010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3042
3043 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3044 Revert previous from. Use `save-restriction'.
158d5945 3045
f49d1f52 30462010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3047
3048 * calendar/diary-lib.el (diary-list-sexp-entries):
3049 Handle case of no newline at end of file. (Bug#7536)
3050
f49d1f52 30512010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3052
3053 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3054
f49d1f52 30552010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3056
f49d1f52 3057 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3058 (tramp-process-actions): Do not widen.
d68b0220 3059
f49d1f52
SM
3060 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3061 Protect buffer-modified value. (Bug#7557)
32802ee1 3062
f49d1f52 30632010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3064
3065 * log-edit.el (log-edit-changelog-entries):
3066 Regexp quote filename. (Bug#7505)
3067
f49d1f52 30682010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3069
3070 * cus-edit.el (custom-save-all):
3071 Bind print-length and print-level to nil. (Bug#7581)
3072
f49d1f52 30732010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3074
d5e6e0b6
GM
3075 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3076 Run hooks to update menu contents. (Bug#7586)
3077
3c1e62f8
GM
3078 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3079 file names, for the sake of MS Windows. (Bug#7588)
3080
f49d1f52 30812010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3082
3083 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3084 empty lines without a leading space.
3085
f49d1f52 30862010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3087
740af6c9
GM
3088 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3089 while mapping over marks (Bug#6810).
86a6e8e0 3090
f49d1f52 30912010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3092
3093 * image-dired.el (image-dired-db-file)
3094 (image-dired-temp-image-file, image-dired-gallery-dir)
3095 (image-dired-temp-rotate-image-file): Set default values relative
3096 to image-dired-dir (Bug#7518).
3097
f49d1f52 30982010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3099
3100 * format.el (format-decode-run-method): Pass args FROM and TO, not
3101 point-min and point-max, to shell-command-on-region (Bug#7488).
3102
f49d1f52 31032010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3104
3105 * frame.el (blink-cursor-mode): Make default t for ns.
3106
f49d1f52 31072010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3108
3109 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3110
f49d1f52 31112010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3112
637c2c43
CY
3113 * comint.el (comint-dynamic-list-input-ring)
3114 (comint-dynamic-complete-filename)
3115 (comint-replace-by-expanded-filename)
3116 (comint-dynamic-simple-complete)
3117 (comint-dynamic-list-filename-completions)
3118 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3119
74194465
CY
3120 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3121 Doc fix (Bug#7471).
3122
f49d1f52 31232010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3124
3125 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3126 (Bug#7533).
3127
01c35094 31282010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3129
3130 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3131 (Bug#7491).
3132
f49d1f52 31332010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3134
3135 * files.el (file-relative-name): Handle UNC file names on
3136 DOS/Windows. (Bug#4674)
3137
f49d1f52 31382010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3139
3140 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3141 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3142 (epg-context-set-passphrase-callback): Mention that the callback
3143 is not called when used with GnuPG 2.x.
3144
f49d1f52 31452010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3146
3147 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3148 Ensure ps-footer-font-size-internal is initialized.
3149 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3150
f49d1f52 31512010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3152
3153 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3154 within condition-case.
3155 (rmail-show-mime): Don't use condition-case.
3156 (rmail-search-mime-message): New function.
3157 (rmail-search-mime-message-function): Set to
3158 rmail-search-mime-message.
3159
f49d1f52 31602010-12-13 Leo <sdl.web@gmail.com>
bd794450 3161
0fdd1db7 3162 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3163 (ido-mode): Use it.
3164 (ido-completing-read): Call it.
3165
fdbb4d85
KF
31662010-12-12 Karl Fogel <kfogel@red-bean.com>
3167
3168 * bookmark.el (bookmark-name-from-full-record): Rename back to
3169 this original name from `bookmark-name-from-record' reverting part
3170 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3171 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3172 third-party callers. (Bug#7609)
fdbb4d85 3173
0e5cf2b8
AM
31742010-12-12 Alan Mackenzie <acm@muc.de>
3175
3176 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3177 template arglist, check that the current language supports this.
3178
6961d41c
GM
31792010-12-11 Glenn Morris <rgm@gnu.org>
3180
2b404597
GM
3181 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3182 state of the file matches. (Bug#7544)
3183 (vc-bzr-register, vc-bzr-checkin)
3184 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3185 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3186
6961d41c
GM
3187 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3188
1e5d2a04
KK
31892010-12-11 Karel Klíč <kklic@redhat.com>
3190
3191 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3192
175069ef
SM
31932010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 Derive from prog-mode, use derived-mode-p, and fix up various
3196 minor style issues in lisp/progmodes.
3197
3198 * progmodes/vhdl-mode.el (vhdl-mode):
3199 * progmodes/verilog-mode.el (verilog-mode):
3200 * progmodes/vera-mode.el (vera-mode):
3201 * progmodes/sql.el (sql-mode):
3202 * progmodes/scheme.el (scheme-mode):
3203 * progmodes/perl-mode.el (perl-mode):
3204 * progmodes/octave-inf.el (inferior-octave-mode):
3205 * progmodes/autoconf.el (autoconf-mode):
3206 * progmodes/m4-mode.el (m4-mode):
3207 * progmodes/inf-lisp.el (inferior-lisp-mode):
3208 * progmodes/idlwave.el (idlwave-mode):
3209 * progmodes/icon.el (icon-mode):
3210 * progmodes/idlw-help.el (idlwave-help-mode):
3211 * progmodes/dcl-mode.el (dcl-mode):
3212 * progmodes/idlw-shell.el (idlwave-shell-mode):
3213 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3214 (ebrowse-member-mode, ebrowse-electric-position-mode):
3215 Use define-derived-mode.
3216
3217 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3218 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3219 (xscheme-debugger-mode-p, xscheme-send-string-1):
3220 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3221 (tcl-load-file, tcl-restart-with-file):
3222 * progmodes/ps-mode.el (ps-run-running):
3223 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3224 * progmodes/js.el (js--get-all-known-symbols):
3225 * progmodes/inf-lisp.el (inferior-lisp-proc):
3226 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3227 (idlwave-template, idlwave-update-buffer-routine-info)
3228 (idlwave-update-current-buffer-info)
3229 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3230 (idlwave-scan-class-info, idlwave-fix-keywords)
3231 (idlwave-list-buffer-load-path-shadows):
3232 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3233 (idlwave-toolbar-remove):
3234 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3235 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3236 (idlwave-shell-menu-def):
3237 * progmodes/idlw-complete-structtag.el
3238 (idlwave-prepare-structure-tag-completion):
3239 * progmodes/gud.el (gud-set-buffer):
3240 * progmodes/f90.el (f90-backslash-not-special):
3241 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3242
3243 * progmodes/xscheme.el (xscheme-start)
3244 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3245 * progmodes/which-func.el (which-function):
3246 * progmodes/vhdl-mode.el (vhdl-set-style):
3247 * progmodes/verilog-mode.el (verilog-set-compile-command)
3248 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3249 (verilog-set-define, verilog-auto-reeval-locals):
3250 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3251 * progmodes/simula.el (simula-mode):
3252 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3253 * progmodes/python.el (python-check, python-mode):
3254 * progmodes/prolog.el (prolog-mode-variables):
3255 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3256 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3257 * progmodes/delphi.el (delphi-mode):
3258 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3259 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3260 (c-font-lock-init): Move make-local-variable to their setq.
3261
3262 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3263 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3264 make-local-hook.
3265 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3266 (sh-set-shell): Don't set require-final-newline since it's already done
3267 by prog-mode.
3268 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3269 since we never set it.
3270 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3271 Use read-string and standard prompt.
3272 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3273 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3274 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3275 (meta-common-mode-map): Rename from meta-mode-map.
3276 Remove C-m binding, which is a user preference, not mode specific.
3277 (meta-common-mode): New major mode; replace meta-common-initialization.
3278 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3279 around with font-lock.
3280 * progmodes/etags.el (select-tags-table-mode):
3281 Derive from special-mode.
3282 * progmodes/octave-mod.el (octave-mode):
3283 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3284 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3285 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3286 Let define-derived-mode do its job.
3287 * progmodes/cpp.el (cpp-edit-mode-map):
3288 Move initialization into declaration.
3289 (cpp-edit-mode): Use define-derived-mode.
3290 (cpp-edit-load): Use derived-mode-p.
3291 * progmodes/mixal-mode.el (mixal-mode):
3292 * progmodes/f90.el (f90-mode):
3293 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3294 require-final-newline since prog-mode does it already.
3295 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3296 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3297 * progmodes/antlr-mode.el: Require cc-mode upfront.
3298 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3299 the declaration.
3300 (antlr-directory-dependencies, antlr-show-makefile-rules):
3301 Use derived-mode-p.
3302 (antlr-language-option): Don't assume point-min==1.
3303 (antlr-mode): Use define-derived-mode.
3304 * progmodes/ada-mode.el: Use derived-mode-p.
3305 (ada-mode): Use define-derived-mode.
3306 Use hack-local-variables-hook.
3307
61f91c04
SM
33082010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3309
3310 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3311 (texinfo-mode): Don't disable adaptive-fill-mode.
3312 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3313 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3314 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3315 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3316 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3317 (texinfo-insert-@quotation, texinfo-insert-@samp)
3318 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3319 (texinfo-insert-@uref): Use define-skeleton.
3320 (texinfo-insert-@-with-arg): Delete.
3321
72a44673
EZ
33222010-12-10 Eli Zaretskii <eliz@gnu.org>
3323
3324 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3325 nil, do quote archive member names. (Bug#6144)
3326
ab540f59
GM
33272010-12-10 Glenn Morris <rgm@gnu.org>
3328
66f782de
GM
3329 * files.el (diff-no-select): Declare.
3330
e554b3f8
GM
3331 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3332 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3333
ab540f59
GM
3334 * comint.el (comint-input-ring-file-name): Doc fix.
3335
f68ab99b
EZ
33362010-12-09 Eli Zaretskii <eliz@gnu.org>
3337
3338 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3339 New functions.
61f91c04
SM
3340 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3341 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3342 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3343 instead of `nil'.
3344 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3345 and menu-bar-positive-p instead of `nil' and `>', respectively.
3346 (Bug#1077)
3347
650453a9
VJL
33482010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3349
3350 * whitespace.el (whitespace-newline-mode): Code fix.
3351
28d5de72
GM
33522010-12-09 Glenn Morris <rgm@gnu.org>
3353
3354 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3355 Rename functions without commas, update callers.
3356
b596d50d 33572010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3358
b596d50d
GM
3359 * whitespace.el (whitespace-cleanup-region):
3360 Clean up spaces before tabs. (Bug#7582)
16498102 3361
eff37c5e
KF
33622010-12-08 Karl Fogel <kfogel@red-bean.com>
3363
3364 * bookmark.el: Adjust parameter names and doc strings to resolve
3365 confusion over whether "bookmark" meant a bookmark name or a
3366 bookmark record. Along the way, shorten one function's name for
3367 similar reasons. (Issue #7548)
3368 (bookmark-name-from-record): New name for
3369 `bookmark-name-from-full-record'. All callers changed.
3370 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3371 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3372 (bookmark-get-annotation, bookmark-set-annotation)
3373 (bookmark-get-filename, bookmark-set-filename)
3374 (bookmark-get-position, bookmark-set-position)
3375 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3376 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3377 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3378 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3379 Rename `bookmark' parameter to `bookmark-name-or-record', to
3380 clearly show its role, and shorten or adjust doc strings accordingly.
3381 (bookmark-set-name): Same, and pass the parameter directly to
3382 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3383 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3384 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3385 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3386 and in some cases shorten doc string accordingly.
3387 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3388 and `new-name', and adjust an internal variable to avoid confusion.
3389 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3390 parameter in doc string.
3391
5fe9ebd1
GM
33922010-12-08 Glenn Morris <rgm@gnu.org>
3393
ac8331a7
GM
3394 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3395 from gdb's history file. (Bug#7575)
3396
5fe9ebd1
GM
3397 * mail/emacsbug.el (report-emacs-bug):
3398 Try to handle some other mail clients.
3399
33cf0fb2
SM
34002010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3403 Use string-prefix-p.
3404 (file-name-version-regexp): New var.
3405 (file-name-sans-versions):
3406 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3407 (jka-compr-get-compression-info): Use dolist.
3408 (jka-compr-compression-info-list): Don't bother specifying
3409 version/backup regexps.
3410
11c31b99
TH
34112010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3412
3413 * simple.el (just-one-space): Make argument n default to 1 if
3414 omitted.
3415
a733fc37
SM
34162010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * electric.el (electric-indent-post-self-insert-function):
3419 Delete trailing newlines even if we don't reindent.
3420
88b5a757
DD
34212010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3422
a733fc37
SM
3423 * minibuffer.el (completion-at-point): Remove the `arg'.
3424 * bindings.el (complete-symbol): Move back from minibuffer.el.
3425
34262010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3427
88b5a757
DD
3428 * simple.el (just-one-space): Delete newlines for negative arg.
3429
ce327e48
SM
34302010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3433 (ansi-color-filter-apply): Simplify.
3434 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3435
ac73d955
BR
34362010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3437
3438 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3439
8c44f097
CY
34402010-12-04 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * dired.el (dired-use-ls-dired): Set default to a special
3443 "unspecified" value.
3444 (dired-insert-directory): When called the first time, check
3445 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3446
15af15e5
TO
34472010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3448
3449 * replace.el: Add "collect" feature to occur.
3450 (occur-collect-regexp-history): New var.
88b5a757
DD
3451 (occur-read-primary-args): Return a replace string for nlines,
3452 if needed.
15af15e5
TO
3453 (occur): Extend the meaning of nlines.
3454
b2e6e5bd
SM
34552010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3458 (which-func-update-1): Distinguish symbols from strings.
3459 (which-function): Stay within 80 columns.
3460
ee9355dc
SM
34612010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3462
7f0ea0ff
SM
3463 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3464
ee9355dc
SM
3465 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3466 Improve docstring.
3467 (comment-style): Use comment-styles's docs to describe values.
3468
3e972d98
JD
34692010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3470
3471 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3472 and ns-show-prefs (Bug#7535).
3473
3474 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3475 bindings (Bug#7535).
3476
c879436a
GM
34772010-12-03 Glenn Morris <rgm@gnu.org>
3478
afe27238
GM
3479 * nxml/nxml-mode.el: Require rng-nxml.
3480 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3481 Remove declarations.
3482
65beee52
GM
3483 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3484 * nxml/rng-nxml.el, nxml/rng-valid.el:
3485 Remove leading `*' from defcustom docs.
3486
ad961a00
GM
3487 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3488 (normal-top-level-add-to-load-path, tty-handle-args):
3489 Convert comments to basic doc-strings.
3490
c5fd0ab5
GM
3491 * net/browse-url.el (browse-url-url-at-point)
3492 (browse-url-default-browser): Remove autoload cookies.
3493
f62f063d
GM
3494 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3495 Remove more undefined cl functions.
3496
c879436a
GM
3497 * vc/diff.el (diff-sentinel): Make new arguments optional.
3498 * ibuf-ext.el (diff-sentinel): Update declaration.
3499
3721e124
DU
35002010-12-03 Daiki Ueno <ueno@unixuser.org>
3501
3502 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3503 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3504 (epg-context-set-passphrase-callback): Mention that the callback
3505 is not called when used with GnuPG 2.x.
3506
66feec8b
MA
35072010-12-02 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3510 (tramp-file-name-port): Check also for `tramp-default-port'.
3511 (tramp-get-connection-name): New defun.
3512 (tramp-get-connection-process): Use it.
3513 (tramp-debug-message): Extend function exclude list.
3514 (tramp-drop-volume-letter): Fix doc string.
3515
3516 * net/tramp-cmds.el: Remove solved todo item.
3517
66feec8b
MA
3518 * net/tramp-ftp.el:
3519 * net/tramp-gvfs.el:
3520 * net/tramp-gw.el:
3521 * net/tramp-imap.el:
3522 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3523 and `tramp-default-user-alist', respectively.
3524
88b5a757
DD
3525 * net/tramp-gw.el (tramp-gw-open-connection):
3526 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3527
3528 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3529 `tramp-file-name-port'.
3530
3531 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3532 and "psftp". Exchange "%k" marker with options.
3533 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3534 Compute size of link target.
35f52ed6
JB
3535 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3536 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3537 copy arguments. Use `tramp-get-connection-name' and
3538 `tramp-get-connection-buffer'. Improve debug messages.
3539 (tramp-compute-multi-hops): Remove port determination.
3540 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3541
3542 * net/trampver.el: Update release number.
3543
bd77c2ef
GM
35442010-12-02 Glenn Morris <rgm@gnu.org>
3545
05907bb3
GM
3546 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3547 Avoid infinite loop over windows. (Bug#7492)
3548
bd77c2ef
GM
3549 * progmodes/flymake.el (flymake-check-file-limit):
3550 Allow nil to mean "no limit".
3551 (flymake-check-patch-master-file-buffer): Update for above change.
3552 Allow a .tex file-name extension to be optional.
3553 (flymake-master-tex-init): Also match \include statements.
3554
f7ca27a1
SS
35552010-11-30 Sam Steingold <sds@gnu.org>
3556
3557 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3558 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3559 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3560 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3561 define-derived-mode').
3562 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3563 users who want to call `nxml-parent-document-set'.
3564
402c8a49
CY
35652010-11-27 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3568 stand-alone lines, since that is handled by log-edit-match-to-eoh
3569 (Bug#6465).
3570
d1882ac7
EW
35712010-11-27 Eduard Wiebe <usenet@pusto.de>
3572
3573 * dired.el (dired-get-filename): Replace backslashes with slashes
3574 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3575 * locate.el (locate-default-make-command-line): Don't consider
3576 drive letter and root directory part of
3577 `directory-listing-before-filename-regexp'. (Bug#7308)
3578 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3579
07976ae3 35802010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3581
3582 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3583 of :smie-open/close-alist.
3584 (smie-next-sexp): Make it accept a "start token" as argument.
3585 (smie-indent-keyword): Be careful not to misidentify tokens that span
3586 more than one line, as empty lines. Add argument `token'.
3587
07976ae3 35882010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3589
afde451a
KH
3590 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3591 multipart subtypes, insert all as usual.
3592
3d9ee611
KH
3593 * mail/rmail.el: Require rfc2047.
3594
07976ae3 35952010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3596
3597 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3598 (rmail-mime-entity-disposition)
3599 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3600 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3601 (rmail-mime-save): Handle the case that the button's `data' is a
3602 MIME entity.
3603 (rmail-mime-insert-text): New function.
9e0ecdab 3604 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3605 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3606 (rmail-mime-insert-bulk): New function mostly copied from the old
3607 rmail-mime-bulk-handler.
9e0ecdab
GM
3608 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3609 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3610 the old rmail-mime-multipart-handler.
3611 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3612 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3613 rmail-mime-show.
3614 (rmail-mime-insert-multipart, rmail-mime-parse)
3615 (rmail-mime-insert, rmail-show-mime)
3616 (rmail-insert-mime-forwarded-message)
3617 (rmail-insert-mime-resent-message): New functions.
3618 (rmail-insert-mime-forwarded-message-function): Set to
3619 rmail-insert-mime-forwarded-message.
3620 (rmail-insert-mime-resent-message-function): Set to
3621 rmail-insert-mime-resent-message.
3622
3623 * mail/rmailsum.el: Require rfc2047.
3624 (rmail-header-summary): Handle multiline Subject: field.
3625 (rmail-summary-line-decoder): Change the default to
3626 rfc2047-decode-string.
3627
3628 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3629 (rmail-mime-feature): Change the default to `rmailmm'.
3630 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3631 (rmail-display-labels): Likewise.
3632 (rmail-show-message-1): Check rmail-enable-mime, and use
3633 rmail-show-mime-function for a MIME message. Decode the headers
3634 according to RFC2047.
3635
07976ae3 36362010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3637
3638 * progmodes/which-func.el (which-func-imenu-joiner-function):
3639 Return a string, as expected.
3640 (which-function-mode): Make sure we stop any previous timer before
3641 starting a new one.
3642
07976ae3 36432010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3644
3645 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3646 (tramp-default-user-alist, tramp-default-proxies-alist):
3647 Adapt custom options type. (Bug#7445)
e40fc745 3648
07976ae3 36492010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3650
3651 * progmodes/python.el: Add Ipython support (Bug#5390).
3652 (python-shell-prompt-alist)
3653 (python-shell-continuation-prompt-alist): New options.
3654 (python--set-prompt-regexp): New function.
33aeea0e
SM
3655 (inferior-python-mode, run-python, python-shell):
3656 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3657 prompt based on the Python interpreter.
3658 (python--prompt-regexp): New var.
3659 (python-check-comint-prompt)
3660 (python-comint-output-filter-function): Use it.
3661 (run-python): Use a pipe (Bug#5694).
3662
07976ae3 36632010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3664
3665 * progmodes/python.el (run-python): Doc fix.
3666 (python-keep-current-directory-in-path): New var (Bug#7454).
3667
07976ae3 36682010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3669
3670 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3671 Prompt user before actually printing.
3672
0b839457
GM
36732010-11-27 Glenn Morris <rgm@gnu.org>
3674
3675 * startup.el (package-enable-at-startup, package-initialize):
3676 Remove unnecessary declarations.
3677
96107967
EZ
36782010-11-27 Eli Zaretskii <eliz@gnu.org>
3679
3680 * international/characters.el (glyphless-char-display-control):
3681 Exclude newline and TAB from the c0-control group.
3682
a140ec5f
GM
36832010-11-27 Glenn Morris <rgm@gnu.org>
3684
82445062
GM
3685 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3686 (expand-mail-aliases): Remove unnecessary autoload.
3687
08b5f072
GM
3688 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3689
e96d4147
GM
3690 * shell.el (shell-dir-cookie-re): Move definition before use.
3691
a140ec5f
GM
3692 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3693 Replace undefined CL functions.
3694
a2249e66
EZ
36952010-11-26 Eli Zaretskii <eliz@gnu.org>
3696
228482b2
EZ
3697 * simple.el (prog-mode): Set bidi-paragraph-direction to
3698 left-to-right.
3699
a2249e66
EZ
3700 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3701
d01d7b8d
GM
37022010-11-26 Glenn Morris <rgm@gnu.org>
3703
3704 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3705 diary-outlook-formats can be sensitive to calendar-date-style.
3706 (diary-outlook-formats): Simplify the default setting.
3707 (diary-from-outlook-internal): Pass subject and body as arguments.
3708 Use dolist rather than dotimes. Don't save the diary buffer.
3709 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3710 Pass subject and body as explicit arguments to the -internal function.
3711
b3ea64a3
LMI
37122010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3713
3714 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3715 parsing them. This makes mailto:...?subject=foo\nbar work.
3716
d5e7b0d8
SM
37172010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * vc/diff.el (diff): Fix last change.
3720
872ab164
SM
37212010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3724 (pcase--dontcare-upats): New var.
3725 (pcase-let, pcase-let*): Generate better code.
3726 Accept the same bodies as `let'.
3727 (pcase-dolist): New macro.
3728 (pcase--trivial-upat-p): New helper function.
3729 (pcase--expand): Strip leading "(let nil" if any.
3730
876d1684
LMI
37312010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3732
7bd9b9d8
LMI
3733 * mail/mailclient.el (browse-url): Require.
3734 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3735 use the external browser function to send the mail (bug#7469).
3736
876d1684
LMI
3737 * net/browse-url.el (browse-url-browser-function): Revert the
3738 default back to the previous value, since the new value broke
3739 mailclient.el.
3740 (browse-url-mailto-function): New variable for mailto: URLs.
3741 (browse-url): Use the new variable for mailto: URLs.
3742
6e13206c
SM
37432010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * eshell/esh-cmd.el (eshell-parse-command):
3746 * eshell/esh-arg.el (eshell-parse-arguments):
3747 * eshell/em-script.el (eshell-source-file):
3748 Use with-silent-modifications.
3749
3d92f44e
CY
37502010-11-23 Chong Yidong <cyd@stupidchicken.com>
3751
3752 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3753 for a merge location.
3754
3755 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3756 (vc-bzr-merge-branch): Always prompt.
3757 (vc-bzr-async-command): Use the full branch filename.
3758
8f5f1e68
SM
37592010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * shell.el (shell): Use current-buffer by default if it's already
3762 a shell mode buffer and its process is dead.
ee9355dc 3763 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3764
331460ac
TH
37652010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3766
8f5f1e68
SM
3767 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3768 Mention that the keywords should be comma separated.
331460ac 3769
2c3160c5
CY
37702010-11-23 Chong Yidong <cyd@stupidchicken.com>
3771
3772 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3773 Accept optional prefix arg meaning to prompt for a command.
3774 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3775 prefix arg meaning to prompt for a command.
3776 (vc-pull): Alias for vc-update.
3777
3778 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3779 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3780 (vc-bzr-merge-branch): New functions, implementing merge-branch
3781 and pull operations.
3782
b2e44819
SM
37832010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3784
8a0eb852
SM
3785 * Makefile.in: Fix up last merge.
3786
b2e44819
SM
3787 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3788 (diff-sentinel): Get them as arguments instead.
3789 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3790 (diff-file-local-copy, diff-better-file-name): New funs.
3791 (diff-no-select): Rename from diff-into-buffer.
3792 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3793 Prefer closures to buffer-local variables.
3794 (diff): Adjust accordingly.
3795 (diff-buffer-with-file): Move from files.el.
3796 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3797 (diff-buffer-internal): Remove.
3798 (diff-buffer-buffer): Remove.
3799 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3800 the buffer name used, and so as not to mess up windows and frames.
3801
6a7662bb
BR
38022010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3803
3804 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3805 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3806 (diff-buffer-with-file): Use it.
3807 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3808 (diff): Use it.
3809
c799747b
TH
38102010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3811
3812 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3813 \ref's or \pageref's value as default instead of initial input.
3814
e274eb13
MA
38152010-11-21 Michael Albinus <michael.albinus@gmx.de>
3816
3817 * files.el (backup-by-copying-when-mismatch): The default value is
3818 now t.
3819
3820 * startup.el (normal-top-level):
3821 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3822 `backup-by-copying-when-mismatch'.
3823
77af54d7
JD
38242010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3825
3826 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3827
4e2f7d2a
CY
38282010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3829
6a7662bb
BR
3830 * progmodes/python.el (python-font-lock-keywords):
3831 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3832
b7d1e144
JD
38332010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3834
3835 * term/ns-win.el (ns-right-control-modifier)
3836 (ns-right-command-modifier): Defvar them.
3837
3838 * cus-start.el (all): Add ns-right-control-modifier and
3839 ns-right-command-modifier (Bug#7458).
3840
c11cc37a
GM
38412010-11-20 Glenn Morris <rgm@gnu.org>
3842
3843 * emacs-lisp/authors.el (authors-ignored-files)
3844 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3845
7dcd777e
TH
38462010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3847
3848 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3849 (report-emacs-bug-parse-query-results)
3850 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3851 keywords used for querying the bug database to show them in the
3852 existing bugs buffer.
3853
d2bd5189
JD
38542010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3855
3856 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3857
3858 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3859
0e7c0582
EZ
38602010-11-20 Eli Zaretskii <eliz@gnu.org>
3861
3862 * international/characters.el (glyphless-char-display-control):
3863 Make it a defcustom, with update-glyphless-char-display as its
3864 :set attribute.
3865 (top level): Don't call update-glyphless-char-display.
3866
7398933f
MA
38672010-11-20 Michael Albinus <michael.albinus@gmx.de>
3868
3869 Sync with Tramp 2.2.0.
3870
3871 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3872 `file-remote-p' (due to compatibility).
3873
3874 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3875 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3876
3877 * net/trampver.el: Update release number.
3878
1cd64aae
EZ
38792010-11-20 Eli Zaretskii <eliz@gnu.org>
3880
3881 * faces.el (glyphless-char): Define value for `pc'.
3882
614316a7
TH
38832010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3884
26214810
EZ
3885 Implemented a bug querying mechanism.
3886 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3887 (report-emacs-bug-create-existing-bugs-buffer)
3888 (report-emacs-bug-parse-query-results)
26214810 3889 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3890
9061f667
TH
38912010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3892
3893 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3894 a \ref{} or \pageref{} macro, then use its value as initial input.
3895
1265829e
JB
38962010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3897
3898 * calc/calc-units.el (math-build-units-table-buffer):
3899 calc/README: Mention that the TeX specific units won't use the
3900 `tex' prefix in TeX mode.
3901 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3902 prefix for units in TeX mode.
3903
9fca7811
SM
39042010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3907 * comint.el (comint-kill-region): Make the yank-handler argument
3908 obsolete.
9fca7811 3909
4a47c275 39102010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3911
e2f454c4
SM
3912 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3913 that are both openers (resp. closers) and something else.
3914 (smie-grammar): Loosen definition of valid values.
3915 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3916 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3917 (smie-indent-after-keyword): Adjust users.
3918 (smie-indent-keyword): Don't indent empty lines.
3919
88bf1bec
SM
3920 * vc-hg.el (vc-hg-program): New var.
3921 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3922 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3923
4a47c275 39242010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
3925
3926 * emacs-lisp/autoload.el (autoload-find-destination): The function
3927 coding-system-eol-type may return non-numeric values. (Bug#7414)
3928
4a47c275 39292010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
3930
3931 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3932
4a47c275 39332010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
3934
3935 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3936
4a47c275 39372010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
3938
3939 * textmodes/picture.el (picture-mouse-set-point): Don't use
3940 posn-col-row; explicitly compute the motion based on the posn at
3941 the window-start (Bug#7390).
3942
4a47c275 39432010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
3944
3945 * novice.el (disabled-command-function):
3946 Fix 2009-11-15 change. (Bug#7384)
3947
4a47c275 39482010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
3949
3950 * calendar/calendar.el (diary-iso-date-forms): Make elements
3951 mutually exclusive. (Bug#7377)
3952
4a47c275 39532010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
3954
3955 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3956 when filling the remaining "unconstrained" values.
3957
4a47c275 39582010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 3959
acef0722
SM
3960 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3961 safety predicate.
3962
3963 * files.el (safe-local-variable-p): Gracefully handle errors.
3964
7bea8c7a
SM
3965 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3966 Use smie-indent-virtual when indenting relative to an opener.
3967 (smie-rule-separator): Use smie-rule-parent.
3968 (smie-indent-keyword): Consult rules, even for openers at bol.
3969 (smie-indent-comment-close): Try to align closer's content.
3970
4a47c275 39712010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
3972
3973 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3974
4a47c275 39752010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 3976
aa514451
GM
3977 * printing.el (pr-menu-bind): Doc fix.
3978
32b636de
GM
3979 * speedbar.el (speedbar-toggle-images): Doc fix.
3980
bc1d5cdf
GM
3981 * progmodes/python.el (python-shell): Doc fix.
3982
c790cad4
GM
3983 * wid-edit.el (widget-field-use-before-change)
3984 (widget-use-overlay-change): Doc fixes.
3985
c51bb5d2
SM
39862010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3987
8bbb7dd8
SM
3988 Minor cleanup to improve style.
3989 * textmodes/rst.el (rst-update-section): Use point-marker.
3990 (rst-get-decoration): Eliminate unneeded assignment.
3991 (rst-promote-region, rst-straighten-decorations)
3992 (rst-section-tree, rst-adjust): Use point-marker.
3993 (rst-toc-mode-mouse-goto): Avoid setq.
3994 (rst-shift-region-guts, rst-shift-region-left)
3995 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3996 (rst-convert-bullets-to-enumeration): Use copy-marker.
3997
b7e270a2
SM
3998 * minibuffer.el (completion-fail-discreetly): New var.
3999 (completion--do-completion): Use it.
4000
c51bb5d2
SM
4001 * electric.el (electric-pair-pairs): New var.
4002 (electric-pair-post-self-insert-function): Use it.
4003 (electric-layout-post-self-insert-function): Don't insert a before
4004 newline unless it's actually needed.
4005
c04f2ac0
SM
40062010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4007
bac2de0f
SM
4008 * progmodes/python.el (run-python): Explain why we remove the current
4009 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4010
c04f2ac0
SM
4011 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4012
7100ff98
SM
40132010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4014
03f70355
SM
4015 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4016 (octave-mode-map): Don't bind ;, SPC, and LF.
4017 (octave-auto-indent, octave-auto-newline): Remove.
4018 (electric-layout-rules): Declare.
4019 (octave-mode): Set electric-layout-rules.
4020 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4021 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4022 (octave-electric-space): Remove.
4023
7100ff98
SM
4024 * electric.el (electric-layout-mode): New minor mode.
4025 (electric--after-char-pos): New function.
4026 (electric-indent-post-self-insert-function): Use it.
4027 (electric-layout-rules): New var.
4028 (electric-layout-post-self-insert-function): New function.
4029 (electric-indent-mode): Make them interact better.
4030
cca982d0
SM
40312010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4034 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4035 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4036
84992dff
AM
40372010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4038
4039 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4040 Make sure to check inside the word (Bug#6761).
4041
afa42fe3
CY
40422010-11-14 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * startup.el (command-line): If the cursorColor resource is set,
4045 change the cursor face-spec (Bug#7392).
4046
a798747d 40472010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4048
a798747d 4049 The main features of the following allout.el changes are:
1c9b9df0
KM
4050 - implement user customization for the allout key bindings
4051 - add a customization control by which the user can inhibit use of
a798747d 4052 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4053 describe-prefix-bindings
4054 - adapt to new version of called-interactively-p, while
a798747d 4055 maintaining backwards compatibility with old version
01c35094 4056 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4057
a798747d
GM
4058 * allout.el (allout-keybindings, allout-bind-keys)
4059 (allout-keybindings-binding, allout-prefixed-keybindings)
4060 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4061 (allout-keybindings-list, allout-mode-map-adjustments)
4062 (allout-setup-mode-map): Establish allout-mode keymaps as user
4063 customizable settings, and also establish a customizable setting which
4064 regulates whether or not a trailing control-h is reserved for use with
4065 describe-prefix-bindings - and inhibit it by default, so that control-h
4066 *is* reserved for describe-prefix-bindings unless the user changes it.
4067
4068 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4069 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4070 modified events more comprehensively.
4071
a798747d
GM
4072 * allout.el (allout-substring-no-properties):
4073 Alias to use or provide version of `substring-no-properties'.
4074 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4075
a798747d
GM
4076 * allout.el (allout-next-single-char-property-change):
4077 Alias to use or provide version of `next-single-char-property-change'.
4078 (allout-annotate-hidden, allout-hide-by-annotation):
4079 Use `allout-next-single-char-property-change'.
1c9b9df0 4080
a798747d
GM
4081 * allout.el (allout-select-safe-coding-system):
4082 Alias to use or provide version of `select-safe-coding-system'.
4083 (allout-toggle-subtree-encryption):
4084 Use `allout-select-safe-coding-system'.
1c9b9df0 4085
a798747d
GM
4086 * allout.el (allout-set-buffer-multibyte):
4087 Alias to use or provide version of `set-buffer-multibyte'.
4088 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4089
a798747d
GM
4090 * allout.el (allout-called-interactively-p): Macro for using the
4091 different versions of called-interactively-p identically, depending on
4092 the subroutine's argument signature.
4093 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4094 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4095
a798747d
GM
4096 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4097 (allout-previous-visible-heading, allout-forward-current-level)
4098 (allout-backward-current-level, allout-show-children):
4099 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4100
a798747d
GM
4101 * allout.el (allout-before-change-handler):
4102 Exempt edits to the (overlaid) character after the allout outline
4103 bullet from edit confirmation prompt.
1c9b9df0 4104
a798747d
GM
4105 * allout.el (allout-add-resumptions):
4106 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4107
a798747d
GM
4108 * allout.el (allout-beginning-of-line):
4109 Use `allout-previous-single-char-property-change' alias for the sake of
4110 diverse compatibility.
1c9b9df0 4111
a798747d
GM
4112 * allout.el (allout-end-of-line):
4113 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4114
0216b738
CY
41152010-11-13 Chong Yidong <cyd@stupidchicken.com>
4116
4117 * frame.el (frame-notice-user-settings): Don't clobber other
4118 user-set parameters when calling face-set-after-frame-default in
4119 response to background-color parameter (Bug#7373).
4120
0eb025fb
EZ
41212010-11-13 Eli Zaretskii <eliz@gnu.org>
4122
4123 * international/characters.el (glyphless-char-display-control):
88b5a757 4124 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4125 Signal an error if display method is not one of the recognized
4126 symbols.
0eb025fb 4127
6e060cee
MA
41282010-11-13 Michael Albinus <michael.albinus@gmx.de>
4129
4130 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4131 (tramp-compat-line-end-position): Remove them.
4132
4133 * net/tramp.el (tramp-parse-rhosts-group)
4134 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4135 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4136 (tramp-parse-netrc-group, tramp-parse-putty-group)
4137 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4138 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4139 (tramp-sh-handle-file-selinux-context)
4140 (tramp-sh-handle-file-name-all-completions)
4141 (tramp-sh-handle-insert-directory)
4142 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4143 (tramp-wait-for-output, tramp-send-command-and-read)
4144 * net/tramp-smb.el (tramp-smb-read-file-entry)
4145 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4146
4147 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4148 `point-at-bol'.
4149 (tramp-remote-coding-commands): Add an alternative using "base64
4150 -d -i". This is needed for older base64 versions from GNU
4151 coreutils. Reported by Klaus Reichl
4152 <Klaus.Reichl@thalesgroup.com>.
4153
8da5345f
HN
41542010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4155
4156 * simple.el (count-words-region): New function.
4157
c156a63b
SM
41582010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4159
78835dd0
SM
4160 * shell.el (shell-dir-cookie-re): New custom variable.
4161 (shell-dir-cookie-watcher): New function.
4162
ebff325e
SM
4163 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4164 and compilation-mode (bug#7350).
4165
4e9e1584
SM
4166 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4167 highlight when one of them is empty.
4168
4490f875
SM
4169 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4170 trailing space.
4171 (skeleton-newline): New function.
4172 (skeleton-internal-1): Use it.
4173
c156a63b
SM
4174 * simple.el (open-line): `newline' may strip trailing space.
4175
f3bb9e16
KR
41762010-11-12 Kevin Ryde <user42@zip.com.au>
4177
4178 * international/mule-cmds.el (princ-list): Use mapc.
4179
7847454a
GM
41802010-11-12 Glenn Morris <rgm@gnu.org>
4181
4182 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4183 Use it to replace all instances of "*Compile-Log*".
7847454a 4184
aa310257
SM
41852010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4188 indentation specs.
4189
cbf83ce9
SM
41902010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * progmodes/modula2.el: Use SMIE and skeleton.
4193 (m2-mode-syntax-table): (*..*) can be nested.
4194 Add //...\n. Fix paren syntax.
4195 (m2-mode-map): Remove LF and TAB bindings.
4196 (m2-indent): Add safety property.
4197 (m2-smie-grammar): New var.
4198 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4199 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4200 (m2-mode): Use define-derived-mode.
4201 (m2-newline, m2-tab): Remove.
4202 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4203 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4204 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4205 (m2-import): Use define-skeleton.
4206
e7c4fb1e
GM
42072010-11-11 Glenn Morris <rgm@gnu.org>
4208
b3e4c911
GM
4209 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4210
b3e22bd4
GM
4211 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4212 (ls-lisp-verbosity): Add custom :set-after property.
4213 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4214 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4215 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4216 (ls-lisp-set-options): New function.
4217 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4218 Doc fix.
b3e22bd4 4219
55a4b4fe
GM
4220 * play/landmark.el (lm-prompt-for-move):
4221 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4222
e7c4fb1e
GM
4223 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4224
4225 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4226 (idlwave-study-twins): Prefix dynamic local variable `name'.
4227 (idlwave-routine-twin-compare): Update for above change.
4228
4229 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4230 Prefix dynamic local variables `name', `kwd', and `link'.
4231 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4232 * progmodes/idlw-complete-structtag.el
4233 (idlwave-complete-structure-tag-help):
4234 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4235 (idlwave-complete-sysvar-tag-help)
4236 (idlwave-complete-class-structure-tag-help):
4237 Update for above name changes.
4238
afe2870b
LMI
42392010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4240
4241 * net/browse-url.el (browse-url-browser-function): Change the
4242 default to use `browse-url-mail' on mailto: URLs.
4243
fbe3be3f
CY
42442010-11-10 Chong Yidong <cyd@stupidchicken.com>
4245
cbf83ce9
SM
4246 * emacs-lisp/package.el (package-read-all-archive-contents):
4247 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4248
a7cfbaea 42492010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4250
4251 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4252 already found as misspellings by (flyspell-large-region), just
c97685d4 4253 do highlighting (bug#7322).
bd4532fc 4254
13e7256f
GM
42552010-11-10 Glenn Morris <rgm@gnu.org>
4256
6d2a1e35
GM
4257 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4258
d4aca69c
GM
4259 * emulation/edt.el (edt-with-position): New macro.
4260 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4261 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4262 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4263
f8a09adb
GM
4264 * emulation/tpu-extras.el (tpu-with-position): New macro.
4265 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4266
c026460b
GM
4267 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4268
dea53a43
GM
4269 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4270 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4271 (texinfo-master-menu, texinfo-insert-node-lines)
4272 (texinfo-multiple-files-update):
4273 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4274 Use line-beginning-position.
4275
72bc50c0
GM
4276 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4277 No recent Emacs supports system-type `emx'.
4278
4279 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4280 (ada-command-separator, ada-default-prj-properties)
4281 (ada-find-any-references): Update for above name change.
4282
4283 * dirtrack.el (dirtrack-directory-function)
4284 (dirtrack-canonicalize-function):
4285 * filecache.el (file-cache-completion-ignore-case)
4286 (file-cache-case-fold-search, file-cache-ignore-case):
4287 * term.el (serial-port-is-file-p): Cosmetic change.
4288
4289 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4290 Remove non-existent `windows-95' system-type.
4291 * dired.el (dired-chown-program): Remove non-existent `linux'
4292 system-type.
4293
17731c39
GM
4294 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4295 (ping-program-options): Remove non-existent `linux' system-type.
4296
9228bbd3
GM
4297 * startup.el (package-initialize): Update declaration.
4298
6e404950
GM
4299 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4300 (ls-lisp-handle-switches): Use time-less-p.
4301 (ls-lisp-format-time): Use float-time.
4302
6f0d4bb6
GM
4303 * textmodes/remember.el (remember-time-to-seconds): Remove.
4304 (remember-store-in-mailbox): Use float-time.
4305
4306 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4307
4308 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4309 never a real function.
4310 (with-no-warnings): Remove compat stub, now unused.
4311 (time-less-p): Doc fix.
4312 (time-to-number-of-days): Simplify.
4313
73171bd4
GM
4314 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4315 Remove.
4316 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4317 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4318 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4319 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4320 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4321
13e7256f
GM
4322 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4323 (eshell-shuffle-files, eshell-shorthand-tar-command)
4324 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4325 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4326 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4327 Prefix dynamic local variable `matches'.
4328
b565f5a1
GM
4329 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4330 Prefix dynamic local variable `skeleton'.
4331
5ad3e885
KY
43322010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4333
4334 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4335 in mail buffer; make yank-action always a command that yanks original
4336 buffer.
4337
14121c52
GM
43382010-11-09 Glenn Morris <rgm@gnu.org>
4339
4340 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4341
d607b96b 43422010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4343
9bdba5f5
SM
4344 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4345 completion field (bug#7211).
4346
73525e72
SM
4347 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4348 Fix handling of backslash escapes.
4349 (python-quote-syntax): Adjust accordingly.
4350
d607b96b 43512010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4352
4353 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4354 (vc-mtn-workfile-branch): Adjust to new output format.
4355
d607b96b 43562010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4357
4358 * international/mule-cmds.el (princ-list): Mark as obsolete.
4359
d607b96b 43602010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4361
4362 * emacs-lisp/smie.el: New package.
4363
d607b96b 43642010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4365
7f925a67
SM
4366 * files.el (backup-by-copying-when-mismatch):
4367 Set `permanent-local' property.
6ce78fdc
MA
4368
4369 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4370 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4371
d607b96b 43722010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4373
4374 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4375
d607b96b 43762010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4377
7f925a67 4378 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4379 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4380 AUTOINOUT for SV style multidimensional arrays, bug294.
4381 Reported by Eric Mastromarchi.
4382 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4383 font-lock-fontify-buffer to cleanup style issues.
4384
d607b96b 43852010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4386
4387 * locate.el (locate, locate-mode): Doc fixes.
4388
d607b96b 43892010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4390
4391 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4392 user for confirmation.
4393 (server-force-stop): Use it.
4394 (server-start): Use server-force-stop for kill-emacs-hook, to
4395 avoid user interaction while killing Emacs.
4396
9b026d9f
GM
43972010-11-09 Glenn Morris <rgm@gnu.org>
4398
3406534c 4399 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4400 (meta-indent-line): Simplify.
3406534c 4401
9b026d9f
GM
4402 * vc/emerge.el (emerge-line-number-in-buf):
4403 * textmodes/ispell.el (ispell-region):
4404 * textmodes/fill.el (current-fill-column):
4405 * progmodes/xscheme.el (xscheme-send-current-line):
4406 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4407 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4408 * progmodes/sh-script.el (sh-handle-prev-do):
4409 * progmodes/meta-mode.el (meta-indent-line):
4410 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4411 (idlwave-in-quote):
4412 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4413 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4414 * progmodes/fortran.el (fortran-looking-at-if-then):
4415 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4416 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4417 (cperl-find-pods-heres):
4418 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4419 * net/quickurl.el (quickurl-list-insert):
4420 * net/ldap.el (ldap-search-internal):
4421 * net/eudc.el (eudc-expand-inline):
4422 * mail/sendmail.el (sendmail-send-it):
4423 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4424 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4425 (viper-brac-function):
4426 * calc/calc-yank.el (calc-do-grab-region):
4427 * calc/calc-keypd.el (calc-keypad-press):
4428 * term.el (term-move-columns, term-insert-spaces):
4429 * speedbar.el (speedbar-highlight-one-tag-line):
4430 * simple.el (current-word):
4431 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4432 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4433 (Info-scroll-down):
4434 * hippie-exp.el (he-line-beg):
4435 * epa.el (epa--marked-keys):
4436 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4437 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4438 (dired-relist-entry):
4439 * buff-menu.el (Buffer-menu-buffer):
4440 * array.el (current-line):
4441 * allout.el (allout-resolve-xref)
4442 (allout-latex-verbatim-quote-curr-line):
4443 Replace yet more uses of end-of-line etc with line-end-position, etc.
4444
db94771e
SM
44452010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4446
1398b795
SM
4447 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4448 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4449 (checkdoc-syntax-table): Initialize in the declaration.
4450 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4451 the mode on unconditionally.
4452
db94771e
SM
4453 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4454 (extent-end-position, extent-start-position): Remove setf method for
4455 non-existing functions (bug#7319).
4456
674728d4
SM
44572010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4460 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4461 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4462 (smie-prec2->grammar): Rename from smie-prec2-levels.
4463 (smie-grammar): Rename from smie-op-levels.
4464 (smie-indent--hanging-p): Rename from smie-hanging-p.
4465 (smie-rule-hanging-p): New alias.
4466 (smie-indent--bolp): Rename from smie-bolp.
4467 (smie-indent--hanging-p): New alias.
4468 (smie--token): New dynamically bound variable.
4469 (smie-indent--parent): New function.
4470 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4471 (smie-rule-next-p): Rename from smie-next-p.
4472 (smie-rule-prev-p): Rename from smie-prev-p.
4473 (smie-rule-sibling-p, smie-rule-parent)
4474 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4475 (smie-rule-separator-outdent): New var.
4476 (smie-indent--rule): Merge with smie-indent--column.
4477 (smie-indent-forward-token, smie-indent-backward-token):
4478 Also recognize close parens.
4479 (smie-indent-keyword): Don't use smie-indent--column any more.
4480 (smie-indent-after-keyword): Ignore closers by default.
4481 (smie-indent-line): Use with-demoted-errors.
4482 * progmodes/octave-mod.el (octave-smie-grammar):
4483 Rename from octave-smie-op-levels.
4484 (octave-smie-rules): Adjust to new behavior.
4485 * progmodes/prolog.el (prolog-smie-grammar):
4486 Rename from prolog-smie-op-levels.
4487
26f097bf
GM
44882010-11-07 Glenn Morris <rgm@gnu.org>
4489
de3490e1
GM
4490 * eshell/esh-util.el (subst-char-in-string)
4491 (directory-files-and-attributes): These compatibility definitions are
4492 not needed on any version of Emacs since at least 21.4.
4493
3ba6b2ee
GM
4494 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4495 (verilog-get-end-of-line): Remove.
4496 (verilog-within-string, verilog-re-search-forward-substr)
4497 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4498 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4499 Use point-at-bol, point-at-eol.
4500 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4501 Remove.
4502 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4503 (electric-pascal-terminate-line, pascal-set-auto-comments)
4504 (pascal-indent-paramlist, pascal-indent-declaration)
4505 (pascal-get-lineup-indent, pascal-func-completion)
4506 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4507 Use point-at-bol, point-at-eol.
4508 * progmodes/flymake.el (flymake-line-beginning-position)
4509 (flymake-line-end-position): Remove.
4510 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4511 * eshell/esh-util.el (line-end-position, line-beginning-position):
4512 Remove compat definitions.
4513
76fc02b6
GM
4514 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4515 Use end-of-line N.
4516 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4517 Use line-end-position.
4518
e180ab9f
GM
4519 * emacs-lisp/chart.el (chart-zap-chars):
4520 * play/decipher.el (decipher-set-map):
4521 * progmodes/ada-mode.el (ada-get-current-indent)
4522 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4523 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4524 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4525 (ada-get-all-references):
4526 * progmodes/cperl-mode.el (cperl-electric-paren)
4527 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4528 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4529 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4530 (cperl-word-at-point-hard):
4531 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4532 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4533 (idlwave-shell-display-line):
4534 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4535 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4536 * progmodes/js.el (js--re-search-forward-inner)
4537 (js--re-search-backward-inner):
4538 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4539 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4540 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4541 * textmodes/flyspell.el (flyspell-process-localwords):
4542 * textmodes/ispell.el (ispell-buffer-local-parsing)
4543 (ispell-buffer-local-dict, ispell-buffer-local-words):
4544 Use point-at-bol and point-at-eol.
4545
26f097bf
GM
4546 * speedbar.el (speedbar-generic-item-info)
4547 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4548 (speedbar-add-indicator, speedbar-check-vc-this-line)
4549 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4550 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4551 Replace more uses of end-of-line etc with line-end-position.
4552
b05fde66
GM
45532010-11-06 Glenn Morris <rgm@gnu.org>
4554
5ed619e0
GM
4555 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4556 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4557 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4558 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4559 (texinfo-multiple-files-update):
4560 * textmodes/table.el (table--probe-cell-left-up)
4561 (table--probe-cell-right-bottom):
4562 * textmodes/picture.el (picture-tab-search):
4563 * textmodes/page-ext.el (pages-copy-header-and-position)
4564 (pages-directory-for-addresses):
4565 * progmodes/vera-mode.el (vera-get-offset):
4566 * progmodes/simula.el (simula-calculate-indent):
4567 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4568 * progmodes/prolog.el (end-of-prolog-clause):
4569 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4570 * progmodes/icon.el (indent-icon-exp):
4571 * progmodes/etags.el (tag-re-match-p):
4572 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4573 * progmodes/ebnf2ps.el (ebnf-begin-file):
4574 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4575 (dcl-save-local-variable):
4576 * play/life.el (life-setup):
4577 * play/gametree.el (gametree-looking-at-ply):
4578 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4579 * mail/sendmail.el (mail-mode-auto-fill):
4580 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4581 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4582 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4583 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4584 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4585 * type-break.el (type-break-file-keystroke-count):
4586 * term.el (term-replace-by-expanded-history-before-point)
4587 (term-skip-prompt, term-extract-string):
4588 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4589 (speedbar-contract-line, speedbar-toggle-line-expansion)
4590 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4591 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4592 * sort.el (sort-skip-fields):
4593 * skeleton.el (skeleton-internal-list):
4594 * simple.el (line-move-finish, line-move-to-column):
4595 * shell.el (shell-forward-command):
4596 * misc.el (copy-from-above-command):
4597 * makesum.el (double-column):
4598 * ebuff-menu.el (electric-buffer-update-highlight):
4599 * dired.el (dired-move-to-end-of-filename):
4600 * dframe.el (dframe-popup-kludge):
4601 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4602 * arc-mode.el (archive-get-lineno):
4603 Use line-end-position and line-beginning-position.
4604
e2a9c0bc
GM
4605 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4606 (idlwave-study-twins): Prefix dynamic local `class'.
4607 (idlwave-routine-twin-compare): Update for above name change.
4608
4e44448f
GM
4609 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4610 Use boundp tests to silence compiler. Update for changed name of
4611 bytecomp-filename variable.
4612
8f6c3eac
GM
4613 * emulation/viper-cmd.el (viper-read-string-with-history):
4614 Prefix dynamic local `initial'.
4615 (viper-minibuffer-standard-hook): Update for above name change.
4616
79d1dabe
GM
4617 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4618 (elint-init-form): Update for above name change.
4619
0e4bb7f0
GM
4620 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4621 local variables `cbeg' and `cend' a prefix.
4622 (mail-extr-voodoo): Update for above name change.
4623
c8f3bf36
GM
4624 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4625 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4626 (reftex-toc-promote-action): Doc fix.
4627
4628 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4629 `prompt', `data' a prefix.
4630 (reftex-select-post-command-hook, reftex-select-callback)
4631 (reftex-select-mouse-accept, reftex-select-read-cite):
4632 Update for above name changes.
4633
4634 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4635 `refstyle' to reftex-refstyle.
4636 (reftex-offer-label-menu): Update for above name change.
4637 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4638 `refstyle' name change.
4639
b05fde66
GM
4640 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4641 with with-current-buffer.
4642 (diff, template): Give dynamic local variables a prefix.
4643 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4644 (emerge-line-number-in-buf): Update for above name change.
4645 (emerge-combine-versions-internal): Rename local `template' to
4646 emerge-combine-template.
4647 (emerge-combine-versions-edit): Update for above name change.
4648
5d8f9169
RA
46492010-11-06 Ralf Angeli <angeli@caeruleus.net>
4650
4651 * textmodes/reftex-cite.el
4652 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4653 entries with whitespace after \bibitem.
4654 (reftex-create-bibtex-file): Match entries containing numbers and
4655 symbol constituents. Make sure that entries with whitespace at
4656 various places are found.
4657
f8aefe82
MA
46582010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4659
4660 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4661
e06918d2
JD
46622010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4663
4664 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4665
17fc58c9
GM
46662010-11-05 Glenn Morris <rgm@gnu.org>
4667
f7fe4837
GM
4668 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4669 (woman2-roff-buffer): Give local variable `request' a prefix.
4670 (woman0-macro): Rename argument `request' in the same way.
4671 (woman-request): New name for `request' dynamic variable.
4672 (woman-unquote, woman-forward-arg): Update for above name change.
4673 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4674 (woman1-unquote): New name for `unquote' dynamic variable.
4675 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4676 (woman-translations): Rename from `translations'. No longer global.
4677 (woman2-tr, woman-translate): Update for above name change.
4678 (woman-translate): Check for bound variable.
4679 (woman2-roff-buffer): Give local variable `translations' a prefix.
4680
869c4186
GM
4681 * play/doctor.el: Give all local variables a prefix. Update callers.
4682 (doc$, doctor-put-meaning): Use backquote.
4683
215461a8
GM
4684 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4685 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4686
17fc58c9
GM
4687 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4688 variables bytes, ptr, op a prefix.
4689 (disassemble-offset): Update for above change.
4690
015eea59
CY
46912010-11-03 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * emacs-lisp/package.el (package-unpack): Remove no-op.
4694 (package--builtins, package--dir): Doc fix.
4695 (package-activate-1, package-activate, package-install)
4696 (package-compute-transaction): Fix error message.
4697 (package-delete): Use delete-directory. Omit system packages.
4698 (package-initialize): Set package-alist to nil first.
4699 (package-menu-mark-delete, package-menu-mark-install): Don't add
4700 symbols that are inconsistent with the package state.
4701 (package-menu-execute): Perform deletions and installations as
4702 single batch operations.
4703
033862d1
GM
47042010-11-03 Glenn Morris <rgm@gnu.org>
4705
0b03a950
GM
4706 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4707 (props): Remove unnecessary declaration.
4708
e337e22c
GM
4709 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4710 set-process-query-on-exit-flag.
4711
a88e24dd 4712 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4713 (reftex-toc-do-promote): Remove unused local `mpos'.
4714 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4715
537b04b9
GM
4716 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4717
52365e61
GM
4718 * play/landmark.el (lm-losing-threshold): Correct spelling.
4719 (lm-human-plays): Use new name.
4720
cd32f8a9
GM
4721 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4722 (gomoku-human-plays): Use new name.
4723
033862d1
GM
4724 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4725 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4726 (gomoku-score-trans-table, gomoku-winning-threshold)
4727 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4728
4b99edf2
CY
47292010-11-03 Chong Yidong <cyd@stupidchicken.com>
4730
4731 * emacs-lisp/package.el: Don't put built-in packages in
4732 package-alist, to avoid loading inefficiencies.
4733 (package-built-in-p): Make VERSION optional, and treat it as a
4734 minimum acceptable version.
6a7662bb
BR
4735 (package-activate): Search separately for built-in packages.
4736 Emit a warning if a dependency fails.
4b99edf2
CY
4737 (define-package): Handle most common case, where there is no
4738 obsolete package, first.
4739 (package-compute-transaction): Print required version in error.
4740 (package--initialized): New variable.
4741 (list-packages): Use it.
4742 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4743 built-in packages in packages-alist; keep it separate.
4744 Set package--initialized.
4b99edf2
CY
4745 (describe-package): Avoid activating packages as a side-effect.
4746 Search separately for built-in packages.
4747 (describe-package-1): Handle the case where an elpa package is
4748 simultaneously built-in and available/installed.
6a7662bb
BR
4749 (package-installed-p, package--generate-package-list):
4750 Search separately for built-in packages.
4b99edf2
CY
4751 (package-load-descriptor): Doc fix.
4752
3225dcaa
SM
47532010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4754
4755 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4756 Handle __DATA__ and __END__.
4757
fa14dc18
NF
47582010-11-02 Noah Friedman <friedman@splode.com>
4759
4760 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4761 nil, do not ask to recompile files that are not already compiled,
4762 and do not recompile them.
4763
0f75c62a
CY
47642010-11-02 Chong Yidong <cyd@stupidchicken.com>
4765
4766 * emacs-lisp/package.el (package-initialize): Ensure that
4767 obsoleted built-in packages are not in package-activated-list
4768 during activation.
4769 (describe-package-1): Make the "installed" status override
4770 "built-in".
4771
b29f5b7b
VJL
47722010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4773
4774 * subr.el (version-separator, version-regexp-alist): Remove '*'
4775 from docstring.
4776 (version-list-<=, version<=, version=): Doc fix.
4777
b18fad6d
KH
47782010-11-01 Kenichi Handa <handa@m17n.org>
4779
4780 * faces.el (glyphless-char): Inherit underline for tty.
4781
a8039db1 47822010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4783
4784 Implement various display methods for glyphless characters.
4785
4786 * international/characters.el (char-acronym-table): New variable.
4787 (glyphless-char-control): New variable.
35f52ed6 4788 (update-glyphless-char-display): New function.
b2cca856
KH
4789
4790 * faces.el (glyphless-char): New face.
4791
28886d5e
GM
47922010-11-01 Glenn Morris <rgm@gnu.org>
4793
919dd7aa
GM
4794 * calendar/holidays.el (general-holidays, oriental-holidays)
4795 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4796 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4797 the definitions of their targets.
4798
c79fc059
GM
4799 * emacs-lisp/smie.el (smie): New custom group.
4800 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4801
c8ccffb1
GM
4802 * faces.el (xw-defined-colors, x-setup-function-keys):
4803 * mouse-sel.el (x-select-text):
4804 * term/w32console.el (x-setup-function-keys): Update declarations.
4805
f4ff702e
GM
4806 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4807
806c491a
GM
4808 * textmodes/ispell.el (comment-add): Declare.
4809
c3dfebd1
GM
4810 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4811 Declare.
4812
28886d5e
GM
4813 * info.el (finder-keywords-hash, package-alist): Declare.
4814
693c9d15
CY
48152010-11-01 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * finder.el (finder-compile-keywords): Don't use intern-soft,
4818 since package names may not yet exist in the obarray.
4819
48202010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4821
4822 * vc/vc-arch.el (vc-arch-checkin):
4823 * vc/vc-cvs.el (vc-cvs-checkin):
4824 * vc/vc-mtn.el (vc-mtn-checkin):
4825 * vc/vc-rcs.el (vc-rcs-checkin):
4826 * vc/vc-sccs.el (vc-sccs-checkin):
4827 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4828 since 2010-04-21 commit by Stefan Monnier.
4829
36967cf7
GM
48302010-11-01 Glenn Morris <rgm@gnu.org>
4831
feb5e60a
GM
4832 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4833
1f023ca9
GM
4834 * startup.el (package-enable-at-startup, package-initialize):
4835 Silence compiler.
4836
36967cf7
GM
4837 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4838 Silence compiler.
4839
430e7297
JD
48402010-10-31 Julien Danjou <julien@danjou.info>
4841
4842 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4843 (byte-recompile-directory):
4844 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4845 Use `byte-recompile-file'.
4846
c8c59954
GM
48472010-10-31 Glenn Morris <rgm@gnu.org>
4848
4849 * cus-start.el: Handle standard values via a keyword.
4850 Only set version property if specified.
4851 (cursor-in-non-selected-windows, menu-bar-mode)
4852 (tool-bar-mode, show-trailing-whitespace):
4853 Do not specify standard values.
4854 (transient-mark-mode, temporary-file-directory): Use :standard.
4855
04e63796
JD
48562010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4857
4858 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4859 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4860
2699a554 48612010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4862
4863 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4864 preserve owner and group when editing files. (Bug#7289)
4865
35fcc05c 48662010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4867
4868 * speedbar.el (speedbar-mode):
4869 * play/fortune.el (fortune-in-buffer, fortune):
4870 * play/gomoku.el (gomoku-mode):
4871 * play/landmark.el (lm-mode):
4872 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4873 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4874
82f7efc3
GM
4875 * select.el (x-selection): Mark it as an obsolete alias.
4876
2699a554 48772010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4878
f486841f 4879 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4880 major-mode (bug#7284).
4881
2699a554 48822010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4883
4884 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4885 rather than just an unused variable that inherits from the real one.
4886
e6ef5dd9
AM
48872010-10-31 Alan Mackenzie <acm@muc.de>
4888
4889 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4890 This fixes bug #7185.
4891
8a500a91
CY
48922010-10-30 Chong Yidong <cyd@stupidchicken.com>
4893
4894 * startup.el (command-line): Search for package directories, and
4895 don't load package.el if none are found.
4896
6a7662bb
BR
4897 * emacs-lisp/package.el (describe-package, list-packages):
4898 Call package-initialize if it has not been called yet.
8a500a91 4899
4f9e41e4
AM
49002010-10-30 Alan Mackenzie <acm@muc.de>
4901
4902 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4903 which fontifies the tail of an enum.
4904 (c-basic-matchers-after): Insert a call to the above new function.
4905 This fixes bug #7264.
4906
88f43c67
GM
49072010-10-30 Glenn Morris <rgm@gnu.org>
4908
4909 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4910 tool-bar-mode, transient-mark-mode. (Bug#7306)
4911 Include the :set property in the dumped Emacs.
4912
c4d17d50
SM
49132010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 SMIE: change indent rules format, improve smie-setup.
4916 * emacs-lisp/smie.el (smie-precs-precedence-table)
4917 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4918 Mark them pure so the tables gets built at compile time.
4919 (smie-bnf-precedence-table): Store the closer-alist in the table.
4920 (smie-prec2-levels): Preserve the closer-alist.
4921 (smie-blink-matching-open): Be more forgiving in case of indentation.
4922 (smie-hanging-p): Rename from smie-indent--hanging-p.
4923 (smie-bolp): Rename from smie-indent--bolp.
4924 (smie--parent, smie--after): New dynamic vars.
4925 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4926 (smie-indent-rules): Remove.
4927 (smie-indent--offset-rule): Remove fun.
4928 (smie-rules-function): New var.
4929 (smie-indent--rule): New fun.
4930 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4931 (smie-indent-exps): Use it.
4932 (smie-setup): Setup paren blinking; add keyword args for token
4933 functions; extract closer-alist from op-levels.
4934 (smie-indent-debug-log): Remove var.
4935 (smie-indent-debug): Remove fun.
4936 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4937 (prolog-smie-rules): New fun to replace it.
4938 (prolog-mode-variables): Simplify.
4939 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4940 it's setup automatically.
4941 (octave-smie-indent-rules): Remove.
4942 (octave-smie-rules): New fun to replace it.
4943 (octave-mode): Simplify.
4944
9d794026
GM
49452010-10-29 Glenn Morris <rgm@gnu.org>
4946
e088c02a
GM
4947 * files.el (temporary-file-directory): Remove (already defined in C).
4948 * cus-start.el: Add temporary-file-directory.
4949
9d794026
GM
4950 * abbrev.el (abbrev-mode):
4951 * composite.el (auto-composition-mode):
4952 * menu-bar.el (menu-bar-mode):
4953 * simple.el (transient-mark-mode):
4954 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4955 that they do not define the associated variables twice.
4956 * simple.el (transient-mark-mode): Remove defvar.
4957 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4958 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4959 Handle multiple groups, and also custom-delayed-init-variables.
4960 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4961
dcc029e0
SM
49622010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4965 (pcase-if): Add one minor optimization.
4966 (pcase-split-equal): Rename from pcase-split-eq.
4967 (pcase-split-member): Rename from pcase-split-memq.
4968 (pcase-u1): Add strings to the member optimization.
4969 Add `guard' variant of predicates.
4970 (pcase-q1): Add string patterns.
4971
a62b88d4
SM
49722010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4975
f41f19b0
GM
49762010-10-28 Glenn Morris <rgm@gnu.org>
4977
b3edb781
GM
4978 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4979 Move menu-bar related settings to ../menu-bar.el.
4980 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4981 Move ns-specific settings here from term/ns-win.el.
4982
f41f19b0
GM
4983 * simple.el (x-selection-owner-p): Remove unused declaration.
4984
6175cd08
SM
49852010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 * minibuffer.el (completion-cycling): New var (bug#7266).
4988 (minibuffer-complete, completion--do-completion):
4989 Use completion--flush-all-sorted-completions.
4990 (minibuffer-complete): Only cycle if completion-cycling is set.
4991 (completion--flush-all-sorted-completions): Unset completion-cycling.
4992 (minibuffer-force-complete): Set completion-cycling.
4993 (completion-all-sorted-completions): Move declaration before first use.
4994
19677c71
LL
49952010-10-28 Leo <sdl.web@gmail.com>
4996
4997 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4998 which changes the order of matches seen by users (bug#7231).
4999
50002010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5001
5002 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5003 Don't confuse -omega as "-o mega".
5004
2122161f
SM
50052010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5006
ce8794df
SM
5007 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5008 (log-edit-author): New dynamic var.
5009 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5010 to return the author if different from committer.
5011 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5012
80cb310d
SM
5013 * play/landmark.el: Adjust commenting convention.
5014 (lm-nil-score): Rename from nil-score.
5015 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5016 (OOOOscore): Move into a let in lm-score-trans-table.
5017 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5018
2122161f
SM
5019 * electric.el (electric-indent-chars): Autoload.
5020 * progmodes/octave-mod.el (octave-mode):
5021 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5022 (ruby-mode-abbrev-table): Merge initialization and declaration.
5023
e925113b
GM
50242010-10-27 Glenn Morris <rgm@gnu.org>
5025
208d109c
GM
5026 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5027 variable.
5028
7d3e3843
GM
5029 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5030
e925113b
GM
5031 * term/ns-win.el: Restore require of cl when compiling.
5032 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5033 (ns-handle-nxopen): Optionally handle the temp-case.
5034 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5035 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5036
b94a5a43
GM
50372010-10-26 Glenn Morris <rgm@gnu.org>
5038
5039 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5040
fc3eda04
AR
50412010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5042
5043 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5044 global map.
5045 * term/common-win.el (x-setup-function-keys): Remove most of the
5046 keymappings. Comment on the remaining ones.
5047
c79b0b1c
PO
50482010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5049
c31dc2c0 5050 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5051 (server-start): Use server-port.
5052
725513b7
GM
50532010-10-26 Glenn Morris <rgm@gnu.org>
5054
d7d8c62a
GM
5055 * term/ns-win.el (ns-version-string): Remove unused declaration.
5056 (ns-invocation-args): Change to x-invocation-args.
5057 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5058 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5059 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5060 Use x-invocation-args instead of ns-invocation-args.
5061 (ns-initialize-window-system, handle-args-function-alist):
5062 Use x-handle-args instead of ns-handle-args.
5063 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5064 * startup.el (command-line-ns-option-alist): Replace
5065 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5066 ns-handle-iconic with the x- equivalents.
5067
725513b7
GM
5068 * term/common-win.el (x-select-enable-clipboard):
5069 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5070
5071 * term/ns-win.el: No need to require cl when compiling.
5072 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5073 (xw-defined-colors): Use the common-win definitions.
5074 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5075 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5076 * term/common-win.el (x-select-text, x-alternatives-map)
5077 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5078 * loadup.el [ns]: Load common-win.
5079
77ec02d8
DU
50802010-10-26 Daiki Ueno <ueno@unixuser.org>
5081
5082 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5083 recipients; expand mail aliases (Bug#7280).
77ec02d8 5084
6a5c2175
GM
50852010-10-25 Glenn Morris <rgm@gnu.org>
5086
59ba9d59
GM
5087 * term/common-win.el (x-handle-switch): Simplify with pop.
5088 Optionally handle numeric switches.
5089 (x-handle-numeric-switch): Just call x-handle-switch.
5090 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5091 (x-handle-name-switch, x-handle-display, x-handle-args):
5092 Simplify with pop.
5093
6a5c2175
GM
5094 * term/ns-win.el: Do not require easymenu.
5095 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5096 <spell>: Move adjustments to menu-bar.el.
5097 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5098 <separator-undo, spell>: Move ns-win's adjustments here.
5099 * loadup.el [ns]: Do not load easymenu.
5100
01898dc2
CY
51012010-10-24 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5104 Delete (Bug#7222).
01898dc2
CY
5105
5106 * startup.el (fancy-startup-tail): Instead of using inline images,
5107 refer to image files from etc/.
5108
5109 * wid-edit.el (checkbox): Likewise.
5110 (widget-image-find): Center image specs.
5111
a44d921f
GM
51122010-10-24 Glenn Morris <rgm@gnu.org>
5113
5114 * term/ns-win.el (x-select-text): Doc fix.
5115 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5116 (x-select-text): Move to term/common-win.
5117 * term/w32-win.el (xw-defined-colors): Move to common-win.
5118 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5119 (x-setup-function-keys, x-select-text): Move to common-win.
5120 * term/common-win.el (x-select-text, x-alternatives-map)
5121 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5122 definitions here.
5123
709228c0 51242010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5125
5126 * net/mairix.el (mairix-searches-mode-map):
5127 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5128
0c382083 51292010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5130
2b0c7330 5131 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5132 auto-built for efficiency of execution and updating.
5133 (verilog-extended-complete-re): Support 'pure' fucntion & task
5134 declarations (these have no bodies).
ca39416c
AH
5135 (verilog-beg-of-statement): General cleanup to enable support of
5136 'pure' fucntion & task declarations (these have no bodies).
5137 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5138 noticed by Steve Pearlmutter.
5139 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5140 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5141 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5142 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5143 attribute handling for lining up declarations and assignments.
5144 (verilog-beg-of-statement-1): Fix issue where continued declaration
5145 is indented differently if it is after a begin..end clock.
5146 (verilog-in-attribute-p, verilog-skip-backward-comments)
5147 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5148 attributes by indent code. Reported by Jeff Steele.
ca39416c 5149 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5150 (verilog-backward-up-list, verilog-in-struct-region-p)
5151 (verilog-backward-token, verilog-in-struct-p)
5152 (verilog-in-coverage-p, verilog-do-indent)
5153 (verilog-pretty-declarations): Use verilog-backward-up-list as
5154 wrapper around backward-up-list inorder to properly skip comments.
5155 Reported by David Rogoff.
5156 (verilog-property-re, verilog-endcomment-reason-re)
5157 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5158 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5159 of if). Reported by Max Bjurling and
a03c2342 5160 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5161 declaration. Reported by Brian Hunter.
a03c2342 5162
0c382083 51632010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5164
2b0c7330 5165 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5166 (verilog-gate-keywords, verilog-read-sub-decls)
5167 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5168 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5169 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5170 (verilog-read-decls): Fix spaces in V2K module parameters causing
5171 mis-identification as interfaces, bug287.
5172 (verilog-read-decls): Fix not treating "parameter string" as a
5173 parameter in AUTOINSTPARAM.
5174 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5175 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5176 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5177 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5178 (verilog-font-lock-keywords-2): Fix highlighting of single
5179 character pins, bug264. Reported by Michael Laajanen.
5180 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5181 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5182 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5183 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5184 (verilog-pretty-expr): Fix interactive arguments, bug272.
5185 Reported by Mark Johnson.
5186 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5187 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5188 bug269. Suggested by Gary Delp.
a03c2342 5189 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5190 (verilog-preprocessor, verilog-set-compile-command):
5191 Create verilog-preprocess and verilog-preprocessor to show
5192 preprocessed output.
a03c2342
WS
5193 (verilog-get-beg-of-line, verilog-get-end-of-line)
5194 (verilog-modi-file-or-buffer, verilog-modi-name)
5195 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5196 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5197 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5198 (verilog-colorize-region, verilog-highlight-buffer)
5199 (verilog-highlight-includes, verilog-highlight-modules)
5200 (verilog-highlight-region, verilog-mode): Rename colorize to
5201 highlight to match other packages. Disable module highlighting,
5202 as received speed complaints, reenable for experimentation only
5203 using new verilog-highlight-modules.
5204 (verilog-read-decls): Fix regexp stack overflow in very large
5205 AUTO_TEMPLATEs, bug250.
5206 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5207 (verilog-scan): Create verilog-save-buffer-state to standardize
5208 making insignificant changes that shouldn't call hooks.
5209 (verilog-save-no-change-functions, verilog-save-scan-cache)
5210 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5211 Create verilog-save-no-change-functions to wrap verilog-scan
5212 preservation, and fix to work with nested preserved calls.
5213 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5214 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5215 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5216 (verilog-submit-bug-report): Update variable list to be complete.
5217 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5218 breaking on-the-fly font-locking.
5219 (verilog-colorize-buffer, verilog-colorize-include-files)
5220 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5221 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5222 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5223 AUTOINST cell instance name, middle mouse button now finds-file on
5224 it. Suggested by Brad Dobbie.
5225 (verilog-alw-get-temps, verilog-auto-reset)
5226 (verilog-auto-sense-sigs, verilog-read-always-signals)
5227 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5228 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5229 initialization section of a for() should be ignored.
5230 Reported by Dan Dever.
a03c2342
WS
5231 (verilog-error-font-lock-keywords)
5232 (verilog-error-regexp-emacs-alist)
5233 (verilog-error-regexp-xemacs-alist): Fix error detection of
5234 Cadence HAL, reported by David Asher. Repair drift between the
5235 three similar error variables.
5236 (verilog-modi-lookup, verilog-modi-lookup-cache)
5237 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5238 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5239 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5240 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5241 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5242 "{1*2{...". Broke in last revision.
5243 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5244 submodule connections with replications "{#{a},#{b}}".
5245
0c382083
CY
52462010-10-24 Juanma Barranquero <lekktu@gmail.com>
5247
5248 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5249 Fix typo in docstring.
5250
52512010-10-24 Kenichi Handa <handa@m17n.org>
5252
5253 * face-remap.el (text-scale-adjust): Call read-event with a proper
5254 prompt.
5255
52562010-10-24 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * emacs-lisp/unsafep.el: Don't mark functions that display
5259 messages as safe. Suggested by Johan Bockgård.
5260
52612010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5262
5263 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5264 Turn comments into docstrings.
5265
5266 * minibuffer.el (completion--replace): Move point where it belongs
5267 when there's a common suffix (bug#7215).
5268
9317e499
CY
52692010-10-24 Chong Yidong <cyd@stupidchicken.com>
5270
5271 Merge read-color and facemenu-read-color (Bug#7242).
5272
5273 * faces.el (read-color): Use the completion code from
5274 facemenu-read-color. Require match in completion. Doc fix.
5275
5276 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5277 (facemenu-set-foreground, facemenu-set-background):
5278 Use read-color.
9317e499
CY
5279
5280 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5281 (set-cursor-color, set-mouse-color, set-border-color):
5282 Use read-color.
9317e499 5283
a44d921f 52842010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5285
5286 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5287 argument of delete-file and delete-directory (Bug#7011).
5288
43207249
CY
52892010-10-24 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5292 button-buffer-map.
5293
484db896 52942010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5295
5296 * emacs-lisp/package.el (package--generate-package-list): Make the
5297 *Packages* buffer read-only.
5298
10f5e3e6
AM
52992010-10-24 Alan Mackenzie <acm@muc.de>
5300
5301 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5302 result of `c-beginning-of-decl-1' between invocations of a lambda
5303 function (Bug #7265).
5304
3ec6ca72
DU
53052010-10-24 Daiki Ueno <ueno@unixuser.org>
5306
5307 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5308 executable is not available on the system (Bug#7268).
5309
ec514007
GM
53102010-10-24 Glenn Morris <rgm@gnu.org>
5311
f5f25615
GM
5312 * select.el (selection-coding-system, next-selection-coding-system):
5313 Sync doc with C versions.
3646b86d 5314
8aa0f263
GM
5315 * w32-vars.el (x-select-enable-clipboard):
5316 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5317 * term/common-win.el (x-select-enable-clipboard): Move here.
5318
46710489
GM
5319 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5320 definition of C variable.
5321
ec514007
GM
5322 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5323 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5324 Don't redefine things that are defined in C.
5325 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5326 (show-trailing-whitespace, auto-hscroll-mode)
5327 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5328 Set up the appropriate custom properties.
5329
8a79905d
CY
53302010-10-24 Chong Yidong <cyd@stupidchicken.com>
5331
5332 Bind "C-c ]" to ...
5333 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5334 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5335 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5336 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5337
aa02a29f
GM
53382010-10-23 Glenn Morris <rgm@gnu.org>
5339
7dfc15df
GM
5340 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5341 say what it was.
5342
66c6abf0
GM
5343 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5344 Sync docs with C version.
f3d87560 5345
3193e969
GM
5346 * term/ns-win.el (xw-defined-colors):
5347 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5348
6f748f70
GM
5349 * term/pc-win.el (x-select-enable-clipboard):
5350 * term/x-win.el (x-select-enable-clipboard):
5351 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5352
7aa93795
GM
5353 * comint.el (comint-password-prompt-regexp): Make it less vague.
5354 Bump version.
5355
17284e30
GM
5356 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5357
aa02a29f
GM
5358 * help.el (finder-by-keyword): Remove unnecessary autoload.
5359
69b55131
GM
53602010-10-22 Glenn Morris <rgm@gnu.org>
5361
9a0dd02d
GM
5362 * loadup.el: Unconditionally load float-sup.
5363 * paren.el (show-paren-delay):
5364 * emacs-lisp/float-sup.el:
5365 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5366 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5367 (lazy-lock-stealth-verbose): Assume float support.
5368 * ps-print.el: Assume float support on Emacs.
5369 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5370 Remove non-float branch.
5371
69b55131
GM
5372 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5373 src/Makefile no longer being pre-processed.
5374
7c23d9e8
SM
53752010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5376
5377 * emacs-lisp/find-func.el (find-library): Use test-completion.
5378
23737b4a
LMI
53792010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5380
7c23d9e8 5381 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5382
6e060cee 53832010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5384
5385 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5386 space in stat format string.
5387 (tramp-send-command): Unset $PS1 when using here documents, in
5388 order not to get several prompts.
5389 (tramp-get-inline-coding): Return `nil' in case of errors.
5390
08ffb131
DU
53912010-10-21 Daiki Ueno <ueno@unixuser.org>
5392
7c23d9e8
SM
5393 * hexl.el (hexl-mode, hexl-mode-exit):
5394 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5395 (hexl-revert-buffer-function): New function.
5396 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5397
ba7fdf30
AM
53982010-10-19 Alan Mackenzie <acm@muc.de>
5399
7c23d9e8
SM
5400 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5401 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5402 that these keywords aren't wrongly matched as identifiers.
5403
ba7fdf30
AM
5404 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5405 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5406 c-after-change. (Bug#7181)
ba7fdf30 5407
7fd8732d
CY
54082010-10-19 Chong Yidong <cyd@stupidchicken.com>
5409
5410 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5411 Don't mark as safe.
5412
5413 * custom.el (custom-theme-set-variables): Likewise.
5414 (load-theme): Add custom-theme-set-faces and
5415 custom-theme-set-variables to safe-functions while loading.
5416 (custom-enabled-themes): Mark as risky.
5417
3f12b18c
JD
54182010-10-18 Julien Danjou <julien@danjou.info>
5419
5420 * bindings.el: Remove end dashes in default mode-line-format.
5421
b8a47412
CY
54222010-10-19 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5425 to delete-forward-char.
5426
5427 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5428 deletechar, and hence delete-forward-char.
5429
ca3fa302
JB
54302010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * repeat.el (repeat): Use read-key (bug#6256).
5433
54342010-10-19 Chong Yidong <cyd@stupidchicken.com>
5435
5436 * emacs-lisp/unsafep.el: Don't mark functions that display
5437 messages as safe. Suggested by Johan Bockgård.
5438
54392010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * minibuffer.el (completion--replace): Move point where it belongs
5442 when there's a common suffix (bug#7215).
5443
54442010-10-19 Kenichi Handa <handa@m17n.org>
5445
5446 * international/characters.el: Add category '|' (word breakable)
5447 to fullwidth characters.
5448
3224b54d
MA
54492010-10-19 Michael Albinus <michael.albinus@gmx.de>
5450
5451 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5452 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5453 order to make stat results a float. Patch by Andreas Schwab
5454 <schwab@linux-m68k.org>.
5455
36ba6f07
JD
54562010-10-18 Julien Danjou <julien@danjou.info>
5457
5458 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5459 hidden by `make-pointer-invisible'.
5460
43f964fc
SM
54612010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * files.el (locate-file-completion-table): Strip non-matching elements
5464 before checking length of list (bug#7238).
5465
e48eb343
CY
54662010-10-18 Chong Yidong <cyd@stupidchicken.com>
5467
5468 * custom.el (custom-theme-set-variables): Mark as a safe function.
5469 (load-theme): Check forms using unsafep.
5470
5471 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5472
df987d70
AM
54732010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5474
43f964fc
SM
5475 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5476 Fix aspell data file searching (bug#7230).
df987d70 5477
29a4c45b
CY
54782010-10-16 Chong Yidong <cyd@stupidchicken.com>
5479
5480 * cus-theme.el (custom-theme--migrate-settings): New var.
5481 (customize-create-theme): Allow editing the `user' theme.
5482 (custom-theme-add-variable, custom-theme-add-var-1)
5483 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5484 to the front of each variable or face widget.
5485 (custom-theme-write): Save theme settings in the correct order.
5486 Optionally, remove saved settings from user customizations.
43f964fc
SM
5487 (custom-theme-write-variables, custom-theme-write-faces):
5488 Save only the checked widgets.
29a4c45b
CY
5489 (customize-themes): Add a link for migrating custom settings.
5490
43f964fc
SM
5491 * custom.el (custom-declare-theme, provide-theme):
5492 Use custom-theme-name-valid-p.
29a4c45b
CY
5493 (custom-theme-name-valid-p): Remove checks that are now
5494 unnecessary since themes no longer obey load-path.
5495
5496 * cus-edit.el (custom-variable-value-create): For the simple
5497 style, hide documentation string when hidden.
5498
782b5e8d
CY
54992010-10-16 Chong Yidong <cyd@stupidchicken.com>
5500
647bc502
CY
5501 * cus-edit.el (custom-variable, custom-face): Combine the
5502 :inhibit-magic and :display-style properties into a single
5503 :custom-style property.
43f964fc
SM
5504 (custom-toggle-hide-variable, custom-toggle-hide-face):
5505 New functions. If hiding an edited value, save it to :shown-value.
5506 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5507 (custom-magic-reset): Allow magic property to be unset.
5508
782b5e8d
CY
5509 * custom.el: Custom themes no longer use load-path.
5510 (custom-theme-load-path): New option. Change built-in theme
5511 directory to etc/.
5512 (custom-enabled-themes): Add custom-theme-load-path dependency.
5513 (custom-theme--load-path): New function.
5514 (load-theme, custom-available-themes): Use it.
5515
5516 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5517 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5518 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5519 :custom-style property.
782b5e8d
CY
5520
5521 * themes/*.el: Moved to etc/.
5522
99f65cfa
RA
55232010-10-16 Ralf Angeli <angeli@caeruleus.net>
5524
5525 * textmodes/reftex-cite.el
5526 (reftex-extract-bib-entries-from-thebibliography): Do not move
5527 point when searching for \bibitem entries. Match entries with
5528 spaces or tabs in front of arguments.
5529
da16abfc
CY
55302010-10-16 Chong Yidong <cyd@stupidchicken.com>
5531
5532 * cus-theme.el (customize-create-theme): Delete overlays after
5533 erasing. If given a THEME arg, display only the faces of that arg
5534 instead of custom-theme--listed-faces.
5535 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5536 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5537 (custom-theme-add-variable, custom-theme-add-face): Apply value
5538 from the theme settings, instead of the current value.
5539 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5540 (custom-theme-visit-theme): Allow calling outside theme buffers.
5541 (custom-theme-merge-theme): Don't enable the theme when merging.
5542 (custom-theme-write-variables, custom-theme-write-faces): Use the
5543 :shown-value properties to save buffer values, not global ones.
5544 (customize-themes): Display a warning about user customizations.
5545
5546 * cus-edit.el (custom-variable-value-create)
5547 (custom-face-value-create): Obey new special properties
5548 :shown-value and :inhibit-magic.
5549
aa095b2d
MA
55502010-10-15 Michael Albinus <michael.albinus@gmx.de>
5551
5552 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5553 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5554 <dale@codefu.org>.
aa095b2d 5555
7ca9cfda
KH
55562010-10-14 Kenichi Handa <handa@m17n.org>
5557
9650fc61
KH
5558 * mail/rmail.el (rmail-show-message-1): Catch an error of
5559 base64-decode-region and just show an error message (bug#7165).
5560
43f964fc 5561 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5562 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5563 a font-spec (bug#7197).
5564
220d91b8 55652010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5566
5567 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5568
220d91b8 55692010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5570
c0943d3d
JB
5571 * international/mule.el (define-coding-system):
5572 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5573 * composite.el (compose-region): Fix typo in docstring.
5574
4983ddea
CY
55752010-10-14 Chong Yidong <cyd@stupidchicken.com>
5576
de43f11b
CY
5577 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5578 only after checking the theme-face property.
5579
4983ddea
CY
5580 * faces.el (face-spec-reset-face): Reset all attributes in one
5581 single call to set-face-attribute.
5582 (face-spec-match-p): Make it a defsubst.
5583 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5584 (x-create-frame-with-faces, tty-create-frame-with-faces)
5585 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5586 frame-set-background-mode, since they are recomputed immediately
5587 afterwards in face-set-after-frame-default.
5588 (face-set-after-frame-default): Minor optimization.
5589 (cursor): Provide non-trivial defface spec.
5590
5591 * custom.el (custom-theme-recalc-face): Simplify.
5592
a974dcf2
JB
55932010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5594
43f964fc 5595 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5596 (math-is-polynomial, math-is-poly-rec): Replace `var'
5597 with `math-var'.
5598
43f964fc 5599 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5600 (calcFunc-table, math-scan-for-limits): Replace `var'
5601 with `math-var'.
5602
10e4702a
GM
56032010-10-13 Glenn Morris <rgm@gnu.org>
5604
5605 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5606
88f427d5
SB
56072010-10-13 Stephen Berman <stephen.berman@gmx.net>
5608
5609 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5610
a1d16a7b
G
56112010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5612
5613 * net/tls.el (tls-program): Remove spurious %s from openssl.
5614 (tls-starttls-switches): Remove starttls hack.
5615 (open-tls-stream): Ditto.
5616 (tls-find-starttls-argument): Ditto.
5617
2e288d54
JB
56182010-10-13 Juanma Barranquero <lekktu@gmail.com>
5619
5620 * image.el (image-library-alist): Declare as obsolete alias.
5621 (image-type-available-p): Use `dynamic-library-alist'.
5622
5623 * term/w32-win.el (dynamic-library-alist):
5624 Use instead of `image-library-alist'.
5625
35744400
IS
56262010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5627
5628 * subr.el (last): Make it faster. (Bug#7174)
5629
290fe464
RO
56302010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5631
5632 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5633
2919746c
CY
56342010-10-12 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5637 (describe-theme-1): Extract doc from unloaded themes.
5638
5639 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5640
5641 * themes/tango-theme.el:
5642 * themes/tango-dark-theme.el:
5643 * themes/wheatgrass-theme.el: New files.
5644
6b09b5d1
CY
56452010-10-12 Chong Yidong <cyd@stupidchicken.com>
5646
5647 * cus-theme.el (describe-theme, customize-themes)
5648 (custom-theme-save): New commands.
5649 (custom-new-theme-mode-map): Bind C-x C-s.
5650 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5651 (customize-create-theme): New optional arg THEME.
5652 (custom-theme-revert): Use it.
5653 (custom-theme-visit-theme): Remove dead code.
5654 (custom-theme-merge-theme): Use custom-available-themes.
5655 (custom-theme-write): Make interactive.
5656 (custom-theme-write): Use custom-theme-name-valid-p.
5657 (describe-theme-1, custom-theme-choose-revert)
5658 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5659 New funs.
5660 (custom-theme-allow-multiple-selections): New option.
5661 (custom-theme-choose-mode): New major mode.
5662
43f964fc
SM
5663 * custom.el (custom-theme-set-variables): Remove dead code.
5664 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5665 (custom--inhibit-theme-enable): New var.
5666 (provide-theme): Obey it.
5667 (load-theme): Replace load with manual read/eval, in order to
5668 check for correctness. Use custom-theme-name-valid-p.
5669 (custom-theme-name-valid-p): New function.
5670 (custom-available-themes): Use it.
5671
5672 * cus-edit.el (custom--initialize-widget-variables): New function.
5673 (Custom-mode): Use it.
5674
43f964fc
SM
5675 * cus-face.el (custom-theme-set-faces): Remove dead code.
5676 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5677
5678 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5679
16366259
JB
56802010-10-12 Juanma Barranquero <lekktu@gmail.com>
5681
cb7d821e 5682 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5683
4c14013d 56842010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5685
4c14013d
JB
5686 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5687 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5688 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5689
5690 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5691
4c14013d 56922010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5693
5694 * emacs-lisp/lisp.el (lisp-completion-at-point):
5695 Use emacs-lisp-mode-syntax-table for the whole function.
5696
4c14013d 56972010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5698
5699 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5700 instead of font-lock-mode before adding keywords.
5701 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5702 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5703 non-nil; removed hook inhibit hack.
5704
4c14013d 57052010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5706
d15f9a2b
GM
5707 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5708 (load-path-shadows-find): ... to this.
5709 (list-load-path-shadows): Update for above change.
5710
c7d6d8a1
GM
5711 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5712
f0b7f5a8
KY
57132010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5714
5715 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5716 Fix comment for declare-function.
5717
05d22d02
CY
57182010-10-11 Chong Yidong <cyd@stupidchicken.com>
5719
5720 * custom.el (custom-fix-face-spec): New function; code moved from
5721 custom-face-edit-fix-value.
5722 (custom-push-theme): Use it when checking if a face has been
5723 changed outside customize.
5724 (custom-available-themes): New function.
5725 (load-theme): Use it.
5726
43f964fc 5727 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5728
5729 * custom.el (custom-push-theme): Cleanup (use cond).
5730 (disable-theme): Recompute the saved-face property.
5731 (custom-theme-recalc-face): Follow face alias before setting prop.
5732
43f964fc
SM
5733 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5734 New variables, containing checkbox images.
05d22d02
CY
5735
5736 * startup.el (fancy-startup-tail):
5737 * wid-edit.el (checkbox): Use them.
5738
293e7c22
DN
57392010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5740
a0310a6c
DN
5741 * shell.el (shell-mode-map):
5742 * progmodes/modula2.el (m2-mode-map):
5743 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5744 * play/mpuz.el (mpuz-mode-map):
5745 * play/landmark.el (lm-mode-map):
5746 * play/decipher.el (decipher-mode-map):
5747 * play/5x5.el (5x5-mode-map):
5748 * net/telnet.el (telnet-mode-map):
5749 * net/quickurl.el (quickurl-list-mode-map):
5750 * net/mairix.el (mairix-searches-mode-map):
5751 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5752 * net/dig.el (dig-mode-map):
5753 * mail/mspools.el (mspools-mode-map):
5754 * hexl.el (hexl-mode-map):
5755 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5756 (wordstar-C-o-map, wordstar-C-q-map):
5757 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5758 * emacs-lisp/chart.el (chart-map):
5759 * edmacro.el (edmacro-mode-map):
5760 * erc/erc-list.el (erc-list-menu-mode-map):
5761 * array.el (array-mode-map): Declare and define in one step.
5762
293e7c22
DN
5763 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5764
446b12da
DU
57652010-10-10 Daiki Ueno <ueno@unixuser.org>
5766
5767 * epa.el (epa-passphrase-callback-function): Display filename
5768 passed as the 3rd arg.
43f964fc
SM
5769 * epa-file.el (epa-file-passphrase-callback-function):
5770 Pass filename to epa-passphrase-callback-function.
446b12da 5771
76c16af8
CY
57722010-10-09 Chong Yidong <cyd@stupidchicken.com>
5773
5774 * cus-edit.el (custom-face-widget-to-spec)
5775 (custom-face-get-current-spec, custom-face-state): New functions.
5776 (custom-face-set, custom-face-mark-to-save)
5777 (custom-face-value-create, custom-face-state-set): Use them.
5778
5779 * cus-theme.el (custom-theme--listed-faces): New var.
5780 (customize-create-theme): Use *Custom Theme* as the buffer name.
5781 Set revert-buffer-function. Optional arg BUFFER. Insert all
5782 faces listed in custom-theme--listed-faces.
5783 (custom-theme-revert): New function.
5784 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5785 bottom of the list.
5786 (custom-theme-write): Prompt for theme name if empty.
5787 (custom-theme-write-variables): Use dolist.
5788 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5789
e15f8aaa
AM
57902010-10-09 Alan Mackenzie <acm@muc.de>
5791
5792 Enhance fontification of declarators to take account of the
5793 presence/absence of "typedef".
5794
5795 * cc-engine.el (c-forward-type): New &optional param
5796 "brace-block-too".
5797 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5798 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5799
5800 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5801 fontification of declarators which follow a "}".
5802 (c-font-lock-declarations): Fontify declarators according to the
5803 presence/absence of "typedef".
5804
5805 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5806 for "typedef".
5807 (c-typedef-decl-key): New lang variable built from
5808 c-typedef-decl-kwds.
5809
cf321e50
LMI
58102010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5811
77aec221
LMI
5812 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5813 since that's too annoying. Move the filter groups commands to
5814 TAB/backtab.
5815
7450df5d
LMI
5816 * epa.el (epa-passphrase-callback-function): Say what we're
5817 querying the password for.
5818
cf321e50 5819 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5820 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5821
587faadd
CY
58222010-10-08 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5825 (custom-magic-value-create): Pad button tags with spaces.
5826 (custom-face-edit): New variable.
5827 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5828 face editor here, instead of using custom-face-selected.
5829 Pass face defaults to custom-face-edit widget.
587faadd
CY
5830 (custom-face-selected, custom-display-unselected): Delete widgets.
5831 (custom-display-unselected-match): Function removed.
43f964fc
SM
5832 (custom-face-set, custom-face-mark-to-save):
5833 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5834
5835 * wid-edit.el (widget--completing-widget): New var.
5836 (widget-default-complete): Bind it when doing completion.
5837 (widget-string-complete, widget-file-complete): Use it.
5838
a1ab97d0
GM
58392010-10-09 Glenn Morris <rgm@gnu.org>
5840
85d50db7
GM
5841 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5842 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5843 (holiday-hebrew-misc): Small simplifications.
5844
3fb78d1f
GM
5845 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5846
a1ab97d0
GM
5847 * net/browse-url.el: Don't require thingatpt, term, dired,
5848 executable, or w3-auto when compiling.
5849 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5850 Declare.
5851 (browse-url-text-emacs): Require term.
5852
2187e5bb
AS
58532010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5854
5855 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5856
e5d49589
GM
58572010-10-08 Glenn Morris <rgm@gnu.org>
5858
5823f53f
GM
5859 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5860
e5d49589
GM
5861 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5862 (shadows-compare-text-p): Make it an obsolete alias for...
5863 (load-path-shadows-compare-text): ... new name.
5864 (find-emacs-lisp-shadows): Update for above name change.
5865 (load-path-shadows-same-file-or-nonexistent): New name for the old
5866 shadow-same-file-or-nonexistent.
5867
4628bef1 58682010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5869
5870 * minibuffer.el (completion--some, completion--do-completion)
5871 (minibuffer-complete-and-exit, minibuffer-completion-help)
5872 (completion-basic-try-completion)
5873 (completion-basic-all-completions)
5874 (completion-pcm--find-all-completions): Use lexical-let to
5875 avoid some false matches in variable completion (Bug#7056)
5876
4628bef1 58772010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5878
5879 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5880
4628bef1 58812010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5882
5883 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5884 return non-nil if the file exists (Bug#7090).
5885
4628bef1 58862010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5887
5888 * minibuffer.el (completion--replace):
5889 Better preserve markers (bug#7138).
5890
4628bef1 58912010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5892
5893 * server.el (server-process-filter): Doc fix.
5894
4628bef1 58952010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5896
5897 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5898
e4adf61e
GM
58992010-10-08 Glenn Morris <rgm@gnu.org>
5900
24ac444f
GM
5901 * vc/ediff-wind.el (ediff-setup-control-frame):
5902 * vc/ediff-ptch.el (ediff-default-backup-extension):
5903 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5904 (ediff-exec-process): Remove system-types emx, windows-95.
5905
e4adf61e
GM
5906 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5907
61328d7c
CY
59082010-10-07 Chong Yidong <cyd@stupidchicken.com>
5909
5910 * cus-edit.el (custom-variable, custom-face): Doc fix.
5911 (custom-face-edit): Add value-create attribute.
5912 (custom-face-edit-value-create)
43f964fc
SM
5913 (custom-face-edit-value-visibility-action): New functions.
5914 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5915 (custom-face-edit-deactivate): Show empty values with shadow face.
5916 (custom-face-selected): Only use this for face specs with default
5917 attributes.
5918 (custom-face-value-create): Cleanup.
5919
5920 * wid-edit.el (widget-checklist-value-create): Use dolist.
5921 (widget-checklist-match-find): Make second arg optional.
5922
ac44263a
GM
59232010-10-07 Glenn Morris <rgm@gnu.org>
5924
849b02b4
GM
5925 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5926 Prefix things.
5927
ac44263a
GM
5928 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5929 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5930 load-path-shadows-mode, update references.
06d9ef85
GM
5931 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5932 Rename variable and button.
5933 (list-load-path-shadows): Update button caller.
ac44263a 5934
29c72a6e
SM
59352010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5938 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5939 (smie-merge-prec2s): Handle those new entries.
5940 (smie-prec2-levels): Only set precedence to nil for actual
5941 openers/closers.
5942 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5943 that is now unnecessary.
5944
775f75bc 59452010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
5946
5947 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5948
7e1e2a6e
GM
59492010-10-07 Glenn Morris <rgm@gnu.org>
5950
58d1ac6d
GM
5951 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5952 (mail-position-on-field): Remove declarations.
5953 (mail-position-on-field): Autoload it.
5954 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5955 and mail-header-end. Don't require sendmail.
5956
7b9235ad
GM
5957 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5958 (shadow-mode): New mode.
5959 (shadow-find-file): New button.
5960 (list-load-path-shadows): Use shadow-mode and buttons.
5961
52da2182
GM
5962 * iimage.el (iimage-version): Remove.
5963 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5964 Turn into defcustoms.
5965 (iimage-mode-map): Give it a doc string.
5966
7e1e2a6e
GM
5967 * calendar/appt.el (appt-activate): Give a warning rather than an error
5968 if there is no diary-file.
5969
e44eccd7
MA
59702010-10-06 Michael Albinus <michael.albinus@gmx.de>
5971
29c72a6e
SM
5972 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5973 Use `tramp-handle-find-backup-file-name'.
e44eccd7 5974
4583e796
GM
59752010-10-06 Glenn Morris <rgm@gnu.org>
5976
6aecca99
GM
5977 * font-core.el (font-lock-defaults-alist): Remove variable.
5978 (font-lock-mode): Doc fix.
5979 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5980 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5981 (font-lock-set-defaults): Doc fix.
5982 Do not consult font-lock-defaults-alist.
5983
645a6257
GM
5984 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5985
4583e796
GM
5986 * emacs-lisp/cl.el: No longer provide cl-19.
5987
bd8fadca
MA
59882010-10-05 Michael Albinus <michael.albinus@gmx.de>
5989
5990 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5991 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5992 New defuns, taken from tramp-smb.el.
5993 (tramp-coding-system-change-eol-conversion)
43f964fc 5994 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 5995
43f964fc 5996 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
5997 (tramp-compat-coding-system-change-eol-conversion)
5998 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5999 from tramp.el.
6000
6001 * net/tramp-gvfs.el:
6002 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6003 by `tramp-compat-set-process-query-on-exit-flag'.
6004
43f964fc
SM
6005 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6006 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6007 `tramp-handle-file-exists-p' and
6008 `tramp-handle-file-newer-than-file-p'.
6009 (tramp-imap-handle-file-exists-p)
6010 (tramp-imap-handle-file-executable-p)
6011 (tramp-imap-handle-file-readable-p)
6012 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6013 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6014
6015 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6016 by `tramp-compat-set-process-query-on-exit-flag' and
6017 `tramp-coding-system-change-eol-conversion' by
6018 `tramp-compat-coding-system-change-eol-conversion'.
6019
43f964fc
SM
6020 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6021 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6022 `tramp-handle-file-exists-p' and
6023 `tramp-handle-file-newer-than-file-p'.
6024 (tramp-smb-handle-directory-files-and-attributes)
6025 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6026 (tramp-smb-handle-file-newer-than-file-p): Remove.
6027 (tramp-smb-maybe-open-connection):
6028 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6029 `tramp-compat-set-process-query-on-exit-flag'.
6030
726c5357
GM
60312010-10-05 Glenn Morris <rgm@gnu.org>
6032
6033 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6034
4a93e698
MA
60352010-10-04 Michael Albinus <michael.albinus@gmx.de>
6036
6037 Continue reorganization of load dependencies. (Bug#7156)
6038
6039 * net/tramp.el (tramp-handle-file-local-copy-hook)
6040 (tramp-delete-temp-file-function): Move down.
6041 (tramp-exists-file-name-handler): Move up.
6042 (tramp-register-file-name-handlers): Simplify autoload.
6043 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6044 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6045 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6046 (tramp-handle-file-name-completion)
6047 (tramp-handle-file-name-directory)
6048 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6049 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6050 (tramp-handle-find-backup-file-name)
6051 (tramp-handle-insert-file-contents, tramp-handle-load)
6052 (tramp-handle-substitute-in-file-name)
6053 (tramp-handle-unhandled-file-name-directory)
6054 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6055 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6056
6057 * net/tramp-gvfs.el (top):
6058 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6059
6060 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6061 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6062
b4593555
GM
60632010-10-04 Glenn Morris <rgm@gnu.org>
6064
6065 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6066 (appt-activate): Give status messages.
6067
8762aa10
TZ
60682010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6069
6070 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6071 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6072 `gnutls-negotiate' (formerly `starttls-negotiate').
6073 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6074
82fb8701
DN
60752010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6076
6077 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6078 log-outgoing commands.
6079 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6080 to create a buffer local revert-buffer-function variable.
6081 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6082 revert-buffer-function lambda.
6083
c1ae068b
LMI
60842010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6085
6086 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6087 `gnutls-boot'. Make TYPE the only required parameter.
6088 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6089 (open-ssl-stream): Use it.
6090
67141a37
GM
60912010-10-03 Glenn Morris <rgm@gnu.org>
6092
77f38949
GM
6093 * subr.el (directory-sep-char): Remove obsolete variable.
6094 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6095 it is "necessary".
6096
67141a37
GM
6097 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6098 * vc/vc.el (vc-static-header-alist): Doc fix.
6099 * vc/vc-cvs.el (vc-cvs-header):
6100 * vc/vc-rcs.el (vc-rcs-header):
6101 * vc/vc-sccs.el (vc-sccs-header):
6102 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6103 * obsolete/vc-mcvs.el (vc-mcvs-header):
6104 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6105 on XEmacs.
6106
96bcef2e
CY
61072010-10-03 Chong Yidong <cyd@stupidchicken.com>
6108
43f964fc
SM
6109 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6110 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6111
ef47f179
GM
61122010-10-03 Glenn Morris <rgm@gnu.org>
6113
01c35094 6114 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6115
aee3c6f7
GM
6116 * textmodes/rst.el (rst-font-lock-keywords-function):
6117 Drop Emacs 20 code.
6118
f88cd114
GM
6119 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6120
6abfe35f
GM
6121 * printing.el: Drop Emacs 20 code.
6122
59e31cfa
GM
6123 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6124 without having used appt.el already).
6125
922ad43e
GM
6126 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6127 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6128 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6129 XEmacs.
6130 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6131 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6132
ef47f179
GM
6133 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6134 (charset-width, find-charset-region, chars-in-region, forward-point)
6135 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6136 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6137 Remove compatibility cruft (none of these are used by ps*.el).
6138
ac6ca7ba
KR
61392010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6140
6141 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6142
2a847524
CY
61432010-10-03 Chong Yidong <cyd@stupidchicken.com>
6144
43f964fc
SM
6145 * server.el (server-process-filter, server-return-error):
6146 Give emacsclient time to shut down after receiving an error string.
2a847524 6147
4bc3c53d
MA
61482010-10-02 Michael Albinus <michael.albinus@gmx.de>
6149
6150 * files.el (remote-file-name-inhibit-cache): New defcustom.
6151
43f964fc
SM
6152 * time.el (display-time-file-nonempty-p):
6153 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6154
43f964fc
SM
6155 * net/tramp.el (tramp-completion-reread-directory-timeout):
6156 Fix docstring.
4bc3c53d
MA
6157
6158 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6159 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6160 `remote-file-name-inhibit-cache'. Check also for an integer
6161 value. Add/increase counter when `tramp-verbose' >= 10.
6162 (tramp-set-file-property): Add/increase counter when
6163 `tramp-verbose' >= 10.
6164
6165 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6166 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6167 (tramp-bug): Set tramp-autoload cookie. Report all interned
6168 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6169 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6170 characters only in strings.
6171
6172 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6173 to backward compatibility.
6174
6175 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6176 (tramp-handle-file-name-all-completions)
43f964fc
SM
6177 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6178 (tramp-open-connection-setup-interactive-shell):
6179 Call `tramp-cleanup-connection' directly.
4bc3c53d 6180
9c524fcb
GM
61812010-10-02 Glenn Morris <rgm@gnu.org>
6182
3226d6ca
GM
6183 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6184
6185 * subr.el (char-bytes): Remove obsolete function.
6186
6187 * isearch.el (isearch-return-char): Remove obsolete function.
6188
6189 * mouse.el: No longer provide mldrag.
6190 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6191 Remove obsolete aliases.
6192
6193 * comint.el (comint-kill-output): Remove obsolete alias.
6194
6195 * composite.el (decompose-composite-char): Remove obsolete function.
6196 * ps-def.el (decompose-composite-char): Remove unused function.
6197
6198 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6199
6200 * outline.el (outline-visible): Remove obsolete function.
6201
6202 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6203 * faces.el (internal-find-face, internal-get-face)
6204 (frame-update-faces, frame-update-face-colors)
6205 (x-frob-font-weight, x-frob-font-slant)
6206 (internal-frob-font-weight, internal-frob-font-slant)
6207 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6208 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6209 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6210 since Emacs 21.1.
6211 * emulation/viper-util.el (viper-get-face):
6212 * obsolete/lucid.el (find-face, get-face): Use facep.
6213 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6214 Remove unused functions.
6215 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6216
9c524fcb
GM
6217 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6218 delete tempfile if interrupted during compilation.
6219
aecb42aa
LMI
62202010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6221
6222 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6223 gnutls-cli.
6224 (tls-program): Add --insecure to be consistent with the defaults from
6225 openssl s_client. Now all three commands are insecure.
6226
73077a9a
EZ
62272010-10-01 Eli Zaretskii <eliz@gnu.org>
6228
6229 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6230 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6231 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6232
1ef075bb
GM
62332010-10-01 Glenn Morris <rgm@gnu.org>
6234
1fcaf927
GM
6235 * obsolete/sc.el: Remove file.
6236
1ef075bb
GM
6237 * files.el (temporary-file-directory): On darwin, also try
6238 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6239
a16f5f64
JB
62402010-10-01 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6243 Let's not break compatibility gratuitously, shall we?
6244
6b958814
G
62452010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
47e08896 6247 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6248 (tls-find-starttls-argument): Use it.
6249 (open-tls-stream): Ditto.
6250
47e08896 6251 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6252 entry.
6253 (netrc-machine): Ditto.
6254
cad90f3b
EZ
62552010-09-30 Eli Zaretskii <eliz@gnu.org>
6256
6257 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6258
968ef9b4
JB
62592010-09-30 Juanma Barranquero <lekktu@gmail.com>
6260
6261 * server.el (server-start): Don't write pid to the authentication file.
6262 (server-create-tty-frame): Don't send pid.
6263 (server-process-filter): Send pid at the start of every connection.
6264
3536dea8
GM
62652010-09-30 Glenn Morris <rgm@gnu.org>
6266
8e378d88
GM
6267 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6268 (show-all-diary-entries): Remove obsolete function aliases.
6269
3536dea8
GM
6270 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6271 Remove options, obsolete since 22.1.
6a7662bb
BR
6272 (appt-display-format, appt-display-message):
6273 Remove backwards-compatibility code.
3536dea8
GM
6274 (appt-check): No longer check appt-issue-message.
6275 (appt-make-list): No longer autoload it. Doc fix. No longer
6276 activate the package.
6277
df7fcaff
LMI
62782010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
6280 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6281 (starttls-negotiate): Just call boot, and let the handshake be
6282 triggered from the read loop.
df7fcaff 6283
c2828614
GM
62842010-09-29 Glenn Morris <rgm@gnu.org>
6285
17a46341
GM
6286 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6287 not displaying the diary.
6288 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6289 * calendar/appt.el (appt-check): No longer need to kill diary.
6290
7161e329
GM
6291 * calendar/diary-lib.el (diary-list-entries): Move the
6292 "Preparing..." message entirely here.
6293 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6294 messages to diary-list-entries.
6295 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6296 diary-display-function.
6297
d0de6cba
GM
6298 * calendar/diary-lib.el (diary-include-other-diary-files):
6299 Trap some recursive includes.
6300
c2828614
GM
6301 * calendar/appt.el (appt-activate): Check diary file.
6302
0c43b6f8
KY
63032010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6304
6305 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6306 construction.
6307
6308 * calendar/time-date.el: No need to require cl for Emacs 21.
6309
97ce2730
GM
63102010-09-28 Glenn Morris <rgm@gnu.org>
6311
6312 * calendar/appt.el (appt-check): Minor simplification.
6313
e0a185ae
KY
63142010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6315
6316 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6317 citation prefix.
6318
c19f76a1
AS
63192010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6320
95b6d681
JB
6321 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6322 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6323
fd057fd2
KH
63242010-09-27 Kenichi Handa <handa@m17n.org>
6325
6326 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6327 "ustar" format.
6328
368b3544
KH
63292010-09-27 Kenichi Handa <handa@m17n.org>
6330
6331 * international/mule.el (define-coding-system): Docstring fixed.
6332
6333 * international/mule-diag.el (describe-character-set): Use princ
6334 with proper print-length and print-level instead of insert.
6335
95b6d681 63362010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6337
6338 * window.el (walk-windows): Doc fix (bug#7105).
6339
99368725
SM
63402010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * emacs-lisp/float-sup.el (e): Remove.
6343
8ed70bf3
LMI
63442010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6345
6346 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6347 variable.
6348 (starttls-negotiate): Use it.
6349
d2e9d0bb
LMI
63502010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6351
6352 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6353 back.
6354
15413fb4
SM
63552010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6356
6357 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6358
1821a7b4
LMI
63592010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6360
6303aba1
LMI
6361 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6362
1821a7b4
LMI
6363 * net/netrc.el (netrc-store-data): New function.
6364
8af55556
TZ
63652010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6366
6367 * net/gnutls.el: GnuTLS glue code to set up a connection.
6368
42343747
JD
63692010-09-25 Julien Danjou <julien@danjou.info>
6370
6371 * notifications.el: Call dbus-register-signal only if it is bound.
6372
ec60da52
GM
63732010-09-25 Glenn Morris <rgm@gnu.org>
6374
6375 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6376 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6377 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6378 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6379 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6380 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6381 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6382 * eshell/esh-util.el, eshell/esh-var.el:
6383 Remove leading `*' from docs of faces and defcustoms.
6384
4c964351
UM
63852010-09-25 Ulrich Mueller <ulm@gentoo.org>
6386
6387 * eshell/em-ls.el (eshell-ls-archive-regexp):
6388 * eshell/esh-util.el (eshell-tar-regexp):
6389 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6390 * info.el (Info-suffix-list):
6391 * international/mule.el (auto-coding-alist):
6392 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6393 * progmodes/etags.el (tags-compression-info-list):
6394 Support xz compression.
6395
41f54b73
CY
63962010-09-25 Chong Yidong <cyd@stupidchicken.com>
6397
6398 * files.el (get-free-disk-space): Don't assume the "df" output
6399 columns line up (Bug#6995).
6400
40b1a3a9
JB
64012010-09-25 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * finder.el (finder-unknown-keywords):
6404 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6405 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6406
ba3033ee
JB
64072010-09-25 Juanma Barranquero <lekktu@gmail.com>
6408
6409 * server.el (server-start): Revert part of 2010-08-08 change. Using
6410 address 127.0.0.1 for local host is now done in Fmake_network_process.
6411
5e339ee2
GM
64122010-09-24 Glenn Morris <rgm@gnu.org>
6413
6414 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6415 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6416 * textmodes/css-mode.el, textmodes/dns-mode.el:
6417 Move autoloaded auto-mode-alist entries to files.el.
6418 * files.el (auto-mode-alist): Move entries here.
6419
af3ccb5c
GM
64202010-09-23 Glenn Morris <rgm@gnu.org>
6421
6422 * isearch.el (isearch-lazy-highlight-cleanup)
6423 (isearch-lazy-highlight-initial-delay)
6424 (isearch-lazy-highlight-interval)
6425 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6426 * net/net-utils.el (ipconfig-program-options):
6427 Move aliases to options before the associated definitions.
6428
266a86bd 64292010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6430
6431 * newcomment.el (comment-normalize-vars): Better test validity of
6432 comment-end-skip.
6433
27ffea71 64342010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6435
6436 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6437 (float-e): New name for `e'.
6438 (degrees-to-radians, radians-to-degrees):
6439 * calendar/solar.el (solar-longitude):
6440 * calculator.el (calculator-registers, calculator-funcall):
6441 * textmodes/artist.el (artist-spray-random-points):
6442 * play/bubbles.el (bubbles--initialize-images): Use new names.
6443
27ffea71 64442010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6445
6446 Update to CEDET 1.0's version of EIEIO.
6447
9e0d4f9e
SM
6448 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6449 New function.
a2930e43
EL
6450 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6451 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6452 (class-precedence-list): If class is nil, return nil.
6453 (eieio-generic-call): If class of first input arg is nil, don't
6454 look up static methods, and do check for primary methods.
6455 (initialize-instance): See if the default needs to be evaluated
6456 during the constructor.
6457 (eieio-perform-slot-validation-for-default): Don't do the check
6458 for values that will eventually be evaluated.
6459 (eieio-eval-default-p): New function.
6460 (eieio-default-eval-maybe): Use it.
6461
27ffea71 64622010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6463
6464 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6465 method-invocation-order.
6466 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6467 (eieio-class-precedence-dfs): Compute class precedence list using
6468 dfs algorithm.
6469 (eieio-class-precedence-bfs): Compute class precedence list using
6470 bfs algorithm.
9e0d4f9e 6471 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6472 c3 algorithm.
6473 (class-precedence-list): New function.
6474 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6475 (inconsistent-class-hierarchy): New error symbol.
6476 (call-next-method): Stow the replacement argument list for future
6477 call-next-method invocations.
6478
266a86bd 64792010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6480
ea7f9ebf
GM
6481 * calendar/appt.el (appt-check): If not displaying the diary,
6482 use (diary 1) to only get the entries we need.
6483 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6484 that it is in day order. (Bug#7019)
6485
1bf6d075
GM
6486 * calendar/appt.el (appt-check): Rather than showing the diary,
6487 just turn off invisible display, and only if needed.
6488
87e798a7
GM
6489 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6490
1fc7dabf
GM
64912010-09-23 Glenn Morris <rgm@gnu.org>
6492
7a16788b
GM
6493 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6494 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6495 Start warnings with lower-case, like the majority.
7a16788b 6496
19543b17
GM
6497 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6498
54238e6d
GM
6499 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6500
ce009d0b
GM
6501 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6502 * files.el (auto-mode-alist): Move ld-script entries here, further down
6503 the list.
6504
7b344dfe
GM
6505 * vc/add-log.el: Don't require timezone when compiling.
6506 (timezone-make-date-sortable): Autoload it.
6507 (change-log-sortable-date-at): Don't require timezone.
6508 Use `ignore-errors'.
6509
d9703498
GM
6510 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6511 Move alias before definition, so it does not need autoloading.
6512
1fc7dabf
GM
6513 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6514 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6515 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6516 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6517 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6518 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6519 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6520 * textmodes/tex-mode.el, textmodes/two-column.el:
6521 Remove leading `*' from docs of defcustoms etc.
6522
7676efad
TZ
65232010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6524
6525 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6526
b069e5a6
G
65272010-09-22 Dan Christensen <jdc@uwo.ca>
6528
6529 * calendar/time-date.el (date-to-time): Try using parse-time-string
6530 first before using the slower timezone-make-date-arpa-standard.
6531
1bf68d53
KY
65322010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6533
6534 * calendar/time-date.el (format-seconds): Comment fix.
6535
cd205c76
GM
65362010-09-22 Glenn Morris <rgm@gnu.org>
6537
6538 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6539 is not automatically buffer-local.
6540
4ddea91b
SM
65412010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6544 (smie-indent-comment): Be more careful with comment-start-skip.
6545 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6546 (smie-indent-functions): Use them.
6547
b0f037ed
MA
65482010-09-21 Michael Albinus <michael.albinus@gmx.de>
6549
6550 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6551
8cf1771a
JD
65522010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6553
36a1b6db
JD
6554 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6555 tool-bar-position. Don't modify frame parameters here.
180fb94a 6556 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6557
8cf1771a
JD
6558 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6559
0097720d
SM
65602010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6561
5d8e0d5d
SM
6562 * textmodes/reftex-parse.el (reftex-what-macro)
6563 (reftex-context-substring): Let-bind forward-sexp-function to nil
6564 since we don't need/want to treat \begin...\end as a block (bug#7053).
6565
984edd22
SM
6566 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6567
6568 * simple.el (blink-matching-open): Use syntax-class.
6569
3672149f
SM
6570 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6571 Set invisibility spec for pascal's outline mode.
6572 (pascal-outline-change): Clean up calling convention.
6573 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6574
549d0e1e
SM
6575 * progmodes/prolog.el (prolog-smie-forward-token)
6576 (prolog-smie-backward-token): New functions.
6577 (prolog-mode-variables): Use them to parse "!," correctly.
6578 Set up smie-blink-matching for ".".
6579
a9cb95dd
SM
6580 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6581 and `end'.
6582 (ispell-region, ispell-process-line): Update users.
6583
de558d10
SM
6584 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6585 point-min==1.
6586
94eb3112
SM
6587 * textmodes/ispell.el: Fix commenting convention.
6588 (ispell-parse-output): Simplify, use push.
6589 (ispell-region): Use match-string-no-properties.
6590 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6591 (ispell-minor-mode): Use define-minor-mode.
6592 (ispell-message): Remove unused var `skip-regexp'.
6593 (ispell-add-per-file-word-list): Use dynamic let-binding.
6594 Try and use the proper comment marker.
6595
1f7f45a5
SM
6596 * mail/sendmail.el: Fix commenting convention.
6597 (sendmail-send-it): Use line-beginning-position.
6598
0097720d
SM
6599 * help-fns.el (describe-variable): Add original value, if applicable.
6600
596880ea
JB
66012010-09-20 Juanma Barranquero <lekktu@gmail.com>
6602
f0713411
JB
6603 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6604
596880ea
JB
6605 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6606
37c0347e
SM
66072010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6608
2bc01104
SM
6609 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6610 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6611 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6612 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6613 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6614 something like "." can also be a closer.
6615 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6616 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6617 Rename internal functions to use "--". Update callers.
6618
e2c3f530
SM
6619 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6620
37c0347e
SM
6621 * fringe.el (fringe-styles): New var.
6622 (fringe-mode, fringe-query-style): Use it.
6623
74790210
MM
66242010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6625
6626 * progmodes/sql.el: Version 2.8
93acd23d 6627 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6628 (sql-product-alist): Add :list-all and :list-table features for
6629 SQLite, Postgres and MySQL products.
6630 (sql-redirect): Handle default value.
6631 (sql-execute, sql-execute-feature): New functions.
6632 (sql-read-table-name): New function.
93acd23d 6633 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6634 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6635 for above functions.
6636 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6637 for above functions.
6638 (sql-postgres-login-params): Add user and database defaults.
6639 (sql-buffer-live-p): Bug fix.
93acd23d 6640 (sql-product-history): New variable.
35f52ed6 6641 (sql-read-product): New function. Use it.
74790210
MM
6642 (sql-set-product, sql-product-interactive): Use it.
6643 (sql-connection-history): New variable.
93acd23d 6644 (sql-read-connection): New function. Use it.
74790210
MM
6645 (sql-connect): New function.
6646 (sql-for-each-login): Redesign function interface.
6647 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6648 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6649 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6650 (sql-comint-postgres): Add port parameter.
6651
cec01cd2
SM
66522010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * emacs-lisp/warnings.el: Fix commenting convention.
6655 (display-warning): Use special mode and make the buffer read-only.
6656
c2a845b5
JB
66572010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6658
6659 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6660 empty string when it follows a repeated or optional pattern.
6661
f5632fb6
SM
66622010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6665 (indent-region): Use indent-according-to-mode.
6666
71b961e8
EZ
66672010-09-18 Eli Zaretskii <eliz@gnu.org>
6668
6669 * fringe.el (fringe-mode): Doc fix.
6670
dbbd7ad4
KRC
66712010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6672
6673 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6674 refreshing the preview buffer.
6675
b879a6e2
SM
66762010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6679 (latex-syntax-propertize-rules): New consts; replace
6680 tex-font-lock-syntactic-keywords.
6681 (tex-env-mark, latex-env-before-change): New functions.
6682 (latex-electric-env-pair-mode): New minor mode.
6683 (tex-font-lock-verb): Change arguments; do move point.
6684 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6685 representation as a form of comment.
6686 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6687 (doctex-syntax-propertize-rules): New const; replaces
6688 doctex-font-lock-syntactic-keywords.
6689 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6690
6691 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6692 (fortran-make-syntax-propertize-function): New function; replaces
6693 fortran-font-lock-syntactic-keywords.
6694 (fortran-mode): Use it.
6695 (fortran-line-length): Use it. Improve interactive spec.
6696
6697 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6698 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6699 when adding surrounding \(..\).
6700
6701 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6702
4be520fb
SM
67032010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6704
269c197e
SM
6705 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6706 Use with-current-buffer.
6707
4be520fb
SM
6708 * isearch.el (isearch-face): Rename from `isearch'.
6709 (isearch-highlight): Use new name.
6710
a67597d6
EZ
67112010-09-17 Eli Zaretskii <eliz@gnu.org>
6712
6713 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6714 5, for `half' width fringes. (Bug#6933)
6715
31c381e8
SM
67162010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6717
3fe6ef4e
SM
6718 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6719 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6720
31c381e8
SM
6721 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6722
fb0cf781
J
67232010-09-17 Stephen Berman <stephen.berman@gmx.net>
6724
6725 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6726 in calculating new frame position. Add more space between new and
6727 parent on the left (Bug#7048).
6728
1a9dc3b5
MA
67292010-09-17 Michael Albinus <michael.albinus@gmx.de>
6730
6731 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6732 defmacro.
6733
dff0fdc3
CY
67342010-09-16 Chong Yidong <cyd@stupidchicken.com>
6735
31c381e8 6736 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6737
117c96c7
CY
6738 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6739 obsolete alias for x-selection-value.
6740
dff0fdc3
CY
6741 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6742
c6f2191f
MA
67432010-09-16 Michael Albinus <michael.albinus@gmx.de>
6744
6745 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6746 cookie.
6747
6139f995
MA
67482010-09-15 Michael Albinus <michael.albinus@gmx.de>
6749
6750 * net/tramp-compat.el (tramp-compat-with-temp-message)
6751 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6752 (tramp-compat-process-put): New defuns.
6753
6754 * net/tramp.el (top):
6755 * net/tramp-gvfs.el (top):
6756 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6757
31c381e8
SM
6758 * net/tramp.el (tramp-progress-reporter-update):
6759 Use `tramp-compat-funcall'.
6139f995
MA
6760
6761 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6762 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6763 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6764 (tramp-get-remote-stat, tramp-get-remote-readlink):
6765 Use `tramp-compat-with-temp-message'.
6139f995
MA
6766
6767 * net/tramp-sh.el (top): Require 'cl.
6768 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6769 (tramp-open-connection-setup-interactive-shell):
6770 Use `tramp-compat-process-put'.
6139f995 6771
22c3ce97
AM
67722010-09-15 Alan Mackenzie <acm@muc.de>
6773
6774 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6775 indentation.
a4ee83cc 6776 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6777
4f1e9960
SM
67782010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6781 `lexical' for warnings related to lexical scoping.
6782 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6783 global vars which don't have a prefix and could hence affect lexical
6784 scoping in unrelated files.
6785
01e80360
LMI
67862010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6787
6788 * net/imap.el: Revert back to version
6789 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6790 seem problematic.
6791
5e2a84e3
JB
67922010-09-14 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * obsolete/old-whitespace.el (whitespace-unload-function):
6795 Explicitly pass `obarray' to `unintern' to avoid a warning.
6796
f3a30a50
SM
67972010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6800 Add `when' argument. Update callers.
6801
6802 * subr.el (unintern): Declare the obarray arg mandatory.
6803
92b99a01
GM
68042010-09-14 Glenn Morris <rgm@gnu.org>
6805
67ae9766
GM
6806 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6807 Doc fixes.
6808
92b99a01
GM
6809 * calendar/diary-lib.el (diary-included-files): New variable.
6810 (diary-list-entries): Maybe initialize diary-included-files.
6811 (diary-include-other-diary-files): Append to diary-included-files.
6812 * calendar/appt.el (appt-update-list): Also check the members of
6813 diary-included-files. (Bug#6999)
08151ec5 6814 (appt-check): Doc fix.
92b99a01 6815
6664fc59 68162010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6817
6818 * simple.el (line-move-visual): Do not truncate goal column to
6819 integer size. (Bug#7020)
6820
6664fc59 68212010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6822
6823 * repeat.el (repeat): Allow repeating when the last event is a click.
6824 Suggested by Drew Adams (bug#6256).
6825
6664fc59 68262010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6827
01c35094 6828 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6829 Replace setting HGRCPATH to "" by some less invasive --config options.
6830
6664fc59 68312010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6832
6833 * font-lock.el (font-lock-beginning-of-syntax-function):
6834 Mark as obsolete.
6835
6664fc59 68362010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6837
6838 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6839 and tool-bar modes. (Bug#6211)
6840 (menu-bar-mode): Move setting of standard-value after the
6841 minor-mode definition, otherwise it seems to have no effect.
6842
6664fc59 68432010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6844
6845 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6846 Fix typo. (Bug#6976)
6847
6664fc59 68482010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6849
6850 * whitespace.el: Allow cleaning up blanks without blank
6851 visualization (Bug#6651). Adjust help window for
6852 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6853 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6854 (whitespace-style): Add new value 'face. Adjust docstring.
6855 (whitespace-space, whitespace-hspace, whitespace-tab):
6856 Adjust foreground property face.
9c405a86
CY
6857 (whitespace-line-column): Adjust docstring and type declaration.
6858 (whitespace-style-value-list, whitespace-toggle-option-alist)
6859 (whitespace-help-text): Adjust const initialization.
6860 (whitespace-toggle-options, global-whitespace-toggle-options):
6861 Adjust docstring.
6862 (whitespace-display-window, whitespace-interactive-char)
6863 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6864 (whitespace-help-scroll): New fun.
6865
ba96ddf5
KY
68662010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6867
6868 * calendar/time-date.el (format-seconds): Comment fix.
6869
a386ac70
MM
68702010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6871
6872 * progmodes/sql.el: Version 2.7.
6873 (sql-buffer-live-p): Improve detection.
6874 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6875 (sql-set-sqli-buffer): Use it.
6876 (sql-product-interactive): Run `sql-set-sqli-hook'.
6877 (sql-rename-buffer): Code cleanup.
6878 (sql-redirect, sql-redirect-value): New functions. More to come.
6879
5d921df2
JB
68802010-09-13 Juanma Barranquero <lekktu@gmail.com>
6881
6882 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.
6883 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6884 (TRAMP_SRC): New macro.
6885 ($(lisp)/net/tramp-loaddefs.el): New target.
6886
03c1ad43
MA
68872010-09-13 Michael Albinus <michael.albinus@gmx.de>
6888
6889 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6890
6891 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6892
6893 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6894 'tramp-compat, everything else is required there.
6895 Use `ignore-errors' where appropriate.
03c1ad43
MA
6896 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6897 (tramp-terminal-type, tramp-end-of-output)
6898 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6899 (tramp-completion-function-alist-ssh)
6900 (tramp-completion-function-alist-telnet)
6901 (tramp-completion-function-alist-su)
6902 (tramp-completion-function-alist-putty, tramp-remote-path)
6903 (tramp-remote-process-environment, tramp-sh-extra-args)
6904 (tramp-actions-before-shell, tramp-uudecode)
6905 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6906 (tramp-perl-file-attributes)
6907 (tramp-perl-directory-files-and-attributes)
6908 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6909 (tramp-perl-encode, tramp-perl-decode)
6910 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6911 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6912 (tramp-handle-make-symbolic-link, tramp-handle-load)
6913 (tramp-handle-file-name-as-directory)
6914 (tramp-handle-file-name-directory)
6915 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6916 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6917 (tramp-do-file-attributes-with-ls)
6918 (tramp-do-file-attributes-with-perl)
6919 (tramp-do-file-attributes-with-stat)
6920 (tramp-handle-set-visited-file-modtime)
6921 (tramp-handle-verify-visited-file-modtime)
6922 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6923 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6924 (tramp-handle-file-selinux-context)
6925 (tramp-handle-set-file-selinux-context)
6926 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6927 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6928 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6929 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6930 (tramp-handle-file-ownership-preserved-p)
6931 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6932 (tramp-handle-directory-files-and-attributes)
6933 (tramp-do-directory-files-and-attributes-with-perl)
6934 (tramp-do-directory-files-and-attributes-with-stat)
6935 (tramp-handle-file-name-all-completions)
6936 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6937 (tramp-handle-copy-file, tramp-handle-copy-directory)
6938 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6939 (tramp-do-copy-or-rename-file-via-buffer)
6940 (tramp-do-copy-or-rename-file-directly)
6941 (tramp-do-copy-or-rename-file-out-of-band)
6942 (tramp-handle-make-directory, tramp-handle-delete-directory)
6943 (tramp-handle-delete-file)
6944 (tramp-handle-dired-recursive-delete-directory)
6945 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6946 (tramp-handle-insert-directory)
6947 (tramp-handle-unhandled-file-name-directory)
6948 (tramp-handle-expand-file-name)
6949 (tramp-handle-substitute-in-file-name)
6950 (tramp-handle-executable-find, tramp-process-sentinel)
6951 (tramp-handle-start-file-process, tramp-handle-process-file)
6952 (tramp-handle-call-process-region, tramp-handle-shell-command)
6953 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6954 (tramp-handle-insert-file-contents)
6955 (tramp-handle-insert-file-contents-literally)
6956 (tramp-handle-find-backup-file-name)
6957 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6958 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6959 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6960 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6961 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6962 (tramp-find-file-exists-command, tramp-open-shell)
6963 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6964 (tramp-open-connection-setup-interactive-shell)
6965 (tramp-local-coding-commands, tramp-remote-coding-commands)
6966 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6967 (tramp-inline-compress-commands, tramp-find-inline-compress)
6968 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 6969 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
6970 (tramp-send-command-and-check, tramp-barf-unless-okay)
6971 (tramp-send-command-and-read, tramp-mode-string-to-int)
6972 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6973 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6974 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6975 (tramp-method-out-of-band-p, tramp-local-host-p)
6976 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6977 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6978 (tramp-get-test-command, tramp-get-test-nt-command)
6979 (tramp-get-file-exists-command, tramp-get-remote-ln)
6980 (tramp-get-remote-perl, tramp-get-remote-stat)
6981 (tramp-get-remote-readlink, tramp-get-remote-trash)
6982 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6983 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 6984 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
6985 tramp-sh.el.
6986 (tramp-methods, tramp-default-method-alist)
6987 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6988 Move initialization to tramp-sh.el.
6989 (tramp-temp-name-prefix): Make it a defconst.
6990 (tramp-dissect-file-name): Don't check anymore for multi-hop
6991 methods.
6992 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 6993 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
6994 (tramp-get-debug-buffer): Use it.
6995
6996 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6997 initialization forms.
6998 (tramp-set-connection-property): Don't protect `tramp-message'
6999 call, it isn't necessary any longer.
7000 (tramp-dump-connection-properties): Use `ignore-errors'.
7001
7002 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7003 'password-cache and 'auth-source.
7004
7005 * net/tramp-gvfs.el (top):
7006 * net/tramp-smb.el (top): Require 'tramp-sh.
7007
7008 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7009
7010 * net/tramp-sh.el: New file, derived from tramp.el.
7011 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7012 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7013 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7014 Use `ignore-errors' where appropriate.
7015 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7016 `tramp-file-name-handler-alist'.
7017 (tramp-send-command-and-check): Return t or nil. Remove all
7018 `zerop' checks, where called.
7019 (tramp-handle-set-file-modes)
7020 (tramp-do-copy-or-rename-file-directly)
7021 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7022 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7023 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7024 (tramp-get-remote-ln): Set tramp-autoload cookie.
7025
7026 * net/tramp-fish.el: Remove file.
7027
c5fe4acb
DU
70282010-09-13 Daiki Ueno <ueno@unixuser.org>
7029
7030 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7031 buffer-file-name to avoid file-locking. (Bug#7026)
7032
7ea2d383
MA
70332010-09-13 Julien Danjou <julien@danjou.info>
7034
7035 * notifications.el (notifications-notify): Add support for
7036 image-path and sound-name.
7037 (notifications-specification-version): Add this variable.
7038
5616cc54
SM
70392010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7040
31c381e8 7041 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7042
94c7243b
LL
70432010-09-12 Leo <sdl.web@gmail.com>
7044
7045 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7046 (rcirc-completion-start): New variables.
7047 (rcirc-nick-completions): Rename to rcirc-completions.
7048 (rcirc-nick-completion-start-offset): Delete.
7049 (rcirc-completion-at-point): New function for constructing
7050 completion data for both nicks and irc commands. Add to
7051 completion-at-point-functions in rcirc mode.
7052 (rcirc-complete): Rename from rcirc-nick-complete; use
7053 rcirc-completion-at-point.
7054 (defun-rcirc-command): Update rcirc-client-commands.
7055
0f34ae28
GM
70562010-09-11 Glenn Morris <rgm@gnu.org>
7057
7058 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7059 atomically, to avoid parallel build errors. (Bug#4196)
7060
9250002f
MM
70612010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7062
7063 * progmodes/sql.el: Version 2.6
7064 (sql-dialect): Synonym for "sql-product".
7065 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7066 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7067 Set "sql-buffer" to buffer name not buffer object so multiple sql
7068 interactive buffers work properly. Reverts misguided changes in
7069 earlier work.
7070 (sql-comint): Make sure different buffer name is used if "*SQL*"
7071 buffer is for a different product.
7072 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7073 login param.
7074 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7075 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7076 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7077 Accept new buffer name or prompt for one.
7078 (sql-port): Default to zero.
7079 (sql-comint-mysql): Handle "sql-port" as a numeric.
7080 (sql-port-history): Delete unused variable.
7081 (sql-get-login): Default "sql-port" to a number.
31c381e8 7082 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7083 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7084 "sqlite3" executables.
31c381e8 7085 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7086 (sql-buffer-live-p): New function.
7087 (sql-mode-menu, sql-send-string): Use it.
7088 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7089 syntax pattern.
7090 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7091 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7092
a9ec34f4
LMI
70932010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7094
31c381e8 7095 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7096
cf38dd42
SM
70972010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7100 to replace texinfo-font-lock-syntactic-keywords.
7101 (texinfo-mode): Use it.
7102
7103 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7104 Use syntax-propertize-function.
7105
7106 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7107 replace sgml-font-lock-syntactic-keywords.
7108 (sgml-mode): Use it.
7109
7110 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7111 since we don't use it.
7112
7113 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7114
7115 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7116 if available.
7117 (vhdl-fontify-buffer): Adjust.
7118
7119 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7120 replace tcl-font-lock-syntactic-keywords.
7121 (tcl-mode): Use it.
7122
7123 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7124 replace simula-font-lock-syntactic-keywords.
7125 (simula-mode): Use it.
7126
7127 * progmodes/sh-script.el (sh-st-symbol): Remove.
7128 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7129 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7130 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7131 (sh-font-lock-paren): Set syntax-multiline.
7132 (sh-font-lock-syntactic-keywords): Remove.
7133 (sh-syntax-propertize-function): New function to replace it.
7134 (sh-mode): Use it.
7135
7136 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7137 Define while compiling.
7138 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7139 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7140 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7141 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7142 (ruby-here-doc-end-syntax): Only define when
7143 syntax-propertize is not available.
7144 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7145 New functions.
7146 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7147 (electric-indent-chars): Silence bytecompiler.
7148 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7149 electric-indent-chars.
7150
7151 * progmodes/python.el (python-syntax-propertize-function): New var to
7152 replace python-font-lock-syntactic-keywords.
7153 (python-mode): Use it.
7154 (python-quote-syntax): Simplify and adjust to new use.
7155
7156 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7157 replace perl-font-lock-syntactic-keywords.
7158 (perl-syntax-propertize-special-constructs): New fun to replace
7159 perl-font-lock-special-syntactic-constructs.
7160 (perl-font-lock-syntactic-face-function): New fun.
7161 (perl-mode): Use it.
7162
7163 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7164 to replace octave-font-lock-close-quotes.
7165 (octave-syntax-propertize-function): New function to replace
7166 octave-font-lock-syntactic-keywords.
7167 (octave-mode): Use it.
7168
7169 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7170 replaces mixal-font-lock-syntactic-keywords.
7171 (mixal-mode): Use it.
7172
7173 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7174 New var; replaces makefile-font-lock-syntactic-keywords.
7175 (makefile-mode): Use it.
7176 (makefile-imake-mode): Adjust.
7177
7178 * progmodes/js.el (js--regexp-literal): Define while compiling.
7179 (js-syntax-propertize-function): New var; replaces
7180 js-font-lock-syntactic-keywords.
7181 (js-mode): Use it.
7182
7183 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7184 replaces gdb-script-font-lock-syntactic-keywords.
7185 (gdb-script-mode): Use it.
7186
7187 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7188 (fortran--font-lock-syntactic-keywords): New var.
7189 (fortran-line-length): Update syntax-propertize-function and
7190 fortran--font-lock-syntactic-keywords.
7191
7192 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7193
7194 * progmodes/cfengine.el (cfengine-mode):
7195 Use syntax-propertize-function.
7196 (cfengine-font-lock-syntactic-keywords): Remove.
7197
7198 * progmodes/autoconf.el (autoconf-mode):
7199 Use syntax-propertize-function.
7200 (autoconf-font-lock-syntactic-keywords): Remove.
7201
7202 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7203 (ada-after-change-function, ada-initialize-syntax-table-properties)
7204 (ada-handle-syntax-table-properties): Only define when
7205 syntax-propertize is not available.
7206 (ada-mode): Use syntax-propertize-function.
7207
7208 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7209 (font-lock-fontify-syntactic-keywords-region): Move handling of
7210 font-lock-syntactically-fontified to...
7211 (font-lock-default-fontify-region): ...here.
7212 Let syntax-propertize-function take precedence.
7213 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7214
7215 * emacs-lisp/syntax.el (syntax-propertize-function)
7216 (syntax-propertize-chunk-size, syntax-propertize--done)
7217 (syntax-propertize-extend-region-functions): New vars.
7218 (syntax-propertize-wholelines, syntax-propertize-multiline)
7219 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7220 (syntax-propertize): New functions.
7221 (syntax-propertize-rules): New macro.
7222 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7223 (syntax-ppss): Call syntax-propertize.
7224
7225 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7226
36f7d366
AM
72272010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7228
7229 * textmodes/ispell.el (ispell-init-process): Improve comments.
7230 XEmacs compatibility changes regarding (add-hook) 'local option
7231 and (set-process-query-on-exit-flag).
7232
8fca3921
MA
72332010-09-09 Michael Albinus <michael.albinus@gmx.de>
7234
cf38dd42
SM
7235 * net/tramp-cache.el (tramp-parse-connection-properties):
7236 Set tramp-autoload cookie.
8fca3921 7237
399653d6
GM
72382010-09-09 Glenn Morris <rgm@gnu.org>
7239
7240 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7241 (imagemagick-register-types): Doc fix.
7242
c34a9669
SM
72432010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7244
b073dc4b
SM
7245 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7246
7247 * progmodes/js.el (require): Require is already "eval-and-compile".
7248 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7249 (js--re-search-backward): Use js--re-search-forward.
7250
7251 * progmodes/fortran.el (fortran-line-length): Don't recompute
7252 syntactic keywords redundantly a second time.
7253
7254 * progmodes/ada-mode.el: Replace "(set '" with setq.
7255 (ada-mode): Simplify.
7256 (ada-create-case-exception, ada-adjust-case-interactive)
7257 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7258 (ada-search-ignore-string-comment, ada-move-to-start)
7259 (ada-move-to-end): Use with-syntax-table.
7260
7261 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7262 (font-lock-unfontify-region, font-lock-default-fontify-region):
7263 Update usage correspondingly.
7264 (font-lock-fontify-syntactic-keywords-region):
7265 Set parse-sexp-lookup-properties buffer-locally here.
7266 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7267
c34a9669
SM
7268 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7269
13639aab
GM
72702010-09-08 Glenn Morris <rgm@gnu.org>
7271
5a972c36
GM
7272 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7273 Error if not compiled with -DBYTE_CODE_METER.
7274
13639aab
GM
7275 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7276 Ignore dir-locals-file.
7277
331b2b90
SM
72782010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7281 Not a const.
7282 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7283 for the `gnu' messages.
7284 (compilation-set-skip-threshold): New command.
7285 (compilation-start): Use \' rather than $.
7286 (compilation-forget-errors): Use clrhash.
7287
73b4d51a
AM
72882010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7289
7290 * textmodes/ispell.el (ispell-valid-dictionary-list):
7291 Simplify logic.
7292
0f34aa77
MA
72932010-09-08 Michael Albinus <michael.albinus@gmx.de>
7294
7295 Migrate to Tramp 2.2. Rearrange load dependencies.
7296 (Bug#1529, Bug#5448, Bug#5705)
7297
7298 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7299 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7300 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7301
7302 * net/tramp.el (top): Remove all other tramp-* loads except
7303 tramp-compat.el. Remove all changes to tramp-unload-hook for
7304 other tramp-* packages. Rearrange defun order. Change calls of
7305 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7306 `tramp-compat-octal-to-decimal' to new function names.
7307 (tramp-terminal-type, tramp-initial-end-of-output)
7308 (tramp-methods, tramp-foreign-file-name-handler-alist)
7309 (tramp-tramp-file-p, tramp-completion-mode-p)
7310 (tramp-send-command-and-check, tramp-get-remote-path)
7311 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7312 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7313 (with-file-property, with-connection-property): Move to
7314 tramp-cache.el.
7315 (tramp-local-call-process, tramp-decimal-to-octal)
7316 (tramp-octal-to-decimal): Move to tramp-compat.el.
7317 (tramp-handle-shell-command): Do not require 'shell.
7318 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7319 symbols.
7320 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7321
7322 * net/tramp-cache.el (top): Require 'tramp. Add to
7323 `tramp-unload-hook'.
7324 (tramp-cache-data, tramp-get-file-property)
7325 (tramp-set-file-property, tramp-flush-file-property)
7326 (tramp-flush-directory-property, tramp-get-connection-property)
7327 (tramp-set-connection-property, tramp-flush-connection-property)
7328 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7329 cookie.
7330 (with-file-property, with-connection-property): New defuns, moved
7331 from tramp.el.
7332 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7333 macro.
7334
7335 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7336 (tramp-version): Set tramp-autoload cookie.
7337
7338 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7339 changes to tramp-unload-hook for other tramp-* packages. Add to
7340 `tramp-unload-hook'.
7341 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7342 (tramp-compat-call-process): New defuns, moved from tramp.el.
7343
7344 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7345 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7346 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7347 `tramp-compat-decimal-to-octal' to new function name.
7348 (tramp-fish-method): Make it a defconst.
7349 (tramp-fish-file-name-p): Make it a defsubst.
7350 (tramp-fish-method, tramp-fish-file-name-handler)
7351 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7352
7353 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7354 `tramp-foreign-file-name-handler-alist'. Add to
7355 `tramp-unload-hook'.
7356 (tramp-ftp-method): Make it a defconst.
7357 (tramp-ftp-file-name-p): Make it a defsubst.
7358 (tramp-ftp-method, tramp-ftp-file-name-handler)
7359 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7360
7361 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7362 `tramp-foreign-file-name-handler-alist'. Add to
7363 `tramp-unload-hook'. Change checks, whether package can be
7364 loaded.
7365 (tramp-gvfs-file-name-p): Make it a defsubst.
7366 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7367 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7368 (tramp-gvfs-handle-file-directory-p): New defun.
7369 (tramp-gvfs-file-name-handler-alist): Use it.
7370
7371 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7372 `tramp-foreign-file-name-handler-alist'. Add to
7373 `tramp-unload-hook'.
7374 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7375 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7376 defconst.
7377 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7378 (tramp-gw-open-connection): Set tramp-autoload cookie.
7379
7380 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7381 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7382 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7383 loaded.
7384 (tramp-imap-file-name-p): Make it a defsubst.
7385 (tramp-imap-method, tramp-imaps-method)
7386 (tramp-imap-file-name-handler)
7387 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7388
7389 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7390 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7391 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7392 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7393 function name.
7394 (tramp-smb-tunnel-method): Make it a defconst.
7395 (tramp-smb-file-name-p): Make it a defsubst.
7396 (tramp-smb-method, tramp-smb-file-name-handler)
7397 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7398
7399 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7400 (tramp-uuencode-region): Set tramp-autoload cookie.
7401
7402 * net/trampver.el (top) Add to `tramp-unload-hook'.
7403 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7404 cookie. Update release number.
7405
308e764f
AM
74062010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7407
7408 * textmodes/ispell.el (ispell-start-process): Make sure original
7409 arg list is properly initialized (Bug#6993, Bug#6994).
7410
10999305 74112010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7412
7413 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7414
7415 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7416 chars like - or ] (bug#6984).
7417 (rx-any-condense-range): Explode 2-char ranges.
7418
10999305
CY
74192010-09-06 Glenn Morris <rgm@gnu.org>
7420
7421 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7422
74232010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7424
7425 * textmodes/bibtex.el:
7426 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7427
f292afe5
LMI
74282010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7429
331b2b90 7430 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7431 since no callers use it.
7432 (imap-message-get): Ditto.
7433 (imap-message-put): Ditto.
7434 (imap-mailbox-map): Ditto.
7435 (imap-mailbox-put): Ditto.
7436 (imap-mailbox-get): Ditto.
a131b9b8 7437 (imap-mailbox-get): Revert last change for this function.
f292afe5 7438
dfe1285d
LMI
74392010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7440
331b2b90 7441 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7442 callers to use `imap-fetch' instead. According to the comments, this
7443 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7444 (imap-enable-exchange-bug-workaround): Remove.
7445 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7446
3ff31c90
LMI
74472010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7448
7449 * net/imap.el (imap-log): New convenience function used throughout
7450 instead of repeating the same code all over the place.
7451
dfe1285d 74522010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7453
7454 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7455 when mouse-drag-copy-region is non-nil (Bug#6956).
7456
93a596e1
CY
74572010-09-05 Chong Yidong <cyd@stupidchicken.com>
7458
8d76af4a
CY
7459 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7460 Improve regexps (Bug#6987).
7461 (dired-sort-toggle): Search more robustly for -t flag.
7462
93a596e1
CY
7463 * files.el (get-free-disk-space): Search more robustly for
7464 "available" column. Suggested by Ehud Karni
7465 <ehud@unix.mvs.co.il>.
7466
733946e7
JB
74672010-09-05 Juanma Barranquero <lekktu@gmail.com>
7468
7469 * international/uni-bidi.el:
7470 * international/uni-category.el:
7471 * international/uni-combining.el:
7472 * international/uni-decimal.el:
7473 * international/uni-mirrored.el:
7474 * international/uni-name.el: Regenerate.
7475
2e664aab
SM
74762010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7477
6aeafb34
SM
7478 * electric.el (electric-indent-post-self-insert-function):
7479 Don't reindent with a sloppy indentation function.
7480
2e664aab
SM
7481 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7482 border case in change-log-mode.
7483
13ef65a4
CY
74842010-09-04 Chong Yidong <cyd@stupidchicken.com>
7485
7486 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7487 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7488 Recognize leading tab in gcc-include regexp. Ignore names with
7489 leading "from" or "in" in gnu regexp (Bug#6937).
7490
5abf1556
SM
74912010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7492
6aeafb34 7493 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7494 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7495 (ispell-start-process): Avoid setq and simplify logic.
7496 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7497 (kill-buffer-hook): Don't use it globally with code that uses
7498 expand-file-name since that may call kill-buffer via
7499 code_conversion_restore.
7500
0be01d2c
CY
75012010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7502
7503 * emacs-lisp/package.el (package-directory-list): Only call
7504 file-name-nondirectory on a string.
7505
ebf662f4
CY
75062010-09-02 Chong Yidong <cyd@stupidchicken.com>
7507
5abf1556
SM
7508 * emacs-lisp/package.el (package--download-one-archive):
7509 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7510 (package-activate-1, package-mark-obsolete, define-package)
7511 (package-compute-transaction, package-list-maybe-add): Use push.
7512
e5eddfd1
SM
75132010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7514
89acf735
SM
7515 Use SMIE's blink-paren for octave-mode.
7516 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7517 Backslashes do not escape single-quotes, single-quotes do.
7518 (octave-block-else-regexp, octave-block-end-regexp)
7519 (octave-block-match-alist): Remove.
7520 (octave-smie-bnf-table): New var, with old content.
7521 (octave-smie-op-levels): Use it.
7522 (octave-smie-closer-alist): New var.
7523 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7524 (octave-blink-matching-block-open): Remove.
7525 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7526 (octave-electric-space): Let self-insert-command run expand-abbrev and
7527 blink parens.
7528
3b843809
SM
7529 * electric.el (electricity): New group.
7530 (electric-indent-chars): New var.
7531 (electric-indent-post-self-insert-function): New fun.
7532 (electric-indent-mode): New minor mode.
7533 (electric-pair-skip-self): New custom.
7534 (electric-pair-post-self-insert-function): New function.
7535 (electric-pair-mode): New minor mode.
7536
0da20854
SM
7537 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7538 calcAlg-blink-matching-open.
7539 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7540 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7541 Use the new blink-matching-check-function.
7542
a49e651e
SM
7543 Provide blink-matching support to SMIE.
7544 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7545 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7546 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7547
e5eddfd1
SM
7548 * simple.el (newline): Fix last change to properly remove itself from
7549 the hook.
7550
b13ebb5c
SM
75512010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * simple.el (newline): Eliminate optimization.
7554 Use post-self-insert-hook to set hard-newline and things before
7555 running post-self-insert-hook.
7556 (blink-matching-check-mismatch): New function.
7557 (blink-matching-check-function): New variable.
7558 (blink-matching-open): Use them.
7559 Skip back forward over prefix chars skipped by forward-sexp.
7560 Don't check if the parens are backslash escaped.
7561 (blink-paren-post-self-insert-function): Check backslash escaping here.
7562
e687c2cd
CY
75632010-09-02 Chong Yidong <cyd@stupidchicken.com>
7564
b13ebb5c
SM
7565 * emacs-lisp/package.el (package-menu-mode-map):
7566 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7567 (package-menu-mode): Set revert-buffer-function.
7568 (package-menu-revert): Doc fix.
7569
567efba9
AM
75702010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7571
7572 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7573 `default-directory' unless using Ispell per-directory personal
7574 dictionaries and not in a mini-buffer under XEmacs.
7575 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7576 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7577
6d7cc563
JD
75782010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7579
08d4877e
J
7580 * simple.el (kill-new): Call interprogram-cut-function with only
7581 one argument.
7582
45240125
JD
7583 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7584 Remove cut buffer from error message.
7585
7586 * term/x-win.el (x-select-text):
7587 * term/pc-win.el (x-selection-value):
7588 * term/ns-win.el (x-selection-value):
7589 * eshell/em-term.el:
7590 * w32-fns.el (x-get-selection-value):
7591 * mouse-sel.el (mouse-sel-set-selection-function):
7592 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7593
6d7cc563
JD
7594 * term/x-win.el: Update documentation for x-last-selected-text-*.
7595 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7596 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7597 (x-select-text): Remove argument PUSH, update documentation.
7598 Remove cut-buffer code.
6d7cc563 7599 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7600 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7601 Update documentation, remove cut-buffer code.
7602 Call x-selection-value-internal.
6d7cc563
JD
7603 (x-clipboard-yank): Call x-selection-value-internal.
7604 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7605
7606 * term/pc-win.el (x-last-selected-text):
7607 x-cut-buffer-or-selection-value renamed to x-selection-value
7608 (x-select-text): Remove argument PUSH, update documentation.
7609
7610 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7611 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7612 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7613 (x-select-text): Remove argument PUSH, update documentation.
7614
7615 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7616
7617 * w32-fns.el (x-last-selected-text):
7618 x-cut-buffer-or-selection-value renamed to x-selection-value.
7619 (x-cut-buffer-max): Remove.
7620 (x-select-text): Remove argument PUSH, update documentation.
7621
7622 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7623
7624 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7625
7626 * mouse-sel.el (mouse-sel-get-selection-function):
7627 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7628 (x-select-text): Remove optional push.
6d7cc563 7629
4de81ee0
SM
76302010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7631
8f4e9110
SM
7632 * simple.el (blink-paren-function): Move from C to here.
7633 (blink-paren-post-self-insert-function): New function.
7634 (post-self-insert-hook): Use it.
7635
4de81ee0
SM
7636 * emacs-lisp/pcase.el (pcase-split-memq):
7637 Fix overenthusiastic optimisation.
7638 (pcase-u1): Handle the case of a lambda pred.
7639
d419e1d9
KH
76402010-08-31 Kenichi Handa <handa@m17n.org>
7641
7642 * international/mule-cmds.el (standard-display-european-internal):
7643 Setup standard-display-table for 8-bit characters by storing 8-bit
7644 characters in the element vector.
7645
1e05f387
SM
7646 * disp-table.el (standard-display-8bit):
7647 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7648 characters in the element vector.
7649 (standard-display-european): Likewise.
7650
61f7096c
CY
76512010-08-31 Masatake YAMATO <yamato@redhat.com>
7652
7653 * textmodes/nroff-mode.el (nroff-view): New command.
7654 (nroff-mode-map): Bind it to C-c C-c.
7655
ec5d3ff7
SM
76562010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7657
c8977b2e
SM
7658 * emacs-lisp/smie.el (smie-down-list): New command.
7659
ec5d3ff7
SM
7660 Remove old indentation and navigation code on octave-mode.
7661 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7662 smie-down-list rather than add a binding for octave-down-block.
7663 (octave-mark-block, octave-blink-matching-block-open):
7664 Rely on forward-sexp-function.
7665 (octave-fill-paragraph): Don't narrow, so you can use
7666 indent-according-to-mode.
7667 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7668 (octave-in-block-p, octave-re-search-forward-kw)
7669 (octave-re-search-backward-kw, octave-indent-calculate)
7670 (octave-end-as-array-index-p, octave-block-end-offset)
7671 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7672 (octave-down-block, octave-backward-up-block, octave-up-block)
7673 (octave-before-magic-comment-p, octave-indent-line): Remove.
7674
187d3296
CY
76752010-08-31 Chong Yidong <cyd@stupidchicken.com>
7676
7677 * emacs-lisp/package.el (package--read-archive-file): Just use
7678 `read', to avoid copying an additional string.
7679 (package-menu-mode): Set header-line-format here.
7680 (package-menu-refresh, package-menu-revert): Signal an error if
7681 not in the Package Menu.
7682 (package-menu-package-list): New var.
7683 (package--generate-package-list): Operate on the current buffer;
7684 don't assume that it is *Packages*, since the user may rename it.
7685 Allow persistent package listings and sort keys using
7686 package-menu-package-list and package-menu-package-sort-key.
7687 (package-menu--version-predicate): Fix version calculation.
7688 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7689 (package--list-packages): Create the *Packages* buffer.
7690 Set package-menu-package-list-key.
187d3296
CY
7691 (list-packages): Sorting by status is now the default.
7692 (package-buffer-info): Use match-string-no-properties.
7693 (define-package): Add a &rest argument for future proofing, but
7694 don't use it yet.
7695 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7696 Merge into a single function, package-install-from-buffer.
7697 (package-install-file): Change caller.
187d3296
CY
7698
7699 * finder.el: Load finder-inf using `require'.
7700 (finder-list-matches): Sorting by status is now the default.
7701 (finder-compile-keywords): Simpify printing.
7702
e17b68ed
SM
77032010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7706 (octave-mode-map): Remove special bindings for forward/backward-block
7707 and octave-backward-up-block. Use smie-close-block.
7708 (octave-continuation-marker-regexp): New var.
7709 (octave-continuation-regexp): Use it.
7710 (octave-operator-table, octave-smie-op-levels)
7711 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7712 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7713 (octave-mode): Use SMIE.
7714 (octave-close-block): Delete.
7715
42b6a73b
EZ
77162010-08-30 Eli Zaretskii <eliz@gnu.org>
7717
7718 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7719 CLIPBOARD, not in PRIMARY. (Bug#6944)
7720
f291fe60
SM
77212010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7722
ee992a8c
SM
7723 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7724 a list of parents.
7725 (smie-indent-column): Allow indirection through variables.
7726
d36b74ca
SM
7727 * composite.el (save-buffer-state): Delete, unused.
7728 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7729 (font-lock-default-fontify-region): Use with-syntax-table.
7730 * jit-lock.el (with-buffer-unmodified): Remove.
7731 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7732
f291fe60
SM
7733 Use `declare' in defmacros.
7734 * window.el (save-selected-window):
7735 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7736 * progmodes/python.el (def-python-skeleton):
7737 * net/dbus.el (dbus-ignore-errors):
7738 * jka-cmpr-hook.el (with-auto-compression-mode):
7739 * international/mule.el (with-category-table):
7740 * emacs-lisp/timer.el (with-timeout):
7741 * emacs-lisp/lisp-mnt.el (lm-with-file):
7742 * emacs-lisp/eieio.el (with-slots):
7743 * emacs-lisp/easymenu.el (easy-menu-define):
7744 * emacs-lisp/debug.el (debugger-env-macro):
7745 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7746 (Multiple-value-call, Multiple-value-prog1):
7747 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7748 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7749 edebug rule to definition.
7750 * emacs-lisp/lisp-mode.el (save-selected-window)
7751 (with-current-buffer, combine-after-change-calls)
7752 (with-output-to-string, with-temp-file, with-temp-buffer)
7753 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7754 (dolist, dotimes, when, unless):
7755 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7756
96ae4c8f
CY
77572010-08-29 Chong Yidong <cyd@stupidchicken.com>
7758
7759 * finder.el: Require `package'.
7760 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7761 (finder-package-info): Var deleted.
7762 (finder-keywords-hash, finder--builtins-alist): New vars.
7763 (finder-compile-keywords): Compute package--builtins and
7764 finder-keywords-hash instead of finder-keywords-hash, respecting
7765 the "Package" header.
f291fe60
SM
7766 (finder-unknown-keywords, finder-list-matches):
7767 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7768 (finder-mode): Don't set font-lock-defaults.
7769 (finder-exit): We don't use "*Finder-package*" and "*Finder
7770 Category*" buffers anymore.
7771
7772 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7773 (package--builtins): Set default value to nil.
7774 (package-initialize): Load precomputed value of package--builtins
7775 from finder-inf.el.
7776 (package-alist, package-compute-transaction)
7777 (package-download-transaction): Improve docstring.
7778 (package-read-all-archive-contents): Do not change
7779 package--builtins here.
7780 (list-packages): Make package-list-packages an alias for this.
7781 Sort by status by default.
7782 (package--list-packages): Add optional PACKAGES arg.
7783 (describe-package-1): Use font-lock-face property. For built-in
7784 packages, insert file commentary.
7785 (package--generate-package-list): Rename from
7786 package-list-packages-internal; all callers changed. Add optional
7787 PACKAGES arg. Add alphabetical sort fallbacks.
7788 (package-menu--version-predicate, package-menu--status-predicate)
7789 (package-menu--description-predicate)
7790 (package-menu--name-predicate): New functions.
7791
7792 * info.el (Info-finder-find-node): Search package-alist instead of
7793 finder-package-info.
7794
e2046ecf
CY
77952010-08-29 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7798 "alpha" and "beta".
7799 (version-to-list): Handle versions like "10.3d".
7800
6fe79b7c
SM
78012010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7804 (macroexp-accumulate): Use `declare'.
7805
1a868076
VJL
78062010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7807
7808 * whitespace.el (whitespace-style): Adjust type declaration.
7809
9e69cb05
KH
78102010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7811
7812 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7813
78142010-08-26 Chong Yidong <cyd@stupidchicken.com>
7815
7816 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7817 (Bug#6907).
7818
4142607e
NW
78192010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7820
7821 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7822 (js-paren-indent-offset, js-square-indent-offset)
7823 (js-curly-indent-offset): New options.
7824 (js--proper-indentation): Use them.
7825
88a36e60
DC
78262010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7827
7828 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7829 instead of inspecting font-lock properties (Bug#6916).
7830
38dbc4d8
DR
78312010-08-26 David Reitter <david.reitter@gmail.com>
7832
7833 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7834 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7835 (server-execute): Do not run hooks here.
7836
44ffae96
MA
78372010-08-26 Michael Albinus <michael.albinus@gmx.de>
7838
7839 Sync with Tramp 2.1.19.
7840
0dc3e410
MA
7841 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7842 deleting tmpfile.
7843 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7844
0dc3e410 7845 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7846 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7847 (tramp-completion-handle-file-name-completion):
7848 Use `tramp-connectable-p'.
20b8ac83 7849
44ffae96
MA
7850 * net/trampver.el: Update release number.
7851
cb6c4991
CY
78522010-08-26 Chong Yidong <cyd@stupidchicken.com>
7853
7854 * help.el (help-map): Bind `C-h P' to describe-package.
7855
7856 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7857
7858 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7859 when downloading archives.
7860 (describe-package-1): Add package commentary.
7861 (package-install-button-action): New function.
7862 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7863 (package-menu-view-commentary): Function removed.
7864 (package-list-packages-internal): Hide the `package' package too.
7865
b60f961f
KH
78662010-08-25 Kenichi Handa <handa@m17n.org>
7867
7868 * language/misc-lang.el ("Arabic"): New language environment.
7869 Setup composition-function-table for Arabic characters.
7870
7871 * international/fontset.el (setup-default-fontset): Fix typo for
7872 arabic OTF spec (fini->fina).
7873
a0c16be4
J
78742010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7875
7876 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7877 on all frames.
7878
85cc3d4f
VJL
78792010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7880
7881 * whitespace.el: Allow cleaning up blanks without blank
7882 visualization (Bug#6651). Adjust help window for
7883 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7884 instead of whitespace-line-column (from EmacsWiki). New version
7885 13.1.
88b5a757 7886 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7887 (whitespace-space, whitespace-hspace, whitespace-tab):
7888 Adjust foreground property face.
85cc3d4f
VJL
7889 (whitespace-line-column): Adjust docstring and type declaration.
7890 (whitespace-style-value-list, whitespace-toggle-option-alist)
7891 (whitespace-help-text): Adjust const initialization.
7892 (whitespace-toggle-options, global-whitespace-toggle-options):
7893 Adjust docstring.
7894 (whitespace-display-window, whitespace-interactive-char)
7895 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7896 (whitespace-help-scroll): New fun.
7897
cb8759ca
CY
78982010-08-24 Chong Yidong <cyd@stupidchicken.com>
7899
7900 * emacs-lisp/package.el (list-packages): Alias for
7901 package-list-packages.
7902
44a41a47
KR
79032010-08-24 Kevin Ryde <user42@zip.com.au>
7904
be7748e7
KR
7905 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7906 (Bug#5651).
7907
44a41a47
KR
7908 * progmodes/ruby-mode.el (ruby): Add defgroup.
7909
edfd00fa
CY
79102010-08-24 Chong Yidong <cyd@stupidchicken.com>
7911
7912 * progmodes/python.el: Add Ipython support (Bug#5390).
7913 (python-shell-prompt-alist)
7914 (python-shell-continuation-prompt-alist): New options.
7915 (python--set-prompt-regexp): New function.
6a7662bb
BR
7916 (inferior-python-mode, run-python, python-shell):
7917 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
7918 prompt based on the Python interpreter.
7919 (python--prompt-regexp): New var.
7920 (python-check-comint-prompt)
7921 (python-comint-output-filter-function): Use it.
7922 (run-python): Use a pipe (Bug#5694).
7923
79242010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7925
7926 * progmodes/python.el (python-send-region): Send a different
7927 Python command if Ipython is in use.
7928 (python-check-version): Use a Python command to find the version.
7929
1c409d0b
CY
79302010-08-24 Chong Yidong <cyd@stupidchicken.com>
7931
7932 * mouse.el (mouse-yank-primary): Avoid setting primary when
7933 deactivating the mark (Bug#6872).
7934
733946e7 79352010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
7936
7937 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7938 with "else" (Bug#3991).
7939
e73f184c
MA
79402010-08-23 Michael Albinus <michael.albinus@gmx.de>
7941
7942 * net/dbus.el: Accept UNIX domain sockets as bus address.
7943 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 7944 this is done in dbusbind.c.
e73f184c
MA
7945 (dbus-check-event): Adapt test for bus.
7946 (dbus-return-values-table, dbus-unregister-service)
7947 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7948 Adapt doc string.
7949
1a140747
JB
79502010-08-23 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7953
7133b7ee
JL
79542010-08-22 Juri Linkov <juri@jurta.org>
7955
7956 * simple.el (read-extended-command): New function with the logic
7957 for `completing-read' moved to Elisp from `execute-extended-command'.
7958 Use `function-called-at-point' in `minibuffer-default-add-function'
7959 to get a command name for M-n (bug#5364, bug#5214).
7960
198a7a97
CY
79612010-08-22 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * startup.el (command-line-1): Issue warning for ignored arguments
7964 --unibyte, etc (Bug#6886).
7965
c00725d7
LL
79662010-08-22 Leo <sdl.web@gmail.com>
7967
7968 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7969 (ignore, bright, dim, keyword): Split list of nicknames before
7970 passing to rcirc-add-or-remove (Bug#6894).
7971
bc7d7ea6
CY
79722010-08-22 Chong Yidong <cyd@stupidchicken.com>
7973
7974 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7975
b0126eac 79762010-08-22 Leo <sdl.web@gmail.com>
e0143335 7977
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 7978 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 7979 * ido.el: Revert Óscar's.
e0143335
LL
7980 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7981 Remember the buffers at head, rather than their name.
76e3243a 7982 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 7983
b0126eac 79842010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
7985 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7988 extra backslash added to each line (bug#6890).
7989
b0126eac 79902010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
7991
7992 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7993
b0126eac 79942010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
7995
7996 * menu-bar.el (menu-bar-games-menu): Add landmark.
7997
b0126eac 79982010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 7999
9130a2d6
GM
8000 * align.el (align-regexp): Make group and spacing arguments
8001 use the interactive defaults when non-interactive. (Bug#6698)
8002
fb89a654
GM
8003 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8004 expansion, so as not to need sendmail.
8005 (mail-text-start): Remove declaration.
8006 (rmail-retry-failure): Require sendmail.
8007
b0126eac 80082010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8009
8010 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8011
b0126eac 80122010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8013
186e86db
SM
8014 * progmodes/flymake.el (flymake-start-syntax-check-process):
8015 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8016
b0126eac 80172010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8018
8019 * files.el: Add `word-wrap' as safe local variable.
8020
b0126eac 80212010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8022
8023 * woman.el (woman-translate): Case matters. (Bug#6849)
8024
b0126eac 80252010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8026
8027 * simple.el (kill-region): Doc fix (Bug#6787).
8028
b0126eac 80292010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8030
8031 * calendar/diary-lib.el (diary-header-line-format):
8032 Fit it to the window, not the frame.
8033
b0126eac 80342010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8035
8036 * subr.el (ignore-errors): Add debug declaration.
8037
b0126eac 80382010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8039
8040 * whitespace.el (whitespace-color-off): Remove post-command-hook
8041 locally.
8042
537ffaf3
SM
80432010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8044
8045 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8046
d64b8a68
CY
80472010-08-21 Chong Yidong <cyd@stupidchicken.com>
8048
8049 * cus-edit.el (custom-group-value-create): Add extra newline
8050 before end line (Bug#6876).
8051
d2625c3d
CY
80522010-08-21 Chong Yidong <cyd@stupidchicken.com>
8053
8054 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8055 when extending it. Before killing on the second click, check if
8056 the buffer is the correct one. Doc fix.
8057 (mouse-secondary-save-then-kill): Allow usage without first
8058 calling mouse-start-secondary, by defaulting to point. Don't save
8059 an empty secondary selection. Doc fix.
8060
80525855
VJL
80612010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8062
91bdeb66
VJL
8063 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8064 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8065 New version 13.0.
80525855
VJL
8066 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8067 Adjust initialization.
8068 (whitespace-bob-marker, whitespace-eob-marker)
8069 (whitespace-buffer-changed): New vars.
8070 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8071 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8072 (whitespace-post-command-hook, whitespace-display-char-on):
8073 Adjust code.
80525855 8074 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8075 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8076
4b9c0a49
SM
80772010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8078
118cf454
SM
8079 * files.el (locate-file-completion-table): Only list the .el and .elc
8080 extensions if there's no other choice (bug#5955).
8081
a2e5caf7
SM
8082 * facemenu.el (facemenu-self-insert-data): New var.
8083 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8084 New functions.
8085 (facemenu-add-face): Use them.
8086
4b9c0a49
SM
8087 * simple.el (blink-matching-open): Obey forward-sexp-function.
8088
0193499f
SM
80892010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8090
b2a15250
SM
8091 * simple.el (prog-mode-map): New var.
8092 (prog-indent-sexp): New command.
8093
b5ba2d6f
SM
8094 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8095
9acd1bdc
SM
8096 * progmodes/prolog.el (smie): Require.
8097
8723cfa4
SM
8098 * emacs-lisp/smie.el (smie-default-backward-token)
8099 (smie-default-forward-token): Strip properties.
8100 (smie-next-sexp): Be more careful with associative operators.
8101 (smie-forward-sexp-command): Generalize.
8102 (smie-backward-sexp-command): Simplify.
8103 (smie-closer-alist): New var.
8104 (smie-close-block): New command.
8105 (smie-indent-debug-log): New var.
8106 (smie-indent-offset-rule): Add a few more cases.
8107 (smie-indent-column): New function.
8108 (smie-indent-after-keyword): Use it.
8109 (smie-indent-keyword): Use it.
8110 Fix up the opener code's point position.
8111 (smie-indent-comment): Only applies at BOL.
8112 (smie-indent-debug): New command.
8113
0193499f
SM
8114 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8115 declarations that are useful before running the macro.
8116
0c9b8993
GM
81172010-08-18 Joakim Verona <joakim@verona.se>
8118
8119 * image.el (imagemagick-types-inhibit): New variable.
8120 (imagemagick-register-types): New function.
8121 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8122 (image-transform-set-scale, image-transform-fit-to-height)
8123 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8124 (image-transform-fit-to-width, image-transform-fit-to-height):
8125 New functions.
ccd80618
JV
8126 (image-toggle-display-image): Support image transforms.
8127
1075cd61
KY
81282010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8129
8130 * image.el (create-animated-image): Don't add heuristic mask to image
8131 (Bug#6839).
8132
64cb6c78
J
81332010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8134
0193499f
SM
8135 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8136 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8137
ff80a446
SM
81382010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8139
afa22f7c
SM
8140 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8141
ff80a446
SM
8142 Font-lock '...' strings, plus various simplifications and fixes.
8143 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8144 (octave-font-lock-close-quotes): New function.
8145 (octave-font-lock-syntactic-keywords): New var.
8146 (octave-mode): Use it. Set beginning-of-defun-function.
8147 (octave-mode-map): Don't override the <foo>-defun commands.
8148 (octave-mode-menu): Pass it directly to easy-menu-define;
8149 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8150 (octave-block-match-alist): Fix up last change so that
8151 octave-close-block uses the more specific keyword.
8152 (info-lookup-mode): Silence byte-compiler.
8153 (octave-beginning-of-defun): Not interactive any more.
8154 Optimize slightly.
8155 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8156 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8157 (octave-completion-at-point-function): Make sure point is within
8158 beg..end.
8159 (octave-reindent-then-newline-and-indent):
8160 Use reindent-then-newline-and-indent.
8161 (octave-add-octave-menu): Remove.
8162
2269b349
JD
81632010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8164
489cd5bd
JD
8165 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8166 (report-emacs-bug-can-use-xdg-email): New functions.
8167 (report-emacs-bug): Set can-xdg-email to result of
8168 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8169 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8170 about it.
30ebab6d 8171
a2fb159c
GM
8172 * net/browse-url.el (browse-url-default-browser): Add cond
8173 for browse-url-xdg-open.
8174 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8175
81762010-08-17 Glenn Morris <rgm@gnu.org>
8177
8178 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8179 (c-fontify-recorded-types-and-refs): Define for compiler.
8180 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8181 before use.
8182
8183 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8184 Fix format call.
8185
bb6aba9c
MA
81862010-08-17 Michael Albinus <michael.albinus@gmx.de>
8187
8188 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8189 properties.
8190 (tramp-handle-process-file): Call the program in a subshell, in
8191 order to preserve working directory.
8192 (tramp-action-password): Hide password prompt before next run.
8193 (tramp-process-actions): Widen connection buffer for the trace.
8194
8f10c937
DD
81952010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8196
8197 * net/rcirc.el (rcirc-log-process-buffers): New option.
8198 (rcirc-print): Use it.
8199 (rcirc-generate-log-filename): New function.
8200 (rcirc-log-filename-function): Change default to
8201 rcirc-generate-log-filename (Bug#6828).
8202
7c23dd44
CY
82032010-08-16 Chong Yidong <cyd@stupidchicken.com>
8204
8205 * simple.el (deactivate-mark): If select-active-regions is `only',
8206 only set selection for temporarily active regions.
8207
8208 * cus-start.el: Change defcustom for select-active-regions.
8209
6d3e82d2
CY
82102010-08-15 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8213 (mouse-drag-track): Use LOCATION arg to push-mark.
8214 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8215 consideration when updating point and mark (Bug#6840).
8216
c68263b1
CY
82172010-08-15 Chong Yidong <cyd@stupidchicken.com>
8218
8219 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8220 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8221
456f369a
ŠN
82222010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8223
ff80a446
SM
8224 * font-lock.el (lisp-font-lock-keywords-2):
8225 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8226 with-demoted-errors, and with-silent-modifications (Bug#6025).
8227
c22e18f5
KR
82282010-08-14 Kevin Ryde <user42@zip.com.au>
8229
8230 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8231 (copyright-update): Temporary switch-to-buffer to ensure the
8232 buffer change being queried is visible (Bug#5394).
c22e18f5 8233
6f1a6faf
TT
82342010-08-14 Tom Tromey <tromey@redhat.com>
8235
8236 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8237 (Bug#6733).
8238
e7afcf30
EZ
82392010-08-14 Eli Zaretskii <eliz@gnu.org>
8240
8241 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8242 MS-DOS. (Bug#6689)
8243
2b4e6277
J
82442010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8245
8246 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8247 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8248 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8249 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8250 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8251 Call menu-bar-set-tool-bar-position.
2b4e6277 8252
dc94fc85
SM
82532010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8254
c5683ceb
SM
8255 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8256 comment style (bug#6834).
8257 * progmodes/scheme.el (scheme-mode-syntax-table):
8258 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8259 "b" flag in "' 14b" syntax.
8260
c82d5b11
SM
8261 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8262 for (un)commenting the region and performing completion.
8263 (octave-mode-menu): Use standard commands for help and completion.
8264 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8265 (octave-mode): Use define-derived-mode.
8266 Set completion-at-point-functions and don't set columns.
8267 Don't disable adaptive-fill-regexp.
8268 (octave-describe-major-mode, octave-comment-region)
8269 (octave-uncomment-region, octave-comment-indent)
8270 (octave-indent-for-comment): Remove.
8271 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8272 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8273 (octave-initialize-completions): No need to make an alist.
8274 (octave-completion-at-point-function): New function.
8275 (octave-complete-symbol): Use it.
8276 (octave-insert-defun): Use define-skeleton.
8277
8278 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8279 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8280
abec5126 82812010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8282
8283 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8284 indentation of inserted comment.
8285
3a46642b
J
82862010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8287
8288 * faces.el (region): Add type gtk that uses gtk colors.
8289
8290 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8291 Handle theme-name change.
8292
3bd2cfef
MM
82932010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8294
8295 * progmodes/sql.el: Version 2.5
8296 (sql-product-alist): Add :prompt-cont-regexp property for several
8297 database products.
8298 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8299 (sql-output-newline-count, sql-output-by-send):
8300 New variables. Record number of newlines in input text.
3bd2cfef
MM
8301 (sql-send-string): Handle multiple filters and count newlines.
8302 (sql-send-magic-terminator): Count terminator newline.
8303 (sql-interactive-remove-continuation-prompt): Filters output to
8304 remove continuation prompts; one for each newline.
8305 (sql-interactive-mode): Set up new variables, prompt regexp and
8306 output filter.
8307 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8308 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8309
d02c9bcd
SM
83102010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * emacs-lisp/pcase.el: New file.
8313
80ca4f1e
MA
83142010-08-10 Michael Albinus <michael.albinus@gmx.de>
8315
8316 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8317 as here-document, otherwise the command could exceed maximum
8318 length of command line.
d02c9bcd
SM
8319 (tramp-handle-vc-registered): Call script accordingly.
8320 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8321
2948599b
KH
83222010-08-10 Kenichi Handa <handa@m17n.org>
8323
8324 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8325 composable pattern.
8326
148cef8e
CY
83272010-08-09 Chong Yidong <cyd@stupidchicken.com>
8328
8329 * emacs-lisp/package.el (package-version-split)
8330 (package--version-first-nonzero, package-version-compare):
8331 Functions removed.
8332 (package-directory-list, package-load-all-descriptors)
8333 (package--built-in, package-activate, define-package)
8334 (package-installed-p, package-compute-transaction)
8335 (package-read-all-archive-contents)
8336 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8337 (package-tar-file-info, package-list-packages-internal):
8338 Use version-to-list and version-list-*.
148cef8e 8339
d02c9bcd
SM
8340 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8341 Use version-to-list.
148cef8e
CY
8342 (package-upload-buffer-internal): Use version-list-<=.
8343
82a9ce0f
KH
83442010-08-09 Kenichi Handa <handa@m17n.org>
8345
231e5e5f 8346 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8347 composable pattern.
8348
7adf5fdc
CY
83492010-08-08 Chong Yidong <cyd@stupidchicken.com>
8350
fc560445
CY
8351 * tutorial.el (tutorial--default-keys): C-d is now bound to
8352 delete-forward-char (Bug#6826).
8353
7adf5fdc
CY
8354 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8355 for `double' value of mouse-1-click-follows-link (Bug#6807).
8356
e54a1075
JB
83572010-08-08 Johan Bockgård <bojohan@gnu.org>
8358
8359 * replace.el (replace-highlight): Bind isearch-forward and
8360 isearch-error, ensuring that highlighting is updated if the user
8361 switches the search direction (Bug#6808).
8362
8363 * isearch.el (isearch-lazy-highlight-forward): New var.
8364 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8365 (isearch-lazy-highlight-update): Use it.
8366
7815fe19 83672010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8368
8d9e03e4
JB
8369 * international/mule.el (define-charset): Store NAME as :base property.
8370 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8371 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8372 current priority. Force using the designation of the specific
8d9e03e4 8373 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8374
7815fe19 83752010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8376
8377 * emulation/pc-select.el (pc-selection-mode-hook)
8378 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8379 (pc-selection-mode): Fix typos in docstrings.
8380
7815fe19 83812010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8382
8383 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8384 ctext-non-standard-encodings-alist here.
8385
8d9e03e4
JB
8386 * international/mule.el (ctext-non-standard-encodings-alist):
8387 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8388 (ctext-standard-encodings): New variable.
8389 (ctext-non-standard-encodings-table): List only elements for
8390 non-standard encodings.
186e86db 8391 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8392 Check ctext-standard-encodings.
8393
8394 * international/mule-conf.el (compound-text): Doc fix.
8395 (ctext-no-compositions): Doc fix.
8396 (compound-text-with-extensions): Doc fix.
8397
7815fe19 83982010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8399
8400 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8401
8d9e03e4 84022010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8403
9ebc731b
JB
8404 * progmodes/which-func.el (which-func-format): Split help-echo text
8405 into lines, like other mode-line tooltips.
8406
d5b8058f
JB
8407 * server.el (server-start): When using TCP sockets, force IPv4
8408 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8409
8d9e03e4 84102010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8411
8412 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8413
8d9e03e4 84142010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8415
8416 * term.el (term-delimiter-argument-list): Reflow docstring.
8417 (term-read-input-ring, term-write-input-ring, term-send-input)
8418 (term-bol, term-erase-in-display, serial-supported-or-barf):
8419 Fix typos in docstrings.
8420
8d9e03e4 84212010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8422
8423 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8424
8d9e03e4 84252010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8426
8427 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8428
8d9e03e4 84292010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8430
8431 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8432 Fix typo in docstring (bug#6747).
8433
7815fe19 84342010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8435
8436 * eshell/esh-io.el (eshell-get-target): Better detection of
8437 read-only file (Bug#6762).
8438
7815fe19 84392010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8440
8441 * align.el (align-default-spacing): Doc fix.
8442 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8443
733946e7 84442010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8445
490b89ac 8446 * calendar/icalendar.el
93acd23d
JB
8447 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8448 (icalendar--get-weekday-numbers): New.
81ee9410 8449 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8450 values in weekly rules. (Bug#6766)
81ee9410 8451
490b89ac
UJ
84522010-08-08 Ulf Jasper <ulf.jasper@web.de>
8453
8454 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8455 (icalendar--create-uid, icalendar-export-region)
8456 (icalendar--parse-summary-and-rest): Code formatting.
8457
2c695727
JB
84582010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8459
01c35094 8460 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8461 to italicize headers.
8462 (calc-highlight-selections-with-faces): New variable.
8463 (calc-selected-face, calc-nonselected-face): New faces.
8464
8465 * calc/calccomp.el (math-comp-highlight-string): Use
8466 `calc-highlight-selections-with-faces' to determine how to highlight
8467 sub-formulas.
8468
8469 * calc/calc-sel.el (calc-show-selections): Change message to when
8470 using faces to highlight selections.
8471
b93d4f22
MM
84722010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8473
8d9e03e4
JB
8474 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8475 Add SQLite 3 keywords, functions and datatypes.
8476 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8477 (Bug#6686).
8478
9852377f
CY
84792010-08-07 Chong Yidong <cyd@stupidchicken.com>
8480
8481 * simple.el (select-active-regions): Move to keyboard.c.
8482 (deactivate-mark): Used saved-region-selection.
8483 (select-active-region): Function removed.
8484 (activate-mark, set-mark, push-mark-command)
8485 (handle-shift-selection): Don't call it.
8486 (keyboard-quit): Avoid adding the region to the window selection.
8487
8488 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8489 select-active-regions implementation.
8490 (mouse-yank-at-click): Doc fix.
8491
8492 * cus-start.el: Add custom declaration for select-active-regions.
8493
822775bf
EZ
84942010-08-07 Eli Zaretskii <eliz@gnu.org>
8495
4c5130d6
EZ
8496 * simple.el (delete-forward-char): Doc fix.
8497
822775bf
EZ
8498 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8499 after reading the tutorial.
8500
bd4c5e3e
AM
85012010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8502
6a7662bb
BR
8503 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8504 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8505 their respective lines. (Bug#193)
bd4c5e3e 8506
d00fa9b6
MA
85072010-08-06 Michael Albinus <michael.albinus@gmx.de>
8508
8d9e03e4 8509 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8510 property "vec".
6a7662bb
BR
8511 (tramp-process-sentinel): Use it for flushing the cache.
8512 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8513 already when running the sentinel.
8514
85152010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8516
8517 * comint.el (comint-mode): Make directory tracking functions
8518 functional on remote files. (Bug#6764)
8519
b3d42406
DN
85202010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8521
8522 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8523
29cf3e20
EZ
85242010-08-05 Eli Zaretskii <eliz@gnu.org>
8525
6a7662bb
BR
8526 * emacs-lisp/find-gc.el (find-gc-source-files):
8527 Rename unexec.c => unexcoff.c.
29cf3e20 8528
6a7662bb
BR
8529 * emacs-lisp/authors.el (authors-fixed-entries):
8530 Rename unexec.c => unexcoff.c.
29cf3e20 8531
39e1bf0b
MA
85322010-08-05 Michael Albinus <michael.albinus@gmx.de>
8533
8534 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8535 cache, not only file cache.
8536 (tramp-process-sentinel): New defun.
8537 (tramp-handle-start-file-process): Use it, in order to invalidate
8538 file caches.
8539
9f982e22
LL
85402010-08-03 Leo <sdl.web@gmail.com>
8541
8542 * server.el (server-start): Simplify loop.
8543
0798a8d8
SM
85442010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8545
548c5c47
SM
8546 * frame.el (screen-height, screen-width, set-screen-width)
8547 (set-screen-height): Remove ancient compatibility aliases.
8548
3311d1c2
SM
8549 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8550 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8551
0798a8d8
SM
8552 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8553 that change current buffer.
8554
26ee77a6
YM
85552010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8556
8557 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8558 beginning of the string. Use `string-match-p'. (Bug#6765)
8559
aa1859f5
J
85602010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8561
8562 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8563
376c2b6b
CY
85642010-08-01 Chong Yidong <cyd@stupidchicken.com>
8565
0798a8d8 8566 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8567 (package--builtins): Tweak descriptions.
0798a8d8
SM
8568 (package-print-package): Upcase descriptions if necessary.
8569 Show all built-in packages in font-lock-builtin-face.
8570 (package-list-packages-internal): Omit "emacs" package.
8571 Show status of built-in packages as "built-in".
376c2b6b 8572
16041401
CY
85732010-07-31 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8576 before killing to preserve the primary selection (Bug#6701).
8577
8578 * term/x-win.el (x-select-text): Doc fix.
8579
0798a8d8
SM
85802010-07-31 Nathaniel Flath <flat0103@gmail.com>
8581
452ea855
AM
8582 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8583 (objc-font-lock-extra-types):
452ea855 8584 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8585 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8586 (c++-make-template-syntax-table)
8587 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8588 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8589 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8590 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8591 * progmodes/cc-fonts.el (c-make-inverse-face)
8592 (c-basic-matchers-after):
452ea855
AM
8593 * progmodes/cc-engine.el (c-forward-keyword-clause)
8594 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8595 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8596 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8597 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8598 The above functions were modified or created.
452ea855 8599
37766706
J
86002010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8601
0798a8d8 8602 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8603
cd83d522
EZ
86042010-07-31 Eli Zaretskii <eliz@gnu.org>
8605
8606 * files.el (bidi-paragraph-direction): Define safe local values.
8607
8608 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8609 language-info-alist. Remove outdated FIXME in a comment.
8610
28e5cf7c
AM
86112010-07-31 Alan Mackenzie <acm@muc.de>
8612
8613 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8614 Auto-fill broken in C/C++ modes.
8615
bfeabdc3
JD
86162010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8617
8618 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8619 (menu-bar-showhide-tool-bar-menu-customize-disable)
8620 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8621 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8622 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8623 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8624 make a menu for Options => toolbar that can move it.
8625
063e5294
CY
86262010-07-29 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * emacs-lisp/package-x.el (package--make-rss-entry):
8629 (package-maint-add-news-item, package--update-news)
8630 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8631
8632 * emacs-lisp/package.el (package-archive-url): Rename from
8633 package-archive-id.
8634 (package-install): Doc fix.
8635 (package-download-single, package-download-tar, package-install)
8636 (package-menu-view-commentary): Callers changed.
8637
683cc385
MA
86382010-07-29 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/tramp.el (tramp-handle-start-file-process): Check only for
8641 `remote-tty' process property.
8642 (tramp-open-shell): Don't check for tty.
8643 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8644 process property.
8645
8646 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8647 host.
8648
bc44bef7
PH
86492010-07-28 Chong Yidong <cyd@stupidchicken.com>
8650
8651 * emacs-lisp/package.el (package-load-list, package-archives)
8652 (package-archive-contents, package-user-dir)
8653 (package-directory-list, package--builtins, package-alist)
8654 (package-activated-list, package-obsolete-alist): Mark as risky.
8655
86562010-07-28 Phil Hagelberg <phil@evri.com>
8657
8658 Add support for non-default package repositories.
8659 * emacs-lisp/package.el (package-archive-base): Var deleted.
8660 (package-archives): New variable.
8661 (package-archive-contents): Doc fix.
0798a8d8 8662 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8663 (package--write-file-no-coding): New function.
8664 (package-unpack-single): Use it.
8665 (package-archive-id): New function.
8666 (package-download-single, package-download-tar)
8667 (package-menu-view-commentary): Use it.
8668 (package-installed-p): Make second argument optional.
8669 (package-read-all-archive-contents): New function.
8670 (package-initialize): Use it.
8671 (package-read-archive-contents): Add ARCHIVE argument.
8672 (package--add-to-archive-contents): New function.
8673 (package-install): Don't call package-read-archive-contents.
8674 (package--download-one-archive): Store archive file in a
8675 subdirectory of package-user-dir.
8676 (package-menu-execute): Remove spurious line movement.
8677
8a52f00a
JD
86782010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8679
8680 * cus-start.el (tool-bar-style): Add text-image-horiz.
8681
b21d3ceb
MA
86822010-07-28 Michael Albinus <michael.albinus@gmx.de>
8683
8684 * progmodes/gud.el (gud-common-init): Check for remoteness of
8685 `file', and not of `default-directory'.
8686
8fbcce2d
MA
86872010-07-28 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * net/tramp.el (tramp-methods): Move hostname to the end in all
8690 ssh `tramp-login-args'.
8691 (tramp-verbose): Describe verbose level 9.
8692 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8693 (tramp-open-connection-setup-interactive-shell): Trace stty
8694 settings if `tramp-verbose' >= 9.
8695 (tramp-handle-start-file-process): Implement tty setting.
8696 (Bug#4604, Bug#6360)
8697
8698 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8699 `tramp-verbose' to 9.
8700
128440c9
AH
87012010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8702
8703 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8704 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8705 Remove references to package `lisp-re' (bug#4369).
8706
ae0c2494
TT
87072010-07-27 Tom Tromey <tromey@redhat.com>
8708
8709 * progmodes/js.el (js-mode):
8710 * progmodes/make-mode.el (makefile-mode):
8711 * progmodes/simula.el (simula-mode):
8712 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8713
0ed082fe 87142010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8715
8716 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8717
7c7c04c0
JB
8718 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8719 (display-time-world-buffer-name, display-time-world-mode-map):
8720 Fix typos in docstrings.
8721
0ed082fe 87222010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8723
8724 * image-mode.el (image-display-size): New function.
8725 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8726 (image-mode-fit-frame): Use it (Bug#6639).
8727
0ed082fe 87282010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8729
8730 * dired.el (dired-buffers-for-dir): Handle list values of
8731 dired-directory (Bug#6636).
8732
aa2d4bd3
SS
87332010-07-26 Sam Steingold <sds@gnu.org>
8734
8735 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8736 Do not call `x-get-selection' the second time, reuse the value.
8737
78b84da3
DU
87382010-07-26 Daiki Ueno <ueno@unixuser.org>
8739
8740 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8741 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8742
4f195cf7
DU
87432010-07-25 Daiki Ueno <ueno@unixuser.org>
8744
8745 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8746 exists before passing an error to find-file-not-found-functions
8747 (bug#6723).
8748
195e19e4
LH
87492010-07-23 Lukas Huonker <l.huonker@gmail.com>
8750
8751 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8752 Remove leading nil element, adjust values.
8753 (tetris-shapes, tetris-shape-scores):
8754 Change representation of shapes and remove some redundancy.
8755 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8756 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8757 Adjust for working with new representation of shapes.
8758 (tetris-shape-rotations): New function.
8759 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8760 (tetris-rotate-prev, tetris-rotate-next):
8761 Adjust for working with the new version of tetris-test-shape.
8762
9cf2db99
MT
87632010-07-23 Markus Triska <markus.triska@gmx.at>
8764
8765 * progmodes/ps-mode.el: Use comint (bug#5954).
8766 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8767 (ps-mode-other-newline): Simplify.
8768 (ps-run-mode): Derive from comint-mode instead of
8769 fundamental-mode, yielding input history etc.
8770 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8771 (ps-run-send-string): Adapt for comint-mode.
8772 (ps-run-newline): Remove now unneeded function.
8773
225d5e9e
MA
87742010-07-23 Michael Albinus <michael.albinus@gmx.de>
8775
8776 * net/tramp.el (tramp-methods): Move hostname to the end in all
8777 plink `tramp-login-args'.
8778
84bc68f2
MA
87792010-07-23 Michael Albinus <michael.albinus@gmx.de>
8780
8781 * net/tramp.el (tramp-open-shell): New defun.
8782 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8783 Use it.
8784
1eb5ca1c
MA
87852010-07-23 Michael Albinus <michael.albinus@gmx.de>
8786
8787 * net/tramp.el (tramp-file-name-regexp-unified)
8788 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8789 not regard the volume letter as remote filename. (Bug#5447)
8790
440735a7
JB
87912010-07-23 Juanma Barranquero <lekktu@gmail.com>
8792
8793 * custom.el (custom-declare-variable): Give a clearer error message
8794 when the docstring is missing (bug#6476).
8795
5474c40f
MM
87962010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8797
8798 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8799 (sql-login-params): New widget definition.
8800 (sql-oracle-login-params, sql-mysql-login-params)
8801 (sql-solid-login-params, sql-sybase-login-params)
8802 (sql-informix-login-params, sql-ingres-login-params)
8803 (sql-ms-login-params, sql-postgres-login-params)
8804 (sql-interbase-login-params, sql-db2-login-params)
8805 (sql-linter-login-params): Use it.
8806 (sql-sqlite-login-params): Use it; Define "database" parameter as
8807 a file name.
c4cc8b9a 8808 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8809 (sql-comint-sqlite): Make sure database name is complete.
8810 (sql-for-each-login): New function.
8811 (sql-connect, sql-save-connection): Use it.
8812 (sql-get-login-ext): New function.
8813 (sql-get-login): Use it.
8814 (sql-make-alternate-buffer-name): Handle :file parameters.
8815
9c0deccb
JB
88162010-07-22 Juanma Barranquero <lekktu@gmail.com>
8817
8818 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8819 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8820
aac818a8
TL
88212010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8822
8823 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8824
47d2734f
LM
88252010-07-22 Lawrence Mitchell <wence@gmx.li>
8826
8827 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8828
10e73994
MA
88292010-07-21 Michael Albinus <michael.albinus@gmx.de>
8830
8831 * net/tramp.el (tramp-get-ls-command)
8832 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8833 instead of "/".
8834
d26b0ea9
MM
88352010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8836
8837 * progmodes/sql.el: Version 2.3.
f49d1f52 8838 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8839 enhanced the widget definition.
88b5a757
DD
8840 (sql-mode-menu): Add submenu to select connections.
8841 (sql-interactive-mode-menu): Add "Save Connection" item.
8842 (sql-add-product): Fix menu item.
d26b0ea9 8843 (sql-get-product-feature): Improved error handling.
5f9d345c 8844 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8845 (sql-make-alternate-buffer-name): Simplified.
8846 (sql-product-interactive): Handle missing product.
8847 (sql-connect): Support string keys, minor improvements.
8848 (sql-save-connection): New function.
8849 (sql-connection-menu-filter): New function.
8850
af4b9ae5
MA
88512010-07-20 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8854 (tramp-open-connection-setup-interactive-shell):
8855 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8856 `tramp-send-command' where it belongs to.
8857
da040a16
MA
88582010-07-20 Michael Albinus <michael.albinus@gmx.de>
8859
8860 * net/tramp.el (tramp-perl-file-attributes)
8861 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8862 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8863 front of `login-args'.
8864
16f3ade5
JB
88652010-07-19 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8868 Set `show-trailing-whitespace' to nil.
8869 (display-time-world-display): Simplify.
8870
00af0b67
AM
88712010-07-18 Alan Mackenzie <acm@muc.de>
8872
8873 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8874 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8875 (c-before-hack-hook): Call `c-set-style' differently according to
8876 whether c-file-style was set in file or directory local
8877 variables.
8878
30c4d8dc
MM
88792010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8880
8881 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8882 (sql-product, sql-user, sql-database, sql-server, sql-port):
8883 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8884 property.
8885 (sql-password): Use defcustom :risky keyword rather than putting
8886 risky-local-variable property.
8887 (sql-oracle-login-params, sql-sqlite-login-params)
8888 (sql-solid-login-params, sql-sybase-login-params)
8889 (sql-informix-login-params, sql-ingres-login-params)
8890 (sql-ms-login-params, sql-postgres-login-params)
8891 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8892 (sql-linter-login-params): Add `port' option.
88b5a757 8893 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8894 (sql-comint-oracle, sql-comint-sybase)
8895 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8896 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8897 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8898 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8899 sql-comint-*.
88b5a757 8900 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8901 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8902 (sql-connection): New variable.
30c4d8dc
MM
8903 (sql-interactive-mode): Set it.
8904 (sql-connection-alist): New variable.
8905 (sql-connect): New function.
8906 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8907 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8908
f12492c8
TV
89092010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8910
8911 * image-mode.el (image-bookmark-make-record): Do not set context
8912 in an image (Bug#6650).
8913
91023c68
CY
89142010-07-17 Chong Yidong <cyd@stupidchicken.com>
8915
8916 * simple.el (select-active-region): New function.
8917 (push-mark-command, set-mark, activate-mark)
8918 (handle-shift-selection): Use it.
8919 (deactivate-mark): Don't check for size of region.
8920
8921 * mouse.el (mouse-drag-track): Use select-active-region.
8922
1c0e8f0e
MA
89232010-07-17 Michael Albinus <michael.albinus@gmx.de>
8924
8925 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8926 "--dired" stronger.
8927
2490cbbc
CY
89282010-07-17 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * term/x-win.el (x-select-enable-primary): Change default to nil.
8931 (x-select-enable-clipboard): Add :version keyword.
8932
8933 * mouse.el (mouse-drag-copy-region):
8934 * simple.el (select-active-regions): Likewise.
8935
f253ef6a
RS
89362010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8937
a628ad9d 8938 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
8939 (vc-coding-system-for-diff): Use it to decide whether to inherit
8940 from the file the EOL format for reading the diffs of that file.
8941 (Bug#4451)
8942
134a027f
EZ
89432010-07-16 Eli Zaretskii <eliz@gnu.org>
8944
8945 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8946 unibyte, so compressed attachments are not compressed again.
8947
7e4289ad
MA
89482010-07-16 Michael Albinus <michael.albinus@gmx.de>
8949
8950 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8951 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8952 (tramp-find-shell): Simplify setting connection property.
8953 (tramp-get-ls-command): Make test for "--color=never" stronger.
8954
7473fff9 89552010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
8956
8957 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8958 blocks within record declarations (i.e. variant parts) correctly.
8959
a11b38ee
SS
89602010-07-15 Simon South <ssouth@member.fsf.org>
8961
8962 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8963 over literal tokens when parsing so newlines aren't "absorbed" by
8964 single-line comments. Corrects the indentation of case blocks
8965 that have a comment on the first line.
8966
077e0753
KF
89672010-07-14 Karl Fogel <kfogel@red-bean.com>
8968
8969 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8970 by Drew Adams (Bug#5504).
8971
243881ed
J
89722010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8973
8974 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 8975 now that Unicode is used (Bug#6594).
243881ed 8976
f9d71b42
CY
89772010-07-14 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * term/x-win.el (x-select-enable-clipboard): Default to t.
8980 (x-initialize-window-system): Don't overwrite Paste menu item.
8981
8982 * simple.el (select-active-regions): Default to t.
8983 (push-mark-command): Don't overwrite primary with empty string.
8984
8985 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8986 (mouse-drag-copy-region): Default to nil.
8987
8988 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8989 Cut/Copy/Paste menu bar items.
8990
a628ad9d 89912010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
8992
8993 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8994 Patch applied by Karl Fogel.
8995
8996 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8997 and `bookmark-current-buffer' if they have been already set in
8998 another buffer (e.g gnus-art).
8999
e44fa724 90002010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9001 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9002
9003 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9004
9005 * bookmark.el (bookmark-make-record-default): Allow unneeded
9006 information to be omitted from the record.
9007
9008 Adjust declarations and calls:
9009
9010 * info.el (bookmark-make-record-default): Adjust declaration.
9011 (Info-bookmark-make-record): Adjust call.
9012
9013 * woman.el (bookmark-make-record-default): Adjust declaration.
9014 (woman-bookmark-make-record): Adjust call.
9015
9016 * man.el (bookmark-make-record-default): Adjust declaration.
9017 (Man-bookmark-make-record): Adjust call.
9018
9019 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9020
9021 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9022
0c4371fe
KF
90232010-07-13 Karl Fogel <kfogel@red-bean.com>
9024
9025 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9026 This is also from Thierry Volpiatto's patch in bug #6444. However,
9027 because it was extraneous to the functional change in that patch,
9028 and causes a re-indendation, I am committing it separately.
9029
2bb8db3e 90302010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9031
9032 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9033 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9034 Patch applied by Karl Fogel (Bug#6444).
068a0233 9035
21bd02a6
CY
90362010-07-13 Chong Yidong <cyd@stupidchicken.com>
9037
9038 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9039
79cb9c05
AR
90402010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9041
9042 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9043 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9044 (ns-alternatives-map): Change S-tab binding to backtab
9045 (bug#6616).
9046
9047 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9048 under ns.
9049
beb000f9
AS
90502010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9051
dd86ea11
JB
9052 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9053 (Bug#5806)
e9952282 9054
beb000f9
AS
9055 * language/tv-util.el (tai-viet-re): Remove format.
9056
6f2cdcd1
KH
90572010-07-12 Kenichi Handa <handa@m17n.org>
9058
dd86ea11
JB
9059 * language/hebrew.el: Remove no-byte-compile declaration.
9060 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9061 composition-function-table for 3-character looking back.
9062 (hebrew-font-get-precomposed): New function.
9063 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9064
f479ef6e
CY
90652010-07-11 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * mouse.el (mouse-drag-track): Handle select-active-regions
9068 (Bug#6612).
9069
3277c1ee
MA
90702010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9071
9072 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9073 empty argument to gvfs-copy.
9074
3260caf8
GM
90752010-07-10 Glenn Morris <rgm@gnu.org>
9076
9077 * calendar/calendar.el (calendar-week-end-day): New function.
9078 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9079 Respect calendar-week-start-day. (Bug#6606)
9080 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9081 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9082 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9083 respect calendar-week-start-day.
9084
c876b263
CY
90852010-07-10 Chong Yidong <cyd@stupidchicken.com>
9086
9087 * simple.el (use-region-p): Doc fix (Bug#6607).
9088
dce34635
AG
90892010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9090
6a7662bb
BR
9091 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9092 Add regexps for cucumber and ruby.
dce34635 9093
c0397930
DU
90942010-07-08 Daiki Ueno <ueno@unixuser.org>
9095
9096 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9097 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9098 find-file from opening empty buffer when decryption failed
c0397930
DU
9099 (bug#6568).
9100
fd5539c6
AM
91012010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9102
a628ad9d
JB
9103 * textmodes/ispell.el (ispell-alternate-dictionary):
9104 Use file-readable-p.
fd5539c6
AM
9105 Return nil if no word-list is found at default locations.
9106 (ispell-complete-word-dict): Default to nil.
9107 (ispell-command-loop): Use 'word-list' when using lookup-words.
9108 (lookup-words): Use ispell-complete-word-dict or
9109 ispell-alternate-dictionary. Check for word-list availability
9110 and handle errors if needed with better messages (Bug#6539).
9111 (ispell-complete-word): Use ispell-complete-word-dict or
9112 ispell-alternate-dictionary.
9113
4565b08e
CS
91142010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9115
9116 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9117 builtins (BufferError, BytesWarning, WindowsError; callables
9118 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9119
a2c270e7
GM
91202010-07-07 Glenn Morris <rgm@gnu.org>
9121
9122 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9123 (zone-shift-left): Ignore intangibility, and any errors from
9124 forward-char.
9125 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9126 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9127 deleting, and copying text properties.
9128 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9129 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9130 to point-max is hard.
9131 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9132 (zone-fill-out-screen): Ignore intangibility.
9133
81133808
CY
91342010-07-05 Chong Yidong <cyd@stupidchicken.com>
9135
4ad11f8c
CY
9136 * menu-bar.el (menu-bar-mode):
9137 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9138 if it has been set.
9139
81133808
CY
9140 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9141 word/line selection (Bug#6565).
9142
b24344ca
JB
91432010-07-04 Juanma Barranquero <lekktu@gmail.com>
9144
9145 * net/dbus.el (dbus-send-signal): Declare function.
9146
b1ce08da
MA
91472010-07-04 Michael Albinus <michael.albinus@gmx.de>
9148
9149 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9150 (dbus-register-property): New optional argument EMITS-SIGNAL.
9151 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9152
5592c08f
CY
91532010-07-03 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * mouse.el (mouse-drag-overlay): Variable deleted.
9156 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9157 (mouse--remap-link-click-p): New function.
9158 (mouse-drag-track): Handle dragging by using temporary Transient
9159 Mark mode, instead of a special overlay.
9160 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9161 mouse-show-mark.
9162
9163 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9164 deleted.
9165
a6ed0e28
JL
91662010-07-02 Juri Linkov <juri@jurta.org>
9167
9168 * autoinsert.el (auto-insert-alist): Fix readability
9169 by using dotted pair notation for lambda.
9170
c91e692b
JL
91712010-07-02 Juri Linkov <juri@jurta.org>
9172
9173 * faces.el (read-face-name): Rename arg `string-describing-default'
9174 to `default'. Doc fix. Display the default value in quotes
9175 in the prompt. With empty input, return the `default' arg,
9176 unless the default value is a string (in which case return nil).
9177 (describe-face): Replace the string `default' arg of `read-face-name'
9178 with the symbol `default'.
9179
23640f8f
CY
91802010-07-02 Chong Yidong <cyd@stupidchicken.com>
9181
9182 * emulation/viper-cmd.el (viper-delete-backward-char)
9183 (viper-del-backward-char-in-insert)
9184 (viper-del-backward-char-in-replace, viper-change)
9185 (viper-backward-indent): Replace delete-backward-char with
9186 delete-char (Bug#6552).
9187
b32d1614
CY
91882010-07-01 Chong Yidong <cyd@stupidchicken.com>
9189
9190 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9191
c1ef4455
CY
91922010-06-30 Chong Yidong <cyd@stupidchicken.com>
9193
9194 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9195 argument passed to frame-creation-function (Bug#5378).
9196
9197 * faces.el (x-handle-named-frame-geometry)
9198 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9199 (face-set-after-frame-default, tty-create-frame-with-faces):
9200 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9201 PARAMETER argument.
9202
55702e89
AS
92032010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9204
9205 * startup.el (command-line): Don't call tool-bar-setup in a
9206 tty-only build.
9207
dc9a226c
CY
92082010-06-30 Chong Yidong <cyd@stupidchicken.com>
9209
9210 * ruler-mode.el (ruler--save-header-line-format): New fun.
9211 (ruler-mode): Use it as a setter function, so as not to overwrite
9212 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9213
a2f043d3
CY
92142010-06-29 Chong Yidong <cyd@stupidchicken.com>
9215
9216 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9217 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9218 (vc-log-outgoing): Use it.
9219 (vc-diff-internal): Set diff-vc-backend.
9220
9221 * vc/diff-mode.el (diff-vc-backend): New var.
9222
62d115ef
J
92232010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9224
6a7662bb
BR
9225 * dynamic-setting.el (font-setting-change-default-font):
9226 Remove call to message.
62d115ef 9227
1180f752
KH
92282010-06-28 Kenichi Handa <handa@m17n.org>
9229
9230 * international/quail.el (quail-insert-kbd-layout): Fix the
9231 showing of untranslated characters.
9232
b9229673
CY
92332010-06-28 Chong Yidong <cyd@stupidchicken.com>
9234
9235 * simple.el (delete-active-region): New option.
9236 (delete-backward-char): Implement in Lisp.
9237 (delete-forward-char): New command.
9238
5f9d345c 9239 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9240 (mouse-show-mark): Simplify.
9241
9242 * bindings.el (global-map): Bind delete and DEL, the former to
9243 delete-forward-char.
9244
a628ad9d 92452010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9246
9247 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9248 (ruby-mode): Bind indent-line-function (Bug#5119).
9249
3468f435
CY
92502010-06-27 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * startup.el (command-line): Recognize "0" X resource value.
9253
6431f2e6
CY
92542010-06-27 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * startup.el (command-line): Use X resources to set the value of
9257 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9258
9259 * menu-bar.el (menu-bar-mode):
9260 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9261 Set init-value to t.
9262
9263 * frame.el (frame-notice-user-settings): Don't change
9264 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9265 vice versa (Bug#2249).
9266
b61dfbe2
EZ
92672010-06-26 Eli Zaretskii <eliz@gnu.org>
9268
9269 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9270
f5cbf40e
AM
92712010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9272
a628ad9d
JB
9273 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9274 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9275
a628ad9d 9276 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9277 default directories are expanded (Bug#6143).
f5cbf40e 9278
8f3b8a5f
JL
92792010-06-24 Juri Linkov <juri@jurta.org>
9280
9281 * minibuffer.el (completions-format): Change default from nil to
9282 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9283
5af72a47
JL
92842010-06-24 Juri Linkov <juri@jurta.org>
9285
9286 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9287 buffer-locally to lambda that re-runs the vc diff command.
9288 (Bug#6447)
9289
8f804316
CY
92902010-06-24 Chong Yidong <cyd@stupidchicken.com>
9291
9292 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9293 echo area is in use (Bug#3412).
9294
be19ef0b
GM
92952010-06-22 Glenn Morris <rgm@gnu.org>
9296
6555773f
GM
9297 * textmodes/texinfmt.el (texinfo-format-region)
9298 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9299 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9300 (texinfo-format-option, texinfo-noindent):
9301 Use line-beginning-position and line-end-position.
9302
be19ef0b
GM
9303 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9304 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9305 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9306 utf-8 characters.
9307
7f0b7b3e
KF
93082010-06-21 Karl Fogel <kfogel@red-bean.com>
9309
49554388
GM
9310 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9311 forward-line fallout.
9312
e8579ebc
CY
93132010-07-06 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * mouse.el (mouse-appearance-menu): Add docstring.
9316
9317 * help.el (describe-key): Print up-event using key-description.
9318
5d1cd8bd
MA
93192010-07-03 Michael Albinus <michael.albinus@gmx.de>
9320
9321 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9322 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9323 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9324
112dbc0e
MA
93252010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9326
9327 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9328
d0cb23ca
DN
93292010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9330
9331 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9332 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9333 cases that cause insertion.
9334 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9335 with a nil state.
9336
01b229d1
CY
93372010-06-30 Chong Yidong <cyd@stupidchicken.com>
9338
9339 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9340
8bf1c786 93412010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9342
9343 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9344
dfc6544c
CY
93452010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9346
9347 * generic-x.el (bat-generic-mode): Fix regexp for command line
9348 switches (Bug#5719).
9349
b7d4de51
CY
93502010-06-27 Masatake YAMATO <yamato@redhat.com>
9351
dfc6544c
CY
9352 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9353 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9354
53cfe624 93552010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9356
8bf1c786 9357 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9358 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9359 bindings of bookmark-automatically-show-annotations (Bug#6515).
9360
aca54191
EZ
93612010-06-25 Eli Zaretskii <eliz@gnu.org>
9362
9363 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9364 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9365
2330fa87
ŠN
93662010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9367
9368 * comint.el (make-comint, make-comint-in-buffer): Mention return
9369 value in the docstrings. (Bug#6498)
9370
29115ca9
YR
93712010-06-24 Yoni Rabkin <yoni@rabkins.net>
9372
9373 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9374 since it is not present when using some non-default switches.
9375
2c79f053
KF
93762010-06-23 Karl Fogel <kfogel@red-bean.com>
9377
7f0b7b3e
KF
9378 * simple.el (compose-mail): Fix doc string to refer to
9379 `compose-mail-user-agent-warnings', instead of to the
9380 nonexistent `compose-mail-check-user-agent'.
9381
43a91810
AM
93822010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9383
9384 Fix an indentation bug:
9385
9386 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9387 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9388 of existing values.
9389
9390 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9391 (c-clear->-pair-props-if-match-before): now return t when they've
9392 cleared properties, nil otherwise.
9393 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9394 by taking account of the existing value.
9395
9396 * progmodes/cc-defs.el
9397 (c-clear-char-property-with-value-function): Fix this to clear the
9398 property rather than overwriting it with nil.
9399
8adb4c33
CY
94002010-06-20 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * emacs-lisp/package.el (package-print-package): Add link to
9403 package description via describe-package.
9404 (describe-package-1): List package requirements. Add button to
9405 perform installation.
9406 (package-menu-describe-package): New command.
9407
9408 * help-mode.el (help-package): New button type.
9409
cced7584
CY
94102010-06-19 Chong Yidong <cyd@stupidchicken.com>
9411
9412 * emacs-lisp/package.el: Move package-list-packages binding to
9413 menu-bar.el.
9414 (describe-package, describe-package-1, package--dir): New funs.
9415 (package-activate-1): Use package--dir.
9416
9417 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9418
9419 * help-mode.el (help-package-def): New button type.
9420
9421 * menu-bar.el: Move package-list-packages binding here from
9422 package.el.
9423
d148e8f9
GH
94242010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9425
9426 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9427
b1a03ef6
SM
94282010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * emacs-lisp/edebug.el (edebug-read-list):
9431 Phase out old-style backquotes.
9432
dbd6da78
JL
94332010-06-17 Juri Linkov <juri@jurta.org>
9434
9435 * help-mode.el (help-mode): Set buffer-local variable
9436 revert-buffer-function to help-mode-revert-buffer.
9437 (help-mode-revert-buffer): New function.
9438
9439 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9440 before popping to "*info*" (like in other Info functions).
9441 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9442 old-history-forward. Pop to old-buffer-name or "*info*" to
9443 recreate the killed buffer. Set Info-history-forward from
9444 old-history-forward.
9445 (Info-breadcrumbs-depth): Add :group and :version.
9446
64eba874
DN
94472010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9448
9449 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9450
26508c03
AM
94512010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9452
a628ad9d
JB
9453 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9454 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9455
69582fcd
JB
94562010-06-17 Juanma Barranquero <lekktu@gmail.com>
9457
54ea2a0d
JB
9458 * emacs-lisp/package.el (package-menu-mode-map):
9459 Move initialization into declaration.
9460
69582fcd
JB
9461 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9462
44198b6e
CY
94632010-06-17 Chong Yidong <cyd@stupidchicken.com>
9464
9465 * emacs-lisp/package.el (package-archive-base): Point to
9466 elpa.gnu.org.
9467 (package-enable, package-load-list): New defcustoms.
9468 (package-user-dir, package-directory-list): Turn into defcustoms.
9469 Don't include package-user-dir in package-directory-list.
9470 (package--builtins-base): Don't include Emacs as a "package".
9471 (package-subdirectory-regexp): New var.
9472 (package-load-all-descriptors, package-compute-transaction)
9473 (package-download-transaction): Obey package-load-list.
9474 (package-activate-1): Rename from package-do-activate.
9475 (package-list-packages-internal): Check package-load-list.
9476 (package-load-descriptor, package-generate-autoloads)
9477 (package-unpack, package-unpack-single)
6a7662bb
BR
9478 (package--read-archive-file, package-delete):
9479 Use expand-file-name.
44198b6e
CY
9480
9481 * emacs-lisp/package-x.el: New file. Package uploading
9482 functionality split out from package.el.
9483
95b6d681 9484 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9485
94862010-06-17 Tom Tromey <tromey@redhat.com>
9487
9488 * emacs-lisp/package.el: New file.
9489
50d76a9f
DN
94902010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9491
9492 Fix vc-annotate for renamed files when using Git.
76e3243a 9493 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9494 ls-files. Doe not pass the object as a file name to cat-file, it
9495 is not a file name.
9496 (vc-git-annotate-command): Pass the file name using -- to avoid
9497 ambiguity with the revision.
9498 (vc-git-previous-revision): Pass a relative file name.
9499
6095a05b
GM
95002010-06-22 Glenn Morris <rgm@gnu.org>
9501
943375a6
GM
9502 * progmodes/js.el (js-mode-map): Use standard capitalization and
9503 ellipses for menu entries.
9504
6095a05b
GM
9505 * wid-edit.el (widget-complete): Doc fix.
9506
4514199e
JH
95072010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9508
9509 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9510
c4786d60
DN
95112010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9512
11c46b39 9513 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9514 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9515 VC backend. Use it when non-nil.
a628ad9d 9516 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9517 (Bug#6487).
11c46b39 9518
c4786d60 9519 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9520 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9521 Do not pass the file name to the 'previous-revision call when we
9522 don't want a file diff. (Bug#6489)
9523
04ec0963
DN
95242010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9525
11c46b39 9526 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9527 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9528 the VC backend. Use it when non-nil.
76e3243a 9529 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9530 backend to vc-find-revision. (Bug#6487)
9531
c036381c
DN
95322010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9533
9534 Fix reading file names in Git annotate buffers.
95b6d681
JB
9535 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9536 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9537
05c123e6
AM
95382010-06-20 Alan Mackenzie <acm@muc.de>
9539
9540 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9541 in file local variables, set it first.
9542
4111f0c7
GM
95432010-06-19 Glenn Morris <rgm@gnu.org>
9544
74739ffd
GM
9545 * descr-text.el (describe-char-unicode-data): Insert separating
9546 space when needed. (Bug#6422)
9547
4111f0c7
GM
9548 * progmodes/idlwave.el (idlwave-action-and-binding):
9549 Fix typo in 2009-12-03 change. (Bug#6450)
9550
e20f0421
SM
95512010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9554 handling for `lambda' (misunderstanding).
9555
fb3e306a
JB
95562010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9557
dd86ea11 9558 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9559 constants aren't distributed after they are factored out.
9560
e020fb59
JL
95612010-06-16 Juri Linkov <juri@jurta.org>
9562
9563 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9564 `list-colors-print'. (Bug#6332)
9565
b8add347
SM
9566 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9567
36901266
SM
95682010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9569
49b2e83d
SM
9570 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9571 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9572
36901266
SM
9573 * font-lock.el (font-lock-major-mode): Rename from
9574 font-lock-mode-major-mode to distinguish it from
9575 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9576 (font-lock-set-defaults):
9577 * font-core.el (font-lock-default-function): Adjust users.
9578 (font-lock-mode): Don't set it at all.
9579
2a64315a 95802010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9581
76e3243a 9582 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9583
2a64315a 95842010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9585
9586 * calendar/appt.el (appt-time-msg-list): Doc fix.
9587 (appt-check): Let-bind appt-warn-time.
9588 (appt-add): Make the 3rd argument optional.
9589 Simplify argument names. Doc fix. Check for integer WARNTIME.
9590 Only add WARNTIME to the output list if non-nil.
9591
2a64315a 95922010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9593
9594 * calendar/appt.el (appt-check): Let the 3rd element of
9595 appt-time-msg-list specify the warning time.
9596 (appt-add): Add new argument with the warning time. (Bug#5176)
9597
6a7662bb 95982010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9599
76e3243a 9600 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9601 older than version 1.6. (Bug#6361)
9602
2a64315a 96032010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9604
9605 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9606 used by cl-do-arglist. (Bug#6408)
9607
30d7ac37
AM
96082010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9609
6a7662bb
BR
9610 * textmodes/ispell.el (ispell-dictionary-base-alist):
9611 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9612 Suggested by Rolando Pereira (bug#6434).
9613
8fd02581
JB
96142010-06-15 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * facemenu.el (list-colors-sort): Doc fix.
9617
6a7662bb 96182010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9619
9620 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9621
f0bf7c8e
JL
96222010-06-14 Juri Linkov <juri@jurta.org>
9623
9624 Add sort option `list-colors-sort'. (Bug#6332)
9625 * facemenu.el (color-rgb-to-hsv): New function.
9626 (list-colors-sort): New defcustom.
9627 (list-colors-sort-key): New function.
9628 (list-colors-display): Doc fix. Sort list according to the option
9629 `list-colors-sort'.
9630 (list-colors-print): Add HSV values to `help-echo' property of
9631 RGB strings.
9632
c42fe9a5
JL
96332010-06-14 Juri Linkov <juri@jurta.org>
9634
9635 * compare-w.el: Move to the "vc" subdirectory.
9636
b263a4c4
SM
96372010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9638
d8b0cddd
SM
9639 * image-mode.el (image-mode-map): Remap left-char and right-char.
9640
b263a4c4
SM
9641 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9642
89877f5f
CY
96432010-06-12 Chong Yidong <cyd@stupidchicken.com>
9644
133a8d82
CY
9645 * term/common-win.el (x-colors): Add all the color names defined
9646 in rgb.txt (Bug#6332).
9647
89877f5f
CY
9648 * facemenu.el (list-colors-print): Don't print extra names if it
9649 will overflow the window width.
9650
9651 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9652 change (Bug#6343).
89877f5f 9653
9d1f18b5
EZ
96542010-06-12 Eli Zaretskii <eliz@gnu.org>
9655
9656 * files.el (make-directory): Doc fix (bug#6396).
9657
b81a0b56
MA
96582010-06-12 Michael Albinus <michael.albinus@gmx.de>
9659
9660 * net/tramp.el (tramp-remote-process-environment): Protect version
9661 string by apostroph.
9662 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9663 XEmacs.
9664 (tramp-file-name-for-operation): Add `call-process-region'.
9665 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9666
9667 * net/tramp-compat.el (top): Do not autoload
9668 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9669 only when `start-file-process' is not bound.
9670 (tramp-advice-file-expand-wildcards): Do not use
9671 `tramp-handle-file-remote-p'.
9672 (tramp-compat-make-temp-file): Handle the case, that
9673 `make-temp-file' has no third argument EXTENSION.
9674
69f18acc
JB
96752010-06-11 Juanma Barranquero <lekktu@gmail.com>
9676
5fee75d4
JB
9677 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9678
69f18acc
JB
9679 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9680
9766adfb
JL
96812010-06-11 Juri Linkov <juri@jurta.org>
9682
9683 * finder.el (finder-known-keywords): Add keyword "vc"
9684 for version control.
9685
9686 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9687 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9688 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9689 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9690
56b2854f
JL
96912010-06-11 Juri Linkov <juri@jurta.org>
9692
9693 Move version control related files to the "vc" subdirectory.
9694 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9695 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9696 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9697 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9698 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9699 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9700 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9701 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9702 Move files to the "vc" subdirectory.
9703
6534e58a
CY
97042010-06-11 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9707 (Bug#6367).
9708
84d9562f
SE
97092010-06-11 Stephen Eglen <stephen@gnu.org>
9710
9711 * shell.el: Bind `shell-resync-dirs' to M-RET.
9712
3ef0a6a5
MA
97132010-06-10 Michael Albinus <michael.albinus@gmx.de>
9714
9715 * notifications.el: Move file from lisp/net, because it is
9716 supposed to talk locally to the user.
9717
fa4003da
MA
97182010-06-10 Julien Danjou <julien@danjou.info>
9719
9720 * net/notifications.el (notifications-on-action-signal)
9721 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9722 argument to the callback functions. Add docstrings.
fa4003da
MA
9723 (notifications-notify): Fix docstring.
9724
46e6650e
GM
97252010-06-10 Glenn Morris <rgm@gnu.org>
9726
9727 * emacs-lisp/authors.el (authors-ignored-files)
9728 (authors-valid-file-names): Add some files.
9729
a71832f7
SM
97302010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9733 merge conflict, giving preference to the emacs-23 version of the code.
9734
8c6eab5a
SM
97352010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9736
989bc97f
SM
9737 * emacs-lisp/advice.el (ad-compile-function):
9738 Define warning-suppress-types before we let-bind it (bug#6275).
9739
8c6eab5a
SM
9740 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9741 declare it, make it buffer-local and permanent-local (bug#6324).
9742 (vc-resynch-window): Adjust name.
9743 * vc-hooks.el (vc-find-file-hook): Adjust name.
9744
890a18d6
MA
97452010-06-09 Michael Albinus <michael.albinus@gmx.de>
9746
9747 * net/notifications.el (notifications-notify): Fix docstring.
9748
bf3e70eb
JB
97492010-06-09 Juanma Barranquero <lekktu@gmail.com>
9750
9751 Update to Unicode 6.0.0 beta.
9752 * international/charprop.el: Update copyright.
9753 * international/mule-cmds.el (ucs-names): Update character ranges.
9754 * international/uni-bidi.el:
9755 * international/uni-category.el:
9756 * international/uni-combining.el:
9757 * international/uni-comment.el:
9758 * international/uni-decimal.el:
9759 * international/uni-decomposition.el:
9760 * international/uni-digit.el:
9761 * international/uni-lowercase.el:
9762 * international/uni-mirrored.el:
9763 * international/uni-name.el:
9764 * international/uni-numeric.el:
9765 * international/uni-old-name.el:
9766 * international/uni-titlecase.el:
9767 * international/uni-uppercase.el: Regenerate.
9768
b978141d
JB
97692010-06-09 Juanma Barranquero <lekktu@gmail.com>
9770
ee8359ba
JB
9771 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9772 (smie-precs-precedence-table): Fix typo in docstring.
9773
f64ab8fb
JB
9774 * vc-mtn.el (log-edit-extract-headers): Declare function.
9775
883ffa8c
JB
9776 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9777
b978141d
JB
9778 * net/notifications.el (dbus-register-signal): Declare function.
9779 (notifications-notify): Fix typos and reflow docstring.
9780
5f4f2ae4
DN
97812010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9782
9783 Improve VC create/retrieve tag/branch.
9784 * vc.el (vc-create-tag): Do not read the directory name for VCs
9785 with repository revision granularity. Adjust the tag/branch
9786 prompt. Reset VC properties.
9787 (vc-retrieve-tag): Do not read the directory name for VCs
9788 with repository revision granularity. Reset VC properties.
9789
41a86354
MA
97902010-06-09 Julien Danjou <julien@danjou.info>
9791
ef33fd34 9792 * net/notifications.el: New file.
41a86354 9793
fab43c76
DN
97942010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9795
00fd1147
DN
9796 Add optional support for resetting VC properties.
9797 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9798 call vc-file-clearprops when true.
9799 (vc-resynch-buffer): Add new optional argument, pass it down.
9800 (vc-resynch-buffers-in-directory): Likewise.
9801
fab43c76
DN
9802 Improve support for special markup in the VC commit message.
9803 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9804 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9805 * vc-git.el (vc-git-checkin):
9806 * vc-bzr.el (vc-bzr-checkin): Likewise.
9807
e7d67e73
SM
98082010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9811 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9812
277e6741
MP
98132010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9814
9815 * iimage.el: Remove images as soon as the underlying text is modified.
9816 (iimage-modification-hook): New function.
9817 (iimage-mode-buffer): Use it.
9818
83156c18
SM
98192010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9820
9821 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9822 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9823 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9824 (smie-indent-keyword): Add handling of open-paren keywords.
9825 (smie-indent-comment-continue): Don't assume comment-continue.
9826
13b5221f
MR
98272010-06-07 Martin Rudalics <rudalics@gmx.at>
9828
9829 * window.el (pop-to-buffer): Remove the conditional that
9830 compares new-window and old-window, so it will reselect
9831 the selected window unconditionally.
9832 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9833
c2ea5810
SM
98342010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * emacs-lisp/smie.el (smie-indent-offset-after)
9837 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9838 (smie-indent-after-keyword): Use them.
9839 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9840 (smie-indent-keyword): Tweak the black magic.
9841 (smie-indent-comment-continue): Strip comment-continue before use.
9842 (smie-indent-functions): Indent comments before keywords.
9843
27dd3c11
JL
98442010-06-06 Juri Linkov <juri@jurta.org>
9845
9846 * isearch.el (isearch-lazy-highlight-search): Fix looping
9847 by checking for empty match. This syncs this loop with the
9848 similar loop in `isearch-search'. (Bug#6362)
9849
35b148ee
JB
98502010-06-05 Juanma Barranquero <lekktu@gmail.com>
9851
9852 * net/dbus.el (dbus-register-method): Declare function.
9853 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9854 (dbus-introspect): Doc fix.
9855 (dbus-event-bus-name, dbus-introspect-get-interface)
9856 (dbus-introspect-get-argument): Reflow docstrings.
9857
eccdfe5f
DN
98582010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9859
9860 vc-log-incoming/vc-log-outgoing fixes for Git.
9861 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9862 incoming/outgoing logs.
9863 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9864 instead of vc-git-compute-remote.
9865 (vc-git-compute-remote): Remove.
9866
86253dc0
CY
98672010-06-04 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * term/common-win.el (x-colors): Add "dark green" and "dark
9870 turquoise" (Bug#6332).
9871
0665f661
JL
98722010-06-04 Juri Linkov <juri@jurta.org>
9873
9874 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9875 Instead of setting `replace' to t and replacing the same string
9876 with itself, don't do certain actions when
9877 kill-do-not-save-duplicates is non-nil and string is equal to car
9878 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9879 interprogram-paste strings to kill-ring, and don't push the input
9880 argument `string' to kill-ring.
9881 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9882
087fc47a
JB
98832010-06-04 Juanma Barranquero <lekktu@gmail.com>
9884
9885 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9886
4f201088
MA
98872010-06-04 Michael Albinus <michael.albinus@gmx.de>
9888
9889 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9890 (tramp-gvfs-handler-mounted-unmounted)
9891 (tramp-gvfs-connection-mounted-p): Handle default-location.
9892
9893 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9894 move files to trash.
9895
18ccd78a
JB
98962010-06-04 Juanma Barranquero <lekktu@gmail.com>
9897
9898 * international/mule-cmds.el (nonascii-insert-offset)
9899 (nonascii-translation-table): Add obsolescence information.
9900
9901 * international/mule.el (make-translation-table-from-vector): Doc fix.
9902
3845c322
GM
99032010-06-03 Glenn Morris <rgm@gnu.org>
9904
9905 * desktop.el (desktop-clear-preserve-buffers):
9906 Add "*Warnings*" buffer. (Bug#6336)
9907
54d3626e
DN
99082010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9909
6941ffec
DN
9910 vc-log-incoming/vc-log-outgoing improvements for Git.
9911 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9912 short log.
9913 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9914
54d3626e
DN
9915 Add bindings for vc-log-incoming and vc-log-outgoing.
9916 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9917 and vc-log-outgoing.
9918 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9919 and vc-log-outgoing.
9920
aa1bc616
CY
99212010-06-03 Chong Yidong <cyd@stupidchicken.com>
9922
9923 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9924 (rcirc-handler-366): Always sort nicknames.
9925
e2d2a205
JB
99262010-06-03 Juanma Barranquero <lekktu@gmail.com>
9927
9928 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9929
44ea155d
CY
99302010-06-03 Chong Yidong <cyd@stupidchicken.com>
9931
a628ad9d 9932 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 9933
a91dedc4
SM
99342010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9935
9936 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9937 (rcirc-sort-nicknames-join): Avoid setq.
9938
c62bf05a
DD
99392010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9940
9941 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9942 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9943 (rcirc-handler-366): Use them.
9944
dd2c3c92
SM
99452010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 Split smie-indent-calculate into more manageable chunks.
9948 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9949 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9950 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9951 (smie-indent-exps): Extract from smie-indent-calculate.
9952 (smie-indent-functions): New var.
9953 (smie-indent-functions): Use them.
9954
927c346b
SM
99552010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9958 (smie-indent-calculate): Simplify and cleanup.
9959
1efeec86
MA
99602010-06-02 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
9963 (tramp-gvfs-mount-point): Remove.
9964 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9965 New defuns.
1efeec86
MA
9966 (with-tramp-dbus-call-method): Format trace message.
9967 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
9968 Implement backup call, when operation on local files fails.
9969 Use progress reporter. Flush properties of changed files.
1efeec86
MA
9970 (tramp-gvfs-handle-make-directory): Make more traces.
9971 (tramp-gvfs-url-file-name): Hexify file name in url.
9972 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9973 into account for the resulting file name.
9974 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9975 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9976 (tramp-gvfs-handler-mounted-unmounted)
9977 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9978 attribute "default_location". Set "prefix" property.
9979 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9980 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9981 exists. Raise an error, if not (due to a corresponding answer
9982 "no" in interactive questions, for example).
9983
89877f5f 99842010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
9985
9986 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9987
24f574a9
JB
99882010-06-01 Juanma Barranquero <lekktu@gmail.com>
9989
9990 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9991 right-*. (Bug#6265)
9992
290736f2
DN
99932010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9994
61158bfa
DN
9995 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9996 * vc-git.el (vc-git-compute-remote): New function.
9997 (vc-git-log-outgoing): Use it instead of hard coding a value.
9998 (vc-git-log-incoming): New function.
9999
5828f6ca
DN
10000 Improve state updating for VC tag commands.
10001 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10002 to update the state of all buffers in the directory.
10003
290736f2
DN
10004 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10005
feceda26
SM
100062010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10009 `file-directory-p' to the filename part rather than to the whole text.
10010
896114cf
SM
100112010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10014
1603358c
DA
100152010-05-31 Drew Adams <drew.adams@oracle.com>
10016
10017 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10018
fe40dc63
JB
100192010-05-31 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * subr.el (momentary-string-display): Just use read-event to read
10022 the exit event (Bug#6238).
10023
9e8014c6
EZ
100242010-05-30 Eli Zaretskii <eliz@gnu.org>
10025
10026 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10027
61a08071
JB
100282010-05-30 Juanma Barranquero <lekktu@gmail.com>
10029
10030 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10031 Suggested by Eli Zaretskii <eliz@gnu.org>.
10032
5feec8ca
SM
100332010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 * minibuffer.el (completion-file-name-table): Don't return a boundary
10036 past the end of `string' (bug#6299).
10037 (completion--file-name-table): Delegate to completion-file-name-table
10038 for the `boundaries' case.
10039
8175cb90
JB
100402010-05-30 Juanma Barranquero <lekktu@gmail.com>
10041
2b94133f
JB
10042 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10043 movement commands.
10044
8175cb90
JB
10045 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10046 `path-separator', but maintain compatibility with Emacs 20.2.
10047
0191e222
CY
100482010-05-29 Chong Yidong <cyd@stupidchicken.com>
10049
10050 * server.el (server-process-filter): Receive parent-id argument
10051 from emacsclient.
10052 (server-create-window-system-frame): New arg. Pass parent-id as
10053 frame parameter.
10054
9b655a0a
EZ
100552010-05-29 Eli Zaretskii <eliz@gnu.org>
10056
db5dce9d
EZ
10057 Bidi-sensitive word movement with arrow keys.
10058 * subr.el (right-arrow-command, left-arrow-command): Move to
10059 bindings.el.
10060
10061 * bindings.el (right-char, left-char): Move from subr.el and
10062 rename from right-arrow-command and left-arrow-command.
10063 (right-word, left-word): New functions.
10064 (global-map) <right>: Bind to right-char.
10065 (global-map) <left>: Bind to left-char.
10066 (global-map) <C-right>: Bind to right-word.
10067 (global-map) <C-left>: Bind to left-word.
10068
9b655a0a
EZ
10069 * ls-lisp.el (ls-lisp-classify-file): New function.
10070 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10071 (ls-lisp-classify): Call ls-lisp-classify-file.
10072 (insert-directory): Remove blanks from switches.
10073
fcb52808
CY
100742010-05-29 Chong Yidong <cyd@stupidchicken.com>
10075
10076 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10077 (ansi-color-drop-regexp): New constant.
10078 (ansi-color-apply, ansi-color-filter-region)
896114cf 10079 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10080 (ansi-color-apply): Build string list before calling concat.
10081
0040735a
JL
100822010-05-28 Juri Linkov <juri@jurta.org>
10083
10084 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10085 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10086 (Bug#5270)
10087
b6827fff
MA
100882010-05-28 Michael Albinus <michael.albinus@gmx.de>
10089
10090 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10091 to ignored backtrace functions.
10092 (with-progress-reporter): Expand docstring.
10093 (tramp-handle-delete-file): Implement TRASH argument.
10094 (tramp-get-remote-trash): New defun.
10095
eba082a2
MA
100962010-05-28 Michael Albinus <michael.albinus@gmx.de>
10097
6a7662bb
BR
10098 * net/tramp-compat.el (tramp-compat-delete-file):
10099 Use `symbol-value' for backward compatibility.
eba082a2
MA
10100
10101 * net/tramp.el (tramp-handle-make-symbolic-link)
10102 (tramp-handle-load)
10103 (tramp-do-copy-or-rename-file-via-buffer)
10104 (tramp-do-copy-or-rename-file-directly)
10105 (tramp-do-copy-or-rename-file-out-of-band)
10106 (tramp-handle-process-file, tramp-handle-call-process-region)
10107 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10108 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10109 (tramp-delete-temp-file-function): Use `delete-file' instead
10110 of `tramp-compat-delete-file'.
10111
10112 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10113 (tramp-fish-handle-make-symbolic-link)
10114 (tramp-fish-handle-process-file): Use `delete-file' instead
10115 of `tramp-compat-delete-file'.
10116
6a7662bb
BR
10117 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10118 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10119
0dc3e410
MA
10120 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10121 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10122
6a7662bb
BR
10123 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10124 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10125
10126 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10127 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10128 (tramp-smb-handle-write-region): Use `delete-file' instead of
10129 `tramp-compat-delete-file'.
10130 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10131
f1a5d776
CY
101322010-05-27 Chong Yidong <cyd@stupidchicken.com>
10133
10134 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10135 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10136 (dired-do-flagged-delete, dired-do-delete): Use trash.
10137
10138 * speedbar.el (speedbar-item-delete): Allow trashing.
10139
10140 * files.el (delete-directory): New arg TRASH.
10141
10142 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10143 (ange-ftp-rename-remote-to-remote)
10144 (ange-ftp-rename-local-to-remote)
10145 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10146 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10147 `delete-file'.
10148 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10149 allow trashing.
10150
10151 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10152 handle new TRASH arg of `delete-file'.
10153
c4ce1145 10154 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10155 (tramp-handle-make-symbolic-link, tramp-handle-load)
10156 (tramp-do-copy-or-rename-file-via-buffer)
10157 (tramp-do-copy-or-rename-file-directly)
10158 (tramp-do-copy-or-rename-file-out-of-band)
10159 (tramp-handle-process-file, tramp-handle-call-process-region)
10160 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10161 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10162 (tramp-delete-temp-file-function): Use null TRASH arg in
10163 tramp-compat-delete-file call.
10164
10165 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10166 (tramp-fish-handle-delete-file)
10167 (tramp-fish-handle-make-symbolic-link)
10168 (tramp-fish-handle-process-file): Use null TRASH arg in
10169 `tramp-compat-delete-file' call.
10170
10171 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10172 arg in `tramp-compat-delete-file' call.
10173
10174 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10175 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10176 `tramp-compat-delete-file' call.
10177
10178 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10179 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10180 `tramp-compat-delete-file' call.
10181
10182 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10183 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10184 (tramp-smb-handle-write-region): Use null TRASH arg in
10185 tramp-compat-delete-file call.
10186 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10187 (tramp-smb-handle-delete-file): Rename arg.
10188
10189 * diff.el (diff-sentinel):
10190 * epg.el (epg--make-temp-file, epg-decrypt-string)
10191 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10192 * jka-compr.el (jka-compr-partial-uncompress)
10193 (jka-compr-call-process, jka-compr-write-region):
10194 * server.el (server-sentinel): Remove optional arg from
10195 delete-file, reverting 2010-05-03 change.
10196
ecb0ab90
CY
101972010-05-27 Chong Yidong <cyd@stupidchicken.com>
10198
6a7662bb
BR
10199 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10200 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10201
2b25da45
KH
102022010-05-27 Kenichi Handa <handa@m17n.org>
10203
10204 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10205 element of GSTRING is nil.
10206
11e4d8c0
SM
102072010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * emacs-lisp/smie.el (smie-forward-token-function)
10210 (smie-backward-token-function): New vars.
10211 (smie-backward-sexp, smie-forward-sexp)
10212 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10213 (smie-default-backward-token): Rename from smie-backward-token and
10214 skip comments.
10215 (smie-default-forward-token): Rename from smie-forward-token and
10216 skip comments.
10217 (smie-next-sexp): Handle nil results from next-token.
10218 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10219
4da3541b
CY
102202010-05-27 Chong Yidong <cyd@stupidchicken.com>
10221
896114cf
SM
10222 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10223 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10224
102252010-05-27 Masatake YAMATO <yamato@redhat.com>
10226
10227 * htmlfontify.el (hfy-face-resolve-face): New function.
10228 (hfy-face-to-style): Use it (Bug#6279).
10229
6dc439cb
SM
102302010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10233 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10234
021eb8d7
GM
102352010-05-26 Glenn Morris <rgm@gnu.org>
10236
10237 * emulation/edt.el (edt-load-keys): Use locate-library.
10238
bef4957b
CY
102392010-05-25 Chong Yidong <cyd@stupidchicken.com>
10240
10241 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10242 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10243 (log-edit-changelog-insert-entries): Args changed.
10244 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10245 (log-edit-insert-changelog-entries): Reorganize return value of
10246 `log-edit-changelog-entries' to pass filenames to
10247 log-edit-changelog-insert-entries.
10248
84fb0956
TV
102492010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10250
10251 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10252 `image-dired-dired-insert-marked-thumbs' to
10253 `image-dired-dired-toggle-marked-thumbs'.
10254
10255 * image-dired.el: Require cl when compiling.
10256 (image-dired-dired-toggle-marked-thumbs): Rename from
10257 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10258 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10259 to 'no-dir. Skip files whose names don't match
10260 `image-file-name-regexp'. When file has a thumbnail overlay,
10261 delete it. (Bug#5270)
10262
0fb1193d
JL
102632010-05-25 Juri Linkov <juri@jurta.org>
10264
10265 * image-mode.el (image-mode): Add image-after-revert-hook to
10266 after-revert-hook.
10267 (image-after-revert-hook): New function. (Bug#5669)
10268
fc937924
JL
102692010-05-25 Juri Linkov <juri@jurta.org>
10270
10271 * image.el (image-animated-p): When delay between animated images
10272 is 0, set it to 10 (0.1 sec). (Bug#6258)
10273
fa9ba953
MA
102742010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10275
10276 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10277 `forward-word', its default syntax could be changed.
fa9ba953 10278
9e021389
MA
102792010-05-25 Michael Albinus <michael.albinus@gmx.de>
10280
10281 * net/tramp.el (tramp-progress-reporter-update): New defun.
10282 (with-progress-reporter): Use it.
10283 (tramp-process-actions):
6a7662bb
BR
10284 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10285 Preserve current message, in order to let progress reporter continue
9e021389
MA
10286 afterwards. (Bug#6257)
10287
6169260b
GM
102882010-05-25 Glenn Morris <rgm@gnu.org>
10289
10290 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10291 Add :version.
10292
d26781af
RY
102932010-05-25 Ryan Yeske <rcyeske@gmail.com>
10294
8826afe3 10295 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10296 (rcirc-default-full-name): Change to "unknown".
10297 (rcirc-user-name-history): Add variable.
8826afe3
GM
10298
102992010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10300 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10301
10302 * net/rcirc.el (rcirc-server-alist): Add :pass.
10303 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10304 username and password.
a628ad9d 10305 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10306 value to server when connecting.
10307
d355a0b7
SM
103082010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10309
f5228f84
SM
10310 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10311 (smie-merge-prec2s): Pass the tables as separate args.
10312 (smie-bnf-precedence-table): Adjust call accordingly.
10313 (smie-prec2-levels): Set levels at the end.
10314
d355a0b7
SM
10315 Replace Lisp calls to delete-backward-char by delete-char.
10316 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10317 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10318 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10319 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10320 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10321 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10322 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10323 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10324 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10325 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10326 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10327 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10328 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10329 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10330 delete-backward-char by calls to delete-char.
10331
f668ef02
KH
103322010-05-25 Kenichi Handa <handa@m17n.org>
10333
10334 * language/hebrew.el (hebrew-shape-gstring): New function.
10335 Register it in composition-function-table for all Hebrew combining
10336 characters.
10337
397eb3f3
SM
103382010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * epa.el (epa--select-keys): Don't explicitly delete the window since
10341 that can fail (e.g. sole window in frame). Use dedication instead.
10342
171eda53 103432010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10344
10345 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10346
110683ad
CY
103472010-05-22 Chong Yidong <cyd@stupidchicken.com>
10348
10349 * image.el (image-refresh): Define as an alias for image-flush.
10350
10351 * image-mode.el (image-toggle-display-image): Caller changed.
10352
df9db151
JL
103532010-05-21 Juri Linkov <juri@jurta.org>
10354
10355 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10356 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10357 whitespace, call wildcard-to-regexp on substrings and concat them
10358 with "\\|". (Bug#6114)
10359
c0209c2c
AM
103602010-05-21 Alan Mackenzie <acm@muc.de>
10361
171eda53
SM
10362 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10363 Replace parameter `here' with `here-' and `here-plus', which sandwich
10364 any pertinent CPP construct.
c0209c2c
AM
10365 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10366 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10367 CPP construct from taking part in the scanning.
10368
655bded0
MA
103692010-05-21 Michael Albinus <michael.albinus@gmx.de>
10370
10371 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10372 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10373 Tune `with-progress-reporter' messages.
655bded0
MA
10374 (tramp-handle-vc-registered):
10375 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10376 (tramp-fish-handle-insert-file-contents)
10377 (tramp-fish-maybe-open-connection):
10378 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10379 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10380 (tramp-imap-handle-insert-file-contents)
10381 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10382
3e17a1a7
JB
103832010-05-21 Juanma Barranquero <lekktu@gmail.com>
10384
bf1e8d4a
JB
10385 * add-log.el (change-log-font-lock-keywords):
10386 Highlight all authors in multi-author entries.
10387
3e17a1a7
JB
10388 * smerge-mode.el (smerge-refine-ignore-whitespace)
10389 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10390 Fix typos in docstrings.
10391 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10392
969e684a
GM
103932010-05-21 Glenn Morris <rgm@gnu.org>
10394
e75c1e7d
GM
10395 * progmodes/fortran.el (fortran-mode):
10396 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10397
969e684a
GM
10398 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10399 having a relative path in src/Makefile.in.
10400
a50878fa
KR
104012010-05-20 Kevin Ryde <user42@zip.com.au>
10402
10403 * help-mode.el (help-make-xrefs): For Info node links turn
10404 newlines into spaces. Link node names with newlines are matched
10405 by help-xref-info-regexp and buttonized, this change ensures they
10406 can be followed successfully with RET. (Bug#6206)
10407
f66a2f90
JL
104082010-05-20 Juri Linkov <juri@jurta.org>
10409
10410 * locate.el (locate): Use pop-to-buffer instead of
10411 switch-to-buffer-other-window. (Bug#6204)
10412
201d895a
JL
104132010-05-20 Juri Linkov <juri@jurta.org>
10414
10415 * replace.el (replace-highlight): Fix lazy-highlighting
10416 for `M-s w str M-% str RET'.
10417
1ddb2ea0
MY
104182009-12-15 Masatake YAMATO <yamato@redhat.com>
10419
10420 * isearch.el (isearch-yank-word-or-char): Pull next subword
10421 when `subword-mode' is activated. (Bug#6220)
10422
a6020335
MH
104232010-05-20 Mark A. Hershberger <mah@everybody.org>
10424
10425 * isearch.el (isearch-update-post-hook): New hook.
10426 (isearch-update): Use the new hook. (Bug#6225)
10427
50de6a38
JL
104282010-05-20 Juri Linkov <juri@jurta.org>
10429
10430 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10431 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10432 (Bug#6222)
10433
5d944a8f
JL
104342010-05-20 Juri Linkov <juri@jurta.org>
10435
10436 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10437 (Bug#6223)
10438
f5d6548a
JL
104392010-05-20 Juri Linkov <juri@jurta.org>
10440
10441 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10442 FILE-NAME to read from the minibuffer when called interactively
10443 with prefix argument instead of using buffer-file-name.
10444 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10445
10446 * dired.el: Update autoloads.
10447
f8e63691
CY
104482010-05-20 Chong Yidong <cyd@stupidchicken.com>
10449
10450 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10451 nxml-finish-element, for consistency with SGML mode.
10452
10453 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10454 octave-close-block.
10455
07d7c3bd
JB
104562010-05-20 Juanma Barranquero <lekktu@gmail.com>
10457
10458 * composite.el: Require cl when compiling.
10459 (reference-point-alist, compose-gstring-for-graphic)
10460 (compose-gstring-for-terminal): Fix typos in docstrings.
10461
7bce8510
JL
104622010-05-19 Juri Linkov <juri@jurta.org>
10463
10464 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10465 set-window-parameter.
10466
a7723e05
MA
104672010-05-19 Michael Albinus <michael.albinus@gmx.de>
10468
10469 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10470 where appropriate.
10471 (tramp-maybe-open-connection): Use it.
10472
3f2e7735
EZ
104732010-05-19 Eli Zaretskii <eliz@gnu.org>
10474
10475 * simple.el (move-end-of-line): Make sure we are at line beginning
10476 before backing up to end of previous line.
10477
8d9181c7
MA
104782010-05-19 Michael Albinus <michael.albinus@gmx.de>
10479
8c4ec20f
MA
10480 * password-cache.el (password-cache-remove): Fix docstring.
10481
8d9181c7
MA
10482 * net/secrets.el: Autoload the widget functions.
10483 (secrets-search-items, secrets-create-item)
10484 (secrets-get-attributes, secrets-expand-item): Attributes will be
10485 stored on the password database without leading ":", as all other
10486 clients do as well.
10487 (secrets-mode): Fix docstring.
10488 (secrets-show-secrets): Provide it as autoloaded command only when
10489 D-Bus support is available. Check existence of Secret Service API.
10490
2a96c2a7
SM
104912010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * indent.el (indent-region): Deactivate region (bug#6200).
10494
d24e10b1
GM
104952010-05-19 Glenn Morris <rgm@gnu.org>
10496
10497 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10498
2833d915
KH
104992010-05-19 Kenichi Handa <handa@m17n.org>
10500
10501 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10502 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10503
134c2f29
JB
105042010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10505
10506 * calc/calc-trail.el (calc-trail-isearch-forward)
10507 (calc-trail-isearch-backward): Ensure that the new window
10508 point is set correctly.
10509
278847cd
SM
105102010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * subr.el (read-quoted-char): Resolve modifiers after key
10513 remapping (bug#6212).
10514
3a8e7cbd
MA
105152010-05-18 Michael Albinus <michael.albinus@gmx.de>
10516
10517 Add visualization code for secrets.
10518 * net/secrets.el (secrets-mode): New major mode.
10519 (secrets-show-secrets, secrets-show-collections)
10520 (secrets-expand-collection, secrets-expand-item)
10521 (secrets-tree-widget-after-toggle-function)
10522 (secrets-tree-widget-show-password): New defuns.
10523
472e7ec1
SM
105242010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10525
224b70cb
SM
10526 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10527 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10528 handled in smie-next-sexp.
10529 (smie-indent-calculate): Provide a starting indentation (so the
10530 recursion is well-founded ;-).
10531
472e7ec1
SM
10532 Fix handling of non-associative equal levels.
10533 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10534 when it's not needed.
10535 (smie-op-left, smie-op-right): New functions.
10536 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10537 Better handle equal levels to distinguish the associative case from
10538 the "multi-keyword construct" case.
10539 (smie-backward-sexp, smie-forward-sexp): Use it.
10540
35e53abd
JB
105412010-05-18 Juanma Barranquero <lekktu@gmail.com>
10542
5d8fe0ba
JB
10543 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10544
35e53abd
JB
10545 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10546 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10547
5ad4bef5
SM
105482010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 Provide a simple generic indentation engine and use it for Prolog.
10551 * emacs-lisp/smie.el: New file.
10552 * progmodes/prolog.el (prolog-smie-op-levels)
10553 (prolog-smie-indent-rules): New var.
10554 (prolog-mode-variables): Use them to configure SMIE.
10555 (prolog-indent-line, prolog-indent-level): Remove.
10556
00681a3c
JB
105572010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10558
560bb7ae 10559 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10560 order before computing the averages.
10561
eba62f7a
JB
105622010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10563
597517ef 10564 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10565 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10566 (math-vector-avg): New function.
10567
560bb7ae 10568 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10569 being grouped depend on the radix (Bug#6189).
10570
8c5ff6dd
KR
105712010-05-15 Ken Raeburn <raeburn@raeburn.org>
10572
10573 * version.el (emacs-copyright, emacs-version): Don't define here,
10574 now that emacs.c defines it.
10575
98d8b17e
EZ
105762010-05-15 Eli Zaretskii <eliz@gnu.org>
10577
71078429
EZ
10578 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10579 "Describe Language Environment" menu item.
10580
ce6233c1
EZ
10581 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10582
d20e1419
EZ
10583 Bidi-sensitive movement with arrow keys.
10584 * subr.el (right-arrow-command, left-arrow-command): New functions.
10585
10586 * bindings.el (global-map): Bind them to right and left arrow keys.
10587
98d8b17e 10588 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10589 * files.el (convert-standard-filename):
10590 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10591 the corresponding systems.
10592
10593 * w32-fns.el (w32-convert-standard-filename): Rename from
10594 convert-standard-filename. Doc fix.
10595
10596 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10597 (convert-standard-filename): Don't defalias.
10598 (register-name-alist, make-register, register-value)
10599 (set-register-value, intdos): Obsolete aliases for the
10600 corresponding dos-* functions and variables.
10601 (dos-intdos): Add a doc string.
10602
ae6bc504
JB
106032010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10604
10605 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10606 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10607 (math-compose-tex-func):
10608 * calc/calccomp.el (math-compose-expr):
10609 * calc/calc-ext.el (math-format-flat-expr-fancy):
10610 * calc/calc-store.el (calc-read-var-name):
10611 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10612
10613 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10614 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10615 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10616 (math-standard-units): Add units.
ae6bc504 10617
c26ea4b2
SM
106182010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10619
7aefa445 10620 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10621 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10622
c26ea4b2
SM
10623 * pcomplete.el (pcomplete-completions-at-point): New function,
10624 extracted from pcomplete-std-complete.
10625 (pcomplete-std-complete): Use it.
10626
02be533b
GM
106272010-05-15 Glenn Morris <rgm@gnu.org>
10628
10629 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10630 Remove references to CVS, RCS and Old directories.
10631
78ed0efc
JB
106322010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10633
ae6bc504 10634 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10635 appropriate.
10636
10dcc561
SM
106372010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10638
5ccaa359
SM
10639 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10640 (sh-mode-syntax-table): Give it a default value instead.
10641 (sh-header-marker): Make buffer-local.
10642 (sh-mode): Move make-local-variable to the corresponding setq.
10643 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10644 Use complete-with-action.
10645
10dcc561
SM
10646 * simple.el (prog-mode): New (abstract) major mode.
10647 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10648 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10649
c38762fd
JB
106502010-05-14 Juanma Barranquero <lekktu@gmail.com>
10651
10652 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10653 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10654 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10655 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10656 (sql-escape-newlines-filter, sql-input-sender)
10657 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10658
2ef3c144
CY
106592010-05-13 Chong Yidong <cyd@stupidchicken.com>
10660
560bb7ae 10661 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10662
10663 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10664 latex-open-block and C-c / to latex-close-block.
10665
10666 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10667 and C-c C-e to sgml-close-tag.
10668
3b30ccda
MA
106692010-05-13 Michael Albinus <michael.albinus@gmx.de>
10670
10671 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10672 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10673 (tramp-handle-load, tramp-handle-file-local-copy)
10674 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10675 (tramp-maybe-send-script, tramp-find-shell):
10676 Use `with-progress-reporter'.
3b30ccda
MA
10677 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10678 Fix message text.
10679
10680 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10681 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10682 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10683 Use `with-progress-reporter'.
10684
57ff5d7b
AM
106852010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10686
a628ad9d
JB
10687 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10688 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10689
5a70d10f
SM
106902010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10691
791ffe1c
SM
10692 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10693
5a70d10f
SM
10694 * dos-fns.el: Add "dos-" prefix for namespace control.
10695 (convert-standard-filename): Define as alias for
10696 dos-convert-standard-filename but only if applicable.
10697
38d93f03
AM
106982010-05-12 Alan Mackenzie <acm@muc.de>
10699
10700 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10701 Push the mark at the start of these functions when appropriate.
10702
902a6d8d
SM
107032010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * minibuffer.el (completion-cycle-threshold): New custom var.
10706 (completion--do-completion): Use it.
10707 (minibuffer-complete): Use cycling if appropriate.
10708
9ee120ba
JB
107092010-05-11 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10712 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10713
841c4085
JL
107142010-05-11 Juri Linkov <juri@jurta.org>
10715
10716 * scroll-all.el (scroll-all-check-to-scroll):
10717 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10718
8a67c70e
SM
107192010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10720
f2b9ed18
SM
10721 * iimage.el (iimage-mode-map): Move initialization into declaration.
10722 (iimage-mode-buffer): Use with-silent-modifications.
10723 Simplify calling convention. Adjust callers.
10724 (iimage-mode): Don't run hook redundantly.
10725
8a67c70e
SM
10726 * minibuffer.el (completion-pcm--pattern->regex):
10727 Fix last change (bug#6160).
10728
4bbedd98
JL
107292010-05-10 Juri Linkov <juri@jurta.org>
10730
10731 Remove nodes visited during Isearch from the Info history.
10732 * info.el (Info-isearch-initial-history)
10733 (Info-isearch-initial-history-list): New variables.
10734 (Info-isearch-start): Record initial values of
10735 Info-isearch-initial-history and Info-isearch-initial-history-list.
10736 Add Info-isearch-end to isearch-mode-end-hook.
10737 (Info-isearch-end): New function.
10738
94ecf5da
MA
107392010-05-10 Michael Albinus <michael.albinus@gmx.de>
10740
10741 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10742 format string, in order to work around a bug in pdksh.
10743 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10744 (tramp-handle-verify-visited-file-modtime): Do not send a command
10745 when the connection is not established.
10746 (tramp-handle-set-file-times): Simplify the check for utc.
10747
c5eb971b
JB
107482010-05-10 Juanma Barranquero <lekktu@gmail.com>
10749
10750 Fix use of `filter-buffer-substring' (rework previous change).
10751 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10752 (cua-repeat-replace-region):
10753 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10754 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10755 (cua-cut-region-to-global-mark): Use it.
10756
7492acc9
MM
107572010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10758
77e2fc7a
JB
10759 * progmodes/sql.el: Version 2.1.
10760 (sql-product-alist): Redesign structure of product info.
10761 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10762 (sql-port, sql-port-history): New variables.
10763 (sql-interactive-product): New variable.
10764 (sql-send-terminator): New variable.
77e2fc7a 10765 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10766 (sql-oracle-login-params, sql-sqlite-login-params)
10767 (sql-mysql-login-params, sql-solid-login-params)
10768 (sql-sybase-login-params, sql-informix-login-params)
10769 (sql-ingres-login-params, sql-ms-login-params)
10770 (sql-postgres-login-params, sql-interbase-login-params)
10771 (sql-db2-login-params, sql-linter-login-params)
10772 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10773 (sql-mode-map): Add C-c C-i to start interactive mode.
10774 (sql-mode-menu): Update existing menu entries.
10775 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10776 (sql-mode-oracle-font-lock-keywords)
10777 (sql-mode-postgres-font-lock-keywords)
10778 (sql-mode-ms-font-lock-keywords)
10779 (sql-mode-sybase-font-lock-keywords)
10780 (sql-mode-informix-font-lock-keywords)
10781 (sql-mode-interbase-font-lock-keywords)
10782 (sql-mode-ingres-font-lock-keywords)
10783 (sql-mode-solid-font-lock-keywords)
10784 (sql-mode-mysql-font-lock-keywords)
10785 (sql-mode-sqlite-font-lock-keywords)
10786 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10787 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10788 reduce run-time complexity.
10789 (sql-add-product, sql-del-product): New functions.
10790 (sql-set-product-feature, sql-get-product-feature): New functions.
10791 (sql-product-font-lock): Update product API.
10792 (sql-add-product-keywords): New function.
10793 (sql-highlight-product): Update product API.
10794 (sql-help-list-products): New function.
10795 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10796 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10797 prompt for port.
10798 (sql-copy-column): Copy without properties.
10799 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10800 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10801 Implement as a filter.
7492acc9
MM
10802 (sql-escape-newlines-filter): Implement as a filter.
10803 (sql-remove-tabs-filter): New function.
10804 (sql-send-magic-terminator): New function.
10805 (sql-send-string): Implement magic terminator.
10806 (sql-send-region): Use `sql-send-string'.
10807 (sql-interactive-mode): Use product API.
10808 (sql-product-interactive): Use product API.
10809 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10810 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10811 (sql-db2, sql-linter): Use `sql-product-interactive'.
10812 (sql-connect): New function.
10813 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10814 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10815 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10816 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10817 Use `sql-connect'.
7492acc9 10818
79ccd68f
SM
108192010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10822 New custom variable.
10823 (completion-pcm--string->pattern): Use it.
10824 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10825 Make it handle any symbol as `any'.
10826 (completion-pcm--merge-completions): Extract common suffix for the new
10827 `prefix' symbol as well.
10828 (completion-substring--all-completions): Use the new `prefix' symbol.
10829
0d5852cf
MA
108302010-05-09 Michael Albinus <michael.albinus@gmx.de>
10831
10832 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10833 not bound.
10834 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10835 (tramp-compat-funcall): New defmacro.
10836 (tramp-compat-line-beginning-position)
10837 (tramp-compat-line-end-position)
10838 (tramp-compat-temporary-file-directory)
10839 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10840 (tramp-compat-copy-file, tramp-compat-copy-directory)
10841 (tramp-compat-delete-file, tramp-compat-delete-directory)
10842 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10843 * net/tramp.el (top, with-progress-reporter)
10844 (tramp-rfn-eshadow-setup-minibuffer)
10845 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10846 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10847 (tramp-completion-mode-p, tramp-check-for-regexp)
10848 (tramp-open-connection-setup-interactive-shell)
10849 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10850 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10851 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10852 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10853 (tramp-reporter-dump-variable, tramp-load-report-modules)
10854 (tramp-append-tramp-buffers)
10855 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10856
10857 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10858
f913fe7d
SM
108592010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10860
10861 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10862 buffer-modtime. Adjust users.
10863
0235128c 108642010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10865
77e2fc7a 10866 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10867 car of each item, not the whole list (Bug#6083).
f034e176 10868
0235128c 108692010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10870
10871 * progmodes/js.el (js-mode): Make paragraph variables local before
10872 calling c-setup-paragraph-variables (Bug#6071).
10873
0235128c 108742010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10875
10876 * composite.el (compose-region, reference-point-alist): Fix typos
10877 in the doc strings.
10878
77e2fc7a 108792010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10880
10881 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10882 gnuplot's "set" command.
10883
0235128c 108842010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10885
10886 * abbrev.el (last-abbrev-text): Doc fix.
10887 (abbrev-prefix-mark): Don't escape parenthesis.
10888
0235128c 108892010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10890
10891 * composite.el (find-composition): Doc fix.
10892
0235128c 108932010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10894
10895 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10896 (sql-oracle-program, sql-sqlite-options)
10897 (sql-query-placeholders-and-send): Doc fixes.
10898 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10899 (sql-imenu-generic-expression, sql-buffer)
10900 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10901 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10902 (sql-mode-sybase-font-lock-keywords)
10903 (sql-mode-informix-font-lock-keywords)
10904 (sql-mode-interbase-font-lock-keywords)
10905 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10906 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10907 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10908 (sql-product-feature, sql-highlight-product)
10909 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10910 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10911 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10912 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10913 Fix typos in docstrings.
10914
0235128c 109152010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10916
10917 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10918 property instead of `invisible' and `after-string' (bug#5998).
10919
0235128c 109202010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
10921
10922 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10923
0235128c 109242010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
10925
10926 * filecache.el (file-cache-add-directory-list)
10927 (file-cache-add-directory-recursively): Fix typos in docstrings.
10928
0235128c 109292010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
10930
10931 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 10932 (gujarati-composable-pattern): Fix typo.
ece33a6e 10933
0235128c 109342010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
10935
10936 * language/indian.el (oriya-composable-pattern)
0235128c
SM
10937 (tamil-composable-pattern, malayalam-composable-pattern):
10938 Add two-part vowels to "v" (vowel sign).
771533aa 10939
0235128c 109402010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 10941
99833607
CY
10942 * files.el (copy-directory): Handle symlinks (Bug#5982).
10943
0235128c 109442010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
10945
10946 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10947 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10948 (Bug#5846).
10949
0235128c 109502010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 10951
0ca12598
GM
10952 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10953
d2c7b917
GM
10954 * minibuffer.el (completion-at-point): Doc fix.
10955
ba5bf5f0
SM
109562010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * electric.el (Electric-command-loop): Minor tweak.
10959
10960 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10961 better with dedicated windows.
10962
0235128c
SM
109632010-05-07 Chong Yidong <cyd@stupidchicken.com>
10964
10965 * Version 23.2 released.
10966
560bb7ae 109672010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 10968 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
10969
10970 Highlight vendor specific properties.
10971 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10972 (css-proprietary-property): New face.
10973 (css-font-lock-keywords): Use them.
10974
c0162ade
EZ
109752010-05-07 Eli Zaretskii <eliz@gnu.org>
10976
10977 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10978
f3ee9200
SM
109792010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10980
05623156
SM
10981 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10982 * files.el (auto-mode-alist): Remove redundant entries.
10983
f3ee9200
SM
10984 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10985 * simple.el (auto-save-mode): Move from files.el.
10986 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10987
560bb7ae 109882010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 10989
76e3243a 10990 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 10991
765d4319
KY
109922010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10993
10994 * mail/binhex.el (binhex-decode-region-internal)
10995 * mail/uudecode.el (uudecode-decode-region-internal)
10996 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10997 (dns-read-type, dns-query)
10998 * pgg-parse.el (pgg-parse-armor)
10999 * pgg.el (pgg-verify-region)
11000 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11001 XEmacs.
11002
86d21cc0 11003 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11004
f83483ff
JB
110052010-05-07 Juanma Barranquero <lekktu@gmail.com>
11006
40ab7974
JB
11007 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11008
f83483ff
JB
11009 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11010 * emulation/cua-base.el (cua-repeat-replace-region):
11011 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11012 (cua-cut-region-to-global-mark):
11013 Remove text properties with `set-text-properties'.
11014
9566840f
MA
110152010-05-06 Michael Albinus <michael.albinus@gmx.de>
11016
f3ee9200
SM
11017 * net/tramp.el (top, with-progress-reporter):
11018 Use `symbol-function' inside `funcall'.
9566840f
MA
11019
11020 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11021 (tramp-compat-delete-file, tramp-compat-delete-directory):
11022 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11023
11024 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11025 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11026 inside `funcall'.
11027
0c495c21
SM
110282010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11029
1493963b
SM
11030 * minibuffer.el (completion--sreverse, completion--common-suffix):
11031 New functions.
11032 (completion-pcm--merge-completions): Extract common suffix when safe.
11033
0c495c21
SM
11034 * emacs-lisp/easy-mmode.el (define-minor-mode):
11035 Make :variable more flexible.
11036 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11037
221a0647
JL
110382010-05-05 Juri Linkov <juri@jurta.org>
11039
11040 Add `slow' and `history' tags to the desktop data.
11041
11042 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11043 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11044 (Info-finder-find-node): Require `finder.el' to be able
11045 to restore node from the desktop.
11046 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11047 data `Info-history' and `slow' tag in the assoc list.
11048 (Info-restore-desktop-buffer): Don't restore nodes with the
11049 `slow' tag. Restore `Info-history'.
11050
66bdc868
MA
110512010-05-05 Michael Albinus <michael.albinus@gmx.de>
11052
11053 Add FORCE argument to `delete-file'.
11054
11055 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11056 forcing to delete the temporary file.
11057 (ange-ftp-delete-file): Add FORCE arg.
11058 (ange-ftp-rename-remote-to-remote)
11059 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11060 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11061 Force file deletion.
66bdc868
MA
11062
11063 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11064
11065 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11066 (tramp-handle-make-symbolic-link, tramp-handle-load)
11067 (tramp-do-copy-or-rename-file-via-buffer)
11068 (tramp-do-copy-or-rename-file-directly)
11069 (tramp-do-copy-or-rename-file-out-of-band)
11070 (tramp-handle-process-file, tramp-handle-call-process-region)
11071 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11072 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11073 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11074
11075 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11076 (tramp-fish-handle-make-symbolic-link)
11077 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11078
0c495c21
SM
11079 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11080 Use `tramp-compat-delete-file'.
66bdc868
MA
11081
11082 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11083 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11084
11085 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11086 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11087
11088 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11089 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11090 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11091 Use `tramp-compat-delete-file'.
66bdc868 11092
f44379e7
SM
110932010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11094
365f8d85
SM
11095 Minor cleanups.
11096 * subr.el (add-minor-mode): Use push.
11097 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11098 * emulation/edt.el (edt-select-mode): Simplify.
11099
80ac5d4d
SM
11100 Use define-minor-mode in more cases.
11101 * term/tvi970.el (tvi970-set-keypad-mode):
11102 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11103 (normal-erase-is-backspace-mode):
11104 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11105 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11106 (get-scroll-bar-mode): New function.
11107 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11108
11109 Use define-minor-mode for less obvious cases.
f44379e7
SM
11110 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11111 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11112 * international/iso-ascii.el (iso-ascii-mode):
11113 * frame.el (auto-raise-mode, auto-lower-mode):
11114 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11115
c04b03f8
MA
111162010-05-04 Michael Albinus <michael.albinus@gmx.de>
11117
11118 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11119 in order to see error messages for failed logins.
11120
53967e09
CY
111212010-05-03 Chong Yidong <cyd@stupidchicken.com>
11122
11123 * diff.el (diff-sentinel):
11124
11125 * epg.el (epg--make-temp-file, epg-decrypt-string)
11126 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11127
11128 * jka-compr.el (jka-compr-partial-uncompress)
11129 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11130
11131 * server.el (server-sentinel): Use delete-file's new FORCE arg
11132 (Bug#6070).
11133
56eb0904
SM
111342010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 Use define-minor-mode where applicable.
11137 * view.el (view-mode):
11138 * type-break.el (type-break-query-mode)
11139 (type-break-mode-line-message-mode):
11140 * textmodes/reftex.el (reftex-mode):
11141 * term/vt100.el (vt100-wide-mode):
11142 * tar-mode.el (tar-subfile-mode):
11143 * savehist.el (savehist-mode):
11144 * ibuf-ext.el (ibuffer-auto-mode):
11145 * composite.el (auto-composition-mode):
11146 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11147 Use define-minor-mode.
11148 (vhdl-mode): Use static mode-line format.
11149 (vhdl-mode-line-update): Delete.
11150 (vhdl-create-mode-menu, vhdl-activate-customizations)
11151 (vhdl-hs-minor-mode): Don't bother calling it.
11152
672eb710
SM
111532010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11154
8f92b8ad
SM
11155 * simple.el (with-wrapper-hook): Move.
11156 (buffer-substring-filters): Mark obsolete.
11157 (filter-buffer-substring-functions): New variable.
1fada563 11158 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11159
c04b03f8 111602010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11161 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11162
11163 Implement compression for inline methods.
11164
11165 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11166 (tramp-copy-size-limit): Allow also nil.
11167 (tramp-inline-compress-commands): New defconst.
11168 (tramp-find-inline-compress, tramp-get-inline-compress)
11169 (tramp-get-inline-coding): New defuns.
cb7f3653 11170 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11171 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11172 (tramp-handle-file-local-copy, tramp-handle-write-region)
11173 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11174
8c0bf8b3
SM
111752010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11176
07125a91
SM
11177 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11178 Remove unused functions.
11179
f3a47002
SM
11180 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11181 Set find-tag-default-function as a variable rather than a property.
11182
8c0bf8b3
SM
11183 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11184 * progmodes/etags.el (tags-completion-at-point-function):
11185 Remove left over interactive spec. Add autoloading stub.
11186 (complete-tag): Use tags-completion-at-point-function.
11187
27601456
CY
111882010-04-30 Chong Yidong <cyd@stupidchicken.com>
11189
cb7f3653 11190 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11191
09d0284d
CY
111922010-04-29 Chong Yidong <cyd@stupidchicken.com>
11193
27d3cd56
CY
11194 * ido.el (ido-init-completion-maps): Remove C-v binding.
11195 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11196
3a07ffce
CY
111972010-04-29 Chong Yidong <cyd@stupidchicken.com>
11198
11199 * minibuffer.el (tags-completion-at-point-function): New function.
11200 (completion-at-point-functions): Use it.
11201
3a07ffce
CY
11202 * progmodes/etags.el (complete-tag): Revert last change.
11203
3d14bb73
AM
112042010-04-29 Alan Mackenzie <acm@muc.de>
11205
11206 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11207 off-by-one error (in end of macro position).
11208
7d353d11
SM
112092010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11210
11211 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11212 firefox is absent. Don't autoload.
11213 (browse-url-galeon-program): Don't autoload.
11214
48111a85
CY
112152010-04-28 Chong Yidong <cyd@stupidchicken.com>
11216
11217 * bindings.el (complete-symbol): Move into minibuffer.el.
11218
11219 * minibuffer.el (complete-tag): Move from etags.el. If tags
11220 completion cannot be performed, return nil instead of signalling
11221 an error.
11222 (completion-at-point): Make it an alias for complete-symbol.
11223 (complete-symbol): Move from bindings.el, and replace with the
11224 body of completion-at-point.
11225
11226 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11227
7ba94701
MA
112282010-04-28 Michael Albinus <michael.albinus@gmx.de>
11229
11230 * net/tramp.el (tramp-remote-selinux-p): New defun.
11231 (tramp-handle-file-selinux-context)
11232 (tramp-handle-set-file-selinux-context): Use it.
11233
95c6cc3e
SS
112342010-04-28 Sam Steingold <sds@gnu.org>
11235
11236 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11237 `safe-local-variable' if the value is a string or a symbol with
11238 the property `bug-reference-url-format'.
11239
36045ff3
CY
112402010-04-28 Chong Yidong <cyd@stupidchicken.com>
11241
537ffaf3
SM
11242 * progmodes/bug-reference.el (bug-reference-url-format):
11243 Revert 2010-04-27 change due to security risk.
36045ff3 11244
56924d99
SM
112452010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 Make it possible to locally disable a globally enabled mode.
11248 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11249 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11250 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11251 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11252 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11253 that subsequent hooks get a chance to disable it.
11254
ccaa4765
SM
112552010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11256
17818d71
SM
11257 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11258 Avoid re-enabling a minor mode after the user turned the minor mode
11259 off if MODE-enable-in-buffers is run twice (typically once from
11260 fundamental-mode's after-change-major-mode-hook and a second time from
11261 run-mode-hook's own after-change-major-mode-hook).
11262
ccaa4765
SM
11263 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11264
2a6f654e
SS
112652010-04-27 Sam Steingold <sds@gnu.org>
11266
11267 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11268 `safe-local-variable' if the value is a string or a function, as
11269 documented and implemented on 2010-04-02.
11270
cecaa674
JB
112712010-04-27 Juanma Barranquero <lekktu@gmail.com>
11272
11273 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11274 when method is 'kill.
11275
112762010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11277
a628ad9d
JB
11278 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11279 condition in default directory check.
01c35094 11280 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11281 Kill ispell process when killing its associated buffer.
11282
7dd7fbb9
JD
112832010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11284
11285 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11286 but we aren't using it.
11287
7ac82b84
J
112882010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11289
11290 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11291 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11292
fea1add4
GM
112932010-04-24 Glenn Morris <rgm@gnu.org>
11294
11295 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11296 Ignore VCS-ignore files, and deleted nextstep preferences files.
11297 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11298 (authors-ambiguous-files): New list.
11299 (authors-valid-file-names): Add some deleted files.
11300 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11301 (authors-disambiguate-file-name): New function. (Bug#5501)
11302 (authors-canonical-file-name): Doc fix.
11303 Don't warn about obsolete files.
11304 (authors-canonical-file-name, authors-scan-el):
11305 Use authors-disambiguate-file-name.
11306
cbcfee6e
GM
11307 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11308 Add autoload cookies.
11309 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11310 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11311 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11312 They have definitions / compiler macros in cl.el.
11313 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11314 Replace manual autoloads with generated ones.
11315 (htmlfontify-unload-rgb-file): Remove autoload.
11316 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11317
3b548e1b
SM
113182010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11319
9ae0c310
SM
11320 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11321 (byte-compile-setq-default): Optimize for the
11322 single-var case and don't call byte-compile-form in this case to avoid
11323 inf-loop with byte-compile-set-default.
11324
3b548e1b
SM
11325 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11326
632c5478
MA
113272010-04-23 Michael Albinus <michael.albinus@gmx.de>
11328
11329 Implement SELINUX backends.
11330
3b548e1b
SM
11331 * net/tramp.el (tramp-file-name-handler-alist):
11332 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11333 (tramp-handle-file-selinux-context)
11334 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11335 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11336 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11337
3b548e1b
SM
11338 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11339 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11340 (tramp-gvfs-handle-file-selinux-context)
11341 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11342 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11343
11344 * net/ange-ftp.el (ange-ftp-copy-file):
11345 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11346 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11347 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11348 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11349
a94d821f
MA
113502010-04-22 Michael Albinus <michael.albinus@gmx.de>
11351
11352 Synchronize with Tramp repository.
11353
11354 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11355 (tramp-action-process-alive, tramp-action-out-of-band)
11356 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11357 (tramp-exists-file-name-handler): Fix docstring.
11358 (with-progress-reporter): New defmacro.
11359 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11360 (tramp-maybe-open-connection): Use it.
11361
a92375d9
MA
113622010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11363
11364 Detect ssh 'ControlMaster' argument automatically in some cases.
11365
11366 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11367 (tramp-default-method): Use it.
11368
489fe4c2
MA
113692010-04-22 Michael Albinus <michael.albinus@gmx.de>
11370
25f14cdb
MA
11371 * net/tramp.el (tramp-handle-copy-file): Add new optional
11372 parameter `preserve-selinux-context'.
11373 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11374
a92375d9
MA
113752010-04-22 Michael Albinus <michael.albinus@gmx.de>
11376
489fe4c2
MA
11377 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11378 Ensure, that non remote files are still checked. Oops.
11379
acd1f317
MA
113802010-04-21 Michael Albinus <michael.albinus@gmx.de>
11381
11382 Fix Bug#5840.
11383
11384 * icomplete.el (icomplete-completions): Use `non-essential'.
11385
11386 * net/tramp.el (tramp-connectable-p): New defun.
11387 (tramp-handle-expand-file-name)
11388 (tramp-completion-handle-file-name-all-completions)
11389 (tramp-completion-handle-file-name-completion): Use it.
11390
62c5b459
SM
113912010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11394
f904c0f9
JD
113952010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11396
11397 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11398
11399 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11400
11401 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11402 is present.
11403
11404 * info.el (info-tool-bar-map): Add labels.
11405
11406 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11407
11408 * cus-edit.el (custom-commands): Add labels for tool bar.
11409 (custom-buffer-create-internal, Custom-mode): Adjust for
11410 labels in custom-commands.
11411
11412 * dynamic-setting.el: Renamed from font-setting.el.
11413
c5cbeb12
LL
114142010-04-21 John Wiegley <jwiegley@gmail.com>
11415
11416 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11417 toggles the use of virtual buffers.
537ffaf3 11418 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11419 (ido-toggle-virtual-buffers): New function.
11420
fcc93746
JB
114212010-04-21 Juanma Barranquero <lekktu@gmail.com>
11422
11423 Use `define-derived-mode'; fix window selection; doc fixes.
11424 * play/tetris.el (tetris, tetris-update-speed-function)
11425 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11426 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11427 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11428 (tetris-pause-game): Fix typos in docstrings.
11429 (tetris-mode-map, tetris-null-map):
11430 Move initialization into declaration.
11431 (tetris-mode): Define with `define-derived-mode';
11432 set show-trailing-whitespace to nil.
11433 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11434
574c05e2
KK
114352010-04-21 Karel Klíč <kklic@redhat.com>
11436
11437 * files.el (backup-buffer): Handle SELinux context, and return it
11438 if a backup was made by renaming.
11439 (backup-buffer-copy): Set SELinux context to the target file.
11440 (basic-save-buffer): Set SELinux context of the newly written file.
11441 (basic-save-buffer-1): Now it also returns any SELinux context.
11442 (basic-save-buffer-2): Set SELinux context of the newly created file,
11443 and return it.
11444 * net/tramp.el (tramp-file-name-for-operation):
11445 Add file-selinux-context.
11446
e97a42c1
SM
114472010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11448
f2b9ed18
SM
11449 Make the log-edit comments use RFC822 format throughout.
11450
e97a42c1
SM
11451 * vc.el (vc-checkin, vc-modify-change-comment):
11452 Adjust to new vc-start/finish-logentry.
11453 (vc-find-conflicted-file): New command.
11454 (vc-transfer-file): Adjust to new vc-checkin.
11455 (vc-next-action): Improve scoping.
11456
11457 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11458 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11459
11460 * vc-git.el (vc-git-log-edit-mode): Remove.
11461 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11462 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11463
11464 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11465 (vc-start-logentry): Remove argument `extra'.
11466 (vc-finish-logentry): Remove extra args.
11467
11468 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11469 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11470 (vc-bzr-conflicted-files): New function.
11471
11472 * log-edit.el (log-edit-extra-flags)
11473 (log-edit-before-checkin-process): Remove.
11474 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11475 (log-edit-headers-alist): New var.
11476 (log-edit-header-contents-regexp): New const.
11477 (log-edit-match-to-eoh): New function.
11478 (log-edit-font-lock-keywords): Use them.
11479 (log-edit): Insert a "Summary:" header as default.
11480 (log-edit-mode): Mark font-lock rules as case-insensitive.
11481 (log-edit-done): Cleanup headers.
11482 (log-view-process-buffer): Remove.
11483 (log-edit-extract-headers): New function to replace it.
11484
938efb77
JB
114852010-04-20 Juanma Barranquero <lekktu@gmail.com>
11486
11487 * subr.el (default-direction-reversed): Remove obsolescence info.
11488
1cfb415b
SM
114892010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11490
cb4f9513
SM
11491 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11492 windows/frames.
11493
6e610c72
SM
11494 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11495 I.e. include text after point in the completion region.
11496 Also, return nil when we're not after/in a symbol.
11497
1cfb415b
SM
11498 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11499 default enable-multibyte-characters.
11500
c80fa13c
SM
115012010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11502
87926e02
SM
11503 * international/mule.el: Help the user choose a valid coding-system.
11504 (read-buffer-file-coding-system): New function.
11505 (set-buffer-file-coding-system): Use it. Prompt the user if the
11506 coding-system cannot encode all the chars.
11507
c80fa13c
SM
11508 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11509 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11510 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11511 Don't use *vc-bzr-shelve*.
11512
6e104790 115132010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11514
11515 Fix the version number for added files.
11516 * vc-hg.el (vc-hg-working-revision): Check if the file is
11517 registered after hg parent fails (Bug#5961).
11518
6e104790 115192010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11520
11521 * htmlfontify.el (htmlfontify-buffer)
11522 (htmlfontify-copy-and-link-dir): Autoload entry points.
11523
6e104790 115242010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11525
11526 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11527 name relative to the project root (Bug#5960).
11528
6e104790 115292010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11530
11531 * vc-git.el (vc-git-print-log): Doc fix.
11532
6e104790 115332010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11534
11535 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11536
53cfe624 115372010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11538
11539 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11540 default settings (Bug#5928).
11541
6e104790 115422010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11543
11544 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11545 New function.
0a23b2c3 11546 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11547
6e104790 115482010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11549
11550 * language/indian.el (malayalam-composable-pattern): Fix previous
11551 change (add U+0D4D "SIGN VIRAMA").
11552 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11553 (tamil-composable-pattern): Fix typo in the regexp.
11554 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11555 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11556 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11557
6e104790 115582010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11559
11560 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11561 paragraph-separate (Bug#5821).
11562
6e104790 115632010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11564
11565 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11566
11567 * info.el (Info-find-node-2): Comment out code that skips
11568 breadcrumbs line.
11569 (Info-mouse-follow-link): New command.
11570 (Info-link-keymap): New keymap.
11571 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11572 Return a string with links instead of inserting breadcrumbs
11573 to the Info buffer.
11574 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11575 Instead of putting the `invisible' text property over the Info
11576 header, make an overlay over the Info header with the `invisible'
11577 property and `after-string' set to the string returned by
11578 `Info-breadcrumbs'.
11579
6e104790 115802010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11581
11582 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11583 Reported by monkey@sandpframing.com.
11584
98923800
SM
115852010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11586
b5feea0f
SM
11587 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11588 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11589 available in the "keyseq cache" any more.
11590
98923800
SM
11591 * custom.el (defcustom): Add edebug spec.
11592
fd5c9dfa
JL
115932010-04-18 Juri Linkov <juri@jurta.org>
11594
11595 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11596
11597 * view.el (view-file, view-buffer): Move test for special mode-class
11598 from view-file to view-buffer.
11599
11600 * tar-mode.el (tar-extract): Turn if's into one cond
11601 like in arc-mode.el.
11602
b3671a51
JL
116032010-04-18 Juri Linkov <juri@jurta.org>
11604
11605 Add 7z archive format support (bug#5475).
11606
11607 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11608 (archive-7z-extract): New defcustom.
11609 (archive-find-type): Add magic string for 7z.
11610 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11611 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11612 `buffer' arg of `call-process'.
11613 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11614 call the function `archive-7z-extract' with the variable
11615 `archive-7z-extract' let-bound to `archive-zip-extract'.
11616 (archive-7z-summarize, archive-7z-extract): New functions.
11617
11618 * international/mule.el (auto-coding-alist):
11619 * files.el (auto-mode-alist): Add 7z file extension.
11620
8a37fb25
SM
116212010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11622
e9515805
SM
11623 * loadup.el: Setup hash-cons for pure data.
11624
f8ea0098
SM
11625 Fix duplicate entries in cedet's loaddefs.el files.
11626 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11627 Should make most file-local generated-autoload-file unnecessary.
11628 (print-readably): Silence warnings.
11629 (autoload-find-destination): Take load-name as an arg to make sure
11630 it's the same as the one that will be in the file.
11631 (autoload-generate-file-autoloads): Adjust to above changes.
11632 Try to make the dataflow a bit simpler.
11633
8a37fb25
SM
11634 * cvs-status.el (cvs-refontify): Remove unused.
11635
f8b91752
JB
116362010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11637
76e3243a 11638 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11639
76e3243a 11640 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11641 twos-complement mode.
11642
d8b01fef
JB
116432010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11644
76e3243a
JB
11645 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11646 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11647 (calc-inverse): Add "Option" to message, as appropriate.
11648 (calc-hyperbolic): Add "Option" to message, as appropriate.
11649 (calc-option, calc-is-option): New functions.
11650
76e3243a 11651 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11652 (calc-option-prefix-help): New function.
11653
76e3243a 11654 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11655
76e3243a 11656 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11657 (calc-option-flag): New variable.
11658 (calc-do): Set `calc-option-flag to nil.
11659 (calc-set-mode-line): Add "Opt " as appropriate.
11660
74f806a1
JL
116612010-04-16 Juri Linkov <juri@jurta.org>
11662
11663 Move scrolling commands from simple.el to window.el
11664 because their primitives are implemented in window.c.
11665
11666 * simple.el (scroll-error-top-bottom)
11667 (scroll-up-command, scroll-down-command, scroll-up-line)
11668 (scroll-down-line, scroll-other-window-down)
11669 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11670 * window.el (scroll-error-top-bottom)
11671 (scroll-up-command, scroll-down-command, scroll-up-line)
11672 (scroll-down-line, scroll-other-window-down)
11673 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11674 Move from simple.el to window.el because their primitives are
11675 implemented in window.c.
11676
ad40eec5
JL
116772010-04-16 Juri Linkov <juri@jurta.org>
11678
11679 * isearch.el (isearch-lookup-scroll-key): Check both
11680 `isearch-scroll' and `scroll-command' properties.
11681 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11682
11683 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11684
11685 * simple.el (scroll-up-command, scroll-down-command)
11686 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11687
a4b000fb
JL
116882010-04-15 Juri Linkov <juri@jurta.org>
11689
11690 * simple.el (scroll-up-command, scroll-down-command)
11691 (scroll-up-line, scroll-down-line): Put `scroll-command'
11692 property on the these symbols. Remove them from
11693 `scroll-preserve-screen-position-commands'.
11694
11695 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11696 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11697 Remove it from `scroll-preserve-screen-position-commands'.
11698
11699 * isearch.el (isearch-allow-scroll): Doc fix.
11700
4874f5e6
MA
117012010-04-15 Michael Albinus <michael.albinus@gmx.de>
11702
11703 * net/tramp.el (tramp-error-with-buffer): Don't show the
11704 connection buffer when we are in completion mode.
11705 (tramp-file-name-handler): Catch the error for some operations
11706 when we are in completion mode. This gives the user the chance to
11707 correct the file name in the minibuffer.
11708
82883f0a
GM
117092010-04-15 Glenn Morris <rgm@gnu.org>
11710
11711 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11712
528b9ea9
JB
117132010-04-15 Juanma Barranquero <lekktu@gmail.com>
11714
11715 Simplify by using `define-derived-mode'.
11716 * info.el (Info-mode):
11717 * calendar/todo-mode.el (todo-mode):
11718 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11719 (gomoku-mode-map): Move initialization into declaration.
11720
5f2b693f
MA
117212010-04-14 Michael Albinus <michael.albinus@gmx.de>
11722
11723 Fix Bug#5840.
11724 * ido.el (ido-file-name-all-completions-1):
11725 * minibuffer.el (minibuffer-completion-help):
11726 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11727
ebb9641f
SM
117282010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11729
38111a5a
SM
11730 * simple.el (non-essential): New var.
11731
ebb9641f
SM
11732 Add a new field `location' to bookmarks for non-file bookmarks.
11733 * bookmark.el (bookmark-location): Use the new field, if present.
11734 (bookmark-insert-location): Undo last change, not needed any more.
11735 * man.el (Man-bookmark-make-record):
11736 * woman.el (woman-bookmark-make-record): Add `location' field.
11737
7b05466f
JL
117382010-04-14 Juri Linkov <juri@jurta.org>
11739
11740 * simple.el (scroll-error-top-bottom): New defcustom.
11741 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11742
11743 * emulation/pc-select.el (pc-select-override-scroll-error):
11744 Obsolete in favor of `scroll-error-top-bottom'.
11745
32129746
JL
117462010-04-14 Juri Linkov <juri@jurta.org>
11747
11748 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11749 `scroll-up-command' and `M-v' to `scroll-down-command'.
11750
11751 * emulation/cua-rect.el (cua--init-rectangles):
11752 * forms.el (forms--change-commands):
11753 * image-mode.el (image-mode-map):
11754 Remap scroll-down-command and scroll-up-command
11755 in addition to scroll-down and scroll-up.
11756
9013a7f8
JL
117572010-04-14 Juri Linkov <juri@jurta.org>
11758
11759 * mwheel.el (scroll-preserve-screen-position-commands):
11760 Add mwheel-scroll to this list of commands.
11761
11762 * simple.el (scroll-preserve-screen-position-commands):
11763 Add scroll-up-command, scroll-down-command, scroll-up-line,
11764 scroll-down-line to this list of commands.
11765
3b7e1d5f
SM
117662010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11767
c1e25821
SM
11768 * obsolete/complete.el: Move from lisp/complete.el.
11769
5b31b787
SM
11770 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11771
3b7e1d5f
SM
11772 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11773 to the minor mode function now turns the mode ON unconditionally.
11774
398a825b
SM
117752010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11776
a544e7c1
SM
11777 * vc-dir.el (vc-dir-kill-line): New command.
11778 (vc-dir-mode-map): Bind it to C-k.
11779
a1979d8e
SM
11780 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11781
398a825b
SM
11782 * woman.el: Add bookmark declarations to silence the compiler.
11783 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11784 step to compatibility between man and woman bookmarks.
11785 Adjust for Man-default-bookmark-title renaming.
11786 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11787
11788 * man.el: Add bookmark declarations to silence the compiler.
11789 (Man-name-local-regexp): Make it match NAME as well.
11790 (Man-getpage-in-background): Return the buffer.
11791 (Man-notify-when-ready): Use `case'.
11792 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11793 Don't hardcode "NAME". Simplify.
11794 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11795 Rename from Man-bookmark-make-record.
11796 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11797 we have the actual man-args. Use Man-getpage-in-background rather
11798 than `man' since the arg is already processed. Let bookmark.el do the
11799 window handling. Only wait for the relevant process.
11800 Don't forget to autoload.
11801
11802 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11803
45be326a
TV
118042010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11805
11806 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11807 New functions.
11808 (woman-mode): Setup bookmark support.
11809
11810 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11811 (man-bookmark-jump): New functions.
11812 (Man-mode): Setup bookmark support.
11813
3acb4c93
CY
118142010-04-10 Jari Aalto <jari.aalto@cante.net>
11815
11816 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11817 recognize ssh-keygen prompt (Bug#2817).
11818
b6bbb65e
MA
118192010-04-10 Michael Albinus <michael.albinus@gmx.de>
11820
11821 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11822
b533bc97
MA
118232010-04-10 Michael Albinus <michael.albinus@gmx.de>
11824
11825 Synchronize with Tramp repository.
11826
11827 * net/tramp.el (tramp-completion-function-alist)
11828 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11829 (tramp-local-coding-commands, tramp-remote-coding-commands):
11830 Fix docstring.
11831 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11832 (tramp-handle-directory-files-and-attributes)
11833 (tramp-get-remote-path): Use `copy-tree'.
11834 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11835 compatibility: Use `completion-ignore-case' if
11836 `read-file-name-completion-ignore-case' does not exist.
11837 (tramp-do-copy-or-rename-file-directly): Do not use
11838 `tramp-handle-file-remote-p'.
45be326a
TV
11839 (tramp-do-copy-or-rename-file-out-of-band):
11840 Use `tramp-compat-delete-directory'.
b533bc97 11841 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11842 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11843 Use `format-spec-make'.
b533bc97
MA
11844 (tramp-find-foreign-file-name-handler)
11845 (tramp-advice-make-auto-save-file-name)
11846 (tramp-set-auto-save-file-modes): Remove superfluous check for
11847 `stringp'. This is done inside `tramp-tramp-file-p'.
11848 (tramp-debug-outline-regexp): New defconst.
11849 (tramp-get-debug-buffer): Use it.
11850 (tramp-check-for-regexp): Use (forward-line 1).
11851 (tramp-set-auto-save-file-modes): Adapt version check.
11852
45be326a
TV
11853 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11854 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11855 (tramp-compat-make-temp-file): Simplify fallback implementation.
11856 (tramp-compat-copy-tree): Remove function.
11857 (tramp-compat-delete-directory): Provide implementation for older
11858 Emacsen.
11859
11860 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11861 Do not use `tramp-fish-handle-file-attributes.
11862
11863 * net/trampver.el: Update release number.
11864
ba33df00
GM
118652010-04-10 Glenn Morris <rgm@gnu.org>
11866
11867 * progmodes/compile.el (compilation-save-buffers-predicate):
11868 Add missing :version tag.
11869
4a8ae76f
SS
118702010-04-09 Sam Steingold <sds@gnu.org>
11871
11872 * progmodes/compile.el (compilation-save-buffers-predicate):
11873 Remove the "autoload" cookie.
11874
0880716f
SS
11875 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11876 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11877 and `bug-reference-prog-mode' can be used in hooks directly.
11878
6aebd58c
DN
118792010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11880
11881 Add --author support to git commit.
11882 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11883 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11884 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11885 New declarations.
6aebd58c 11886
f6d90772
ER
118872010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11888
11889 * vc-hooks.el, vc-git.el: Improve documentation comments.
11890
e754e83b
SM
118912010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 Fix some of the problems in defsubst* (bug#5728).
11894 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11895 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11896
9e86ab0b
SS
118972010-04-07 Sam Steingold <sds@gnu.org>
11898
e754e83b
SM
11899 * progmodes/compile.el (compilation-save-buffers-predicate):
11900 New custom variable.
9e86ab0b
SS
11901 (compile, recompile): Pass it to `save-some-buffers'.
11902
b0c8b840
JD
119032010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11904
11905 * wid-edit.el (widget-choose): Move cursor to the second line of
11906 the buffer (Bug#5695).
11907
31527c56
DN
119082010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11909
11910 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11911 * vc.el (vc-print-log-setup-buttons): New function split out from
11912 vc-print-log-internal.
11913 (vc-log-internal-common): New function, a parametrized version of
11914 vc-print-log-internal.
11915 (vc-print-log-internal): Just call vc-log-internal-common with the
11916 right arguments.
11917 (vc-incoming-outgoing-internal):
11918 (vc-log-incoming, vc-log-outgoing): New functions.
11919 (vc-log-view-type): New permanent local variable.
11920
11921 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11922
11923 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11924 of the dynamic bound vc-short-log.
11925 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11926
11927 * vc-git.el (vc-git-log-outgoing): New function.
11928 (vc-git-log-view-mode): Use vc-log-view-type instead
11929 of the dynamic bound vc-short-log.
11930
11931 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11932 of the dynamic bound vc-short-log. Highlight the tag.
11933 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11934 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11935 (vc-hg-incoming-mode): Remove.
11936 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11937
7ec69e2b
DN
119382010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11939
11940 Fix default-directory for vc-root-diff.
11941 * vc.el (vc-root-diff): Bind default-directory to the root
11942 directory for the diff command.
11943
fd9ea9d3
WS
119442010-04-07 Michael McNamara <mac@mail.brushroad.com>
11945
6e104790 11946 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
11947 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11948 word keywords, suggested by Steve Pearlmutter.
6e104790 11949 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 11950 port lists.
6e104790 11951 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 11952 fix bug for /* / comments.
6e104790 11953 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 11954 Speed up and simplfy as this is never called with a bound.
6e104790
SM
11955 (verilog-pretty-declarations): Enhance to line up declarations
11956 inside a parameter list, suggested by Alan Morgan.
11957 (verilog-pretty-expr): Tune assignment regular expression match
11958 string for corner cases; also use markers instead of character
11959 number as indent changes the later.
fd9ea9d3
WS
11960
119612010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11962
6e104790
SM
11963 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11964 as missing keyword.
11965 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11966 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11967 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11968 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11969 Tennant.
11970 (verilog-keywords):
fd9ea9d3
WS
11971 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11972 1800-2009 keywords, including "global.".
11973
2a07afc5
JW
119742010-04-06 John Wiegley <jwiegley@gmail.com>
11975
8b32731a 11976 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 11977 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 11978 file basename). Should use uniquify to offer a real solution.
2a07afc5 11979
f9a27d86
JW
119802010-04-06 John Wiegley <jwiegley@gmail.com>
11981
8b32731a
JB
11982 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11983 comment to code, and add a :version tag.
11984 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 11985
9caf8a8f
JB
119862010-04-06 Juanma Barranquero <lekktu@gmail.com>
11987
11988 Enable recentf-mode if using virtual buffers.
11989 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 11990 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
11991 (ido-make-buffer-list): Simplify.
11992 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11993
5a97d2da
JL
119942010-04-05 Juri Linkov <juri@jurta.org>
11995
11996 Scrolling commands which scroll a line instead of full screen.
11997 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11998
11999 * simple.el (scroll-up-line, scroll-down-line): New commands.
12000 Put property isearch-scroll=t on them.
12001
12002 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12003 Remove commands.
12004
79ce172a
JL
120052010-04-05 Juri Linkov <juri@jurta.org>
12006
8b32731a 12007 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12008 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12009
12010 * simple.el (scroll-up-command, scroll-down-command): New commands.
12011 Put property isearch-scroll=t on them.
12012
12013 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12014 `scroll-down-command' and [next] from `scroll-up' to
12015 `scroll-up-command'.
12016
12017 * emulation/cua-base.el: Put property CUA=move on
12018 `scroll-up-command' and `scroll-down-command'.
12019 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12020 and `scroll-down-command' to `cua-scroll-down'.
12021
309d5b43
JB
120222010-04-05 Juanma Barranquero <lekktu@gmail.com>
12023
6460e534 12024 * help.el (describe-mode): Return nil.
309d5b43 12025
0523d117
JW
120262010-04-04 John Wiegley <jwiegley@gmail.com>
12027
12028 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12029 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12030 (ido-virtual): Face used to indicate virtual buffers in the list.
12031 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12032 exists, but a virtual buffer of that name does (which would be why
12033 it was in the list), recreate the buffer by reopening the file.
12034 (ido-make-buffer-list): If virtual buffers are being used, call
12035 `ido-add-virtual-buffers-to-list' before the make list hook.
12036 (ido-virtual-buffers): New variable which contains a copy of the
12037 current contents of the `recentf-list', albeit pared down for the
12038 sake of speed, and with proper faces applied.
12039 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12040 create a list of "virtual buffers" to present to the user in
12041 addition to the currently open set. Note that this logic could
12042 get rather slow if that list is too large. With the default
12043 `recentf-max-saved-items' of 200, there is little speed penalty.
12044
202ff0d6
SM
120452010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12046
12047 * font-lock.el: Require CL when compiling.
12048 (font-lock-turn-on-thing-lock): Use `case'.
12049
ef43a0f4
EZ
120502010-04-03 Eli Zaretskii <eliz@gnu.org>
12051
12052 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12053 Zaretskii.
ef43a0f4 12054
9c13a46e
JL
120552010-04-02 Juri Linkov <juri@jurta.org>
12056
12057 * ehelp.el (electric-help-orig-major-mode):
12058 New buffer-local variable.
12059 (electric-help-mode): Set it to original major-mode. Doc fix.
12060 (with-electric-help): Use `electric-help-orig-major-mode' instead
12061 of (default-value 'major-mode). Doc fix.
12062 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12063
3fb87bf5
SS
120642010-04-02 Sam Steingold <sds@gnu.org>
12065
12066 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12067 `vc-hg-command' with a list of flags.
12068
202ff0d6
SM
12069 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12070 Also accept "patch" and "RFE".
dbb5e44a
SS
12071 (bug-reference-fontify): `bug-reference-url-format' can also be a
12072 function to be able to handle the bug kind.
202ff0d6 12073 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12074
d0b22876
JD
120752010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12076
12077 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12078 value to fboundp, it may not be a symbol.
12079
1625d379
CY
120802010-03-31 Chong Yidong <cyd@stupidchicken.com>
12081
202ff0d6 12082 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12083
1cd095c6
JL
120842010-03-31 Juri Linkov <juri@jurta.org>
12085
12086 * simple.el (next-line, previous-line): Re-throw a signal
12087 with `signal' instead of using `ding'.
12088 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12089
67189e62
JL
120902010-03-31 Juri Linkov <juri@jurta.org>
12091
12092 * simple.el (keyboard-escape-quit): Raise deselecting the active
12093 region higher than exiting the minibuffer.
12094 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12095
1546c559
JL
120962010-03-31 Juri Linkov <juri@jurta.org>
12097
12098 * image.el (image-animated-p): Use `image-metadata' instead of
12099 `image-extension-data'. Get GIF extenstion data from metadata
12100 property `extension-data'.
12101
85626eef
SM
121022010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12103
12104 * simple.el (append-to-buffer): Simplify.
12105
85738751 121062010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12107
12108 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12109 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12110
85738751 121112010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12112
12113 * language/sinhala.el (composition-function-table): Fix regexp for
12114 the new Unicode specification.
12115
12116 * language/indian.el (devanagari-composable-pattern)
12117 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12118 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12119 specification.
12120 (bengali-composable-pattern, gurmukhi-composable-pattern)
12121 (gujarati-composable-pattern, oriya-composable-pattern)
12122 (telugu-composable-pattern): New variables to cope with the new
12123 Unicode specification. Use them in composition-function-table.
12124
85738751 121252010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12126
79d74ac5 12127 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12128 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12129 vectors rather than cons cells, as used in menu-bar-update-buffers.
12130
85738751 121312010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12132
2a793f7f
CY
12133 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12134 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12135 electric punctuation for "{}();,:" (Bug#5586).
12136
03ffe8be
CY
12137 * mail/sendmail.el (mail-default-directory): Doc fix.
12138
85738751 121392010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12140
12141 * mail/sendmail.el (mail-default-directory): Doc fix.
12142
85738751 121432010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12144
12145 * subr.el (version-regexp-alist, version-to-list)
12146 (version-list-<, version-list-=, version-list-<=)
12147 (version-list-not-zero, version<, version<=, version=): Doc fix.
12148 (Bug#5744).
12149
85738751 121502010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12151
12152 * vc.el (vc-root-diff): Doc fix.
12153
85738751 121542010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12155
9aa2c576
CY
12156 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12157
9d30a9f4
CY
12158 * simple.el (append-to-buffer): Fix last change.
12159
85738751 121602010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12161
12162 * simple.el (append-to-buffer): Ensure that point is preserved if
12163 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12164 (Bug#5749)
12165
2372f278
SM
121662010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12167
12168 * files.el (auto-mode-case-fold): Change default to t.
12169
2223a1b3
JL
121702010-03-30 Juri Linkov <juri@jurta.org>
12171
12172 * dired-x.el (dired-omit-mode): Doc fix.
12173
0ef84fc8
JL
121742010-03-30 Juri Linkov <juri@jurta.org>
12175
12176 * replace.el (occur-accumulate-lines): Move occur-engine related
12177 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12178 to be located after `occur-engine'.
12179
dc2d2590
JL
121802010-03-30 Juri Linkov <juri@jurta.org>
12181
12182 Make occur handle multi-line matches cleanly with context.
12183 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12184
12185 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12186 (occur-engine): Add local variables `ret', `prev-after-lines',
12187 `prev-lines'. Use more arguments for `occur-context-lines'.
12188 Set first elem of its returned list to `data', and the second elem
12189 to `prev-after-lines'. Don't print the separator line.
12190 In the end, print remaining context after-lines.
12191 (occur-context-lines): Add new arguments `begpt', `endpt',
12192 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12193 after-lines of the previous match with before-lines of the
12194 current match and not overlap them. Return a list with two
12195 values: the output line and the list of context after-lines.
12196
47c88c06
JL
121972010-03-30 Juri Linkov <juri@jurta.org>
12198
12199 * replace.el (occur-accumulate-lines): Fix a bug where the first
12200 context line at the beginning of the buffer was missing.
12201
a7b02820
EZ
122022010-03-30 Eli Zaretskii <eliz@gnu.org>
12203
12204 * files.el: Make bidi-display-reordering safe variable for boolean
12205 values.
12206
9326ba26 122072010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12208 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12209
12210 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12211 (progress-reporter-update, progress-reporter-do-update):
12212 Handle non-numeric value arguments.
9326ba26
CY
12213 (progress-reporter--pulse-characters): New var.
12214
f6f8aa12
CY
122152010-03-28 Chong Yidong <cyd@stupidchicken.com>
12216
12217 * progmodes/compile.el (compilation-start): Fix regexp detection
12218 of initial cd command (Bug#5771).
12219
7ed287b5
CY
122202010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12221
12222 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12223
146b8b16
NR
122242010-03-27 Nick Roberts <nickrob@snap.net.nz>
12225
12226 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12227 * progmodes/gdb-mi.el: Restore.
12228 * progmodes/gdb-ui.el: Remove.
12229 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12230
b23caf75
GM
122312010-03-25 Glenn Morris <rgm@gnu.org>
12232
12233 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12234 all dired buffers, even tramp ones. (Bug#5755)
12235
18c812bd
SM
122362010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12237
12238 Add "union tags" in mpc.el.
12239 * mpc.el: Remove backward compatibility code.
12240 (mpc-browser-tags): Change default.
12241 (mpc--find-memoize-union-tags): New var.
12242 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12243 (mpc-cmd-find): Handle the case where the playlist does not exist.
12244 Handle union-tags.
12245 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12246 (mpc-cmd-add): Use mpc-cmd-flush.
12247 (mpc-tagbrowser-tag-name): New fun.
12248 (mpc-tagbrowser-buf): Use it.
12249 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12250
efee6a6d
SM
122512010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12252
9586c41a
SM
12253 Misc cleanup.
12254 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12255 Use replace-regexp-in-string.
12256 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12257 (makefile-imake-mode-syntax-table): Move init into defvar.
12258 (makefile-mode): Use define-derived-mode.
12259
efee6a6d
SM
12260 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12261 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12262 not be present any more.
12263
c6f3804c
JB
122642010-03-24 Juanma Barranquero <lekktu@gmail.com>
12265
12266 * faces.el (set-face-attribute): Fix typo in docstring.
12267 (face-valid-attribute-values): Reflow docstring.
12268
e867cb5d 122692010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12270
efee6a6d 12271 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12272
e867cb5d 122732010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12274
12275 * indent.el (indent-for-tab-command): Doc fix.
12276
e867cb5d 122772010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12278
efee6a6d
SM
12279 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12280 Fix off-by-one error. Fixes bug #5747.
657071fc 12281
e867cb5d 122822010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12283
12284 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12285 (image-dired-read-comment): Doc fix.
12286
efee6a6d
SM
12287 * json.el (json-object-type, json-array-type, json-key-type)
12288 (json-false, json-null, json-read-number):
c8de140b
JB
12289 * minibuffer.el (completion-in-region-functions):
12290 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12291 (cal-tex-cursor-week):
12292 * emacs-lisp/trace.el (trace-function):
12293 * eshell/em-basic.el (eshell/printnl):
12294 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12295 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12296 * obsolete/levents.el (allocate-event, event-key, event-object)
12297 (event-point, event-process, event-timestamp, event-to-character)
12298 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12299 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12300 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12301 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12302 (reftex-highlight-selection): Fix typos in docstrings.
12303
e867cb5d 123042010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12305
12306 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12307
e867cb5d 123082010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12309
12310 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12311 2008-02-13 without comment; mark it obsolete.
12312 (rmail-highlight-headers): Use rmail-highlight-face once more.
12313
e867cb5d 123142010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12315
12316 * woman.el (woman2-process-escapes): Only consume the newline if
12317 the filler character is on a line by itself (Bug#5729).
12318
e867cb5d 123192010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12320
12321 * language/indian.el (devanagari-composable-pattern): Add more
12322 consonants.
12323
e867cb5d 123242010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12325
12326 * net/trampver.el: Update release number.
12327
e867cb5d 123282010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12329
efee6a6d
SM
12330 * net/tramp.el (tramp-find-executable):
12331 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12332 output of "wc -l" more robust.
12333 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12334 (tramp-open-connection-setup-interactive-shell): Remove workaround
12335 for OpenSolaris bug, it is not needed anymore.
12336
e867cb5d 123372010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12338
12339 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12340
e867cb5d 123412010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12342
12343 * files.el (auto-mode-alist): Accept more verilog file patterns.
12344
b2b8574b
SM
123452010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12346
12347 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12348
1d94ebb0
GM
123492010-03-24 Glenn Morris <rgm@gnu.org>
12350
7e263967
GM
12351 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12352 log-edit-before-checkin-process.
12353
5ac92c5f
GM
12354 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12355
12356 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12357
549f324a
GM
12358 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12359 (log-view-process-buffer, log-edit-extra-flags): Declare.
12360
495b517c
GM
12361 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12362
f4087766
SS
123632010-03-23 Sam Steingold <sds@gnu.org>
12364
12365 Fix bug#5620: recalculate all markers on compilation buffer
12366 modifications, not on file modifications.
38e9aa53
GM
12367 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12368 variable: the buffer modification time, for buffers not associated with
12369 files.
f4087766
SS
12370 (compilation-mode): Create it.
12371 (compilation-filter): Update it.
12372 (compilation-next-error-function): Use it instead of
12373 `visited-file-modtime' for timestamp.
12374
774642e5
JL
123752010-03-23 Juri Linkov <juri@jurta.org>
12376
12377 Implement Occur multi-line matches.
12378 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12379
12380 * replace.el (occur): Doc fix.
12381 (occur-engine): Set `begpt' to the beginning of the first line.
12382 Set `endpt' to the end of the last match line. At first, count
12383 line numbers between `origpt' and `begpt'. Split out code from
12384 `out-line' variable to new let-bindings `match-prefix' and
12385 `match-str'. In `out-line' add non-numeric prefix to all
12386 non-first lines of multi-line matches. Finally, count lines
12387 between `begpt' and `endpt' and add to `lines'.
12388
f14d1172
JL
123892010-03-23 Juri Linkov <juri@jurta.org>
12390
12391 * replace.el (occur-accumulate-lines, occur-engine):
12392 Use `occur-engine-line' instead of duplicate code.
12393 (occur-engine-line): New function created from duplicate code
12394 in `occur-accumulate-lines' and `occur-engine'.
12395
53e87c57
JL
12396 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12397 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12398
75a3ff20
JL
123992010-03-23 Juri Linkov <juri@jurta.org>
12400
12401 * finder.el: Remove TODO tasks.
12402
12403 * info.el (Info-finder-find-node): Add node "all"
12404 with all package info. Handle a list of multiple keywords
12405 separated by comma.
12406 (info-finder): In interactive use with a prefix argument,
12407 use `completing-read-multiple' to read a list of keywords
12408 separated by comma.
12409
00278747
SM
124102010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12411
12412 Add a new completion style `substring'.
12413 * minibuffer.el (completion-basic--pattern): New function.
12414 (completion-basic-try-completion, completion-basic-all-completions):
12415 Use it.
12416 (completion-substring--all-completions)
12417 (completion-substring-try-completion)
12418 (completion-substring-all-completions): New functions.
12419 (completion-styles-alist): New style `substring'.
12420
64cb11cc
SM
124212010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 Get rid of .elc files after removal of the corresponding .el.
12424 * Makefile.in (compile-clean): New target.
12425 (compile-main): Use it.
12426
835e2c65
JD
124272010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12428
12429 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12430 don't do make there. When compiling with separate object dir, there
12431 is no Makefile there.
12432
111a9dff
SM
124332010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 Get rid of the ELCFILES abomination, again.
12436 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12437 (all, compile): Don't call compile-last.
12438 (compile-main): Build the "elcfiles" list dynamically.
12439 (compile-targets): New (internal) target.
12440
82c3d67a
AS
124412010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12442
12443 * Makefile.in (top_srcdir): Define.
12444 (abs_top_builddir): Define.
12445 (srcdir): Don't append `/..'.
12446 (EMACS): Use ${abs_top_builddir}.
12447 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12448 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12449 $(srcdir).
82c3d67a
AS
12450 (lisp): Use $(srcdir) instead of @srcdir@.
12451
d66ecdbb
JL
124522010-03-21 Juri Linkov <juri@jurta.org>
12453
12454 Fix message of multi-line occur regexps and multi-buffer header lines.
12455 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12456
12457 * replace.el (occur-1): Don't display regexp if it is longer
12458 than window-width. Use `query-replace-descr' to display regexp.
12459 (occur-engine): Don't display regexp in the buffer header for
12460 multi-buffer occur. Display a separate header line with total
12461 match count and regexp for multi-buffer occur.
12462 Use `query-replace-descr' to display regexp.
12463
f05e1b94
TZ
124642010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12465
12466 * net/secrets.el: Fix parenthesis.
12467 (secrets-enabled): Fix parenthesis.
12468
801ba3ba
SM
124692010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12470
3613edce
SM
12471 Use more relative file and directory names.
12472 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12473 (setwins, setwins_almost, setwins_for_subdirs):
12474 Don't `cd'; output relative names.
12475 (all, compile, compile-always, compile-last): Set emacswd.
12476 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12477 Just cd to the lisp source dir so we can use relative file names.
12478
801ba3ba
SM
12479 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12480
2b1400b9
GM
124812010-03-20 Glenn Morris <rgm@gnu.org>
12482
12483 * textmodes/rst.el: Use faces for font-lock customization, and make the
12484 old -face variables obsolete.
12485 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12486 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12487 (rst-block-face, rst-external-face, rst-definition-face)
12488 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12489 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12490 Make obsolete.
12491 (rst-font-lock-keywords-function): Update for above changes.
12492
5e418f17
JL
124932010-03-20 Juri Linkov <juri@jurta.org>
12494
12495 * s-region.el:
12496 * obsolete/s-region.el: Move to obsolete.
12497
b0287b39
JB
124982010-03-19 Juanma Barranquero <lekktu@gmail.com>
12499
12500 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12501
3c95bbb6
DN
125022010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12503
12504 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12505
09158997
DN
125062010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12507
12508 Add special markup processing for commit logs.
12509 * log-edit.el (log-edit-extra-flags): New variable.
12510 (log-edit): Add new argument MODE. Use that mode when non-nil
12511 instead of the log-view-mode.
12512 (log-view-process-buffer): New function.
12513
12514 * vc.el: Document that the checkin method takes optional
12515 arguments. Document new backend specific method: log-view-mode.
12516 (vc-default-log-edit-mode): New function.
12517 (vc-checkin): Use a backend specific log-view-mode.
12518 Pass extra arguments to the checkin method.
12519 (vc-modify-change-comment): Pass a dummy extra argument.
12520
12521 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12522 log-edit.
12523 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12524 (vc-finish-logentry): Process the log buffer before passing it
12525 down. Pass log-edit-extra-flags.
12526
12527 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12528 command.
85626eef
SM
12529 (log-edit-extra-flags, log-edit-before-checkin-process):
12530 New declarations.
09158997
DN
12531
12532 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12533 command.
85626eef
SM
12534 (log-edit-extra-flags, log-edit-before-checkin-process):
12535 New declarations.
09158997
DN
12536 (vc-hg-log-edit-mode): New derived mode.
12537
12538 * vc-arch.el (vc-arch-checkin):
12539 * vc-cvs.el (vc-cvs-checkin):
12540 * vc-git.el (vc-git-checkin):
12541 * vc-mtn.el (vc-mtn-checkin):
12542 * vc-rcs.el (vc-rcs-checkin):
12543 * vc-sccs.el (vc-sccs-checkin):
12544 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12545
f430423d
SM
125462010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12549 parent typo).
12550
aa8f8277
GM
125512010-03-19 Glenn Morris <rgm@gnu.org>
12552
f430423d 12553 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12554
04525749
GM
125552010-03-18 Glenn Morris <rgm@gnu.org>
12556
c70815f1
GM
12557 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12558
84d0a5f8
GM
12559 * replace.el (query-replace-history): Give it a doc string.
12560 (map-query-replace-regexp): Use query-replace-from-history-variable
12561 and query-replace-to-history-variable.
12562
e3a15161
GM
12563 * mail/hashcash.el (declare-function): Remove duplicate definition.
12564
27be0364
GM
12565 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12566 Make it an obsolete alias for report-emacs-bug-address.
12567 (message-strip-special-text-properties): Declare.
12568 (report-emacs-bug): Remove test for a pretest bug address.
12569 Combine message-mode-specific code.
12570
88b8d18e
GM
12571 * mail/supercite.el: Don't require sendmail.
12572 (mh-in-header-p): Declare rather than using with-no-warnings.
12573 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12574 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12575
1a355d09
GM
12576 * calendar/cal-french.el: Convert to utf-8.
12577
04525749
GM
12578 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12579 Emacs scripts.
12580
ae84eb97
MA
125812010-03-16 Michael Albinus <michael.albinus@gmx.de>
12582
12583 * net/secrets.el (secrets-enabled): New variable. Use it instead
12584 of a subfeature.
12585
7c75524e
MA
125862010-03-15 Michael Albinus <michael.albinus@gmx.de>
12587
12588 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12589 service "org.freedesktop.secrets" can be pinged.
12590 Provide subfeature `enabled'.
7c75524e 12591
57938a79
JL
125922010-03-14 Juri Linkov <juri@jurta.org>
12593
12594 Add finder unknown keywords.
12595
12596 * finder.el (finder-unknown-keywords): New function.
12597
12598 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12599 to create a Finder node with unknown keywords.
12600
88f4758e
JL
126012010-03-14 Juri Linkov <juri@jurta.org>
12602
12603 * finder.el (finder-compile-keywords): Replace `princ' with
12604 `prin1' on a list of symbols interned from keyword strings.
12605
12606 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12607 a comma, then split keywords using a comma and optional whitespace.
12608 Otherwise, split by whitespace.
12609
12610 * complete.el:
12611 * face-remap.el:
12612 * log-view.el:
12613 * net/hmac-def.el:
12614 * net/hmac-md5.el:
12615 * net/netrc.el:
12616 * progmodes/mixal-mode.el: Fix keywords.
12617
7725ebb7
MA
126182010-03-13 Michael Albinus <michael.albinus@gmx.de>
12619
12620 * Makefile.in (ELCFILES): Add net/secrets.elc.
12621
12622 * net/secrets.el: New file.
12623
6f320937
CY
126242010-03-12 Chong Yidong <cyd@stupidchicken.com>
12625
12626 * facemenu.el (list-colors-display, list-colors-print): New arg
12627 callback. Use it to allow selecting colors.
12628
12629 * wid-edit.el (widget-image-insert): Insert image prop even if the
12630 current display is non-graphic.
12631 (widget-field-value-set): New fun.
12632 (editable-field): Use it.
12633 (widget-field-value-get): Clean up unused var.
85626eef
SM
12634 (widget-color-value-create, widget-color--choose-action):
12635 New funs. Allow using list-colors-display to choose color.
6f320937 12636
647f9993
CY
126372010-03-12 Chong Yidong <cyd@stupidchicken.com>
12638
12639 * cus-edit.el: Resort topmost custom groups.
12640 (custom-buffer-sort-alphabetically): Default to t.
12641 (customize-apropos): Use apropos-parse-pattern.
12642 (custom-search-field): New var.
12643 (custom-buffer-create-internal): Add custom-apropos search field.
12644 (custom-add-parent-links): Don't display parent doc.
12645 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12646 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12647
12648 (custom-variable-state): New fun, from custom-variable-state-set.
12649 (custom-variable-state-set): Use it.
12650 (custom-group-value-create): Hide options with standard values
12651 using the :hidden-states property. Use progress reporter.
12652
12653 (custom-show): Simplify.
12654 (custom-visibility): Disable images by default.
12655 (custom-variable): New property :hidden-states.
12656 (custom-variable-value-create): Enable images for
12657 custom-visibility widgets. Use :hidden-states property to
12658 determine initial visibility.
12659
12660 * wid-edit.el (widget-image-find): Give images center ascent.
12661 (visibility): Add :on-image and :off-image properties.
12662 (widget-visibility-value-create): Use them.
12663
eba5b4dd
CY
126642010-03-12 Chong Yidong <cyd@stupidchicken.com>
12665
12666 * cus-edit.el (processes): Remove from development group.
12667 (oop, hypermedia): Delete group.
26f4b8ab 12668 (comm): Promote to top-level group.
eba5b4dd
CY
12669
12670 * net/browse-url.el (browse-url):
12671 * net/xesam.el (xesam):
12672 * net/tramp.el (tramp):
12673 * net/goto-addr.el (goto-address):
26f4b8ab 12674 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12675
12676 * view.el (view): Remove from editing group.
12677
12678 * uniquify.el (uniquify): Put in files group.
12679
12680 * net/browse-url.el (browse-url):
12681 * ps-print.el (postscript): Put in external group.
12682
12683 * cus-edit.el (outlines):
12684 * textmodes/text-mode.el (text-mode-hook):
12685 * textmodes/table.el (table):
12686 * textmodes/picture.el (picture):
12687 * outline.el (outlines): Put in wp group.
12688
12689 * nxml/nxml-mode.el (nxml): Remove from wp group.
12690
12691 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12692
12693 * mail/metamail.el (metamail): Remove from hypermedia group.
12694
12695 * cus-edit.el (abbrev):
12696 * whitespace.el (whitespace):
12697 * vcursor.el (vcursor):
12698 * reveal.el (reveal):
12699 * hl-line.el (hl-line): Put in convenience group.
12700
12701 * epg-config.el (epg): Put in data group.
12702
12703 * emulation/pc-select.el (pc-select): Put in emulations group.
12704
12705 * calculator.el (calculator): Put in applications group.
12706
8117868f
DN
127072010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12708
12709 Add .dir-locals.el support for file-less buffers.
12710 * files.el (hack-local-variables): Split out code to apply local
12711 variable settings ...
12712 (hack-local-variables-apply): ... here. New function.
12713 (hack-dir-local-variables): Use the default directory for when the
12714 buffer does not have an associated file.
12715 (hack-dir-local-variables-non-file-buffer): New function.
12716 * diff-mode.el (diff-mode):
12717 * vc-annotate.el (vc-annotate-mode):
12718 * vc-dir.el (vc-dir-mode):
12719 * log-edit.el (log-edit-mode):
12720 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12721
855a2294
DN
127222010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12723
12724 Add support for shelving snapshots and for showing shelves.
12725 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12726 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12727 New functions.
12728 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12729 (vc-bzr-extra-menu-map): Map them.
12730
3e5b7009
GM
127312010-03-11 Glenn Morris <rgm@gnu.org>
12732
0dcf7d7e
GM
12733 * cus-edit.el (customize-changed-options-previous-release):
12734 Bump to 23.1.
12735
3e5b7009
GM
12736 * image.el (image-animate-max-time): Fix :version tag.
12737
288f9fc0
CY
127382010-03-10 Chong Yidong <cyd@stupidchicken.com>
12739
12740 * Branch for 23.2.
12741
53ef91b1
SM
127422010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * vc-git.el (vc-git-revision-table): Include remote branches.
12745
b41460ae 127462010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12747
12748 Animated image API.
12749 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12750
12751 * image.el (image-animate-max-time): New defcustom.
12752 (image-animated-types): New defconst.
12753 (create-animated-image, image-animate-timer)
12754 (image-animate-start, image-animate-stop, image-animate-timeout)
12755 (image-animated-p): New functions.
12756
12757 * image-mode.el (image-toggle-display-image):
12758 Replace `create-image' with `create-animated-image'.
12759
e5d1fb10 127602010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12761
12762 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12763 instead of "format:"; this ensures that the output is
12764 newline-terminated.
12765
4e7cafbe
CY
127662010-03-08 Chong Yidong <cyd@stupidchicken.com>
12767
12768 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12769 that all errors are caught, and that the return value is always a
12770 list (Bug#5692).
12771
aec66319
KH
127722010-03-08 Kenichi Handa <handa@m17n.org>
12773
12774 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12775 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12776
b327c975
AS
127772010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12778
12779 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12780 call to rfc822-bad-address. (Bug#5692)
12781
1c465a6a
CY
127822010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12783
85626eef
SM
12784 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12785 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12786
a4e32226
CY
127872010-03-06 Chong Yidong <cyd@stupidchicken.com>
12788
12789 * calculator.el (calculator): Don't bind split-window-keep-point
12790 (Bug#5674).
12791
4c83ed3d
SM
127922010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * vc-git.el: Re-flow to fit into 80 columns.
12795 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12796 Remove spurious `quote' element in each case alternative.
12797 (vc-git-show-log-entry): Use prog1.
12798 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12799
e8defde3
SM
128002010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12801
12802 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12803
233f0c9f
CY
128042010-03-03 Chong Yidong <cyd@stupidchicken.com>
12805
12806 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12807 definition, not the name (Bug#5481).
12808
254bedef 128092010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12810
12811 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12812 argument with a local variable. (Bug#5670)
12813
7187cdae
JL
128142010-03-02 Juri Linkov <juri@jurta.org>
12815
12816 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12817
9cf3544e
MA
128182010-03-02 Michael Albinus <michael.albinus@gmx.de>
12819
12820 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12821 error when FILENAME and NEWNAME are existing remote directories.
12822
12823 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12824 parameter DIR-FLAG.
12825
33f77982
GM
128262010-03-02 Glenn Morris <rgm@gnu.org>
12827
12828 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12829 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12830
d99ea08e
KH
128312010-03-01 Kenichi Handa <handa@m17n.org>
12832
e8defde3 12833 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12834 myanmar-composable-pattern.
12835
e8defde3
SM
12836 * international/characters.el (script-list):
12837 * international/fontset.el (script-representative-chars):
12838 Change myanmar to burmese.
d99ea08e 12839 (otf-script-alist): Likewise.
4aa2c3b2
KH
12840 (setup-default-fontset): Likewise. Re-fix :otf spec.
12841
b374f54d
KY
128422010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12843
12844 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12845
71572c03
JD
128462010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12847
12848 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12849
00cffdeb
MA
128502010-02-28 Michael Albinus <michael.albinus@gmx.de>
12851
12852 * net/tramp.el (tramp-handle-write-region): START can be a string.
12853 Take care in the checks. Reported by Dan Davison
12854 <davison@stats.ox.ac.uk>.
12855
d4b06783
MA
128562010-02-28 Michael Albinus <michael.albinus@gmx.de>
12857
12858 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12859 (dbus-set-property, dbus-get-all-properties):
12860 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12861
8c3e96d2
CY
128622010-02-28 Chong Yidong <cyd@stupidchicken.com>
12863
de3a1fe9
CY
12864 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12865 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12866 * calendar/icalendar.el (icalendar--add-diary-entry):
12867 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12868 * files.el (recover-session-finish): Use with-current-buffer
12869 instead of save-excursion.
12870
c53b9c3b
SM
128712010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12872
12873 Fix in-buffer completion when after-change-functions modify the buffer.
12874 * minibuffer.el (completion--replace): New function.
12875 (completion--do-completion): Use it and use relative movement.
12876
4a16bdc6
CY
128772010-02-27 Chong Yidong <cyd@stupidchicken.com>
12878
12879 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12880
b8280f39
CY
128812010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12882
c53b9c3b
SM
12883 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12884 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12885
f88cc4d6
KH
128862010-02-26 Kenichi Handa <handa@m17n.org>
12887
12888 * language/burmese.el: Fix entries in composition-function-table.
12889 (myanmar-composable-pattern): New variable.
12890
12891 * international/fontset.el (setup-default-fontset): Add an entry
12892 for myanmar.
12893
12894 * international/characters.el (script-list): Add Myanmar
12895 Extended-A.
12896
cdbf9100
GM
128972010-02-26 Glenn Morris <rgm@gnu.org>
12898
90a94603
GM
12899 * custom.el (custom-initialize-delay): Doc fix.
12900
cdbf9100
GM
12901 * mail/sendmail.el (send-mail-function): Autoload the call
12902 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12903
f95a5fd0
CY
129042010-02-24 Chong Yidong <cyd@stupidchicken.com>
12905
12906 * files.el (hack-local-variables-filter): For eval forms, also
12907 check safe-local-variable-p (Bug#5636).
12908
459a5f4b
MA
129092010-02-22 Michael Albinus <michael.albinus@gmx.de>
12910
12911 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12912 setting the modes by `ignore-errors'. It might fail, for example
12913 if the file is not owned by the user but the group.
12914 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12915
bb23f6e8
CY
129162010-02-21 Chong Yidong <cyd@stupidchicken.com>
12917
6a7662bb
BR
12918 * files.el (directory-listing-before-filename-regexp):
12919 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
12920 date-like filenames (Bug#5597).
12921
b660eb70
CY
12922 * htmlfontify.el (htmlfontify): Doc fix.
12923
12924 * eshell/eshell.el (eshell): Doc fix.
12925
bb23f6e8
CY
12926 * startup.el (fancy-about-screen): In mode-line, apply
12927 mode-line-buffer-id face only to the buffer name (Bug#5613).
12928
3e39928c
CY
129292010-02-20 Kevin Ryde <user42@zip.com.au>
12930
f7e0618c
JB
12931 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12932 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
12933 (Bug#5599).
12934
0f00e948
EZ
129352010-02-20 Eli Zaretskii <eliz@gnu.org>
12936
12937 * subr.el (remove-yank-excluded-properties): Explain in a comment
12938 why `category' property is removed.
12939
3513efb2
CY
129402010-02-19 Chong Yidong <cyd@stupidchicken.com>
12941
6a7662bb
BR
12942 * isearch.el (isearch-update-post-hook, isearch-update):
12943 Revert 2010-02-17 change.
3513efb2 12944
b4340b3f
UJ
129452010-02-19 Ulf Jasper <ulf.jasper@web.de>
12946
12947 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12948 (icalendar--convert-weekly-to-ical)
12949 (icalendar--convert-yearly-to-ical)
12950 (icalendar--convert-block-to-ical)
12951 (icalendar--convert-cyclic-to-ical)
12952 (icalendar--convert-anniversary-to-ical): Take care of time
12953 specifications where hour has 1-digit only (Bug#5549).
12954
8cfae03d
NR
129552010-02-19 Nick Roberts <nickrob@snap.net.nz>
12956
12957 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12958 of disassemble output in GDB 7.1.
12959
055e4eea
GM
129602010-02-19 Glenn Morris <rgm@gnu.org>
12961
12962 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12963 property. (Bug#5593)
12964
ff6b00de
SS
129652010-02-18 Sam Steingold <sds@gnu.org>
12966
12967 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12968
fe8c0b47
SM
129692010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 Use abbreviated file names in bookmarks (bug#5591).
12972 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12973 calls to expand-file-name.
12974 (bookmark-relocate): Use abbreviated file names in bookmarks.
12975 (bookmark-load): Use abbreviated file names in messages.
12976
73a37a69
MA
129772010-02-18 Michael Albinus <michael.albinus@gmx.de>
12978
12979 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12980 expand "." and "..". Reported by Thierry Volpiatto
12981 <thierry.volpiatto@gmail.com>.
12982
6e4f5731
MA
129832010-02-18 Michael Albinus <michael.albinus@gmx.de>
12984
12985 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12986 permissions of the temporary file to "0600". In case the remote
12987 file has no read permissions for the owner, there might be
12988 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12989
1299022010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
12991
12992 * emacs-lisp/authors.el (authors-renamed-files-alist):
12993 Add entries for INSTALL.CVS.
12994
ba5bf642
MH
129952010-02-17 Mark A. Hershberger <mah@everybody.org>
12996
f7e0618c 12997 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 12998
f7e0618c 12999 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13000 (isearch-update): Use the new hook.
13001
aac0b0f2
MA
130022010-02-16 Michael Albinus <michael.albinus@gmx.de>
13003
fe8c0b47
SM
13004 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13005 Fix errors in copying directories.
aac0b0f2
MA
13006 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13007 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13008 (tramp-handle-delete-file)
13009 (tramp-handle-dired-recursive-delete-directory)
13010 (tramp-handle-write-region): Flush also the cache for the upper
13011 directory.
13012
05bbe066
CY
130132010-02-16 Chong Yidong <cyd@stupidchicken.com>
13014
e8ab3908
CY
13015 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13016
ff90f4b0
CY
13017 * cus-edit.el (hardware): Doc fix.
13018
13019 * man.el (man): Add to external custom group.
13020
13021 * delim-col.el (columns): Move to wp custom group.
13022
13023 * doc-view.el (doc-view): Add to data custom group.
13024
fe8c0b47 13025 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13026
05bbe066
CY
13027 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13028 by ispell-parse-output (Bug#5575).
13029
fa6ea913
KH
130302010-02-16 Kenichi Handa <handa@m17n.org>
13031
13032 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13033 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13034 (skkdic-convert): Use `euc-japan' coding system for writing.
13035
88fd78ae
GM
130362010-02-16 Glenn Morris <rgm@gnu.org>
13037
13038 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13039 tex-main-file before using it. (Bug#5562)
13040
2b8c974a
SM
130412010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13044 warnings, since it is annoying for the user to see them each time he
13045 runs the code.
13046
7540f029
MA
130472010-02-15 Michael Albinus <michael.albinus@gmx.de>
13048
13049 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13050 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13051 instead of PROC for caching "first-password-request". Otherwise,
13052 new processes would not profit from passwords already entered.
13053
2b8c974a
SM
13054 * net/tramp-cache.el (tramp-dump-connection-properties):
13055 Don't save "first-password-request" property.
7540f029 13056
fa5f7c5f
JB
130572010-02-14 Juanma Barranquero <lekktu@gmail.com>
13058
13059 * outline.el (outline-head-from-level):
13060 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13061 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13062 (elint-defun, elint-buffer-env, elint-top-form-logged)
13063 (elint-unbound-variable):
13064 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13065 Fix typos in docstrings.
13066
ecbaeb7b
MA
130672010-02-14 Michael Albinus <michael.albinus@gmx.de>
13068
13069 * files.el (insert-directory): When WILDCARD-REGEXP and
13070 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13071 whole directory. (Bug#5551)
13072
13073 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13074 dired's alignment sanity. (Bug#5516)
13075
91e3333f
JL
130762010-02-14 Juri Linkov <juri@jurta.org>
13077
13078 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13079 Remove remaining ^H with their preceding chars. (Bug#5566)
13080
36020642
GM
130812010-02-13 Glenn Morris <rgm@gnu.org>
13082
13083 * simple.el (transpose-subr): Give it a doc-string.
13084
13085 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13086 Doc fixes.
13087
f5952338
JL
130882010-02-12 Juri Linkov <juri@jurta.org>
13089
13090 * arc-mode.el (archive-unique-fname): Make directories for nested
13091 archives. (Bug#5540)
13092
918fe50f
JL
130932010-02-12 Juri Linkov <juri@jurta.org>
13094
13095 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13096
c07ff221
SM
130972010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13098
48b1e7cf
SM
13099 * subr.el (copy-overlay): Handle deleted overlays.
13100
c07ff221
SM
13101 * man.el (Man-completion-table): Don't signal an error if we can't run
13102 manual-program (bug#4056).
13103
0e374247
JB
131042010-02-10 Juanma Barranquero <lekktu@gmail.com>
13105
13106 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13107
dbf8402b
SM
131082010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13109
348d1e60
SM
13110 * info.el (Info-bookmark-jump): Simplify.
13111
dbf8402b
SM
13112 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13113 (bookmark-default-handler): Accept new bookmark field `buffer'.
13114
e6d23bb5
CY
131152010-02-10 Chong Yidong <cyd@stupidchicken.com>
13116
13117 * iswitchb.el (iswitchb-completions): Revert last change.
13118
a8e4290b
MA
131192010-02-10 Michael Albinus <michael.albinus@gmx.de>
13120
2b23acde 13121 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13122 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13123 This prevents file names like "~/" being listed literally.
a8e4290b 13124
c59d6fad
DN
131252010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13126
348d1e60
SM
13127 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13128 Remove dead code. (Bug#5546)
c59d6fad 13129
3a66e78f
CY
131302010-02-09 Chong Yidong <cyd@stupidchicken.com>
13131
13132 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13133 correctly (Bug#5548).
13134
f29fd869
CY
131352010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13136
13137 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13138 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13139
7fad1447
KH
131402010-02-08 Kenichi Handa <handa@m17n.org>
13141
13142 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13143 cookie for putting `lisp-indent-function'.
7fad1447 13144
50e4518b
GM
131452010-02-07 Glenn Morris <rgm@gnu.org>
13146
13147 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13148 Move F2003 named interfaces from keywords-2 to keywords-1, and
13149 use function-name-face rather than constant-face.
13150 Simplify "abstract interface" regexp.
13151
a4cc44cf
CY
131522010-02-07 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13155 ID-FORMAT. Pass it to `file-attributes'.
13156
13157 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13158
c917476d
CY
131592010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13160
13161 * faces.el (set-face-attribute): Allow calling
13162 internal-set-lisp-face-attribute with 'unspecified family and
13163 foundry argument (Bug#5536).
13164
7cf3f3d6
GM
131652010-02-07 Glenn Morris <rgm@gnu.org>
13166
13167 * progmodes/f90.el (f90-font-lock-keywords-2)
13168 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13169 Handle F2003 named interfaces.
13170
ffe87109
CY
131712010-02-06 Chong Yidong <cyd@stupidchicken.com>
13172
13173 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13174 beg and end before calling c-get-state-before-change-functions.
13175
4775ecad
DN
131762010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13177
33aeea0e
SM
13178 * vc-bzr.el (vc-bzr-dir-extra-headers):
13179 Disable the pending merges header.
4775ecad 13180
0d17c4b9
JL
131812010-02-05 Juri Linkov <juri@jurta.org>
13182
13183 * doc-view.el (doc-view-mode):
13184 * image-mode.el (image-mode): Put property mode-class=special.
13185 (Bug#4896)
13186
8228a275
MH
131872010-02-05 Mark A. Hershberger <mah@everybody.org>
13188
13189 * vc-svn.el (vc-svn-revision-table): New function.
13190
d9320986
MA
131912010-02-05 Michael Albinus <michael.albinus@gmx.de>
13192
13193 * net/ange-ftp.el (ange-ftp-insert-directory):
13194 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13195 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13196 Handle also directories. (Bug#5478)
13197
f43d8ecc
GM
131982010-02-05 Glenn Morris <rgm@gnu.org>
13199
13200 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13201
ce3a988d
CY
132022010-02-05 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * startup.el (command-line-1): Convert options beginning with a
13205 single dash as well (Bug#5519).
13206
bdd42899
SM
132072010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13208
51b23c44
SM
13209 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13210 * minibuffer.el (completion-initials-expand): Only check the presence
13211 of delims *within* the boundaries, since otherwise the / delim is
13212 always found for files.
13213
bdd42899
SM
13214 Fix up various corner case problems.
13215 * doc-view.el (doc-view-last-page-number): New function.
13216 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13217 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13218 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13219 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13220 (doc-view-convert-current-doc): Don't create the resolution.el file
13221 here any more.
13222 (doc-view-pdf/ps->png): Do it here instead.
13223 (doc-view-already-converted-p): Check that resolution.el is present.
13224 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13225 windows that are not yet showing images.
13226
d5b3979c
MA
132272010-02-04 Michael Albinus <michael.albinus@gmx.de>
13228
13229 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13230 `dired-uncache' for every elemnt which is an absolute file name.
13231
13232 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13233 directory, handle its directory component.
13234 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13235 function is called permanently and creates noise, otherwise.
13236
13237 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13238 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13239 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13240
b003beb1
DB
132412010-02-04 David Burger <dburger@google.com> (tiny change)
13242
13243 * macros.el (apply-macro-to-region-lines):
13244 Minor simplification. (Bug#5485)
13245
ea92f9f3
GM
132462010-02-04 Glenn Morris <rgm@gnu.org>
13247
a03ae20d
GM
13248 * mail/rmail.el (rmail-show-message-1): Handle malformed
13249 quoted-printable text. (Bug#5441)
13250
4d01b827
GM
13251 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13252
ea92f9f3
GM
13253 * simple.el (visual-line-mode): Capitalize lighter.
13254
82055bb7
JW
132552010-02-03 John Wiegley <jwiegley@gmail.com>
13256
13257 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13258 list of files considered for "virtual buffer" completions.
13259
8214b6e4
MA
132602010-02-03 Michael Albinus <michael.albinus@gmx.de>
13261
13262 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13263 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13264 when dired is called with a list of files, which are not in
13265 `default-directory'. (Bug#5478)
13266
1df9718f
SM
132672010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13270
02ba1267
JL
132712010-02-02 Juri Linkov <juri@jurta.org>
13272
13273 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13274 from unidiff to allow function-line after @@.
13275
a0c6a0fb
JL
132762010-02-02 Juri Linkov <juri@jurta.org>
13277
13278 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13279 '(RCS SCCS) with inverted condition.
13280
c35fcd52
MA
132812010-02-02 Michael Albinus <michael.albinus@gmx.de>
13282
13283 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13284 messages.
13285
6ba973c1
JL
132862010-02-01 Juri Linkov <juri@jurta.org>
13287
13288 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13289 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13290 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13291 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13292
0bca393f
SM
132932010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13294
13295 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13296 (doc-view-revert-buffer): New command.
13297 (doc-view-mode-map): Use it.
13298
7a444e2a
DN
132992010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13300
13301 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13302 pending merge is detected.
13303
ad6fc8f4
JL
133042010-01-31 Juri Linkov <juri@jurta.org>
13305
13306 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13307 beginning of interactive spec like all other grep commands do.
13308 Put "all" in front of "gz". (Bug#5260)
13309
b9236874
DN
133102010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13311
13312 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13313
1e868757
CY
133142010-01-29 Chong Yidong <cyd@stupidchicken.com>
13315
13316 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13317 regexp is incorrect (Bug#5476).
13318
e5c70c41
MA
133192010-01-29 Michael Albinus <michael.albinus@gmx.de>
13320
13321 * net/tramp.el (tramp-handle-insert-directory): Handle also
13322 symlinks, when FILENAME is not in `default-directory'.
13323
0c0b61f1
MA
133242010-01-28 Michael Albinus <michael.albinus@gmx.de>
13325
13326 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13327 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13328
13329 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13330 of SWITCHES. Handle the case, FILENAME is not in
13331 `default-directory'. (Bug#5478)
13332 (tramp-register-file-name-handlers): Add safe-magic property.
13333
763f325e
CY
133342010-01-28 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13337 unzip (Bug#5475).
13338
fd09a83f
CY
133392010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13340
13341 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13342 (flymake-master-make-header-init): Add other C++ filename masks.
13343 (flymake-find-possible-master-files)
13344 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13345
7e5686f0
MA
133462010-01-28 Michael Albinus <michael.albinus@gmx.de>
13347
13348 Fix some busybox annoyances.
13349
13350 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13351 not responding." string.
13352 (tramp-open-connection-setup-interactive-shell): Dump stty
13353 settings. Enable "neveropen" arg for all `tramp-send-command'
13354 calls. Handle "=" in variable values properly.
13355 (tramp-find-inline-encoding): Raise an error, when no encoding is
13356 found.
13357 (tramp-wait-for-output): Check, whether PROC buffer is available.
13358 Remove spurious " ^H" sequences, sent by busybox.
13359 (tramp-get-ls-command): Suppress coloring, if possible.
13360
c6265c10
GM
133612010-01-28 Glenn Morris <rgm@gnu.org>
13362
c85a168b
GM
13363 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13364
c6265c10
GM
13365 * log-edit.el (log-edit-strip-single-file-name): Add missing
13366 :safe, :group, and :version tags.
13367
7d82a738
SB
133682010-01-27 Stephen Berman <stephen.berman@gmx.net>
13369
13370 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13371 buffers. (Bug#5477)
13372
8b0e68ea
CY
133732010-01-27 David De La Harpe Golden <david@harpegolden.net>
13374
13375 * files.el (delete-directory): Handle moving to trash without
13376 first doing recursion (Bug#5436).
13377
368d3208
DN
133782010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13379
13380 * vc-hooks.el (vc-path): Mark as obsolete.
13381
755da7fa
DN
133822010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13383
e2396d80
DN
13384 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13385 names too.
13386
755da7fa
DN
13387 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13388 for the short log.
13389 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13390
6a6d15ab 133912010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13392
ac9ffe99 13393 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13394
48c2d18a 13395 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13396
25f38310 133972010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13398
13399 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13400 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13401
51850286
DN
134022010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13403
c2f1d6d8
DN
13404 Remove support for adding --signoff on commit.
13405 Future support will use an incompatible generic mechanism.
13406 * vc-git.el (vc-git-add-signoff): Remove variable.
13407 (vc-git-toggle-signoff): Remove function.
13408 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13409
6a7662bb
BR
13410 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13411 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13412 was set.
13413 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13414 earlier, call it again in case the background mode has changed.
13415
02c6d0d0
CY
134162010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13417
13418 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13419 (Bug#3541).
13420
064eee03
CY
134212010-01-23 Chong Yidong <cyd@stupidchicken.com>
13422
02c6d0d0
CY
13423 * emacs-lisp/assoc.el (aelement): Doc fix.
13424 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13425
5336c3ec 134262010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13427
48c2d18a 13428 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13429 is the same as subprogram call, not declaration. (Bug#5435).
13430
0536254e
MA
134312010-01-23 Michael Albinus <michael.albinus@gmx.de>
13432
13433 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13434 (tramp-smb-maybe-open-connection): Use it.
13435
411d06c2
MA
134362010-01-22 Michael Albinus <michael.albinus@gmx.de>
13437
0536254e 13438 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13439
c893016b
SM
134402010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13441
13442 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13443 just because we see "encoding: 8bit".
13444 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13445
9425f8e1
CY
134462010-01-22 Chong Yidong <cyd@stupidchicken.com>
13447
13448 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13449
6a801864
EZ
134502010-01-22 Eli Zaretskii <eliz@gnu.org>
13451
13452 * jka-compr.el (jka-compr-load): If load-file is not in
13453 load-history, try its file-truename version. (bug#5447)
13454
3e8f7d91
AM
134552010-01-21 Alan Mackenzie <acm@muc.de>
13456
13457 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13458 * progmodes/cc-engine.el (c-invalidate-state-cache):
13459 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13460 special cpp construct is still in the buffer.
13461 (c-parse-state): Record the special cpp with markers, not numbers.
13462
f0bd0ad5
CY
134632010-01-21 Kenichi Handa <handa@m17n.org>
13464
13465 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13466 process last-command-event, as it is now decoded first (Bug#5380).
13467
5189d95b
CY
134682010-01-20 Chong Yidong <cyd@stupidchicken.com>
13469
13470 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13471
e073d74a
GM
134722010-01-20 Glenn Morris <rgm@gnu.org>
13473
13474 * indent.el (tab-always-indent): Fix custom-type.
13475
8ee04f3a
AM
134762010-01-19 Alan Mackenzie <acm@muc.de>
13477
13478 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13479 buffer throws "args out of range".
13480 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13481 playing the role of delimiter.
13482
6a47c86a
SL
134832010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13484
bf0b361c 13485 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13486 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13487 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13488 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13489 Improve comments in "is" portion. Handle null procedure declaration.
13490 (ada-move-to-end): Improve doc string.
13491
2acfb954
ÓF
134922010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13493
e90d57c0 13494 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13495 Remove obsolete information from commentary.
e90d57c0
JB
13496 (ido-choice-list): Initialize to nil.
13497 (ido-get-bufname): Reject minibuffers.
13498 (ido-make-buffer-list): If "default" is a nonexistent
13499 buffer, ignore it, as per the function's comment.
13500 (ido-kill-buffer-internal): New function.
13501 (ido-kill-buffer-at-head): Use it.
13502 (ido-visit-buffer): Likewise.
2acfb954 13503
244b023e
CY
135042010-01-18 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13507
db9e401b
JB
135082010-01-18 Juanma Barranquero <lekktu@gmail.com>
13509
db9e401b
JB
13510 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13511 Fix typos in chart titles.
13512
13513 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13514 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13515 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13516 (describe-class, eieio-describe-generic, describe-generic):
13517 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13518 (eieio-speedbar-expand):
13519 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13520 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13521 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13522 (viper-del-backward-char-in-replace, viper-backward-indent)
13523 (viper-brac-function, viper-register-to-point, viper-submit-report):
13524 * net/tramp.el (tramp-remote-coding-commands):
13525 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13526 Fix typos in docstrings.
13527
9295137d
CY
135282010-01-17 Chong Yidong <cyd@stupidchicken.com>
13529
13530 * mail/sendmail.el (mail-yank-original): Set the mark if the
13531 specified function for yanking does not do it.
13532
4d0bbcb6
DN
135332010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13534
7902c120
DN
13535 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13536
4d0bbcb6
DN
13537 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13538 resyncing a directory.
13539
0b702bc1
SL
135402010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13541
6a47c86a 13542 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13543 (ada-ident-re): Delete ., allow multibyte characters.
13544 (ada-goto-label-re): New; matches goto labels.
13545 (ada-block-label-re): New; matches block labels.
13546 (ada-label-re): New; matches both.
5f9d345c 13547 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13548 `ada-block-label-re' instead.
13549 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13550 Use `ada-block-label-re'.
13551 (ada-indent-on-previous-lines): Improve handling of goto labels.
13552 (ada-get-indent-block-start): Special-case block label.
13553 (ada-get-indent-label): Split into `ada-indent-block-label' and
13554 `ada-indent-goto-label'.
13555 (ada-goto-stmt-start, ada-goto-next-non-ws):
13556 Optionally ignore goto labels.
13557 (ada-goto-next-word): Simplify.
13558 (ada-indent-newline-indent-conditional): Insert newline before
13559 trying to fix indentation; doc fix.
13560
05287c49
JB
135612010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13562
13563 * calc/calc.el (calc-command-flags): Give it an initial value.
13564
4963739e
JB
135652010-01-17 Juanma Barranquero <lekktu@gmail.com>
13566
4963739e
JB
13567 * files.el (minibuffer-with-setup-hook):
13568 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13569 (artist-key-draw-continously, artist-key-do-continously-continously)
13570 (artist-key-set-point-continously, artist-mouse-draw-continously):
13571 Fix typos in docstrings.
13572
116bd1ee
CY
135732010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13574
6a7662bb
BR
13575 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13576 Never return t (Bug#3898).
116bd1ee 13577
2784cd7a 135782010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13579
13580 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13581 can parse the output of the external commands (Bug#5279).
13582
abd5cfe8
CY
135832010-01-16 Jari Aalto <jari.aalto@cante.net>
13584
13585 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13586
4fe22cdf
CY
135872010-01-16 Chong Yidong <cyd@stupidchicken.com>
13588
bbdc98ef
CY
13589 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13590
c7dc1ac1
CY
13591 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13592
4fe22cdf
CY
13593 * startup.el (command-line): Remove unused --icon-type arg.
13594 Handle --display arg, passing it to command-line-1 (Bug#5392).
13595
045b9da7
ML
135962010-01-16 Mario Lang <mlang@delysid.org>
13597
045b9da7
ML
13598 * emacs-lisp/chart.el (chart-translate-namezone):
13599 * textmodes/artist.el (artist-compute-popup-menu-table):
13600 Remove duplicated words in doc-strings.
13601
6554a5df
CY
136022010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13603
13604 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13605 to mairix-search to suppress threading (Bug#5342).
13606
ca4f0e9a
KH
136072010-01-15 Kenichi Handa <handa@m17n.org>
13608
13609 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13610 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13611
1db3226b
GM
136122010-01-15 Glenn Morris <rgm@gnu.org>
13613
56a03f46
GM
13614 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13615
13616 * wid-edit.el (widget-keymap): Doc fix.
13617
1db3226b
GM
13618 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13619 former seems to be more widely accepted by various svn versions.
13620
80cd4bb4
JB
136212010-01-14 Juanma Barranquero <lekktu@gmail.com>
13622
d1f18ec0
JB
13623 * find-cmd.el (find-constituents):
13624 * vc-arch.el (vc-arch-root):
13625 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13626 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13627 * progmodes/ada-stmt.el (ada-if):
13628 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13629 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13630 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13631 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13632
80cd4bb4
JB
13633 * progmodes/flymake.el (flymake-post-syntax-check):
13634 Fix typo in error message.
13635
9c23ca47
JB
136362010-01-14 Juanma Barranquero <lekktu@gmail.com>
13637
13638 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13639 which is always a string. (Bug#5313)
13640
8794c483
JB
136412010-01-14 Juanma Barranquero <lekktu@gmail.com>
13642
13643 * progmodes/ada-xref.el (ada-default-prj-properties):
13644 Simplify previous change.
13645
95005d39
SL
136462010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13647
13648 * progmodes/ada-xref.el (ada-default-prj-properties):
13649 Default ada_project_path to $ADA_PROJECT_PATH.
13650
136512010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13652
13653 * progmodes/ada-mode.el (ada-create-keymap):
13654 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13655
fb0d1545
SL
136562010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13657
13658 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13659 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13660 (ada-get-current-indent, ada-imenu-generic-expression)
13661 (ada-which-function): Check for it.
13662
5c9434d0
SL
136632010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13664
13665 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13666 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13667
3a4f3a3b
GM
136682010-01-14 Glenn Morris <rgm@gnu.org>
13669
13670 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13671
d9a7c140
KH
136722010-01-14 Kenichi Handa <handa@m17n.org>
13673
13674 * composite.el (auto-composition-mode): Make it a buffer local
13675 variable (permanent-local).
13676 (auto-composition-function): Set the default value to
13677 auto-compose-chars.
49caf252 13678 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13679 (global-auto-composition-mode): Likewise.
13680 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13681
38bee102
KF
136822010-01-13 Karl Fogel <kfogel@red-bean.com>
13683
13684 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13685
b8b45afc
MA
136862010-01-12 Michael Albinus <michael.albinus@gmx.de>
13687
13688 * files.el (copy-directory): Compute target for recursive
13689 directories with identical names. (Bug#5343)
13690
893db5bc
GM
136912010-01-12 Glenn Morris <rgm@gnu.org>
13692
6a7662bb
BR
13693 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13694 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13695
d8b8451f
SS
136962010-01-11 Sam Steingold <sds@gnu.org>
13697
13698 * imenu.el (imenu-default-create-index-function): Detect infinite
13699 loops caused by imenu-prev-index-position-function.
13700
30afcdff
JB
137012010-01-11 Juanma Barranquero <lekktu@gmail.com>
13702
13703 * htmlfontify.el (htmlfontify-load-rgb-file)
13704 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13705 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13706 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13707 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13708 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13709 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13710 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13711 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13712 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13713 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13714 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13715 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13716 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13717 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13718 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13719 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13720 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13721 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13722 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13723 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13724 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13725 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13726 backslash-quoting from parentheses, etc.
13727
92b1c416
CY
137282010-01-11 Chong Yidong <cyd@stupidchicken.com>
13729
13730 * progmodes/js.el: Autoload javascript-mode alias.
13731
4454adab
JB
137322010-01-11 Juanma Barranquero <lekktu@gmail.com>
13733
13734 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13735 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13736 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13737 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13738 Fix typos in docstrings.
13739 (ffap-url-regexp): Doc fix.
13740 (ffap-at-mouse): Fix typo in message.
13741
6589a2f9
GM
137422010-01-11 Glenn Morris <rgm@gnu.org>
13743
13744 * version.el (emacs-copyright): Set copyright year to 2010.
13745
4e5617ee
SM
137462010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * format.el (format-annotate-function): Only set
13749 write-region-post-annotation-function after running to-fn so as not to
13750 affect nested write-region calls (bug#5273).
13751
52bee098
CY
137522010-01-10 Chong Yidong <cyd@stupidchicken.com>
13753
a069f067
CY
13754 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13755 wisent/python.el.
13756
e709e39d
CY
137572010-01-09 Chong Yidong <cyd@stupidchicken.com>
13758
13759 * man.el (Man-goto-section): Signal error if the section is not
13760 found (Bug#5317).
13761
6ee86780
JB
137622010-01-09 Juanma Barranquero <lekktu@gmail.com>
13763
13764 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13765 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13766
fa7b5f7b
CY
137672010-01-09 Chong Yidong <cyd@stupidchicken.com>
13768
13769 * progmodes/compile.el: Don't treat compile-command as safe if
13770 compilation-read-command might be nil (Bug#4218).
13771
de62c4d9
JD
137722010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13773
13774 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13775 NS options.
13776
e94be827
KH
137772010-01-08 Kenichi Handa <handa@m17n.org>
13778
4e5617ee
SM
13779 * international/fontset.el (build-default-fontset-data):
13780 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13781
1dfae2a2
JB
137822010-01-07 Juanma Barranquero <lekktu@gmail.com>
13783
13784 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13785 to `create-file-buffer' as it expects, not just a buffer name.
13786 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13787 to help uniquify. (Bug#3224)
13788
d0cf45b7
JD
137892010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13790
13791 * font-setting.el (font-setting-change-default-font): Use user-spec
13792 instead of name.
13793
7534fa5e
DN
137942010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13795
13796 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13797
fd579fdc
CY
137982010-01-05 Tom Tromey <tromey@redhat.com>
13799
4e5617ee
SM
13800 * progmodes/python.el (python-font-lock-keywords):
13801 Handle qualified decorators (Bug#881).
fd579fdc 13802
37860caf
DN
138032010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13804
13805 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13806 in a lightweight checkout.
13807
69db641d
KH
138082010-01-05 Kenichi Handa <handa@m17n.org>
13809
4e5617ee 13810 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13811
b25d6a02
DN
138122010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13813
13814 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13815
137d88ca
DN
138162010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13817
13818 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13819 checkouts. (Bug#618)
3d5d0aa9 13820 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13821 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13822 (vc-bzr-shelve-menu-map):
13823 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13824 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13825
da76998b
CY
138262010-01-02 Chong Yidong <cyd@stupidchicken.com>
13827
13828 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13829 They are valid characters in URL paths (rfc3986), and at least
13830 Firefox does not understand the encoded version (Bug#3166).
13831
b2ad70b6
CY
138322010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13833
13834 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13835 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13836 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13837 (octave-end-as-array-index-p): New function.
13838 (calculate-octave-indent): Use it.
13839
54136282
KF
138402010-01-02 Karl Fogel <kfogel@red-bean.com>
13841
13842 * bookmark.el: Consistently put the text property on the bookmark name.
13843 (bookmark-bmenu-marks-width): Bump back to 2, to include
13844 annotation marks.
13845 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13846 property on the bookmark name, instead of not putting it at all.
13847 (bookmark-bmenu-list): Fix where we put the text property.
13848
cc4d3cad
KF
138492010-01-02 Karl Fogel <kfogel@red-bean.com>
13850
13851 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13852 for showing buffer modified state (as added in the previous change).
13853
b894c439
KF
138542010-01-02 Karl Fogel <kfogel@red-bean.com>
13855
13856 * bookmark.el: Show modified state of bookmark buffer more accurately.
13857 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13858 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13859 (with-buffer-modified-unmodified): New macro.
13860 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13861 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13862 Use new macro to preserve the buffer modified state.
b894c439 13863
3a69db53
KF
138642010-01-02 Karl Fogel <kfogel@red-bean.com>
13865
4e5617ee 13866 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13867 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13868 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13869 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13870 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13871 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13872 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13873
af414f10
EZ
138742010-01-02 Eli Zaretskii <eliz@gnu.org>
13875
4e5617ee
SM
13876 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13877 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13878
f2ec0e5e
CY
138792010-01-02 Ryan Yeske <rcyeske@gmail.com>
13880
13881 * net/rcirc.el: Add follow-link binding (Bug#4738).
13882
38c1ba62
EZ
138832010-01-02 Eli Zaretskii <eliz@gnu.org>
13884
4e5617ee 13885 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13886 (cvs-update): New target for backward compatibility.
13887
4e5617ee 13888 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13889 (cvs-update): New target for backward compatibility.
13890
ea2c0f5b
KF
138912010-01-02 Karl Fogel <kfogel@red-bean.com>
13892
13893 * bookmark.el: Remove gratuitous gratitude.
13894
5ae329f4
KF
138952010-01-02 Karl Fogel <kfogel@red-bean.com>
13896
c4cc8b9a 13897 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13898 (bookmark-bmenu-save): Clear buffer modification if no marks.
13899
139002010-01-02 Karl Fogel <kfogel@red-bean.com>
13901
13902 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13903 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13904 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13905 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13906
13907 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13908 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13909 To: emacs-devel {_AT_} gnu.org
13910 Subject: bookmark.el bug report
13911 Date: Mon, 28 Dec 2009 14:19:16 +0800
13912 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13913
aef053eb
KF
139142010-01-02 Karl Fogel <kfogel@red-bean.com>
13915
13916 * bookmark.el: Improvements suggested by Drew Adams:
13917 (bookmark-bmenu-ensure-position): New name for
13918 `bookmark-bmenu-check-position'. Just ensure the position,
13919 don't return any meaningful value.
13920 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13921 New constants.
13922
0472835f
JB
139232010-01-02 Juanma Barranquero <lekktu@gmail.com>
13924
13925 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13926 (bookmark-yank-point, bookmark-bmenu-check-position):
13927 Fix typos in docstrings.
13928 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13929 (bookmark-name-from-full-record, bookmark-get-position)
13930 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13931 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13932 Remove useless quoting of parenthesis, etc. in docstrings.
13933
13934 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13935 (ediff-append-custom-diff): Fix typo in error message.
13936 (ediff-meta-mark-equal-files): Fix typos in messages.
13937
13938 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13939
0472835f
JB
13940 * net/imap-hash.el (imap-hash-make): Doc fix.
13941 (imap-hash-test): Fix typo in error message; reflow docstring.
13942 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13943 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13944 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13945 Fix typos in docstrings.
13946 (imap-hash-open-connection): Fix typo in error message.
13947
13948 * play/gomoku.el (gomoku): Fix typos in docstring.
13949
13950 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13951 (gdb-jsonify-buffer): Fix typos in docstring.
13952 (gdb-goto-breakpoint): Fix typo in error message.
13953 ("Display Other Windows"): Fix typo in help message.
13954 (gdb-speedbar-expand-node): Fix typo in question.
13955
13956 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13957 (idlwave-html-system-help-location, idlwave-html-help-location)
13958 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13959 (idlwave-help-browser-generic-args, idlwave-help-directory)
13960 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13961 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13962 (idlwave-online-help, idlwave-help-html-link)
13963 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13964 Fix typos in docstrings.
13965 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13966 Reflow docstrings.
13967 (idlwave-help-assistant-start): Fix typo in error message.
13968
13969 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13970 (octave-electric-space): Fix typos in docstrings.
13971
9bbe0828
CY
139722010-01-01 Chong Yidong <cyd@stupidchicken.com>
13973
13974 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13975
a88c46c3
CY
139762010-01-01 Juri Linkov <juri@jurta.org>
13977
13978 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 13979 increase the default to 500 (Bug#5148).
a88c46c3 13980
7ee6c59b
NR
139812009-12-31 Nick Roberts <nickrob@snap.net.nz>
13982
13983 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13984 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13985 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13986
a9c8a2cd
NR
139872009-12-30 Nick Roberts <nickrob@snap.net.nz>
13988
13989 Show working revision correctly for mercurial.
13990 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 13991 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 13992
659e4408
JB
139932009-12-29 Juanma Barranquero <lekktu@gmail.com>
13994
13995 Declare some functions for the byte-compiler.
13996 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13997 (speedbar-timer-fn, speedbar-change-expand-button-char)
13998 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13999
7ee6c59b
NR
140002009-12-29 Nick Roberts <nickrob@snap.net.nz>
14001
14002 This changeset reverts GDB Graphical Interface to use annotations.
14003 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14004
460f6e7c
DN
140052009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14006
14007 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14008 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14009 Return file names relative to it.
460f6e7c
DN
14010 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14011 relative directory to vc-bzr-after-dir-status.
14012
543f553a
TH
140132009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14014
14015 * font-lock.el (font-lock-refresh-defaults): New function, which
14016 can be used to let font-lock react to external changes in
14017 variables like font-lock-defaults and keywords.
14018 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14019
2592ab76
DN
140202009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14021
ac859983
DN
14022 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14023
2592ab76
DN
14024 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14025
58941d03
JB
140262009-12-28 Juanma Barranquero <lekktu@gmail.com>
14027
14028 Supersede color.diff settings in git log (bug#5211).
14029
14030 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14031 escape chars in its output when the user has color.diff set to `always'.
14032 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14033
39764e76
KR
140342009-12-26 Kevin Ryde <user42@zip.com.au>
14035
14036 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14037 node. Keep previous "Index" name to work with past coreutils too.
14038
91c4831e
KR
14039 * man.el (man): Revise docstring a bit to show -a and -l as
14040 examples. Add -k description since support for it has otherwise
14041 been a secret. (Further to bug#3717.)
651e932e
KR
14042 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14043 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14044 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14045
7f4d4a97
MA
140462009-12-26 Michael Albinus <michael.albinus@gmx.de>
14047
14048 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14049 switches. Check also for //SUBDIRED// line.
14050
bcffff46
KH
140512009-12-25 Kenichi Handa <handa@m17n.org>
14052
88b5a757 14053 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14054 handle ZWNJ and ZWJ. Use it in composition-function-table for
14055 Devanagari.
14056 (malayalam-composable-pattern): Fix previous change.
14057
dc1dcfa4
VJL
140582009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14059
14060 * ps-print.el (ps-face-attributes): It was not returning the
14061 attribute face for faces specified as string. Reported by harven
80525855 14062 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14063 (ps-print-version): New version 7.3.5.
14064
6fe539d2
UJ
140652009-12-18 Ulf Jasper <ulf.jasper@web.de>
14066
85626eef 14067 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14068 Fix timezone names.
14069 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14070 (icalendar--add-diary-entry): Remove the trailing blank that
14071 diary-make-entry inserts.
14072
1f3611c6
MA
140732009-12-17 Michael Albinus <michael.albinus@gmx.de>
14074
14075 Make `file-expand-wildcards' work for remote files.
14076
14077 * files.el (file-expand-wildcards): In case of remote files, check
14078 only local file name part for wildcards. Provide feature 'files
14079 and subfeature 'remote-wildcards. (Bug#5198)
14080
14081 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14082 if there is already an established connection.
14083 (tramp-advice-file-expand-wildcards): Remove it.
14084
14085 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14086 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14087 Activate advice for older GNU Emacs versions. (Bug#5237)
14088
9762b219
JB
140892009-12-17 Juanma Barranquero <lekktu@gmail.com>
14090
14091 Some doc fixes (more needed).
14092
14093 * find-cmd.el (find-constituents): Reflow docstring.
14094 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14095 (find-generic): Doc fix.
14096
cfb54897
JL
140972009-12-17 Juri Linkov <juri@jurta.org>
14098
14099 Fix regression from 23.1 to allow multiple modes in Local Variables.
14100
14101 * files.el (hack-local-variables-filter): While ignoring duplicates,
14102 don't take `mode' into account.
85626eef
SM
14103 (hack-local-variables-filter, hack-dir-local-variables):
14104 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14105
ad974e9e
JL
141062009-12-17 Juri Linkov <juri@jurta.org>
14107
85626eef 14108 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14109
14110 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14111 `current' or when `file' is a directory of the `current' file.
14112
3616e0b9
AS
141132009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14114
14115 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14116 unconditionally preloaded files.
14117
72b57560
JL
141182009-12-16 Juri Linkov <juri@jurta.org>
14119
14120 Revert to old 23.1 logic of using the file at the mark as default.
14121 * dired-aux.el (dired-diff): Use the file at the mark as default
14122 if it's not the same as the current file, and the target dir is
14123 the current dir or the mark is active. Add the current file
14124 as the arg of `dired-dwim-target-defaults'. Use the default file
14125 in the prompt. (Bug#5225)
14126
68712eb6
MA
141272009-12-15 Michael Albinus <michael.albinus@gmx.de>
14128
14129 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14130 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14131 (tramp-check-for-regexp): Check also, when an echoing shell stops
14132 to echo sent commands.
14133
fd471993
CY
141342009-12-14 Chong Yidong <cyd@stupidchicken.com>
14135
14136 * Makefile.in: Revert last change (Bug#5191).
14137
86b5e14c
DN
141382009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14139
14140 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14141 (vc-hg-working-revision): Make sure the command is executed in a
14142 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14143
8cffbb75
CY
141442009-12-14 Chong Yidong <cyd@stupidchicken.com>
14145
14146 * progmodes/python.el (python-symbol-completions): Remove text
14147 properties from symbol string before calling python-send-receive.
14148
6c2b67ad
NR
141492009-12-14 Nick Roberts <nickrob@snap.net.nz>
14150
14151 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14152 when there are values for both file and line. (Bug#5060)
6c2b67ad 14153
ff6f4585
JL
141542009-12-14 Juri Linkov <juri@jurta.org>
14155
14156 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14157 whitespace after the file name of the first line of unified format,
14158 because git-diff doesn't output whitespace and file modification time
14159 after the file name.
14160
d3de1c8e
JL
141612009-12-14 David Kastrup <dak@gnu.org>
14162
14163 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14164 check if it already has the `display' property added by
14165 `Info-display-images-node', and not put the `invisible' property
14166 in this case.
14167
2f1b7dc4
GM
141682009-12-13 Glenn Morris <rgm@gnu.org>
14169
a0cefee5
GM
14170 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14171 (report-emacs-bug): In message-mode, sort manually before storing
14172 original report text. (Bug#5178)
2f1b7dc4
GM
14173 Remove superfluous save-excursion.
14174
31bb373f
MA
141752009-12-12 Michael Albinus <michael.albinus@gmx.de>
14176
14177 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14178 when responding to "GetAll" properties.
14179
5e1d4968
CY
141802009-12-12 Chong Yidong <cyd@stupidchicken.com>
14181
14182 * simple.el (compose-mail): Remove mail-setup-with-from from
14183 customization checks.
14184
097d86f9
EZ
141852009-12-12 Eli Zaretskii <eliz@gnu.org>
14186
14187 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14188 RAR archives created on Unix systems.
14189
1d4adede
SM
141902009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14191
14192 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14193 the varalias that was accidentally removed by the 2009-11-19 change
14194 (bug#5186).
14195
3ff3655c
KH
141962009-12-12 Kenichi Handa <handa@m17n.org>
14197
14198 * language/indian.el (indian-compose-regexp): New function.
14199 (malayalam-composable-pattern): Fix the pattern.
14200 (composition-function-table): Set malayalam-composable-pattern for
14201 Malayalam characters.
14202
82d3343c
CY
142032009-12-11 Chong Yidong <cyd@stupidchicken.com>
14204
315eb96d
CY
14205 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14206 rather than down-mouse-1, based on follow-link conventions.
14207
82d3343c
CY
14208 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14209 are compiled.
14210
86a4c7ac
DN
142112009-12-11 Michael McNamara <mac@mail.brushroad.com>
14212
bf0b361c 14213 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14214 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14215 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14216 (verilog-leap-to-head, verilog-backward-token):
14217 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14218
142192009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14220
bf0b361c
JB
14221 * progmodes/verilog-mode.el (verilog-auto-lineup)
14222 (verilog-nameable-item-re): Cleanup user-visible spelling and
14223 documentation errors. One reported by Gary Delp.
1d4adede 14224 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14225 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14226 package, bug195. Reported by Pierre-David Pfister.
14227
fe03f49a
GM
142282009-12-11 Glenn Morris <rgm@gnu.org>
14229
47641aac
GM
14230 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14231
85094855
GM
14232 * mail/emacsbug.el: No longer require sendmail.
14233 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14234 (report-emacs-bug-orig-text): Doc fix.
14235 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14236 New local variables, to adapt to different mail-user-agents.
14237 (report-emacs-bug): Fix test for a gnu.org address.
14238 Use overlays for emphasis, since font-lock defeats 'face property.
14239 Pretest bugs also end up at the newsgroup these days.
14240 Stop message-mode stripping text properties.
14241 Set and use the new buffer-local variables.
14242 (report-emacs-bug-hook): Add doc-string.
14243 Remove some unnecessary save-excursions and simplify.
14244 Use the appropriate hook and send-command.
14245
fe03f49a
GM
14246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14247 capitalization of some menu entries.
14248
345427f0
VJL
142492009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14250
277e6741
MP
14251 * whitespace.el (whitespace-display-char-on):
14252 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14253 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14254 New version 12.1.
14255
c70ccbba
EZ
142562009-12-10 Eli Zaretskii <eliz@gnu.org>
14257
14258 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14259 characters in the Attribute field.
14260
f1943c1b
DN
142612009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14262
14263 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14264
1c67aeaa
SM
142652009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14266
14267 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14268 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14269 Disregard autoload-excludes.
14270 (update-directory-autoloads): Obey autoload-excludes here instead.
14271 But don't store its contents in no-autoloads and remove entries that
14272 refer to excludes files.
14273
d8194864
GM
142742009-12-10 Glenn Morris <rgm@gnu.org>
14275
8c0171c0
GM
14276 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14277 (expand-mail-aliases): Define for compiler.
14278
dba372dd
GM
14279 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14280 Define for compiler.
14281
d8194864
GM
14282 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14283 appropriate for the mail-user-agent in use.
14284
fe5facd3
MA
142852009-12-09 Michael Albinus <michael.albinus@gmx.de>
14286
14287 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14288
99999a1d
DN
142892009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14290
14291 Fix short log parsing and fontification.
14292 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14293 Fix fontification for the [merge] label.
14294
2ea1c4aa
SM
142952009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14296
85626eef 14297 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14298 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14299 (hfy-fontify-buffer): Use it.
14300
9840deb6
SM
143012009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14302
a0d1aadf
SM
14303 Minor cleanup.
14304 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14305 Adjust all callers.
14306 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14307 args compulsory. Adjust callers.
14308 (ffap-gopher-at-point): Remove unused var `name'.
14309
9840deb6
SM
14310 Get rid of the ELCFILES abomination.
14311 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14312 (compile-elcfiles): New phony target.
14313 (compile-main): Compute ELCFILES dynamically.
14314 (compile-clean): New target to remove left-over elc files.
14315 (compile, all): Use it.
14316
7eb3f9a8
KH
143172009-12-09 Kenichi Handa <handa@etlken>
14318
14319 * international/mule-diag.el: Require help-mode instead of help-fns.
14320
ae63e572
KH
143212009-12-09 Kenichi Handa <handa@m17n.org>
14322
5ce6e4f4 14323 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14324 fine ranges instead of pre-calculating accurate ranges.
14325 Iterate with bigger gc-cons-threshold.
ae63e572 14326
e2f3c692
DN
143272009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14328
14329 Add support for stashing a snapshot of the current tree.
14330 * vc-git.el (vc-git-stash-snapshot): New function.
14331 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14332
cf6d0352
JB
143332009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14334
14335 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14336 instead of `(beginning|end)-of-line'.
14337
48e4acc9
GM
143382009-12-08 Glenn Morris <rgm@gnu.org>
14339
6e890faa
GM
14340 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14341
48e4acc9
GM
14342 * Makefile.in (ELCFILES): Regenerate.
14343
d2a1dc7b
JL
143442009-12-07 Juri Linkov <juri@jurta.org>
14345
14346 Don't lazy-highlight the comint output in history Isearch mode.
14347
14348 * comint.el (comint-history-isearch-search): Instead of
14349 `comint-line-beginning-position', use `comint-after-pmark-p'
14350 to check if point if before the process mark, and go to
14351 `process-mark' in this case.
14352
51ef56c4
SM
143532009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14354
fb10ee4a
SM
14355 * textmodes/tex-mode.el (latex-complete)
14356 (latex-indent-or-complete): Remove.
14357 (latex-mode): Set completion-at-point-functions instead.
14358
14359 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14360 * minibuffer.el (completion-at-point-functions): New var.
14361 (completion-at-point): New command.
fb10ee4a 14362 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14363 * progmodes/python.el (python-mode-map): Use completion-at-point.
14364 (python-completion-at-point): Rename from python-partial-symbol and
14365 adjust for use in completion-at-point-functions.
14366 (python-mode): Setup completion-at-point for Python completion.
14367 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14368 extracted from lisp-complete-symbol.
14369 (lisp-complete-symbol): Use it.
14370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14371 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14372 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14373 Use completion-at-point.
51ef56c4 14374 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14375 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14376 * progmodes/sym-comp.el: Move to...
14377 * obsolete/sym-comp.el: Move from progmodes.
14378
5e7a9022
EZ
143792009-12-07 Eli Zaretskii <eliz@gnu.org>
14380
14381 Prevent save-buffer in Rmail buffers from using the coding-system
14382 of the current message, and from clobbering the encoding mnemonics
14383 in the mode line (Bug#4623).
14384
14385 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14386 flag, too.
14387 (rmail-message-encoding): New variable.
14388 (rmail-write-region-annotate): Record the encoding of the current
14389 message in rmail-message-encoding.
14390 (rmail-after-save-hook): New function, restores the encoding of
14391 the current message after the message collection is saved.
14392
9136e895
JL
143932009-12-07 Juri Linkov <juri@jurta.org>
14394
14395 * progmodes/grep.el (grep-read-files): Use `completing-read'
14396 instead of `read-string'. Set its `collection' arg to
14397 `read-file-name-internal'. (Bug#4301)
14398
40637410
JL
143992009-12-07 Juri Linkov <juri@jurta.org>
14400
14401 Correctly restore original Isearch point. (Bug#4994)
14402
14403 * isearch.el (isearch-mode): Move `isearch-push-state' after
14404 `(run-hooks 'isearch-mode-hook)'.
14405 (isearch-cancel): When `isearch-push-state-function' is defined,
14406 let-bind `isearch-cmds' to the first state (the last element of
14407 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14408 function and restores the original point). Otherwise, move point
14409 to `isearch-opoint'.
14410
da10ce2b
SM
144112009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14414 chars that don't have names, so the table can be built much faster at
14415 run-time.
14416
3d68fa99
CY
144172009-12-07 Chong Yidong <cyd@stupidchicken.com>
14418
f82b1493
CY
14419 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14420 change. Suggested by David Kastrup.
14421
3d68fa99
CY
14422 * simple.el (compose-mail): Check for incompatibilities and warn.
14423 (compose-mail-user-agent-warnings): New option.
14424
662c5698
DN
144252009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14426
14427 Support showing a single log entry from vc-annotate.
14428 * vc.el (print-log): Add a new argument: START-REVISION.
14429 (vc-print-log-internal): Add a new optional argument and
14430 pass it to the backend.
14431 (vc-print-log, vc-print-root-log): Adjust callers.
14432 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14433 buffer already displays the requested log entry, use it.
14434 Otherwise display only the log entry in question.
14435 * vc-svn.el (vc-svn-print-log):
e4070cdc 14436 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14437 * vc-hg.el (vc-hg-state):
14438 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14439 (vc-git-show-log-entry): Return t on success.
14440 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14441 (vc-bzr-show-log-entry): Return t on success.
14442 * vc-rcs.el (vc-rcs-print-log):
14443 * vc-sccs.el (vc-sccs-print-log):
14444 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14445
e4070cdc
GM
144462009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14447
5ce6e4f4
JB
14448 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14449 Add menus to the meta mode. (Bug#5043)
e4070cdc 14450
5ce6e4f4 144512009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14452
14453 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14454 event-key.
662c5698 14455
662c5698
DN
14456 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14457
dab816a9
MA
144582009-12-07 Michael Albinus <michael.albinus@gmx.de>
14459
14460 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14461 Berbain <raphael.berbain@gmail.com>.
14462
14463 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14464 characters.
14465 (tramp-initial-end-of-output): New defconst.
14466 (tramp-methods, tramp-find-shell)
14467 (tramp-open-connection-setup-interactive-shell)
14468 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14469 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14470 Handle existence of `#' and `$'.
dab816a9 14471
6a7662bb
BR
14472 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14473 Use `tramp-initial-end-of-output'.
dab816a9 14474
a91e1f6b
DN
144752009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14476
14477 Get the background mode from the terminal for xterm, and set
14478 faces accordingly.
14479 * term/xterm.el (xterm-set-background-mode): New function.
14480 (terminal-init-xterm): Use it in case xterm supports background
14481 color queries. Recompute faces after getting the background
14482 color.
14483
5fa9d1ec
GM
144842009-12-07 Ulrich Mueller <ulm@gentoo.org>
14485
14486 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14487 number comment back on its own line, for easier parsing.
14488
5e9fde5e
SM
144892009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14490
14491 Make it work for non-file buffers (bug#5102).
14492 * doc-view.el (doc-view-current-cache-dir):
14493 Use doc-view-buffer-file-name rather than buffer-file-name.
14494 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14495
2f2f5242
CY
144962009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14497
14498 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14499 author field is too short.
14500
cebf8ec6
DN
145012009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14502
5e9fde5e
SM
14503 * vc-git.el (vc-git-print-log): Handle a limit argument.
14504 Display the short log in graph form and with labels.
0d3f8a78
DN
14505 (vc-git-log-view-mode): Handle labels.
14506
cebf8ec6
DN
14507 Make vc-revert change VC state from 'added to 'unregistered.
14508 * vc-git.el (vc-git-revert): Call git reset first.
14509
8e39154d
UJ
145102009-12-06 Ulf Jasper <ulf.jasper@web.de>
14511
d8194864
GM
14512 * net/newst-backend.el, net/newst-plainview.el:
14513 * net/newst-reader.el, net/newst-ticker.el:
14514 * net/newst-treeview.el, net/newsticker.el:
14515 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14516
ef187c24
CY
145172009-12-06 Chong Yidong <cyd@stupidchicken.com>
14518
238a0f3a
CY
14519 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14520
2c6bb71a
CY
14521 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14522 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14523 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14524 Update annotation regexp.
14525
ef187c24
CY
14526 * simple.el (beginning-of-visual-line): Constrain to field
14527 boundaries (Bug#5106).
14528
571855b6
UJ
145292009-12-06 Ulf Jasper <ulf.jasper@web.de>
14530
6a7662bb
BR
14531 * xml.el (xml-substitute-numeric-entities):
14532 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14533 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14534 * net/newst-backend.el (newsticker--parse-generic-feed)
14535 (newsticker--parse-generic-items)
6a7662bb
BR
14536 (newsticker--decode-numeric-entities):
14537 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14538 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14539
b857059c
CY
145402009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14541
14542 * progmodes/js.el (js--js-not): Add null to the list of values.
14543
c2dae51b
CY
145442009-12-06 Chong Yidong <cyd@stupidchicken.com>
14545
d8194864 14546 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14547
ed0f72d2
RW
145482009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14549
14550 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14551 delimiter if it is at the end of the current line.
14552 (bibtex-generate-url-list): Fix docstring.
14553
365b9a62
SM
145542009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14557 minibuffer's content with itself.
14558 Fold the confirm-after-completion case into the `confirm' case.
14559 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14560
990a9cb1
KR
145612009-12-06 Kevin Ryde <user42@zip.com.au>
14562
14563 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14564 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14565
8b5a10db 14566 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14567 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14568
065543e7
JL
145692009-12-05 Juri Linkov <juri@jurta.org>
14570
14571 Save and restore dired buffer's point positions too. (Bug#4880)
14572
14573 * dired.el (dired-save-positions): Return in the first element
14574 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14575 Doc fix.
14576 (dired-restore-positions): First restore buffer's position.
14577 While restoring window's positions, check if window still displays
14578 the original buffer.
14579
503edac9
CY
145802009-12-05 Chong Yidong <cyd@stupidchicken.com>
14581
9a594ee6
CY
14582 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14583 if possible.
14584
925f8c70
CY
14585 * shell.el (shell): Require ansi-color (Bug#5113).
14586
14587 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14588
503edac9
CY
14589 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14590
8fea6b33
AM
145912009-12-05 Alan Mackenzie <acm@muc.de>
14592
14593 * progmodes/cc-mode.el (c-before-hack-hook)
14594 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14595 `c-file-style' to work again. This reversion restores the current
212c5aef 14596 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14597
5d1fd962
CY
145982009-12-05 Kevin Ryde <user42@zip.com.au>
14599
6a7662bb
BR
14600 * textmodes/sgml-mode.el (sgml-lexical-context):
14601 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14602
30760c8b
JL
146032009-12-05 Juri Linkov <juri@jurta.org>
14604
14605 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14606 for virtual nodes. (Bug#4147)
14607 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14608 when moving from a virtual node.
14609 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14610 (Info-mode): Add `Info-virtual-index' to the docstring.
14611
403111a8
RW
146122009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14613
14614 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14615 track of the buffer position of the end of a BibTeX entry as this
14616 position may change during reformatting.
14617 (bibtex-format-entry): Remove whitespace before processing
14618 numerical fields so that we recognize the latter properly.
14619 (bibtex-reformat): Do not use push which changes the global value
14620 of bibtex-entry-format.
14621 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14622 (bibtex-field-re-init): Replace only space characters by regexp
14623 for whitespace.
365b9a62 14624 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14625 (bibtex-initialize): Also update bibtex-strings.
14626 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14627 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14628 Update bibtex-reference-keys.
403111a8 14629
25b54627
SM
146302009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14633 point after a star, if that's the only place where modifications can
14634 make progress.
14635
35639eb4
DN
146362009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14637
14638 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14639 in docstrings.
14640
8b78760b
JL
146412009-12-04 Juri Linkov <juri@jurta.org>
14642
14643 * proced.el (proced): Call `(proced-update t)' to update process
14644 information instead of only running proced-post-display-hook.
14645 (proced-send-signal): Add a leading space to the buffer name
14646 " *Marked Processes*" to make this buffer ephemeral.
14647
2b3489a7
JL
146482009-12-04 Juri Linkov <juri@jurta.org>
14649
14650 * dired.el (dired-auto-revert-buffer): New defcustom.
14651 (dired-internal-noselect): Use it.
14652
9b9debd1
JL
146532009-12-04 Juri Linkov <juri@jurta.org>
14654
14655 Change roles of modes and functions in image-mode.el (Bug#5062).
14656
14657 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14658 in `auto-mode-alist'.
14659 (image-mode-previous-major-mode): New variable.
14660 (image-minor-mode-map): Rename from `image-mode-text-map'.
14661 (image-mode): Move graceful error-handling code from
14662 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14663 (image-minor-mode): Remove all image-handling code.
14664 Replace `image-mode-text-map' with `image-minor-mode-map'.
14665 Check for `image-type' in mode-line format string.
14666 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14667 (image-mode-as-text): New function with most code from
14668 `image-mode-maybe'.
14669 (image-toggle-display-text): Move code that removes image
14670 properties from `image-toggle-display' to here.
14671 (image-toggle-display-image): New function with code that adds
14672 image properties copied from `image-toggle-display'.
14673 (image-toggle-display): Remove most code with leaving only code
14674 that toggles between `image-mode-as-text' and `image-mode'.
14675
0c74a301
UJ
146762009-12-04 Ulf Jasper <ulf.jasper@web.de>
14677
14678 * net/newst-treeview.el
14679 (newsticker--treeview-list-highlight-start): Restored call to
14680 save-excursion: Selected item was stuck.
14681 (newsticker--treeview-list-select): New.
14682 (newsticker--treeview-item-show-text)
14683 (newsticker--treeview-item-show)
14684 (newsticker--treeview-item-update): Use new
14685 newsticker-treeview-item-mode.
14686 (newsticker-treeview-update): Keep current item.
14687 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14688 (newsticker--treeview-first-feed): Doc change.
14689 (newsticker-treeview-list-menu)
88b5a757 14690 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14691 (newsticker-treeview-item-mode): New.
14692
5ce6e4f4 14693 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14694 windows.
14695
9eaeec5b
SS
146962009-12-04 Sam Steingold <sds@gnu.org>
14697
14698 * log-view.el (log-view-mode-map): "q" calls quit-window,
14699 like in all the other non-self-insert buffers.
14700
b2bf5be5
SM
147012009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 Minor cleanup.
14704 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14705 key decoding rather than do it manually via last-input-event +
14706 ascii-character.
14707 (term-exec): Use delete-and-extract-region.
14708 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14709 (term-process-pager): Remove unused var `i'.
14710 (term-dynamic-simple-complete): Make obsolete.
14711 (serial-update-config-menu): Remove unused vars `y' and `str'.
14712 (term-update-mode-line): Remove unused var `temp'.
14713
46e5c897
DN
147142009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14715
14716 Limit the number of log entries displayed by default.
14717 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14718 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14719 using a prefix argument.
14720
627e0a14
GM
147212009-12-03 Glenn Morris <rgm@gnu.org>
14722
14723 * progmodes/idlwave.el (class): Restore still useful declaration.
14724
8578c224
AM
147252009-12-03 Alan Mackenzie <acm@muc.de>
14726
4abc318c 14727 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14728
b2bf5be5
SM
14729 * progmodes/cc-mode.el (c-basic-common-init):
14730 Call c-state-cache-init.
9762b219 14731 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14732 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14733 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14734
14735 * progmodes/cc-langs.el (c-before-font-lock-function):
14736 c-extend-and-neutralize-syntax-in-CPP has been renamed
14737 c-neutralize-syntax-in-and-mark-CPP.
14738
14739 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14740 with `category' properties now, not `syntax-table' ones.
14741
14742 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14743 enhanced (but slower) version of c-end-of-macro that won't land
14744 inside a literal or on another awkward character.
14745 (c-state-cache-too-far, c-state-cache-start)
14746 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14747 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14748 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14749 (c-state-min-scan-pos, c-state-brace-pair-desert)
14750 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14751 buffer local variables.
14752 (c-state-literal-at, c-state-lit-beg)
14753 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14754 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14755 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14756 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14757 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14758 (c-renarrow-state-cache)
14759 (c-append-lower-brace-pair-to-state-cache)
14760 (c-state-push-any-brace-pair, c-append-to-state-cache)
14761 (c-remove-stale-state-cache)
14762 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14763 (c-invalidate-state-cache-1, c-parse-state-1)
14764 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14765 (c-parse-state): Enhance and refactor.
14766 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14767
14768 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14769 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14770 modify to use category text properties rather than syntax-table ones.
14771 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14772 to switch off/on the syntactic paren property of C++ template
14773 delimiters using the category property.
14774 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14775 template delims suppressed.
14776 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14777 New constant/macros which apply category properties to the start
14778 and end of preprocessor constructs.
b2bf5be5 14779 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14780 "comment out" the syntactic value of characters in preprocessor
14781 constructs.
14782 (c-with-cpps-commented-out)
14783 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14784 with characters in all or all but one preprocessor constructs
14785 "commented out".
14786
0d4dc442
RW
147872009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14788
14789 * proced.el (proced-filter-alist): Use regexp-quote.
14790
a09dc9bf
MA
147912009-12-03 Michael Albinus <michael.albinus@gmx.de>
14792
14793 Cleanup.
14794 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14795 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14796 arguments. Expand `default-directory'.
14797
14798 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14799 the benefit of returning an expanded localname.
14800 (tramp-tramp-file-p): Handle the case NAME is not a string.
14801
3f6bd790
DN
148022009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14803
4dfb3b9c
DN
14804 Add support for bzr shelve/unshelve.
14805 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14806 (vc-bzr-extra-menu-map): New variables.
14807 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14808 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14809 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14810 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14811 (vc-bzr-dir-extra-headers): Display shelves.
14812
3f6bd790
DN
14813 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14814
842d73a1
SM
148152009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * textmodes/bibtex.el (bibtex-complete-internal):
14818 Use completion-in-region.
14819 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14820
7fa4876f
DN
148212009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14822
14823 Support applying stashes. Improve UI.
14824 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14825 (vc-git-stash-apply, vc-git-stash-pop)
14826 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14827 (vc-git-stash-menu): New functions.
14828 (vc-git-stash-menu-map): New variable.
14829 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14830
d6e82452
GM
148312009-12-03 Glenn Morris <rgm@gnu.org>
14832
14833 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14834 (vc-print-log-internal): Fix previous change.
14835 (vc-revert): Correct pluralization.
14836
8d222148
SM
148372009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14838
ea52206b
SM
14839 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14840 it to be an alist any more.
14841 (makefile-complete): Use completion-in-region.
14842
69a94a37
SM
14843 * progmodes/octave-mod.el (octave-complete-symbol):
14844 Use completion-in-region.
14845
8d222148
SM
14846 Misc cleanup.
14847 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14848 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14849 (idlwave-complete-class): Don't quote lambda.
14850 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14851 (idlwave-mode-map): Move initialization into declaration.
14852 (idlwave-action-and-binding): Use backquotes.
14853 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14854 Simplify.
14855 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14856 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14857 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14858 `parts', and `all-parts'.
14859 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14860 (idlwave-convert-xml-system-routine-info): Remove unused string
14861 `version-string'.
14862 (idlwave-display-user-catalog-widget): Use dolist.
14863 (idlwave-scanning-lib): Declare dynamically-scoped var.
14864 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14865 (completion-highlight-first-word-only): Declare to silence bytecomp.
14866 (idlwave-popup-select): Tighten scope of `resp'.
14867 (idlwave-find-struct-tag): Remove unused var `beg'.
14868 (idlwave-after-load-rinfo-hook): Declare.
14869 (idlwave-sintern-class-info): Remove unused var `taglist'.
14870 (idlwave-find-class-definition): Remove unused var `list'.
14871 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14872 (idlwave-what-module-find-class): Remove unused var `classes'.
14873
3bb8691b
JB
148742009-12-03 Juanma Barranquero <lekktu@gmail.com>
14875
14876 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14877
f72f0c23
SM
148782009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14881 buffers visited. Remove redundant current-buffer-saving.
14882
601a9508
SM
148832009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 Use completion-in-buffer and remove uses of dynamic scoping.
14886 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14887 (pascal-buffer-to-use, pascal-flag): Don't declare.
14888 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14889 (pascal-get-completion-decl, pascal-keyword-completion):
14890 Add `pascal-str' argument, save-excursion,
14891 return the found completions, and don't filter with pascal-pred.
14892 (pascal-completion-cache): New var.
14893 (pascal-completion): Don't switch buffer any more (it was never
14894 necessary). Don't save-excursion any more (it's done by the called
14895 subroutines). Use a cache to avoid redundant computations.
14896 Use complete-with-action rather than pascal-completion-response and
14897 let it apply the predicate as well.
14898 (pascal-complete-word): Use completion-in-buffer when
14899 pascal-toggle-completions is nil.
14900 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14901 not used any more.
14902 (pascal-comp-defun): Don't change buffer any more.
14903 Use complete-with-action rather than pascal-completion-response and
14904 let it apply the predicate as well.
14905 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14906 when neded.
14907
1ff4cb98
KH
149082009-12-02 Kenichi Handa <handa@m17n.org>
14909
14910 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14911 shape for all Indic scripts.
14912
bb12edf1
SM
149132009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 Use completion-in-buffer.
14916 * wid-edit.el (widget-field-text-end): New function.
14917 (widget-field-value-get): Use it.
14918 (widget-string-complete, widget-file-complete)
14919 (widget-color-complete): Use it and completion-in-region.
14920 (widget-complete): Don't narrow the buffer.
14921
5813f6ef
GM
149222009-12-02 Glenn Morris <rgm@gnu.org>
14923
c920f222
GM
14924 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14925 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
14926 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14927 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 14928
5813f6ef
GM
14929 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14930 save-excursion with save-current-buffer.
14931 Widen before searching. (Bug#5093)
14932 (diary-list-sexp-entries): Remove superfluous save-excursion.
14933
34b1d750
GM
149342009-12-02 Michael Welsh Duggan <mwd@cert.org>
14935
14936 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14937 name. (Bug#5038)
14938
b2d5f31a
GM
149392009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14940
14941 * ido.el (ido-file-internal): Handle filenames at point that do
14942 not have a directory part. (Bug#5049)
14943
c710ac3c
JB
149442009-12-02 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14947 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14948
9946be46
SM
149492009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14950
14951 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14952 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14953 any more.
14954
b08016f2
SM
149552009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14956
e7440df4
SM
14957 * comint.el (comint-insert-input): Ignore clicks to the right of
14958 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14959
3bb8691b 14960 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
14961 terminate before setting up the major mode.
14962
f3b757f5
SM
14963 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14964 in case.
14965
a2877f1d
SM
14966 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14967 the last element.
14968
b08016f2
SM
14969 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14970
782d6e30
GM
149712009-12-01 Glenn Morris <rgm@gnu.org>
14972
14973 * window.el (window--display-buffer-2): Fix previous changes.
14974
28f57f7e
CY
149752009-12-01 Chong Yidong <cyd@stupidchicken.com>
14976
14977 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14978
c31a2fdc
GM
149792009-12-01 Glenn Morris <rgm@gnu.org>
14980
14981 * Makefile.in (ELCFILES): Add mpc.elc.
14982
e1ada222
SM
149832009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14984
14985 * mpc.el: New file.
14986
0c9ff2c5
GM
149872009-12-01 Glenn Morris <rgm@gnu.org>
14988
3689984f
GM
14989 * window.el (window-to-use): Define for compiler.
14990
3ab4308b
GM
14991 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14992 consistent with others (no final period).
14993
0c9ff2c5
GM
14994 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14995 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14996
fb0c18ff
DN
149972009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14998
14999 Make vc-print-log buttons work.
045b9da7 15000 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15001
2ac7e73e
JB
150022009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15003
15004 * savehist.el (savehist-autosave-interval): Allow setting to nil
15005 through customize. (Bug#5056)
15006
5237d741
JB
150072009-11-30 Juanma Barranquero <lekktu@gmail.com>
15008
15009 Fix references to jit-lock properties.
15010 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15011 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15012 (perl-font-lock-special-syntactic-constructs):
15013 Quote jit-lock-defer-multiline property.
15014
379241fa
DN
150152009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15016
15017 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15018
054ae856
JL
150192009-11-30 Juri Linkov <juri@jurta.org>
15020
15021 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15022 value `buffer' of `multi-isearch-next-buffer-current-function'.
15023 Use `(current-buffer)' when `buffer' is nil.
15024 (multi-isearch-next-buffer-from-list): Don't fallback to
15025 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15026
67296dda
JL
150272009-11-30 Juri Linkov <juri@jurta.org>
15028
15029 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15030 of buffers with `get-buffer' to `multi-isearch-buffers'.
15031 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15032 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15033 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15034 FILES with `expand-file-name' converting relative file names
15035 to absolute. Doc fix. (Bug#4727)
15036
c585bf32
JL
150372009-11-30 Juri Linkov <juri@jurta.org>
15038
15039 * misearch.el (multi-isearch-read-buffers)
15040 (multi-isearch-read-matching-buffers): New functions.
15041 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15042 Use them in the `interactive' spec. Doc fix.
15043 (multi-isearch-read-files, multi-isearch-read-matching-files):
15044 New functions.
15045 (multi-isearch-files, multi-isearch-files-regexp):
15046 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15047
0a745733
JL
150482009-11-30 Juri Linkov <juri@jurta.org>
15049
15050 * doc-view.el (doc-view-continuous):
15051 Rename from `doc-view-continuous-mode'.
15052 (doc-view-menu): Move "Toggle display" to the top.
15053 Add submenu "Continuous" with radio buttons "Off"/"On"
15054 and "Save as Default".
15055 (doc-view-scroll-up-or-next-page)
15056 (doc-view-scroll-down-or-previous-page)
15057 (doc-view-next-line-or-next-page)
6a7662bb
BR
15058 (doc-view-previous-line-or-previous-page):
15059 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15060
1f9689eb
JL
150612009-11-30 Juri Linkov <juri@jurta.org>
15062
15063 * comint.el (comint-mode-map): Rebind `M-r' from
15064 `comint-previous-matching-input' to
15065 `comint-history-isearch-backward-regexp'.
15066 Unbind `M-s' to allow global key binding `M-s'.
15067 Add menu items for `comint-history-isearch-backward' and
15068 `comint-history-isearch-backward-regexp'. (Bug#3746)
15069
2952b1ae
JL
150702009-11-30 Juri Linkov <juri@jurta.org>
15071
15072 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15073 For def=recenter, replace `recenter' with `recenter-top-bottom'
15074 that is called with `this-command' and `last-command' let-bound
15075 to `recenter-top-bottom'. When the last `def' was not `recenter',
15076 set `recenter-last-op' to nil. (Bug#4981)
15077
7a9547ca
SM
150782009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15079
20565545
SM
15080 Minor cleanup and simplification.
15081 * filecache.el (file-cache-add-directory)
15082 (file-cache-add-directory-recursively)
15083 (file-cache-add-from-file-cache-buffer)
15084 (file-cache-delete-file-regexp, file-cache-delete-directory)
15085 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15086 (file-cache-temp-minibuffer-message): Delete function.
15087 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15088
7a9547ca
SM
15089 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15090 Don't signal an error when bumping into EOB in tr, s, or y.
15091
08e968f3
JL
150922009-11-29 Juri Linkov <juri@jurta.org>
15093
15094 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15095 (Bug#4960)
15096
15097 * descr-text.el (describe-char-unidata-list): Use lowercase name
15098 for "Unicode name" like in other tags.
15099
f8d170a4
JL
151002009-11-29 Juri Linkov <juri@jurta.org>
15101
15102 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15103 New compatibility macro.
7a9547ca 15104 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15105
0116abbd
JL
151062009-11-29 Juri Linkov <juri@jurta.org>
15107
15108 Add defcustom to define the cycling order of `recenter-top-bottom'.
15109 (Bug#4981)
15110
15111 * window.el (recenter-last-op): Doc fix.
15112 (recenter-positions): New defcustom.
15113 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15114 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15115
61eef560
MA
151162009-11-29 Michael Albinus <michael.albinus@gmx.de>
15117
15118 Improve integration of Tramp and ange-ftp in eshell.
15119
e4070cdc 15120 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15121 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15122 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15123
15124 * eshell/esh-util.el (top): Require also Tramp when compiling.
15125 (eshell-directory-files-and-attributes): Check for FTP remote
15126 connection.
15127 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15128 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15129 (eshell-file-attributes): Handle ".". Return `entry'.
15130
15131 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15132 (ange-ftp-directory-files-and-attributes)
15133 (ange-ftp-real-directory-files-and-attributes): New defuns.
15134
15135 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15136 shell with "exec" when possible. This prevents trailing prompts
15137 in `start-file-process'.
15138
f5467d3f
SM
151392009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15140
21f49db9
SM
15141 Try and remove assumptions about point-min==1.
15142 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15143 (rng-compute-mode-line-string): Show the validation percentage in
15144 terms of the narrowed text, not the widened text.
15145 (rng-do-some-validation): Don't catch internal errors when debugging.
15146 (rng-first-error): Simplify.
15147 (rng-after-change-function): Remove work around. AFAIK the bug has
15148 been fixed a while ago.
15149
26224faf
SM
15150 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15151 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15152
d7117720
SM
15153 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15154
f5467d3f
SM
15155 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15156 `cd' doesn't always do it for us (bug#5067).
15157
15158 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15159 on 2009-10-25 as part of some other change (bug#5067).
15160
c5269f1c
SM
151612009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15162
62a258a7
SM
15163 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15164 `suspicious'.
15165 (byte-compile-warnings): Use byte-compile-warning-types.
15166 (byte-compile-save-excursion): Warn about use of set-buffer right
15167 after save-excursion.
15168
c5269f1c
SM
15169 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15170 the excursion as well.
15171
3ba30eb8
MA
151722009-11-27 Michael Albinus <michael.albinus@gmx.de>
15173
15174 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15175 providing a Tramp related implementation of "su" and "sudo".
15176 (eshell-unix-initialize): Add "su" and "sudo".
15177
6c6f788d
DU
151782009-11-27 Daiki Ueno <ueno@unixuser.org>
15179
15180 * net/socks.el (socks-send-command): Convert binary request to
15181 unibyte before sending. This fixes mishandling of some port
15182 numbers such as 129.
15183
10c877fe
SM
151842009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15185
6f06a171
SM
15186 * help.el (describe-bindings-internal): Remove `interactive'.
15187
10c877fe
SM
15188 * man.el (Man-completion-table): Trim a terminating "(".
15189 Remove the space between name page a section.
15190 Add the command's description on the `help-echo' property.
c5269f1c
SM
15191 Remove `process-connection-type' binding since it's unused by
15192 call-process.
10c877fe
SM
15193 Provide completion for the "<section> <name>" format as well.
15194 (Man-default-man-entry): Remove spurious var shadowing the argument.
15195
c44a4822
KR
151962009-11-26 Kevin Ryde <user42@zip.com.au>
15197
15198 * log-view.el: Add "Keywords: tools", since its other keywords
15199 aren't in finder-known-keywords, and following vc.el.
15200
9d58f081
KR
15201 * sha1.el (sha1-string-external): default-directory "/" in case
15202 otherwise non-existent. process-connection-type pipe for touch of
15203 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15204
72fe6b25
SM
152052009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15206
15207 Misc coding convention cleanups.
15208 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15209 hfy-init-kludge-hooks.
15210 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15211 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15212 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15213 and push.
15214 (hfy-slant, hfy-weight): Use tables rather than code.
15215 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15216 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15217 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15218 (hfy-face-to-css): Remove `nconc' with single arg.
15219 (hfy-p-to-face-lennart): Use `or'.
15220 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15221 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15222 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15223 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15224 (hfy-force-fontification): Use run-hooks.
15225
85e0a536
SM
152262009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15227
15228 Various minor fixes.
15229 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15230 Javascript belongs in the header, not the body.
15231 (hfy-javascript): Remove.
15232 (hfy-fontify-buffer): Don't insert it any more.
15233 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15234 Fix bug in invis handling when there were no invis props in a chunk.
15235
62ccc42c
SM
152362009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15237
15238 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15239
2643c7aa
DN
152402009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15241
15242 * finder.el (finder-mode-map): Add a menu.
15243
0e5c8aed
DN
152442009-11-26 Michael McNamara <mac@mail.brushroad.com>
15245
bf0b361c 15246 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15247 "unsigned" structs.
15248
15249 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15250 fork" statement better.
15251
152522009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15253
bf0b361c
JB
15254 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15255 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15256 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15257 Reported by Clay Douglass.
0e5c8aed
DN
15258
15259 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15260 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15261 Fix removing "// Interfaces" when saving .* expansions.
15262 Reported by Pierre-David Pfister.
0e5c8aed 15263
7629c4e7
GM
152642009-11-26 Glenn Morris <rgm@gnu.org>
15265
62ccc42c
SM
15266 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15267 the scope.
7629c4e7 15268
a5d358f8
JB
152692009-11-25 Johan Bockgård <bojohan@gnu.org>
15270
15271 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15272 Really use previous revision.
15273
002cbde5
KR
152742009-11-25 Kevin Ryde <user42@zip.com.au>
15275
15276 * man.el (Man-completion-table): default-directory "/" in case
15277 doesn't otherwise exist. process-environment COLUMNS=999 so as
15278 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15279 any chance of hitting the pseudo-tty TIOCGWINSZ.
15280 (man): completion-ignore-case t for friendliness and since man
15281 itself is case-insensitive on the command line.
15282 Further to Bug#3717.
002cbde5 15283
8cb5ffe8
KR
15284 * arc-mode.el: Add "Keywords: files", so the details in its
15285 commentary can be reached from finder-by-keyword.
34607612
KR
15286 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15287 editing mode, but it's comms related and sgml-mode.el has "comm"
15288 on that basis too.
b8dfcf54 15289 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15290 * international/isearch-x.el, international/ja-dic-cnv.el:
15291 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15292 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15293
1e2d9ba1
JL
152942009-11-25 Juri Linkov <juri@jurta.org>
15295
15296 * man.el (Man-completion-table): Modify regexp to include
15297 section names to completion strings. (Bug#3717)
15298
a601d313
JL
152992009-11-25 Juri Linkov <juri@jurta.org>
15300
15301 Search recursively in gzipped files. (Bug#4982)
15302
15303 * progmodes/grep.el (grep-highlight-matches): Add new options
15304 `always' and `auto'. Doc fix.
15305 (grep-process-setup): Check `grep-highlight-matches' for
15306 `auto-detect' to determine the need to compute grep defaults.
15307 Move Windows/DOS specific --colors settings handling
15308 to `grep-compute-defaults'. Check `grep-highlight-matches'
15309 to get the value of "--color=".
15310 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15311 has the value `auto-detect'. Move Windows/DOS specific settings
15312 from `grep-process-setup'.
15313 (zrgrep): New command with alias `rzgrep'.
15314
bde04ea9
JL
153152009-11-25 Juri Linkov <juri@jurta.org>
15316
15317 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15318 to nil instead of switching off view-mode. (Bug#4896)
15319
7d6b4d3c
JL
153202009-11-25 Juri Linkov <juri@jurta.org>
15321
15322 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15323
15324 * mwheel.el (mwheel-scroll-up-function)
15325 (mwheel-scroll-down-function): New defvars.
15326 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15327 `scroll-up', and `mwheel-scroll-down-function' instead of
15328 `scroll-down'.
15329
15330 * doc-view.el (doc-view-scroll-up-or-next-page)
15331 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15332 Use this ARG in the call to image-scroll-up/image-scroll-down.
15333 Change `interactive' spec to "P". Goto next/previous page only
15334 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15335 SPC/DEL case). Doc fix.
15336 (doc-view-next-line-or-next-page)
15337 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15338 for consistency.
15339 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15340 `doc-view-scroll-up-or-next-page', and buffer-local
15341 `mwheel-scroll-down-function' to
15342 `doc-view-scroll-down-or-previous-page'.
15343
e237085f
JL
153442009-11-25 Juri Linkov <juri@jurta.org>
15345
15346 Provide additional default values (directories at other Dired
15347 windows) via M-n in the minibuffer of some Dired commands.
15348
15349 * dired-aux.el (dired-diff, dired-compare-directories)
15350 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15351 `minibuffer-default' in `minibuffer-with-setup-hook'.
15352 (dired-dwim-target-directory): Find a window that displays Dired
15353 buffer instead of failing when the next window is not Dired.
15354 Use `get-window-with-predicate' to find for the next Dired window.
15355 (dired-dwim-target-defaults): New function.
15356
15357 * ediff-util.el (ediff-read-file-name):
15358 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15359 in `minibuffer-with-setup-hook'.
15360
7d371eac
JL
153612009-11-25 Juri Linkov <juri@jurta.org>
15362
15363 Provide additional default values (file name at point or at the
15364 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15365
15366 * minibuffer.el (read-file-name-defaults): New function.
15367 (read-file-name): Reset `minibuffer-default' to nil when
15368 it duplicates initial input `insdef'.
15369 Bind `minibuffer-default-add-function' to lambda that
15370 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15371 (minibuffer-insert-file-name-at-point): New command.
15372
15373 * files.el (file-name-at-point-functions): New defcustom.
15374 (find-file-default): Remove defvar.
15375 (find-file-read-args): Don't use `find-file-default'.
15376 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15377 to `read-file-name'.
15378 (find-file-literally): Use `read-file-name' with
15379 `confirm-nonexistent-file-or-buffer'.
15380
15381 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15382
15383 * dired.el (dired-read-dir-and-switches):
15384 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15385 to `read-file-name'.
15386 (dired-file-name-at-point): New function.
15387 (dired-mode): Add hook `dired-file-name-at-point' to
15388 `file-name-at-point-functions'.
15389
04ae543a
SM
153902009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 Really make the *Completions* window soft-dedicated (bug#5030).
15393 * window.el (window--display-buffer-2): Add `dedicated' argument.
15394 (display-buffer): Pass it when needed so the dedicated flag is set
15395 after calling set-window-buffer, which would otherwise reset it.
15396
eb708e66
SM
153972009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15398
d6b8d4e7
SM
15399 * progmodes/meta-mode.el (meta-complete-symbol):
15400 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15401 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15402 Use completion-in-region.
15403
5f24557b
SM
15404 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15405 (dabbrev-completion): Use completion-in-region.
15406 (dabbrev--abbrev-at-point): Simplify regexp.
15407
fe4346f0
SM
15408 * abbrev.el (abbrev--before-point): Use word-motion functions
15409 if :regexp is not specified (bug#5031).
15410
cb190d7d
SM
15411 * subr.el (string-prefix-p): New function.
15412
e2ec6dd5
SM
15413 * man.el (Man-completion-cache): New var.
15414 (Man-completion-table): Use it.
15415
eb708e66
SM
15416 * vc.el (vc-print-log-internal): Make `limit' optional for better
15417 compatibility (e.g. with vc-annotate.el).
15418
4cf8971b
KR
154192009-11-24 Kevin Ryde <user42@zip.com.au>
15420
eb708e66 15421 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15422 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15423
4cf8971b
KR
15424 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15425 when .el source file not found or other error.
15426
d204c46c
SM
154272009-11-24 Markus Triska <markus.triska@gmx.at>
15428
15429 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15430
bb301b9a
SM
154312009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15432
449c27f0
SM
15433 Handle the [back] button properly (bug#4979).
15434 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15435 Use help-setup-xref, help-buffer, and with-help-window.
15436 (describe-char): Add `buffer' argument.
15437 Pass proper command to help-setup-xref. Don't meddle with
15438 help-xref-stack-item directly.
15439 (describe-text-category): Use with-help-window and help-buffer.
15440
32fe5377
SM
15441 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15442 for the displayed buffer (bug#4887).
15443
bb301b9a
SM
15444 * man.el (Man-completion-table): New function.
15445 (man): Use it.
15446
35179414
DR
154472009-11-24 David Reitter <david.reitter@gmail.com>
15448
bb301b9a 15449 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15450 .git is) rather than the file's directory and a relative path spec
15451 to work around a bug in git.
15452
605a20a9
MA
154532009-11-24 Michael Albinus <michael.albinus@gmx.de>
15454
15455 Improve handling of processes on remote hosts.
15456
15457 * eshell/esh-util.el (eshell-path-env): New defvar.
15458 (eshell-parse-colon-path): New defun.
15459 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15460
bb301b9a
SM
15461 * eshell/esh-ext.el (eshell-search-path):
15462 Use `eshell-parse-colon-path'.
605a20a9
MA
15463 (eshell-remote-command): Remove argument HANDLER.
15464 (eshell-external-command): Check for FTP remote connection.
15465
bb301b9a
SM
15466 * eshell/esh-proc.el (eshell-gather-process-output):
15467 Use `file-truename', in order to start also symlinked files.
15468 Apply `start-file-process' instead of `start-process'.
15469 Shorten `command' to the local file name part.
605a20a9 15470
bb301b9a
SM
15471 * eshell/em-cmpl.el (eshell-complete-commands-list):
15472 Use `eshell-parse-colon-path'.
605a20a9
MA
15473
15474 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15475
15476 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15477 to `eshell-directory-change-hook'.
15478
d1d33062
TH
154792009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15480
15481 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15482 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15483
a34d8565 154842009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15485
a34d8565
MK
15486 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15487 made on 2009-11-22.
d1d33062 15488
c83b8d1b
GM
154892009-11-24 Glenn Morris <rgm@gnu.org>
15490
15491 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15492 deleted variable bookmark-bmenu-bookmark-column.
15493
83505cfe
SM
154942009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15497
5241b291
CY
154982009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15499
15500 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15501 two slashes to the "file:" prefix.
15502 (browse-url-file-url): De-munge Cygwin filenames before passing
15503 them to Windows browser.
15504 (browse-url-default-windows-browser): Use call-process.
15505
aefcadb6
JL
155062009-11-23 Juri Linkov <juri@jurta.org>
15507
15508 Implement DocView Continuous mode. (Bug#4896)
15509 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15510 (doc-view-mode-map): Bind C-n/<down> to
15511 `doc-view-next-line-or-next-page', C-p/<up> to
15512 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15513 (doc-view-next-line-or-next-page)
15514 (doc-view-previous-line-or-previous-page): New commands.
15515
0d62bcea
JL
155162009-11-23 Juri Linkov <juri@jurta.org>
15517
15518 Implement Isearch in comint input history. (Bug#3746)
15519 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15520 `isearch-mode-hook'.
15521 (comint-history-isearch): New defcustom.
15522 (comint-history-isearch-backward)
15523 (comint-history-isearch-backward-regexp): New commands.
15524 (comint-history-isearch-message-overlay): New buffer-local variable.
15525 (comint-history-isearch-setup, comint-history-isearch-end)
15526 (comint-goto-input, comint-history-isearch-search)
15527 (comint-history-isearch-message, comint-history-isearch-wrap)
15528 (comint-history-isearch-push-state)
15529 (comint-history-isearch-pop-state): New functions.
15530
b593f105
MA
155312009-11-23 Michael Albinus <michael.albinus@gmx.de>
15532
15533 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15534 return.
15535 (tramp-handle-make-symbolic-link)
15536 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15537 Quote file names.
15538 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15539 (tramp-handle-process-file): Use it.
15540
0f202d5d
SM
155412009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 * window.el (move-to-window-line-last-op): Remove.
15544 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15545
216349f8
SM
155462009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15547
0f202d5d 15548 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15549 * window.el (move-to-window-line-last-op): New var.
15550 (move-to-window-line-top-bottom): New command.
15551 (global-map): Bind M-r move-to-window-line-top-bottom.
15552
c10e0633
GM
155532009-11-23 Sven Joachim <svenjoac@gmx.de>
15554
15555 * dired-x.el (dired-guess-shell-alist-default):
15556 Support xz format. (Bug#4953)
15557
953e0c1a
GM
155582009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15559
15560 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15561 last-command-char/last-command-event.
15562 (viper-prefix-arg-value): Do correct conversion of event-char for
15563 XEmacs.
15564
83505cfe
SM
15565 * emulation/viper-util.el, emulation/viper.el:
15566 Use viper-last-command-char instead of
15567 last-command-char/last-command-event.
953e0c1a 15568
83505cfe
SM
15569 * ediff-init.el, ediff-mult.el, ediff-util.el:
15570 Replace last-command-char and last-command-event
15571 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15572
15573 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15574 created in fundamental mode.
15575
15576 * ediff.el (ediff-version): Revert the change of interactive-p to
15577 called-interactively-p.
15578
9ee12eee
TH
155792009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15580
15581 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15582 generation from word-movement command names.
15583
8b571bf3
JD
155842009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15585
15586 * cus-start.el (all): Add native condition for font-use-system-font.
15587
4121db47
AM
155882009-11-21 Nathaniel Flath <flat0103@gmail.com>
15589
83505cfe
SM
15590 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15591 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15592
d71f5e0c
TH
155932009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15594
15595 * progmodes/subword.el: Rename from lisp/subword.el.
15596
15597 * subword.el: Rename to progmodes/subword.el.
15598
15599 * Makefile.in (ELCFILES): Adapt to subword.el move.
15600
fc9d6ad6 156012009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15602 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15603
15604 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15605 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15606 (bookmark-bmenu-show-filenames): Use push.
15607 (bookmark-bmenu-hide-filenames): Use local var instead of
15608 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15609 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15610 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15611 filenames now that the bookmark names are always available.
15612
26d9285f
SM
156132009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15616 (bookmark-search-pattern): Move and leave unbound.
15617 (bookmark-bmenu-mode-map): Change binding.
15618 (bookmark-read-search-input): Simplify.
15619 Don't use text-char-description. Don't error on non-char events.
15620 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15621 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15622 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15623 Use a local var for the timer.
15624 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15625 (i.e. bookmark-bmenu-search).
15626
d73a0317
GM
156272009-11-21 Glenn Morris <rgm@gnu.org>
15628
15629 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15630
e572025f
CY
156312009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15632
26d9285f
SM
15633 * net/browse-url.el (browse-url-default-windows-browser):
15634 Use cygstart for cygwin.
e572025f 15635
6aeaa3dc
KF
156362009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15637
e4070cdc 15638 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15639 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15640 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15641 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15642 (bookmark-read-search-input): Adjust to fit within 80 columns.
15643
a9b76eec
TH
156442009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15645
15646 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15647 (c-backward-into-nomenclature): Adapt to subword renaming.
15648
15649 * subword.el (subword-forward, subword-backward, subword-mark)
15650 (subword-kill, subword-backward-kill, subword-transpose)
15651 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15652 (subword-forward-internal, subword-backward-internal):
15653 Rename from forward-subword, backward-subword, mark-subword,
15654 kill-subword, backward-kill-subword, transpose-subwords,
15655 downcase-subword, upcase-subword, capitalize-subword,
15656 forward-subword-internal, backward-subword-internal.
a9b76eec 15657
1e7d4475
SM
156582009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15659
26d9285f
SM
15660 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15661 New options.
1e7d4475
SM
15662 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15663 New vars.
15664 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15665 (bookmark-bmenu-filter-alist-by-regexp)
15666 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15667 (bookmark-bmenu-search): New command.
15668 (bookmark-bmenu-mode-map): Bind it.
15669
653d1554
TH
156702009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15671
ab84bfa0
TH
15672 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15673 backward-subword to quit the byte-compiler.
15674
1f35fda9
TH
15675 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15676
15677 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15678
653d1554 15679 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15680 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15681 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15682
15683 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15684 subword.el functions instead of cc-subword.el.
15685
1e7d4475
SM
15686 * progmodes/cc-subword.el: Rename to subword.el.
15687 * subword.el: Rename from progmodes/cc-subword.el.
15688 (subword-mode-map): Rename from c-subword-mode-map.
15689 (subword-mode): Rename from c-subword-mode.
653d1554 15690 (global-subword-mode): New global minor mode.
1e7d4475
SM
15691 (forward-subword): Rename from c-forward-subword.
15692 (backward-subword): Rename from c-backward-subword.
15693 (mark-subword): Rename from c-mark-subword.
15694 (kill-subword): Rename from c-kill-subword.
15695 (backward-kill-subword): Rename from c-backward-kill-subword.
15696 (transpose-subwords): Rename from c-tranpose-subword.
15697 (downcase-subword): Rename from c-downcase-subword.
15698 (capitalize-subword): Rename from c-capitalize-subword.
15699 (forward-subword-internal): Rename from c-forward-subword-internal.
15700 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15701
9717f119
DN
157022009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15703
8de724f3
DN
15704 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15705 from a dired buffer.
15706 (vc-dired-deduce-fileset): New function.
15707 (vc-root-diff, vc-print-root-log): Use it.
15708
9717f119
DN
15709 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15710 nil LIMIT argument to vc-print-log-internal.
15711
af4999b8
GM
157122009-11-20 Glenn Morris <rgm@gnu.org>
15713
15714 * Makefile.in (ELCFILES): Regenerate.
15715
b58edcb6
JB
157162009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15717
02e1b488
SM
15718 * calc/calc.el (calc-set-mode-line):
15719 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15720 (math-format-number): Rename `math-format-complement-signed' to
15721 `math-format-twos-complement'.
15722
02e1b488 15723 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15724 math-format-complement-signed.
15725 (calc-radix): Rename `calc-complement-signed-mode' to
15726 `calc-twos-complement-mode'.
02e1b488
SM
15727 (calc-octal-radix, calc-hex-radix): Add an argument for
15728 two's complement.
b58edcb6 15729
02e1b488
SM
15730 * calc/calc-embed.el (calc-embedded-mode-vars):
15731 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15732
02e1b488
SM
15733 * calc/calc-ext.el (calc-init-extensions):
15734 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15735 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15736
02e1b488
SM
15737 * calc/calc-units.el (math-build-units-table-buffer):
15738 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15739
15740 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15741 entries.
15742
15743 * calc/calc-vec.el (calcFunc-vunpack):
15744 * calc/calc-aent.el (calc-do-calc-eval):
15745 * calc/calc-forms.el (math-format-date):
15746 * calc/calc-graph.el (calc-graph-plot):
15747 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15748 * calc/calccomp.el (math-compose-expr):
15749 Let `calc-twos-complement-mode' be nil.
15750
157512009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15752
15753 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15754 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15755 * minibuffer.el (completion-in-region-functions): New hook.
15756 (completion-in-region): New function.
15757 * emacs-lisp/lisp.el (lisp-complete-symbol):
15758 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15759
e3353a78
SM
157602009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15761
eff77808
SM
15762 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15763 (latex-complete-alist): New vars.
15764 (latex-string-prefix-p, latex-complete-bibtex-keys)
15765 (latex-complete-envnames, latex-complete-refkeys)
15766 (latex-complete-data): New functions.
15767 (latex-complete, latex-indent-or-complete): New commands.
15768
d2c9fc42
SM
15769 * window.el (display-buffer-mark-dedicated): New var.
15770 (display-buffer): Obey it.
15771 * minibuffer.el (minibuffer-completion-help): Use it.
15772
31a1c477
SM
15773 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15774
bed4c972
SM
15775 * filecache.el (file-cache-add-file): Use push and cons.
15776 (file-cache-delete-file-regexp): Use push.
15777 (file-cache-complete): Use completion-in-region.
15778
8c22699f
SM
15779 * simple.el (with-wrapper-hook): Fix thinko.
15780
e3353a78
SM
15781 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15782 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15783 Use with-current-buffer and string-to-number.
15784 (hfy-fallback-colour-values): Use assoc-string.
15785 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15786 (hfy-face-at): Remove unused var `found-face'.
15787 (hfy-compile-stylesheet): Remove unused var `css'.
15788 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15789 and `orig-buffer'.
15790 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15791 Use with-current-buffer.
15792 (hfy-text-p): Use expand-file-name and fewer setq.
15793
acca02b0
SM
157942009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15795
15796 * htmlfontify.el, hfy-cmap.el: New files.
15797
042b7cc6
JL
157982009-11-19 Juri Linkov <juri@jurta.org>
15799
15800 * minibuffer.el (completions-format): New defcustom.
15801 (completion--insert-strings): Implement vertical format.
15802
15803 * simple.el (switch-to-completions): Move point to the first
15804 completion when point was at the beginning of the buffer.
15805
da205913
JL
158062009-11-19 Juri Linkov <juri@jurta.org>
15807
15808 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15809
15810 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15811
0b8ee421
CY
158122009-11-19 Chong Yidong <cyd@stupidchicken.com>
15813
15814 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15815 (mail-signature): Change default to t.
15816 (mail-from-style): Deprecate `system-default' value.
15817 (mail-insert-from-field): For default value of mail-from-style,
15818 default to `angles' unless `angles' needs quoting and `parens'
15819 does not.
15820 (mail-citation-prefix-regexp): Use citation regexp from
15821 message-mode.
15822
4265deab
MA
158232009-11-19 Michael Albinus <michael.albinus@gmx.de>
15824
acca02b0
SM
15825 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15826 Set variables for computing the prompt for reading password.
4265deab 15827
27cacd2d
GM
158282009-11-19 Glenn Morris <rgm@gnu.org>
15829
470bce7d
GM
15830 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15831
7e705a1d
GM
15832 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15833
27cacd2d
GM
15834 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15835 (newsticker-treeview-listwindow-height): Fix custom type.
15836
b2f0be0f
KH
158372009-11-19 Kenichi Handa <handa@m17n.org>
15838
15839 * descr-text.el (describe-char-padded-string): Compose with TAB
15840 only if there's a font for CH.
02e1b488 15841 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15842
03446045 158432009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15844
15845 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15846 more accurate version of the regexp. (Bug#3910)
b96337b0 15847
03446045 158482009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15849
15850 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15851
e0620570
JB
158522009-11-18 Juanma Barranquero <lekktu@gmail.com>
15853
15854 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15855 (font-setting-change-default-font): Fix typo in docstring.
15856
6cc6582e
AM
158572009-11-18 Alan Mackenzie <acm@muc.de>
15858
15859 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15860
dfb3c4c6
JD
158612009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15862
02e1b488 15863 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15864
15865 * cus-start.el (all): ... to here.
15866
e268e987
MA
158672009-11-17 Michael Albinus <michael.albinus@gmx.de>
15868
15869 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15870 Don't set `ad-return-value' if `ad-do-it' doesn't.
15871
303ffde8
MA
15872 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15873 modification time.
15874
637fa988
JD
158752009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15876
15877 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15878 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15879
15880 * loadup.el: If feature system-font-setting or font-render-setting is
15881 there, load font-setting.
15882
02e1b488 15883 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15884 * font-setting.el: New file.
15885
1d16a255
GM
158862009-11-17 Glenn Morris <rgm@gnu.org>
15887
15888 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15889
2d84f804
GM
15890 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15891 Preserve point in the list buffer. (Bug#4939)
15892 Use point-at-eol.
15893 (newsticker--treeview-list-update-highlight)
15894 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15895
14467b99
JB
158962009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15897
15898 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15899 Remove.
15900
15901 * calc/calc-ext.el (calc-init-extensions): Remove references to
15902 symclip.
15903
15904 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15905
15906 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15907 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15908 `calc-symclip'.
15909
e3c39c01
KR
159102009-11-16 Kevin Ryde <user42@zip.com.au>
15911
02e1b488 15912 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15913 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15914
497de631
KR
15915 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15916 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15917 Ignore trailing spaces by omit-nulls to split-string (fixing
15918 regression from Emacs 21 due to the incompatible split-string
14467b99 15919 change). (Bug #4928.)
497de631 15920
48b27575
DN
159212009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15922
5237d741 15923 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
15924 (vc-print-log-internal): Insert buttons to request more entries
15925 when limiting the output.
15926
15927 * vc-sccs.el (vc-sccs-print-log):
15928 * vc-rcs.el (vc-rcs-print-log):
15929 * vc-cvs.el (vc-cvs-print-log):
15930 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15931 LIMIT is non-nil.
15932
d3e97185
MA
159332009-11-16 Michael Albinus <michael.albinus@gmx.de>
15934
15935 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15936 error when `tramp-gvfs-dbus-event-vector' is set.
15937 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15938
68d87786
SM
159392009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15940
15941 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15942
c0a39702
MA
159432009-11-16 Michael Albinus <michael.albinus@gmx.de>
15944
15945 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 15946 (dbus-register-property): Register the handlers of
c0a39702
MA
15947 "org.freedesktop.DBus.Properties" for SERVICE.
15948 (dbus-property-handler): Fix docstring.
15949
1e857121
YM
159502009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15951
15952 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15953 Quote doc string reference in defvaralias as it is not in special form.
15954 (byte-compile-output-docform): Doc fix.
15955
887484c1
JB
159562009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15957
15958 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15959 (calc-complement-signed-mode): New variables.
15960 (calc-set-mode-line): Add indicator for twos-complements.
15961 (math-format-number): Format twos-complement notation.
15962
15963 * calc/calc-bin.el (calc-word-size): Reset the variables
15964 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
15965 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15966 (calc-symclip): New functions.
887484c1
JB
15967
15968 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15969
68d87786
SM
15970 * calc/calc-embed.el (calc-embedded-mode-vars):
15971 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
15972
15973 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 15974 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
15975
15976 * calc/calc-ext.el (math-read-number-fancy): Read complement
15977 signed numbers.
68d87786
SM
15978 (calc-init-extensions): Add binding for `calc-symclip'.
15979 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
15980
15981 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15982 `calc-symclip'.
68d87786 15983 (calc-modes-menu): Add item for twos complement mode.
887484c1 15984
5237d741 15985 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 15986
4cf1d7e3
CY
159872009-11-15 Chong Yidong <cyd@stupidchicken.com>
15988
15989 * register.el (jump-to-register, insert-register): Handle Semantic
15990 tags. From commented-out advice in semantic/senator.el.
15991
f8e65267
DN
159922009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15993
6616006b
DN
15994 * vc.el (vc-log-show-limit): New variable.
15995 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15996 when using a prefix argument.
15997 (vc-print-log-internal): Add new argument LIMIT.
15998
15999 * vc-svn.el (vc-svn-print-log):
16000 * vc-mtn.el (vc-mtn-print-log):
16001 * vc-hg.el (vc-hg-print-log):
16002 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16003 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16004 non-optional.
16005
16006 * vc-sccs.el (vc-sccs-print-log):
16007 * vc-rcs.el (vc-rcs-print-log):
16008 * vc-git.el (vc-git-print-log):
16009 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16010 ignore it. Make the BUFFER argument non-optional.
6616006b 16011
f8e65267
DN
16012 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16013
0566c4bc
CY
160142009-11-15 Chong Yidong <cyd@stupidchicken.com>
16015
7cce3c91
CY
16016 * dired.el (dired-mode-map): Move encryption items to "Operate"
16017 menu (Bug#4703).
16018
d7063de9
CY
16019 * strokes.el (strokes-update-window-configuration): Make strokes
16020 buffer current before erasing (Bug#4906).
16021
0fc10137
JL
160222009-11-15 Juri Linkov <juri@jurta.org>
16023
16024 * simple.el (set-mark-default-inactive): Add :type, :group
16025 and :version. (Bug#4876)
16026
f5fce4ec
MA
160272009-11-15 Michael Albinus <michael.albinus@gmx.de>
16028
16029 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16030 (archive-unique-fname): ... here. (Bug#4929)
16031
8d720a00
SM
160322009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16033
589888fe
SM
16034 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16035 with a real fix.
16036
8d720a00
SM
16037 * novice.el (disabled-command-function): Add useful args.
16038 Setup the help buffer so that [back] works.
16039 Remove redundant call to help-mode.
16040 (disabled-command-function): Use `case'.
16041 (en/disable-command): New function extracted from enable-command.
16042 (enable-command, disable-command): Use it.
16043
a61344d6
GM
160442009-11-14 Glenn Morris <rgm@gnu.org>
16045
497f0cdd
GM
16046 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16047 constants. (Bug#4913)
16048
a61344d6
GM
16049 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16050
d501801e
GM
160512009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16052
16053 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16054 defined in C that have no doc-strings. (Bug#1063)
16055
5af27ac2
GM
160562009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16057
16058 * cus-edit.el (data, files):
16059 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16060
aec5395b
CY
160612009-11-14 Chong Yidong <cyd@stupidchicken.com>
16062
e7791447
CY
16063 * simple.el (shell-command): Doc fix (Bug#4891).
16064
aec5395b
CY
16065 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16066
7a41cd7f
GM
160672009-11-14 Glenn Morris <rgm@gnu.org>
16068
c3583c94
GM
16069 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16070 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16071 If they are already loaded, eval-after-load will do the right thing.
16072
73900d1f
GM
16073 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16074 compiling.
16075
0028351d
GM
16076 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16077
f6714ede
GM
16078 * simple.el (x-selection-owner-p): Declare.
16079 (read-mail-command): Use custom radio type rather than choice.
16080 (completion-no-auto-exit): Doc fix.
16081
7a41cd7f 16082 * custom.el (defgroup):
5af27ac2 16083 * epg-config.el (epg): Doc fixes.
7a41cd7f 16084
2d0659ec
DN
160852009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16086
16087 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16088 * international/ccl.el (define-ccl-program): Do not purecopy the
16089 docstring, defconst does it anyway.
16090
7fdbcd83
SM
160912009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16092
d499c5b9
SM
16093 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16094 a second time.
16095
7fdbcd83
SM
16096 * x-dnd.el (x-dnd-maybe-call-test-function):
16097 * window.el (split-window-vertically):
16098 * whitespace.el (whitespace-help-on):
16099 * vc-rcs.el (vc-rcs-consult-headers):
16100 * userlock.el (ask-user-about-lock-help)
16101 (ask-user-about-supersession-help):
16102 * type-break.el (type-break-force-mode-line-update):
16103 * time-stamp.el (time-stamp-conv-warn):
16104 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16105 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16106 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16107 (term-write-input-ring, term-check-source, term-start-output-log):
16108 (term-display-buffer-line, term-dynamic-list-completions):
16109 (term-ansi-make-term, serial-term):
16110 * subr.el (selective-display):
16111 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16112 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16113 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16114 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16115 (speedbar-remove-localized-speedbar-support)
16116 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16117 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16118 (speedbar-buffers-line-directory):
16119 * simple.el (shell-command-on-region, append-to-buffer)
16120 (prepend-to-buffer):
16121 * shadowfile.el (shadow-save-todo-file):
16122 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16123 (scroll-bar-maybe-set-window-start):
16124 * sb-image.el (speedbar-image-dump):
16125 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16126 (load-save-place-alist-from-file):
16127 * ps-samp.el (ps-print-message-from-summary):
16128 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16129 (ps-background-image, ps-begin-job, ps-do-despool):
16130 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16131 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16132 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16133 (pr-call-process, pr-file-list, pr-interface-save):
16134 * novice.el (disabled-command-function)
16135 (enable-command, disable-command):
16136 * mouse.el (mouse-buffer-menu-alist):
16137 * mouse-copy.el (mouse-kill-preserving-secondary):
16138 * macros.el (kbd-macro-query):
16139 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16140 * informat.el (batch-info-validate):
16141 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16142 * hippie-exp.el (try-expand-dabbrev-visible):
16143 * help-mode.el (help-make-xrefs):
16144 * help-fns.el (describe-variable):
16145 * generic-x.el (bat-generic-mode-run-as-comint):
16146 * finder.el (finder-mouse-select):
16147 * find-dired.el (find-dired-sentinel):
16148 * filesets.el (filesets-file-close):
16149 * files.el (list-directory):
16150 * faces.el (list-faces-display, describe-face):
16151 * facemenu.el (list-colors-display):
16152 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16153 * epg.el (epg--process-filter, epg-cancel):
16154 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16155 (epa--read-signature-type):
16156 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16157 (emerge-file-names):
16158 * ehelp.el (electric-helpify):
16159 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16160 * ediff-vers.el (rcs-ediff-view-revision):
16161 * ediff-util.el (ediff-setup):
16162 * ediff-mult.el (ediff-append-custom-diff):
16163 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16164 (ediff-wordify):
16165 * echistory.el (Electric-command-history-redo-expression):
16166 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16167 * disp-table.el (describe-display-table):
16168 * dired.el (dired-find-buffer-nocreate):
16169 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16170 * dabbrev.el (dabbrev--same-major-mode-p):
16171 * chistory.el (list-command-history):
16172 * apropos.el (apropos-documentation):
16173 * allout.el (allout-obtain-passphrase):
16174 (allout-copy-exposed-to-buffer):
16175 (allout-verify-passphrase): Use with-current-buffer.
16176
2ccbc060
GM
161772009-11-13 Glenn Morris <rgm@gnu.org>
16178
16179 * Makefile.in (ELCFILES): Regenerate.
16180
b172ed20
MA
161812009-11-13 Michael Albinus <michael.albinus@gmx.de>
16182
7fdbcd83
SM
16183 * net/dbus.el (dbus-registered-objects-table): Rename from
16184 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16185 (dbus-unregister-object): Unregister also properties.
16186 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16187 Use a timeout of 500 msec, in order to not block.
16188 (dbus-register-property, dbus-property-handler): New defuns.
16189
e96d62cd
SM
161902009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16191
16192 * simple.el (minibuffer-default-add-completions): Drop deprecated
16193 4th arg.
16194
14bd267d
EZ
161952009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16196
e96d62cd
SM
16197 * textmodes/artist.el (artist-mouse-choose-operation):
16198 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16199 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16200 (artist-compute-up-event-key): New function.
16201 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16202
bf89fd7b
KH
162032009-11-13 Kenichi Handa <handa@m17n.org>
16204
16205 * language/japan-util.el: Make sure that the value of jisx0208
16206 property is jisx0208 character.
16207
f70b8925
DN
162082009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16209
16210 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16211 car or each item, not the whole list.
16212
4d93a9e0
SM
162132009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16214
16215 * minibuffer.el (minibuffer-completion-help):
16216 Use minibuffer-hide-completions.
16217
05404988
SM
162182009-11-12 Per Starbäck <per@starback.se> (tiny change)
16219
16220 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16221 (dired-revert): Use them (bug#4880).
16222
5297bc10
DN
162232009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16224
16225 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16226
e2685eb7
JL
162272009-11-12 Juri Linkov <juri@jurta.org>
16228
16229 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16230 New functions.
16231 (find-file-literally-at-point): Alias of `ffap-literally'.
16232
76410c3e
DN
162332009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16234
6d341a2a
DN
16235 * textmodes/ispell.el (ispell-skip-region-alist):
16236 * textmodes/css-mode.el (auto-mode-alist):
16237 * progmodes/compile.el (auto-mode-alist):
16238 * international/mule.el (ctext-non-standard-encodings-alist)
16239 (ctext-non-standard-encodings-regexp):
16240 * simple.el (shell-command-switch, text-read-only):
16241 * replace.el (occur-mode-map):
16242 * paths.el (rmail-file-name):
16243 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16244 * find-file.el (ff-special-constructs):
16245 * files.el (file-name-handler-alist):
16246 * composite.el: Purecopy strings.
16247
76410c3e
DN
16248 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16249
aaa448c9
DN
162502009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16251
16252 * widget.el (define-widget): Purecopy the docstring.
16253 * international/mule-cmds.el (charset): Do not purecopy the
16254 docstring here, define-widget does it.
16255
16256 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16257 * textmodes/bibtex-style.el (auto-mode-alist):
16258 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16259 * progmodes/compile.el (compile-command):
16260 * language/korea-util.el (default-korean-keyboard):
16261 * international/mule-conf.el (file-coding-system-alist):
16262 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16263 * tooltip.el (tooltip-frame-parameters):
16264 * newcomment.el (comment-end, comment-padding):
16265 * dired.el (dired-trivial-filenames):
16266 * comint.el (comint-file-name-prefix): Purecopy initial values.
16267
bbe650fd
MA
162682009-11-11 Michael Albinus <michael.albinus@gmx.de>
16269
16270 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16271 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16272 `tramp-unload'.
16273 (tramp-advice-make-auto-save-file-name)
16274 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16275 after removing the advice.
16276
6bdad9ae
DN
162772009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16278
2f7f4bee
DN
16279 * progmodes/grep.el (grep-regexp-alist):
16280 * international/mule-cmds.el (iso-2022-control-alist):
16281 * emacs-lisp/timer.el (timer-duration-words):
16282 * subr.el (version-separator, version-regexp-alist):
16283 * minibuffer.el (completion-styles-alist):
16284 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16285 Change defvars to defconsts.
16286
a042de45
DN
16287 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16288 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16289 * international/mule-conf.el: Allow to be byte compiled.
16290
3b6acc72
DN
16291 * international/mule.el (define-charset): Purecopy props.
16292 (load-with-code-conversion): Purecopy doc string and file name.
16293 (put-charset-property): Purecopy strings.
16294 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16295
1c2efdfb 16296 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16297 (define-char-code-property): Correctly purecopy the table.
16298
62591911
DN
16299 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16300
8b908da6
DN
16301 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16302
ff917d63
DN
16303 * subr.el (add-hook): Purecopy strings.
16304 (eval-after-load): Purecopy load-history-regexp and the form.
16305
af89cf77
DN
16306 * custom.el (custom-declare-group): Purecopy load-file-name.
16307
a3c20c83 16308 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16309 * net/eudc.el (eudc-tools-menu):
16310 * international/mule-cmds.el (set-coding-system-map)
16311 (mule-menu-keymap):
16312 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16313 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16314 * replace.el (occur-mode-map):
16315 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16316 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16317 (menu-bar-custom-menu, menu-bar-showhide-menu)
16318 (menu-bar-options-menu, menu-bar-tools-menu)
16319 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16320 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16321 (menu-bar-help-menu):
16322 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16323 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16324
6bdad9ae
DN
16325 * term/x-win.el (x-gtk-stock-map):
16326 * progmodes/vera-mode.el (auto-mode-alist):
16327 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16328 (inferior-lisp-program, inferior-lisp-load-command):
16329 * progmodes/hideshow.el (hs-special-modes-alist):
16330 * progmodes/gud.el (same-window-regexps):
16331 * progmodes/grep.el (grep-program, find-program, xargs-program):
16332 * net/telnet.el (same-window-regexps):
16333 * net/rlogin.el (same-window-regexps):
16334 * language/ethiopic.el (font-ccl-encoder-alist):
16335 * vc-sccs.el (vc-sccs-master-templates):
16336 * vc-rcs.el (vc-rcs-master-templates):
16337 * subr.el (cl-assertion-failed):
16338 * simple.el (next-error-overlay-arrow-position):
16339 * lpr.el (lpr-command):
16340 * locate.el (locate-ls-subdir-switches):
16341 * info.el (same-window-regexps, info)
16342 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16343 * image-mode.el (image-mode, auto-mode-alist):
16344 * hippie-exp.el (hippie-expand-ignore-buffers):
16345 * format.el (format-alist):
16346 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16347 (find-name-arg):
16348 * facemenu.el (facemenu-keybindings):
16349 * dired.el (dired-listing-switches, dired-chown-program):
16350 * diff.el (diff-switches, diff-command):
16351 * cus-edit.el (same-window-regexps):
16352 * bindings.el (mode-line-mule-info)
16353 (mode-line-buffer-identification): Purecopy strings.
16354
e0987650
JL
163552009-11-11 Juri Linkov <juri@jurta.org>
16356
3570691b 16357 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16358 Tell the byte-compiler about dired-get-filename.
16359 (shell-command): In Dired mode, get filename from the current line
16360 as the default value.
16361
b16ff465
GM
163622009-11-10 Glenn Morris <rgm@gnu.org>
16363
e8a11b22
GM
16364 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16365 * calendar/holidays.el, progmodes/cperl-mode.el:
16366 Update x-popup-menu declarations.
16367
b16ff465
GM
16368 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16369 (list-load-path-shadows): Use dolist.
16370 (list-load-path-shadows): Use with-current-buffer.
16371
032c3399
JL
163722009-11-10 Juri Linkov <juri@jurta.org>
16373
16374 * minibuffer.el (read-file-name): Support a list of default values
16375 in `default-filename'. Use the first file name where only one
16376 element is required. Doc fix.
16377
8fb1629f
MA
163782009-11-09 Michael Albinus <michael.albinus@gmx.de>
16379
16380 * net/dbus.el (dbus-unregister-object): Release service, if no
16381 other method is registered for it.
16382
a51203ee 163832009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16384
16385 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16386 bookmark-sort-flag is non-nil (Bug#4653).
16387
9bf7dc8a
CY
163882009-11-08 Chong Yidong <cyd@stupidchicken.com>
16389
15207e74
CY
16390 * emulation/cua-base.el: Add CUA property to some CC mode commands
16391 (Bug#4100).
16392
8bf7ed70
KR
163932009-11-08 Kevin Ryde <user42@zip.com.au>
16394
16395 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16396 at end of sentence (Bug#4818).
8bf7ed70 16397
951802d0
CY
163982009-11-08 Jared Finder <jfinder@crypticstudios.com>
16399
16400 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16401 Handle "see declaration of" MSFT statements (Bug#4100).
16402
e8244310
MA
164032009-11-08 Michael Albinus <michael.albinus@gmx.de>
16404
16405 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16406 (tramp-advice-file-expand-wildcards): Unload via
16407 `ad-remove-advice'.
16408
16409 * net/trampver.el: Update release number.
16410
a51203ee 164112009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16412
16413 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16414 `ad-do-it'.
16415
a51203ee 164162009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16417
16418 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16419 in order to keep context in SELinux.
16420
bedd8a58
CY
164212009-11-08 Chong Yidong <cyd@stupidchicken.com>
16422
16423 * dired-aux.el (dired-query): Place cursor in echo area and allow
16424 C-g.
16425
16426 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16427 menu item if not on a directory (Bug#4701).
16428
0484d600
MA
164292009-11-07 Michael Albinus <michael.albinus@gmx.de>
16430
16431 Sync with Tramp 2.1.17.
16432
16433 * net/tramp.el (tramp-handle-copy-directory): Don't use
16434 `file-remote-p' (due to compatibility).
16435
16436 * net/tramp-compat.el (tramp-compat-copy-directory)
16437 (tramp-compat-delete-directory): New defuns.
16438
16439 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16440 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16441 Use `tramp-compat-delete-directory'.
0484d600
MA
16442
16443 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16444 (tramp-smb-handle-delete-directory):
16445 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16446
16447 * net/trampver.el: Update release number.
16448
b42b2189
CY
164492009-11-07 Chong Yidong <cyd@stupidchicken.com>
16450
6960d7b9
CY
16451 * tar-mode.el (tar-copy): Call write-region on the right buffer
16452 (Bug#4857).
16453
b42b2189
CY
16454 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16455 by hand, if necessary (Bug#4878).
16456
0ad57dfd
CY
164572009-11-06 Chong Yidong <cyd@stupidchicken.com>
16458
d19e23ae
CY
16459 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16460 align size column (Bug#4839).
16461
0ad57dfd
CY
16462 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16463 statement.
16464
0b7f397c
DN
164652009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16466
16467 * progmodes/ld-script.el (auto-mode-alist):
16468 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16469
16470 * cus-face.el (custom-declare-face): Purecopy face spec.
16471
495bd5ca
KH
164722009-11-06 Kenichi Handa <handa@m17n.org>
16473
16474 * international/uni-bidi.el: Re-generated.
16475 * international/uni-category.el: Re-generated.
16476 * international/uni-combining.el: Re-generated.
16477 * international/uni-mirrored.el: Re-generated.
16478
1e8780b1
DN
164792009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16480
16481 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16482 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16483 (tex-start-options, slitex-run-command, latex-run-command)
16484 (tex-run-command, tex-directory):
16485 * textmodes/ispell.el (ispell-html-skip-alists)
16486 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16487 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16488 (adaptive-fill-regexp):
16489 * textmodes/dns-mode.el (auto-mode-alist):
16490 * progmodes/python.el (interpreter-mode-alist):
16491 * progmodes/etags.el (tags-compression-info-list):
16492 * progmodes/etags.el (tags-file-name):
16493 * net/browse-url.el (browse-url-galeon-program)
16494 (browse-url-firefox-program):
16495 * mail/sendmail.el (mail-signature-file)
16496 (mail-citation-prefix-regexp):
16497 * international/mule-conf.el (eight-bit):
16498 * international/latexenc.el (latex-inputenc-coding-alist):
16499 * international/fontset.el (x-pixel-size-width-font-regexp):
16500 * emacs-lisp/warnings.el (warning-type-format):
16501 * emacs-lisp/trace.el (trace-buffer):
16502 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16503 (emacs-lisp-mode-map):
16504 * calendar/holidays.el (holiday-solar-holidays)
16505 (holiday-bahai-holidays, holiday-islamic-holidays)
16506 (holiday-christian-holidays, holiday-hebrew-holidays)
16507 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16508 (hebrew-holidays-1, holiday-oriental-holidays)
16509 (holiday-general-holidays):
16510 * x-dnd.el (x-dnd-known-types):
16511 * tool-bar.el (tool-bar):
16512 * startup.el (site-run-file):
16513 * shell.el (shell-dumb-shell-regexp):
16514 * rfn-eshadow.el (file-name-shadow-tty-properties)
16515 (file-name-shadow-properties):
16516 * paths.el (remote-shell-program, news-directory):
16517 * mouse.el ([C-down-mouse-3]):
16518 * menu-bar.el (menu-bar-tools-menu):
16519 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16520 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16521 (jka-compr-compression-info-list):
16522 * isearch.el (search-whitespace-regexp):
16523 * image-file.el (image-file-name-extensions):
16524 * find-dired.el (find-ls-option):
16525 * files.el (directory-listing-before-filename-regexp)
16526 (directory-free-space-args, insert-directory-program)
16527 (list-directory-brief-switches, magic-fallback-mode-alist)
16528 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16529 (automount-dir-prefix):
16530 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16531 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16532 (face-font-registry-alternatives, face-font-registry-alternatives)
16533 (face-font-family-alternatives):
16534 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16535 (facemenu-foreground-menu, facemenu-face-menu):
16536 * epa-hook.el (epa-file-name-regexp):
16537 * dnd.el (dnd-protocol-alist):
16538 * textmodes/rst.el (auto-mode-alist):
a51203ee 16539 * button.el (default-button): Purecopy strings.
1e8780b1 16540
0adae11f
GM
165412009-11-06 Glenn Morris <rgm@gnu.org>
16542
16543 * Makefile.in (ELCFILES): Update.
16544
2adaf057
SM
165452009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16546
8f72f03c
SM
16547 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16548 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16549
2adaf057
SM
16550 * nxml/xsd-regexp.el (xsdre-gen-categories):
16551 * nxml/xmltok.el (xmltok-parse-entity):
16552 * nxml/rng-parse.el (rng-parse-validate-file):
16553 * nxml/rng-maint.el (rng-format-manual)
16554 (rng-manual-output-force-new-line):
16555 * nxml/rng-loc.el (rng-save-schema-location-1):
16556 * nxml/rng-cmpct.el (rng-c-parse-file):
16557 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16558 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16559
14862301
SM
165602009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16561
bf0b361c 16562 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16563 Remove extra save-excursions and make-variable-buffer-local's.
16564 Suggested by Stefan Monnier.
16565
16566 (verilog-getopt-file, verilog-module-inside-filename-p)
16567 (verilog-set-define): Merge GNU 1.35 and repair changes from
16568 switching to using with-current-buffer.
16569
16570 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16571 being treated as a number and confusing AUTORESET.
16572 Reported by Dan Dever.
16573
16574 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16575 Add verilog-auto-ignore-concat to fix backward compatibility with
16576 older verilog-modes. Reported by Dan Katz.
16577
16578 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16579 containing closing anchors "...$".
16580
16581 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16582 Reported by Wade Smith.
16583
48c2d18a 16584 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16585
165862009-11-05 Michael McNamara <mac@mail.brushroad.com>
16587
bf0b361c
JB
16588 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16589 for labels.
14862301
SM
16590
16591 (verilog-label-re, verilog-calc-1): Support proper indent of named
16592 asserts.
16593
16594 (verilog-backward-token, verilog-basic-complete-re)
16595 (verilog-beg-of-statement, verilog-indent-re): Support proper
16596 indent of the assert statement at the beginning of a block of text.
16597
16598 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16599 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16600 tokens as begins.
16601
4f8f657f
GM
166022009-11-05 Glenn Morris <rgm@gnu.org>
16603
775adc51
GM
16604 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16605 Emacs 19. (Bug#1531)
16606 (byte-compile-fix-header): Update for the above change.
16607 Drop test for epoch::version.
16608
4ad6a5e7 16609 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16610 * cus-dep.el (custom-make-dependencies):
16611 * finder.el (finder-compile-keywords):
16612 Use autoload-rubric's feature argument.
4ad6a5e7 16613
4f8f657f
GM
16614 * calendar/diary-lib.el (top-level): Make load behave more like require.
16615
881e4184
GM
16616 * vc-git.el (vc-git-stash-map): Move definition before use.
16617
ba214964 166182009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16619
b6f8ba09
DN
16620 * custom.el (custom-declare-group): Purecopy standard-value.
16621 (custom-declare-group): Purecopy custom-prefix.
16622
7fdbcd83
SM
16623 * international/mule.el (load-with-code-conversion):
16624 Call do-after-load-evaluation unconditionally.
eb6f577b 16625
f6195dfb
DN
16626 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16627
56f14120
SM
166282009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16629
16630 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16631
e5c89ce9
GM
166322009-11-04 Glenn Morris <rgm@gnu.org>
16633
16634 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16635 (byte-compile-compatibility): Remove option.
16636 (byte-compile-close-variables, byte-compile-fix-header)
16637 (byte-compile-insert-header, byte-compile-output-docform)
16638 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16639 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16640 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16641 (byte-compile-insert, byte-compile-defun):
16642 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16643 (byte-defop-compiler19): Remove.
16644 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16645 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16646
e24f42ab
JL
166472009-11-04 Juri Linkov <juri@jurta.org>
16648
16649 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16650 (menu-bar-options-menu): Don't quote the `prop' arg of
16651 `menu-bar-make-mm-toggle'.
16652
d3d5f4f5
JB
166532009-11-04 Juanma Barranquero <lekktu@gmail.com>
16654
16655 * calendar/calendar.el (cal-loaddefs):
16656 * calendar/diary-lib.el (diary-loaddefs):
16657 * calendar/holidays.el (hol-loaddefs):
16658 * eshell/esh-module.el (esh-groups): Load rather than require.
16659
6e39d3b2
SM
166602009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16661
e96d62cd
SM
16662 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16663 point-min==1.
7e83e8b4
SM
16664 (todo-top-priorities): Only display-buffer when called interactively.
16665 (todo-item-start): Don't save excursion point.
16666 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16667 (todo-insert-item-here, todo-file-item, todo-remove-item):
16668 Adjust uses of todo-item-start and todo-item-end.
16669
fae4e5b9
SM
16670 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16671 (autoload-rubric): Don't use any more.
fae4e5b9 16672
6e39d3b2
SM
16673 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16674 and only put a prop if it is non-nil.
16675
c9753fb4
JL
166762009-11-03 Juri Linkov <juri@jurta.org>
16677
16678 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16679 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16680
16681 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16682 and "Menu" to make top-level menu item visually one unit (like
16683 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16684 multi-word menu items). Fix :help string for quit-window.
16685
db04f33f
GM
166862009-11-03 Glenn Morris <rgm@gnu.org>
16687
2aea6521
GM
16688 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16689 (byte-compile-file-form-define-abbrev-table)
16690 (byte-compile-file-form-custom-declare-variable)
16691 (byte-compile-variable-ref, byte-compile-defvar):
16692 Whether or not a warning is enabled should only affect whether we issue
16693 the warning, not whether or not we collect the relevant data.
16694 Eg warnings can be turned on and off throughout the course of a file.
16695
db04f33f
GM
16696 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16697 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16698
937e6a56
SM
166992009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16700
16701 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16702 * play/mpuz.el (mpuz-create-buffer):
16703 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16704 (lm-print-y,s,noise, lm-print-w0, lm-init):
16705 * play/gomoku.el (gomoku-prompt-for-move):
16706 * play/fortune.el (fortune-in-buffer):
16707 * play/dissociate.el (dissociated-press):
16708 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16709 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16710 * mail/supercite.el (sc-eref-show):
16711 * mail/smtpmail.el (smtpmail-send-it):
16712 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16713 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16714 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16715 (rmail-summary-goto-msg, rmail-summary-expunge)
16716 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16717 (rmail-summary-add-label, rmail-summary-output-menu)
16718 (rmail-summary-output-body):
16719 * mail/rfc822.el (rfc822-addresses):
16720 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16721 * mail/mailpost.el (post-mail-send-it):
16722 * mail/hashcash.el (hashcash-generate-payment):
16723 * mail/feedmail.el (feedmail-run-the-queue)
16724 (feedmail-queue-send-edit-prompt-help-first)
16725 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16726 (feedmail-deduce-address-list):
16727 * eshell/esh-ext.el (eshell-remote-command):
16728 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16729 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16730 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16731 (viper-save-string-in-file, viper-valid-marker):
16732 * emulation/viper-keym.el (viper-toggle-key):
16733 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16734 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16735 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16736 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16737 (viper-exec-form-in-emacs, viper-brac-function):
16738 * emulation/viper.el (viper-delocalize-var):
16739 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16740 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16741 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16742 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16743 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16744 * emulation/edt.el (edt-electric-helpify):
16745 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16746 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16747 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16748 (cua-indent-to-global-mark-column):
16749 * calendar/diary-lib.el (calendar-mark-1):
16750 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16751 Use with-current-buffer.
16752 * emulation/viper.el (viper-delocalize-var): Use dolist.
16753
5b955562
CY
167542009-11-03 Chong Yidong <cyd@stupidchicken.com>
16755
16756 * comint.el (comint-replace-by-expanded-history-before-point):
16757 Replace !! with the previous input string literally (Bug#1795).
16758
6292c599
JB
167592009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16760
16761 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16762 to be made up of whitespace.
16763
8368c14e
CY
167642009-11-02 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * minibuffer.el (read-file-name): Don't use file dialogs for
16767 remote directories (Bug#99).
16768
6f750f0d
CY
167692009-11-01 Chong Yidong <cyd@stupidchicken.com>
16770
16771 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16772
97ab3f47
AS
167732009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16774
16775 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16776 instead of deleting the window or frame.
16777
673c1168
CY
167782009-10-31 Chong Yidong <cyd@stupidchicken.com>
16779
16780 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16781 Support face colors.
16782
937e6a56
SM
16783 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16784 New function. Support face colors (Bug#1168).
673c1168
CY
16785 (tex-common-initialization): Use it.
16786
16787 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16788 mode allows it (Bug#1168).
16789
c9349f0a
CY
167902009-10-31 Juri Linkov <juri@jurta.org>
16791
16792 * facemenu.el (list-colors-display): Don't mark buffer as
16793 modified (Bug#3948).
16794
ebf5c4f5
CY
167952009-10-31 Chong Yidong <cyd@stupidchicken.com>
16796
6a7662bb
BR
16797 * international/mule-diag.el (list-character-sets-1):
16798 Minor message fix (Bug#3526).
5c2dce75 16799
6a7662bb
BR
16800 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16801 Fix face property (Bug#4834).
26581f0e
CY
16802 (etags-list-tags, etags-tags-apropos-additional)
16803 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16804 property.
16805
ebf5c4f5
CY
16806 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16807 items.
16808
9a529312
SM
168092009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16810
16811 * textmodes/two-column.el (2C-split):
16812 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16813 * textmodes/tex-mode.el (tex-set-buffer-directory):
16814 * textmodes/spell.el (spell-region, spell-string):
16815 * textmodes/reftex.el (reftex-erase-buffer):
16816 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16817 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16818 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16819 (reftex-select-item):
16820 * textmodes/reftex-ref.el (reftex-label-info-update)
16821 (reftex-offer-label-menu):
16822 * textmodes/reftex-index.el (reftex-index-change-entry)
16823 (reftex-index-phrases-info):
16824 * textmodes/reftex-global.el (reftex-create-tags-file)
16825 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16826 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16827 (reftex-view-crossref-from-bibtex):
16828 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16829 (reftex-extract-bib-entries-from-thebibliography)
16830 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16831 * textmodes/refbib.el (r2b-capitalize-title):
16832 (r2b-convert-buffer, r2b-help):
16833 * textmodes/page-ext.el (pages-directory)
16834 (pages-directory-goto-with-mouse):
16835 * textmodes/bibtex.el (bibtex-validate-globally):
16836 * textmodes/bib-mode.el (bib-capitalize-title):
16837 * textmodes/artist.el (artist-clear-buffer, artist-system):
16838 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16839 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16840 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16841 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16842 (xscheme-send-control-g-interrupt, xscheme-start-process)
16843 (xscheme-process-sentinel, xscheme-cd):
16844 * progmodes/verilog-mode.el (verilog-read-always-signals)
16845 (verilog-set-define, verilog-getopt-file)
16846 (verilog-module-inside-filename-p):
16847 * progmodes/sh-script.el:
16848 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16849 (python-pdbtrack-grub-for-buffer, python-execute-file):
16850 * progmodes/octave-inf.el (inferior-octave):
16851 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16852 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16853 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16854 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16855 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16856 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16857 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16858 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16859 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16860 (idlwave-shell-examine-display, idlwave-shell-run-region)
16861 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16862 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16863 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16864 (idlwave-help-get-help-buffer):
16865 * progmodes/gud.el (gud-basic-call, gud-find-class)
16866 (gud-tooltip-activate-mouse-motions-if-enabled):
16867 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16868 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16869 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16870 (ebrowse-tags-next-file):
16871 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16872 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16873 (ebnf-eps-finish-and-write):
16874 * progmodes/cpp.el (cpp-edit-save):
16875 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16876 * progmodes/cc-defs.el (c-emacs-features):
16877 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16878 (antlr-directory-dependencies):
16879 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16880 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16881 (ada-find-any-references, ada-make-filename-from-adaname)
16882 (ada-make-body-gnatstub):
16883 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16884 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16885 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16886 * net/rcirc.el (rcirc-debug):
16887 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16888 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16889 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16890 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16891 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16892 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16893 (newsticker--treeview-list-clear-highlight)
16894 (newsticker--treeview-list-update-highlight)
16895 (newsticker--treeview-list-highlight-start)
16896 (newsticker--treeview-tree-update-highlight)
16897 (newsticker--treeview-get-selected-item)
16898 (newsticker-treeview-mark-list-items-old)
16899 (newsticker--treeview-set-current-node):
16900 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16901 * net/newst-backend.el (newsticker--get-news-by-funcall)
16902 (newsticker--get-news-by-wget, newsticker--image-get)
16903 (newsticker--image-sentinel):
16904 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16905 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16906 (eudc-ph-close-session):
16907 * net/eudc.el (eudc-save-options):
16908 * language/thai-word.el (thai-update-word-table):
16909 * language/japan-util.el (japanese-string-conversion):
16910 * international/titdic-cnv.el (tsang-quick-converter)
16911 (ziranma-converter, ctlau-converter):
16912 * international/mule-cmds.el (describe-language-environment):
16913 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16914 (skkdic-convert-postfix, skkdic-convert-prefix):
16915 (skkdic-convert-okuri-nasi, skkdic-convert):
16916 * emacs-lisp/re-builder.el (reb-update-overlays):
16917 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16918 * emacs-lisp/gulp.el (gulp-send-requests):
16919 * emacs-lisp/find-gc.el (trace-call-tree):
16920 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16921 (eieio-describe-generic):
16922 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16923 * emacs-lisp/edebug.el (edebug-outside-excursion):
16924 * emacs-lisp/debug.el (debugger-make-xrefs):
16925 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16926 * emacs-lisp/chart.el (chart-new-buffer):
16927 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16928 Use with-current-buffer.
16929 * textmodes/artist.el (artist-system): Don't call
16930 copy-sequence on a fresh string.
16931 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16932
d566f228
GM
169332009-10-31 Stephen Berman <stephen.berman@gmx.net>
16934
16935 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 16936 is no item to edit. (Bug#4820)
d566f228 16937 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 16938 buffer. (Bug#4820)
d566f228 16939
f3628edd
GM
169402009-10-31 Glenn Morris <rgm@gnu.org>
16941
5cf3709c
GM
16942 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16943 (comint-last-output-start, comint-last-input-start)
16944 (comint-last-input-end): Don't defvar when compiling.
16945 (ange-ftp-process-file): Use bound-and-true-p.
16946
4c814fd2
GM
16947 * pcmpl-rpm.el (top-level): Move provide statement to end.
16948 (pcmpl-rpm): Remove unused custom group.
16949
113b8dcc
GM
16950 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16951
31c615e4
GM
16952 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16953
416d3588
GM
16954 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16955 (byte-compile-warnings): Add `constants' as an option.
16956 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16957 (display-call-tree): Update for byte-compile-fdefinition possibly
16958 returning `(macro lambda ...)'. (Bug#4778)
16959 (byte-compile-variable-ref, byte-compile-setq-default):
16960 Respect `constants' member of byte-compile-warnings.
16961
00f71f39
SM
169622009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16963
16964 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16965 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16966 to "submit:".
16967
ca0a881a
DN
169682009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16969
16970 * textmodes/ispell.el (ispell-skip-region-alist):
16971 * international/mule-conf.el (eight-bit):
16972 * international/fontset.el (font-encoding-alist):
16973 * startup.el (pure-space-overflow-message):
16974 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16975 * paths.el (gnus-nntp-service, rmail-spool-directory)
16976 (term-file-prefix):
16977 * files.el (save-some-buffers-action-alist):
16978 * cmuscheme.el (same-window-buffer-names):
16979 * ielm.el (same-window-buffer-names):
16980 * shell.el (same-window-buffer-names):
16981 * mail/sendmail.el (same-window-buffer-names):
16982 * progmodes/inf-lisp.el (same-window-buffer-names):
16983 * bindings.el (mode-line-client)
16984 (mode-line-column-line-number-mode-map):
16985 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16986 (tibetan-precomposed-regexp): Purecopy string arguments.
16987
b861e45e
SM
169882009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16989
6df9b6d7
SM
16990 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16991 (calcDigit-nondigit):
16992 * calc/calc-yank.el (calc-copy-to-buffer):
16993 * calc/calc-units.el (calc-invalidate-units-table):
16994 * calc/calc-trail.el (calc-trail-yank):
16995 * calc/calc-store.el (calc-insert-variables):
16996 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16997 * calc/calc-prog.el (calc-read-parse-table):
16998 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16999 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17000 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17001 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17002 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17003 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17004 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17005 * calc/calc-ext.el (calc-realign):
17006 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17007 (calc-embedded-finish-edit, calc-embedded-make-info)
17008 (calc-embedded-finish-command, calc-embedded-stack-change):
17009 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17010
70f44c65
SM
17011 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17012 shell-dynamic-complete-filename in preference to
17013 comint-dynamic-complete-filename.
17014
b861e45e
SM
17015 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17016 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17017 Don't consider whether the display supports colors.
17018 (bookmark-import-new-list): Use dolist.
17019 (bookmark-bmenu-mode-map): Move initialization into declaration.
17020 (bookmark-bmenu-list): Use dolist, simplify.
17021 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17022 (menu-bar-final-items): Use push.
17023
8549241d 170242009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17025
17026 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17027 it works on remote files.
17028 (vc-hg-diff): Don't pass any `--cwd' argument.
17029
30644573
KR
170302009-10-27 Kevin Ryde <user42@zip.com.au>
17031
cc63d28f
SM
17032 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17033 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17034 (Further to Bug#3921).
17035
9be01a63
MA
170362009-10-27 Michael Albinus <michael.albinus@gmx.de>
17037
17038 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17039 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17040 calling `tramp-imap-put-file'. Add file size to the call.
17041 (tramp-imap-get-file-entries): Compute also user name, file size,
17042 and date.
17043 (tramp-imap-handle-insert-directory): Insert uid and gid.
17044 (tramp-imap-handle-file-attributes): Transform uid and gid
17045 according to `id-format'.
17046 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17047 size in header X-Size.
17048
41849bf9
JB
170492009-10-26 Juanma Barranquero <lekktu@gmail.com>
17050
17051 * simple.el (transpose-subr): Give clearer error when the mark
17052 is not set. (Bug#4807)
17053
293c24f9
MA
170542009-10-26 Michael Albinus <michael.albinus@gmx.de>
17055
cc63d28f
SM
17056 * net/tramp.el (tramp-perl-file-truename): New defconst.
17057 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17058 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17059 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17060 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17061
cc63d28f
SM
17062 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17063 Ignore `dired-call-process'.
293c24f9
MA
17064 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17065
170662009-10-26 Julian Scheid <julians37@gmail.com>
17067
cc63d28f 17068 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17069 (tramp-get-remote-readlink): New defun.
17070 (tramp-handle-file-truename): Use it.
17071 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17072 file exists if cache value present.
48c2d18a 17073 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17074 (tramp-handle-file-readable-p): Use it.
17075 (tramp-handle-file-writable-p): Likewise.
17076 (tramp-handle-file-executable-p): Likewise.
17077 (tramp-handle-file-name-all-completions): Try using Perl to get
17078 partial completions. When perl not available, combine `cd' and
17079 `ls' into single remote operation and use shell expansion to get
17080 partial remote directory contents. Set `file-exists-p' cache for
17081 directory and any files returned by ls. Change cache handling to
17082 support partial directory contents. Use error message emitted by
17083 remote `cd' or Perl code for local tramp-error.
17084 (tramp-do-copy-or-rename-file-directly): Avoid separate
17085 tramp-send-command-and-check call.
cc63d28f
SM
17086 (tramp-handle-process-file): Merge three remote ops into one.
17087 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17088 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17089 file-attributes shows uid/gid to be set already.
17090
a7610c52
DN
170912009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17092
17093 * textmodes/tex-mode.el (tex-dvi-view-command)
17094 (tex-show-queue-command, tex-open-quote):
17095 * progmodes/ruby-mode.el (auto-mode-alist)
17096 (interpreter-mode-alist): Purecopy strings.
17097
17098 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17099
17100 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17101 string for the hook, keymap and abbrev table.
17102
17103 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17104
17105 * x-dnd.el (x-dnd-xdnd-to-action):
17106 * startup.el (fancy-startup-text, fancy-about-text): Change to
17107 defconst from defvar.
17108
17109 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17110
17111 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17112 Purecopy initialization strings.
17113
17114 * mail/sendmail.el (mail-header-separator)
17115 (mail-personal-alias-file):
17116 * mail/rmail.el (rmail-default-dont-reply-to-names)
17117 (rmail-ignored-headers, rmail-retry-ignored-headers)
17118 (rmail-highlighted-headers, rmail-secondary-file-directory)
17119 (rmail-secondary-file-regexp):
17120 * files.el (null-device, file-name-invalid-regexp)
17121 (locate-dominating-stop-dir-regexp)
cc63d28f 17122 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17123 (interpreter-mode-alist): Use mapcar instead of mapc.
17124
17125 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17126
17127 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17128 (completion-ignored-extensions):
17129 (debug-ignored-errors): Purecopy strings.
17130
4fcc3d32
SM
171312009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17132
0667de21
SM
17133 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17134 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17135 (pcomplete--here): Use push.
17136
4fcc3d32
SM
17137 * subr.el (all-completions): Declare the 4th arg obsolete.
17138
955ef430
SM
171392009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17140
2d085307
SM
17141 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17142 (pcomplete-unquote-argument): New function.
17143 (pcomplete--common-suffix): Always pay attention to case.
17144 (pcomplete--table-subvert): Quote and unquote the text.
17145 (pcomplete--common-quoted-suffix): New function.
17146 (pcomplete-std-complete): Use it and pcomplete-begin.
17147
955ef430
SM
17148 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17149 we're inside a dedicated or minibuffer window.
17150
7c85c02b
KF
171512009-10-24 Karl Fogel <kfogel@red-bean.com>
17152
17153 * bookmark.el: Update documentation, especially documentation
17154 of `bookmark-alist' and of the bookmark file format.
17155 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17156
3e8ae8a6
CY
171572009-10-24 Chong Yidong <cyd@stupidchicken.com>
17158
3e425845
CY
17159 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17160 keybindings apply to the mail buffer (Bug#4003). Shrink help
17161 window to buffer.
17162
cdd47d48
CY
17163 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17164 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17165 (whitespace-toggle-options, global-whitespace-toggle-options):
17166 Doc fix (Bug#3660).
cdd47d48 17167
ba07c9ad
CY
17168 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17169 of xmltok-start before the end tag was inserted (Bug#2840).
17170
3e8ae8a6
CY
17171 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17172 patterns that are preceded by an open-paren (Bug#1320).
17173
ab276820
CY
171742009-10-24 Sven Joachim <svenjoac@gmx.de>
17175
17176 * files.el (delete-directory): Delete symlinks to directories with
17177 delete-file (Bug#4739).
17178
905a9ed3
DN
171792009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17180
a9a2a6db
DN
17181 * vc.el (vc-backend-for-registration): Rename from
17182 vc-get-backend-for-registration. Update callers.
17183
cc63d28f
SM
17184 * international/mule-cmds.el (set-language-info-alist):
17185 Purecopy lang-env.
905a9ed3
DN
17186 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17187 (charset): Purecopy the name.
17188 (define-char-code-property): Purecopy string arguments.
17189
17190 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17191 Purecopy string arguments.
17192
17193 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17194 * ediff-hook.el (menu-bar-ediff-menu):
17195 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17196 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17197
d270305a
GM
171982009-10-24 Glenn Morris <rgm@gnu.org>
17199
6c74d523 17200 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17201 * term.el (term-dynamic-list-completions): Use choose-completion rather
17202 than obsolete alias mouse-choose-completion.
17203
ae732337
GM
17204 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17205 file-cache-choose-completion.
17206 (file-cache-choose-completion): Handle an optional event argument.
17207 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17208
cc63d28f
SM
17209 * progmodes/octave-mod.el (octave-complete-symbol):
17210 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17211
9847dc91
GM
17212 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17213 use.
17214
e8f2a5d5
GM
17215 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17216 compiler.
17217
d270305a
GM
17218 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17219
c6432f1e
SM
172202009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17221
17222 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17223 Ignore `pred' now that we receive one.
17224 Handle test-completion specially.
17225
6ab196f9
DN
172262009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17227
17228 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17229 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17230 REGISTER ...
17231 (vc-get-backend-for-registration): ... here. New function.
17232 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17233 of vc-responsible-backend, pass the file name instead of the
17234 directory name.
17235
48feed59
SM
172362009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17239 New funs.
17240 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17241 (pcomplete-comint-setup): Don't modify a global var via
17242 accidental side-effects.
17243 (pcomplete-shell-setup): Adjust call accordingly.
17244 (pcomplete-parse-comint-arguments): Use push.
17245
00006066
CY
172462009-10-23 Chong Yidong <cyd@stupidchicken.com>
17247
36bfa3af
CY
17248 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17249 Allow uncapitalized info node names (Bug#3921).
17250
00006066
CY
17251 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17252 to the DEBUG file (Bug#3781).
17253
aa311d6e
CY
172542009-10-23 Jari Aalto <jari.aalto@cante.net>
17255
17256 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17257 dictionary entry (Bug#4579).
17258
b88f2d0a
MA
172592009-10-23 Michael Albinus <michael.albinus@gmx.de>
17260
17261 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17262 from `rfn-eshadow-update-overlay-hook' when unloading.
17263 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17264 "rsyncc". Adjust doc string.
48c2d18a 17265 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17266 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17267 Keep temporary file when indicated by method ("rsync" and
17268 "rsyncc").
17269 (tramp-handle-write-region): Handle APPEND.
17270 (tramp-delete-temp-file-function): New defun. Added to
17271 `kill-buffer-hook'.
17272
1becddbb
JB
172732009-10-23 Juanma Barranquero <lekktu@gmail.com>
17274
17275 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17276
8f43cbf3
DN
172772009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17278
17279 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17280 (color-name-rgb-alist, tty-standard-colors)
17281 (tty-color-mode-alist): Change to defconst.
17282
17283 * simple.el (mark-inactive): Purecopy message.
17284
17285 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17286 (global-map, yank-menu):
17287 * textmodes/ispell.el (ispell-menu-map):
17288 * net/eudc.el (eudc-tools-menu):
17289 * international/mule-cmds.el (describe-language-environment-map)
17290 (setup-language-environment-map, set-coding-system-map)
17291 (mule-menu-keymap):
17292 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17293 * replace.el (occur-mode-map):
17294 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17295
1d228a31
JB
172962009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17297
6a7662bb
BR
17298 * calc/calc.el (math-read-number, math-read-number-simple):
17299 Use `save-match-data'.
1d228a31 17300
3b067af1
SM
173012009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17302
28a90c44
SM
17303 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17304 rather than fiddling with global-map bindings, since it should only
17305 affect per-terminal settings.
17306 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17307
a452eee8
SM
17308 * minibuffer.el (completion-table-with-terminator): Allow to specify
17309 the terminator-regexp.
17310
ab14d7d5
SM
17311 * simple.el (switch-to-completions): Look for *Completions* in other
17312 frames as well.
17313
3b067af1
SM
17314 * pcomplete.el: Allow the use of completion-tables.
17315 (pcomplete-std-complete): New command.
17316 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17317 (pcomplete--here): Use a function for `form' rather than an expression,
17318 so it can be byte-compiled.
17319 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17320 Add edebug declaration.
17321 (pcomplete-show-completions): Remove unused var `curbuf'.
17322 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17323 Don't assume `completions' is a list of strings any more.
3b067af1 17324
5480359e
JB
173252009-10-22 Juanma Barranquero <lekktu@gmail.com>
17326
17327 * find-dired.el (find-name-arg): Fix typo in docstring.
17328
3170b794
SM
173292009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17330
48c23a25
SM
17331 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17332 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17333
56b14058
SM
17334 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17335 pcomplete-entries.
17336
3170b794
SM
17337 * comint.el (comint-read-input-ring, comint-write-input-ring)
17338 (comint-substitute-in-file-name)
17339 (comint-dynamic-complete-as-filename)
17340 (comint-dynamic-simple-complete)
17341 (comint-dynamic-list-filename-completions)
17342 (comint-dynamic-list-completions)
17343 (comint-redirect-results-list-from-process): Minor simplifications.
17344
2affef34
KR
173452009-10-21 Kevin Ryde <user42@zip.com.au>
17346
3170b794
SM
17347 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17348 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17349 the first form. And insert a blank line after ";;; Code" since
d8194864 17350 that's usual style. (Bug#4612)
2affef34 17351
e7b94bbb
KR
17352 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17353
528c56e2
SM
173542009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17355
17356 * minibuffer.el (completion-table-with-terminator): Properly implement
17357 boundaries, in case `terminator' appears in the suffix.
17358 (completion--embedded-envvar-table): Don't return boundaries if
17359 there's no valid completion. Simplify.
17360 (completion-file-name-table): New completion table extracted from
17361 completion--file-name-table.
17362 (completion--file-name-table): Use it.
17363 (read-file-name-predicate): Declare obsolete.
17364 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17365 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17366 completion-file-name-table, and use the `pred' argument.
17367 * files.el (locate-file-completion-table): Use the `pred' arg rather
17368 than read-file-name-predicate.
17369 (abbreviate-file-name): Use \` rather than ^ for BOS.
17370
f9ed9b4f
DN
173712009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17372
17373 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17374 vc-responsible-backend to register, it causes problems.
17375
5f2022a3
SM
173762009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17377
17378 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17379
fc754ea1
MA
173802009-10-21 Michael Albinus <michael.albinus@gmx.de>
17381
17382 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17383 (tramp-smb-handle-file-attributes): Use it.
17384 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17385 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17386 `mapcar'. Use `tramp-smb-get-stat-capability'.
17387 Add `dired-filename' text properties.
fc754ea1
MA
17388 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17389 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17390 version.
17391
79bd5ba1
SM
173922009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * subr.el (read-key-delay): Reduce to 0.01.
17395 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17396 (bug#4751).
17397
3c13704d
SM
173982009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17399
554efd10
SM
17400 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17401
c2a37b78
SM
17402 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17403 (Info-menu): Remove unused vars `last' and `completions'.
17404 (Info-index-nodes): Remove unused var `node'.
17405
3c13704d
SM
17406 * info.el (Info-complete-menu-item): Use complete-with-action.
17407
d1e4c403
DN
174082009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17409
17410 Make vc-annotate work through copies and renames.
3c13704d
SM
17411 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17412 Return the file name too.
d1e4c403
DN
17413 (vc-annotate-revision-at-line)
17414 (vc-annotate-find-revision-at-line)
17415 (vc-annotate-revision-previous-to-line)
17416 (vc-annotate-show-log-revision-at-line): Update to get the file
17417 name from vc-annotate-extract-revision-at-line.
17418 (vc-annotate-show-diff-revision-at-line-internal): Change the
17419 argument to mean whether to show a file diff or not. Get the file
17420 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17421 (vc-annotate-show-diff-revision-at-line):
17422 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17423 (vc-annotate-warp-revision): Add an optional file argument.
17424
17425 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17426 (vc-git-annotate-extract-revision-at-line): Also return the file
17427 name if found.
17428
17429 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17430 command. Remove unused code.
17431 (vc-hg-annotate-re): Update to match --follow output.
17432 (vc-hg-annotate-extract-revision-at-line): Also return the file
17433 name if found.
17434
17435 * vc.el: Update annotate-extract-revision-at-line documentation.
17436
b0b0ef98
KR
174372009-10-18 Kevin Ryde <user42@zip.com.au>
17438
17439 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17440 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17441
a9e7f03d
KR
17442 * net/browse-url.el (browse-url): Identify alist with "consp and
17443 not functionp" and let all other things go down the `apply' leg,
17444 as suggested by Stefan. (Further to bug#4531.)
17445
7346a407
CY
174462009-10-18 Chong Yidong <cyd@stupidchicken.com>
17447
17448 * minibuffer.el (read-file-name): Check for repeat before putting
17449 a default argument in file-name-history (Bug#4657).
17450
17451 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17452 read syntax (Bug#4737).
17453
3c13704d 17454 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17455
1da94541
CY
174562009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17457
17458 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17459 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17460 entries and make note of obsolete tags.
17461
2b93080a
SM
174622009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17465
18b5ffb5
GM
174662009-10-18 Glenn Morris <rgm@gnu.org>
17467
17468 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17469 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17470 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17471 now, and in any case the file header format has changed.
17472
c2e161b2
GM
174732009-10-17 Glenn Morris <rgm@gnu.org>
17474
17475 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17476 (flyspell-get-word, flyspell-large-region)
17477 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17478
a1eb44f5
CY
174792009-10-17 Chong Yidong <cyd@stupidchicken.com>
17480
17481 * Makefile.in (ELCFILES): Add ede/shell.
17482
4418646e
DN
174832009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17484
17485 * term/common-win.el (x-colors): Purecopy it.
17486
4062011e
SM
174872009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17488
17489 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17490 permissive for when the buffer is empty.
17491 (tar-header-block-tokenize): Decode the username and groupname.
17492 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17493
b0b111c3
JB
174942009-10-17 Eric Ludlam <zappo@gnu.org>
17495
17496 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17497 contains multibyte characters, choose first applicable coding
17498 system automatically.
17499
2df48a87
SM
175002009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * international/mule-cmds.el (select-safe-coding-system): If the file
17503 has a coding cookie, use it regardless of any other setting (bug#4712).
17504
fd7dd48c
GM
175052009-10-17 Glenn Morris <rgm@gnu.org>
17506
3ee0b477 17507 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17508 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17509
2550e4b1
GM
17510 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17511 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17512 (dired-keep-marker-symlink, dired-dwim-target)
17513 (dired-copy-preserve-time): Do not autoload these defcustoms.
17514
fd7dd48c
GM
17515 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17516 messages from messing up the file coding. (Bug#4623)
17517
f3e3a990
GM
175182009-10-17 Jari Aalto <jari.aalto@cante.net>
17519
17520 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17521 if no match is found for the current dictionary. (Bug#4578)
17522
17523 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17524 optional, since that is how it is documented, and this is often called
17525 with a nil argument. (Bug#4577)
17526 (flyspell-external-point-words, flyspell-auto-correct-word)
17527 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17528 (flyspell-word-search-backward): Remove nil argument in calls to
17529 flyspell-get-word, since it is not needed now.
17530
175312009-10-17 Ulrich Mueller <ulm@gentoo.org>
17532
1becddbb 17533 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17534
b61374ab
GM
175352009-10-16 Glenn Morris <rgm@gnu.org>
17536
17537 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17538
412707c2
SM
175392009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17540
17541 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17542 (ange-ftp-file-size): New function.
17543 (ange-ftp-file-attributes): Use it.
17544
0c6f436e
MA
175452009-10-16 Michael Albinus <michael.albinus@gmx.de>
17546
17547 * net/tramp-smb.el (tramp-smb-version): New defvar.
17548 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17549 repeated checks.
17550
850bfd04
GM
175512009-10-16 Glenn Morris <rgm@gnu.org>
17552
17553 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17554 Maybe copy some custom properties from old to new name. (Bug#4706)
17555
f3ed9aca
JB
175562009-10-16 Juanma Barranquero <lekktu@gmail.com>
17557
17558 * subr.el (error, sit-for, start-process-shell-command)
17559 (start-file-process-shell-command): Set the calling convention
17560 after the function definition.
17561
fd6c5134
SM
175622009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * subr.el (error, sit-for, start-process-shell-command)
17565 (start-file-process-shell-command): Use the new
17566 set-advertised-calling-convention feature.
17567
73874eb7
KH
175682009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17569
fd6c5134
SM
17570 * international/ucs-normalize.el (ucs-normalize-version):
17571 Change to 1.2.
17572 (check-range): Adjust for Unicode 5.2.
73874eb7 17573
03fb33cf
JL
175742009-10-15 Juri Linkov <juri@jurta.org>
17575
17576 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17577 to the `menu-item' format.
17578
4260b402
MA
175792009-10-15 Michael Albinus <michael.albinus@gmx.de>
17580
17581 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17582 if the environment variable does not exist.
17583
17584 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17585 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17586 parameter.
17587 (tramp-smb-handle-add-name-to-file)
17588 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17589 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17590 (tramp-smb-handle-file-attributes)
17591 (tramp-smb-do-file-attributes-with-stat)
17592 (tramp-smb-handle-file-local-copy)
17593 (tramp-smb-handle-insert-directory)
17594 (tramp-smb-handle-make-directory)
17595 (tramp-smb-handle-make-directory-internal)
17596 (tramp-smb-handle-make-symbolic-link)
17597 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17598 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17599 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17600 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17601 Handle long file names.
17602 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17603 process is running.
17604 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17605 Read share names with "-g" option.
17606
d7a0fd6f
GM
176072009-10-15 Ryan Yeske <rcyeske@gmail.com>
17608
17609 * net/rcirc.el (rcirc-view-log-file): New command.
17610 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17611 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17612 specified.
17613
0b44494a
GM
176142009-10-15 Glenn Morris <rgm@gnu.org>
17615
af9fb32f
GM
17616 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17617 from the second command-line argument.
17618 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17619 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17620 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17621 w32-batch-update-autoloads.
17622 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17623 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17624
0b44494a
GM
17625 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17626 the headers cannot be located. Simplify, subtracting superflous
17627 save-excursions.
17628
d5e63715
SM
176292009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 Replace completion-base-size by completion-base-position to fix bugs
17632 such as (bug#4699).
17633 * simple.el (completion-base-position): New var.
17634 (completion-base-size): Mark as obsolete.
17635 (choose-completion): Make it work for mouse events as well.
17636 Pass the new base-position to choose-completion-string.
17637 (choose-completion-guess-base-position): New function, extracted from
17638 choose-completion-delete-max-match.
17639 (choose-completion-delete-max-match): Use it. Make obsolete.
17640 (choose-completion-string): Use the new base-position info.
17641 (completion-root-regexp): Delete.
17642 (completion-setup-function): Preserve completion-base-position.
17643 Eliminate obsolete base-size manipulation.
17644 * minibuffer.el (display-completion-list): Don't mess with base-size.
17645 (minibuffer-completion-help): Set completion-base-position instead.
17646 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17647 choose-completion.
17648 * textmodes/bibtex.el (bibtex-complete):
17649 * emacs-lisp/crm.el (crm--choose-completion-string):
17650 Adjust to new calling convention.
17651 * complete.el (partial-completion-mode): Use minibufferp to avoid
17652 bumping into incompatible change to choose-completion-string-functions.
17653 * ido.el (ido-choose-completion-string): Make its calling convention
17654 more permissive.
17655 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17656 base-size manipulation.
17657 (comint-dynamic-list-input-ring): Use dotimes and push.
17658 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17659 fundamental-mode. Use `or'.
17660
92f8bfc7
JL
176612009-10-14 Juri Linkov <juri@jurta.org>
17662
17663 * misearch.el (multi-isearch-next-buffer-from-list)
17664 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17665
e78e280d
SM
176662009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17667
384ca163
SM
17668 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17669 `bytecomp.el'.
17670
681e0e7c
SM
17671 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17672 string we return is all made up of text from the completions rather
17673 than part from the completions and part from the input (bug#4219).
17674
e78e280d
SM
17675 * ido.el (ido-everywhere): Use define-minor-mode.
17676
17677 * buff-menu.el (list-buffers, ctl-x-map):
17678 Mark the entry points with ;;;###autoload cookies.
17679
b4e813ca
DN
176802009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17681
52964e54
DN
17682 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17683 correctly in the detached head case.
17684 (vc-git-print-log): Remove unused binding.
17685
b4e813ca
DN
17686 * vc.el (vc-responsible-backend): When a directory is passed for
17687 for registration create a VC repository if no backend is
17688 responsible for the directory argument.
17689 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17690
17691 * vc.el: Move comments about RCS and SCCS ...
17692 * vc-rcs.el:
17693 * vc-sccs.el: ... here, respectively.
17694
40ba9882
SM
176952009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17696
17697 * minibuffer.el (completion--file-name-table): Return nil if there's
17698 no file completion, even if substitute-in-file-name changed
17699 the string (bug#4708).
17700
04e0f59b
JL
177012009-10-13 Juri Linkov <juri@jurta.org>
17702
17703 * files-x.el (read-file-local-variable-value): Don't filter out
17704 minor modes from mode name completion (bug#4664).
17705
314c8e25
JB
177062009-10-13 Juanma Barranquero <lekktu@gmail.com>
17707
17708 * international/mule-cmds.el (ucs-names): Remove exclusion of
17709 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17710
5c9b7d36
KH
177112009-10-13 Kenichi Handa <handa@m17n.org>
17712
17713 * international/uni-name.el: Regenerated.
17714
1e7a80f2
JB
177152009-10-13 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17718 should be automatically buffer-local, but isn't.)
17719
cd29f88b
SS
177202009-10-12 Sam Steingold <sds@gnu.org>
17721
17722 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17723 timestamps if the buffer has been visited before.
0cd16af4
SS
17724 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17725 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17726
37493a98
GM
177272009-10-12 Glenn Morris <rgm@gnu.org>
17728
17729 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17730 Let-bind `size'.
17731
3b56b1e6
JB
177322009-10-12 Juanma Barranquero <lekktu@gmail.com>
17733
7422a4bb
JB
17734 * proced.el (proced-unload-function): New function.
17735
fa72d075
JB
17736 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17737 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17738 Doc fix.
17739
3b56b1e6
JB
17740 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17741
4d9b4323
JL
177422009-10-11 Juri Linkov <juri@jurta.org>
17743
17744 * files-x.el (read-file-local-variable-value):
17745 Provide default value only for bound variables (bug#4664).
17746
f6f7e059
MA
177472009-10-11 Michael Albinus <michael.albinus@gmx.de>
17748
17749 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17750 connection methods like smb.
17751
17752 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17753 can be empty.
17754
17755 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17756 (tramp-smb-file-name-handler-alist): Add handlers for
17757 `add-name-to-file', `make-symbolic-link'.
17758 (tramp-smb-handle-add-name-to-file)
2992485f 17759 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17760 (tramp-smb-handle-make-symbolic-link)
17761 (tramp-smb-get-cifs-capabilities): New defuns.
17762 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17763 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17764 (tramp-smb-handle-file-local-copy)
17765 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17766 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17767 The file name syntax depends on cifs capabilities.
17768 (tramp-smb-handle-file-attributes):
17769 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17770 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17771 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17772
67868d26
CY
177732009-10-11 Chong Yidong <cyd@stupidchicken.com>
17774
17775 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17776 (eieio-defclass): Apply deftype handler and setf-method properties
17777 directly.
17778 (eieio-add-new-slot): Avoid union function from cl library.
17779 (eieio--typep): New function.
17780 (eieio-perform-slot-validation): Use it.
17781
6d6a5b7e
KF
177822009-10-10 Karl Fogel <kfogel@red-bean.com>
17783
3b56b1e6 17784 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17785 Update documentation to refer to the variables documented in r1.135.
17786 (Bug#4188)
17787
67b70de9
KF
177882009-10-10 Karl Fogel <kfogel@red-bean.com>
17789
17790 * bookmark.el (Info-suffix-list): Remove this unused variable.
17791 (bookmark-current-point): Remove this obsolete variable.
17792 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17793 Adjust for removal of bookmark-current-point.
17794
17795 (bookmarks-already-loaded, bookmark-current-buffer)
17796 (bookmark-yank-point): Document. (Bug#4188)
17797
58ae51ae
GM
177982009-10-10 Glenn Morris <rgm@gnu.org>
17799
4619ff5e
GM
17800 * frame.el (frame-height): Doc fix.
17801
58ae51ae
GM
17802 * calendar/calendar.el (calendar-split-width-threshold): New option.
17803 (calendar-basic-setup): Use calendar-split-width-threshold.
17804
d364386c
JB
178052009-10-09 Juanma Barranquero <lekktu@gmail.com>
17806
17807 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17808 Ideographic Supplement" range (U+1F200..U+1F2FF).
17809
33e97a28
KF
178102009-10-09 Karl Fogel <kfogel@red-bean.com>
17811
02d0f051 17812 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17813 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17814
178152009-10-09 Karl Fogel <kfogel@red-bean.com>
17816
d364386c 17817 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17818 (bookmark-bmenu-execute-deletions): Don't save here, as
17819 bookmark-delete will now do so if necessary.
d364386c 17820 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17821 (Bug#4348)
17822
9656d87b
GM
178232009-10-09 Glenn Morris <rgm@gnu.org>
17824
17825 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17826
e6227f06
KF
178272009-10-09 Karl Fogel <kfogel@red-bean.com>
17828
17829 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17830 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17831 argument now, so the two function's behaviors will match. (Bug#3645)
17832
288f783b
MA
178332009-10-08 Michael Albinus <michael.albinus@gmx.de>
17834
17835 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17836 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17837 Apply `save-match-data'.
288f783b
MA
17838
17839 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17840 case both directories are remote.
17841 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17842 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17843
872a1ea4
JB
178442009-10-07 Juanma Barranquero <lekktu@gmail.com>
17845
17846 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17847
ab2baced
GM
178482009-10-07 Glenn Morris <rgm@gnu.org>
17849
e78e280d
SM
17850 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17851 of concat.
ab2baced 17852
5c4634c1
SM
178532009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17854
17855 * files-x.el (read-file-local-variable): Include some
17856 non-user-variables in the completion table (bug#4664).
17857
c2dc9732
MA
178582009-10-07 Michael Albinus <michael.albinus@gmx.de>
17859
17860 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17861 message.
17862
17863 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17864 (tramp-smb-file-name-handler-alist): Add handler for
17865 `copy-directory', `expand-file-name', `set-file-modes'.
17866 (tramp-smb-handle-copy-directory)
17867 (tramp-smb-handle-expand-file-name)
17868 (tramp-smb-handle-set-file-modes): New defuns.
17869 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17870 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17871 entry.
17872 (tramp-smb-handle-insert-directory): Don't flush the cache.
17873 (tramp-smb-maybe-open-connection): Check for samba client and
17874 server versions.
17875
11be40a6
EZ
178762009-10-07 Eli Zaretskii <eliz@gnu.org>
17877
17878 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17879 to not error out of search for "^lisp=" fails.
17880
8c4afe20
JB
178812009-10-07 Juanma Barranquero <lekktu@gmail.com>
17882
17883 * makefile.w32-in (WINS_UPDATES): New macro.
17884 (custom-deps, finder-data, autoloads): Use it.
17885
429a1506
GM
178862009-10-07 Glenn Morris <rgm@gnu.org>
17887
ee2e93e2
GM
17888 * Makefile.in (autoloads): Revert previous change.
17889 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17890 the list of preloaded files passed on the command-line, get
17891 it from src/Makefile.
17892
429a1506
GM
17893 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17894 show the original buffer rather than a random one.
17895
a51203ee 178962009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17897
17898 * help.el (describe-no-warranty): Place point in a slightly better
17899 position in the GPLv3 text.
17900
f58f7520
SS
179012009-10-06 Sam Steingold <sds@gnu.org>
17902
17903 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17904 the comm attribute is present before calling regexp-quote.
17905
bde79dc0
JB
179062009-10-06 Juanma Barranquero <lekktu@gmail.com>
17907
17908 * play/animate.el (animate-string): For good effect, make sure
17909 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17910
17911 * play/animate.el (animate-sequence, animate-birthday-present):
17912 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17913
25ab0302
GM
179142009-10-06 Glenn Morris <rgm@gnu.org>
17915
73fe714a
GM
17916 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17917
3405d98c
GM
17918 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17919 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17920 (batch-update-autoloads): Process a string value of autoload-excludes,
17921 set during the build process.
17922 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17923
9fb2cdc5
GM
17924 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17925 inside with-parsed... macro so that `v' is defined.
17926
7938ab41
GM
17927 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17928 * progmodes/fortran.el (fortran-end-of-block)
17929 (fortran-beginning-of-block):
17930 Also push mark in the macro case.
17931
eaf9b564
GM
17932 * emerge.el (emerge-show-file-name):
17933 * calc/calc.el (calc-quit):
17934 * calc/calc-misc.el (calc-big-or-small):
17935 * calc/calc-graph.el (calc-graph-view):
17936 * calc/calc-ext.el (calc-reset):
17937 * calendar/calendar.el (calendar-basic-setup):
17938 Use window-full-height-p.
17939
25ab0302
GM
17940 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17941 header we don't understand, don't insert another. (Bug#4624)
17942 If changing mime charset, insert the new one in the right place.
17943
00169eb6
GM
179442009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17945
17946 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17947 (cal-tex-cursor-month): Correctly increment the end date for diary and
17948 holiday listing. (Bug#4626)
17949
82882188
SM
179502009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17951
40ba9882 17952 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
17953 a symbol.
17954
a8f316ca
JB
179552009-10-05 Juanma Barranquero <lekktu@gmail.com>
17956
17957 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17958 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17959 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17960 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17961
17962 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17963 (eieio-default-superclass): Reflow docstrings.
17964 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17965 (eieio-unbind-method-implementations, defmethod)
17966 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17967 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17968 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17969 (eieio-slot-originating-class-p, eieio-slot-name-index)
17970 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17971 (constructor, initialize-instance, no-next-method, object-print)
17972 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17973 Fix typos in docstrings.
17974 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17975 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17976 (next-method-p): Doc fixes.
17977 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17978 Fix typos in error messages.
17979 (eieio-defmethod): Fix typo in description of generic method.
17980
17981 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17982 (eieio-persistent-save-interactive, slot-missing):
17983 Fix typos in docstrings.
17984 (eieio-instance-inheritor-slot-boundp): Doc fix.
17985
17986 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17987 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17988
17989 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17990 (eieio-custom-object-apply-reset):
17991 Fix typos in docstrings and error messages.
17992
17993 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17994 Fix typo in docstring.
17995
17996 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17997 (eieio-browse-tree): Doc fix.
17998 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17999 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18000 Fix typos in docstrings.
18001
18002 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18003 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18004 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18005 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18006 Reflow docstrings.
18007
c66b7ac0
DN
180082009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18009
4a827e0a 18010 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18011 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18012 Set log-view-vc-backend so that diff can work.
4a827e0a 18013
c66b7ac0
DN
18014 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18015 vc-version-diff.
18016 (vc-diff-internal): Autoload this instead of vc-version-diff.
18017
1902a98c
EZ
180182009-10-05 Eli Zaretskii <eliz@gnu.org>
18019
a7a8618b
EZ
18020 * simple.el (eval-expression): Doc fix.
18021
1902a98c
EZ
18022 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18023
0e1f2ee6
MA
180242009-10-05 Michael Albinus <michael.albinus@gmx.de>
18025
18026 * files.el (directory-files-no-dot-files-regexp): New defconst.
18027 (delete-directory): Use it.
18028 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18029
263c02ef 18030 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18031 (tramp-methods): Add recursive option to `tramp-copy-args'.
18032 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18033 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18034 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18035 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18036 Add handler for `copy-directory'.
18037 (tramp-handle-copy-directory): New defun.
18038 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18039 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18040 Optimize sent command.
263c02ef 18041
72aa7df4
SM
180422009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18043
4a34f065
SM
18044 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18045 window if necessary.
18046
72aa7df4
SM
18047 * calendar/calendar.el (calendar-basic-setup): Don't call
18048 switch-to-buffer in a dedicated window.
18049
5feb1ba7
KF
180502009-10-05 Karl Fogel <kfogel@red-bean.com>
18051
18052 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18053 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18054 (bookmark-error-no-filename): New error.
18055 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18056 bookmark has no file. Don't even attempt to handle things that
18057 are not files; the whole point of custom handlers is to keep that
18058 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18059 (bookmark-file-or-variation-thereof): Remove now-unused function.
18060 (bookmark-location): Doc string fix.
18061 (Bug#4250)
18062
1bd49952
KF
180632009-10-04 Karl Fogel <kfogel@red-bean.com>
18064
18065 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18066 don't use a file dialog, because they usually don't know how to read
18067 a directory target from the user. (Bug#4230)
18068 Also, make sure the prompt can display directories as well as files.
18069
825382c0
KF
180702009-10-04 Karl Fogel <kfogel@red-bean.com>
18071
18072 * bookmark.el (bookmark-set, bookmark-buffer-name):
18073 Improve doc strings. (Bug#1193)
18074
13901bcb
KF
180752009-10-04 Karl Fogel <kfogel@red-bean.com>
18076
4a34f065
SM
18077 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18078 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18079 (bookmark-get-annotation, bookmark-set-annotation)
18080 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18081 (bookmark-set-position, bookmark-get-front-context-string)
18082 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18083 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18084 (bookmark-jump-other-window, bookmark-handle-bookmark)
18085 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18086 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18087 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18088 Improve doc strings to say whether bookmark can be a string or
18089 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18090 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18091 (bookmark-default-annotation-text, bookmark-yank-word)
18092 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18093 (bookmark-import-new-list, bookmark-maybe-rename)
18094 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18095 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18096 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18097 add a FIXME comment about how the function may be pointless.
13901bcb 18098 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18099 parameter name, to clarify that this takes a bookmark record
18100 not a bookmark name.
13901bcb 18101 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18102 and improve the doc string a bit.
13901bcb
KF
18103 (Bug#4188)
18104
5c1b3e94
KF
181052009-10-04 Karl Fogel <kfogel@red-bean.com>
18106
18107 * bookmark.el (bookmark-alist): Document the new `handler' element
18108 in the param alist.
18109 (bookmark-make-record-function): Adjust documentation for above.
18110 (Bug#4193)
18111
8559076d
KF
181122009-10-04 Karl Fogel <kfogel@red-bean.com>
18113
18114 * info.el (Info-bookmark-make-record): Document this function.
18115 (Info-bookmark-jump): Document with a doc string, not just a comment.
18116 (Bug#4203)
18117
b4583b8c
MA
181182009-10-04 Michael Albinus <michael.albinus@gmx.de>
18119
18120 * files.el (copy-directory): New defun.
18121
18122 * dired-aux.el (dired-copy-file-recursive): Use it.
18123
131ae8f2
JB
181242009-10-04 Juanma Barranquero <lekktu@gmail.com>
18125
a30e71ae 18126 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18127 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18128 docstrings.
a30e71ae 18129
131ae8f2
JB
18130 * recentf.el (recentf-unload-function): New function.
18131
ccafbf06
GM
181322009-10-04 Glenn Morris <rgm@gnu.org>
18133
18134 * window.el (window-full-height-p): Add doc string.
18135
02c6f098
GM
181362009-10-04 Martin Rudalics <rudalics@gmx.at>
18137
18138 * window.el (window-full-height-p): New function. (Bug#4543)
18139
ed6b0195
DN
181402009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18141
18142 * vc.el: Remove commented out code.
18143 (vc-derived-from-dir-mode): Remove, unused.
18144 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18145
1b8d1cc7
MA
181462009-10-03 Michael Albinus <michael.albinus@gmx.de>
18147
4a34f065
SM
18148 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18149 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18150 there could be recursive loading when `default-directory' is a
18151 remote file name. (Bug#4614)
18152
ac3c593c
GM
181532009-10-03 Glenn Morris <rgm@gnu.org>
18154
686ea556
GM
18155 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18156 the frame is wide.
18157 (calendar-generate-window): Test for shrinkability rather than width.
18158
ac3c593c
GM
18159 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18160 reusing existing buffers, in case we happen to visit two files with the
18161 same basename. (Bug#4593)
18162
573709fd
EZ
181632009-10-02 Eli Zaretskii <eliz@gnu.org>
18164
4a34f065 18165 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18166 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18167 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18168 subdirs of cedet as well.
8f885d01 18169 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18170
8d6c1239
SM
181712009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18174 Obey advertised-signature-table.
18175
18176 * help-fns.el (help-function-arglist): Don't check
18177 advertised-signature-table.
18178 (describe-function-1): Do it here instead so it also applies to subrs.
18179
c4861de0
MA
181802009-10-02 Michael Albinus <michael.albinus@gmx.de>
18181
18182 * simple.el (start-file-process): Say in the doc-string, that file
18183 handlers might not support pty association, if PROGRAM is nil.
18184
18185 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18186 HOST and USER are strings. They are nil, when there are
18187 incomplete entries in ~/.netrc, for example.
18188 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18189 root directory ("device busy" error otherwise).
18190
8d6c1239
SM
18191 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18192 Flush file properties of created directory.
c4861de0 18193
d2bda74f
EZ
181942009-10-02 Eli Zaretskii <eliz@gnu.org>
18195
18196 * makefile.w32-in (WINS_BASIC): Remove cedet.
18197 (WINS_CEDET): Add cedet.
18198 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18199
895d1904
GM
182002009-10-02 Kevin Ryde <user42@zip.com.au>
18201
18202 * net/browse-url.el (browse-url): Pass any symbol in
18203 browse-url-browser-function to `apply', since if you've mistakenly put
18204 an unbound symbol then the error is clearer. (Bug#4531)
18205
32226619
JB
182062009-10-02 Juanma Barranquero <lekktu@gmail.com>
18207
18208 * allout.el (allout-init, allout-back-to-current-heading)
18209 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18210 (allout-ascend, allout-up-current-level, allout-end-of-level)
18211 (allout-previous-visible-heading, allout-forward-current-level)
18212 (allout-backward-current-level, allout-show-children):
18213 * apropos.el (apropos-describe-plist):
18214 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18215 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18216 * completion.el (add-completion, add-permanent-completion):
18217 * descr-text.el (describe-text-category, describe-char):
18218 * desktop.el (desktop-lazy-abort):
18219 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18220 * dired.el (dired-build-subdir-alist):
18221 * ediff.el (ediff-version):
18222 * elide-head.el (elide-head, elide-head-show):
18223 * emerge.el (emerge-version):
18224 * env.el (getenv):
18225 * face-remap.el (variable-pitch-mode):
18226 * faces.el (describe-face):
18227 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18228 (dired-at-point):
18229 * files.el (find-file-existing, auto-save-mode):
18230 * font-lock.el (font-lock-fontify-buffer):
18231 * help-fns.el (describe-function, describe-variable)
18232 (describe-syntax, describe-categories):
18233 * help.el (view-lossage, describe-bindings, describe-key)
18234 (describe-mode):
18235 * hexl.el (hexl-current-address):
18236 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18237 * info.el (Info-goto-emacs-key-command-node):
18238 * log-edit.el (log-edit-insert-cvs-template)
18239 (log-edit-insert-cvs-rcstemplate):
18240 * menu-bar.el (menu-bar-mode):
18241 * mouse.el (mouse-appearance-menu):
18242 * newcomment.el (comment-indent-new-line):
18243 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18244 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18245 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18246 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18247 * recentf.el (recentf-mode):
18248 * savehist.el (savehist-mode, savehist-save):
18249 * shadowfile.el (shadow-copy-files):
18250 * simple.el (kill-ring-save, next-line, previous-line)
18251 (normal-erase-is-backspace-mode):
18252 * strokes.el (strokes-update-window-configuration)
18253 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18254 (strokes-xpm-for-stroke):
18255 * time.el (emacs-uptime, emacs-init-time):
18256 * tutorial.el (tutorial--describe-nonstandard-key)
18257 (tutorial--detailed-help):
18258 * type-break.el (type-break-mode)
18259 (type-break-mode-line-message-mode, type-break-query-mode)
18260 (type-break-guesstimate-keystroke-threshold):
18261 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18262 * version.el (emacs-version):
18263 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18264 * winner.el (winner-mode):
18265 * calendar/timeclock.el (timeclock-in, timeclock-out)
18266 (timeclock-status-string, timeclock-change)
18267 (timeclock-workday-remaining-string)
18268 (timeclock-workday-elapsed-string)
18269 (timeclock-when-to-leave-string):
18270 * calendar/todo-mode.el (todo-add-category):
18271 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18272 * emacs-lisp/autoload.el (update-file-autoloads):
18273 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18274 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18275 (checkdoc-message-text, checkdoc-defun):
18276 * emacs-lisp/debug.el (debugger-list-functions):
18277 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18278 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18279 (eieio-describe-generic):
18280 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18281 * emacs-lisp/shadow.el (list-load-path-shadows):
18282 * emulation/cua-base.el (cua-mode):
18283 * emulation/edt.el (edt-set-scroll-margins):
18284 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18285 (tpu-toggle-regexp, tpu-toggle-search-direction)
18286 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18287 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18288 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18289 (viper-set-parsing-style-toggling-macro)
18290 (viper-set-emacs-state-searchstyle-macros):
18291 * emulation/viper.el (viper-set-hooks):
18292 * eshell/esh-mode.el (eshell-truncate-buffer):
18293 * international/mule-cmds.el (prefer-coding-system)
18294 (describe-input-method, describe-language-environment):
18295 * international/mule-diag.el (list-character-sets)
18296 (describe-character-set, describe-coding-system)
18297 (describe-fontset, list-fontsets, list-input-methods):
18298 * mail/sendmail.el (mail-signature):
18299 * net/ange-ftp.el (ange-ftp-copy-file):
18300 * net/browse-url.el (browse-url):
18301 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18302 * net/quickurl.el (quickurl-add-url):
18303 * net/rcirc.el (names, topic):
18304 * net/xesam.el (xesam-mode):
18305 * play/5x5.el (5x5-new-game):
18306 * play/yow.el (apropos-zippy):
18307 * progmodes/ada-mode.el (ada-mode-version):
18308 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18309 (f90-end-of-block)
18310 (f90-beginning-of-block):
18311 * progmodes/fortran.el (fortran-end-of-block)
18312 (fortran-beginning-of-block):
18313 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18314 * progmodes/python.el (python-describe-symbol, python-shell):
18315 * term/ns-win.el (ns-print-buffer):
18316 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18317 * textmodes/flyspell.el (flyspell-mode-on):
18318 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18319 (pages-directory-for-addresses):
18320 * textmodes/table.el (table-recognize-cell)
18321 (table-query-dimension, table-generate-source)
18322 (table-insert-sequence, table--warn-incompatibility):
18323 * textmodes/tex-mode.el (tex-validate-buffer):
18324 * textmodes/texinfmt.el (texinfmt-version)
18325 (texinfo-format-buffer):
18326 Use `called-interactively-p' instead of `interactive-p'.
18327
12a3c28c
JB
183282009-10-02 Juanma Barranquero <lekktu@gmail.com>
18329
18330 * image-mode.el (image-toggle-display):
18331 * emacs-lisp/elp.el (elp-instrument-function):
18332 * emacs-lisp/advice.el (ad-make-advised-definition):
18333 * emacs-lisp/easy-mmode.el (define-minor-mode):
18334 * net/browse-url.el (browse-url-maybe-new-window):
18335 * progmodes/sh-script.el (sh-learn-buffer-indent):
18336 Pass new argument 'any to `called-interactively-p'.
18337
171fda8a
JB
183382009-10-01 Juanma Barranquero <lekktu@gmail.com>
18339
171fda8a
JB
18340 * international/uni-bidi.el:
18341 * international/uni-category.el:
18342 * international/uni-combining.el:
18343 * international/uni-comment.el:
18344 * international/uni-decimal.el:
9c3c9fdf 18345 * international/uni-decomposition.el:
171fda8a
JB
18346 * international/uni-digit.el:
18347 * international/uni-lowercase.el:
18348 * international/uni-mirrored.el:
18349 * international/uni-name.el:
18350 * international/uni-numeric.el:
18351 * international/uni-old-name.el:
18352 * international/uni-titlecase.el:
18353 * international/uni-uppercase.el:
18354 Regenerate from Unicode 5.2.0 data.
18355
dcb9734a
GM
183562009-10-01 Glenn Morris <rgm@gnu.org>
18357
18358 * Makefile.in (ELCFILES): Regenerate.
18359
ced10a4c
SM
183602009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18361
9d28c33e
SM
18362 * subr.el (interactive-p): Mark obsolete.
18363 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18364 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18365 advertised-signature-table for subroutines as well.
18366
ced10a4c
SM
18367 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18368 (set-advertised-calling-convention): New function.
18369 (make-obsolete, define-obsolete-function-alias)
18370 (make-obsolete-variable, define-obsolete-variable-alias):
18371 Make the optional-ness of `when' obsolete.
18372 (define-obsolete-face-alias): Make `when' non-optional.
18373 * help-fns.el (help-function-arglist):
18374 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18375 Use advertised-signature-table.
18376
cc3dda16
MA
183772009-10-01 Michael Albinus <michael.albinus@gmx.de>
18378
18379 * files.el (delete-directory): New defun. The original function
18380 in fileio.c has been renamed to `delete-directory-internal'.
18381
18382 * dired.el (dired-delete-file): Call `delete-directory' with
18383 RECURSIVE parameter.
18384
5ce6e4f4 18385 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18386 parameter RECURSIVE. Implementation is missing.
18387
18388 * net/tramp.el (tramp-handle-make-directory): Flush upper
18389 directory's file properties.
ced10a4c 18390 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18391 (tramp-handle-dired-recursive-delete-directory): Flush directory
18392 properties after the remove command only.
18393
ced10a4c
SM
18394 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18395 Handle optional parameter RECURSIVE.
cc3dda16 18396
ced10a4c
SM
18397 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18398 Handle optional parameter RECURSIVE.
cc3dda16
MA
18399
18400 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18401 connection timeout.
18402 (tramp-smb-handle-delete-directory): Handle optional parameter
18403 RECURSIVE.
18404
cf885595
SM
184052009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18406
e3a6b82f
SM
18407 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18408 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18409 (byte-compile-defmacro): Use backquotes.
18410
7201bfbb
SM
18411 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18412
cf885595
SM
18413 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18414 has no associated file.
18415 (vc-resynch-buffer): Use vc-dir-buffers.
18416
a4d2c321
GM
184172009-10-01 Glenn Morris <rgm@gnu.org>
18418
9ffe3f52
GM
18419 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18420 (chart-file-count):
18421 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18422 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18423 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18424 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18425 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18426 (eieio-copy-parents-into-subclass, make-instance, class-children)
18427 (eieio-generic-form):
bd2afec2 18428
9515cdcc
GM
18429 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18430 match-data. (Bug#4555).
18431
a4d2c321
GM
18432 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18433 rather than parsing it as a regexp. This relaxes the layout
18434 requirements and makes errors easier to detect.
18435 (check-declare-verify): Check file is regular.
18436 (check-declare-directory): Doc fix.
18437 * subr.el (declare-function): Doc fix.
18438
b15c31c7
GM
18439 * ibuffer.el (ibuffer-format-qualifier):
18440 * isearch.el (hi-lock-regexp-okay):
18441 * calc/calc.el (math-zerop):
18442 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18443 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18444 Remove unused declarations.
18445
b0b111c3
JB
184462009-09-30 Eric Ludlam <zappo@gnu.org>
18447
18448 * emacs-lisp/eieio.el (boolean-p): Delete.
18449
1fc28a2c
GM
184502009-09-30 Glenn Morris <rgm@gnu.org>
18451
1fc28a2c
GM
18452 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18453
494f4fc7
GM
18454 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18455 filename is not a string.
18456
561580e9
CY
184572009-09-29 Chong Yidong <cyd@stupidchicken.com>
18458
18459 * files.el (safe-local-eval-forms): Fix typo.
18460
dcbbecd4
SM
184612009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * vc-hooks.el (vc-dir-buffers): New var.
18464 (vc-state-refresh): New function.
18465 (vc-state): Use it.
18466 (vc-after-save): Always ask the backend to recompute the new state.
18467 Always call vc-dir if necessary, using vc-dir-buffers.
18468 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18469 Use vc-dir-buffers.
18470 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18471 (vc-dir-prepare-status-buffer, vc-dir-update)
18472 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18473 Don't call expand-file-name on default-directory.
18474
d88444f2
JB
184752009-09-29 Juanma Barranquero <lekktu@gmail.com>
18476
18477 * speedbar.el (speedbar-item-delete):
18478 * calc/calc-prog.el (calc-kbd-if):
18479 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18480
18481 * epa.el (epa-key-list-mode-map):
18482 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18483
18484 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18485 (hs-show-hook): Fix typo in docstring.
18486
5da62d41
GM
184872009-09-29 Glenn Morris <rgm@gnu.org>
18488
8360fce0
GM
18489 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18490 file-name-nondirectory call preventing location of cedet files.
18491 (check-declare-verify): Use literal search rather than re-search.
ae715515 18492 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18493
18494 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18495 Use tramp-compat-file-attributes rather than nonexistent
18496 tramp-compat-handle-file-attributes.
18497
5da62d41
GM
18498 * Makefile.in (lisptagsfiles4): New.
18499 (AUTOGENEL): Add cedet loaddefs files.
18500 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18501 (update-elclist, compile-always, backup-compiled-files)
18502 (bootstrap-clean): Add yet another directory level.
18503 (update-elclist): Use LC_COLLATE rather than COLLATE.
18504 (ELCFILES): Update, via `make update-elclist'.
18505
48267264
JB
185062009-09-29 Juanma Barranquero <lekktu@gmail.com>
18507
18508 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18509 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18510 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18511
2c4cd0b0
AS
185122009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18513
18514 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18515 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18516 (update-elclist): Add third directory level to look for elc files.
18517 (compile-always): Likewise.
18518 (backup-compiled-files): Likewise.
18519 (bootstrap-clean): Likewise.
18520 (ELCFILES): Update.
18521
a2533e47
CY
185222009-09-28 Chong Yidong <cyd@stupidchicken.com>
18523
18524 * Makefile.in (ELCFILES): Add CEDET files.
18525
eefbedb1
MA
185262009-09-28 Michael Albinus <michael.albinus@gmx.de>
18527
18528 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18529
18530 * net/tramp.el (top): Require tramp-imap.
18531
18532 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18533 Use `tramp-compat-handle-file-attributes'.
18534
185352009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18536
18537 * net/tramp-imap.el: New package.
18538
b0b111c3
JB
185392009-09-28 Eric Ludlam <zappo@gnu.org>
18540
18541 * emacs-lisp/chart.el:
18542 * emacs-lisp/eieio-base.el:
18543 * emacs-lisp/eieio-comp.el:
18544 * emacs-lisp/eieio-custom.el:
18545 * emacs-lisp/eieio-datadebug.el:
18546 * emacs-lisp/eieio-opt.el:
18547 * emacs-lisp/eieio-speedbar.el:
18548 * emacs-lisp/eieio.el: New files.
18549
748e3d67
VJL
185502009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18551
18552 * whitespace.el (whitespace-trailing-regexp)
18553 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18554 Fix doc string.
18555
15120dec
CY
185562009-09-27 Chong Yidong <cyd@stupidchicken.com>
18557
18558 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18559 menu.
18560
18561 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18562 menu-bar-ediff-menu.
18563
18564 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18565 define-overloadable-function.
18566
18567 * progmodes/autoconf.el: Provide autoconf as well, so that this
18568 file can be `require'd.
18569
18570 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18571
18572 * emacs-lisp/autoload.el (generated-autoload-feature)
18573 (generated-autoload-load-name): New vars.
18574 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18575 (make-autoload): Recognize define-overloadable-function and
18576 defclass forms (for EIEIO).
18577
18578 * Makefile.in (update-subdirs): Exclude cedet directory.
18579
135abf91
AR
185802009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18581
1becddbb 18582 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18583
18584 * faces.el: Default light-background background for region face to
18585 ns_selection_color under NS.
18586
3d994264
TZ
185872009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18588
18589 * net/imap-hash.el: New library, see NEWS.
18590
18591 * Makefile.in (ELCFILES): Add imap-hash.el.
18592
ce9a0ccb
SM
185932009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18596 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18597 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18598 definition where the docstring could be taken for the return value.
18599
a92cdd49
GM
186002009-09-26 Glenn Morris <rgm@gnu.org>
18601
18602 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18603 Add option to only show images below a certain size.
18604 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18605 save-excursion calls.
18606
416ac2f1
EZ
186072009-09-26 Eli Zaretskii <eliz@gnu.org>
18608
18609 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18610 subdirectories) and eieio.
18611
d9a13f68
AM
186122009-09-26 Alan Mackenzie <acm@muc.de>
18613
6a7662bb
BR
18614 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18615 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18616
18617 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18618 character constants (as case labels). (Bug#4289)
d9a13f68 18619
182b3bec
CY
186202009-09-25 Juri Linkov <juri@jurta.org>
18621
18622 * files.el (safe-local-eval-forms): Allow time-stamp in
18623 before-save-hook (Bug#4554).
18624
8f75f2da
JB
186252009-09-25 Drew Adams <drew.adams@oracle.com>
18626
18627 * menu-bar.el (list-buffers-directory): Doc fix.
18628
8390fb80
SM
186292009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18630
18631 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18632 Try and avoid copying twice the same paragraph.
18633 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18634 Remove save-excursion.
18635 (log-edit-changelog-entry): Do it here instead.
18636
11ee8d90
JB
186372009-09-25 Juanma Barranquero <lekktu@gmail.com>
18638
027b1942
JB
18639 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18640 when available, instead of hardcoding mode names. Doc fix.
18641
11ee8d90
JB
18642 * menu-bar.el (list-buffers-directory): Add docstring.
18643 Make automatically buffer-local.
18644
18645 * dired.el (dired-mode):
18646 * files.el (cd-absolute):
18647 * pcvs.el (cvs-temp-buffer):
18648 * pcvs-util.el (cvs-get-buffer-create):
18649 * shell.el (shell-mode):
18650 * vc-dir.el (vc-dir-mode):
18651 Don't make `list-buffers-directory' buffer local.
18652
21289c5d
CY
186532009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18654
8390fb80
SM
18655 * comint.el (comint-exec, comint-run, make-comint):
18656 Doc fixes (Bug#4542).
21289c5d 18657
e8652dd9
GM
186582009-09-25 Glenn Morris <rgm@gnu.org>
18659
18660 * mail/rmailmm.el (rmail-mime): New custom group.
18661 Move all defcustoms in this file into this group.
18662 (rmail-mime-media-type-handlers-alist): Revert previous change.
18663 (rmail-mime-show-images): New option.
18664 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18665 references to it, since it wasn't actually used for anything.
18666 (rmail-mime-insert-image): New function.
18667 (rmail-mime-image): Use rmail-mime-insert-image.
18668 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18669 obey the value of `rmail-mime-show-images' option. Print the size of
18670 attachments.
e8652dd9 18671
fb652bb5
JB
186722009-09-25 David Engster <deng@randomsample.de>
18673
18674 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18675
32a9841c
VJL
186762009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18677
18678 * whitespace.el: Does not highlight trailing spaces While point is
18679 at end of line. Does not highligt spaces at beginning of buffer
18680 while point is at beginning of buffer. Does not highlight spaces
18681 at end of buffer while point is at end of buffer. (Bug#4177)
18682 New version 12.0.
18683 (whitespace-display-mappings): Adjust initialization.
18684 (whitespace-point, whitespace-font-lock-refontify): New vars.
18685 (whitespace-color-on, whitespace-color-off): Adjust code.
18686 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18687 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18688 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18689
e477ca84
CY
186902009-09-24 Chong Yidong <cyd@stupidchicken.com>
18691
18692 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18693
18694 * textmodes/sgml-mode.el: Remove xml-mode alias.
18695
18696 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18697 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18698
68712602
AM
186992009-09-24 Alan Mackenzie <acm@muc.de>
18700
18701 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18702 c-forward-conditionals, but it doesn't move point and doesn't set
18703 the mark.
18704 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18705 (c-down-conditional-with-else, c-backward-conditional)
18706 (c-forward-conditional): Refactor to use c-scan-conditionals.
18707
1659ada0
JB
187082009-09-24 Juanma Barranquero <lekktu@gmail.com>
18709
18710 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18711 (help-default-arg-highlight): Remove.
18712 (help-highlight-arg): New function.
18713 (help-do-arg-highlight): Use it.
18714 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18715
b3f01e46
SM
187162009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18717
18718 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18719 Undo last change, which didn't fix the problem and introduced others.
18720
107ef54a
NR
187212009-09-24 Nick Roberts <nickrob@snap.net.nz>
18722
18723 * progmodes/gdb-mi.el: Don't require speedbar.
18724 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18725
ffa1fed6
GM
187262009-09-24 Glenn Morris <rgm@gnu.org>
18727
2157a2be
GM
18728 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18729
6125167c
GM
18730 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18731
ffa1fed6
GM
18732 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18733 there is no newline after the final mime boundary. (Bug#4539)
18734 Move markers on insertion so that any buttons inserted don't end up in
18735 the next part of a multipart message.
2e9075d3
GM
18736 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18737 (rmail-mime-bulk-handler): Optionally handle images.
18738 (rmail-mime-image): New button action.
18739 (rmail-mime-image-handler): New function.
18740 (rmail-mime-mode): New mode.
18741 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18742
4a814992
SM
187432009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18744
075518b5
SM
18745 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18746 than just dropping elements from it (bug#4504).
18747
8ad2defc
SM
18748 * term.el (term-set-scroll-region): Don't move cursor any more.
18749 (term-handle-ansi-escape): Call term-goto here instead.
18750 Suggested by Ivan Kanis <apple@kanis.eu>.
18751
4a814992
SM
18752 * term.el: Require CL.
18753 (term-ansi-reset): New function.
18754 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18755 (term-handle-colors-array): Simplify.
18756
5a0c3f56
JB
187572009-09-24 Juanma Barranquero <lekktu@gmail.com>
18758
18759 * allout.el (allout-overlay-interior-modification-handler)
18760 (allout-obtain-passphrase):
18761 * epa-file.el (epa-file-write-region):
18762 * ps-print.el (ps-begin-job):
18763 * vc-hooks.el (vc-toggle-read-only):
18764 * vc-rcs.el (vc-rcs-rollback):
18765 * vc-sccs.el (vc-sccs-rollback):
18766 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18767 (vc-version-diff, vc-revert, vc-rollback):
18768 * wdired.el (wdired-check-kill-buffer):
18769 * emacs-lisp/authors.el (authors):
18770 * net/socks.el (socks-open-connection):
18771 * net/zeroconf.el (zeroconf-service-add-hook):
18772 * obsolete/vc-mcvs.el (vc-mcvs-register):
18773 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18774 (gdb-select-frame):
18775 * progmodes/grep.el (lgrep, rgrep):
18776 * progmodes/idlw-help.el (idlwave-help-check-locations)
18777 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18778 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18779 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18780 (reftex-toc-rename-label): Fix typos in error messages.
18781
18782 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18783 (dired-copy-how-to-fn): Doc fix.
18784 (dired-files-attributes, dired-read-shell-command):
18785 Fix typos in docstrings.
18786
18787 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18788 (dired-x-find-file-other-window): Reflow docstrings.
18789 (dired-omit-marker-char, dired-read-shell-command)
18790 (dired-x-submit-report): Fix typos in docstrings.
18791
18792 * shell.el (shell-mode-hook):
18793 * view.el (View-scroll-line-forward):
18794 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18795 Fix typos in docstrings.
18796
18797 * net/dig.el (dig-invoke): Fix typo in docstring.
18798 (query-dig): Reflow docstring.
18799
18800 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18801 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18802 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18803 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18804 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18805 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18806 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18807 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18808 (idlwave-completion-map, idlwave-current-indent)
18809 (idlwave-custom-ampersand-surround, idlwave-customize)
18810 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18811 (idlwave-define-abbrev, idlwave-determine-class-special)
18812 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18813 (idlwave-end-block-reg, idlwave-end-of-statement)
18814 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18815 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18816 (idlwave-explicit-class-listed, idlwave-file-header)
18817 (idlwave-fill-paragraph, idlwave-find-class-definition)
18818 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18819 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18820 (idlwave-in-quote, idlwave-indent-action-table)
18821 (idlwave-indent-expand-table, idlwave-indent-line)
18822 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18823 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18824 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18825 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18826 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18827 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18828 (idlwave-outlawed-buffers, idlwave-popup-select)
18829 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18830 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18831 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18832 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18833 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18834 (idlwave-statement-type, idlwave-struct-skip)
18835 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18836 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18837 (idlwave-what-module-find-class): Fix typos in docstrings.
18838 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18839 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18840 (idlwave-find-module, idlwave-find-structure-definition)
18841 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18842 (idlwave-list-load-path-shadows, idlwave-next-statement)
18843 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18844 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18845 (idlwave-template): Reflow docstrings.
18846
18847 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18848 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18849 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18850 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18851 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18852 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18853 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18854 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18855 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18856 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18857 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18858 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18859 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18860 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18861 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18862 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18863 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18864 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18865 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18866 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18867 Fix typos in docstrings.
18868 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18869 (idlwave-shell-hide-output, idlwave-shell-mode)
18870 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18871 Reflow docstrings.
18872
18873 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18874
62136c5d
SM
188752009-09-24 Ivan Kanis <apple@kanis.eu>
18876
18877 * term.el (term-bold-attribute): New var.
18878 (term-handle-colors-array): Use it.
18879
9c1a45ed
NR
188802009-09-23 Nick Roberts <nickrob@snap.net.nz>
18881
18882 * progmodes/gdb-mi.el (gdb-version): New variable.
18883 (gdb-non-stop-handler): Set gdb-version.
18884 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18885 Condition "--thread" option on gdb-version.
18886 (gdb-invalidate-threads): Remove unused argument.
18887
03304f31
SM
188882009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18889
18890 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18891 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18892
4f02f0c9
GM
188932009-09-23 Glenn Morris <rgm@gnu.org>
18894
18895 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18896 replying to mail without References or Message-Id. (Bug#4525)
18897
a3b4b363
AR
188982009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18899
18900 * term/ns-win.el (ns-reg-to-script): New variable.
18901
7bda18cc
DU
189022009-09-23 Daiki Ueno <ueno@unixuser.org>
18903
18904 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18905
72169e55
SS
189062009-09-22 Sam Steingold <sds@gnu.org>
18907
18908 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18909 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18910 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18911 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18912
905b7d38
SM
189132009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18914
b0459dec
SM
18915 * textmodes/fill.el: Convert to utf-8 encoding.
18916 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 18917 pre-Unicode days.
b0459dec 18918
905b7d38
SM
18919 * add-log.el (change-log-fill-forward-paragraph): New function.
18920 (change-log-mode): Use it so fill-region DTRT.
18921 Set fill-indent-according-to-mode here rather than in
18922 change-log-fill-paragraph.
18923 (change-log-fill-paragraph): Remove.
18924
baa7f3de
JB
189252009-09-22 Juanma Barranquero <lekktu@gmail.com>
18926
18927 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18928 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18929
a8d789f0
GM
189302009-09-22 Glenn Morris <rgm@gnu.org>
18931
daedbbc2
GM
18932 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18933 the scroll-bar scroll the calendar window rather than the buffer.
18934
d8899a74
GM
18935 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18936 commands that move point (as opposed to scrolling).
18937
a8d789f0
GM
18938 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18939
18940 * emacs-lisp/elint.el (elint): New custom group.
18941 (elint-log-buffer): Make it a defcustom.
18942 (elint-scan-preloaded, elint-ignored-warnings)
18943 (elint-directory-skip-re): New options.
18944 (elint-builtin-variables): Doc fix.
18945 (elint-preloaded-env): New variable.
18946 (elint-unknown-builtin-args): Add an entry for encode-time.
18947 (elint-extra-errors): Make it a variable rather than a constant.
18948 (elint-preloaded-skip-re): New constant.
18949 (elint-directory): Skip files matching elint-directory-skip-re.
18950 (elint-features): New variable, local to linted buffers.
18951 (elint-update-env): Initialize elint-features. Possibly add
18952 elint-preloaded-env to the buffer's environment.
18953 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18954 Skip quoted forms.
18955 (elint-init-form): New function, extracted from elint-init-env.
18956 Make non-list forms a warning rather than an error.
18957 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18958 easy-menu-define, put that adds an error-condition, and provide.
18959 When requiring cl, also require cl-macs. Really require cl, to handle
18960 some cl macros. Store required libraries in the list elint-features,
18961 so as not to re-load them. Treat cc-require like require.
18962 (elint-init-env): Call elint-init-form to do the work.
18963 Handle eval-and-compile and such like.
18964 (elint-add-required-env): Do not clear messages.
18965 (elint-special-forms): Add handlers for function, defalias, if, when,
18966 unless, and, or.
18967 (elint-form): Add optional argument to ignore elint-special-forms,
18968 useful to prevent recursive calls from handlers. Doc fix.
18969 Respect elint-ignored-warnings.
18970 (elint-form): Respect elint-ignored-warnings.
18971 (elint-bound-variable, elint-bound-function): New variables.
18972 (elint-unbound-variable): Respect elint-bound-variable.
18973 (elint-get-args): Respect elint-bound-function.
18974 (elint-check-cond-form): Add some simple handling for (f)boundp and
18975 featurep tests.
18976 (elint-check-defalias-form): New handler.
18977 (elint-check-let-form): Make an empty let a warning rather than an
18978 error.
18979 (elint-check-setq-form): Make an empty setq a warning rather than an
18980 error. Respect elint-ignored-warnings.
18981 (elint-check-defvar-form): Accept null doc-strings.
18982 (elint-check-conditional-form): New handler. Does some simple-minded
18983 checking of featurep and (f)boundp tests.
18984 (elint-put-function-args): New function.
18985 (elint-initialize): Use elint-scan-doc-file rather than
18986 elint-find-builtin-variables. Use elint-put-function-args.
18987 Possibly scan preloaded-file-list.
18988 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18989 extend to handle functions as well.
18990
245be23c
JB
189912009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18992
18993 * linum.el (linum-delete-overlays, linum-update-window):
18994 Do not modify the right margin. (Bug#3971)
18995
91fdbd6f
CY
189962009-09-21 Chong Yidong <cyd@stupidchicken.com>
18997
6a7662bb
BR
18998 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18999 Use nxml-mode instead of xml-mode.
91fdbd6f 19000
7589d38e
JB
190012009-09-21 Kevin Ryde <user42@zip.com.au>
19002
19003 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19004
5ac42715
SM
190052009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19006
19007 * net/dig.el (dig-mode): Use define-derived-mode.
19008
09c01323
DN
190092009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19010
4096c5f2
DN
19011 * vc-dispatcher.el (vc-do-command): Return the process object in
19012 the asynchronous case. Use when instead of if. Do not run
5480359e 19013 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19014
0e172cc2
DN
19015 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19016 properties to the stash strings.
19017 (vc-git-stash-list): Return a list of strings.
19018 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19019 (vc-git-stash-show-at-point): New functions.
19020 (vc-git-stash-map): New keymap.
19021
03304f31
SM
19022 * register.el (ctl-x-r-map): Define the keys here instead of
19023 using autoload.
09c01323 19024
03304f31 190252009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19026
19027 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19028 list, to workaround performance problem (bug#4485).
19029
2f5fc4d7
NR
190302009-09-20 Nick Roberts <nickrob@snap.net.nz>
19031
19032 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19033
b0f5fd2e
DU
190342009-09-20 Daiki Ueno <ueno@unixuser.org>
19035
19036 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19037 Document that this option is not recommended to use.
19038
f3445fab
GM
190392009-09-19 Glenn Morris <rgm@gnu.org>
19040
547c6921
GM
19041 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19042 variable `var'.
19043
f3445fab
GM
19044 * calc/calc-alg.el (var):
19045 * calc/calcalg2.el (var): Define for compiler.
19046
946c009b
CY
190472009-09-19 Chong Yidong <cyd@stupidchicken.com>
19048
e3f36d03
SM
19049 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19050 Doc fix (Bug#3932).
e2045997 19051
24aedbca
CY
19052 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19053
327dd27a
CY
19054 * time-stamp.el (time-stamp-month-dd-yyyy)
19055 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19056 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19057 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19058 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19059 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19060
946c009b
CY
19061 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19062 indent buffer only if called interactively (Bug#4452).
19063
3e70541a 190642009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19065 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19066
19067 This fixes bug#4197 (merged to bug#865, though not identical).
19068 * server.el (server-auth-dir): Add docstring note about FAT32.
19069 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19070 but warn against using them.
19071
9b94c32e
NR
190722009-09-19 Nick Roberts <nickrob@snap.net.nz>
19073
19074 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19075 older GDB where there is no has_more field.
19076
66590684
GM
190772009-09-19 Glenn Morris <rgm@gnu.org>
19078
19079 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19080
9a1337f9
CY
190812009-09-18 Chong Yidong <cyd@stupidchicken.com>
19082
19083 * files.el (auto-mode-alist): Change default for XML files to nXML
19084 mode (Bug#4169).
19085
d7554167
JB
190862009-09-18 Juanma Barranquero <lekktu@gmail.com>
19087
19088 * server.el (server-ensure-safe-dir): Pass 'integer
19089 to `file-attributes', as suggested.
19090
35a3f9a4
SM
190912009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19094 (dired-query): Use read-key.
19095
044f9b05
AR
190962009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19097
19098 * cus-start.el (ns-use-qd-smoothing): Remove.
19099
6188ea49
GM
191002009-09-18 Glenn Morris <rgm@gnu.org>
19101
08cf18e4
GM
19102 * allout.el (top-level): Remove unnecessary progn.
19103
07eae5c5
GM
19104 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19105
6726c25e
GM
19106 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19107 definition of abbrev table.
19108
3f527154 19109 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19110 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19111 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19112 * net/newst-backend.el (newsticker--cache-read-feed):
19113 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19114 condition-case handlers.
19115
ccb4c30c
NR
191162009-09-18 Nick Roberts <nickrob@snap.net.nz>
19117
19118 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19119 (gdb-var-list): Add an element for has_more field.
19120 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19121 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19122 (gdb-var-update-handler-1): Parse output of dynamic variable
19123 objects (STL containers).
19124 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19125 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19126
19127 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19128 gdb-var-list.
19129 (gud-speedbar-buttons): Make node expandable if expression "has more"
19130 children.
19131
8686ac71
JB
191322009-09-17 Juanma Barranquero <lekktu@gmail.com>
19133
19134 * startup.el (emacs-quick-startup): Remove variable and all uses.
19135 (command-line): Set `inhibit-x-resources' instead.
19136 (command-line-1): Use `inhibit-x-resources' instead.
19137
a69c67e8
CY
191382009-09-17 Chong Yidong <cyd@stupidchicken.com>
19139
19140 * subr.el: Fix last change to avoid using the `unless' macro,
19141 which breaks bootstrapping.
19142
354f0faf
SM
191432009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19144
19145 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19146 extended definitions, in case we reload subr.el after having
19147 loaded CL.
19148 (eval-next-after-load): Mark as obsolete.
19149
98b9bf40
JL
191502009-09-17 Juri Linkov <juri@jurta.org>
19151
19152 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19153 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19154 (menu-bar-showhide-menu, menu-bar-tools-menu)
19155 (menu-bar-describe-menu, menu-bar-help-menu)
19156 (minibuffer-local-completion-map, minibuffer-local-map):
19157 Fix list quoting.
19158
28fab7b5
GM
191592009-09-17 Glenn Morris <rgm@gnu.org>
19160
88d5190c
GM
19161 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19162 arguments, whether or not it has a handler.
19163
74f24ba7
GM
19164 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19165
28fab7b5
GM
19166 * simple.el (hard-newline): Give it a doc-string.
19167
a8106aec
GM
19168 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19169 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19170
76251ad7
DN
191712009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19172
72033dbe
DN
19173 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19174 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19175 (menu-bar-options-menu, menu-bar-showhide-menu)
19176 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19177 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19178 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19179 (menu-bar-options-menu, menu-bar-tools-menu)
19180 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19181 (menu-bar-help-menu):
19182 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19183 string arguments.
19184
76251ad7
DN
19185 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19186 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19187 calls for the menu names and :help.
19188
97b952b7
SM
191892009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19192 to :minor-mode-function (bug#4455).
19193
8f38189e
SM
191942009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19195
d2fd733e
SM
19196 * startup.el (command-line): Initialize the window-system after
19197 processing the command-line.
19198
8f38189e
SM
19199 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19200 page-delimiter matches the empty string.
19201
77564fa4
GM
192022009-09-16 Glenn Morris <rgm@gnu.org>
19203
19204 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19205 byte-compile-not-obsolete-var. It's a list now.
19206 (byte-compile-not-obsolete-funcs): New variable.
19207 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19208 byte-compile-not-obsolete-funcs.
19209 (byte-compile-variable-ref, byte-compile-defvar): Update for
19210 byte-compile-not-obsolete-vars name-change and list nature.
19211 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19212 and variables behind (f)boundp tests.
19213 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19214
79d316d3
DN
192152009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19216
19217 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19218
8fed6934
SM
192192009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19222 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19223 Don't autoload.
19224
4078fd57
SE
192252009-09-15 Stephen Eglen <stephen@gnu.org>
19226
19227 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19228 the virtual-buffers, use the name of the buffer specified by
4078fd57 19229 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19230 problem if the target and the symlink had different names.)
4078fd57 19231
838ff458
SM
192322009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19233
b3c7c12d
SM
19234 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19235
13dc2bc2
SM
19236 * desktop.el (desktop-path): Check user-emacs-directory.
19237
49fec531
SM
19238 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19239
0e328d37
SM
19240 * loadup.el: Use after-load-functions to GC after loading each file.
19241 Remove the explicit GC calls that used to be sprinkled around.
19242
838ff458
SM
19243 * subr.el (after-load-functions): New hook.
19244 (do-after-load-evaluation): Run it. Use string-match-p to detect
19245 `obsolete' packages, rather than painfully extracting the relevant
19246 directory name.
19247
a62f564f
GM
192482009-09-15 Glenn Morris <rgm@gnu.org>
19249
19250 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19251 free variable `doc'.
19252
19253 * dired.el (dired-mode-map): Add menu entry for async shell command.
19254
19255 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19256 variables, also consider the .elc files, since the .el files are
19257 normally gzipped (subsequent code locates the .el.gz from the .elc).
19258
19259 * calc/calc-prog.el (arglist): Define for compiler.
19260
19261 * calendar/diary-lib.el (diary-display-function): Change the default to
19262 fancy display.
19263 (body): Define for compiler.
19264
19265 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19266 (byte-compile-file-form, byte-compile-lambda)
19267 (byte-compile-top-level-body, byte-compile-form)
19268 (byte-compile-variable-ref, byte-compile-setq)
19269 (byte-compile-setq-default, byte-compile-body)
19270 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19271 (batch-byte-compile): Give some more local variables with common names
19272 a "bytecomp-" prefix to avoid masking warnings about free variables.
19273
cd05fe7f
GM
19274 * startup.el (command-line-1): Give local variables with common names a
19275 distinguishing prefix, so as not to hide free variable warnings during
19276 bootstrap.
19277
a62f564f
GM
19278 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19279 clever and add a suffix to make a unique name, just let the user decide
19280 whether or not to overwrite it. If the input is a directory, write the
19281 default filename to that directory. (Bug#4388)
19282 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19283 is a filename-as-a-directory.
19284
fbc88440
SM
192852009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19286
19287 * textmodes/page.el (what-page): Don't move to beginning of line.
19288 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19289
60308853
DN
192902009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19291
19292 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19293
32ba3abc
DN
192942009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19295
9cd39aff
DN
19296 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19297 * help.el (help-for-help-internal): Add purecopy calls for text.
19298
32ba3abc
DN
19299 * vc.el (top): print-log method now takes an optional SHORTLOG
19300 argument. Add a new method: root.
32ba3abc
DN
19301 (vc-root-diff, vc-print-root-log): New functions.
19302 (vc-log-short-style): New variable.
19303 (vc-print-log-internal): Add support for showing short logs.
19304
19305 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19306 vc-print-root-log and vc-print-root-diff.
19307
19308 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19309 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19310 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19311 short logs.
19312
19313 * vc-cvs.el (vc-cvs-print-log):
19314 * vc-mtn.el (vc-mtn-print-log):
19315 * vc-rcs.el (vc-rcs-print-log):
19316 * vc-sccs.el (vc-sccs-print-log):
19317 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19318 that is ignored for now.
19319
837b0e99
DN
19320 * vc-mtn.el (vc-mtn-annotate-command):
19321 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19322
31cd2dd4
SM
193232009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19326 to function-key-map, and give them ascii-character property.
19327 * term/x-win.el (x-alternatives-map):
19328 * term/ns-win.el (ns-alternatives-map):
19329 * term/internal.el (msdos-key-remapping-map):
19330 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19331
d62e5bf2
GM
193322009-09-14 Glenn Morris <rgm@gnu.org>
19333
19334 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19335 temp-buffers (2009-09-12).
19336
7d0105e5
SM
193372009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19338
19339 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19340 the new read-key function.
19341
e17ed9ad
CY
193422009-09-13 Chong Yidong <cyd@stupidchicken.com>
19343
19344 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19345 is defined (Bug#4405).
19346
1fc26e29
CY
193472009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19348
19349 * recentf.el (recentf-cleanup): Use a hash table to find
19350 duplicates (Bug#4407).
19351
61dc96a2 193522009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19353
19354 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19355 kp-0 to ascii equivalents (Bug#4325).
19356
42c3a9e3
CY
193572009-09-13 Chong Yidong <cyd@stupidchicken.com>
19358
1f5c1626
CY
19359 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19360
42c3a9e3 19361 * eshell/em-hist.el:
31cd2dd4
SM
19362 * eshell/em-dirs.el (eshell-complete-user-reference):
19363 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19364
193652009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19366
19367 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19368 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19369 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19370 * eshell/em-hist.el (eshell-history-file-name):
19371 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19372
1e2b6acf
GM
193732009-09-13 Glenn Morris <rgm@gnu.org>
19374
19375 * ediff-merg.el (ediff-do-merge):
19376 * filesets.el (filesets-run-cmd):
19377 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19378 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19379 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19380 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19381 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19382 Replace empty `let's with `progn'.
19383
adba8116
SM
193842009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19385
19386 * mail/sendmail.el (send-mail-function):
19387 * tooltip.el (tooltip-mode):
19388 * simple.el (transient-mark-mode):
19389 * rfn-eshadow.el (file-name-shadow-mode):
19390 * frame.el (blink-cursor-mode):
19391 * font-core.el (global-font-lock-mode):
19392 * files.el (temporary-file-directory)
19393 (small-temporary-file-directory, auto-save-file-name-transforms):
19394 * epa-hook.el (auto-encryption-mode):
19395 * composite.el (global-auto-composition-mode):
19396 Use custom-initialize-delay.
19397 * startup.el (command-line): Don't explicitly call
19398 custom-reevaluate-setting for all the above vars.
19399 * custom.el (custom-initialize-safe-set)
19400 (custom-initialize-safe-default): Delete.
19401
0a4afea9
SM
194022009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19403
9f94990d
SM
19404 * term/x-win.el (x-initialize-window-system):
19405 * term/w32-win.el (w32-initialize-window-system):
19406 * term/ns-win.el (ns-initialize-window-system): Don't call
19407 mouse-wheel-mode since it's enabled globally by default already.
19408
0a4afea9
SM
19409 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19410 actually define the variable, but only silences the byte-compiler.
19411 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19412 before looking it up.
19413 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19414 is changed.
19415
bf01513f
GM
194162009-09-12 Glenn Morris <rgm@gnu.org>
19417
19418 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19419 1000.
19420 (elint-add-required-env): Don't beep on error.
19421 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19422 (elint-init-env): Skip non-list forms.
19423 (elint-log): Handle unknown file positions.
bf01513f 19424
d85889e4
DU
194252009-09-12 Daiki Ueno <ueno@unixuser.org>
19426
19427 * epg.el (epg-make-context): Add autoload cookie.
19428 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19429 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19430 (epg-verify-string, epg-start-sign, epg-sign-file)
19431 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19432 (epg-encrypt-string, epg-start-export-keys)
19433 (epg-export-keys-to-file, epg-export-keys-to-string)
19434 (epg-start-import-keys, epg-import-keys-from-file)
19435 (epg-import-keys-from-string, epg-start-receive-keys)
19436 (epg-receive-keys, epg-import-keys-from-server)
19437 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19438 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19439 (epg-generate-key-from-file, epg-generate-key-from-string):
19440 Remove autoload cookie.
d85889e4 19441
8f825ee6
EZ
194422009-09-12 Eli Zaretskii <eliz@gnu.org>
19443
36b434ee
EZ
19444 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19445 reevaluation of trash-directory.
19446
8f825ee6
EZ
19447 * mwheel.el: Fix last change.
19448 (mouse-wheel-mode): New defvar.
19449 (mouse-wheel-mode): Remove autoload cookie.
19450
5766c380
SM
194512009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19452
ab5c0fcd
SM
19453 * mwheel.el (mwheel-installed-bindings): New var.
19454 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19455 the bindings we set last time. Use custom-initialize-delay.
19456 * loadup.el: Load mwheel after term/*-win.el.
19457 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19458 and mouse-wheel-up-event now that their first evaluation is done
19459 sufficiently late to be correct.
19460
45448e64
SM
19461 * startup.el (tutorial-directory): Make it a defcustom.
19462 Use custom-initialize-delay rather than eval-at-startup to set it.
19463 * image.el (image-load-path): Make it a defcustom.
19464 Use custom-initialize-delay rather than eval-at-startup to set it.
19465 * subr.el (eval-at-startup): Remove.
19466 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19467
5766c380
SM
19468 * subr.el (do-after-load-evaluation): Warn the user after loading an
19469 obsolete package.
19470
d6549da4
GM
194712009-09-12 Glenn Morris <rgm@gnu.org>
19472
19473 * proced.el (proced-mark-alt): Remove alias.
19474 (proced-mode-map): Remove proced-mark-alt.
19475
19476 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19477 Elint file and directory. Remove initialization entry.
19478
19479 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19480 commands.
19481 (elint-current-buffer): Set mode-line-process.
19482 (elint-init-env): Handle define-derived-mode.
19483 Fix declare-function with unspecified arglist. Guard against odd
19484 defalias statements (eg iso-insert's 8859-1-map).
19485 (elint-add-required-env): Use a temp buffer.
19486 (elint-form): Just print the function/macro name, not the whole form.
19487 Return env unchanged if we fail to parse a macro.
19488 (elint-forms): Guard against parse errors.
19489 (elint-output): New function, to handle batch mode.
19490 (elint-log-message): Add optional argument. Use elint-output.
19491 (elint-set-mode-line): New function.
19492
30194d4d
CY
194932009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19494
19495 * emacs-lisp/elp.el (elp-not-profilable): Add more
19496 functions (Bug#4233).
19497
a035f9b0
CY
194982009-09-12 Chong Yidong <cyd@stupidchicken.com>
19499
19500 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19501 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19502
dad61164
NR
195032009-09-11 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19506 (gdb-var-list-children): Use json parsing.
19507
9c3c9fdf 195082009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19509
19510 * progmodes/js.el (js--proper-indentation): Handle the case where
19511 char-before is null. Reported by Deniz Dogan.
19512
b4587710
JB
195132009-09-11 Juanma Barranquero <lekktu@gmail.com>
19514
19515 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19516
13890796
DU
195172009-09-11 Daiki Ueno <ueno@unixuser.org>
19518
19519 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19520 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19521 (epg-context-set-passphrase-callback)
97d4bdba 19522 (epg-context-set-progress-callback): Add description about
b18508dd 19523 callback function.
13890796 19524
2efb64a8
SM
195252009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19526
790d0270
SM
19527 * custom.el (custom-delayed-init-variables): New var.
19528 (custom-initialize-delay): New function.
19529 * startup.el (command-line): "Re"evaluate all vars in
19530 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19531 explicitly any more.
19532 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19533 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19534
19535 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19536
ac243a40
NR
195372009-09-11 Nick Roberts <nickrob@snap.net.nz>
19538
19539 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19540 (gdb-var-update-handler): Use json parsing.
19541
657bc6fc
JB
195422009-09-11 Juanma Barranquero <lekktu@gmail.com>
19543
19544 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19545 decode annotated text, regardless of language environment. (Bug#2741)
19546
b6fe8102
SM
195472009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19548
19549 * Makefile.in (autoloads): Make rmail.el writable as well.
19550
5cc443fe
GM
195512009-09-11 Glenn Morris <rgm@gnu.org>
19552
5515c54e
GM
19553 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19554 loaddefs.el.
19555 * dired.el: Regenerate with extracted autoloads.
19556 * Makefile.in (autoloads): Make dired.el writable.
19557
15067158
GM
19558 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19559 * ibuffer.el: Regenerate with extracted autoloads.
19560 * Makefile.in (autoloads): Make ibuffer.el writable.
19561
d35d0238
GM
19562 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19563 * version.el (emacs-copyright, emacs-major-version)
19564 (emacs-minor-version): Reformat doc-strings for make-docfile.
19565
5cc443fe
GM
19566 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19567 functions and variables, since they must be stuff specific to some other
19568 platform.
19569 (apropos-print): Make mouse-click message less specific about button.
19570
19571 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19572 that records where a macro was defined.
19573 * help-fns.el (describe-function-1): Mention if a function has a
19574 compiler-macro.
19575 * help-mode.el (help-function-cmacro): New button.
19576
19577 * locate.el (top-level): Always require dired.
19578 (locate-mode-map): Initialize inside the defvar.
19579
19580 * net/ange-ftp.el (dired-compress-file): Declare.
19581 (ange-ftp-dired-compress-file): Add doc string.
19582
19583 * term/ns-win.el (x-display-name, x-setup-function-keys):
19584 Unify doc-strings with X versions.
19585
8cb95edf
SM
195862009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19587
726a4d09
SM
19588 * emulation/crisp.el (crisp-mode-map): Move initialization
19589 into declaration.
19590 (crisp-mode): Use define-minor-mode.
19591
8cb95edf
SM
19592 * progmodes/xscheme.el (xscheme-evaluation-commands):
19593 Put a :advertised-binding property rather than using
19594 advertised-xscheme-send-previous-expression.
19595 (advertised-xscheme-send-previous-expression): Declare obsolete.
19596 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19597 `advertised-undo'.
19598 (crisp-mode): Add corresponding bindings to
19599 undo's :advertised-binding instead.
19600 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19601 than using dired-advertised-find-file.
19602 (dired-advertised-find-file):
19603 * simple.el (advertised-undo):
19604 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19605 (widget-keymap): Put a :advertised-binding property rather
19606 than using advertised-widget-backward.
19607 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19608 than using advertised-undo.
19609 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19610
07db5857
SS
196112009-09-10 Simon South <ssouth@slowcomputing.org>
19612
19613 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19614 Mark mode is enabled and region is active; otherwise indent or
19615 insert TAB as usual.
19616 (delphi-mode): Update description of TAB-key binding.
19617
50d4ba39
SM
196182009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19619
19620 * subr.el (define-key-rebound-commands): Mark obsolete.
19621 * startup.el (precompute-menubar-bindings): Remove.
19622 (normal-top-level): Remove obsolete code that tried to precompute
19623 menubar bindings.
19624 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19625 define-key-rebound-commands and precompute-menubar-bindings.
19626
ffa894db
KY
196272009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19628
19629 * net/imap.el (imap-interactive-login): Better messages.
19630 (imap-open): Fix bug with renamed buffer on reconnect.
19631 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19632 for easier debugging and cleaner code. On successful (guessed based on
19633 server capabilities) secondary authentication, set imap-state
19634 correctly.
19635 (imap-last-authenticator): Define imap-last-authenticator as a variable
19636 to avoid warnings.
19637
9477096c
GM
196382009-09-10 Glenn Morris <rgm@gnu.org>
19639
19640 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19641
19642 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19643 (byte-compile-file-form-autoload): Don't warn about unknown functions
19644 where the autoload statement comes after the use.
19645 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19646 that any handlers inside the body (eg require) are in turn respected.
19647
19648 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19649 effects.
19650
19651 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19652 and syntax and abbrev tables basic docs, if they don't have any.
19653
19654 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19655
19656 * international/mule-cmds.el (top-level): Require cl when compiling.
19657 (view-hello-file): Use default-value rather than
19658 default-enable-multibyte-characters.
19659
19660 * progmodes/fortran.el: Move all safe and risky properties into the
19661 defcustoms.
19662
19663 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19664 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19665 * mail/undigest.el:
19666 Put autoloads in rmail.el rather than loaddefs.el.
19667 * mail/rmail.el: Regenerate with extracted autoloads.
19668
19669 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19670 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19671
9f16c547
NR
196722009-09-10 Nick Roberts <nickrob@snap.net.nz>
19673
19674 Reported in thread for Bug#4375.
19675 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19676 "-data-evaluate-expression" instead of print.
19677 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19678 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19679 (gdb): Revert 2009-08-11 change. User should detach inferior
19680 manually.
9f16c547
NR
19681
19682 Remove the word "separate" from IO functions as inferior
19683 output is now never displayed in the GUD buffer.
19684
50405cd0
JB
196852009-09-10 Juanma Barranquero <lekktu@gmail.com>
19686
19687 * startup.el (command-line-normalize-file-name): On Windows and
19688 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19689
7ae62430
JL
196902009-09-10 Juri Linkov <juri@jurta.org>
19691
19692 * isearch.el (isearch-text-char-description): Propertize escape
19693 character sequences with the `escape-glyph' face. (Bug#4344)
19694
19695 * simple.el (shell-command): Set asynchronous process filter to
19696 `comint-output-filter'. (Bug#4343)
19697
19698 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19699 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19700 the list. Move "asm" to the bottom.
19701 (grep-find-ignored-directories): Add `choice' with nil value
19702 to empty the list easily.
19703 (grep-find-ignored-files): New option.
19704 (grep-files-history): Set to nil by default instead of '("ch" "el").
19705 (grep-compute-defaults): Add "<X>" to `grep-template'.
19706 (grep-read-files): Bind new local variables `default-alias' and
19707 `default-extension'. Use a list of default values for the file prompt.
19708 (lgrep): Add `--exclude=' command line options composed from
19709 `grep-find-ignored-files'.
19710 (rgrep): Add `-name' command line options composed from
19711 `grep-find-ignored-files'. (Bug#4301)
19712
cd875252
SM
197132009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19716 (bug#4368).
19717
cdce0b33
KY
197182009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19719
19720 * calendar/time-date.el (autoload):
19721 Expand define-obsolete-function-alias into defalias and make-obsolete
19722 for old Emacsen that Gnus supports.
19723 (with-no-warnings): Define it for old Emacsen.
19724 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19725 is available.
19726 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19727 float-time is available; suppress compile warning for time-to-seconds.
19728
197292009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19730
19731 * net/imap.el (imap-message-map): Docstring fix.
19732
2b2eb431
GM
197332009-09-09 Glenn Morris <rgm@gnu.org>
19734
19735 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19736 line numbers too. (Bug#4374)
19737
83a5aac5
SM
197382009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19739
755e0210
SM
19740 * smerge-mode.el (smerge-remove-props, smerge-refine):
19741 Use with-silent-modifications (bug#4342).
19742
83a5aac5
SM
19743 * subr.el (with-silent-modifications): New macro.
19744
79f01fa7
JB
197452009-09-07 Juanma Barranquero <lekktu@gmail.com>
19746
19747 * files.el (top-level): Require `cl' when compiling.
19748
448ecec3
GM
197492009-09-07 Glenn Morris <rgm@gnu.org>
19750
19751 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19752
8f09a02f
GM
19753 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19754 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19755
76ff67bf
NR
197562009-09-06 Nick Roberts <nickrob@snap.net.nz>
19757
19758 * vc-git.el (vc-git-annotate-command): Use separator to parse
19759 arguments correctly.
19760
943c8b75
EZ
197612009-09-06 Eli Zaretskii <eliz@gnu.org>
19762
19763 * proced.el (proced-mode): Doc fix.
19764
680db9ac
MA
197652009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19766
19767 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19768 lstat fails.
19769 (tramp-do-file-attributes-with-ls): Check for file existence at
19770 remote end.
19771 (tramp-do-file-attributes-with-stat): Likewise.
19772 (tramp-convert-file-attributes): Return nil when attr is nil.
19773
3f12e5bd
GM
197742009-09-05 Glenn Morris <rgm@gnu.org>
19775
c8dc27bf
GM
19776 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19777 properties to this button.
19778 (diary-fancy-display): Don't extend the button to the final newline.
19779 (diary-fancy-display-mode): Continue to define "q" as a local key.
19780
cca065d8
GM
19781 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19782 efficient.
19783
cddaedb6
GM
19784 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19785
3f12e5bd
GM
19786 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19787 (byte-compile-dest-file-function): New option.
19788 (byte-compile-dest-file): Doc fix.
19789 Obey byte-compile-dest-file-function.
19790 (byte-compile-cl-file-p): New function.
19791 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19792 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19793 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19794 than for file being previously loaded.
19795 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19796 (byte-compile-file-form-require): Handle the case where requiring a file
19797 indirectly causes CL to be loaded.
19798
049a231b
KF
197992009-09-05 Karl Fogel <kfogel@red-bean.com>
19800
19801 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19802 before killing the old buffer, since by the time `kill-buffer' is
19803 run so many buffer variables have been set to nil that it may not
19804 behave as expected. (Bug#4061)
19805
ef7ef2a0
KF
198062009-09-05 Karl Fogel <kfogel@red-bean.com>
19807
19808 * files.el (find-alternate-file): If the old buffer is modified
19809 and visiting a file, behave similarly to `kill-buffer' when
19810 killing it, thus reverting to the pre-1.878 behavior; see
19811 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19812 for discussion. Also, consult `buffer-file-name' as a variable
19813 not as a function, for consistency with the rest of the code.
19814
73d854cd
MA
198152009-09-04 Michael Albinus <michael.albinus@gmx.de>
19816
19817 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19818 also when adding a new directory.
19819
6a7662bb
BR
19820 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19821 New defun.
73d854cd 19822
df120481
SM
198232009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19824
19825 * files.el (locate-file-completion-table): Make it provide boundary
19826 information, so partial-completion works better.
19827
c0bc6d79
SM
198282009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19829
19830 * mail/footnote.el (Footnote-text-under-cursor):
19831 Check footnote-text-marker-alist before using it (bug#4324).
19832
f76a9756
GM
198332009-09-04 Glenn Morris <rgm@gnu.org>
19834
67d110f1
GM
19835 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19836 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19837 * play/solitaire.el, play/tetris.el:
19838 Remove leading * from defcustom and defface docs.
19839
b42d4989
GM
19840 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19841 necessary.
19842 (diary-fancy-overriding-map): New variable.
19843 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19844 Use view-mode.
19845
f76a9756
GM
19846 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19847 goto-line.
19848
e605eeeb
GM
198492009-09-03 Glenn Morris <rgm@gnu.org>
19850
597e2240
GM
19851 * arc-mode.el (archive-mode):
19852 * dos-fns.el (set-default-process-coding-system):
19853 * man.el (Man-getpage-in-background):
19854 * menu-bar.el (menu-bar-describe-menu):
19855 * server.el (server-process-filter):
19856 * startup.el (command-line):
19857 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19858 * w32-fns.el (set-default-process-coding-system):
19859 * x-dnd.el (x-dnd-handle-file-name):
19860 * international/mule-cmds.el (mule-menu-keymap)
19861 (set-default-coding-systems, language-info-alist, set-language-info)
19862 (set-language-environment, standard-display-european-internal)
19863 (set-locale-environment):
19864 * international/mule-diag.el (mule-diag):
19865 * mail/emacsbug.el (report-emacs-bug):
19866 * mail/rmail.el (rmail-mode):
19867 * mail/sendmail.el (mail-setup):
19868 Use default-value rather than default-enable-multibyte-characters.
19869
f38184aa
GM
19870 * progmodes/f90.el: Move all safe properties into the defcustoms.
19871 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19872
e605eeeb
GM
19873 * calendar/appt.el (appt-check):
19874 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19875 (diary-check-diary-file, diary-list-entries)
19876 (diary-include-other-diary-files, diary-simple-display)
19877 (diary-fancy-display, diary-print-entries)
19878 (diary-mark-included-diary-files, diary-make-entry):
19879 Don't call substitute-in-file-name on diary-file.
19880
734db384 198812009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19882 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19883
19884 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19885 (footnote-mode-map): Move initialization into the declaration.
19886 (footnote-minor-mode-map): Define it rather than changing global-map.
19887 (footnote-mode): Use define-minor-mode.
19888
e5aa47f9
MA
198892009-09-02 Michael Albinus <michael.albinus@gmx.de>
19890
19891 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19892 (tramp-do-file-attributes-with-perl)
19893 (tramp-do-file-attributes-with-stat): Rename from
19894 `tramp-handle-file-attributes-with-*'.
19895 (tramp-handle-file-attributes): Use them.
19896 (tramp-do-directory-files-and-attributes-with-perl)
19897 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19898 `tramp-handle-directory-files-and-attributes-with-*'.
19899 (tramp-handle-directory-files-and-attributes): Use them.
19900 (tramp-method-out-of-band-p): Additional parameter SIZE.
19901 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19902 (tramp-handle-write-region): Use it.
734db384 19903 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19904 (tramp-handle-vc-registered): Check, whether the first run did
19905 return files to be tested.
19906 (tramp-advice-make-auto-save-file-name): Do not call directly
19907 `tramp-handle-make-auto-save-file-name', because this would bypass
19908 the locking mechanism.
19909
734db384 19910 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19911 (file-remote-p, process-file, start-file-process, set-file-times)
19912 (tramp-compat-file-attributes): Compatibility functions shall not
19913 call directly `tramp-handle-*', because this would bypass the
19914 locking mechanism.
19915 (tramp-compat-number-sequence): New defun.
19916
6e2ca895
GM
199172009-09-02 Glenn Morris <rgm@gnu.org>
19918
697c7714
GM
19919 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19920 alias for float-time.
19921 (time-to-number-of-days): In Emacs, use float-time.
19922 * net/newst-backend.el (time-add): Suppress warnings from compat
19923 function.
19924 * time.el (emacs-uptime, emacs-init-time):
19925 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19926 Use float-time rather than time-to-seconds.
19927
6e2ca895
GM
19928 * minibuffer.el (completion-initials-expand): Fix typo.
19929
19930 * faces.el (modeline, modeline-inactive, modeline-highlight)
19931 (modeline-buffer-id):
19932 * info.el (info-menu-5): Mark these face aliases as obsolete.
19933
ed17efec
NR
199342009-09-01 Nick Roberts <nickrob@snap.net.nz>
19935
19936 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19937 space ...
19938 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19939 no "--thread" option.
19940 (gdb-stopped): Don't print "Switched to thread" message when it is
19941 unchanged.
19942
fcb68f70
SM
199432009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19944
19945 * minibuffer.el (completion-try-completion)
19946 (completion-all-completions): Remove ill-defined (and
19947 mistakenly installed and luckily never used nor documented)
19948 `completion-styles' property.
19949 (completion-initials-expand, completion-initials-all-completions)
19950 (completion-initials-try-completion): New functions.
19951 (completion-styles-alist): Add doc to each entry.
19952 Add new `initials' entry.
19953
83318a6d
NR
199542009-09-01 Nick Roberts <nickrob@snap.net.nz>
19955
19956 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19957 MI command -var-evaluate-expression.
19958 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19959 and tweak for case of string child.
734db384 19960 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 19961
d63eb0e7
GM
199622009-09-01 Glenn Morris <rgm@gnu.org>
19963
c4f6e489
GM
19964 * add-log.el (change-log-date-face, change-log-name-face)
19965 (change-log-email-face, change-log-file-face, change-log-list-face)
19966 (change-log-conditionals-face, change-log-function-face)
19967 (change-log-acknowledgement-face):
19968 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19969 (custom-modified-face, custom-set-face, custom-changed-face)
19970 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19971 (custom-documentation-face, custom-state-face, custom-comment-face)
19972 (custom-comment-tag-face, custom-variable-tag-face)
19973 (custom-variable-button-face, custom-face-tag-face)
19974 (custom-group-tag-face-1, custom-group-tag-face):
19975 * diff-mode.el (diff-header-face, diff-file-header-face)
19976 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19977 (diff-added-face, diff-changed-face, diff-function-face)
19978 (diff-context-face, diff-nonexistent-face):
19979 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19980 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19981 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19982 (Info-title-4-face):
19983 * isearch.el (isearch-lazy-highlight-face):
19984 * log-view.el (log-view-file-face, log-view-message-face):
19985 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19986 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19987 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19988 (cvs-msg-face):
19989 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19990 (smerge-base-face, smerge-markers-face):
19991 * wid-edit.el (widget-documentation-face, widget-button-face)
19992 (widget-field-face, widget-single-line-field-face)
19993 (widget-inactive-face, widget-button-pressed-face):
19994 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19995 (woman-addition-face):
2fb1ec93
GM
19996 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19997 (eshell-ls-executable-face, eshell-ls-readonly-face)
19998 (eshell-ls-unreadable-face, eshell-ls-special-face)
19999 (eshell-ls-missing-face, eshell-ls-archive-face)
20000 (eshell-ls-backup-face, eshell-ls-product-face)
20001 (eshell-ls-clutter-face):
20002 * eshell/em-prompt.el (eshell-prompt-face):
20003 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20004 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20005 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20006 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20007 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20008 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20009 (antlr-font-lock-literal-face):
c4f6e489
GM
20010 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20011 (ebrowse-root-class-face, ebrowse-file-name-face)
20012 (ebrowse-default-face, ebrowse-member-attribute-face)
20013 (ebrowse-member-class-face, ebrowse-progress-face):
20014 * progmodes/make-mode.el (makefile-space-face):
20015 * progmodes/sh-script.el (sh-heredoc-face):
20016 * textmodes/flyspell.el (flyspell-incorrect-face)
20017 (flyspell-duplicate-face):
20018 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20019 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20020 Mark face aliases with "-face" suffix as obsolete.
20021
d80619fa
GM
20022 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20023 compiler.
20024
5f68c1b7
GM
20025 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20026 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20027 easy-menu-define wants to modify these.
20028
20029 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20030
20031 * net/browse-url.el (browse-url-file-url):
20032 * term/internal.el (dos-codepage-setup):
20033 Use default-value rather than default-enable-multibyte-characters.
20034
d80619fa 20035 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20036 * progmodes/flymake.el (flymake-highlight-line)
20037 (flymake-goto-file-and-line, flymake-goto-line):
20038 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20039 (gdb-goto-breakpoint):
20040 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20041 * progmodes/python.el (python-find-function)
20042 (python-pdbtrack-track-stack-file):
20043 * progmodes/verilog-mode.el (verilog-surelint-off):
20044 * term/ns-win.el (ns-open-file-select-line):
20045 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20046 Use forward-line rather than goto-line.
20047
d63eb0e7
GM
20048 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20049 * textmodes/reftex-index.el (reftex-display-index):
20050 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20051 * textmodes/reftex-toc.el (reftex-toc):
20052 Remove unnecessary bindings of default-major-mode (all are followed by
20053 major-mode check and possible mode switch).
20054
0afad278
NR
200552009-08-31 Nick Roberts <nickrob@snap.net.nz>
20056
20057 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20058 Handle watchpoints (bug#4282).
20059 (def-gdb-thread-buffer-command): Enable thread to be selected by
20060 clicking without selecting threads buffer first.
20061 (gdb-current-context-command): Use selected frame so that "up",
20062 "down" etc work in the GUD buffer.
20063 (gdb-update): Find selected frame before rendering stack buffer.
20064 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20065
4e135dd2
SM
200662009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * progmodes/sym-comp.el (displayed-completions): Remove.
20069 (symbol-complete): Use minibuffer-complete.
20070
e61eba34
GM
200712009-08-31 Glenn Morris <rgm@gnu.org>
20072
20073 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20074
734db384
SM
20075 * apropos.el (apropos-symbols-internal):
20076 Handle (obsolete) face aliases.
e61eba34
GM
20077
20078 * faces.el (describe-face): Adjust the output format to be more like
20079 describe-variable, and to mention (obsolete) face aliases.
20080 Adjust the whitespace so that help-setup-xref works.
20081
20082 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20083 * calendar/diary-lib.el (diary-button-face):
20084 Mark these face aliases as obsolete.
20085
20086 * calendar/calendar.el (calendar-today): Doc fix.
20087
4cf71456
NR
200882009-08-31 Nick Roberts <nickrob@snap.net.nz>
20089
20090 * progmodes/gdb-mi.el (gdb-control-all-threads)
20091 (gdb-control-current-thread): Force tool bar update.
20092 (gdb-non-stop-handler): New function.
20093 (gdb-init-1): Use it to test if non-stop mode is supported.
20094 Remove unused gdbmi buffer type.
20095
e61eba34 200962009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20097
20098 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20099 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20100
4324f7ca
NR
201012009-08-30 Nick Roberts <nickrob@snap.net.nz>
20102
20103 * comint.el (comint-exec-1): Check command is non-null first.
20104 Part of gdb-mi.el change (2009-08-28).
20105
a1bf889a
SM
201062009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20107
20108 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20109
060c08b5
JB
201102009-08-30 Juanma Barranquero <lekktu@gmail.com>
20111
20112 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20113 instead of `dolist' to avoid a recursive require when bootstrapping.
20114
ab22be48
SM
201152009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20116
73ebf88f
SM
20117 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20118
80629cfc
SM
20119 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20120
206d0387 20121 * net/imap.el (imap-send-command): Simplify.
734db384 20122 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20123
844f7784
SM
20124 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20125
5ca4661e
SM
20126 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20127 with constant argument.
20128
c61dc887
SM
20129 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20130
7eb73deb
SM
20131 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20132
5fe443de
SM
20133 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20134 Change default, since most of our files don't have a history.
20135 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20136 the user.
20137
6444d64a
SM
20138 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20139 Add comint-run.
20140
5cb16bfc
SM
20141 * calc/calc.el: Improve commenting convention.
20142 (calc-digit-map, toplevel): Simplify.
20143
0aeb71a7
SM
20144 * comint.el (comint-insert-input): Be careful to only set point if we
20145 don't delegate to some other command.
20146
9a9af856
SM
20147 * proced.el (proced-signal-list): Make it an alist.
20148 (proced-grammar-alist): Capitalize names.
20149 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20150 Disable undo manually and make it read-only.
20151 Use completion-annotate-function.
20152
ab22be48
SM
20153 * minibuffer.el (minibuffer-message): If the current buffer is not
20154 a minibuffer, insert the message in the echo area rather than at the
20155 end of the buffer.
20156 (completion-annotate-function): New variable.
20157 (minibuffer-completion-help): Use it.
20158 (completion--embedded-envvar-table): Environment vars are
20159 always case-sensitive.
20160
4a948dbf
GM
201612009-08-30 Glenn Morris <rgm@gnu.org>
20162
20163 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20164 from fortran-current-defun.
20165 (fortran-beginning-of-subprogram): Be more precise about finding the
20166 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20167 (fortran-end-of-subprogram): Simplify.
20168 (fortran-current-defun): Use fortran-start-prog-re.
20169
486cf3b8
JB
201702009-08-29 Juanma Barranquero <lekktu@gmail.com>
20171
20172 * subr.el (do-after-load-evaluation): Simplify.
20173
db167d28
DN
201742009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20175
20176 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20177
20178 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20179 (vc-rcs-print-log): Use it.
20180
20181 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20182
efbc652a
SM
201832009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20184
2aa0e5bf
SM
20185 * paths.el (abbrev-file-name): Move to abbrev.el.
20186 * abbrev.el (abbrev-file-name): Move from paths.el.
20187 Obey user-emacs-directory.
20188 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20189 user-emacs-directory.
20190 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20191 abbrev-file-name and calc-settings-file any more.
20192 * startup.el (command-line): Recompute abbrev-file-name and
20193 abbreviated-home-dir.
20194 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20195 of the special code for when C-h bindings haven't been changed.
20196 (display-startup-echo-area-message): Use with-current-buffer.
20197 (command-line-1): Use a list of strings, rather than a list of lists
20198 of strings for longopts.
20199
51da8fe2
SM
20200 * files.el (get-free-disk-space): Use / for default-directory.
20201
0c3cc4dd
SM
20202 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20203 Use with-current-buffer.
20204
d988dbf6
SM
20205 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20206 Recognize immutable variables like most-positive-fixnum.
20207 (byte-compile-setq-default): Check and warn if trying to assign
20208 to an immutable variable, or a non-variable.
20209
efbc652a
SM
20210 * progmodes/cc-vars.el (c-comment-continuation-stars):
20211 * progmodes/cc-engine.el (c-looking-at-bos):
20212 * progmodes/cc-cmds.el (c-toggle-auto-state)
20213 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20214 (c-comment-line-break-function): Add version of obsolescence.
20215
d30a05d1
JL
202162009-08-28 Juri Linkov <juri@jurta.org>
20217
20218 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20219 associated with `archive-mode'.
20220
20221 * image.el (image-type-header-regexps): Use only JPEG magic number
20222 to determine JPEG images, and don't use `image-jpeg-p' because
20223 Emacs can display non-JFIF non-Exif JPEG images.
20224
1e8eecea
JB
202252009-08-28 Juanma Barranquero <lekktu@gmail.com>
20226
20227 * arc-mode.el (archive-mode):
20228 * emacs-lisp/re-builder.el (re-builder-unload-function):
20229 Protect against the default value of `major-mode' being nil.
20230
dd4fbf56
JB
202312009-08-28 Juanma Barranquero <lekktu@gmail.com>
20232
20233 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20234 Fix typos in docstrings.
20235
20236 * progmodes/js.el (js--macro-decl-re): Doc fix.
20237 (js--plain-method-re, js--split-name): Refloc docstring.
20238 (js--class-styles, js--make-merged-item, js--splice-into-items):
20239 Fix typos in docstrings; reflow docstrings.
20240 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20241 (js--variable-decl-matcher, js--inside-pitem-p)
20242 (js--parse-state-at-point, js--get-all-known-symbols)
20243 (js--symbol-history, js-find-symbol, js--js-references)
20244 (js--moz-interactor, js--js-encode-value, js--read-tab):
20245 Fix typos in docstrings.
20246
72f16325
SM
202472009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20248
14acf2f5
SM
20249 * textmodes/reftex.el (reftex-get-file-buffer-force):
20250 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20251 * emulation/viper.el (viper-go-away, viper-set-hooks):
20252 * emacs-lisp/re-builder.el (re-builder-unload-function):
20253 * emacs-lisp/bytecomp.el (byte-compile-file):
20254 * ses.el (ses-unload-function):
20255 * hexl.el (hexl-find-file):
20256 * files.el (normal-mode):
20257 * ehelp.el (with-electric-help):
20258 * autoinsert.el (auto-insert-alist):
20259 * arc-mode.el (archive-mode):
20260 Use (default-value 'major-mode) instead of default-major-mode.
20261
72f16325
SM
20262 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20263 * international/mule.el (load-with-code-conversion):
20264 * emacs-lisp/debug.el (debug):
20265 * ediff-vers.el (ediff-rcs-get-output-buffer):
20266 * dired.el (dired-internal-noselect): Don't let-bind
20267 default-major-mode around code that doesn't use it.
20268 E.g. buffer creation via get-buffer-create doesn't use it.
20269
aa485f7c
MA
202702009-08-28 Michael Albinus <michael.albinus@gmx.de>
20271
20272 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20273 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20274 when writing the temp file. Otherwise, epa-file gets confused.
20275 (tramp-register-file-name-handlers): Make it a defun. Move also
20276 `epa-file-handler' to the front of `file-name-handler-alist'.
20277
202782009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20279
20280 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20281 start right after a ^M.
20282 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20283 (tramp-completion-file-name-regexp-separate)
20284 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20285 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20286 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20287 (tramp-completion-file-name-handler): Apply the checks here,
20288 instead during registration.
88b5a757 20289 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20290 `tramp-register-file-name-handler'. Register both
20291 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20292 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20293
3f0c2b92
NR
202942009-08-28 Nick Roberts <nickrob@snap.net.nz>
20295
72f16325
SM
20296 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20297 Remove variable ...
3f0c2b92
NR
20298 (gdb-init-1, gdb-display-separate-io-buffer)
20299 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20300 references to it.
20301 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20302 (gdb-inferior-filter): Use comint-output-filter to stop
20303 echoing and remove ^M characters.
20304
705e5bd9
SM
203052009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20306
009fdc2e
SM
20307 * emulation/viper-init.el (viper-restore-cursor-type):
20308 * emulation/cua-base.el (cua--update-indications):
20309 Replace default-cursor-type with (default-value 'cursor-type).
20310
b56a5ae0
SM
20311 * mail/sendmail.el (mail-recover-1):
20312 * international/mule-diag.el (describe-current-coding-system-briefly)
20313 (describe-current-coding-system):
20314 * international/mule-cmds.el (select-safe-coding-system)
20315 (select-message-coding-system)
20316 (set-language-environment-coding-systems, set-locale-environment):
20317 * hexl.el (hexl-insert-multibyte-char):
20318 * dos-w32.el (find-buffer-file-type-coding-system):
20319 * simple.el (what-cursor-position):
20320 Replace uses of default-buffer-file-coding-system
20321 with (default-value 'buffer-file-coding-system).
20322
de70529f
SM
20323 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20324 Replace uses of default-cursor-in-non-selected-windows
20325 with (default-value 'cursor-in-non-selected-windows).
20326 Use with-current-buffer.
20327
705e5bd9
SM
20328 * mail/feedmail.el: Use CL macros.
20329 (feedmail-run-the-queue, feedmail-send-it-immediately):
20330 * dos-w32.el (find-buffer-file-type): Replace uses of
20331 default-buffer-file-type with (default-value 'buffer-file-type).
20332
4d985ac2
GM
203332009-08-28 Glenn Morris <rgm@gnu.org>
20334
20335 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20336 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20337 Use default-value of major-mode rather than default-major-mode.
20338
17c15b81
SM
203392009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20340
3a68ab06
SM
20341 * Makefile.in (update-elcfiles): Report left over elc files.
20342
9421bdd1
SM
20343 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20344 expand-file-name and with-current-buffer.
20345 (mail-get-names, mail-directory): Use with-current-buffer.
20346
17c15b81
SM
20347 * vc.el (vc-read-revision): New function.
20348 (vc-version-diff, vc-merge): Use it.
20349
ba83a64e
SS
203502009-08-27 Sam Steingold <sds@gnu.org>
20351
20352 * simple.el (kill-do-not-save-duplicates): New user option.
20353 (kill-new): When it is non-nil, and the new string is the same as
20354 the latest kill, set replace to t to avoid duplicates in kill-ring.
20355
be3e598a 203562009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20357
20358 * net/tramp.el (tramp-handle-process-file): Do not flush all
20359 caches when `process-file-side-effects' is set.
20360 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20361 instead of `tramp-find-file-exists-command'.
20362 Unset `process-file-side-effects'.
d5b5c94a
MA
20363
203642009-08-27 Michael Albinus <michael.albinus@gmx.de>
20365
20366 * net/tramp.el (tramp-methods): New method "rsyncc".
20367 (top): Add completion function for "rsyncc".
20368 (tramp-message-show-message): New defvar.
20369 (tramp-message, tramp-error): Use it.
20370 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20371 remote copying.
20372 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20373 `tramp-methods' entry `copy-env' of "rsyncc".
20374 (tramp-vc-registered-read-file-names): New defconst.
20375 (tramp-vc-registered-file-names): New defvar.
20376 (tramp-handle-vc-registered): Implement optimization strategy.
20377 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20378 (tramp-vc-file-name-handler): New defun.
20379 (tramp-get-ls-command, tramp-get-test-command)
20380 (tramp-get-file-exists-command, tramp-get-remote-ln)
20381 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20382 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20383
20384 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20385 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20386 timestamps.
20387 (tramp-get-file-property): Check for timestamps in
20388 `tramp-cache-inhibit-cache'.
20389 (tramp-set-file-property): Write timestamp.
20390
1339cf20
KH
203912009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20392
20393 * language/japan-util.el (japanese-symbol-table): Add entries for
20394 cp932-2-byte.
20395
20396 * international/characters.el: Add category `j' to cp932-2-byte.
20397
726e3f1d
KH
203982009-08-27 Kenichi Handa <handa@m17n.org>
20399
20400 * international/fontset.el (build-default-fontset-data): New macro.
20401 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20402 tibetan, ethiopic, and ipa.
726e3f1d 20403
4e3b4528
SM
204042009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20405
20406 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20407 (enable-multibyte-characters): Not customizable any more.
20408
20409 * subr.el (default-mode-line-format, default-header-line-format)
20410 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20411 (default-direction-reversed, default-truncate-lines)
20412 (default-left-margin, default-tab-width, default-case-fold-search)
20413 (default-left-margin-width, default-right-margin-width)
20414 (default-left-fringe-width, default-right-fringe-width)
20415 (default-fringes-outside-margins, default-scroll-bar-width)
20416 (default-vertical-scroll-bar, default-indicate-empty-lines)
20417 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20418 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20419 (default-scroll-down-aggressively, default-fill-column)
20420 (default-cursor-type, default-buffer-file-type)
20421 (default-cursor-in-non-selected-windows)
20422 (default-buffer-file-coding-system, default-major-mode)
20423 (default-enable-multibyte-characters): Mark as obsolete.
20424
b3cca6a6
DN
204252009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20426
652cc1a2
DN
20427 * vc-dir.el (vc-dir-update): Remove debug helper.
20428
b3cca6a6
DN
20429 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20430
4ed8c7aa
SS
204312009-08-26 Sam Steingold <sds@gnu.org>
20432
20433 * simple.el (save-interprogram-paste-before-kill): New user option.
20434 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20435 save the interprogram-paste into kill-ring before overriding it
20436 with the Emacs kill.
20437
3b64d86b
DN
204382009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20439
20440 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20441 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20442 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20443 and move to vc-rcs.el.
20444 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20445 move to vc-rcs.el.
20446 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20447 (vc-rcs-update-changelog): Remove.
20448 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20449 and move to vc-rcs.el.
20450
20451 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20452 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20453 renaming.
20454 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20455 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20456 vc.el, renamed to be RCS specific.
20457
72f16325
SM
20458 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20459 New functions.
20460 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20461
20462 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20463 New functions.
20464
636a36a0
SM
204652009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20466
20467 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20468
239b3340
DN
204692009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20470
b91f0762 20471 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20472 (vc-git-stash, vc-git-stash-show): New functions.
20473 (vc-git-extra-menu-map): Bind them.
b91f0762 20474
b8e54362
DN
20475 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20476 directory correctly in case the item is a directory itself.
20477
239b3340
DN
20478 * vc.el: Document the desired behavior for reverted files in the
20479 `added' state.
dc810649
DN
20480 (vc-default-prettify-state-info): Remove function, unused.
20481
20482 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20483
e49c0179
GM
204842009-08-26 Glenn Morris <rgm@gnu.org>
20485
20486 * bindings.el (standard-mode-line-format): Reposition dashes in
20487 which-func entry. (Bug#4217)
20488
3029e594
GM
20489 * files.el (enable-local-variables, enable-local-eval)
20490 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20491 the defcustoms.
20492 (auto-mode-alist, ignored-local-variables)
20493 (save-some-buffers-action-alist): Move risky declarations to the
20494 definitions.
20495 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20496 (font-lock-defaults, format-alist, imenu--index-alist)
20497 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20498 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20499 (mode-line-modified, mode-line-mule-info, mode-line-position)
20500 (mode-line-process, mode-line-remote, outline-level)
20501 (parse-time-rules, rmail-output-file-alist)
20502 (special-display-buffer-names, vc-mode):
20503 Move risky declarations to the relevant files.
72f16325
SM
20504 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20505 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20506 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20507 * font-core.el (font-lock-defaults):
20508 * format.el (format-alist):
20509 * vc-hooks.el (vc-mode):
20510 * window.el (special-display-buffer-names):
20511 * international/mule-cmds.el (input-method-alist):
20512 Define riskiness here (dumped file) rather than in files.el.
20513 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20514 * imenu.el (imenu-generic-expression, imenu--index-alist):
20515 * outline.el (outline-level):
20516 * time.el (display-time-string):
20517 * calendar/parse-time.el (parse-time-rules):
20518 * mail/rmailout.el (rmail-output-file-alist):
20519 Autoload riskiness here, rather than placing in files.el.
20520
8476cfaf
SM
205212009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20522
20523 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20524
0b35b48e
MA
205252009-08-25 Michael Albinus <michael.albinus@gmx.de>
20526
20527 * simple.el (process-file-side-effects): New defvar.
20528
20529 * dired-aux.el (dired-show-file-type):
20530 * vc.el (vc-diff-internal):
20531 * vc-arch.el (vc-arch-diff):
20532 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20533 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20534 * vc-git.el (vc-git-registered, vc-git-working-revision)
20535 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20536 (vc-git--empty-db-p):
20537 * vc-hooks.el (vc-user-login-name):
20538 * vc-svn.el (vc-svn-registered, vc-svn-state)
20539 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20540 * progmodes/grep.el (grep-probe): Let-bind
20541 `process-file-side-effects' with nil.
20542
20543 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20544
20545 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20546 daemon. Replace ping by checking for running service for bluez
20547 and zeroconf. (Bug#4239)
20548
d54cc599
GM
205492009-08-25 Kevin Ryde <user42@zip.com.au>
20550
20551 * net/dig.el (dig): Add autoload cookie.
20552
7bfd055d
GM
205532009-08-25 Glenn Morris <rgm@gnu.org>
20554
bac9c66c
GM
20555 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20556 load-history for absolute file-names.
20557 (byte-compile-file-form-require): Warn about use of the cl package.
20558
7bfd055d
GM
20559 * format.el (format-alist): Doc fix.
20560
5ac1f9e0
GM
20561 * play/bubbles.el (top-level): Don't require cl at run-time.
20562
af62aa88
GM
20563 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20564 run-time cl).
20565
71e036af
DD
205662009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20567
20568 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20569 from cl package.
20570 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20571
42110eaf
JB
205722009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20573
20574 * calc/calc-alg.el (math-trig-rewrite)
20575 (math-hyperbolic-trig-rewrite): New functions.
20576 (calc-simplify): Simplify trig functions when asked.
20577
88421f3e
SM
205782009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20579
20580 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20581
dbd9624e
KH
205822009-08-24 Kenichi Handa <handa@m17n.org>
20583
20584 * language/ind-util.el (mapthread): Delete it.
20585 (combinatorial): New function.
20586 (indian--puthash-cv): Use combinatorial instead of mapthread.
20587
9b89e3ee
GM
205882009-08-22 Kevin Ryde <user42@zip.com.au>
20589
20590 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20591 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20592 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20593 Clarify docstring that the value is strings not symbols.
20594 (checkdoc-list-of-strings-p): New function.
20595
e6ce8c42
GM
205962009-08-22 Glenn Morris <rgm@gnu.org>
20597
2ddf2ea6 20598 * files.el (auto-mode-alist):
a3374680
GM
20599 * hippie-exp.el (he-concat-directory-file-name):
20600 * lpr.el (lpr-windows-system, printer-name):
20601 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20602 * ps-print.el (ps-windows-system):
20603 * startup.el (command-line):
20604 * emulation/viper-ex.el (viper-glob-function):
20605 * international/mule-cmds.el (set-language-environment-coding-systems):
20606 * net/ange-ftp.el (ange-ftp-write-region):
20607 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20608 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20609 unisoft-unix, vax-vms, win32, w32.
20610
977955fa
GM
20611 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20612 given name if the pattern is not more specific.
20613
b4deec2e
GM
20614 * calendar/lunar.el (lunar-phase-names): New option.
20615 (lunar-phase): Doc fix.
20616 (lunar-cycles-per-year): New constant.
20617 (lunar-index): New function.
20618 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20619 (lunar-phase-name): Use lunar-phase-names.
20620 (calendar-lunar-phases): Use format.
20621 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20622
47e83968
GM
20623 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20624 Copy imenu-example--name-and-position function here for own use.
20625 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20626
e6ce8c42
GM
20627 * bs.el (bs--redisplay):
20628 * cus-edit.el (custom-redraw):
20629 * ibuffer.el (ibuffer-bury-buffer):
20630 * server.el (server-goto-line-column):
20631 * startup.el (command-line-1):
20632 * strokes.el (strokes-xpm-for-stroke):
20633 * term.el (term-display-buffer-line):
20634 * view.el (View-goto-line):
20635 * calc/calc.el (calc-do, calc-trail-buffer):
20636 * play/gamegrid.el (gamegrid-add-score-insecure):
20637 * progmodes/ada-mode.el (ada-compile-goto-error):
20638 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20639 (ebrowse-select-1st-to-9nth):
47e83968 20640 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20641 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20642 * progmodes/gud.el (gud-display-line):
20643 (idlwave-shell-display-line):
20644 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20645 * progmodes/make-mode.el (makefile-browser-toggle):
20646 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20647 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20648 * textmodes/picture.el (picture-draw-rectangle):
20649 * textmodes/reftex-index.el (reftex-index-goto-letter):
20650 (reftex-select-jump-to-previous):
20651 * textmodes/reftex-sel.el (reftex-find-start-point)
20652 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20653 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20654 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20655 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20656 * textmodes/two-column.el (2C-associated-buffer):
20657 Use forward-line rather than goto-line.
20658
20659 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20660 goto-line.
20661
4b18bdb3
GM
20662 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20663 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20664 (quick-check-list-to-regexp): Declare.
e6ce8c42 20665
72f16325
SM
20666 * progmodes/make-mode.el (makefile-browser-insert-selection):
20667 Use goto-char rather than goto-line.
e6ce8c42
GM
20668
20669 * progmodes/prolog.el (compilation-error-regexp-alist)
20670 (compilation-forget-errors): Declare.
20671
32a2cf25
JL
206722009-08-22 Juri Linkov <juri@jurta.org>
20673
20674 * progmodes/grep.el (lgrep, rgrep): At the beginning
20675 set `dir' to `default-directory' unless `dir' is a non-nil
20676 readable directory. (Bug#4052)
20677 (lgrep, rgrep): Change a weird way to report an error
20678 from using `read-string' to using `error'.
20679 Instead of using interactive arguments in the function body,
20680 add new argument `confirm'.
20681
5443c9b7
SM
206822009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20683
cb5b40ee
SM
20684 * textmodes/remember.el (remember-buffer):
20685 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20686 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20687 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20688 * net/newst-treeview.el (newsticker-groups-filename):
20689 * net/newst-backend.el (newsticker-cache-filename):
20690 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20691 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20692 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20693 (speedbar-buffers-line-path, speedbar-path-line)
20694 (speedbar-buffers-line-path):
20695 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20696 (epg-sign-keys):
20697 * epa.el (epa-display-verify-result):
20698 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20699
d6261cc1
GM
207002009-08-21 Glenn Morris <rgm@gnu.org>
20701
3e1ea342
GM
20702 * progmodes/js.el (inferior-moz-process): Fix declaration.
20703
ce86eeb5
GM
20704 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20705
fff28970
GM
20706 * obsolete/rnewspost.el (news-mail-reply):
20707 Use goto-char rather than goto-line.
20708
d93e053b
GM
20709 * term/ns-win.el (ns-open-file-select-line):
20710 Use line-beginning-position rather than goto-line.
20711
d5d105e8
GM
20712 * apropos.el (apropos-command):
20713 * ehelp.el (electric-helpify):
20714 * printing.el (pr-show-setup):
20715 * strokes.el (strokes-help):
20716 * tutorial.el (tutorial--describe-nonstandard-key)
20717 (tutorial--detailed-help):
20718 * woman.el (woman-mini-help, woman-display-extended-fonts):
20719 * calc/calc-help.el (calc-describe-key):
20720 * emulation/edt.el (edt-electric-helpify):
20721 * international/mule-diag.el (mule-diag):
20722 * play/yow.el (apropos-zippy):
20723 * progmodes/python.el (python-describe-symbol):
20724 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20725 * textmodes/table.el (*table--cell-describe-mode)
20726 (*table--cell-describe-bindings):
20727 Use help-print-return-message rather than the now obsolete alias.
20728
a8ab722f 20729 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20730 (calendar-cursor-to-visible-date):
20731 * play/5x5.el (5x5-position-cursor):
20732 * play/decipher.el (decipher):
20733 * play/gomoku.el (gomoku-goto-xy):
20734 * play/landmark.el (lm-goto-xy):
20735 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20736 (mpuz-paint-digit):
20737 Use forward-line, not goto-line.
a8ab722f 20738
d6261cc1
GM
20739 * mail/rmail.el (rmail-obsolete): Delete custom group.
20740 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20741 (rmail-remote-password, rmail-remote-password-required):
20742 Remove unneeded :set-after and :set properties.
20743
9e846523
MA
207442009-08-21 Michael Albinus <michael.albinus@gmx.de>
20745
20746 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20747
bbe1f502
DN
207482009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20749
bcc5db24
DN
20750 * loadup.el: Remove leftover macos code.
20751
bbe1f502
DN
20752 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20753 Explicitly pass the date format to git blame so that user local
20754 so that the output format can be parsed.
20755
6fd2d19a
MA
207562009-08-20 Michael Albinus <michael.albinus@gmx.de>
20757
20758 * net/dbus.el (top): Don't check for (getenv
20759 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20760
31764e15
SM
207612009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20762
20763 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20764 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20765
28930e39
SM
207662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20767
4fd15622 20768 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20769 Bug#3287.
4fd15622 20770
b3d8e4a0
SM
20771 * help.el (help-print-return-message): Rename from
20772 print-help-return-message.
20773
c9829c70
SM
20774 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20775 cvs-mode-map parent hack.
20776 (log-view-mode): Derive from special-mode.
20777
b932657b
SM
20778 * linum.el (linum-mode): window-size-change-functions is redundant.
20779 Adapt to new window-configuration-change-hook behavior.
20780 (linum-after-size, linum-after-config): Remove.
20781
1b700bca
SM
20782 * imenu.el (imenu-example--name-and-position)
20783 (imenu-example--lisp-extract-index-name)
20784 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20785 Mark as obsolete.
20786
28930e39
SM
20787 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20788 (inferior-prolog-mode): Use it.
20789 (inferior-prolog-load-file): Reset list of errors.
20790
c9af0b68
KH
207912009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20792
20793 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20794
20795 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20796
720c7cd6
MA
207972009-08-19 Michael Albinus <michael.albinus@gmx.de>
20798
20799 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20800 is running already.
20801
03a74b84
SM
208022009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20803
20804 * subr.el (listify-key-sequence-1): Use normal syntax since those
20805 integers are nowadays always represented by the same (positive) number
20806 on all platforms.
20807 (read-key-empty-map): New const.
20808 (read-key-delay): New var.
20809 (read-key): New function.
20810 (force-mode-line-update): Use with-current-buffer.
20811 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20812 (start-process-shell-command, start-file-process-shell-command):
20813 Discourage the use of command-args.
20814
f43e88d4
GM
208152009-08-19 Glenn Morris <rgm@gnu.org>
20816
20817 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20818
890429cc
SM
208192009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20820
85be9ec4
SM
20821 * simple.el (choose-completion-string): Don't rely on
20822 minibuffer-completing-file-name and ad-hoc checks to decide whether
20823 to continue completion or not.
20824
890429cc
SM
20825 * minibuffer.el (minibuffer-hide-completions): New function.
20826 (completion--do-completion): Use it.
20827 (completions-annotations): New face.
20828 (completion--insert-strings): Use it.
20829 (completion-pcm--delim-wild-regex): Add docstring.
20830 (completion-pcm--string->pattern): Add support for 0-width delimiters
20831 in completion-pcm--delim-wild-regex.
20832
265d4549
SM
208332009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20834
d440b941
SM
20835 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20836 Remove unused var `buffer-modified-p'.
20837
265d4549
SM
20838 * minibuffer.el (completion--do-completion): Move point for the #b001
20839 case as well (bug#4176).
20840 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20841
ba6f7d86
MA
208422009-08-18 Michael Albinus <michael.albinus@gmx.de>
20843
20844 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20845 and :session buses.
20846
98819490
KH
208472009-08-18 Kenichi Handa <handa@m17n.org>
20848
265d4549
SM
20849 * international/ucs-normalize.el (ucs-normalize-version):
20850 Change to 1.1.
58627cf0
KH
20851 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20852 (utf-8-hfs): Make it perform normalization on encoding too.
20853
98819490
KH
20854 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20855 (sentence-end-without-space): Delete duplicated chars.
20856 (sentence-end-base): Likewise.
e739cc85
KH
20857
20858 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20859 (html-mode): Delete duplicated chars from sentence-end-base.
20860
20861 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20862 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20863
645b9326
CY
208642009-08-17 Chong Yidong <cyd@stupidchicken.com>
20865
20866 * files.el (hack-one-local-variable): If the mode function is for
20867 a minor mode, pass it an argument (Bug#4148).
20868
56c195af
MA
208692009-08-17 Michael Albinus <michael.albinus@gmx.de>
20870
20871 * net/tramp.el (tramp-register-completion-file-name-handler):
20872 Check also for (member 'partial-completion completion-styles).
20873
7a55c78b
CY
208742009-08-16 Chong Yidong <cyd@stupidchicken.com>
20875
20876 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20877 abbrev (Bug#3943).
20878
be3e598a 208792009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20880
20881 * progmodes/cperl-mode.el: Merge upstream 6.2.
20882 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20883 (cperl-forward-re): Check cperl-brace-recursing.
20884 (cperl-highlight-charclass): New function.
20885 (cperl-find-pods-heres): Use it.
31cd2dd4 20886 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20887 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20888 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20889 (cperl-beautify-level): Don't process entire regexp.
20890 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20891 calling man.
20892 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20893 (cperl-init-faces): Build a list in the normal way.
20894
81b1f9c9
CY
208952009-08-16 Chong Yidong <cyd@stupidchicken.com>
20896
20897 * calendar/parse-time.el (parse-time-string-chars): Save match
20898 data.
20899
c3732cb8
SM
209002009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20901
55659495
SM
20902 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20903 (sql-product): Use it.
20904 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20905 (sql-set-product): Add completion.
20906 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20907 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20908 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20909 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20910 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20911 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20912 (sql-highlight-db2-keywords): Remove.
20913 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20914 (sql-highlight-product): Use derived-mode-p.
20915 (sql-set-sqli-buffer): Use with-current-buffer.
20916 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20917 Simplify.
20918
1ae79427
SM
20919 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20920
c3732cb8
SM
20921 * term.el: Fix commenting convention, turn comments into docstrings.
20922
f24b8bf3
CY
209232009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20924
20925 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20926
7b6fefac 209272009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 20928
1200ac26 20929 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
20930 character classes, to handle non-ascii characters (Bug#3190).
20931
209322009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 20933
1abbe4e5
CY
20934 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20935 another heredoc if the user adds another < (Bug#3226).
20936
c3732cb8
SM
20937 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20938 Don't initialize based on window-system (Bug#4124).
19261da4 20939
daad00fc
CY
20940 * facemenu.el (facemenu-read-color): Use a completion function
20941 that accepts any defined color, such as RGB triplets (Bug#3677).
20942
e1bdde78
CY
20943 * files.el (get-free-disk-space): Change fallback default
20944 directory to /. Expand DIR argument before switching to fallback.
20945 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20946
9d73a99e
CY
209472009-08-15 Chong Yidong <cyd@stupidchicken.com>
20948
20949 * files.el (load-library): Doc fix.
20950
68b962d4 209512009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 20952
953e0c1a 20953 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 20954 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 20955 incremental search string.
9d73a99e 20956
c3732cb8 20957 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 20958 XEmacs.
9d73a99e 20959
c3732cb8
SM
20960 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20961 (ediff-merge-region-is-non-clash)
20962 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 20963 Also check if the job is really a merge job.
9d73a99e 20964
c3732cb8 20965 * ediff.el (ediff-current-file): New function.
9d73a99e 20966
2e330adc
CY
209672009-08-15 Chong Yidong <cyd@stupidchicken.com>
20968
20969 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20970 conventions.
c3732cb8 20971 (js-insert-and-indent): Delete function.
2e330adc
CY
20972 (js-mode-map): Don't bind keys to js-insert-and-indent.
20973 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20974 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 20975 (js-auto-indent-flag): Delete variable.
2e330adc 20976
17b5d0f7
CY
209772009-08-14 Chong Yidong <cyd@stupidchicken.com>
20978
c3732cb8
SM
20979 * progmodes/js.el: Remove proclaim statement.
20980 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 20981
ba2d8894
CY
20982 * files.el (auto-mode-alist): Use js-mode for .js files.
20983
c3732cb8 20984 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
20985
20986 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20987
20988 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20989
c3732cb8 20990 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
20991
209922009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 20993 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
20994
20995 * progmodes/js.el: New file.
20996
b6377f1d
MH
209972009-08-14 Mark A. Hershberger <mah@everybody.org>
20998
20999 * timezone.el (timezone-parse-date): Add ability to understand ISO
21000 basic format (minimal separators) dates in addition to the
21001 already-supported extended format dates.
21002
bc0eef46
EZ
210032009-08-14 Eli Zaretskii <eliz@gnu.org>
21004
4e021e65
EZ
21005 * international/ucs-normalize.el: Add a `coding' file variable.
21006
bc0eef46
EZ
21007 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21008
53dab179
SS
210092009-08-14 Sam Steingold <sds@gnu.org>
21010
6801c38a 21011 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21012
6c58c39c
CY
210132009-08-13 Chong Yidong <cyd@stupidchicken.com>
21014
21015 * faces.el (help-argument-name): Define it here instead of
21016 help-fns.el, because in daemon mode help-fns.el may be loaded when
21017 faces are still uninitialized (Bug#1078).
21018
21019 * help-fns.el (help-argument-name): Move defface to faces.el.
21020
c7baf7e9
NR
210212009-08-13 Nick Roberts <nickrob@snap.net.nz>
21022
21023 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21024 create buffer with a pty but no process so that GDB can make the
21025 inferior the controlling process.
21026
9c40e995 210272009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21028
21029 * international/ucs-normalize.el: New file.
21030
8cdba32b
RS
210312009-08-13 Richard Stallman <rms@gnu.org>
21032
5c950923
RS
21033 * mail/rmail.el (rmail-get-attr-names):
21034 Accept an attribute header that is too short.
21035
76e1e40b
RS
21036 * mail/rmail.el (rmail-forget-messages):
21037 Ignore nil elt in rmail-message-vector. Use dotimes.
21038
1fc01b08
RS
21039 * progmodes/compile.el (compilation-goto-locus):
21040 Use next-error-move-function.
21041
8cdba32b
RS
21042 * simple.el (next-error-move-function): New variable.
21043
99910cf4
JL
210442009-08-12 Juri Linkov <juri@jurta.org>
21045
21046 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21047 always non-nil. (Bug#4052)
21048
21049 * replace.el (read-regexp): Return empty string when
21050 `default-value' is nil.
21051 (keep-lines-read-args): Don't use empty string as the
21052 default value for `read-regexp'. (Bug#2495)
21053
fc5bdf6c
JL
210542009-08-12 Juri Linkov <juri@jurta.org>
21055
21056 * international/mule-cmds.el (ucs-insert): Change arguments
21057 from `arg' to `character', `count', `inherit' to be the same
21058 as in `insert-char'. Doc fix. (Bug#4039)
21059
21060 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21061
77748848
JL
210622009-08-12 Juri Linkov <juri@jurta.org>
21063
21064 * files-x.el: New file.
21065
21066 * files.el: Move code that deals with adding/deleting
21067 file/directory-local variables to files-x.el.
21068
21069 * Makefile.in (ELCFILES): Add files-x.elc.
21070
c8a44c4e
DD
210712009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21072
27a9fd5a
DD
21073 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21074 to use `goto-line'.
21075 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21076 `goto-line'.
21077 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21078 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21079 threads list.
107ef54a 21080 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21081 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21082 (gdb-stopped): ...here so it's sent when first thread stops.
21083 (gdb-registers-handler-custom): Do nothing if register names are
21084 unknown yet.
27a9fd5a 21085
c8a44c4e
DD
21086 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21087 from `gdb-mi.el' to avoid extra tangling.
21088
21089 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21090 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21091 (gdb-update-gud-running): No extra fuss for updating frame number.
21092
dfd4e693
SM
210932009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21094
51c4341f
SM
21095 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21096 (describe-language-environment-map, setup-language-environment-map)
21097 (set-coding-system-map): Move initialization into declaration.
21098 (set-language-info-alist): Last arg to define-key-after can be skipped.
21099
21100 * international/quail.el (quail-completion-1): Simplify.
21101 (quail-define-rules): Use slightly more compact code.
21102 (quail-insert-decode-map): Propertize keys, compact columns.
21103
dfd4e693
SM
21104 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21105 Add goto-line.
21106
83326559
MB
211072009-08-10 Miles Bader <miles@gnu.org>
21108
21109 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21110 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21111 (js2-instance-member, js2-private-member, js2-private-function-call)
21112 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21113 (js2-magic-paren, js2-external-variable):
21114 Remove "-face" suffix from face names.
21115 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21116 (js2-highlight-undeclared-vars, js2-peek-token)
21117 (js2-parse-function-params, js2-mode-show-errors)
21118 (js2-mode-show-warnings, js2-make-magic-delimiter)
21119 (js2-mode-highlight-magic-parens): Update to use new face names.
21120
8e754ea2
MA
211212009-08-09 Michael Albinus <michael.albinus@gmx.de>
21122
21123 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21124 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21125
1c292fc7
CY
211262009-08-09 Chong Yidong <cyd@stupidchicken.com>
21127
18d433a7
CY
21128 * subr.el: Provide hashtable-print-readable.
21129
1c292fc7
CY
21130 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21131 hs-c-like-adjust-block-beginning.
21132 (hs-hide-block-at-point): Stop hiding at the beginning of
21133 hs-block-end-regexp (Bug#700).
21134
2db0ae07
DD
211352009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21136
21137 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21138 a macro.
21139 (gdb-registers-handler-custom): Do not fail when register names
21140 are unavailable.
21141
fe4740a6
DD
211422009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21143
21144 * progmodes/gdb-mi.el (gdb-control-all-threads)
21145 (gdb-control-current-thread): Interactive setters for
21146 `gdb-gud-control-all-threads' to use in menu.
21147 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21148 (gud-tool-bar-map): Add non-stop/A,T indicator.
21149 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21150
ce299d55
CY
211512009-08-08 Yoni Rabkin <yoni@rabkins.net>
21152
21153 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21154 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21155 (net-utils-mode): New mode for viewing diagnostic network output.
21156 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21157 (net-utils-run-simple): New function.
21158 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21159
7c4654ad
DD
211602009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21161
21162 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21163 (gdb-memory-set-address, def-gdb-set-positive-number)
21164 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21165 after changing settings.
21166 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21167 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21168 (gdb-registers-handler-custom): Print registers in right order and
21169 allow changing register values (only for current thread yet).
9cbac26b
DD
21170 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21171 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21172 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21173 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21174 Thread info in mode name.
9cbac26b 21175 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21176
0f25a277
EZ
211772009-08-08 Eli Zaretskii <eliz@gnu.org>
21178
21179 * mail/rmail.el (rmail-add-mbox-headers)
21180 (rmail-set-message-counters-counter): Search for
21181 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21182
b971be60
GM
211832009-08-08 Glenn Morris <rgm@gnu.org>
21184
21185 * Makefile.in (ELCFILES): Update.
21186
a35d3ad8
EZ
211872009-08-07 Eli Zaretskii <eliz@gnu.org>
21188
6a7662bb
BR
21189 * mail/sendmail.el (mail-yank-original):
21190 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21191 text is yanked.
21192
8b0bcc2e
EZ
21193 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21194 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21195 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21196 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21197 (calc-graph-init): Don't send -display and -geometry to
21198 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21199 running "pgnuplot -V" with shell-command-to-string.
21200
21201 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21202 the default.
21203
212042009-08-07 Eli Zaretskii <eliz@gnu.org>
21205
21206 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21207 org/org-latex.elc.
21208
3bca7ca5
DN
212092009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21210
3c53763c
DN
21211 * vc-dispatcher.el (vc-resynch-window): Update comment.
21212
3bca7ca5
DN
21213 * term.el (term-handle-ansi-escape): Add comments with the
21214 terminfo capabilities implemented.
21215
7b217360
DD
212162009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21217
5f9d345c 21218 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21219 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21220 (gdb-propertize-header): Move earlier.
21221 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21222 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21223 Refresh disassembly buffers only after threads list have been
21224 update.
21225 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21226 variables.
21227
b4d84ecf
JL
212282009-08-04 Juri Linkov <juri@jurta.org>
21229
21230 * files.el: Commands to add/delete file/directory-local variables.
21231 (read-file-local-variable, read-file-local-variable-value)
21232 (read-file-local-variable-mode, modify-file-local-variable)
21233 (modify-file-local-variable-prop-line)
21234 (modify-dir-local-variable): New functions.
21235 (add-file-local-variable, delete-file-local-variable)
21236 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21237 (add-dir-local-variable, delete-dir-local-variable)
21238 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21239 (copy-dir-locals-to-file-locals-prop-line): New commands.
21240
42da39c1
CY
212412009-08-04 Chong Yidong <cyd@stupidchicken.com>
21242
21243 * abbrev.el (insert-abbrev-table-description): Prettify output.
21244 Suggested by Karl Chen.
21245
98bf8494
DD
212462009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21247
78b9fb28 21248 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21249 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21250 (gdb-overlay-arrow-position, gdb-thread-position)
21251 (gdb-disassembly-position): Declare variables.
21252 (gdb-wait-for-pending): Function now.
21253 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21254 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21255 compilation goes smoothly.
21256 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21257 (gdb-non-stop-setting): New customization setting which replaces
21258 `gdb-non-stop' so changing it doesn't break active GDB session.
21259 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21260 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21261 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21262 (gdb-show-threads-by-default): New customization options.
21263 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21264 routines.
21265 (gdb-get-buffer-create): Send buffers update signal when they are
21266 created.
21267 (gdb-invalidate-locals, gdb-invalidate-registers)
21268 (gdb-invalidate-breakpoints)
21269 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21270 (gdb-invalidate-memory): Accept update signal.
21271 (gdb-current-context-command): Use --frame option.
21272 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21273 Implement `gdb-frame-number' selection logic.
21274 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21275 whether to show GUD toolbar buttons.
21276 (gdb-thread-exited): Unselect current thread when it exits.
21277 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21278 (gdb-mark-line): Routine which sets overlay arrow or inverses
21279 video on fringeless displays.
21280 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21281 to build aligned columns of data in GDB buffers and set text
21282 properties line-by-line.
21283 (gdb-invalidate-breakpoints)
21284 (gdb-breakpoints-list-handler-custom)
21285 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21286 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21287 (gdb-registers-handler-custom): Align data columns.
21288 (gdb-locals-handler-custom): Now prints data like in variable
21289 declarations.
21290 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21291 Remove confusing buttons.
78b9fb28
DD
21292 (gdb-invalidate-threads): Append --frame.
21293 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21294 between breakpoints/threads buffers.
21295 (gdb-set-window-buffer): Now can ignore dedicated windows.
21296 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21297 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21298 (def-gdb-thread-buffer-gud-command): Replaces
21299 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21300 for fine thread control.
21301 (gdb-preempt-existing-or-display-buffer): New function used to
21302 display bound buffers without breaking window layout.
21303 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21304 (gdb-select-frame): New version of `gdb-frames-select' which now
21305 sets `gdb-frame-number' so commands may use --frame option instead
21306 of inner debugger state.
21307 (gdb-frame-handler): Do not set `gdb-frame-number'.
21308 (gdb-threads-mode-map): Select threads with mouse.
21309
21310 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21311 avoid compilation warning.
21312 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21313 `gdb-show-stop-p`.
21314
566f3909
DD
21315 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21316 Argument `key' renamed to `buffer-type'.
21317 (gdb-current-context-buffer-name): Do not add thread info to
21318 buffer name when no thread is selected.
21319 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21320 command (bug 3794).
21321 (gdb-thread-selected): Handle `=thread-selected' notification.
21322 (gdb-wait-for-pending): New macro to deal with congestion problems.
21323 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21324 breakpoints.
7b6fefac
JB
21325 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21326 This fixes problem similar to one described in bug 3947.
566f3909
DD
21327 (gud-menu-map): More menu items.
21328 (gdb-init-1): Reset `gdb-thread-number' to nil.
21329
4a31122c
DD
21330 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21331 non-stop settings.
21332
21333 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21334 (gdb-current-context-command): Do not append --thread if
21335 `gdb-thread-number' is nil.
6a7662bb
BR
21336 (gdb-running-threads-count, gdb-stopped-threads-count):
21337 New variables.
4a31122c 21338 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21339 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21340 New customization options.
4a31122c
DD
21341 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21342 GUD commands.
7b6fefac 21343 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21344 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21345 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21346 set `gdb-thread-number' and update `gud-running' properly.
21347 (gdb-running): Update threads list when new threads appear.
21348 (gdb-stopped): Support non-stop operation and new thread switching
21349 logic.
21350 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21351 (gdb-json-partial-output): New set of JSON routines.
21352 (def-gdb-auto-update-trigger): New `signal-list' optional
21353 argument.
21354 (gdb-thread-list-handler-custom): Update `gud-running',
21355 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21356 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21357 (gdb-continue-thread, gdb-step-thread): New commands for fine
21358 thread execution control.
21359 (gud-menu-map): New menu items to switch non-stop options.
21360 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21361 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21362
21363 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21364 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21365 gdb-buffer-rules.
21366 (def-gdb-auto-update-handler): New nopreserve optional argument.
21367 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21368
88b5a757 21369 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21370 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21371 (gdb-parent-mode): New mode to derive other GDB modes from.
21372 (gdb-display-disassembly-for-thread)
21373 (gdb-frame-disassembly-for-thread): New commands for threads
21374 buffer.
21375
21376 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21377 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21378 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21379 (gdb-update): We now store all GDB buffers in a list so that they
21380 can be updated by traversing a list instead of calling invalidate
7b6fefac 21381 triggers explicitly.
a5c9f540
DD
21382 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21383 pair for GDB buffer.
21384 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21385 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21386 handle pending triggers.
21387 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21388 (def-gdb-thread-buffer-simple-command)
21389 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21390 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21391 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21392 New commands which show buffers bound to thread.
88b5a757 21393 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21394
7b6fefac
JB
21395 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21396 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21397 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21398 to (gud-comint-buffer) in *-buffer-name functions
21399 because (gdb-get-target-string) already does that.
21400 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21401 (gdb-changed-registers-handler): Rewritten without regexps.
21402
ba214964 21403 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21404 (gdb-thread-number): New variable.
21405 (gdb-current-context-command): New macro which adds --thread
21406 option to command.
7b6fefac 21407 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21408 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21409 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21410 (gdb-select-thread): New command which selects current thread.
21411 (gdb-invalidate-frames, gdb-invalidate-locals)
21412 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21413
2ac33804
MA
214142009-08-04 Michael Albinus <michael.albinus@gmx.de>
21415
21416 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21417 robust. (Bug#3977)
2ac33804
MA
21418 (tramp-handle-insert-file-contents): `unwind-protect' must be
21419 inside `with-parsed-tramp-file-name'.
21420
21421 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21422 fails.
21423
39d0296f
NR
214242009-08-03 Nick Roberts <nickrob@snap.net.nz>
21425
21426 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21427 directory if CLASSPATH is not set.
21428
adcbca53
MA
214292009-08-03 Michael Albinus <michael.albinus@gmx.de>
21430
7b6fefac
JB
21431 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21432 New defconst.
7ef849b6 21433 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21434
30924b0b
CY
214352009-08-02 Kevin Ryde <user42@zip.com.au>
21436
7b6fefac
JB
21437 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21438 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21439
b6ce92f1
CY
214402009-08-02 Chong Yidong <cyd@stupidchicken.com>
21441
d977a092
CY
21442 * select.el (x-set-selection): Doc fix (Bug#4021).
21443
21444 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21445
b6ce92f1
CY
21446 * help-fns.el (describe-variable): Treat list return values from
21447 dir-locals-find-file properly (Bug#4005).
21448
7b6fefac 214492009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21450
21451 * net/tramp.el (tramp-debug-message): Print also microseconds.
21452
214532009-08-02 Michael Albinus <michael.albinus@gmx.de>
21454
21455 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21456 or END is non-nil.
21457 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21458 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21459 format.
21460
5ce6e4f4 21461 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21462 (tramp-get-file-property): Use it.
21463
6a7662bb
BR
21464 * autorevert.el (auto-revert-handler):
21465 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21466
2aafe808
JR
214672009-08-02 Jason Rumney <jasonr@gnu.org>
21468
21469 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21470 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21471
e094097c
CY
214722009-08-02 Chong Yidong <cyd@stupidchicken.com>
21473
21474 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21475 (font-lock-variable-name-face, font-lock-constant-face):
21476 Darken the colors for light backgrounds.
e094097c 21477
de94f281
EZ
214782009-08-01 Eli Zaretskii <eliz@gnu.org>
21479
21480 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21481 month names. (Bug#3987)
21482
54b99340
CY
214832009-07-31 Chong Yidong <cyd@stupidchicken.com>
21484
21485 * simple.el (line-move-finish): Pass whole number to
21486 line-move-to-column.
34be836c 21487 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21488
38216c30
JB
214892009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21490
21491 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21492
c779896d
CY
214932009-07-29 Alan Mackenzie <acm@muc.de>
21494
21495 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21496
592ccae0
DD
214972009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21498
35edc6c6
DD
21499 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21500 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21501
5a9e3ab7
JB
215022009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21503
21504 * calc/calc.el (calc-mode-map): Add keybinding for
21505 `calc-transpose-lines'.
21506
7b6fefac 215072009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21508
21509 * calc/calc-misc.el (calc-transpose-lines): New function.
21510
905fb90e
MA
215112009-07-28 Michael Albinus <michael.albinus@gmx.de>
21512
21513 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21514 Simplify check for out-of-band methods.
21515 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21516 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21517
76e14464
DN
215182009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21519
21520 * vc-git.el (vc-git-checkin): Fix typo.
21521
6088b51f 215222009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21523
21524 * progmodes/js2-mode.el: New file.
21525
b85157fe
NR
215262009-07-28 Nick Roberts <nickrob@snap.net.nz>
21527
21528 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21529 (gud-menu-map): Adjust tooltip accordingly.
21530
d43c2b06
DN
215312009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21532
1c0f0c3b
DN
21533 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21534 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21535
d43c2b06
DN
21536 * add-log.el (change-log-mode-map): Add a menu.
21537
3dec5c36
MA
215382009-07-27 Michael Albinus <michael.albinus@gmx.de>
21539
21540 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21541 function returns nil.
21542 (dbus-handle-event): Handle special return value :ignore.
21543 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21544
5704140c
CY
215452009-07-26 Chong Yidong <cyd@stupidchicken.com>
21546
21547 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21548 it's not needed.
21549
3077d1f6
EZ
215502009-07-25 Eli Zaretskii <eliz@gnu.org>
21551
21552 Fix Bug#3888:
21553
21554 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21555
21556 * term/pc-win.el (x-display-name, x-colors)
21557 (x-select-enable-clipboard, x-select-text): Doc fix.
21558
21559 * term/common-win.el (x-display-name, x-colors): Doc fix.
21560
21561 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21562 (xw-defined-colors): Doc fix.
21563
21564 * w32-fns.el (x-select-text, x-setup-function-keys)
21565 (x-get-selection, x-set-selection): Doc fix.
21566
21567 * term/x-win.el (x-select-text, x-setup-function-keys)
21568 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21569
21570 * select.el (x-set-selection): Doc fix.
21571
51768bc8
MA
215722009-07-25 Michael Albinus <michael.albinus@gmx.de>
21573
21574 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21575 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21576 "IsNSSSupportAvailable" method is not available.
21577 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21578
b11c2874
KH
215792009-07-24 Kenichi Handa <handa@m17n.org>
21580
21581 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21582 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21583 (build-unicode-category-table): Fix range checks.
21584
ba83b7b6
DN
215852009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21586
21587 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21588 the buffer we try to sync is current when calling
21589 vc-resynch-buffer.
21590
21591 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21592 not show up to date files.
21593
7a8ae964
GM
215942009-07-24 Glenn Morris <rgm@gnu.org>
21595
21596 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21597 Add autoload cookies. If necessary, initialize.
21598 (elint-log): Handle non-file buffers.
21599 (elint-initialize): Add optional argument to reinitialize.
21600 (elint-find-builtin-variables): Save excursion.
21601
a707eb05
DN
216022009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21603
21604 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21605 for Lint.
21606
0a2ddfa6
DN
216072009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21608
d6a62b0d
DN
21609 * vc.el (vc-print-log-internal): New function, split out from ...
21610 (vc-print-log): ... here.
10b5dcad 21611 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21612
0a2ddfa6
DN
21613 * vc-git.el (vc-git-add-signoff): New variable.
21614 (vc-git-checkin): Use it.
21615 (vc-git-toggle-signoff): New function.
21616 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21617 (vc-git--run-command-string): Accept a nil FILE argument.
21618 (vc-git-stash-list): New function.
21619 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21620
589a99f2
GM
216212009-07-23 Glenn Morris <rgm@gnu.org>
21622
21623 * help-fns.el (describe-variable): Describe ignored and risky local
21624 variables in a similar way to that in which we describe safe ones.
21625
21626 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21627 (byte-compile-output-file-form, byte-compile-output-docform)
21628 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21629 Give some more local variables with common names a "bytecomp-" prefix,
21630 so as not to shadow things during compilation.
21631 * emacs-lisp/cl-macs.el (load-time-value)
21632 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21633 `outbuffer' to `bytecomp-outbuffer'.
21634
21635 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21636 since the next two variables cover them automatically now.
21637 (elint-builtin-variables, elint-autoloaded-variables): New.
21638 (elint-unknown-builtin-args): Remove all members, since they can be
21639 parsed automatically now.
21640 (elint-extra-errors): New.
21641 (elint-env-add-env, elint-env-add-macro): Use cadr.
21642 (elint-current-buffer): Use or. Change final message.
21643 (elint-get-top-forms): Use line-end-position.
21644 (elint-init-env): Use cadr. Handle autoload, declare-function,
21645 and defalias.
21646 (elint-add-required-env): Doc fix. Use or. Standardize error.
21647 (regexp-assoc): Remove unused function.
21648 (elint-top-form): Set elint-current-pos, to record the start of the
21649 top-level form, for compilation-mode.
21650 (elint-form): Trap errors in macro expansion. Use dolist.
21651 (elint-unbound-variable): Use elint-builtin-variables and
21652 elint-autoloaded-variables.
21653 (elint-get-args): Use cadr, or.
21654 (elint-check-cond-form): Use dolist, cadr.
21655 (elint-check-condition-case-form): Doc fix. Use cadr.
21656 Use elint-extra-errors.
21657 (elint-log): New function.
21658 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21659 Distinguish errors and warnings.
21660 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21661 Use a bytecomp-style format.
21662 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21663 (elint-get-log-buffer): Use compilation mode. Disable undo.
21664 Don't truncate lines.
21665 (elint-initialize): Set builtin and autoloaded variable lists.
21666 Only process elint-unknown-builtin-args if non-nil.
21667 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21668 New functions.
21669 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21670
855b42a2
GM
216712009-07-22 Kevin Ryde <user42@zip.com.au>
21672
21673 * net/newst-backend.el (newsticker--parse-atom-1.0)
21674 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21675 (newsticker--parse-rss-1.0):
21676 * progmodes/idlwave.el (idlwave-mode):
21677 * progmodes/idlw-shell.el (idlwave-shell-mode):
21678 * progmodes/vera-mode.el (vera-mode):
21679 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21680 * progmodes/vhdl-mode.el (vhdl-mode):
21681 * textmodes/table.el (table-generate-source)
21682 (table--warn-incompatibility):
21683 Hyperlink urls in docstrings with URL `...'.
21684
fd413a37
GM
216852009-07-22 Glenn Morris <rgm@gnu.org>
21686
cb711556
GM
21687 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21688 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21689 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21690 Remove leading * from defcustom docs.
21691
fd413a37
GM
21692 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21693
21694 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21695 defcustom doc.
21696 (list-load-path-shadows): Optionally, just return shadows as a string.
21697
21698 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21699
a4f69701
CY
217002009-07-21 Chong Yidong <cyd@stupidchicken.com>
21701
6a7662bb
BR
21702 * mail/rmailedit.el (rmail-edit-mode):
21703 Use auto-save-include-big-deletions.
a4f69701 21704
6a7662bb
BR
21705 * mail/rmail.el (rmail-variables):
21706 Use auto-save-include-big-deletions.
a4f69701
CY
21707
21708 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21709 changes.
21710
ec06459c
JB
217112009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21712
21713 * calc/calc.el (calc-undo-length): New variable.
21714 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21715
b41b0976
RS
217162009-07-21 Richard Stallman <rms@gnu.org>
21717
21718 * files.el (auto-save-mode): Handle buffer-save-size = -2
21719 for toggling mode.
21720
4ed32706
GM
217212009-07-21 Glenn Morris <rgm@gnu.org>
21722
531b1264
GM
21723 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21724
55d27f41
GM
21725 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21726
02df3f4d
GM
21727 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21728 silence compiler. Instead...
21729 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21730 (ps-print-ensure-fontified): Update for above function name changes.
21731
fdd8417e
GM
21732 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21733 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21734 silence compiler. Instead...
21735 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21736 (mh-show-buffer): Only define for compiler.
21737 (pr-mh-current-message): Update for above function name changes.
21738
4ed32706
GM
21739 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21740 as an argument.
21741 (find-file-noselect, insert-file-1): Update for above change.
21742
21743 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21744
21745 * mail/mailclient.el (mailclient-send-it): Fix message.
21746
21747 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21748 (edebug-eval): Check cl-debug-env is bound.
21749 (print-level, print-circle): Don't redefine built-in variables.
21750
21751 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21752 (custom-print-vectors): Remove old comments from doc.
21753
21754 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21755 (emerge-version): Make the variable an obsolete alias for the
21756 emacs-version variable. Make the function obsolete.
21757 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21758 Emerge options, rather than merging in into the main Options menu.
21759 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21760 and auto advance modes. Disable edit/fast items when not relevant.
21761
86812144
CY
217622009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21763
21764 * term/vt420.el (terminal-init-vt420): Fix typo.
21765
6bb90094
SS
217662009-07-20 Sam Steingold <sds@gnu.org>
21767
21768 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21769 variable (removed from compile.el on 2004-03-11).
21770
42e0a725
CY
217712009-07-20 Chong Yidong <cyd@stupidchicken.com>
21772
21773 * files.el (hack-local-variables-filter): Fix last change.
21774
2ee20f24
JL
217752009-07-19 Juri Linkov <juri@jurta.org>
21776
21777 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21778 (dir-local-variables-alist): New buffer-local variable.
21779 (hack-local-variables-filter): If variable is not dir-local,
21780 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21781 because file-local overrides dir-local.
3570691b 21782 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21783 Remove obsolete declaration.
21784 (hack-dir-local-variables): Add dir-local variable/value pair to
21785 `dir-local-variables-alist' and remove duplicates. Doc fix.
21786
21787 * help-fns.el (describe-variable): Add information about
21788 file-local and dir-local variables.
21789
89bf83cd
CY
217902009-07-19 Chong Yidong <cyd@stupidchicken.com>
21791
21792 * files.el (hack-local-variables-filter): Rewrite.
21793
1a8d3541
GM
217942009-07-19 Glenn Morris <rgm@gnu.org>
21795
d9e8a018
GM
21796 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21797 Silence compiler by only defining on XEmacs.
21798
da332cfb
GM
21799 * international/mule.el (auto-coding-regexp-alist): Only match
21800 BABYL... at the start of buffer, not of lines. (Bug#3790)
21801
1a8d3541
GM
21802 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21803 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21804 (cal-menu-context-mouse-menu): Doc fix.
21805
21806 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21807
21808 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21809
d842b103
JL
218102009-07-18 Juri Linkov <juri@jurta.org>
21811
21812 * info.el: Virtual Info keyword finder.
3570691b 21813 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21814 (Info-finder-file): New variable.
21815 (Info-finder-find-file): New function.
21816 (finder-known-keywords, finder-package-info)
21817 (find-library-name, lm-commentary): Use defvar and
21818 declare-function to silence compiler warnings.
21819 (Info-finder-find-node): New function.
21820 (info-finder): New command.
21821
21822 * subr.el (process-kill-buffer-query-function): New function.
21823 (add-hook)<kill-buffer-query-functions>: Add hook
21824 `process-kill-buffer-query-function'.
21825
10d37df7
AM
218262009-07-18 Alan Mackenzie <acm@muc.de>
21827
7b6fefac 21828 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21829 (c-postprocess-file-styles): Give invocation of `c-set-style'
21830 DONT-OVERRIDE parameter of t. Already set style variables will
21831 thus not be overridden by style settings given by `c-file-syle'.
21832
21833 * files.el (hack-local-variables-filter): Remove entries with
21834 duplicate keys from `file-local-variables-alist'.
21835
102e1a41
EZ
218362009-07-18 Eli Zaretskii <eliz@gnu.org>
21837
21838 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21839 x-set-selection if display-selections-p returns nil for the
21840 current frame.
21841
16f2e9fc
CY
218422009-07-18 Chong Yidong <cyd@stupidchicken.com>
21843
21844 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21845
f22693fc
EZ
218462009-07-18 Eli Zaretskii <eliz@gnu.org>
21847
a6c2c80c
EZ
21848 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21849 Accept nil in addition to a regexp.
21850 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21851 Accept nil in addition to a regexp.
21852 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21853 buffers that have an associated file. Handle nil values of
21854 desktop-buffers-not-to-save and desktop-files-not-to-save.
21855 (Bug#3833)
21856
f22693fc
EZ
21857 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21858 (x-disown-selection-internal): New functions.
21859
e456379a
NR
218602009-07-18 Nick Roberts <nickrob@snap.net.nz>
21861
21862 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21863 warning.
21864 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21865 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21866
0013b70f
CY
218672009-07-18 David De La Harpe Golden <david@harpegolden.net>
21868
21869 * simple.el (set-mark): Revert last change.
21870
0855c2ca
CY
218712009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21872
21873 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21874 rendering of pngs is not possible instead of messaging a long
21875 description.
21876
3f5c9cad
CY
218772009-07-17 David De La Harpe Golden <david@harpegolden.net>
21878
21879 * w32-fns.el (x-selection-owner-p): New function.
21880
21881 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21882 (mouse-yank-at-click, mouse-yank-primary):
21883 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21884 insertion.
3f5c9cad
CY
21885
21886 * simple.el (deactivate-mark, set-mark): Only save selection if we
21887 own it.
21888
1fc87f9b
KH
218892009-07-17 Kenichi Handa <handa@m17n.org>
21890
21891 * case-table.el (describe-buffer-case-table): Fix for the case
21892 that KEY is a cons.
21893
d56fdcd2
DN
218942009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21895
21896 * vc-rcs.el (vc-rcs-find-file-hook):
21897 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21898
bede3e9f
MA
218992009-07-16 Michael Albinus <michael.albinus@gmx.de>
21900
21901 * net/tramp.el (tramp-wait-for-output): Handle the case when
21902 commands do not return a newline but a null byte before the shell
21903 prompt. (Bug#3858)
21904
7653ca1d
YM
219052009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21906
21907 * term/ns-win.el (ns-set-alpha): Don't declare.
21908 (ns-set-background-alpha): Remove function.
21909
ed2a52e9
SM
219102009-07-16 Kevin Ryde <user42@zip.com.au>
21911
21912 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21913 y-or-n-p, for safety.
21914
7a907299
RS
219152009-07-16 Richard Stallman <rms@gnu.org>
21916
21917 * files.el (auto-save-mode): If buffer-saved-size is -2,
21918 don't clobber it.
21919
21920 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21921 (rmail-retry-ignored-headers): Add more uninteresting fields.
21922
c0db3477
CY
219232009-07-15 Jari Aalto <jari.aalto@cante.net>
21924
21925 * net/rcirc.el (rcirc): Use history variables.
21926 (rcirc-server-name-history, rcirc-nick-name-history)
21927 (rcirc-server-port-history): New variables.
21928
6c875452
KH
219292009-07-15 Kenichi Handa <handa@m17n.org>
21930
bf974dc9
KH
21931 * international/mule-cmds.el (set-language-environment-charset):
21932 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21933 ignore them.
21934
6c875452
KH
21935 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21936 Delete unibyte-display.
21937
2066b4fe
CY
219382009-07-15 Chong Yidong <cyd@stupidchicken.com>
21939
21940 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21941
f9be2e35
CY
219422009-07-15 Chong Yidong <cyd@stupidchicken.com>
21943
21944 * simple.el (deactivate-mark): Optional argument FORCE.
21945 (set-mark): Use deactivate-mark.
21946
21947 * info.el (Info-search): No need to check transient-mark-mode
21948 before calling deactivate-mark.
21949
21950 * select.el (x-set-selection): Doc fix.
21951 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
21952 (xselect--selection-bounds): Handle buffer values.
21953 Suggested by David De La Harpe Golden.
f9be2e35 21954
6a7662bb
BR
21955 * mouse.el (mouse-set-region, mouse-drag-track):
21956 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
21957 select-active-regions work.
21958
be3e598a 219592009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
21960
21961 * simple.el (deactivate-mark): If select-active-regions is
21962 non-nil, copy the selection data into a string.
21963 (activate-mark): If select-active-regions is non-nil, set the
21964 selection to the current buffer.
21965 (set-mark): Update selection if select-active-regions is non-nil.
21966
21967 * select.el (x-valid-simple-selection-p): Allow buffer values.
21968
cbd61418
SM
219692009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21970
21971 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21972 and more featureful message-mode.
21973
f470187f
CY
219742009-07-14 Chong Yidong <cyd@stupidchicken.com>
21975
21976 * select.el (x-set-selection): Doc fix.
21977 (x-valid-simple-selection-p): Disallow selection data consisting
21978 of a list or cons of integers, since that is not used.
21979 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21980 (xselect-convert-to-string, xselect-convert-to-length)
21981 (xselect-convert-to-filename, xselect-convert-to-charpos)
21982 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21983
bfc99364
DD
219842009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21985
21986 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21987 output in -break-info command (Emacs bug #3794).
21988
e32721f5
GM
219892009-07-14 Glenn Morris <rgm@gnu.org>
21990
1e46f9e4
GM
21991 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21992 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21993 (edebug-print-length, edebug-print-level, edebug-print-circle)
21994 (edebug-sit-for-seconds, edebug-view-outside)
21995 (edebug-bounce-point, edebug-set-global-break-condition)
21996 (edebug-Go-nonstop-mode, edebug-trace-mode)
21997 (edebug-Trace-fast-mode, edebug-continue-mode)
21998 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21999 (edebug-visit-eval-list): Doc fixes.
22000
e32721f5
GM
22001 * subr.el (def-edebug-spec): Doc fix.
22002
66a85e76
KH
220032009-07-14 Kenichi Handa <handa@m17n.org>
22004
22005 * international/characters.el: Fix setting of category ?C.
22006
28571246
JD
220072009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22008
7b6fefac 22009 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22010 ns-popup-font-panel instead of generate-fontset-menu.
22011
5d74672c
EZ
220122009-07-12 Eli Zaretskii <eliz@gnu.org>
22013
7b6fefac 22014 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22015
eb1727a4
CY
220162009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22017
22018 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22019 the PK\003\004 header (Bug#3770).
22020
208384c5
CY
220212009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22022
22023 * pcomplete.el (pcomplete-comint-setup): Check for
22024 shell-dynamic-complete-filename too.
22025
774409a1
CY
220262009-07-11 Chong Yidong <cyd@stupidchicken.com>
22027
22028 * simple.el (temporary-goal-column): Change the value for
22029 line-move-visual to a cons cell.
22030 (line-move-visual): Record or set the window hscroll, if
22031 necessary (Bug#3494).
22032 (line-move-1): Handle cons value of temporary-goal-column.
22033
1639ee1d
KH
220342009-07-11 Kenichi Handa <handa@m17n.org>
22035
22036 * international/mule-diag.el (describe-character-set): Don't show
22037 width.
22038
2b1d2412
SS
220392009-07-10 Sam Steingold <sds@gnu.org>
22040
22041 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22042 Omake sometimes indents the errors it prints, so allow all
22043 regexps to start with spaces.
22044
ed3a5691
EZ
220452009-07-10 Eli Zaretskii <eliz@gnu.org>
22046
ed2a52e9
SM
22047 * cus-edit.el (customize-changed-options-previous-release):
22048 Bump value to 22.1. (Bug#3804)
ed3a5691 22049
49405d0e
SS
220502009-07-08 Sam Steingold <sds@gnu.org>
22051
22052 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22053 to be a cons cell (test . ignored-directory) to selectively ignore
22054 some directories depending on the location of the search.
22055
93c3eb7c
MA
220562009-07-08 Michael Albinus <michael.albinus@gmx.de>
22057
22058 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22059 remote user is root, on the local host.
22060 (tramp-local-host-p): Either the local user or the remote user
22061 must be root. (Bug#3771)
22062
6f2a8484
NR
220632009-07-08 Nick Roberts <nickrob@snap.net.nz>
22064
22065 * progmodes/gdb-mi.el (gdb): Remove description of
22066 gdb-use-separate-io-buffer.
69cb8d82 22067 (menu): Don't allow toggling of or enable
6f2a8484
NR
22068 gdb-use-separate-io-buffer from menubar.
22069
88d03607
CY
220702009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22071
22072 * mail/unrmail.el (unrmail): Make sure the message ends with two
22073 newlines (Bug#3769).
22074
7ef5b8b2
GM
220752009-07-08 Glenn Morris <rgm@gnu.org>
22076
22077 * calendar/calendar.el (calendar-current-date): Rework previous change.
22078
3ce82f97
GM
220792009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22080
22081 * calendar/calendar.el (calendar-current-date):
22082 Add an optional argument giving an offset from today.
22083
f35fc841
GM
220842009-07-08 Glenn Morris <rgm@gnu.org>
22085
22086 * tutorial.el (tutorial--describe-nonstandard-key):
22087 Adjust the message for when a key has been unbound.
22088 (help-with-tutorial): Hide the arch-tag.
22089
40149292
KH
220902009-07-08 Kenichi Handa <handa@m17n.org>
22091
69cb8d82
KH
22092 * international/fontset.el (setup-default-fontset): For each
22093 script, append (not set) font-specs.
22094
40149292
KH
22095 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22096 docstring.
22097
ff0c4194
NR
220982009-07-08 Nick Roberts <nickrob@snap.net.nz>
22099
22100 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22101 -data-list-register-names to ...
22102 (gdb-starting): ... here because GDB 7.0 requires execution to
22103 have started when using this MI command.
22104 (gdb-set-header): New function to distinguish select and
22105 unselected tabs in gdb buffers.
22106 (gdb-propertize-header): New macro that uses gdb-set-header.
22107 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22108 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22109
8954c675
CY
221102009-07-07 Chong Yidong <cyd@stupidchicken.com>
22111
22112 * Makefile.in (ELCFILES): Remove fadr.elc.
22113
0996385d
DD
221142009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22115
dc6b4519
DD
22116 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22117 may contain frame information, so `string-match' should be used.
22118 (gdb-update): Disassembly is invalidated through
22119 `gdb-get-selected-frame'.
22120 (gdb-pad-string): New function to pad string with spaces.
22121 (gdb-invalidate-disassembly): Invalidate only if the buffer
22122 exists.
22123 (gdb-disassembly-handler-custom): Column alignment.
22124 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22125 placing new ones.
22126 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22127 end of line, too.
22128 (gdb-frame-handler): Match convention to for disassembly buffer
22129 mode name.
17c1380b 22130 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22131 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22132 not highlight breakpoints without line information.
69a197a2 22133 (gdb-input): Add trailing newline to command.
dc6b4519 22134
14340b25
DD
22135 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22136 buffer properly.
22137 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22138 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22139 now.
22140 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22141 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22142 to place breakpoints.
14340b25
DD
22143 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22144 functions.
22145 (gdb-disassembly-handler-custom): Show overlay arrow.
22146 (gdb-disassembly-place-breakpoints): Show breakpoints in
22147 disassembly buffer.
22148 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22149 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22150 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22151 in `gud-menu-map'.
14340b25 22152
38d4f316 22153 * fadr.el: Remove.
1f2a6224 22154
7b6fefac 22155 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22156 (gdb-memory-address): New variable which holds top address of
7b6fefac 22157 memory page shown in memory buffer.
6a7662bb
BR
22158 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22159 New customization variables.
0996385d
DD
22160 New functions:
22161 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22162 display the memory buffer.
22163 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22164 buffer display parameters.
22165 (def-gdb-memory-format, gdb-memory-format-binary)
22166 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22167 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22168 Functions for setting memory buffer format.
22169 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22170 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22171 unit size used in memory buffer.
6a7662bb
BR
22172 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22173 Switch to next/previous page of memory buffer.
28d67a53 22174 Now using (bindat-get-field) instead of fadr functions.
0996385d 22175
9ba562d3
SS
221762009-07-07 Sam Steingold <sds@gnu.org>
22177
22178 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22179 non-top-level files.
22180
a43977db
KH
221812009-07-07 Kenichi Handa <handa@m17n.org>
22182
6a7662bb
BR
22183 * international/mule-cmds.el (reset-language-environment):
22184 Put the highset priority to the charset iso-8859-1.
a43977db 22185
d44d05e8
CY
221862009-07-06 Chong Yidong <cyd@stupidchicken.com>
22187
22188 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22189 to the end of the line when locating the block (Bug#700).
22190
3e2fa353
MA
221912009-07-06 Michael Albinus <michael.albinus@gmx.de>
22192
22193 * net/tramp.el (tramp-handle-write-region): Flush file properties
22194 in case of short track.
22195
be3e598a 221962009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22197
bf0b361c
JB
22198 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22199 Coded custom representation of verilog error regular expressions
22200 to work with Emacs-22's new format.
d88782c3 22201 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22202 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22203 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22204 error recognition into XEmacs.
22205 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22206 error recognition into Emacs-22.
22207
25c6f63e
CY
222082009-07-06 Chong Yidong <cyd@stupidchicken.com>
22209
22210 * woman.el: Remove stand-alone closing parentheses.
22211 (woman-file-name, woman2-format-paragraphs)
22212 (woman-leave-blank-lines): Code cleanup.
22213 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22214 (woman-italic, woman-bold, woman-unknown, woman-addition):
22215 Change defaults to inherit from default faces.
25c6f63e
CY
22216 (woman2-process-escapes): Consume the newline after a stand-alone
22217 filler character (Bug#3651).
22218
f176290e
GM
222192009-07-06 Glenn Morris <rgm@gnu.org>
22220
22221 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22222 (top-level): Move provide to the end.
22223 (ffap): Remove defunct URL from custom group.
22224
22225 * subr.el (eval-after-load): Doc fix.
22226
7b6fefac 222272009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22228
22229 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22230 `calc-embedded-word' is called twice.
22231
4b8b1ec5
SM
222322009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * files.el (find-alternate-file-other-window, find-alternate-file):
22235 Obey confirm-nonexistent-file-or-buffer.
22236
d6ceb380
MA
222372009-07-05 Michael Albinus <michael.albinus@gmx.de>
22238
22239 * dired-aux.el (dired-show-file-type): Handle remote files.
22240
be3e598a 222412009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22242
4b8b1ec5
SM
22243 * desktop.el (desktop-globals-to-save):
22244 Add file-name-history (Bug#2750).
c760f19e 22245
6d00ce04
CY
222462009-07-05 Chong Yidong <cyd@stupidchicken.com>
22247
4b8b1ec5 22248 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22249
6ee21b07
JB
222502009-07-04 Johan Bockgård <bojohan@gnu.org>
22251
22252 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22253 property on entire argument since this is what eshell-lisp-command
22254 expects.
22255
f0dbdc25
MA
222562009-07-03 Michael Albinus <michael.albinus@gmx.de>
22257
22258 * net/tramp-gvfs.el (tramp-gvfs-methods)
22259 (tramp-gvfs-zeroconf-domain)
22260 (tramp-bluez-discover-devices-timeout): Add version flag.
22261 (tramp-gvfs-handler-mounted-unmounted)
22262 (tramp-gvfs-connection-mounted-p): Polish handling of
22263 incompatibilities between GVFS 0.2 and 1.0.
22264
e044e4fc
JD
222652009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22266
4b8b1ec5 22267 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22268
2e9b968b
JB
222692009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22270
bf0b361c 22271 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22272 formatted correctly.
22273
baf1a55e
JL
222742009-07-02 Juri Linkov <juri@jurta.org>
22275
22276 * info.el: Virtual Info files and nodes.
22277 (Info-virtual-files, Info-virtual-nodes): New variables.
22278 (Info-current-node-virtual): New variable.
22279 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22280 New functions.
22281 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22282 to check for a virtual file instead of checking a fixed list
22283 of node names.
22284 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22285 instead of ad-hoc processing of "dir" and (apropos history toc).
22286 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22287 instead of ad-hoc processing of "dir" and (apropos history toc).
22288 Reread a file when moving from a virtual node.
22289 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22290 (Info-directory-toc-nodes, Info-directory-find-file)
22291 (Info-directory-find-node): New functions.
22292 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22293 (Info-history): Move part of code to
22294 `Info-history-find-node'.
22295 (Info-history-toc-nodes, Info-history-find-file)
22296 (Info-history-find-node): New functions.
22297 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22298 (Info-toc): Move part of code to `Info-toc-find-node'.
22299 (Info-toc-find-node): New function.
4b8b1ec5 22300 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22301 the current Info file name to references because now the node
22302 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22303 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22304 (Info-toc-nodes): Rename input argument `file' to `filename'.
22305 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22306 instead of ad-hoc processing of ("dir" apropos history toc).
22307 (Info-index-nodes): Use Info-virtual-file-p
22308 to check for a virtual file instead of checking a fixed list
22309 of node names.
22310 (Info-index-node): Add check for `Info-current-node-virtual'.
22311 Raise `save-match-data' higher up the tree to contain
22312 `search-forward' too (bug fix).
22313 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22314 (Info-virtual-index-nodes): New variable.
22315 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22316 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22317 (Info-apropos-file, Info-apropos-nodes): New variables.
22318 (Info-apropos-toc-nodes, Info-apropos-find-file)
22319 (Info-apropos-find-node, Info-apropos-matches): New functions.
22320 (info-apropos): Move part of code to `Info-apropos-find-node' and
22321 `Info-apropos-matches'.
22322 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22323 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22324 for a virtual file instead of checking a fixed list of node names.
22325
22326 * simple.el (async-shell-command): New command.
22327
22328 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22329
22330 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22331 instead of `mount-info'.
22332
d04bc496
MA
223332009-07-02 Michael Albinus <michael.albinus@gmx.de>
22334
22335 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22336 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22337
af0403e0
KH
223382009-07-02 Kenichi Handa <handa@m17n.org>
22339
22340 * international/mule.el (set-keyboard-coding-system): Force *-unix
22341 coding-system to avoid eol conversion.
22342
99278f8a
MA
223432009-07-01 Michael Albinus <michael.albinus@gmx.de>
22344
4b8b1ec5
SM
22345 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22346 Add handler for `process-file', `shell-command' and
99278f8a
MA
22347 `start-file-process'.
22348 (tramp-gvfs-handle-shell-command)
22349 (tramp-gvfs-handle-start-file-process)
22350 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22351 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22352
3f1c6666
JD
223532009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22354
22355 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22356
3f396bac
KH
223572009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22358
22359 * language/korean.el (set-language-info-alist): Add korean-cp949,
22360 cp949 to spec.
22361
c1185193
KH
223622009-07-01 Kenichi Handa <handa@m17n.org>
22363
22364 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22365
22366 * international/encoded-kb.el: Deleted.
22367
22368 * international/mule.el (set-keyboard-coding-system): Perform the
22369 necessary setup here instead of calling encoded-kbd-setup-display.
22370
3f150a60
GM
223712009-07-01 Glenn Morris <rgm@gnu.org>
22372
22373 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22374
b0d5b05b
GM
223752009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22376
22377 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22378
4f4126e6
MA
223792009-06-30 Michael Albinus <michael.albinus@gmx.de>
22380
4b8b1ec5
SM
22381 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22382 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22383 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22384
7ae3ea65 22385 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22386 (top): Add a default for "synce" in `tramp-default-user-alist'.
22387 Add completion function for "synce" method.
22388 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22389 (tramp-hal-interface-manager, tramp-hal-interface-device):
22390 New defconst.
22391 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22392 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22393 New defuns.
d6ceb380
MA
22394
22395 * net/trampver.el: Update release number.
7ae3ea65 22396
0ad6626b
KH
223972009-06-30 Kenichi Handa <handa@m17n.org>
22398
22399 * international/fontset.el (setup-default-fontset): Add CJK fonts
22400 for symbols and the other miscellaneous characters.
22401
4b8b1ec5
SM
22402 * language/korea-util.el (setup-korean-environment-internal):
22403 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22404 (exit-korean-environment): Cancel above.
22405
22406 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22407 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22408 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22409 environments, and an exit-function to cancel that.
22410
22411 * language/japan-util.el (setup-japanese-environment-internal):
22412 Call use-cjk-char-width-table with arg `ja_JP'.
22413
22414 * international/characters.el (cjk-char-width-table): Delete it.
22415 (cjk-char-width-table-list): New variable.
22416 (use-cjk-char-width-table): New arg local-name.
22417 (use-default-char-width-table): Fix for the case that Emacs is
22418 already using the default char-width-table.
22419
fd46e893
MA
224202009-06-29 Michael Albinus <michael.albinus@gmx.de>
22421
22422 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22423 modes mandatory. (Bug#3712)
22424
b87d9f96
AM
224252009-06-29 Alan Mackenzie <acm@muc.de>
22426
22427 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22428 correction between the visible width of TABs and their number of bytes.
b87d9f96 22429
2d25aa5a
CY
224302009-06-29 Chong Yidong <cyd@stupidchicken.com>
22431
22432 * server.el (server-buffer-done): Prevent kill-buffer from
22433 prompting by clearing the buffer modification flag (Bug#3696).
22434
a3a8b002
DN
224352009-06-28 Michael McNamara <mac@mail.brushroad.com>
22436
bf0b361c 22437 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22438 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22439 (verilog-basic-complete-re): Support localparam lineup.
22440 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22441 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22442 commenting.
22443 (verilog-leap-to-case-head): Now support *nested* unique &
22444 priority case statements.
22445 (verilog-auto-lineup): Make just declarations the default (as it
22446 had been).
4b8b1ec5 22447 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22448 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22449 select the various styles of automatic lineup.
a3a8b002
DN
22450 (verilog-error-regexp-alist): Rework to support the XEmacs style
22451 of error regular expressions from compilers, lint tools &
22452 simulators. Note that GNU Emacs has made it impossible for a mode
22453 to load such things.
22454 (electric-verilog-terminate-line, verilog-indent-declaration)
22455 (verilog-auto-wiure): Rework for radio button selection of
22456 auto-lineup selection of specification of auto lineup.
22457 (verilog-beg-of-statement-1): Redesign to support proper operation
22458 in additional code, based on testing with auto-lineup.
22459 (verilog-calculate-indent, assignments & declarations)
22460 (verilog-backward-token): Enhance to support auto-lineup of
22461 assignments & declarations.
22462 (verilog-in-directive-p, verilog-at-struct-p): New function for
22463 easy test of whether we are.
22464 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22465 to support safe execution at almost anyline.
22466 (verilog-calc-1): Properly support indenting deep inside generate
22467 blocks.
48c2d18a 22468 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22469 as it is redundant with font-lock-defaults.
a8f316ca 22470 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22471 to avoid circular calls if syntax-ppss is a function (as is the
22472 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22473 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22474 (verilog-ovm-begin-re, verilog-ovm-end-re)
22475 (verilog-ovm-statement-re, verilog-leap-to-head)
22476 (verilog-backward-token): Add support for OVM macros. Some are
22477 complete statements, and others open and close scopes like begin
22478 and end.
22479 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22480 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22481 compilation issue.
48c2d18a 22482 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22483 coverpoint, constraint and cross statements.
a3a8b002
DN
22484 (verilog-defun-level-list, verilog-generate-defun-level-list)
22485 (verilog-all-defun-level-list): Redo these specifications - it is
22486 too hard to support eval-when compile aggregation of lists also
22487 built at when-compile time.
22488 (verilog-defun-level-list): Place defconsts of variables used in
22489 building regular expressions which are built in eval-when-compile
22490 bodies in the same eval-when-compile body to facilitate compile
22491 without load.
22492 (verilog-beg-block-re-ordered): Support indenting
22493 virtual/protected tasks and functions.
7b6fefac 22494 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22495 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22496 indentation of some module items (generate items).
22497 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22498 across virtual/protected tasks and functions.
22499
225002009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22501
bf0b361c 22502 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22503 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22504 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22505 in concatenations. Reported by Yishay Belkind.
22506 (verilog-auto-ascii-enum): Support one-hot state machines in
22507 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22508 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22509 modport in AUTOINST and add vl-modport for users.
22510 Reported by David Rogoff.
a3a8b002
DN
22511 (verilog-auto-inout-module, verilog-auto-inst)
22512 (verilog-decls-get-interfaces, verilog-insert-definition)
22513 (verilog-insert-one-definition, verilog-read-decls)
22514 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22515 (verilog-sig-modport, verilog-signals-combine-bus)
22516 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22517 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22518 Suggested by David Rogoff.
22519 (verilog-repair-open-comma): Fix non-insertion of comma when
22520 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22521 (verilog-make-width-expression): Simplify [A-1:0] expression
22522 widths to just {A{1'b0}}.
22523 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22524 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22525 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22526 inputs/outputs or data type. Suggested by Vasu Kandadi.
22527 (next-error-last-buffer): Fix byte-compiler warning.
22528 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22529 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22530 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22531 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22532 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22533 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22534 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22535 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22536 causing use of <= assignments. Reported by Alex Reed.
22537 (verilog-read-decls): Fix triand, trior, wand, wor to be
22538 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22539 (verilog-extended-complete-re): Support import "DPI-C" functions.
22540 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22541 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22542 (verilog-insert-date, verilog-insert-year)
22543 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22544 Windows systems. Reported by Michael Potts.
22545 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22546 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22547 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22548 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22549 (verilog-read-decls): Fix detecting "parameter int" when using
22550 AUTOINSTPARAM. Reported by Bruce T.
22551 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22552 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22553 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22554 verilog-goto-defun will work. Reported by Lawrence Butcher.
22555 (verilog-getopt): Expand environment variables in -f file
22556 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22557 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22558 when reading enumerations.
22559 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22560 Suggested by Stephen Peltan.
4b8b1ec5 22561 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22562 files. Reported by Steve Peltan.
22563
f7c0d931
CY
225642009-06-28 David De La Harpe Golden <david@harpegolden.net>
22565
22566 * files.el (trash-directory): Fix defcustom type.
22567
baf1a55e 225682009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22569
22570 * help-fns.el (describe-function-1): Correctly locate adviced
22571 functions in hyperlink (Bug#2438).
22572
d63a01ef
CY
225732009-06-28 Chong Yidong <cyd@stupidchicken.com>
22574
22575 * files.el (trash-directory): Change default to nil.
22576 (move-file-to-trash): If trash-directory is nil and
22577 system-move-file-to-trash is unbound, perform freedesktop-style
22578 trashing.
22579
225802009-06-28 David De La Harpe Golden <david@harpegolden.net>
22581
22582 * files.el (move-file-to-trash): Add freedesktop trash
22583 support (Bug#973).
22584
fc2f6a26
GM
225852009-06-28 Glenn Morris <rgm@gnu.org>
22586
22587 * autorevert.el (global-auto-revert-non-file-buffers)
22588 (global-auto-revert-mode): Doc fixes.
22589
00242b07
JB
225902009-06-27 Johan Bockgård <bojohan@gnu.org>
22591
22592 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22593
f5594f03
CY
225942009-06-27 Chong Yidong <cyd@stupidchicken.com>
22595
e8a2b2da
CY
22596 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22597 opened an X connection before calling x-get-resource (Bug#3194).
22598
f5594f03
CY
22599 * play/doctor.el: Remove reference to obsolete website.
22600 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22601
3c3bf6ce
DN
226022009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22603
22604 Remove find-file-not-found-hook VC method. (Bug#2757)
22605 * vc-hooks.el (vc-file-not-found-hook)
22606 (vc-default-find-file-not-found-hook): Remove functions.
22607 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22608 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22609 * vc.el:
22610 * vc-hg.el:
22611 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22612
e26a7bc0
AM
226132009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22614
22615 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22616 compatibility function for `looking-back'.
e26a7bc0 22617
4b8b1ec5 22618 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22619 Use `ispell-looking-back'.
e26a7bc0 22620
d9848600
MA
226212009-06-24 Michael Albinus <michael.albinus@gmx.de>
22622
22623 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22624 rather than `filename'.
d9848600 22625
05fbc4a9
MB
226262009-06-23 Miles Bader <miles@gnu.org>
22627
22628 * face-remap.el (text-scale-set): New function.
22629
f86ca715
GM
226302009-06-23 Glenn Morris <rgm@gnu.org>
22631
33e2c2e5
GM
22632 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22633
f529f302
GM
22634 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22635
34995333
GM
22636 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22637
cc80ccee
GM
22638 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22639
84cb770d
GM
22640 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22641 Simplify Persian conditionals.
22642
d916c965
GM
22643 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22644 variable `filename'.
22645
b6a44b27
GM
22646 * comint.el (comint-insert-input): Doc fix.
22647
f86ca715
GM
22648 * Makefile.in (ELCFILES): Fix typo in previous change.
22649
666e158e
MB
226502009-06-23 Miles Bader <miles@gnu.org>
22651
22652 * cus-start.el: Add entry for `recenter-redisplay'.
22653
be3e598a 226542009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22655
22656 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22657 Add an optional argument for the backend, use it instead of
22658 calling vc-backend.
4b8b1ec5
SM
22659 (vc-mode-line): Add an optional argument for the backend.
22660 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22661 special handling for vc-state being a buffer to ...
22662
22663 * vc-rcs.el (vc-rcs-find-file-hook):
22664 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22665
22666 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22667 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22668 vc-stay-local-p and vc-mode-line calls.
22669
22670 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22671 (vc-cvs-diff, vc-cvs-annotate-command)
22672 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22673 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22674 vc-mode-line calls.
22675
22676 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22677 direct comparison.
22678 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22679 backend when calling vc-mode-line.
22680 (vc-register): Do not create a closure for calling the vc register
22681 function, call it directly.
22682
2764748c
DN
226832009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22684
22685 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22686 to make it obvious item can be clicked.
f5a0b281
DN
22687
22688 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22689
d4a885b2
KH
226902009-06-23 Kenichi Handa <handa@m17n.org>
22691
22692 * language/korea-util.el (korean-key-bindings): Change the binding
22693 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22694 same command.
22695
e3610693
MA
226962009-06-22 Michael Albinus <michael.albinus@gmx.de>
22697
22698 Sync with Tramp 2.1.16.
22699
22700 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22701
22702 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22703 when a loading of a package fails. Completion function for rsync
22704 is `tramp-completion-function-alist-ssh'.
22705 (all): Replace all calls of `split-string' and
22706 `tramp-split-string' by `tramp-compat-split-string'.
22707 (tramp-default-method): Use `tramp-compat-process-running-p'.
22708 (tramp-default-proxies-alist): Allow also Lisp forms.
22709 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22710 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22711 (tramp-domain-regexp): Allow also "-", "_" and ".".
22712 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22713 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22714 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22715 (tramp-handle-directory-files-and-attributes-with-stat):
22716 Care about filenames with spaces, or starting with "-".
e3610693
MA
22717 (tramp-handle-dired-uncache): New defun.
22718 (tramp-handle-insert-directory): Don't flush the directory from
22719 cache, this is handled by `dired-uncache' now.
22720 (tramp-handle-insert-file-contents): Improve error handling.
22721 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22722 Quote `tramp-end-of-output'.
22723 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22724 (tramp-check-for-regexp): Both echoes must be present, before removing.
22725 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22726 (tramp-compute-multi-hops): Eval cons cells of
22727 `tramp-default-proxies-alist'.
22728 (tramp-maybe-open-connection): Use the same command pattern for
22729 first hop and further hops.
22730 (tramp-wait-for-output): Remove handling of newlines.
22731 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22732 (tramp-split-string): Remove function. It is handled in
22733 tramp-compat now.
22734
4b8b1ec5
SM
22735 * net/tramp-cmds.el (tramp-bug):
22736 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22737
22738 * net/tramp-compat.el (tramp-compat-split-string)
22739 (tramp-compat-process-running-p): New defuns.
22740
22741 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22742 for `dired-uncache'.
22743
22744 * net/tramp-gvfs.el: New package.
22745
4b8b1ec5
SM
22746 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22747 Add handler for `dired-uncache'.
e3610693
MA
22748 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22749
22750 * net/trampver.el: Update release number. Make version check fit
22751 for SXEmacs 22.
22752
13a3f374
JM
227532009-06-22 Jim Meyering <meyering@redhat.com>
22754
e0a28a3b 22755 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22756 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22757 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22758
5242671e 227592009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22760 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22761
e0a28a3b 22762 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22763 repository (http://sphinx.net.ru/hg/gdb-mi/).
22764
3fde45af
GM
227652009-06-22 Glenn Morris <rgm@gnu.org>
22766
46253b34
GM
22767 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22768 `mode' and `eval' entries. (Bug#3430)
22769
97e18192
GM
22770 * Makefile.in (ELCFILES): Add fadr.elc.
22771
731a00fb
GM
22772 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22773 differing behavior of \n and ^ in strings. (Bug#3385)
22774
c66cd0ff
GM
22775 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22776
3fde45af
GM
22777 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22778 property.
22779 (lisp-indent-function): Make it a defcustom.
22780
db2241a0
NR
227812009-06-21 Nick Roberts <nickrob@snap.net.nz>
22782
22783 * progmodes/gdb-ui.el: Replace with ...
5242671e 22784 * progmodes/gdb-mi.el: ... this file.
db2241a0 22785 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22786
227872009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22788
db2241a0
NR
22789 * fadr.el: New file.
22790
38d4f316 22791See ChangeLog.14 for earlier changes.
e3d51b27
MR
22792
22793;; Local Variables:
22794;; coding: utf-8
e3d51b27
MR
22795;; End:
22796
73b0cd50 22797 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22798
22799 This file is part of GNU Emacs.
22800
22801 GNU Emacs is free software: you can redistribute it and/or modify
22802 it under the terms of the GNU General Public License as published by
22803 the Free Software Foundation, either version 3 of the License, or
22804 (at your option) any later version.
22805
22806 GNU Emacs is distributed in the hope that it will be useful,
22807 but WITHOUT ANY WARRANTY; without even the implied warranty of
22808 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22809 GNU General Public License for more details.
22810
22811 You should have received a copy of the GNU General Public License
22812 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.