Fix previous gdb-mi fix...
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
13522cb4
GM
12011-03-09 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
4 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
5
515de2e3
CY
62011-03-08 Chong Yidong <cyd@stupidchicken.com>
7
8 * emacs-lisp/package.el (package-refresh-contents)
9 (package-menu-execute): Use condition-case-no-debug.
10
b511b994
MA
112011-03-08 Michael Albinus <michael.albinus@gmx.de>
12
13 * simple.el (shell-command-to-string): Use `process-file'.
14
15 * emacs-lisp/package.el (package-tar-file-info): Handle also
16 remote files.
17
18 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
19 `equal' for upload base check.
20
25bbfb31
AM
212011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
22
23 * textmodes/texinfo.el (texinfo-environments):
24 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
25
be996521
GM
262011-03-08 Glenn Morris <rgm@gnu.org>
27
e9c8529f
GM
28 * cus-start.el (cursor-in-non-selected-windows):
29 Fix :set quoting oddness. (Bug#8192)
30
be996521
GM
31 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
32 in some setf expressions. (Bug#2159)
33
2bb5649e
CY
342011-03-08 Chong Yidong <cyd@stupidchicken.com>
35
36 * custom.el (custom-available-themes): Return themes in
37 alphabetical order.
38
7600cf45
CY
392011-03-07 Chong Yidong <cyd@stupidchicken.com>
40
41 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
42 application of patch from Alan Mackenzie (Bug#7595).
43
fa7062f6
DD
442011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
45
46 * net/rcirc.el (rcirc-connect): Fix PASS bug.
47
619f4b62
GM
482011-03-07 Glenn Morris <rgm@gnu.org>
49
50 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 51 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 52
e63e9234
ER
532011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
54
55 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
56 Add optional `after-sunset' argument. (Bug#8190)
57
16130297
AH
582011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
59
60 * play/morse.el (nato-alphabet, nato-region, denato-region):
61 New variable and functions. (Bug#2288)
f72c1fd6 62 (morse-region, unmorse-region): Barf if read-only.
16130297 63
2b0787b3
SM
642011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * progmodes/gud.el (gdb-script-syntax-propertize-function):
67 Don't change the syntax of a \n that closes a comment (bug#8169).
68
5c69cb2c
CY
692011-03-06 Chong Yidong <cyd@stupidchicken.com>
70
71 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
72 defcustom.
73 (package--update-file): Doc fix. Accept relative file names.
74 (package--archive-contents-from-file): Remove the argument, since
75 it's necessarily always "archive-contents".
76 (package-maint-add-news-item): Pass relative file name args to
77 package--update-file.
78 (package-upload-buffer-internal): Prompt for a destination if
79 package-archive-upload-base is invalid. Create the directory if
80 it does not exist.
81 (package-upload-buffer, package-upload-file): Doc fix.
82
892777ba
CY
832011-03-06 Chong Yidong <cyd@stupidchicken.com>
84
85 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
86 and move isearch-yank-line to M-s C-e (Bug#8183).
87
9d1f0f55
AM
882011-03-06 Alan Mackenzie <acm@muc.de>
89
90 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
91 (c-guess-basic-syntax): Move CASE 19 to a different place,
92 correctly to process template-args-cont lines.
9d1f0f55 93
479a2c9b
JB
942011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
95
2b0787b3
SM
96 * calc/calc-ext.el (calc-init-extensions):
97 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
98 and calc-nplevel, respectively. Add keybindings for calc-spn,
99 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
100 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
101
102 * calc/calc-units.el (calc-dblevel): Rename from
103 calc-logunits-dblevel.
104 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
105 (math-midi-round, math-freqp, math-midip, math-spnp)
106 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
107 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
108 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
109 (math-notes): New variable.
110
111 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 112
f561e49a
CY
1132011-03-06 Chong Yidong <cyd@stupidchicken.com>
114
115 * emacs-lisp/package.el (package-archives): Accept either ordinary
116 directory names, in addition to HTTP URLs.
117 (package--with-work-buffer): New macro. Handle normal directories.
118 (package-handle-response): Don't display the failing buffer.
119 (package-download-single, package-download-tar)
120 (package--download-one-archive): Use package--with-work-buffer.
121 (package-archive-base): Rename from package-archive-url.
122
79a0fb58
GM
1232011-03-06 Glenn Morris <rgm@gnu.org>
124
125 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
126 (xmodmap-generic-mode): Respect generic-extras-enable-list.
127
ffd0a502
DC
1282011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
129
130 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
131
01c35094
JB
1322011-03-06 Juanma Barranquero <lekktu@gmail.com>
133
134 * allout.el (allout-init, allout-prefixed-keybindings)
135 (allout-unprefixed-keybindings):
136 * progmodes/prolog.el (prolog-find-term):
137 Fix typos in docstrings.
138
509742cc
NS
1392011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
140
141 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
142
14369ab3
KR
1432011-03-06 Kevin Ryde <user42@zip.com.au>
144
145 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
146
aa248733
MS
1472011-03-06 Michael Shields <shields@msrl.com> (tiny change)
148
149 * window.el (one-window-p, walk-windows, display-buffer):
150 Doc fixes. (Bug#5567)
151
da0275f8
JB
1522011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
153
154 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
155 of the variable if it exists.
156
845fc5e5
JB
1572011-03-06 Juanma Barranquero <lekktu@gmail.com>
158
159 * bookmark.el:
160 * desktop.el:
161 * emacs-lock.el:
162 * ps-print.el:
163 * saveplace.el:
164 * net/tramp-cache.el:
01c35094 165 * obsolete/fast-lock.el:
845fc5e5
JB
166 * textmodes/reftex.el:
167 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
168
7e27ce9c
AL
1692011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
170
01c35094
JB
171 * files.el (delete-directory, copy-directory, list-directory):
172 Use read-directory-name.
7e27ce9c
AL
173
174 * find-file.el (ff-find-the-other-file):
175 * net/ange-ftp.el (ange-ftp-make-directory):
176 * printing.el (pr-interactive-dir):
177 * progmodes/ada-prj.el (ada-prj-load-directory):
178 * progmodes/ebnf2ps.el (ebnf-print-directory)
179 (ebnf-spool-directory, ebnf-eps-directory)
180 (ebnf-syntax-directory):
181 * shell.el (shell):
182 * speedbar.el (speedbar-create-directory):
183 * vc/emerge.el (emerge-merge-directories):
184 * vc/vc-dir.el (vc-dir):
185 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
186
d23ae2b0
CY
1872011-03-05 Chong Yidong <cyd@stupidchicken.com>
188
189 * help-mode.el (help-buffer): If we are to return the current
190 buffer, signal an error if it's not in Help mode (Bug#8147).
191
2de9cc1a
RT
1922011-03-05 Reuben Thomas <rrt@sc3d.org>
193
194 * files.el (file-name-version-regexp): Handle backup files of the
195 form `foo.js.~HEAD~1~' (Bug#8159).
196
81fb60b2
GM
1972011-03-05 Glenn Morris <rgm@gnu.org>
198
199 * eshell/esh-var.el: Don't require esh-test when compiling.
200 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
201 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 202 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 203
c5f09daf
DE
2042011-03-05 David Engster <deng@randomsample.de>
205
206 * files.el (save-some-buffers): Report the names of buffers saved
207 automatically due to buffer-save-without-query (Bug#8134).
208
77f63d30
DD
2092011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
210
211 * net/rcirc.el: Add QuakeNet authentication support.
212 (rcirc-authinfo, rcirc-check-auth-status)
213 (rcirc-authenticate): Support QuakeNet.
214
72d2c2e3
DD
2152011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
216
217 * net/rcirc.el: Add functionality to authenticate before
218 autojoining channels.
219 (rcirc-authenticate-before-join): New option.
220 (rcirc-authenticated-hook): New variable.
221 (rcirc-connect): Make local variable rcirc-user-authenticated.
222 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
223 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
224 New functions.
225 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
226 Call rcirc-check-auth-status.
72d2c2e3 227
d733e817
MA
2282011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
229
230 * net/soap-client.el (soap-namespace-put-link): Check if the target
231 name is fully qualified -- use only the name part.
232 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
233 types, treated the same as xsd:sequence. (Bug#8166)
234
3ae59fff
EZ
2352011-03-05 Eli Zaretskii <eliz@gnu.org>
236
237 * files.el (find-file-noselect): Don't ask about re-visiting
238 non-literally if the file is already visited in image-mode.
239 (Bug#8177)
240
a9eeff78
GM
2412011-03-05 Glenn Morris <rgm@gnu.org>
242
d783d303
GM
243 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
244 (eshell-mode): Use eshell-kill-buffer-function.
245 Run the -initialize functions independently of the -load-hooks.
246 * eshell/esh-proc.el (eshell-kill-process-function): New function.
247 (eshell-gather-process-output, eshell-sentinel)
248 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
249 Use eshell-kill-process-function.
250 * eshell/em-alias.el (eshell-alias-load-hook):
251 * eshell/em-banner.el (eshell-banner-load-hook):
252 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
253 * eshell/em-dirs.el (eshell-dirs-load-hook):
254 * eshell/em-glob.el (eshell-glob-load-hook):
255 * eshell/em-hist.el (eshell-hist-load-hook):
256 * eshell/em-pred.el (eshell-pred-load-hook):
257 * eshell/em-prompt.el (eshell-prompt-load-hook):
258 * eshell/em-rebind.el (eshell-rebind-load-hook):
259 * eshell/em-script.el (eshell-script-load-hook):
260 * eshell/em-smart.el (eshell-smart-load-hook):
261 * eshell/em-term.el (eshell-term-load-hook):
262 * eshell/em-unix.el (eshell-unix-load-hook):
263 * eshell/esh-arg.el (eshell-arg-load-hook):
264 * eshell/esh-cmd.el (eshell-cmd-load-hook):
265 * eshell/esh-ext.el (eshell-ext-load-hook):
266 * eshell/esh-io.el (eshell-io-load-hook):
267 * eshell/esh-mode.el (eshell-exit-hook):
268 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
269 * eshell/esh-var.el (eshell-var-load-hook):
270 Set default hook values to nil. (Bug#5375)
271
4a0f18a8
GM
272 * eshell/esh-module.el (eshell-module-unload-hook)
273 (eshell-modules-list): Remove leading * from defcustom docs.
274
a9eeff78
GM
275 * eshell/esh-util.el (eshell-for): Make it obsolete.
276 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
277 * eshell/em-dirs.el (eshell-save-some-last-dir):
278 * eshell/em-hist.el (eshell-save-some-history)
279 (eshell-hist-parse-modifier):
280 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
281 (eshell-ls-entries):
282 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
283 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
284 (eshell/which):
285 * eshell/esh-ext.el (eshell-find-interpreter):
286 * eshell/esh-mode.el (eshell-mode):
287 * eshell/esh-module.el (eshell-unload-extension-modules):
288 * eshell/esh-proc.el (eshell-process-interact):
289 * eshell/esh-test.el (eshell-test):
290 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
291 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
292 (eshell-variables-list):
293 * eshell/eshell.el (eshell-unload-all-modules):
294 Replace eshell-for with dolist.
295
85a55d38
GM
2962011-03-04 Glenn Morris <rgm@gnu.org>
297
298 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
299
38c179c9
TT
3002011-03-04 Tom Tromey <tromey@redhat.com>
301
302 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
303
732795fa
GM
3042011-03-04 Glenn Morris <rgm@gnu.org>
305
015bea8f
GM
306 * outline.el (outline-regexp): No longer allow nil.
307 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
308
9d982739
GM
309 * net/browse-url.el (browse-url):
310 Handle deleted default-directory. (Bug#6077)
311
732795fa
GM
312 * recentf.el (recentf-include-p): In case of a buggy predicate,
313 err on the side of including, not excluding. (Bug#5843)
314
d6ffd3f8
JB
3152011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
316
317 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
318 variables as units.
319
a918ed9b
BR
3202011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
321
322 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
323 if there is no node. (Bug#3261)
324
fc0e9092
LL
3252011-03-04 Leo <sdl.web@gmail.com>
326
0a5cb52b
LL
327 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
328
fc0e9092
LL
329 * time.el (display-time-world-list): Fix typo. (Bug#7571)
330
a65112fb 3312011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
332
333 * cus-edit.el (custom-buffer-create-internal):
334 Split search string before passing it to `customize-apropos' (bug#8136).
335
3191adaf
DA
3362011-03-04 Drew Adams <drew.adams@oracle.com>
337
338 * image-dired.el (image-dired-cmd-read-exif-data-options):
339 Fix typo in docstring (bug#8156).
340
fcd8ed1d
DD
3412011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
342
343 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
344
de69c0a8
CO
3452011-03-03 Christian Ohler <ohler@gnu.org>
346
347 * emacs-lisp/ert.el (ert--explain-equal): New function.
348 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
349 All callers changed.
350 (ert--explain-equal-including-properties): Renamed from
351 `ert--explain-not-equal-including-properties'. All callers
352 changed.
353
7c0d1441
CO
3542011-03-03 Christian Ohler <ohler@gnu.org>
355
356 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
357 (ert-char-for-test-result, ert-string-for-test-result)
358 (ert-run-tests-batch, ert--print-test-for-ewoc):
359 Handle `ert-test-quit'.
360
31128af6
DA
3612011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
362
363 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
364 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
365
06083aa1
GM
3662011-03-03 Glenn Morris <rgm@gnu.org>
367
368 * files.el (file-truename): Doc fix. (Bug#2341)
369
c7a74801
BR
3702011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
371
01c35094 372 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 373
614b85f8
VJ
3742011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
375
376 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
377 programs output backslashes. (Bug#7663)
378
f96dc50f
GM
3792011-03-03 Glenn Morris <rgm@gnu.org>
380
fb532fe8
GM
381 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
382 (mail-mode): Remove mail-sent-via from the doc.
383 (mail-sent-via): Make it obsolete. (Bug#1776)
384
a915d7a1
GM
385 * progmodes/grep.el (grep-highlight-matches): Doc fix.
386 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
387
f96dc50f
GM
388 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
389 with no parents. (Bug#8025)
390
71f8b7ed
G
3912011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
392
393 * password-cache.el (password-in-cache-p): Add autoload.
394
8889f4e2
GM
3952011-03-02 Glenn Morris <rgm@gnu.org>
396
3ab7ebb9
GM
397 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
398 * dired-x.el (Man-support-local-filenames): Autoload it.
399 (dired-guess-shell-alist-default): Also handle Red Hat's man.
400
2777ccbf
GM
401 * dired-x.el (dired-default-directory-alist, dired-default-directory):
402 Mark as obsolete.
403 (dired-smart-shell-command): Just call dired-current-directory.
404
5dedeef2
GM
405 * dired-x.el (dired-jump-other-window): Add autoload.
406 (dired-default-directory-alist, dired-default-directory): Doc fixes.
407 (dired-default-directory-alist): Mark as risky.
408
8889f4e2
GM
409 * dired-x.el (dired-omit-here-always): Make it obsolete.
410
d77aaf6f
CY
4112011-03-02 Chong Yidong <cyd@stupidchicken.com>
412
413 * textmodes/artist.el (artist-curr-go): Default to pen-line.
414 (artist-select-op-pen-line): New function.
415 (artist-menu-map): New variable.
416 (artist-mode-map): Add a menu to the menu-bar.
417
771fc75e
JB
4182011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
419
420 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
421 when evaluating.
422
423 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
424 New function.
425 (math-logunits-add, math-logunits-mul, math-logunits-divide):
426 (math-logunits-quant, math-logunits-level):
427 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
428 functions.
429 (math-logunits-level): Extract units from ratio.
430
f6132e5a
JB
4312011-03-01 Juanma Barranquero <lekktu@gmail.com>
432
433 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
434
7454f200
GM
4352011-03-01 Glenn Morris <rgm@gnu.org>
436
a65112fb
GM
437 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
438 (diary-hebrew-birthday): Rename and rework functions added
439 in previous change.
7454f200 440
cdcbd5a7
ER
4412011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
442
443 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
444 (diary-hebrew-birthday): New functions.
445
9903d828
GM
4462011-03-01 Glenn Morris <rgm@gnu.org>
447
448 * dired.el (dired-safe-switches-p): Beef it up.
449 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
450
75da6eb9
SM
4512011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * dired.el (dired-safe-switches-p): New function.
454
6640b281
GM
4552011-03-01 Glenn Morris <rgm@gnu.org>
456
457 * files.el (dir-locals-collect-variables):
458 Add the ability to exclude subdirectories. (Bug#8100)
459
460 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
461
cead857b
CS
4622011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
463
464 * ido.el (ido-everywhere): Doc fix.
465 (ido-mode): Doc fix.
466
0a906ec3
GM
4672011-02-28 Glenn Morris <rgm@gnu.org>
468
469 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
470
22b300de
MA
4712011-02-28 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
474 shadows.
475
abec5126 4762011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
477
478 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
479
ca3afb79
JB
4802011-02-28 Juanma Barranquero <lekktu@gmail.com>
481
482 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
483 Fix typos in docstrings.
484
edb57480
SB
4852011-02-28 Stephen Berman <stephen.berman@gmx.net>
486
487 * dired-aux.el (dired-update-file-line):
488 Fix 2010-11-09 change. (Bug#8131)
489
2b0c7330 4902011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
491
492 * international/mule-cmds.el (set-default-coding-systems): Use the
493 -unix variant of encoding in default-keyboard-coding-system.
494 (Bug#8122)
495
df7f0d0b
CY
4962011-02-27 Chong Yidong <cyd@stupidchicken.com>
497
498 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
499
3e478a7c 5002011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
501
502 * term/screen.el: New file (Bug#2650).
503
1f0816b6
SM
5042011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
507 (pcase-mutually-exclusive-predicates): New var.
508 (pcase--split-consp, pcase--split-pred): Use it.
509 (pcase--split-equal, pcase--split-member): When splitting against
510 a pure predicate, run it to know the outcome.
511 (pcase--u1): Mark vars that are actually used.
512 (pcase--q1): Avoid introducing unused vars.
513
b49df742
JB
5142011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
515
516 * calc/calc-ext.el (calc-init-extensions):
517 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
518
519 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
520 symbolic mode.
521
522 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
523 argument is a variable.
524
e573299d
SM
5252011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
528 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
529 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
530
61e9662e
TZ
5312011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
532
533 * password-cache.el (password-in-cache-p): Convenience function to
534 check if a key is in the cache, even if the value is nil.
535
7fe42546
J
5362011-02-25 Jambunathan K <kjambunathan@gmail.com>
537
538 * emacs-lisp/package-x.el (package--archive-contents-from-url)
539 (package--archive-contents-from-file): New functions.
540 (package-update-news-on-upload): New var.
541 (package-upload-buffer-internal): Extract archive-contents from
542 package-archive-upload-base if it is not found at archive-url.
543 Obey package-update-news-on-upload.
544 (package-upload-buffer, package-upload-file): Doc fix.
545
2d8a57ef
GM
5462011-02-24 Glenn Morris <rgm@gnu.org>
547
6a88f031
GM
548 * files-x.el (modify-dir-local-variable): Handle dir-locals from
549 the cache, and from non-file sources.
550
303f9ae0
GM
551 * help-fns.el (describe-variable): Return consistent results when a
552 dir-local from a file came from the cache or did not. (Bug#8095)
553 If a dir-local has no associated file, say it came from a "directory".
554
07915ed9
GM
555 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
556 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
557
ebe401f6
GM
558 * files.el (dir-locals-find-file): Doc fix.
559 Fix the check for cache elements that have no associated file,
303f9ae0 560 and the mtime check for those that do. (Bug#8095)
ebe401f6 561
b36f2f1c
GM
562 * dired-x.el (dired-hack-local-variables):
563 Handle interrupts during hacking local variables. (Bug#5216)
564
2d8a57ef
GM
565 * emacs-lisp/autoload.el (autoload-save-buffers)
566 (autoload-find-destination, update-directory-autoloads):
567 Avoid prompts when updating autoloads.
568
53cfe624
SM
5692011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
572
c1449bff
KH
5732011-02-23 Kenichi Handa <handa@m17n.org>
574
575 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
576 error when a multipart boundary in the nested multipart is found.
577
251ebe0f
KH
578 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
579 header components.
580
5582c670
GM
5812011-02-23 Glenn Morris <rgm@gnu.org>
582
817b48a7
GM
583 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
584 * dired-x.el (dired-omit-mode): Safe if boolean.
585 (dired-enable-local-variables): Fix doc and custom type.
586 (dired-enable-local-variables, dired-local-variables-file)
587 (dired-hack-local-variables): Make obsolete.
588 (dired-omit-here-always): Use dir-locals.el instead.
589
5582c670
GM
590 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
591
5f9d345c
SM
5922011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * help-fns.el (describe-function-1): Don't signal an error just because
595 the DOC file disappeared.
596
01c35094 5972011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
598
599 * eshell/esh-ext.el (eshell-external-command): Do not restrict
600 remote check to "ftp". (Bug#8089)
601
e84efb70
AM
6022011-02-21 Alan Mackenzie <acm@muc.de>
603
604 Fix bug #7930.
605 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
606 in macros finding their way into c-state-nonlit-pos-cache.
607 Strengthen the comments.
608 (c-state-dump): New commented out diagnostic routine.
609
c6309045
MA
6102011-02-21 Michael Albinus <michael.albinus@gmx.de>
611
612 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
613 `field' property of `rfn-eshadow-overlay'.
614
06b840e0
LI
6152011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
616
617 * net/netrc.el (netrc-parse): Comment fix.
618
6d713256
CY
6192011-02-21 Chong Yidong <cyd@stupidchicken.com>
620
621 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
622 Autoload. Add optional arg FRAME, and pass it to color-values.
623 (color-complement): Caller changed. Doc fix.
624 (color-gradient): Rewrite for better clarity and efficiency.
625
626 * faces.el (color-values): Use cond for clarity. Doc fix.
627
5f9d345c 628 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 629 color.el instead.
5f9d345c
SM
630 (list-colors-sort-key, list-colors-print):
631 Use color-normalized-values.
6d713256
CY
632
6332011-02-20 Drew Adams <drew.adams@oracle.com>
634
635 * color.el: First part of merge from hexrgb.el.
636 (color-rgb-to-hex): Rename from color-rgb->hex.
637 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
638 saturation to zero if the value is too small.
639 (color-rgb-to-hsl): Rename from color-rgb->hsl.
640 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
641 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
642 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
643 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
644 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
645 (color-cie-de2000): Doc fix.
646
aa9c0efc
AM
6472011-02-20 Alan Mackenzie <acm@muc.de>
648
649 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
650 locating the beginning of a macro. (Bug#7595)
651
18cfb5a1
GM
6522011-02-20 Glenn Morris <rgm@gnu.org>
653
e17816e5
GM
654 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
655 Don't autoload it.
656
18cfb5a1
GM
657 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
658 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
659
01c35094
JB
6602011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
661 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
662
663 * progmodes/hideshow.el (hs-find-block-beginning)
664 (hs-hide-level-recursive): Ignore comments when parsing braces
665 (Bug#8036).
666
6672011-02-19 Chong Yidong <cyd@stupidchicken.com>
668
669 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
670 (vc-bzr-pull): Use it.
671
3ab713fd
CY
6722011-02-19 Chong Yidong <cyd@stupidchicken.com>
673
674 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
675 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
676 but returning an alist. Ignore comments in bzr conffile.
677 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
678 (vc-bzr-error-regex-alist): New var.
679 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
680
5f9d345c
SM
681 * vc/vc-dispatcher.el (vc-do-async-command):
682 Bind inhibit-read-only to t.
3ab713fd
CY
683
684 * progmodes/compile.el (compilation--flush-directory-cache):
685 Handle the case where cdr of compilation--flush-directory-cache
686 points to no buffer, which can occur if we previously switched to
687 compilation-mode in a pregenerated buffer.
688
16bc9688
KH
6892011-02-19 Kenichi Handa <handa@m17n.org>
690
691 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
692 get the header copy into the temporary buffer.
693 (rmail-mime-insert-decoded-text): Ignore us-ascii.
694 (rmail-show-mime): When rmail-mime-coding-system is nil, set
695 buffer-file-coding-system to undecided.
696
67ab0163 6972011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 698
a167e505
EZ
699 * international/mule-cmds.el (read-char-by-name, ucs-insert):
700 Document completion with asterisk and a substring.
701
67ab0163 7022011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
703
704 * files.el (find-file-literally): Doc fix.
705
41002397
GM
706 * simple.el (rfc822-goto-eoh): Give it a doc-string.
707
b8bd9908
GM
708 * log-edit.el (log-edit-insert-changelog):
709 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
710
4d737eb2
GM
7112011-02-19 Glenn Morris <rgm@gnu.org>
712
cad7445b
GM
713 * dired-x.el: Don't require dired-aux.
714 (dired-do-create-files, dired-mark-read-regexp)
715 (dired-do-create-files-regexp): Autoload from dired-aux.
716
bea584fa
GM
717 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
718 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
719
d6e96966
GM
720 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
721 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
722
42924231
GM
723 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
724 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
725 (dired-clean-up-buffers-too): Declare.
726
203784cc
GM
727 * dired-x.el (dired-initial-position): Merge into dired.el's version.
728 * dired.el (dired-initial-position): Merge dired-x's version here.
729 (dired-find-subdir): Declare.
730
30abce25
GM
731 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
732 * dired-aux.el (dired-add-entry): Give it a doc-string.
733 Merge dired-x's dired-omit handling here.
734 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
735
4d737eb2
GM
736 * international/mule-diag.el (list-input-methods-1):
737 Indent all lines of multi-line doc-strings. (Bug#8066)
738
abd20d91
CY
7392011-02-18 Chong Yidong <cyd@stupidchicken.com>
740
741 Fix 2011-02-02 changes.
742
743 * apropos.el (apropos-print): Call apropos-mode before setting up
744 buffer variables. Use inhibit-read-only.
745
5f9d345c
SM
746 * emacs-lisp/package.el (package--list-packages):
747 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
748
749 * play/solitaire.el (solitaire): Call solitaire-mode before
750 setting up buffer variables. Use inhibit-read-only.
751
e697fcfc
LM
7522011-02-18 Lawrence Mitchell <wence@gmx.li>
753
754 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
755 Bind case-fold-search to nil when looking for end of here-doc.
756
4114ed61
EZ
7572011-02-18 Eli Zaretskii <eliz@gnu.org>
758
e697fcfc
LM
759 * image-mode.el (image-toggle-display-image):
760 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
761 files. (Bug#8047)
762
aa56f361
SM
7632011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * files.el (cd): Make completion obey cd-path (bug#7924).
766
d1be20a1
GM
7672011-02-18 Glenn Morris <rgm@gnu.org>
768
135dee55
GM
769 * progmodes/prolog.el: Don't require compile when compiling.
770 (compilation-shell-minor-mode, compilation-error-regexp-alist)
771 (compilation-forget-errors, compilation-fake-loc)
772 (compilation-parse-errors-function, compilation-error-list): Declare.
773 (prolog-inferior-mode): Require 'compile.
774
15e0d5a1
GM
775 * emulation/cua-base.el (pc-selection-mode): Declare.
776
002b46b7
GM
777 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
778 (customize-object): Add autoload cookie.
779 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
780 (eieio-browse, describe-class, eieio-describe-class)
781 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
782 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
783 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
784 * Makefile.in (autoloads): Make eieio.el writable.
785
d1be20a1
GM
786 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
787 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
788 (dired-hack-local-variables): Use inhibit-read-only.
789 (dired-guess-default): Simplify.
790 (dired-make-relative-symlink): Use dotimes.
791 (dired-simultaneous-find-file): Use dolist.
792 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
793 (dired-x-hands-off-my-keys): Doc fix.
794 (dired-x-bind-find-file): Doc fix. Use remapping.
795 (after-init-hook): No need to add dired-x-bind-find-file.
796 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
797 No need to call expand-file-name.
798 (dired-filename-at-point): Remove unused locals `end', `filename'.
799
f9d554dd
SM
8002011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
803
5da16a86
CO
8042011-02-18 Christian Ohler <ohler@gnu.org>
805
806 * emacs-lisp/ert.el (ert--setup-results-buffer)
807 (ert-results-pop-to-backtrace-for-test-at-point)
808 (ert-results-pop-to-messages-for-test-at-point)
809 (ert-results-pop-to-should-forms-for-test-at-point)
810 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
811 were incorrect and unnecessary. This should make `make check'
812 pass again.
813
3a00a363
KM
8142011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
815
01c35094 816 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
817 (allout-widgets-icons-dark-subdir): Track relocations of icons
818 * lisp/allout.el: Remove commentary about remove encryption
819 passphrase mnemonic support and verification.
01c35094
JB
820 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
821 armored text using gpg1, and indicate that the gpg version *might*
822 be the problem in the error message.
3a00a363 823
73057ba9
DD
8242011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
825
826 * net/rcirc.el (rcirc-float-time): New function.
827 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
828 (rcirc-ctcp-sender-PING): Use it.
829
8551cb32
GM
8302011-02-17 Glenn Morris <rgm@gnu.org>
831
53ef76c7
GM
832 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
833 (speedbar-update-flag, speedbar-fetch-etags-command)
834 (speedbar-fetch-etags-arguments):
835 * term.el (term-buffer-maximum-size, term-input-chunk-size)
836 (term-completion-autolist, term-completion-addsuffix)
837 (term-completion-recexact, term-completion-fignore):
838 * term/sup-mouse.el (sup-mouse-fast-select-window):
839 * term/x-win.el (x-select-request-type):
840 Convert some defvars with "*" to defcustoms.
841
64a14c74
GM
842 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
843
92e39d6f
GM
844 * vc/vc.el (vc-default-previous-version):
845 Remove alias that points nowhere. (Bug#4496)
846
fc14288b
GM
847 * dired-x.el (dired-clean-up-after-deletion):
848 kill-buffer does not need save-excursion.
849 (dired-do-run-mail): Doc fix.
850 (dired-filename-at-point): Doc fix.
851 Use looking-at, and skip-chars rather than re search.
852
8551cb32
GM
853 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
854
96497653
KM
8552011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
856
aac7a935
KM
857 * allout-widgets.el: New allout extension that shows allout
858 outline structure with graphical widgets. 'allout-widgets'
859 customize group is an 'allout' subgroup, for easy discovery.
860
96497653
KM
861 * allout.el: Include PGP and GnuPG in Keywords, and other
862 commentary refinements.
863 (allout-abbreviate-flattened-numbering): Rename to
864 allout-flattened-numbering-abbreviation, and
865 define-obsolete-variable-alias the old name.
866 (allout-flattened-numbering-abbreviation): Rename from
867 allout-abbreviate-flattened-numbering.
868 (allout-mode-p): Include among autoloads, for use by other modes
869 with impunity.
e697fcfc
LM
870 (allout-listify-exposed):
871 Use allout-flattened-numbering-abbreviation.
96497653
KM
872 (allout-encrypt-string): Use set-buffer-multibyte directly.
873 (allout-set-buffer-multibyte): Remove.
874
be4a1d71
DD
8752011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
876
877 * simple.el (just-one-space): Remove useless `or' call.
878
274c2d34
MA
8792011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
880
c6309045 881 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
882 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
883 (soap-decoded-multi-refs, soap-current-wsdl)
884 (soap-encoded-namespaces): Rename CL-style *...* variables.
885
88ae2870
MA
8862011-02-16 Michael Albinus <michael.albinus@gmx.de>
887
888 * net/soap-client.el: Add "comm" and "hypermedia" to the
889 keywords. Reflow too long lines.
890
891 * net/soap-inspect.el: Ditto. Require 'cl.
892
689743a2
BG
8932011-02-16 Bastien Guerry <bzg@altern.org>
894
895 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
896 in a `doctor-type' argument.
897
16d2ff89
MA
8982011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
899
900 * net/soap-client.el:
901 * net/soap-inspect.el: New files.
902
c6cefd36
LL
9032011-02-16 Leo <sdl.web@gmail.com>
904
905 * dired-x.el (dired-mode-map, dired-extra-startup):
906 Remove dired-copy-filename-as-kill since it's already in dired.el.
907
da5e0ce4
GM
9082011-02-16 Glenn Morris <rgm@gnu.org>
909
910 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
911 Doc fixes. Add :set property, replacing top-level calls.
912 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
913 (dired-guess-shell-gnutar): Test tar version rather than system-type.
914 (dired-extra-startup, dired-man, dired-info): Doc fixes.
915 (dired-clean-up-after-deletion): Use when and dolist.
916 (dired-jump): Use unless and when.
917 (dired-virtual): Use line-end-position.
918 (dired-default-directory-alist): Rename from default-directory-alist.
919 (dired-default-directory): Update for above name change.
920 (dired-vm): Drop VM < 5 and simplify.
921 (dired-buffer-more-recently-used-p): Rewrite.
922 (dired-filename-at-point): Use when and or.
923 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
924 Update callers.
925
c5ca3aa0
GM
9262011-02-15 Glenn Morris <rgm@gnu.org>
927
928 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
929
33f6cf7b
CY
9302011-02-14 Chong Yidong <cyd@stupidchicken.com>
931
932 * vc/vc-git.el (vc-git-root-log-format): New option for
933 customizing log format.
934 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
935 (vc-git-log-view-mode): Use it.
936 (vc-git-expanded-log-entry): New function.
937 (vc-git-log-view-mode): Use it. Truncate lines in root log.
938
939 * vc/vc-hg.el (vc-hg-root-log-template): New option for
940 customizing log format.
941 (vc-hg-print-log): Use it.
942 (vc-hg-expanded-log-entry): New function.
943 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
944 vc-hg-expanded-log-entry. Truncate lines in root log.
945
946 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
947
e697fcfc
LM
948 * vc/log-view.el (log-view-mode-menu):
949 Add log-view-toggle-entry-display.
33f6cf7b 950
461b69ae
GM
9512011-02-14 Glenn Morris <rgm@gnu.org>
952
953 * dired-x.el: Don't require man when compiling.
954 (dired-omit-extensions, dired-local-variables-file)
955 (dired-x-hands-off-my-keys): Make them defcustoms.
956 (Man-support-local-filenames, Man-getpage-in-background): Declare.
957 (vm-visit-folder): Declare rather than defining.
958 (dired-x-help-address, dired-x-variable-list): Remove.
959 (dired-x-submit-report): Make it an obsolete alias.
960
35f52ed6
JB
9612011-02-14 Juanma Barranquero <lekktu@gmail.com>
962
963 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
964
b2108a36
TZ
9652011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
966
67186ae2 967 * net/imap.el: Bring it back.
b2108a36 968
abfc152b
AM
9692011-02-13 Alan Mackenzie <acm@muc.de>
970
971 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
972 narrow-to-region call that cuts context off the end (Bug#7722).
973
e697fcfc
LM
974 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
975 Refactor nested if-forms with a simple cond.
abfc152b
AM
976 (c-forward-<>-arglist): Revert 2011-01-31 change.
977
d4eb88c7
CY
9782011-02-13 Chong Yidong <cyd@stupidchicken.com>
979
980 * vc/log-view.el: New command log-view-toggle-entry-display for
981 toggling log entries between concise and detailed forms.
982 (log-view-toggle-entry-display): New command.
983 (log-view-mode-map): Bind RET to it.
984 (log-view-expanded-log-entry-function): New variable.
985 (log-view-current-entry, log-view-inside-comment-p)
986 (log-view-current-tag): New functions.
987 (log-view-toggle-mark-entry): Use log-view-current-entry and
988 log-view-end-of-defun instead of searching directly with
989 log-view-message-re.
990 (log-view-end-of-defun): Likewise. Add optional ARG for
991 compatibility with end-of-defun.
992 (log-view-end-of-defun): Ignore comments and VC buttons.
993
994 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
995 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
996
2609a08e
TZ
9972011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
998
114fe546
G
999 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1000
2609a08e
TZ
1001 * net/imap-hash.el: Remove file.
1002
7a6ebb1a
MA
10032011-02-13 Michael Albinus <michael.albinus@gmx.de>
1004
1005 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1006
1007 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1008 call.
1009
1010 * net/tramp-imap.el: Remove file.
1011
75d4dcc9
CY
10122011-02-13 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1015 widget library for buttons, just use button.el.
1016
1017 * vc/log-view.el (log-view-mode-map): Don't inherit from
1018 widget-keymap.
1019
3c65e88d 10202011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1021
86361e1e
GM
1022 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1023 (nintersection, set-difference, nset-difference)
1024 (set-exclusive-or, nset-exclusive-or): Doc fix.
1025
dc4c6a7a
GM
1026 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1027
8a6f24e5
GM
1028 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1029 :italic props, so that frame-set-background-mode works. (Bug#7966)
1030
3caced0b
GM
1031 * simple.el (next-error): Doc fix.
1032
9de31df2
TV
10332011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1034
1035 * dired-aux.el (dired-create-files): Adapt destination name to
1036 match the new behavior of copy-directory.
1037
38a71655
CY
10382011-02-12 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1041 from rmail-dont-reply-to-names. Callers changed.
1042 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1043 (rmail-dont-reply-to): Make it an obsolete alias.
1044
1045 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1046 nil, and make obsolete (Bug#7888).
1047 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1048
1049 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1050
1051 * mail/rmailsort.el (rmail-sort-by-correspondent)
1052 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1053
1054 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1055
470d996d
TV
10562011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1057
1058 * files.el (copy-directory): New argument COPY-CONTENTS for
1059 copying directory contents into another existing directory.
1060
e2784c87
TH
10612011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1062
1063 * minibuffer.el (completion-table-case-fold): New function for
1064 creating a case-insensitive completion table.
1065
563790b6
TZ
10662011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1067
1068 * net/tramp.el (tramp-default-method): Also check if
1069 `auth-source-search' is bound.
1070 (tramp-read-passwd): Use `auth-source-search' instead of
1071 `auto-source-user-or-password'.
1072
1073 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1074 `auto-source-user-or-password.
1075 (tramp-imap-passphrase-callback-function): Use it.
1076
1077 * net/imap-hash.el: Autoload `auto-source-search' instead of
1078 `auto-source-user-or-password.
1079 (imap-hash-open-connection): Use it.
1080
1081 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1082 `auto-source-user-or-password.
1083 (smtpmail-try-auth-methods): Use it.
1084
c6affbde
PH
10852011-02-12 Phil Hagelberg <phil@hagelb.org>
1086
1087 * emacs-lisp/package.el: Allow packages to be reinstalled.
1088 (package--write-file-no-coding): Remove EXCL arg.
1089 (package-unpack-single): Don't use it.
1090
b5a53795
KP
10912011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1092
1093 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1094 in each sub directory.
1095 (vc-svn-registered): Use vc-svn-root.
1096 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1097 (vc-svn-repository-hostname): Use "svn info".
1098
25833f5e
DD
10992011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1100
1101 * simple.el (delete-trailing-whitespace): New optional buffer
1102 bound parameters.
1103
75d1d833
BG
11042011-02-11 Bastien Guerry <bzg@altern.org>
1105
1106 * files.el (basic-save-buffer): save unmodified buffers when
1107 the file pointed by buffer-file-name doesn't exist.
1108
e0e36cac
DD
11092011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1110
079721e9 1111 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1112
59350862
GM
11132011-02-11 Glenn Morris <rgm@gnu.org>
1114
1115 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1116
5708ce5e
JB
11172011-02-11 Juanma Barranquero <lekktu@gmail.com>
1118
1119 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1120
b016851c
SM
11212011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1122
59003be9
SM
1123 * server.el (server-process-filter): Use pcase.
1124
9517f8af
SM
1125 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1126 conflicting ways.
1127 (smie-indent--parent): Extend to "parent of arg".
1128 (smie-indent-inside-string): New function.
1129 (smie-indent-functions): Use it.
1130
cf77dd27
SM
1131 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1132 bzr locking race condition.
1133
49ffc078
SM
1134 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1135 still valid before using it.
1136
1a0a6cef
SM
1137 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1138 `message' -> `compilation-message' rename (bug#8004).
1139
b016851c
SM
1140 Move keymap initialization into declaration.
1141 * textmodes/enriched.el (enriched-mode-map):
1142 * textmodes/bib-mode.el (bib-mode-map):
1143 * term/lk201.el (lk201-function-map):
1144 * tar-mode.el (tar-mode-map):
1145 * replace.el (occur-mode-map):
1146 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1147 * progmodes/idlw-help.el (idlwave-help-mode-map):
1148 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1149 * play/solitaire.el (solitaire-mode-map):
1150 * play/snake.el (snake-mode-map, snake-null-map):
1151 * play/pong.el (pong-mode-map):
1152 * play/handwrite.el (menu-bar-handwrite-map):
1153 * play/gametree.el (gametree-mode-map):
a65112fb 1154 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1155 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1156 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1157 (newsticker--url-keymap):
1158 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1159 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1160 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1161 (menu-bar-edit-menu, menu-bar-custom-menu)
1162 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1163 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1164 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1165 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1166 (menu-bar-tools-menu, menu-bar-describe-menu)
1167 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1168 (menu-bar-help-menu):
1169 * mail/rmailsum.el (rmail-summary-mode-map):
1170 * kmacro.el (kmacro-step-edit-map):
1171 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1172 (ibuffer-mode-operate-map):
1173 * hi-lock.el (hi-lock-menu, hi-lock-map):
1174 * emulation/vip.el (vip-mode-map):
1175 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1176 * bookmark.el (bookmark-bmenu-mode-map):
1177 * help-mode.el (help-mode-map): Move initialization into declaration.
1178
1be1d1e9
DD
11792011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1180
1181 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1182 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1183 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1184 (rcirc-cmd-me, rcirc-authenticate): Use them.
1185
26d2a9bd
KM
11862011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1187
1188 * allout.el: Synopsis: Change allout user configuration so
1189 auto-activation is controlled solely by customization
1190 `allout-auto-activation'.
1191
01c35094 1192 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1193 implement new custom set procedure for allout-auto-activation.
1194 Also, explicitly invoke
1195 (allout-setup) after allout-auto-activation is custom-defined, to
1196 effect the settings in emacs sessions besides the few where
1197 allout-auto-activation customization is donea.
1198 (allout-auto-activation): Use allout-auto-activation-helper to
1199 :set. Revise the docstring.
1200 (allout-init): Reduce functionality to just customizing
1201 allout-auto-activation, and mark obsolete.
1202 (allout-mode): Respect string values for allout-auto-activation.
1203 Run allout-after-copy-or-kill-hook without any args.
01c35094 1204 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1205 (outlineify-sticky): Adjust docstring for new scheme.
1206 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1207 should concentrate on the kill ring.
1208
b8e0f0cd
G
12092011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1210
1211 * password-cache.el (password-cache-remove): Accept secrets that are
1212 not strings.
1213
ccded26c
SM
12142011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1217 of here-doc that immediately follows a comment.
1218
ee6a57ab
DD
12192011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1220
4d04fdc9
DD
1221 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1222
ee6a57ab
DD
1223 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1224 available.
1225 (rcirc-ctcp-sender-PING): New function.
1226
6ca94a0b
SM
12272011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1230 Remove the mark/nomark handling, and activate shift-select-mode instead.
1231
1232 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1233
226590f8
JB
12342011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1235
1236 * calc/calc-units.el (math-logunits-quant): Add support for
1237 non-logarithmic units.
1238
dd0b691e
KM
12392011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1240
4ec28e14
KM
1241 * allout.el (allout-after-copy-or-kill-hook): New hook for
1242 extension-specific processing of killed text.
1243 (allout-mode): Include new allout-after-copy-or-kill-hook among
1244 mentioned hooks.
01c35094 1245 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1246 after kill happens even if barf-if-buffer-read-only is raised.
1247 Include new allout-after-copy-or-kill-hook among that subsequent
1248 processing.
1249 (allout-deannotate-hidden): Actually remove the annotation text
1250 properties.
1251
dd0b691e
KM
1252 * allout.el (allout-listify-exposed): Copy text sans text properties.
1253
07e52e08
MA
12542011-02-07 Michael Albinus <michael.albinus@gmx.de>
1255
b016851c 1256 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1257
c5aff743
DD
12582011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1259
1260 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1261
03925868
JB
12622011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1263
b016851c 1264 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1265 `calc-default-field-reference-level'.
b016851c 1266 (calc-logunits-power-reference): Rename from
01c35094 1267 `calc-default-power-reference-level'.
03925868 1268
b016851c 1269 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1270 `math-logunits-level'
b016851c 1271 (math-logunits-plus): Rename from math-logcombine.
03925868 1272 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1273 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1274 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1275 New functions.
b016851c
SM
1276 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1277 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1278 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1279 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1280 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1281 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1282 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1283 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1284 New functions.
1285
b016851c 1286 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1287 (calc-ul-prefix-help): Remove.
1288 (calc-l-prefix-help): New function.
1289 (calc-full-help): Add reference to `calc-l-prefix-help'.
1290
1291 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1292
ec6ad6f2
JB
1293 * calc/README: Mention logarithmic units.
1294
f8b351c1
CY
12952011-02-06 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1298 non-ASCII characters (Bug#7925).
1299
a60287ff
GM
13002011-02-05 Glenn Morris <rgm@gnu.org>
1301
1302 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1303
9ad53e98
GM
1304 * calendar/diary-lib.el (diary-font-lock-keywords):
1305 Tweak diary-time-regexp match. (Bug#7891)
1306
9783df21
GM
1307 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1308 (f90-mode): Use it for mode's `find-tag-default-function' property.
1309
df275851
GM
1310 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1311
95838641
GM
1312 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1313
827b77e9
DD
13142011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1315
1316 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1317 (Bug#6386).
1318
7cb76591
SM
13192011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1320
ba70ab1c
SM
1321 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1322 font-lock-syntax-table remappings.
1323 (sh-here-doc-markers, sh-here-doc-re): Remove.
1324 (sh-font-lock-close-heredoc): Remove.
1325 (sh-syntax-propertize-here-doc): New function.
1326 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1327 instead of the sh-here-doc-re.
1328 (sh-font-lock-paren): Don't do anything in comments or strings.
1329 Handle line continuations. Accept a few more chars.
1330 Don't rely on the font-lock-syntax-table remappings.
1331 `esac' is not a valid pattern.
1332 (sh-syntax-propertize-function): Handle here-docs differently, so we
1333 don't bother syntax-propertizing the insides.
1334
7cb76591
SM
1335 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1336 Handle new bashisms ";&" and ";;&" (bug#7947).
1337
39b20f56
MA
13382011-02-05 Michael Albinus <michael.albinus@gmx.de>
1339
7cb76591
SM
1340 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1341 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1342
51aba3f3
MA
13432011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1344
1345 * net/tramp.el (tramp-postfix-method-format)
1346 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1347 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1348 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1349 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1350 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1351 Doc fix.
1352
7bc61bb7
SS
13532011-02-04 Sam Steingold <sds@gnu.org>
1354
1355 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1356
d93c111e
AS
13572011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1358
1359 * international/mule-util.el (with-coding-priority): Doc fix.
1360
6f52d86e
EZ
13612011-02-04 Eli Zaretskii <eliz@gnu.org>
1362
1363 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1364
c1b4afac
SS
13652011-02-03 Sam Steingold <sds@gnu.org>
1366
1367 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1368 Do not error out when `func' is nil.
1369
a857d3c7
MA
13702011-02-03 Michael Albinus <michael.albinus@gmx.de>
1371
1372 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1373 `tramp-default-remote-path' to the docstring.
1374 (tramp-get-remote-path): Suppress error message when `getconf
1375 PATH' fails.
1376
1377 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1378
8aa88760
GM
13792011-02-03 Glenn Morris <rgm@gnu.org>
1380
219ea611
GM
1381 * vc/vc-hg.el (vc-hg-command): Doc fix.
1382
8d7b5b5b
GM
1383 * term/w32-win.el (libpng-version): Declare for compiler.
1384
c03eac34
GM
1385 * msb.el: No need to load dired while compiling.
1386
7f07c1fe
GM
1387 * emacs-lisp/elint.el (elint-standard-variables):
1388 Remove a couple of built-ins that now have doc-strings.
1389
befe199d
GM
1390 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1391 `require' is automatically `eval-and-compile'd.
1392
2d7d6439
GM
1393 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1394 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1395
8aa88760
GM
1396 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1397 Move definition before use.
1398 (strokes-report-bug): Make it obsolete.
1399
e90f8545
SS
14002011-02-02 Sam Steingold <sds@gnu.org>
1401
1402 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1403 from `special-mode', entering it makes the buffer read-only, so
1404 call it only when everything has been already inserted.
1405 * emacs-lisp/ert.el (ert--setup-results-buffer)
1406 (ert-results-pop-to-backtrace-for-test-at-point)
1407 (ert-results-pop-to-messages-for-test-at-point)
1408 (ert-results-pop-to-timings): Ditto.
1409 * emacs-lisp/package.el (package--list-packages): Ditto.
1410 * play/solitaire.el (solitaire): Ditto.
1411
90db975f
CY
14122011-02-02 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * progmodes/compile.el: Make all faces inherit.
1415 (compilation-warning): Inherit from font-lock-variable-name-face.
1416 (compilation-info): Inherit from font-lock-type-face.
1417 (compilation-line-number): Reassign to font-lock-keyword-face.
1418 (compilation-column-number): Reassign to font-lock-doc-face.
1419 (compilation-leave-directory-face): Reassign to
1420 font-lock-builtin-face.
1421
bc35ff32
EZ
14222011-02-02 Eli Zaretskii <eliz@gnu.org>
1423
1424 * dired.el (dired-insert-directory): Don't invoke `ls' when
1425 ls-lisp.el is used to emulate it.
1426
39cde66c
JD
14272011-02-01 Julien Danjou <julien@danjou.info>
1428
1429 * color.el (color-gradient): Add a color-gradient function.
1430
abef340a
SS
14312011-02-01 Sam Steingold <sds@gnu.org>
1432
1433 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1434 bind "z" to `kill-this-buffer'.
1435 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1436 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1437 (apropos-mode): Inherit from `special-mode'.
1438 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1439 * bookmark.el (bookmark-bmenu-mode): Define using
1440 `define-derived-mode' inheriting from `special-mode'.
1441 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1442 * image-mode.el (image-mode-map): Ditto.
1443 * replace.el (occur-mode): Define using
1444 `define-derived-mode' inheriting from `special-mode'.
1445 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1446 * calendar/diary-lib.el (diary-fancy-display-mode):
1447 Inherit from `special-mode-map'.
1448 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1449 Inherit from `special-mode'.
1450 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1451 `special-mode-map'.
1452 (package-menu-mode): Define using `define-derived-mode'
1453 inheriting from `special-mode'.
1454 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1455 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1456 (xesam-mode-map): Define separately.
1457 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1458 * progmodes/compile.el (compilation-minor-mode-map)
1459 (compilation-mode-map): Inherit from `special-mode-map'.
1460 * vc/diff-mode.el (diff-mode-shared-map):
1461 Inherit from `special-mode-map'.
1462 * vc/log-view.el (log-view-mode-map): Add a comment.
1463
928f4e73
CY
14642011-02-01 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * custom.el (load-theme): Define return value. Drop use of
1467 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1468 (custom-theme-load-confirm): Scroll in the correct window.
1469 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1470
1471 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1472 checkbox if load-theme fails.
1473
7d116647
SM
14742011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * progmodes/compile.el (compilation-next-error): Check there's
1477 a message before using it (bug#7941).
1478
4fdfcddf
JB
14792011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1480
1481 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1482 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1483 of potential pivots.
1484
3b95603f
AM
14852011-01-31 Alan Mackenzie <acm@muc.de>
1486
7d116647
SM
1487 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1488 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1489 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1490 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1491
6fa1f651
CY
14922011-01-31 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * files.el (copy-directory): Fix arguments to recursive call.
1495
14beddf4 14962011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1497
1498 * files.el (copy-directory): If destination is an existing
1499 directory, copy into a subdirectory there.
1500
14beddf4 15012011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1502
1503 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1504 files.
1505
14beddf4 15062011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1507
6fc0aac3
CY
1508 * image-dired.el (image-dired-mouse-display-image): No-op if no
1509 file is found (Bug#7817).
1510
d1f14baa
CY
1511 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1512
14beddf4 15132011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1514
7d116647
SM
1515 * international/quail.el (quail-keyboard-layout-alist):
1516 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1517
14beddf4 15182011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1519
1520 * msb.el (msb-menu-bar-update-buffers): Update for changed
1521 argument handling of menu-bar-select-frame. (Bug#7902)
1522
14beddf4 15232011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1524
1525 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1526 to the recursion depth (Bug#7722).
1527
14beddf4 15282011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1529
1530 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1531 command-line-default-directory (Bug#7872).
1532
9e11271c
SM
15332011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * progmodes/compile.el (compilation--flush-directory-cache):
1536 New function, extracted from compilation--remove-properties.
1537 (compilation--remove-properties, compilation--parse-region): Use it.
1538 (compilation--previous-directory): Handle one more case.
1539 (compilation-enable-debug-messages): Remove.
1540 (compilation-parse-errors, compilation--flush-parse): Just remove the
1541 left over debug messages.
1542
038714ab
SS
15432011-01-31 Sam Steingold <sds@gnu.org>
1544
1545 * progmodes/compile.el (compilation-enable-debug-messages):
1546 Add a variable to make the parsing messages introduced in
1547 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1548 (compilation-parse-errors, compilation--flush-parse): Use it.
1549
2a4466ca
DD
15502011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1551
35f52ed6 1552 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1553 (rcirc-nick-completion-format): New defcustom.
1554 (rcirc-complete): Use it.
1555
186ecaf1
DD
15562011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1557
1558 * net/rcirc.el: Clean log filenames (Bug#7933).
1559 (rcirc-log-write): Use convert-standard-filename.
1560 (rcirc-log-filename-function): Documentation updates.
1561
253f7d1b
JD
15622011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1563
9e11271c
SM
1564 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1565 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1566 (report-emacs-bug-can-use-osx-open): New function.
1567 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1568 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1569
a2b6e5d6
CY
15702011-01-29 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1573 updating Dired or VC-dir buffers after async command completes.
1574
1575 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1576 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1577
1578 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1579 completions if it exists. Use vc-set-async-update.
1580 (vc-git-pull): Use vc-set-async-update.
1581
1582 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1583 read-shell-command. Use vc-set-async-update.
1584 (vc-hg-merge-branch): Use vc-set-async-update.
1585
8907f7b9
DU
15862011-01-29 Daiki Ueno <ueno@unixuser.org>
1587
9e11271c
SM
1588 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1589 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1590 (Bug#7931).
1591
e52f87a1
SM
15922011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * progmodes/compile.el: Avoid an N² behavior in grep.
1595 (compilation--previous-directory): New fun.
1596 (compilation--previous-directory-cache): New var.
1597 (compilation--remove-properties): Flush it.
1598 (compilation-directory-properties, compilation-error-properties):
1599 Use the new fun to speed up looking for the current directory.
1600
659114fd
CY
16012011-01-29 Chong Yidong <cyd@stupidchicken.com>
1602
1603 * vc/vc-hg.el (vc-hg-history): New var.
1604 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1605 (vc-hg-merge-branch): New function.
1606
1607 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1608 the other way around.
1609
1610 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1611 (vc-git-merge-branch): New functions.
1612 (vc-git-history): New var.
1613
9bfe5783
CY
16142011-01-28 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1617
1618 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1619 vc-do-async-command.
1620
e52f87a1
SM
1621 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1622 Callers changed.
9bfe5783 1623
b1ea593c
LL
16242011-01-28 Leo <sdl.web@gmail.com>
1625
1626 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1627 highlighting to the "this function is advised" message.
b1ea593c
LL
1628
1629 * help-mode.el (help-mode-finish): Apply highlighting here, to
1630 avoid clobbering by substitute-command-keys (Bug#6304).
1631
40e22d80
CY
16322011-01-28 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * woman.el (woman0-roff-buffer): Process roff escape sequences
1635 occurring prior to the first request (Bug#7843).
1636
01c63f4c
SM
16372011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1638
55fb9013
SM
1639 * progmodes/compile.el: Don't use font-lock any more.
1640 (compilation-error-regexp-alist-alist): Change handling of makepp
1641 so it preserves the warning/error distinction on subsequent files.
1642 Simplify various rules.
1643 (compilation-directory-properties): Use font-lock-face.
1644 Add a compilation-message property.
1645 (compilation-internal-error-properties): Use font-lock-face.
1646 Don't set the compilation-debug property here.
1647 (compilation--put-prop, compilation--remove-properties)
1648 (compilation--parse-region, compilation--ensure-parse)
1649 (compilation--ensure-parse): New functions.
1650 (compilation-parse-errors): New function, largely inspired of
1651 compilation-mode-font-lock-keywords. Set compilation-debug here.
1652 (compilation--parsed): New var.
1653 (compilation--flush-parse): Use compilation--ensure-parse.
1654 (compilation-start): Don't call font-lock.
1655 (compilation-turn-on-font-lock): Remove.
1656 (compilation-setup): Don't set font-lock-extra-managed-props not change
1657 other font-lock settings, other than keywords.
1658 Don't activate font-lock-mode.
1659 Set change-major-mode-hook and before-change-functions.
1660 (compilation--unsetup): Remove properties and hooks.
1661 (compilation-next-single-property-change): New function.
1662 (compilation-next-error): Use it to parse when needed.
1663 (compile-goto-error): Parse buffer as needed.
1664 (compilation--compat-error-properties): Don't need a dummy `face'
1665 property any more.
1666
8fe52384
SM
16672011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1670 (compilation-process-setup-function): Fix docstring's false promises.
1671 (compilation-error-regexp-alist-alist): Catch omake's continuous
1672 recompilation message and avoid reuse of old markers.
1673 (compilation-parse-errors-function): Declare obsolete.
1674 (compilation-buffer-modtime): Remove.
1675 (compilation--make-cdrloc, compilation--loc->col)
1676 (compilation--loc->line, compilation--loc->file-struct)
1677 (compilation--loc->marker, compilation--loc->visited)
1678 (compilation--make-file-struct, compilation--file-struct->file-spec)
1679 (compilation--file-struct->formats)
1680 (compilation--file-struct->loc-tree): New macros. Use them.
1681 (compilation--message): New defstruct. Use them.
1682 (compilation-next-error-function): Don't mess with timestamps to try
1683 and guess when to reparse.
1684
01c63f4c
SM
16852011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1686
5e853d01
SM
1687 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1688 (tex-old-error-file-name): New function,
1689 extracted from tex-compilation-parse-errors.
1690 (tex-compilation-parse-errors): Remove.
1691 (tex-error-regexp-alist): New var.
1692 (tex-shell): Use it to avoid compilation-parse-errors-function.
1693
07b741a7
SM
1694 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1695 (grep-mode-font-lock-keywords): Remove regexp that seems like
1696 a left-over from before we used compile.el.
1697 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1698 modifying the buffer within with-silent-modifications.
1699
1700 * progmodes/compile.el: Cleanup text-properties namespace by using
1701 `compilation-message' instead of `message', `compilation-directory'
1702 instead of `directory', and `compilation-debug' instead of `debug'.
1703 (compilation-last-buffer, compilation-parsing-end)
1704 (compilation-error-list, compilation-old-error-list): Move to the
1705 compatibility part of the code.
1706 (compilation-error-properties): If `file' is a function, let it return
1707 a file name.
1708 (compilation-mode-font-lock-keywords): Be more conservative with the
1709 omake "^ *" pattern prefix, to try and minimize the risk of
1710 pathologically slow regexp matching.
1711 (compilation-start): Use inhibit-read-only.
1712 (compilation--unsetup): New function.
1713 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1714 (compilation-filter): Minor tweaks.
8fe52384 1715 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1716 (compilation--flush-file-structure): New fun.
8fe52384 1717 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1718 (debug-ignored-errors): Add "Moved past last ...".
1719 (compilation--compat-error-properties)
1720 (compilation--compat-parse-errors): Rename by doubling the "-".
1721
01c63f4c
SM
1722 Port features from the previous prolog.el to the new one.
1723 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1724 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1725 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1726 variable and use a function to compute the value dynamically.
1727 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1728 (prolog-continued-prompt-regexp): Remove, unused.
1729 (prolog-find-value-by-system): Try and use the value of prolog-system
1730 in the *prolog* buffer if it helps.
1731 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1732 (prolog-zip-on): ..and check prolog-system and version here instead.
1733 (prolog-inferior-self-insert-command): New command.
1734 (prolog-inferior-mode-map): Use it.
1735 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1736 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1737 (prolog-input-filter): Use derived-mode-p.
1738 (prolog-inferior-guess-flavor): New function.
1739 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1740 make-comint to avoid running comint-mode twice.
1741 (prolog-inferior-buffer): New fun.
1742 (prolog-old-process-region, prolog-old-process-file):
1743 Don't call prolog-bsts here...
1744 (prolog-build-prolog-command): ...do it here instead.
1745 (prolog-old-process-region, prolog-old-process-file):
1746 Use compilation-fake-loc and compilation-forget-errors.
1747 (prolog-consult-compile-region): Use bolp.
1748
2f224f0b
CY
17492011-01-28 Chong Yidong <cyd@stupidchicken.com>
1750
1751 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1752
db0e305d
SS
17532011-01-27 Sam Steingold <sds@gnu.org>
1754
9e11271c
SM
1755 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1756 Remove "*server*" which is never created by emacs server.
db0e305d 1757
27bbeb29
DD
17582011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1759
1760 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1761 there are some diff switches.
1762
153c5428
SM
17632011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1764
89fdaac7
SM
1765 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1766 Copy change made to ruby-font-lock-syntactic-keywords.
1767
153c5428
SM
1768 * htmlfontify.el: Make it obey the font-lock-face text property.
1769 Miscellaneous cleanup such as:
1770 - Don't hide expressions after a closing paren.
1771 - Move initial setq into let.
1772 - Hoist common parts out of ifs.
1773 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1774 (hfy-face-at): Use get-text-property instead.
1775 (hfy-prop-invisible-p): Use invisible-p if available.
1776 (htmlfontify-manual): Use \\[...].
1777 (hfy-html-quote-regex): Use [...].
1778 (hfy-combined-face-spec): Simplify.
1779 (hfy-compile-face-map): Don't presume point-min==1.
1780 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1781 match end of string.
1782 (hfy-text-p): η-reduce.
1783 (hfy-tags-for-file): Receive cache-hash directly.
1784 (hfy-mark-tag-names): Adjust call.
1785
ed7646d4
GM
17862011-01-27 Glenn Morris <rgm@gnu.org>
1787
1788 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1789 (msb-after-load-hook): Remove eval-after-load wackiness.
1790
ed68f651
SS
17912011-01-25 Sam Steingold <sds@gnu.org>
1792
1793 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1794 literal "diff" (important for windows-nt).
1795
0fe719e6
GM
17962011-01-25 Glenn Morris <rgm@gnu.org>
1797
1798 * emacs-lisp/copyright.el (copyright-at-end-flag)
1799 (copyright-names-regexp): Add safety properties.
1800 (copyright-year-ranges): New option.
1801 (copyright-find-end): New function, split from copyright-update-year.
1802 (copyright-update-year): Use copyright-find-end.
1803 (copyright-fix-years): Optionally, convert years to ranges.
1804 Handle years continued over comment lines.
1805 Do not mess with the fill-prefix.
1806 Do not call copyright-update.
1807 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1808 Skip directories. Find files with only safe local vars.
0fe719e6 1809
06d8ace5 18102011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1811
1812 * files.el (file-name-non-special): Only change buffer-file-name after
1813 insert-file-contents if it's `visit'ing the file (bug#7854).
1814
06d8ace5 18152011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1816
1817 * dired.el (dired-revert): Doc fix (Bug#7758).
1818
06d8ace5
GM
1819 * simple.el (line-move-visual): Doc fix (Bug#7594).
1820
18212011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1822
1823 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1824 here-doc which ends with an underscore.
1825 (ruby-mode-set-encoding): Skip shebang line always.
1826 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1827 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1828 (ruby-forward-sexp): Stop after literal hash key labels.
1829 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1830 bracket.
1831
06d8ace5 18322011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1833
1834 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1835 the correct buffer (Bug#7650).
1836
06d8ace5
GM
18372011-01-25 Glenn Morris <rgm@gnu.org>
1838
1839 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1840
ce558208
GM
1841 * simple.el (do-auto-fill): Give it a doc string.
1842
4d265b4d
GM
1843 * button.el (make-text-button): Doc fix. (See bug#7881)
1844
21bb5ce0
SM
18452011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1846
ab0a61d0
SM
1847 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1848 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1849
21bb5ce0
SM
1850 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1851 Handle ?" and friends differently (e.g. don't use backrefs).
1852
603823f5
JB
18532011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1854
1855 * calc/calc.el (calc-default-power-reference-level)
1856 (calc-default-field-reference-level): New variables.
35f52ed6 1857 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1858 (math-logunits): New variable.
1859 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1860 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1861 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1862 New functions.
603823f5
JB
1863 (math-find-base-units-rec): Add entry for ln(10).
1864 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1865 (calc-ul-prefix-help): New function.
1866 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1867 functions. Add keybindings for new units functions.
603823f5 1868
11ea68ce 18692011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1870
1871 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1872 rcirc buffers. (Bug#4940)
10617634 1873
0412a5a4
GM
18742011-01-22 Glenn Morris <rgm@gnu.org>
1875
1876 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1877 split out from copyright-update-year.
1878 (copyright-update): Don't mess with the GPL version if we don't own the
1879 copyright. Update license regexp, and remove no longer needed
1880 Esperanto stuff.
d226ec23 1881 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1882
e7c1dca8
CY
18832011-01-22 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1886
4d0143e6
JA
18872011-01-22 Jari Aalto <jari.aalto@cante.net>
1888
1889 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1890 (lm): Rename to landmark.
1891 (lm-test-run): Rename to landmark-test-run.
1892
e3545d0d
CY
18932011-01-22 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1896 "Case sensitive" menu item.
1897
7c82f3e2 18982011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1899
1900 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1901 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1902
7c82f3e2 19032011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1904
1905 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1906
7c82f3e2 19072011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1908
6e1dbaa9
RM
1909 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1910 Assume foo(bar) is a manpage reference rather than some unquoted
1911 symbol (bug#7705).
26a27884 1912
7c82f3e2 19132011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1914
1915 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1916 Suggested by Flo <sensorflo@gmail.com>.
1917
7c82f3e2 19182011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1919
1920 * progmodes/compile.el (compilation-error-regexp-alist):
1921 Fix custom type. (Bug#7812)
1922
4936e3ba
KM
19232011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1924
1925 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1926 allout-number-siblings, in keeping with what obtained due to
1927 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1928 (prefixed) ?i.
1929 (allout-before-change-handler): Better expose spots affected by
1930 undo.
1931
cde7e38b
CY
19322011-01-22 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1935
6b072b27
PH
19362011-01-22 Phil Hagelberg <phil@evri.com>
1937
1938 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1939 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1940 (pcmpl-ssh-config-hosts): New function.
1941 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1942 pcmpl-ssh-known-hosts.
1943
26d82c3a
JB
19442011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1945
c310ff4f
JB
1946 * calc/calc-undo.el (calc-undo): Autoload it.
1947 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1948 and autoload for `calc-undo'.
1949 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1950 * calc/calc-prog.el:
1951 * calc/calc-graph.el:
1952 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 1953
a10c4149
ŠN
19542011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1955
1956 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1957 keybindings to `calc-undo'.
1958
8dabbfd6
SM
19592011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 Don't mess with *temp*.
1962 * obsolete/spell.el: Move from textmodes/spell.el.
1963 (spell-string):
1964 * term.el (term-read-input-ring):
1965 * startup.el (display-startup-echo-area-message):
1966 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1967 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1968 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1969 point-min==1.
1970
d3e51865
KM
19712011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1972
35f52ed6 1973 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
1974 reapplying defalias.
1975
1976 (allout-hotspot-key-handler): Check for non-control-modified
1977 bindings for hotspot characters if there are no control-modified
1978 versions.
1979
d3e51865
KM
1980 * allout.el: Summary - migrate to defining allout mode using
1981 define-minor-mode instead of defun. Significantly clean-up
1982 internal keymap provisions, refactoring and, in the process,
1983 removing a lot of accumulated cruft.
1984
1985 allout-mode-map is now a keymap by virtue of being a defalias to
1986 allout-mode-map-value, which contains the actual keymap structure.
1987
8dabbfd6
SM
1988 (allout-mode): Use define-minor-mode rather than defun.
1989 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
1990 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1991 entry will be '(allout-mode . allout-mode-map) - see
1992 allout-mode-map-value, below. Adjust docstring to track changes.
1993 (allout-minor-mode): Remove this defalias, now that we're using
1994 define-minor-mode.
1995 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1996 keymap is allout-mode-map-value, via defalias.
1997 (allout-mode-map-value): The variable holding the actual mode
1998 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 1999 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2000 allout-bind-keys, and including the binding-composition
2001 functionality of the former produce-allout-mode-map and
2002 allout-setup-mode-map.
2003 (allout-institute-keymap): Take over the "setup" part of the former
2004 allout-setup-mode-map. Reassign allout-mode-map-value value and
2005 update the defalias.
01c35094 2006 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2007 (allout-unprefixed-keybindings):
2008 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2009 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2010 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2011 user can customize if they want to use that binding.
2012 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2013 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2014 elided that, previously, instead of the one for \C-h.)
2015 (allout-hotspot-key-handler): Remove attempt to resolve the key
2016 through the literal key-string lookup on allout-keybindings-list.
2017 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2018 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2019 (allout-pre-command-business): Use allout-mode-map-value instead
2020 of allout-mode-map.
2021 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2022 the bindings if they want to use a keybinding having a trailing
2cf429d0 2023 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2024 (allout-keybindings-list): Remove. It's not been useful for a
2025 while. (See allout-hotspot-key-handler changes, above.)
2026 (produce-allout-mode-map): Remove. Consolidate into
2027 allout-compose-and-institute-keymap.
2028 (allout-mode-map-adjustments): Remove. No longer necessary with
2029 removal of allout-preempt-trailing-ctrl-h.
2030 (allout-setup-mode-map): Remove. Consolidate into
2031 allout-compose-and-institute-keymap and allout-institute-keymap.
2032
c11136ec
GM
20332011-01-20 Glenn Morris <rgm@gnu.org>
2034
dbfb414e
GM
2035 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2036
c11136ec
GM
2037 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2038
9aea757b
CY
20392011-01-20 Chong Yidong <cyd@stupidchicken.com>
2040
2041 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2042
2043 * files.el (find-alternate-file, basic-save-buffer)
2044 (basic-save-buffer-2, revert-buffer, recover-file)
2045 (kill-buffer-ask, abort-if-file-too-large)
2046 (set-visited-file-name, write-file, backup-buffer)
2047 (basic-save-buffer, save-some-buffers):
2048 * dired-aux.el (dired-compress-file): Callers changed.
2049
5dd4f3f7
GM
20502011-01-19 Glenn Morris <rgm@gnu.org>
2051
2052 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2053 Also check the property status. (Bug#7861)
2054
56761182
MA
20552011-01-18 Michael Albinus <michael.albinus@gmx.de>
2056
2057 * net/tramp.el (tramp-debug-message): Extend function exclude
2058 list. Use `regexp-opt'.
2059
a9faac5c 20602011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2061
9cc3a0c7
SM
2062 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2063 highlighting doesn't spill over subsequent lines.
2064
1a1fcbe1
SM
2065 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2066 keymap expression. Improve docstring.
2067
74a10be5
SM
2068 * electric.el (electric-indent-post-self-insert-function):
2069 Don't auto-indent for indent-to-left-margin, it's too often
2070 counter-productive.
2071
721be9cd
TH
20722011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2073
2074 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2075 spaces if the frame was resized, so that the full visible buffer
2076 serves as canvas for strokes.
2077
a767645f
GM
20782011-01-16 Glenn Morris <rgm@gnu.org>
2079
2080 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2081 Also skip directories.
a767645f 2082
444ee8dd
KR
20832011-01-16 Kevin Ryde <user42@zip.com.au>
2084
2085 * info-xref.el: Version 3.
2086 (info-xref-check, info-xref-check-all): Move commentary details
2087 into docstrings for better visibility.
2088 Use compilation-mode for the results buffer.
2089 (info-xref-output, info-xref-output-error, info-xref-with-output)
2090 (info-xref-filename, info-xref-in-progress):
2091 New internals for this.
2092 (info-xref-check-list, info-xref-check-buffer)
2093 (info-xref-check-all-custom): Use those.
2094 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2095 (info-xref-output-heading): Rename from info-xref-filename-heading.
2096 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2097 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2098 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2099 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2100 (info-xref-subfile-p): Move to generic section with those two.
2101 (info-xref-check-node): New function split from
2102 info-xref-check-buffer, shared by info-xref-docstrings.
2103 (info-xref-goto-node-p): Move to a checking section with that func.
2104 (info-xref-unavail): New counter.
2105 (info-xref-check-node): Use it.
2106 (info-xref-with-output): Show count of unavailables at end of output.
2107 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2108 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2109 (info-xref-check-all-custom): Fix quietening viper-mode and
2110 gnus-registry-install -- use setq not let so as not to unbind
2111 after load.
2112
d4119912
JL
21132011-01-16 Juri Linkov <juri@jurta.org>
2114
2115 * isearch.el (isearch-abort): Don't quit if search has
2116 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2117
b024d9f0
MD
21182011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2119
2120 * files.el (backup-buffer): Make last-resort backup file in
2121 .emacs.d (Bug#6953).
2122
2123 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2124 make it with permission 700.
2125
d52969e8 21262011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2127
74a10be5
SM
2128 * mail/rmailmm.el (rmail-mime-insert-header):
2129 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2130 system used to decode the header.
2131 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2132 (rmail-mime-insert-decoded-text):
2133 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2134 (rmail-show-mime): If only a header part was decoded, find the
2135 coding system while ignoring mm-charset-override-alist.
2136
d52969e8 21372011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2138
2139 * subr.el (event-start, event-end): Doc fix (Bug#7826).
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): Delete them.
2145 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2146 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2147 Callers changed.
e7ca0062
KH
2148 (rmail-mime-raw-mode): Recursively call for children.
2149 (rmail-mode-map): Change mapping of tab and backtab to
2150 forward-button and backward-button respectively.
2151 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2152 button.
2153 (rmail-mime-update-tagline): New function.
2154 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2155 body display is changed.
74a10be5 2156 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2157 (rmail-mime-image): Delete this button type.
2158 (rmail-mime-toggle): New button type.
2159 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2160 body display is changed. Change the save button label to "Save".
2161 Don't process show/hide button here.
2162 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2163 the body display is changed. Unconditionally call
2164 rmail-mime-insert for children.
2165 (rmail-mime-handle): Update `display' vector of the just inserted
2166 entity.
2167 (rmail-mime-process): If mail-header-parse-content-type returns
2168 nil, use "text/plain" as the fallback type.
2169 (rmail-mime-insert): For raw-mode, recursively call
2170 rmail-mim-insert for children.
2171 (rmail-mime): Handle the case that the current buffer is not rmail
2172 buffer (e.g. in summary buffer).
2173
d52969e8 21742011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2175
2176 * mail/rmailmm.el (rmail-mime-next-item)
2177 (rmail-mime-previous-item): Skip the body of a non-multipart
2178 entity if a tagline is shown.
2179
362b9d48
GM
21802011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2183 (tmm-prompt): Simplify.
2184 (tmm-add-prompt): Remove unused var `win'.
2185
2186 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2187 to minor mode which used nil accidentally to mean "turn off".
2188
21892011-01-15 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * net/tramp-sh.el (tramp-find-inline-compress)
2192 (tramp-get-inline-coding): Quote command after pipe symbol for
2193 local calls under W32. (Bug#6784)
2194
21952011-01-15 Michael Albinus <michael.albinus@gmx.de>
2196
2197 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2198 only when running under W32.
2199
22002011-01-15 Eli Zaretskii <eliz@gnu.org>
2201
2202 * progmodes/grep.el (grep-compute-defaults): Quote the program
2203 file name after the pipe symbol in Grep templates. (Bug#6784)
2204 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2205
22062011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2207
2208 * buff-menu.el (Buffer-menu-buffer-list): New var.
2209 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2210 restricted buffer list is not lost on revert (Bug#7749).
2211
22122011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2213
2214 * net/ldap.el (ldap-search-internal): Discard stderr output.
2215
22162011-01-15 Eli Zaretskii <eliz@gnu.org>
2217
2218 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2219
22202011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2223
22242011-01-15 Kenichi Handa <handa@m17n.org>
2225
2226 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2227 part as a plain text.
2228 (rmail-mime-process-multipart): Set the default content-type to
2229 nil for unknown multipart subtypes (bug#7651).
2230
6d3d6113
SM
22312011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2232
4391b429
SM
2233 * hexl.el (hexl-mode-old-*): Remove.
2234 (hexl-mode--old-var-vals): New var to replace them.
2235 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2236 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2237 Use them to set local vars (bug#7846).
2238 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2239 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2240 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2241
6d3d6113
SM
2242 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2243 (smerge-resolve--normalize-re): New var.
2244 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2245 (smerge-resolve): Use them.
2246 * newcomment.el (comment-only-p): New function.
2247 (comment-or-uncomment-region): Use it.
2248
77ab81d0 22492011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2250
2251 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2252 table, get the value before switching to the output buffer. (Bug#7733)
2253
77ab81d0 22542011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2255
2256 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2257
8faba62c
KS
22582011-01-14 Kim F. Storm <storm@cua.dk>
2259
2260 * emulation/cua-base.el (cua--init-keymaps):
2261 Remap exchange-point-and-mark in cua-global-keymap.
2262
ab7eb811
TH
22632011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2264
2265 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2266 loop keyword.
2267
fc55380c
SM
22682011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2271 Require CL.
2272 (easy-menu-create-menu, easy-menu-convert-item-1):
2273 Use :label rather than nil for labels. Use `case'.
2274 Add :enable as alias for :active.
2275 (easy-menu-binding): Obey :label.
2276
dbed16aa
SM
22772011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2278
4d789d84
SM
2279 Use run-mode-hooks for major mode hooks (bug#513).
2280 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2281 Rename from reftex-toc-map.
2282 (reftex-toc-mode): Use define-derived-mode.
2283 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2284 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2285 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2286 (reftex-select-label-mode, reftex-select-bib-mode):
2287 Use define-derived-mode.
2288 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2289 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2290 Move init into delcaration.
2291 (reftex-index-mode, reftex-index-phrases-mode):
2292 Use define-derived-mode.
2293 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2294 speedbar-syntax-table. Move init into declaration.
2295 (speedbar-mode-map): Rename from speedbar-key-map.
2296 Move init into declaration.
2297 (speedbar-file-key-map): Move init into declaration.
2298 (speedbar-mode): Use define-derived-mode.
2299 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2300 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2301 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2302 (chart-face-list): Move initialization into declaration.
2303 (chart-mode): Use define-derived-mode.
2304 * calculator.el (calculator-mode-map): Move init into declaration.
2305 (calculator-mode): Use define-derived-mode.
2306
b49a2dbf
SM
2307 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2308 work for nested comments.
2309
dbed16aa
SM
2310 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2311 (prolog-use-prolog-tokenizer-flag): Change default when
2312 syntax-propertize can be used.
2313 (prolog-syntax-propertize-function): New var.
2314 (prolog-mode-variables): Move make-local-variable into `set'.
2315 Don't make comment-column local since we don't set it.
2316 Set comment-add (as it was in previous prolog.el). Use dolist.
2317 Set syntax-propertize-function.
2318 (prolog-mode, prolog-inferior-mode):
2319 Call prolog(-inferior)-menu directly, not through the mode-hook.
2320 (prolog-buffer-module, prolog-indent-level)
2321 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2322 (prolog-comment-limits, prolog-goto-comment-column):
2323 Use line-(end|beginning)-position.
2324 (prolog-build-prolog-command): Tighten up regexp.
2325 (prolog-consult-compile): Move make-local-variable into `set'.
2326 (prolog-consult-compile-filter, prolog-goto-next-paren)
2327 (prolog-help-on-predicate, prolog-clause-info)
2328 (prolog-mark-predicate): Don't let+setq.
2329 (prolog-indent-line): Use indent-line-to.
2330 Only call prolog-goto-comment-column if necessary.
2331 (prolog-indent-level): Use bobp.
2332 (prolog-first-pos-on-line): Remove, not used any more.
2333 (prolog-in-string-or-comment): Use syntax-ppss if available.
2334 (prolog-help-on-predicate): Use read-string.
2335 (prolog-goto-predicate-info): Simplify.
2336 (prolog-read-predicate): Use `default' rather than `initial'.
2337 (prolog-temporary-file): Use make-temp-file to close a security hole.
2338 (prolog-toggle-sicstus-sd): New command.
2339 (prolog-electric-underscore, prolog-variables-to-anonymous):
2340 Use dynamic-scoping as it was meant.
2341 (prolog-menu): Move menu definitions to top-level.
2342 Use a toggle-button for Sicstus's source debugger.
2343 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2344 to "System".
2345 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2346 Move other menu definition to top-level.
2347
50f8cd96
TH
23482011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2349
5b355315
TH
2350 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2351 name. Keep original document's directory as default-directory
2352 (bug#6446).
1281bd51
TH
2353 (doc-view-initiate-display): Fall back to normal mode when
2354 doc-view-mode cannot be enabled, also when extracting the document
2355 text into a separate buffer (bug#6446).
5b355315 2356
50f8cd96
TH
2357 * simple.el (shell-command): Don't error out if shell command
2358 buffer contains text with non-nil read-only property when erasing
2359 the buffer.
2360
821f936d
KS
23612011-01-13 Kim F. Storm <storm@cua.dk>
2362
2363 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2364 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2365 items when cycling through the matches.
2366
f754f898
TH
23672011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2368
2369 * dired-x.el (dired-omit-verbose): New defcustom that allows
2370 disabling the omit messages.
2371 (dired-omit-expunge): Use it.
2372
d221e780
CO
23732011-01-13 Christian Ohler <ohler@gnu.org>
2374
2375 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2376
a03b542a
CY
23772011-01-13 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * font-lock.el (font-lock-verbose): Default to nil.
2380
25ca2e61
CY
23812011-01-13 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2384 (compose-mail): New arg RETURN-ACTION.
2385 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2386
2387 * mail/sendmail.el (mail-return-action): New var.
2388 (mail-mode): Make it buffer-local.
2389 (mail-bury): Obey it. Move special Rmail window handling to
2390 rmail-mail-return.
2391 (mail, mail-setup): New arg RETURN-ACTION.
2392 (sendmail-user-agent-compose): Move from simple.el.
2393
2394 * mail/rmail.el (rmail-mail-return): New function.
2395 (rmail-start-mail): Pass it to compose-mail.
2396
2a8b13af
CY
23972011-01-12 Chong Yidong <cyd@stupidchicken.com>
2398
b2948a87
CY
2399 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2400 menus. Add menu item for customize-themes.
2401
2402 * cus-theme.el (customize-themes):
74a10be5
SM
2403 * emacs-lisp/package.el (package--list-packages):
2404 Use switch-to-buffer.
2a8b13af 2405
059616e5
JB
24062011-01-11 Johan Bockgård <bojohan@gnu.org>
2407
2408 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2409
04380ff1
SM
24102011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * progmodes/prolog.el: Fix up coding convention and such.
2413 (prolog-indent-width): Use the same default as in
2414 previous prolog.el rather than tab-width which depends on which buffer
2415 is current when the file is loaded.
2416 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2417 is not available.
2418 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2419 (prolog-known-systems): Remove.
2420 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2421 Move initialization into declaration.
2422 (prolog-mode-map): Move initialization into declaration.
2423 Remove system-specific mode-map vars, since they referred to the same
2424 keymap anyway.
2425 (prolog-mode-variables): Obey the user's preference w.r.t
2426 adaptive-fill-mode. Prefer symbol-value to `eval'.
2427 (prolog-mode-keybindings-edit): Add compatibility bindings.
2428 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2429 (mercury-mode-map): New var.
2430 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2431 (prolog-ensure-process, prolog-process-insert-string)
2432 (prolog-consult-compile): Use with-current-buffer.
2433 (prolog-guess-fill-prefix): Simplify data flow.
2434 (prolog-replace-in-string): New function to use instead of
2435 replace-in-string.
2436 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2437 (prolog-uncomment-region): Use `uncomment-region' when available.
2438 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2439 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2440 of int-to-char and char-to-int.
2441 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2442
e2019526
SB
24432011-01-11 Stefan Bruda <stefan@bruda.ca>
2444
2445 * progmodes/prolog.el: Replace by a whole new file.
2446
3fa173b4
SM
24472011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2450 (declare-function, undefined, insert-for-yank)
2451 (replace-regexp-in-string): Follow checkdoc's recommendations.
2452
7973bcea
SM
24532011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2456 refreshing the diary buffer.
2457
0af8c88b
KM
24582011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2459
7973bcea 2460 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2461 (allout-encrypt-string): Prevent encryption from adding an extra
2462 newline at the end of the topic body.
2463 (allout-version): Increment to 2.3.
2464
1a27c64e
MA
24652011-01-10 Michael Albinus <michael.albinus@gmx.de>
2466
7973bcea
SM
2467 * net/dbus.el (dbus-unregister-service): Complete doc.
2468 Fix call of dbus-error signal.
5c0b4070 2469 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2470
0a203b61
MA
24712011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2472
2473 * net/dbus.el (dbus-unregister-service): Translate returned
2474 integer into a symbol.
2475 (dbus-register-property): Use `dbus-register-service' to do the
2476 name registration.
2477
895123f5
CY
24782011-01-09 Chong Yidong <cyd@stupidchicken.com>
2479
7973bcea
SM
2480 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2481 Suggested by Joakim Verona.
12e1f328 2482
732eb50a
CY
2483 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2484
895123f5
CY
2485 * wid-edit.el (visibility): Replace :on-image and :off-image
2486 widget properties with :on-glyph and :off-glyph, for consistency
2487 with the `visibility' widget.
2488 (widget-toggle-value-create, widget-visibility-value-create):
2489 Merge into a single function `widget-toggle-value-create'.
2490
2491 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2492 (custom-face-edit-value-create, custom-face-value-create):
2493 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2494 :off-glyph, for consistency with the `visibility' widget.
2495
c8043a22
AS
24962011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2497
2498 * net/ldap.el (ldap-search-internal): Don't use eval.
2499
b7617f6d
CY
25002011-01-09 Chong Yidong <cyd@stupidchicken.com>
2501
973f1f2a
CY
2502 * subr.el (read-char-choice): Use read-key.
2503
b7617f6d
CY
2504 * custom.el (custom-safe-themes): Rename from
2505 custom-safe-theme-files. Add :risky tag.
2506 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2507 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2508
900503ae
CY
25092011-01-09 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2512 from Search and add a label to Undo.
2513
2514 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2515 inappropriate buttons and adding :vert-only tags.
2516
2517 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2518 removal of Help tool-bar button. Remove Undo button for space.
2519
2520 * info.el (info-tool-bar-map): Add :vert-only tags.
2521
c44d54b3
TH
25222011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2523
2524 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2525 image backend support. Either of them is fine.
2526
3ef01959
CY
25272011-01-08 Chong Yidong <cyd@stupidchicken.com>
2528
3d91e302
CY
2529 * subr.el (y-or-n-p): Doc fix.
2530
278f6845
CY
2531 * custom.el (custom-safe-theme-files): New defcustom.
2532 (custom-theme-load-confirm): New function.
2533 (load-theme): Load theme using `load', confirming with
2534 custom-theme-load-confirm if necessary.
2535
3ef01959
CY
2536 * subr.el (read-char-choice): New function, factored out from
2537 dired-query and hack-local-variables-confirm.
2538
2539 * dired-aux.el (dired-query):
2540 * files.el (hack-local-variables-confirm): Use it.
2541
2542 * dired-aux.el (dired-compress-file):
2543 * files.el (abort-if-file-too-large, find-alternate-file)
2544 (set-visited-file-name, write-file, backup-buffer)
2545 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2546 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2547 Use new format string args for y-or-n-p and yes-or-no-p.
2548
7c837933
AS
25492011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2550
2551 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2552 [gcc-include]: Tighten file name match, add match for column
2553 number. (Bug#7806)
6c7ec171 2554 [gnu]: Remove unused group.
7c837933 2555
d0981f82
GM
25562011-01-08 Glenn Morris <rgm@gnu.org>
2557
e7a42417
GM
2558 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2559
d0981f82
GM
2560 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2561
d43bb7d3
SS
25622011-01-07 Sam Steingold <sds@gnu.org>
2563
2564 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2565 the `explicit-shell-file-name' because that is the
2566 non-interactive shell.
2567
8c51d2a2
CY
25682011-01-07 Chong Yidong <cyd@stupidchicken.com>
2569
2570 * subr.el (y-or-n-p): Accept format string args.
2571
66b7b0fe
GM
25722011-01-07 Glenn Morris <rgm@gnu.org>
2573
2574 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2575
1e004a83
KM
25762011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2577
66b7b0fe 2578 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2579 the visible containing topic, rather than a collapsed one.
66b7b0fe 2580 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2581 (allout-exposure-change-hook): Remove documentation remarks
2582 concerning removed allout-view-change-hook.
2583 (allout-flag-region): Remove invocation of and documentation
2584 remarks concerning allout-view-change-hook.
2585
b0a8e46b
GM
25862011-01-06 Glenn Morris <rgm@gnu.org>
2587
2588 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2589 (vc-bzr-annotate-extract-revision-at-line):
2590 Handle authors with embedded spaces. (Bug#7792)
2591
875c044a
TH
25922011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2593
2594 * doc-view.el (doc-view-image-width): New variable.
2595 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2596 backend for PNG images, and do dynamic rescaling instead of
2597 reconverting the whole doc.
2598
1f6f7722
GM
25992011-01-05 Glenn Morris <rgm@gnu.org>
2600
2601 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2602
e9e68fda
KM
26032011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2604
4896e8fc 2605 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2606 long text lines that cross more than a single physical window
2607 line, ie when truncate-lines is nil.
e9e68fda
KM
2608 (allout-next-visible-heading): Provide for change in line-move
2609 behavior on long lines when truncate-lines is nil. In that case,
2610 line-move can wind up on the same textual line when it moves to
2611 the next window line, and moving to the bullet position after the
2612 move yields zero advancement. Add logic to detect and compensate
2613 for the lack of progress.
2614 (allout-current-topic-collapsed-p): move-end-of-line respect for
2615 field boundaries is different when operating with body lines
2616 shorter than window width versus ones greater than window width,
2617 which can yield false negatives in this function. Avoid
2618 difference by applying move-end-of-line while field-text-motion is
2619 inhibited.
2620
3f1b6eb2
GM
26212011-01-04 Glenn Morris <rgm@gnu.org>
2622
2623 * textmodes/rst.el (rst-compile-toolsets):
2624 Add pdf and s5 to option alist.
2625
6388924a
MA
26262011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2627
7973bcea 2628 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2629 dont-register-service. Updated docstring accordingly.
2630
c3e4b003
AS
26312011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2632
2633 * textmodes/rst.el (rst-compile-pdf-preview)
2634 (rst-compile-slides-preview): Remove extra line.
2635
ef4271fe
GM
26362011-01-04 Glenn Morris <rgm@gnu.org>
2637
2638 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2639 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2640 default to `prog' without a .py extension.
2641 (rst-compile-pdf-preview, rst-compile-slides-preview):
2642 Use program names from rst-compile-toolsets, rather than hard-coding.
2643 (rst-portable-mark-active-p): Fix presumed typo.
2644
7c420169 26452011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2646
7c420169 2647 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2648 libpng versions both before and after 1.4.0. (Bug#7716)
2649
7c420169 26502011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2651
6491af11
EZ
2652 * time.el (display-time-mode): Mention display-time-interval in
2653 the doc string. (Bug#7713)
2654
7c420169 26552011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2656
2657 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2658 condition-case and return an error message string if something
2659 goes wrong.
2f952059 2660 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2661 header by rmail-mime-insert-header.
2662
7c420169 26632011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2664
2665 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2666 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2667 (rmail-mime-mbox-buffer)
2668 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2669 (rmail-mime-entity): Argument changed. All codes handling an
2670 entity object are changed.
2f952059 2671 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2672 the above change.
2673 (rmail-mime-entity-children, rmail-mime-entity-handler)
2674 (rmail-mime-entity-tagline): New functions.
2675 (rmail-mime-message-p): New function.
2676 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2677 (rmail-mime-entity-segment, rmail-mime-next-item)
2678 (rmail-mime-previous-item, rmail-mime-shown-mode)
2679 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2680 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2681 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2682 New functions.
186f7f0b
KH
2683 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2684 (rmail-mime-insert-decoded-text): New function.
2685 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2686 (rmail-mime-insert-image): Argument changed. Caller changed.
2687 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2688 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2689 (rmail-mime-insert-bulk): Argument changed.
2690 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2691 (rmail-mime-process-multipart): Argument changed.
2692 Handle "multipart/alternative" here.
186f7f0b
KH
2693 (rmail-mime-process): Argument changed.
2694 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2695 (rmail-mime-insert): Argument changed. Handle raw display mode.
2696 (rmail-mime): Argument changed. Handle toggling of raw display
2697 mode.
2698 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2699 rmail-mime-view-buffer.
2700 (rmail-insert-mime-forwarded-message): Likewise.
2701 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2702
2703 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2704 non-nil, handle the header in rmail-show-mime-function.
2705
7c420169 27062011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2707
7c420169 2708 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2709
7c420169 27102011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2711
2712 * isearch.el (isearch-lazy-highlight-error): New variable.
2713 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2714 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2715 to the current value of `isearch-error' (Bug#7468).
2716
7c420169 27172011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2718
2719 * help-fns.el (describe-variable): Don't emit trailing whitespace
2720 (Bug#7511).
2721
7c420169 27222011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2723
2724 * textmodes/rst.el (rst-compile-pdf-preview)
2725 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2726
7c420169 27272011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2728
2729 * emulation/edt-mapper.el: Override mapping of function keys so
2730 that the later call to read-key-sequence works.
2731
7c420169 27322011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2733
2734 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2735 Unix EOLs. (Bug#7589)
2736
7c420169
CY
27372011-01-02 Leo <sdl.web@gmail.com>
2738
2739 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2740 if point is not behind eshell-last-output-end (Bug#7585).
2741
27422011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * files.el (file-local-variables-alist):
2745 Make permanent-local (bug#7767).
2746
27472011-01-02 Glenn Morris <rgm@gnu.org>
2748
2749 * version.el (emacs-copyright): Set short copyright year to 2011.
2750
27512011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2752
2753 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2754 an existing temp buffer. (Bug#7746)
2755
27562011-01-02 Glenn Morris <rgm@gnu.org>
2757
2758 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2759 multiple addresses. (Bug#7760)
2760
fb9a573a
KM
27612011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2762
e9e68fda 2763 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2764 do-auto-fill if everything points back to allout-auto-fill.
2765 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2766 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2767
8d68c659
MA
27682010-12-31 Michael Albinus <michael.albinus@gmx.de>
2769
2770 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2771 and "scpx".
2772
291cc045
TH
27732010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2774
2775 * doc-view.el (doc-view-set-doc-type): New function refactored
2776 from doc-view-mode.
2777 (doc-view-fallback-mode): New function.
2778 (doc-view-mode): Use it.
2779 (doc-view-mode-maybe): New function that checks if doc-view-mode
2780 can be used and falls back to the next best mode otherwise.
2781
2782 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2783 DVI, OpenDocument, and MS Office files.
2784
8ee2dc5c
AS
27852010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2786
2787 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2788
f9e68477
TH
27892010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2790
2791 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2792 on a copy of auto-mode-alist, because that deletes with side
2793 effects.
2794
ad727c81
TH
27952010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2796
7973bcea
SM
2797 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2798 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2799 fallback instead of hard coding fundamental mode.
2800
b71b7803
TH
28012010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2802
2803 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2804 Office) files also for searching.
2805
95e16d17
TH
28062010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2807
2808 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2809 Office) files. Not yet enabled via auto-mode-list.
2810 (doc-view-unoconv-program): New custom variable.
2811 (doc-view-mode-p): Handle new odf document type.
2812 (doc-view-odf->pdf): New conversion function.
2813 (doc-view-convert-current-doc): Call it for odf files.
2814 (doc-view-mode): Recognize newly supported file extensions.
2815
b191c9d9
MA
28162010-12-30 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/tramp.el (tramp-default-method-alist)
2819 (tramp-default-user-alist)
2820 (tramp-local-host-regexp, tramp-prefix-domain-format)
2821 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2822
2823 * net/tramp-ftp.el:
2824 * net/tramp-gvfs.el:
2825 * net/tramp-gw.el:
2826 * net/tramp-imap.el:
2827 * net/tramp-sh.el:
2828 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2829 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2830
6e457cc9
KF
28312010-12-29 Karl Fogel <kfogel@red-bean.com>
2832
2833 * saveplace.el (save-place-alist-to-file): Save list sorted and
2834 pretty-printed, so that it is mergeable by line-based text merging,
2835 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2836
fb9a573a
KM
28372010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2838
e9e68fda 2839 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2840 (allout-mode): Argument "toggle" => "force".
2841 Refine the docstring.
2842 Remove special provisions for reactivation, besides the 'force'
2843 argument.
2844 Consolidate layout provisions coce directly into the activation
2845 condition branch, now that we've removed those provisions.
2846 (allout-unload-function): Explicitly activate the mode before
2847 deactivating, if it's initially deactivated.
2848 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2849 warnings for version of function used only where
2850 set-buffer-multibyte is unavailable.
2851
c940c054
CY
28522010-12-28 Chong Yidong <cyd@stupidchicken.com>
2853
2854 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2855 are handled by the menu-bar entries. As before, don't use
2856 :visibile to avoid changing the tool-bar.
2857
4c145d5d
MA
28582010-12-27 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * net/secrets.el (secrets-delete-alias): New defun.
2861
fe99f704
MA
28622010-12-27 Michael Albinus <michael.albinus@gmx.de>
2863
2864 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2865 methods, otherwise ~/.ssh/config would be ignored.
2866
723ee192
SM
28672010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * emacs-lisp/rx.el: Make it a superset of sregex.
2870 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2871 of args, add `regex' alias.
2872 (rx-info): Add arg to distinguish head and standalone forms.
2873 (rx-check, rx-form): Pass the corresponding arg.
2874 (rx-**): Simplify.
2875 (rx-repeat): Make it work for any number of args.
2876 (rx-syntax): Make it accept syntax chars as is.
2877 * obsolete/sregex.el: Move from emacs-lisp/.
2878 * emacs-lisp/re-builder.el: Remove sregex support.
2879 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2880
e77714da
EZ
28812010-12-25 Eli Zaretskii <eliz@gnu.org>
2882
2883 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2884 PRIMARY first, then the clipboard. (Bug#7699)
2885
17870c01
SM
28862010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2889 print-number-table.
2890
6bfa51ba
CY
28912010-12-21 Chong Yidong <cyd@stupidchicken.com>
2892
d78cdcf7
CY
2893 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2894 .emacs.elc (Bug#7530).
2895
6bfa51ba
CY
2896 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2897 image spec (Bug#7480).
2898
9d9cfd53
DU
28992010-12-21 Daiki Ueno <ueno@unixuser.org>
2900
2901 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2902 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2903 Move from lisp/.
9d9cfd53 2904
adc0b793
JD
29052010-12-20 Leo <sdl.web@gmail.com>
2906
2907 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2908 always be performed (Bug#7680).
2909
778ca437
CY
29102010-12-20 Chong Yidong <cyd@stupidchicken.com>
2911
3f95d7ff
CY
2912 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2913 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2914 mouse-region-match.
778ca437 2915
3f95d7ff 2916 * color.el: Move from gnus/.
94975270 2917
f48fdaad
CY
2918 * vc/diff.el (diff-better-file-name): Function deleted.
2919 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2920 (diff-no-select): Just use expand-file-name.
2921
2922 * tool-bar.el (tool-bar--image-expression): New function.
2923 (tool-bar-local-item, tool-bar--image-exp): Use it.
2924 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2925 Use :enable instead of :visible to avoid changing the tool-bar
2926 configuration unnecessarily.
2927
2928 * info.el (info-tool-bar-map): Add separators.
2929
2e306b39
KB
29302010-12-17 Ken Brown <kbrown@cornell.edu>
2931
2932 * loadup.el: Use version numbers in Cygwin build.
2933
395542c6
RT
29342010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2935
2936 * ido.el (ido-file-internal): Ask for confirmation before
2937 overwriting an existing file (Bug#1238).
2938
4039c786
CY
29392010-12-16 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * tool-bar.el (tool-bar-setup): Add separators.
2942
2943 * menu-bar.el (featurep): Use menu-bar-separator.
2944
45720dc3
GM
29452010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2946
2947 Migrate allout encryption provisions from pgg to epg.
2948
2949 * allout.el (allout-toggle-current-subtree-encryption)
2950 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2951 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2952 for simpler universal argument interpretation.
35f52ed6 2953 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
2954 changed encryption provisions. Change fetch-pass to keymode-cue, for
2955 simpler universal argument interpretation. Remove provisions for
2956 handling key type and identity - they'll all be within
2957 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2958 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2959 for keypair recipients (universal argument > 1) and, in addition,
2960 associating the specified recipients with the outline (universal
2961 argument > 4) using a file local variable setting for
2962 'epa-file-encrypt-to'.
2963 Require epa, for recipients handling.
2964 Change how regexp filtering elements are named.
2965 Describe the problem with caching of incorrect symmetric-decryption
2966 keys.
2967 Use the epa-passphrase-callback-function, in case the user is using
2968 GnuPG v1.
2969 Support saving of the selected keypair recipients when invoked with a
2970 keymode-cue > 4.
2971 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2972 Require 'epa.
2973 Establish epg-context with armoring and default epg-protocol.
2974 Remove all passphrase cache, verification, and hinting code.
2975 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2976 No longer used, delete.
2977 (allout-mode): Adjust docstring to describe changed encryption
2978 provisions. Describe the problem with caching of incorrect
2979 symmetric-decryption keys.
2980 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2981 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2982 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2983 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2984 Obsolete, remove.
2985
33088bed
DU
29862010-12-16 Daiki Ueno <ueno@unixuser.org>
2987
2988 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2989 key selection prompt; make 'silent as default (Bug#7487).
2990
bfc49a5b
LL
29912010-12-16 Leo <sdl.web@gmail.com>
2992
7973bcea
SM
2993 * eshell/eshell.el (eshell-directory-name):
2994 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 2995
68251e16
GM
29962010-12-15 Glenn Morris <rgm@gnu.org>
2997
2998 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2999
99f053cf 30002010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3001 Scott Evans <gse@antisleep.com>
99f053cf
JA
3002
3003 * rect.el (rectange--default-line-number-format)
3004 (rectangle-number-line-callback): New functions.
3005 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3006
5614fd56
CY
30072010-12-15 Chong Yidong <cyd@stupidchicken.com>
3008
3009 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3010 Delete unused variables.
3011 (move-to-column-force): Remove function obsolete since 21.2.
3012
d68b0220
MA
30132010-12-14 Michael Albinus <michael.albinus@gmx.de>
3014
3015 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3016 (tramp-handle-insert-file-contents): Do not set permanent-local
3017 property.
3018
7973bcea
SM
3019 * net/tramp-cache.el (tramp-persistency-file-name):
3020 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3021
3022 * net/tramp-sh.el (tramp-methods): Add "ksu".
3023 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3024 method list.
3025
0273f794
GM
30262010-12-14 Glenn Morris <rgm@gnu.org>
3027
ab274982
GM
3028 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3029 (find-tag-marker-ring): Declare.
3030 (js-find-symbol): Require etags.
3031
e758216c
GM
3032 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3033 Require mail-utils.
3034 (mail-alias-file): Don't autoload. Doc fix.
3035 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3036 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3037 Mark as obsolete, and risky.
3038 (mail-setup): Simplify.
3039
53aff12a
GM
3040 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3041 * mail/sendmail.el (build-mail-aliases): Update autoload.
3042
aae4b48c
GM
3043 * dired.el (dired-trivial-filenames, dired-chown-program)
3044 (dired-auto-revert-buffer): Remove autoload cookies.
3045 * mail/sendmail.el (mail-recover-1): Require 'dired.
3046
bff7c1ad
GM
3047 * dired.el (dired-subdir-switches, dired-chown-program)
3048 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3049 Make into defcustoms.
3050 (dired-chown-program): Simplify initialization.
3051
0273f794
GM
3052 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3053
bc557672
RF
30542010-12-13 Romain Francoise <romain@orebokech.com>
3055
3056 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3057
7410c270
G
30582010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3059
3060 * net/netrc.el (netrc-point-at-eol): Remove the unused
3061 netrc-point-at-old and netrc-bound-and-true-p bindings.
3062 (netrc-parse): Cache the netrc contents.
3063
f49d1f52 30642010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3065
3066 * subr.el (posn-col-row): Evaluate header-line-format in the
3067 context of the POSITION window's buffer.
3068
f49d1f52 30692010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3070
3071 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3072 (with-silent-modifications): Doc fixes.
3073
f49d1f52 30742010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3075
3076 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3077 Revert previous from. Use `save-restriction'.
158d5945 3078
f49d1f52 30792010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3080
3081 * calendar/diary-lib.el (diary-list-sexp-entries):
3082 Handle case of no newline at end of file. (Bug#7536)
3083
f49d1f52 30842010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3085
3086 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3087
f49d1f52 30882010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3089
f49d1f52 3090 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3091 (tramp-process-actions): Do not widen.
d68b0220 3092
f49d1f52
SM
3093 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3094 Protect buffer-modified value. (Bug#7557)
32802ee1 3095
f49d1f52 30962010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3097
3098 * log-edit.el (log-edit-changelog-entries):
3099 Regexp quote filename. (Bug#7505)
3100
f49d1f52 31012010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3102
3103 * cus-edit.el (custom-save-all):
3104 Bind print-length and print-level to nil. (Bug#7581)
3105
f49d1f52 31062010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3107
d5e6e0b6
GM
3108 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3109 Run hooks to update menu contents. (Bug#7586)
3110
3c1e62f8
GM
3111 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3112 file names, for the sake of MS Windows. (Bug#7588)
3113
f49d1f52 31142010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3115
3116 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3117 empty lines without a leading space.
3118
f49d1f52 31192010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3120
740af6c9
GM
3121 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3122 while mapping over marks (Bug#6810).
86a6e8e0 3123
f49d1f52 31242010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3125
3126 * image-dired.el (image-dired-db-file)
3127 (image-dired-temp-image-file, image-dired-gallery-dir)
3128 (image-dired-temp-rotate-image-file): Set default values relative
3129 to image-dired-dir (Bug#7518).
3130
f49d1f52 31312010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3132
3133 * format.el (format-decode-run-method): Pass args FROM and TO, not
3134 point-min and point-max, to shell-command-on-region (Bug#7488).
3135
f49d1f52 31362010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3137
3138 * frame.el (blink-cursor-mode): Make default t for ns.
3139
f49d1f52 31402010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3141
3142 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3143
f49d1f52 31442010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3145
637c2c43
CY
3146 * comint.el (comint-dynamic-list-input-ring)
3147 (comint-dynamic-complete-filename)
3148 (comint-replace-by-expanded-filename)
3149 (comint-dynamic-simple-complete)
3150 (comint-dynamic-list-filename-completions)
3151 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3152
74194465
CY
3153 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3154 Doc fix (Bug#7471).
3155
f49d1f52 31562010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3157
3158 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3159 (Bug#7533).
3160
01c35094 31612010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3162
3163 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3164 (Bug#7491).
3165
f49d1f52 31662010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3167
3168 * files.el (file-relative-name): Handle UNC file names on
3169 DOS/Windows. (Bug#4674)
3170
f49d1f52 31712010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3172
3173 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3174 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3175 (epg-context-set-passphrase-callback): Mention that the callback
3176 is not called when used with GnuPG 2.x.
3177
f49d1f52 31782010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3179
3180 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3181 Ensure ps-footer-font-size-internal is initialized.
3182 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3183
f49d1f52 31842010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3185
3186 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3187 within condition-case.
3188 (rmail-show-mime): Don't use condition-case.
3189 (rmail-search-mime-message): New function.
3190 (rmail-search-mime-message-function): Set to
3191 rmail-search-mime-message.
3192
f49d1f52 31932010-12-13 Leo <sdl.web@gmail.com>
bd794450 3194
0fdd1db7 3195 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3196 (ido-mode): Use it.
3197 (ido-completing-read): Call it.
3198
fdbb4d85
KF
31992010-12-12 Karl Fogel <kfogel@red-bean.com>
3200
3201 * bookmark.el (bookmark-name-from-full-record): Rename back to
3202 this original name from `bookmark-name-from-record' reverting part
3203 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3204 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3205 third-party callers. (Bug#7609)
fdbb4d85 3206
0e5cf2b8
AM
32072010-12-12 Alan Mackenzie <acm@muc.de>
3208
3209 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3210 template arglist, check that the current language supports this.
3211
6961d41c
GM
32122010-12-11 Glenn Morris <rgm@gnu.org>
3213
2b404597
GM
3214 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3215 state of the file matches. (Bug#7544)
3216 (vc-bzr-register, vc-bzr-checkin)
3217 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3218 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3219
6961d41c
GM
3220 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3221
1e5d2a04
KK
32222010-12-11 Karel Klíč <kklic@redhat.com>
3223
3224 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3225
175069ef
SM
32262010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3227
3228 Derive from prog-mode, use derived-mode-p, and fix up various
3229 minor style issues in lisp/progmodes.
3230
3231 * progmodes/vhdl-mode.el (vhdl-mode):
3232 * progmodes/verilog-mode.el (verilog-mode):
3233 * progmodes/vera-mode.el (vera-mode):
3234 * progmodes/sql.el (sql-mode):
3235 * progmodes/scheme.el (scheme-mode):
3236 * progmodes/perl-mode.el (perl-mode):
3237 * progmodes/octave-inf.el (inferior-octave-mode):
3238 * progmodes/autoconf.el (autoconf-mode):
3239 * progmodes/m4-mode.el (m4-mode):
3240 * progmodes/inf-lisp.el (inferior-lisp-mode):
3241 * progmodes/idlwave.el (idlwave-mode):
3242 * progmodes/icon.el (icon-mode):
3243 * progmodes/idlw-help.el (idlwave-help-mode):
3244 * progmodes/dcl-mode.el (dcl-mode):
3245 * progmodes/idlw-shell.el (idlwave-shell-mode):
3246 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3247 (ebrowse-member-mode, ebrowse-electric-position-mode):
3248 Use define-derived-mode.
3249
3250 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3251 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3252 (xscheme-debugger-mode-p, xscheme-send-string-1):
3253 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3254 (tcl-load-file, tcl-restart-with-file):
3255 * progmodes/ps-mode.el (ps-run-running):
3256 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3257 * progmodes/js.el (js--get-all-known-symbols):
3258 * progmodes/inf-lisp.el (inferior-lisp-proc):
3259 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3260 (idlwave-template, idlwave-update-buffer-routine-info)
3261 (idlwave-update-current-buffer-info)
3262 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3263 (idlwave-scan-class-info, idlwave-fix-keywords)
3264 (idlwave-list-buffer-load-path-shadows):
3265 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3266 (idlwave-toolbar-remove):
3267 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3268 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3269 (idlwave-shell-menu-def):
3270 * progmodes/idlw-complete-structtag.el
3271 (idlwave-prepare-structure-tag-completion):
3272 * progmodes/gud.el (gud-set-buffer):
3273 * progmodes/f90.el (f90-backslash-not-special):
3274 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3275
3276 * progmodes/xscheme.el (xscheme-start)
3277 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3278 * progmodes/which-func.el (which-function):
3279 * progmodes/vhdl-mode.el (vhdl-set-style):
3280 * progmodes/verilog-mode.el (verilog-set-compile-command)
3281 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3282 (verilog-set-define, verilog-auto-reeval-locals):
3283 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3284 * progmodes/simula.el (simula-mode):
3285 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3286 * progmodes/python.el (python-check, python-mode):
3287 * progmodes/prolog.el (prolog-mode-variables):
3288 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3289 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3290 * progmodes/delphi.el (delphi-mode):
3291 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3292 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3293 (c-font-lock-init): Move make-local-variable to their setq.
3294
3295 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3296 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3297 make-local-hook.
3298 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3299 (sh-set-shell): Don't set require-final-newline since it's already done
3300 by prog-mode.
3301 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3302 since we never set it.
3303 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3304 Use read-string and standard prompt.
3305 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3306 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3307 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3308 (meta-common-mode-map): Rename from meta-mode-map.
3309 Remove C-m binding, which is a user preference, not mode specific.
3310 (meta-common-mode): New major mode; replace meta-common-initialization.
3311 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3312 around with font-lock.
3313 * progmodes/etags.el (select-tags-table-mode):
3314 Derive from special-mode.
3315 * progmodes/octave-mod.el (octave-mode):
3316 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3317 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3318 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3319 Let define-derived-mode do its job.
3320 * progmodes/cpp.el (cpp-edit-mode-map):
3321 Move initialization into declaration.
3322 (cpp-edit-mode): Use define-derived-mode.
3323 (cpp-edit-load): Use derived-mode-p.
3324 * progmodes/mixal-mode.el (mixal-mode):
3325 * progmodes/f90.el (f90-mode):
3326 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3327 require-final-newline since prog-mode does it already.
3328 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3329 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3330 * progmodes/antlr-mode.el: Require cc-mode upfront.
3331 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3332 the declaration.
3333 (antlr-directory-dependencies, antlr-show-makefile-rules):
3334 Use derived-mode-p.
3335 (antlr-language-option): Don't assume point-min==1.
3336 (antlr-mode): Use define-derived-mode.
3337 * progmodes/ada-mode.el: Use derived-mode-p.
3338 (ada-mode): Use define-derived-mode.
3339 Use hack-local-variables-hook.
3340
61f91c04
SM
33412010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3344 (texinfo-mode): Don't disable adaptive-fill-mode.
3345 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3346 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3347 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3348 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3349 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3350 (texinfo-insert-@quotation, texinfo-insert-@samp)
3351 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3352 (texinfo-insert-@uref): Use define-skeleton.
3353 (texinfo-insert-@-with-arg): Delete.
3354
72a44673
EZ
33552010-12-10 Eli Zaretskii <eliz@gnu.org>
3356
3357 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3358 nil, do quote archive member names. (Bug#6144)
3359
ab540f59
GM
33602010-12-10 Glenn Morris <rgm@gnu.org>
3361
66f782de
GM
3362 * files.el (diff-no-select): Declare.
3363
e554b3f8
GM
3364 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3365 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3366
ab540f59
GM
3367 * comint.el (comint-input-ring-file-name): Doc fix.
3368
f68ab99b
EZ
33692010-12-09 Eli Zaretskii <eliz@gnu.org>
3370
3371 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3372 New functions.
61f91c04
SM
3373 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3374 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3375 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3376 instead of `nil'.
3377 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3378 and menu-bar-positive-p instead of `nil' and `>', respectively.
3379 (Bug#1077)
3380
650453a9
VJL
33812010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3382
3383 * whitespace.el (whitespace-newline-mode): Code fix.
3384
28d5de72
GM
33852010-12-09 Glenn Morris <rgm@gnu.org>
3386
3387 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3388 Rename functions without commas, update callers.
3389
b596d50d 33902010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3391
b596d50d
GM
3392 * whitespace.el (whitespace-cleanup-region):
3393 Clean up spaces before tabs. (Bug#7582)
16498102 3394
eff37c5e
KF
33952010-12-08 Karl Fogel <kfogel@red-bean.com>
3396
3397 * bookmark.el: Adjust parameter names and doc strings to resolve
3398 confusion over whether "bookmark" meant a bookmark name or a
3399 bookmark record. Along the way, shorten one function's name for
3400 similar reasons. (Issue #7548)
3401 (bookmark-name-from-record): New name for
3402 `bookmark-name-from-full-record'. All callers changed.
3403 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3404 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3405 (bookmark-get-annotation, bookmark-set-annotation)
3406 (bookmark-get-filename, bookmark-set-filename)
3407 (bookmark-get-position, bookmark-set-position)
3408 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3409 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3410 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3411 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3412 Rename `bookmark' parameter to `bookmark-name-or-record', to
3413 clearly show its role, and shorten or adjust doc strings accordingly.
3414 (bookmark-set-name): Same, and pass the parameter directly to
3415 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3416 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3417 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3418 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3419 and in some cases shorten doc string accordingly.
3420 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3421 and `new-name', and adjust an internal variable to avoid confusion.
3422 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3423 parameter in doc string.
3424
5fe9ebd1
GM
34252010-12-08 Glenn Morris <rgm@gnu.org>
3426
ac8331a7
GM
3427 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3428 from gdb's history file. (Bug#7575)
3429
5fe9ebd1
GM
3430 * mail/emacsbug.el (report-emacs-bug):
3431 Try to handle some other mail clients.
3432
33cf0fb2
SM
34332010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3434
3435 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3436 Use string-prefix-p.
3437 (file-name-version-regexp): New var.
3438 (file-name-sans-versions):
3439 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3440 (jka-compr-get-compression-info): Use dolist.
3441 (jka-compr-compression-info-list): Don't bother specifying
3442 version/backup regexps.
3443
11c31b99
TH
34442010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3445
3446 * simple.el (just-one-space): Make argument n default to 1 if
3447 omitted.
3448
a733fc37
SM
34492010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * electric.el (electric-indent-post-self-insert-function):
3452 Delete trailing newlines even if we don't reindent.
3453
88b5a757
DD
34542010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3455
a733fc37
SM
3456 * minibuffer.el (completion-at-point): Remove the `arg'.
3457 * bindings.el (complete-symbol): Move back from minibuffer.el.
3458
34592010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3460
88b5a757
DD
3461 * simple.el (just-one-space): Delete newlines for negative arg.
3462
ce327e48
SM
34632010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3466 (ansi-color-filter-apply): Simplify.
3467 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3468
ac73d955
BR
34692010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3470
3471 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3472
8c44f097
CY
34732010-12-04 Chong Yidong <cyd@stupidchicken.com>
3474
3475 * dired.el (dired-use-ls-dired): Set default to a special
3476 "unspecified" value.
3477 (dired-insert-directory): When called the first time, check
3478 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3479
15af15e5
TO
34802010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3481
3482 * replace.el: Add "collect" feature to occur.
3483 (occur-collect-regexp-history): New var.
88b5a757
DD
3484 (occur-read-primary-args): Return a replace string for nlines,
3485 if needed.
15af15e5
TO
3486 (occur): Extend the meaning of nlines.
3487
b2e6e5bd
SM
34882010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3491 (which-func-update-1): Distinguish symbols from strings.
3492 (which-function): Stay within 80 columns.
3493
ee9355dc
SM
34942010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3495
7f0ea0ff
SM
3496 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3497
ee9355dc
SM
3498 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3499 Improve docstring.
3500 (comment-style): Use comment-styles's docs to describe values.
3501
3e972d98
JD
35022010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3503
3504 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3505 and ns-show-prefs (Bug#7535).
3506
3507 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3508 bindings (Bug#7535).
3509
c879436a
GM
35102010-12-03 Glenn Morris <rgm@gnu.org>
3511
afe27238
GM
3512 * nxml/nxml-mode.el: Require rng-nxml.
3513 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3514 Remove declarations.
3515
65beee52
GM
3516 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3517 * nxml/rng-nxml.el, nxml/rng-valid.el:
3518 Remove leading `*' from defcustom docs.
3519
ad961a00
GM
3520 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3521 (normal-top-level-add-to-load-path, tty-handle-args):
3522 Convert comments to basic doc-strings.
3523
c5fd0ab5
GM
3524 * net/browse-url.el (browse-url-url-at-point)
3525 (browse-url-default-browser): Remove autoload cookies.
3526
f62f063d
GM
3527 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3528 Remove more undefined cl functions.
3529
c879436a
GM
3530 * vc/diff.el (diff-sentinel): Make new arguments optional.
3531 * ibuf-ext.el (diff-sentinel): Update declaration.
3532
3721e124
DU
35332010-12-03 Daiki Ueno <ueno@unixuser.org>
3534
3535 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3536 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3537 (epg-context-set-passphrase-callback): Mention that the callback
3538 is not called when used with GnuPG 2.x.
3539
66feec8b
MA
35402010-12-02 Michael Albinus <michael.albinus@gmx.de>
3541
3542 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3543 (tramp-file-name-port): Check also for `tramp-default-port'.
3544 (tramp-get-connection-name): New defun.
3545 (tramp-get-connection-process): Use it.
3546 (tramp-debug-message): Extend function exclude list.
3547 (tramp-drop-volume-letter): Fix doc string.
3548
3549 * net/tramp-cmds.el: Remove solved todo item.
3550
66feec8b
MA
3551 * net/tramp-ftp.el:
3552 * net/tramp-gvfs.el:
3553 * net/tramp-gw.el:
3554 * net/tramp-imap.el:
3555 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3556 and `tramp-default-user-alist', respectively.
3557
88b5a757
DD
3558 * net/tramp-gw.el (tramp-gw-open-connection):
3559 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3560
3561 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3562 `tramp-file-name-port'.
3563
3564 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3565 and "psftp". Exchange "%k" marker with options.
3566 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3567 Compute size of link target.
35f52ed6
JB
3568 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3569 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3570 copy arguments. Use `tramp-get-connection-name' and
3571 `tramp-get-connection-buffer'. Improve debug messages.
3572 (tramp-compute-multi-hops): Remove port determination.
3573 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3574
3575 * net/trampver.el: Update release number.
3576
bd77c2ef
GM
35772010-12-02 Glenn Morris <rgm@gnu.org>
3578
05907bb3
GM
3579 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3580 Avoid infinite loop over windows. (Bug#7492)
3581
bd77c2ef
GM
3582 * progmodes/flymake.el (flymake-check-file-limit):
3583 Allow nil to mean "no limit".
3584 (flymake-check-patch-master-file-buffer): Update for above change.
3585 Allow a .tex file-name extension to be optional.
3586 (flymake-master-tex-init): Also match \include statements.
3587
f7ca27a1
SS
35882010-11-30 Sam Steingold <sds@gnu.org>
3589
3590 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3591 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3592 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3593 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3594 define-derived-mode').
3595 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3596 users who want to call `nxml-parent-document-set'.
3597
402c8a49
CY
35982010-11-27 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3601 stand-alone lines, since that is handled by log-edit-match-to-eoh
3602 (Bug#6465).
3603
d1882ac7
EW
36042010-11-27 Eduard Wiebe <usenet@pusto.de>
3605
3606 * dired.el (dired-get-filename): Replace backslashes with slashes
3607 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3608 * locate.el (locate-default-make-command-line): Don't consider
3609 drive letter and root directory part of
3610 `directory-listing-before-filename-regexp'. (Bug#7308)
3611 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3612
07976ae3 36132010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3614
3615 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3616 of :smie-open/close-alist.
3617 (smie-next-sexp): Make it accept a "start token" as argument.
3618 (smie-indent-keyword): Be careful not to misidentify tokens that span
3619 more than one line, as empty lines. Add argument `token'.
3620
07976ae3 36212010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3622
afde451a
KH
3623 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3624 multipart subtypes, insert all as usual.
3625
3d9ee611
KH
3626 * mail/rmail.el: Require rfc2047.
3627
07976ae3 36282010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3629
3630 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3631 (rmail-mime-entity-disposition)
3632 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3633 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3634 (rmail-mime-save): Handle the case that the button's `data' is a
3635 MIME entity.
3636 (rmail-mime-insert-text): New function.
9e0ecdab 3637 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3638 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3639 (rmail-mime-insert-bulk): New function mostly copied from the old
3640 rmail-mime-bulk-handler.
9e0ecdab
GM
3641 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3642 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3643 the old rmail-mime-multipart-handler.
3644 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3645 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3646 rmail-mime-show.
3647 (rmail-mime-insert-multipart, rmail-mime-parse)
3648 (rmail-mime-insert, rmail-show-mime)
3649 (rmail-insert-mime-forwarded-message)
3650 (rmail-insert-mime-resent-message): New functions.
3651 (rmail-insert-mime-forwarded-message-function): Set to
3652 rmail-insert-mime-forwarded-message.
3653 (rmail-insert-mime-resent-message-function): Set to
3654 rmail-insert-mime-resent-message.
3655
3656 * mail/rmailsum.el: Require rfc2047.
3657 (rmail-header-summary): Handle multiline Subject: field.
3658 (rmail-summary-line-decoder): Change the default to
3659 rfc2047-decode-string.
3660
3661 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3662 (rmail-mime-feature): Change the default to `rmailmm'.
3663 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3664 (rmail-display-labels): Likewise.
3665 (rmail-show-message-1): Check rmail-enable-mime, and use
3666 rmail-show-mime-function for a MIME message. Decode the headers
3667 according to RFC2047.
3668
07976ae3 36692010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3670
3671 * progmodes/which-func.el (which-func-imenu-joiner-function):
3672 Return a string, as expected.
3673 (which-function-mode): Make sure we stop any previous timer before
3674 starting a new one.
3675
07976ae3 36762010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3677
3678 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3679 (tramp-default-user-alist, tramp-default-proxies-alist):
3680 Adapt custom options type. (Bug#7445)
e40fc745 3681
07976ae3 36822010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3683
3684 * progmodes/python.el: Add Ipython support (Bug#5390).
3685 (python-shell-prompt-alist)
3686 (python-shell-continuation-prompt-alist): New options.
3687 (python--set-prompt-regexp): New function.
33aeea0e
SM
3688 (inferior-python-mode, run-python, python-shell):
3689 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3690 prompt based on the Python interpreter.
3691 (python--prompt-regexp): New var.
3692 (python-check-comint-prompt)
3693 (python-comint-output-filter-function): Use it.
3694 (run-python): Use a pipe (Bug#5694).
3695
07976ae3 36962010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3697
3698 * progmodes/python.el (run-python): Doc fix.
3699 (python-keep-current-directory-in-path): New var (Bug#7454).
3700
07976ae3 37012010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3702
3703 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3704 Prompt user before actually printing.
3705
0b839457
GM
37062010-11-27 Glenn Morris <rgm@gnu.org>
3707
3708 * startup.el (package-enable-at-startup, package-initialize):
3709 Remove unnecessary declarations.
3710
96107967
EZ
37112010-11-27 Eli Zaretskii <eliz@gnu.org>
3712
3713 * international/characters.el (glyphless-char-display-control):
3714 Exclude newline and TAB from the c0-control group.
3715
a140ec5f
GM
37162010-11-27 Glenn Morris <rgm@gnu.org>
3717
82445062
GM
3718 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3719 (expand-mail-aliases): Remove unnecessary autoload.
3720
08b5f072
GM
3721 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3722
e96d4147
GM
3723 * shell.el (shell-dir-cookie-re): Move definition before use.
3724
a140ec5f
GM
3725 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3726 Replace undefined CL functions.
3727
a2249e66
EZ
37282010-11-26 Eli Zaretskii <eliz@gnu.org>
3729
228482b2
EZ
3730 * simple.el (prog-mode): Set bidi-paragraph-direction to
3731 left-to-right.
3732
a2249e66
EZ
3733 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3734
d01d7b8d
GM
37352010-11-26 Glenn Morris <rgm@gnu.org>
3736
3737 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3738 diary-outlook-formats can be sensitive to calendar-date-style.
3739 (diary-outlook-formats): Simplify the default setting.
3740 (diary-from-outlook-internal): Pass subject and body as arguments.
3741 Use dolist rather than dotimes. Don't save the diary buffer.
3742 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3743 Pass subject and body as explicit arguments to the -internal function.
3744
b3ea64a3
LMI
37452010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3746
3747 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3748 parsing them. This makes mailto:...?subject=foo\nbar work.
3749
d5e7b0d8
SM
37502010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * vc/diff.el (diff): Fix last change.
3753
872ab164
SM
37542010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3757 (pcase--dontcare-upats): New var.
3758 (pcase-let, pcase-let*): Generate better code.
3759 Accept the same bodies as `let'.
3760 (pcase-dolist): New macro.
3761 (pcase--trivial-upat-p): New helper function.
3762 (pcase--expand): Strip leading "(let nil" if any.
3763
876d1684
LMI
37642010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
7bd9b9d8
LMI
3766 * mail/mailclient.el (browse-url): Require.
3767 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3768 use the external browser function to send the mail (bug#7469).
3769
876d1684
LMI
3770 * net/browse-url.el (browse-url-browser-function): Revert the
3771 default back to the previous value, since the new value broke
3772 mailclient.el.
3773 (browse-url-mailto-function): New variable for mailto: URLs.
3774 (browse-url): Use the new variable for mailto: URLs.
3775
6e13206c
SM
37762010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * eshell/esh-cmd.el (eshell-parse-command):
3779 * eshell/esh-arg.el (eshell-parse-arguments):
3780 * eshell/em-script.el (eshell-source-file):
3781 Use with-silent-modifications.
3782
3d92f44e
CY
37832010-11-23 Chong Yidong <cyd@stupidchicken.com>
3784
3785 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3786 for a merge location.
3787
3788 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3789 (vc-bzr-merge-branch): Always prompt.
3790 (vc-bzr-async-command): Use the full branch filename.
3791
8f5f1e68
SM
37922010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * shell.el (shell): Use current-buffer by default if it's already
3795 a shell mode buffer and its process is dead.
ee9355dc 3796 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3797
331460ac
TH
37982010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3799
8f5f1e68
SM
3800 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3801 Mention that the keywords should be comma separated.
331460ac 3802
2c3160c5
CY
38032010-11-23 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3806 Accept optional prefix arg meaning to prompt for a command.
3807 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3808 prefix arg meaning to prompt for a command.
3809 (vc-pull): Alias for vc-update.
3810
3811 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3812 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3813 (vc-bzr-merge-branch): New functions, implementing merge-branch
3814 and pull operations.
3815
b2e44819
SM
38162010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3817
8a0eb852
SM
3818 * Makefile.in: Fix up last merge.
3819
b2e44819
SM
3820 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3821 (diff-sentinel): Get them as arguments instead.
3822 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3823 (diff-file-local-copy, diff-better-file-name): New funs.
3824 (diff-no-select): Rename from diff-into-buffer.
3825 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3826 Prefer closures to buffer-local variables.
3827 (diff): Adjust accordingly.
3828 (diff-buffer-with-file): Move from files.el.
3829 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3830 (diff-buffer-internal): Remove.
3831 (diff-buffer-buffer): Remove.
3832 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3833 the buffer name used, and so as not to mess up windows and frames.
3834
6a7662bb
BR
38352010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3836
3837 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3838 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3839 (diff-buffer-with-file): Use it.
3840 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3841 (diff): Use it.
3842
c799747b
TH
38432010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3844
3845 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3846 \ref's or \pageref's value as default instead of initial input.
3847
e274eb13
MA
38482010-11-21 Michael Albinus <michael.albinus@gmx.de>
3849
3850 * files.el (backup-by-copying-when-mismatch): The default value is
3851 now t.
3852
3853 * startup.el (normal-top-level):
3854 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3855 `backup-by-copying-when-mismatch'.
3856
77af54d7
JD
38572010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3858
3859 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3860
4e2f7d2a
CY
38612010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3862
6a7662bb
BR
3863 * progmodes/python.el (python-font-lock-keywords):
3864 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3865
b7d1e144
JD
38662010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3867
3868 * term/ns-win.el (ns-right-control-modifier)
3869 (ns-right-command-modifier): Defvar them.
3870
3871 * cus-start.el (all): Add ns-right-control-modifier and
3872 ns-right-command-modifier (Bug#7458).
3873
c11cc37a
GM
38742010-11-20 Glenn Morris <rgm@gnu.org>
3875
3876 * emacs-lisp/authors.el (authors-ignored-files)
3877 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3878
7dcd777e
TH
38792010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3880
3881 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3882 (report-emacs-bug-parse-query-results)
3883 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3884 keywords used for querying the bug database to show them in the
3885 existing bugs buffer.
3886
d2bd5189
JD
38872010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3888
3889 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3890
3891 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3892
0e7c0582
EZ
38932010-11-20 Eli Zaretskii <eliz@gnu.org>
3894
3895 * international/characters.el (glyphless-char-display-control):
3896 Make it a defcustom, with update-glyphless-char-display as its
3897 :set attribute.
3898 (top level): Don't call update-glyphless-char-display.
3899
7398933f
MA
39002010-11-20 Michael Albinus <michael.albinus@gmx.de>
3901
3902 Sync with Tramp 2.2.0.
3903
3904 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3905 `file-remote-p' (due to compatibility).
3906
3907 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3908 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3909
3910 * net/trampver.el: Update release number.
3911
1cd64aae
EZ
39122010-11-20 Eli Zaretskii <eliz@gnu.org>
3913
3914 * faces.el (glyphless-char): Define value for `pc'.
3915
614316a7
TH
39162010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3917
26214810
EZ
3918 Implemented a bug querying mechanism.
3919 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3920 (report-emacs-bug-create-existing-bugs-buffer)
3921 (report-emacs-bug-parse-query-results)
26214810 3922 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3923
9061f667
TH
39242010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3925
3926 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3927 a \ref{} or \pageref{} macro, then use its value as initial input.
3928
1265829e
JB
39292010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3930
3931 * calc/calc-units.el (math-build-units-table-buffer):
3932 calc/README: Mention that the TeX specific units won't use the
3933 `tex' prefix in TeX mode.
3934 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3935 prefix for units in TeX mode.
3936
9fca7811
SM
39372010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3940 * comint.el (comint-kill-region): Make the yank-handler argument
3941 obsolete.
9fca7811 3942
4a47c275 39432010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3944
e2f454c4
SM
3945 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3946 that are both openers (resp. closers) and something else.
3947 (smie-grammar): Loosen definition of valid values.
3948 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3949 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3950 (smie-indent-after-keyword): Adjust users.
3951 (smie-indent-keyword): Don't indent empty lines.
3952
88bf1bec
SM
3953 * vc-hg.el (vc-hg-program): New var.
3954 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3955 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3956
4a47c275 39572010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
3958
3959 * emacs-lisp/autoload.el (autoload-find-destination): The function
3960 coding-system-eol-type may return non-numeric values. (Bug#7414)
3961
4a47c275 39622010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
3963
3964 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3965
4a47c275 39662010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
3967
3968 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3969
4a47c275 39702010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
3971
3972 * textmodes/picture.el (picture-mouse-set-point): Don't use
3973 posn-col-row; explicitly compute the motion based on the posn at
3974 the window-start (Bug#7390).
3975
4a47c275 39762010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
3977
3978 * novice.el (disabled-command-function):
3979 Fix 2009-11-15 change. (Bug#7384)
3980
4a47c275 39812010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
3982
3983 * calendar/calendar.el (diary-iso-date-forms): Make elements
3984 mutually exclusive. (Bug#7377)
3985
4a47c275 39862010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
3987
3988 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3989 when filling the remaining "unconstrained" values.
3990
4a47c275 39912010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 3992
acef0722
SM
3993 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3994 safety predicate.
3995
3996 * files.el (safe-local-variable-p): Gracefully handle errors.
3997
7bea8c7a
SM
3998 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3999 Use smie-indent-virtual when indenting relative to an opener.
4000 (smie-rule-separator): Use smie-rule-parent.
4001 (smie-indent-keyword): Consult rules, even for openers at bol.
4002 (smie-indent-comment-close): Try to align closer's content.
4003
4a47c275 40042010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4005
4006 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4007
4a47c275 40082010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4009
aa514451
GM
4010 * printing.el (pr-menu-bind): Doc fix.
4011
32b636de
GM
4012 * speedbar.el (speedbar-toggle-images): Doc fix.
4013
bc1d5cdf
GM
4014 * progmodes/python.el (python-shell): Doc fix.
4015
c790cad4
GM
4016 * wid-edit.el (widget-field-use-before-change)
4017 (widget-use-overlay-change): Doc fixes.
4018
c51bb5d2
SM
40192010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4020
8bbb7dd8
SM
4021 Minor cleanup to improve style.
4022 * textmodes/rst.el (rst-update-section): Use point-marker.
4023 (rst-get-decoration): Eliminate unneeded assignment.
4024 (rst-promote-region, rst-straighten-decorations)
4025 (rst-section-tree, rst-adjust): Use point-marker.
4026 (rst-toc-mode-mouse-goto): Avoid setq.
4027 (rst-shift-region-guts, rst-shift-region-left)
4028 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4029 (rst-convert-bullets-to-enumeration): Use copy-marker.
4030
b7e270a2
SM
4031 * minibuffer.el (completion-fail-discreetly): New var.
4032 (completion--do-completion): Use it.
4033
c51bb5d2
SM
4034 * electric.el (electric-pair-pairs): New var.
4035 (electric-pair-post-self-insert-function): Use it.
4036 (electric-layout-post-self-insert-function): Don't insert a before
4037 newline unless it's actually needed.
4038
c04f2ac0
SM
40392010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4040
bac2de0f
SM
4041 * progmodes/python.el (run-python): Explain why we remove the current
4042 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4043
c04f2ac0
SM
4044 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4045
7100ff98
SM
40462010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4047
03f70355
SM
4048 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4049 (octave-mode-map): Don't bind ;, SPC, and LF.
4050 (octave-auto-indent, octave-auto-newline): Remove.
4051 (electric-layout-rules): Declare.
4052 (octave-mode): Set electric-layout-rules.
4053 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4054 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4055 (octave-electric-space): Remove.
4056
7100ff98
SM
4057 * electric.el (electric-layout-mode): New minor mode.
4058 (electric--after-char-pos): New function.
4059 (electric-indent-post-self-insert-function): Use it.
4060 (electric-layout-rules): New var.
4061 (electric-layout-post-self-insert-function): New function.
4062 (electric-indent-mode): Make them interact better.
4063
cca982d0
SM
40642010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4067 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4068 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4069
84992dff
AM
40702010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4071
4072 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4073 Make sure to check inside the word (Bug#6761).
4074
afa42fe3
CY
40752010-11-14 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * startup.el (command-line): If the cursorColor resource is set,
4078 change the cursor face-spec (Bug#7392).
4079
a798747d 40802010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4081
a798747d 4082 The main features of the following allout.el changes are:
1c9b9df0
KM
4083 - implement user customization for the allout key bindings
4084 - add a customization control by which the user can inhibit use of
a798747d 4085 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4086 describe-prefix-bindings
4087 - adapt to new version of called-interactively-p, while
a798747d 4088 maintaining backwards compatibility with old version
01c35094 4089 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4090
a798747d
GM
4091 * allout.el (allout-keybindings, allout-bind-keys)
4092 (allout-keybindings-binding, allout-prefixed-keybindings)
4093 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4094 (allout-keybindings-list, allout-mode-map-adjustments)
4095 (allout-setup-mode-map): Establish allout-mode keymaps as user
4096 customizable settings, and also establish a customizable setting which
4097 regulates whether or not a trailing control-h is reserved for use with
4098 describe-prefix-bindings - and inhibit it by default, so that control-h
4099 *is* reserved for describe-prefix-bindings unless the user changes it.
4100
4101 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4102 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4103 modified events more comprehensively.
4104
a798747d
GM
4105 * allout.el (allout-substring-no-properties):
4106 Alias to use or provide version of `substring-no-properties'.
4107 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4108
a798747d
GM
4109 * allout.el (allout-next-single-char-property-change):
4110 Alias to use or provide version of `next-single-char-property-change'.
4111 (allout-annotate-hidden, allout-hide-by-annotation):
4112 Use `allout-next-single-char-property-change'.
1c9b9df0 4113
a798747d
GM
4114 * allout.el (allout-select-safe-coding-system):
4115 Alias to use or provide version of `select-safe-coding-system'.
4116 (allout-toggle-subtree-encryption):
4117 Use `allout-select-safe-coding-system'.
1c9b9df0 4118
a798747d
GM
4119 * allout.el (allout-set-buffer-multibyte):
4120 Alias to use or provide version of `set-buffer-multibyte'.
4121 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4122
a798747d
GM
4123 * allout.el (allout-called-interactively-p): Macro for using the
4124 different versions of called-interactively-p identically, depending on
4125 the subroutine's argument signature.
4126 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4127 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4128
a798747d
GM
4129 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4130 (allout-previous-visible-heading, allout-forward-current-level)
4131 (allout-backward-current-level, allout-show-children):
4132 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4133
a798747d
GM
4134 * allout.el (allout-before-change-handler):
4135 Exempt edits to the (overlaid) character after the allout outline
4136 bullet from edit confirmation prompt.
1c9b9df0 4137
a798747d
GM
4138 * allout.el (allout-add-resumptions):
4139 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4140
a798747d
GM
4141 * allout.el (allout-beginning-of-line):
4142 Use `allout-previous-single-char-property-change' alias for the sake of
4143 diverse compatibility.
1c9b9df0 4144
a798747d
GM
4145 * allout.el (allout-end-of-line):
4146 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4147
0216b738
CY
41482010-11-13 Chong Yidong <cyd@stupidchicken.com>
4149
4150 * frame.el (frame-notice-user-settings): Don't clobber other
4151 user-set parameters when calling face-set-after-frame-default in
4152 response to background-color parameter (Bug#7373).
4153
0eb025fb
EZ
41542010-11-13 Eli Zaretskii <eliz@gnu.org>
4155
4156 * international/characters.el (glyphless-char-display-control):
88b5a757 4157 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4158 Signal an error if display method is not one of the recognized
4159 symbols.
0eb025fb 4160
6e060cee
MA
41612010-11-13 Michael Albinus <michael.albinus@gmx.de>
4162
4163 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4164 (tramp-compat-line-end-position): Remove them.
4165
4166 * net/tramp.el (tramp-parse-rhosts-group)
4167 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4168 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4169 (tramp-parse-netrc-group, tramp-parse-putty-group)
4170 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4171 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4172 (tramp-sh-handle-file-selinux-context)
4173 (tramp-sh-handle-file-name-all-completions)
4174 (tramp-sh-handle-insert-directory)
4175 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4176 (tramp-wait-for-output, tramp-send-command-and-read)
4177 * net/tramp-smb.el (tramp-smb-read-file-entry)
4178 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4179
4180 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4181 `point-at-bol'.
4182 (tramp-remote-coding-commands): Add an alternative using "base64
4183 -d -i". This is needed for older base64 versions from GNU
4184 coreutils. Reported by Klaus Reichl
4185 <Klaus.Reichl@thalesgroup.com>.
4186
8da5345f
HN
41872010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4188
4189 * simple.el (count-words-region): New function.
4190
c156a63b
SM
41912010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4192
78835dd0
SM
4193 * shell.el (shell-dir-cookie-re): New custom variable.
4194 (shell-dir-cookie-watcher): New function.
4195
ebff325e
SM
4196 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4197 and compilation-mode (bug#7350).
4198
4e9e1584
SM
4199 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4200 highlight when one of them is empty.
4201
4490f875
SM
4202 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4203 trailing space.
4204 (skeleton-newline): New function.
4205 (skeleton-internal-1): Use it.
4206
c156a63b
SM
4207 * simple.el (open-line): `newline' may strip trailing space.
4208
f3bb9e16
KR
42092010-11-12 Kevin Ryde <user42@zip.com.au>
4210
4211 * international/mule-cmds.el (princ-list): Use mapc.
4212
7847454a
GM
42132010-11-12 Glenn Morris <rgm@gnu.org>
4214
4215 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4216 Use it to replace all instances of "*Compile-Log*".
7847454a 4217
aa310257
SM
42182010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4221 indentation specs.
4222
cbf83ce9
SM
42232010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * progmodes/modula2.el: Use SMIE and skeleton.
4226 (m2-mode-syntax-table): (*..*) can be nested.
4227 Add //...\n. Fix paren syntax.
4228 (m2-mode-map): Remove LF and TAB bindings.
4229 (m2-indent): Add safety property.
4230 (m2-smie-grammar): New var.
4231 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4232 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4233 (m2-mode): Use define-derived-mode.
4234 (m2-newline, m2-tab): Remove.
4235 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4236 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4237 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4238 (m2-import): Use define-skeleton.
4239
e7c4fb1e
GM
42402010-11-11 Glenn Morris <rgm@gnu.org>
4241
b3e4c911
GM
4242 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4243
b3e22bd4
GM
4244 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4245 (ls-lisp-verbosity): Add custom :set-after property.
4246 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4247 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4248 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4249 (ls-lisp-set-options): New function.
4250 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4251 Doc fix.
b3e22bd4 4252
55a4b4fe
GM
4253 * play/landmark.el (lm-prompt-for-move):
4254 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4255
e7c4fb1e
GM
4256 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4257
4258 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4259 (idlwave-study-twins): Prefix dynamic local variable `name'.
4260 (idlwave-routine-twin-compare): Update for above change.
4261
4262 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4263 Prefix dynamic local variables `name', `kwd', and `link'.
4264 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4265 * progmodes/idlw-complete-structtag.el
4266 (idlwave-complete-structure-tag-help):
4267 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4268 (idlwave-complete-sysvar-tag-help)
4269 (idlwave-complete-class-structure-tag-help):
4270 Update for above name changes.
4271
afe2870b
LMI
42722010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * net/browse-url.el (browse-url-browser-function): Change the
4275 default to use `browse-url-mail' on mailto: URLs.
4276
fbe3be3f
CY
42772010-11-10 Chong Yidong <cyd@stupidchicken.com>
4278
cbf83ce9
SM
4279 * emacs-lisp/package.el (package-read-all-archive-contents):
4280 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4281
a7cfbaea 42822010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4283
4284 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4285 already found as misspellings by (flyspell-large-region), just
c97685d4 4286 do highlighting (bug#7322).
bd4532fc 4287
13e7256f
GM
42882010-11-10 Glenn Morris <rgm@gnu.org>
4289
6d2a1e35
GM
4290 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4291
d4aca69c
GM
4292 * emulation/edt.el (edt-with-position): New macro.
4293 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4294 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4295 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4296
f8a09adb
GM
4297 * emulation/tpu-extras.el (tpu-with-position): New macro.
4298 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4299
c026460b
GM
4300 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4301
dea53a43
GM
4302 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4303 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4304 (texinfo-master-menu, texinfo-insert-node-lines)
4305 (texinfo-multiple-files-update):
4306 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4307 Use line-beginning-position.
4308
72bc50c0
GM
4309 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4310 No recent Emacs supports system-type `emx'.
4311
4312 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4313 (ada-command-separator, ada-default-prj-properties)
4314 (ada-find-any-references): Update for above name change.
4315
4316 * dirtrack.el (dirtrack-directory-function)
4317 (dirtrack-canonicalize-function):
4318 * filecache.el (file-cache-completion-ignore-case)
4319 (file-cache-case-fold-search, file-cache-ignore-case):
4320 * term.el (serial-port-is-file-p): Cosmetic change.
4321
4322 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4323 Remove non-existent `windows-95' system-type.
4324 * dired.el (dired-chown-program): Remove non-existent `linux'
4325 system-type.
4326
17731c39
GM
4327 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4328 (ping-program-options): Remove non-existent `linux' system-type.
4329
9228bbd3
GM
4330 * startup.el (package-initialize): Update declaration.
4331
6e404950
GM
4332 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4333 (ls-lisp-handle-switches): Use time-less-p.
4334 (ls-lisp-format-time): Use float-time.
4335
6f0d4bb6
GM
4336 * textmodes/remember.el (remember-time-to-seconds): Remove.
4337 (remember-store-in-mailbox): Use float-time.
4338
4339 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4340
4341 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4342 never a real function.
4343 (with-no-warnings): Remove compat stub, now unused.
4344 (time-less-p): Doc fix.
4345 (time-to-number-of-days): Simplify.
4346
73171bd4
GM
4347 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4348 Remove.
4349 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4350 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4351 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4352 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4353 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4354
13e7256f
GM
4355 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4356 (eshell-shuffle-files, eshell-shorthand-tar-command)
4357 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4358 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4359 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4360 Prefix dynamic local variable `matches'.
4361
b565f5a1
GM
4362 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4363 Prefix dynamic local variable `skeleton'.
4364
5ad3e885
KY
43652010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4366
4367 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4368 in mail buffer; make yank-action always a command that yanks original
4369 buffer.
4370
14121c52
GM
43712010-11-09 Glenn Morris <rgm@gnu.org>
4372
4373 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4374
d607b96b 43752010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4376
9bdba5f5
SM
4377 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4378 completion field (bug#7211).
4379
73525e72
SM
4380 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4381 Fix handling of backslash escapes.
4382 (python-quote-syntax): Adjust accordingly.
4383
d607b96b 43842010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4385
4386 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4387 (vc-mtn-workfile-branch): Adjust to new output format.
4388
d607b96b 43892010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4390
4391 * international/mule-cmds.el (princ-list): Mark as obsolete.
4392
d607b96b 43932010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4394
4395 * emacs-lisp/smie.el: New package.
4396
d607b96b 43972010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4398
7f925a67
SM
4399 * files.el (backup-by-copying-when-mismatch):
4400 Set `permanent-local' property.
6ce78fdc
MA
4401
4402 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4403 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4404
d607b96b 44052010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4406
4407 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4408
d607b96b 44092010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4410
7f925a67 4411 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4412 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4413 AUTOINOUT for SV style multidimensional arrays, bug294.
4414 Reported by Eric Mastromarchi.
4415 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4416 font-lock-fontify-buffer to cleanup style issues.
4417
d607b96b 44182010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4419
4420 * locate.el (locate, locate-mode): Doc fixes.
4421
d607b96b 44222010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4423
4424 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4425 user for confirmation.
4426 (server-force-stop): Use it.
4427 (server-start): Use server-force-stop for kill-emacs-hook, to
4428 avoid user interaction while killing Emacs.
4429
9b026d9f
GM
44302010-11-09 Glenn Morris <rgm@gnu.org>
4431
3406534c 4432 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4433 (meta-indent-line): Simplify.
3406534c 4434
9b026d9f
GM
4435 * vc/emerge.el (emerge-line-number-in-buf):
4436 * textmodes/ispell.el (ispell-region):
4437 * textmodes/fill.el (current-fill-column):
4438 * progmodes/xscheme.el (xscheme-send-current-line):
4439 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4440 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4441 * progmodes/sh-script.el (sh-handle-prev-do):
4442 * progmodes/meta-mode.el (meta-indent-line):
4443 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4444 (idlwave-in-quote):
4445 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4446 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4447 * progmodes/fortran.el (fortran-looking-at-if-then):
4448 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4449 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4450 (cperl-find-pods-heres):
4451 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4452 * net/quickurl.el (quickurl-list-insert):
4453 * net/ldap.el (ldap-search-internal):
4454 * net/eudc.el (eudc-expand-inline):
4455 * mail/sendmail.el (sendmail-send-it):
4456 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4457 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4458 (viper-brac-function):
4459 * calc/calc-yank.el (calc-do-grab-region):
4460 * calc/calc-keypd.el (calc-keypad-press):
4461 * term.el (term-move-columns, term-insert-spaces):
4462 * speedbar.el (speedbar-highlight-one-tag-line):
4463 * simple.el (current-word):
4464 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4465 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4466 (Info-scroll-down):
4467 * hippie-exp.el (he-line-beg):
4468 * epa.el (epa--marked-keys):
4469 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4470 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4471 (dired-relist-entry):
4472 * buff-menu.el (Buffer-menu-buffer):
4473 * array.el (current-line):
4474 * allout.el (allout-resolve-xref)
4475 (allout-latex-verbatim-quote-curr-line):
4476 Replace yet more uses of end-of-line etc with line-end-position, etc.
4477
db94771e
SM
44782010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4479
1398b795
SM
4480 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4481 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4482 (checkdoc-syntax-table): Initialize in the declaration.
4483 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4484 the mode on unconditionally.
4485
db94771e
SM
4486 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4487 (extent-end-position, extent-start-position): Remove setf method for
4488 non-existing functions (bug#7319).
4489
674728d4
SM
44902010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4493 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4494 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4495 (smie-prec2->grammar): Rename from smie-prec2-levels.
4496 (smie-grammar): Rename from smie-op-levels.
4497 (smie-indent--hanging-p): Rename from smie-hanging-p.
4498 (smie-rule-hanging-p): New alias.
4499 (smie-indent--bolp): Rename from smie-bolp.
4500 (smie-indent--hanging-p): New alias.
4501 (smie--token): New dynamically bound variable.
4502 (smie-indent--parent): New function.
4503 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4504 (smie-rule-next-p): Rename from smie-next-p.
4505 (smie-rule-prev-p): Rename from smie-prev-p.
4506 (smie-rule-sibling-p, smie-rule-parent)
4507 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4508 (smie-rule-separator-outdent): New var.
4509 (smie-indent--rule): Merge with smie-indent--column.
4510 (smie-indent-forward-token, smie-indent-backward-token):
4511 Also recognize close parens.
4512 (smie-indent-keyword): Don't use smie-indent--column any more.
4513 (smie-indent-after-keyword): Ignore closers by default.
4514 (smie-indent-line): Use with-demoted-errors.
4515 * progmodes/octave-mod.el (octave-smie-grammar):
4516 Rename from octave-smie-op-levels.
4517 (octave-smie-rules): Adjust to new behavior.
4518 * progmodes/prolog.el (prolog-smie-grammar):
4519 Rename from prolog-smie-op-levels.
4520
26f097bf
GM
45212010-11-07 Glenn Morris <rgm@gnu.org>
4522
de3490e1
GM
4523 * eshell/esh-util.el (subst-char-in-string)
4524 (directory-files-and-attributes): These compatibility definitions are
4525 not needed on any version of Emacs since at least 21.4.
4526
3ba6b2ee
GM
4527 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4528 (verilog-get-end-of-line): Remove.
4529 (verilog-within-string, verilog-re-search-forward-substr)
4530 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4531 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4532 Use point-at-bol, point-at-eol.
4533 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4534 Remove.
4535 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4536 (electric-pascal-terminate-line, pascal-set-auto-comments)
4537 (pascal-indent-paramlist, pascal-indent-declaration)
4538 (pascal-get-lineup-indent, pascal-func-completion)
4539 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4540 Use point-at-bol, point-at-eol.
4541 * progmodes/flymake.el (flymake-line-beginning-position)
4542 (flymake-line-end-position): Remove.
4543 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4544 * eshell/esh-util.el (line-end-position, line-beginning-position):
4545 Remove compat definitions.
4546
76fc02b6
GM
4547 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4548 Use end-of-line N.
4549 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4550 Use line-end-position.
4551
e180ab9f
GM
4552 * emacs-lisp/chart.el (chart-zap-chars):
4553 * play/decipher.el (decipher-set-map):
4554 * progmodes/ada-mode.el (ada-get-current-indent)
4555 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4556 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4557 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4558 (ada-get-all-references):
4559 * progmodes/cperl-mode.el (cperl-electric-paren)
4560 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4561 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4562 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4563 (cperl-word-at-point-hard):
4564 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4565 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4566 (idlwave-shell-display-line):
4567 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4568 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4569 * progmodes/js.el (js--re-search-forward-inner)
4570 (js--re-search-backward-inner):
4571 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4572 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4573 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4574 * textmodes/flyspell.el (flyspell-process-localwords):
4575 * textmodes/ispell.el (ispell-buffer-local-parsing)
4576 (ispell-buffer-local-dict, ispell-buffer-local-words):
4577 Use point-at-bol and point-at-eol.
4578
26f097bf
GM
4579 * speedbar.el (speedbar-generic-item-info)
4580 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4581 (speedbar-add-indicator, speedbar-check-vc-this-line)
4582 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4583 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4584 Replace more uses of end-of-line etc with line-end-position.
4585
b05fde66
GM
45862010-11-06 Glenn Morris <rgm@gnu.org>
4587
5ed619e0
GM
4588 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4589 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4590 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4591 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4592 (texinfo-multiple-files-update):
4593 * textmodes/table.el (table--probe-cell-left-up)
4594 (table--probe-cell-right-bottom):
4595 * textmodes/picture.el (picture-tab-search):
4596 * textmodes/page-ext.el (pages-copy-header-and-position)
4597 (pages-directory-for-addresses):
4598 * progmodes/vera-mode.el (vera-get-offset):
4599 * progmodes/simula.el (simula-calculate-indent):
4600 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4601 * progmodes/prolog.el (end-of-prolog-clause):
4602 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4603 * progmodes/icon.el (indent-icon-exp):
4604 * progmodes/etags.el (tag-re-match-p):
4605 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4606 * progmodes/ebnf2ps.el (ebnf-begin-file):
4607 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4608 (dcl-save-local-variable):
4609 * play/life.el (life-setup):
4610 * play/gametree.el (gametree-looking-at-ply):
4611 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4612 * mail/sendmail.el (mail-mode-auto-fill):
4613 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4614 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4615 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4616 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4617 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4618 * type-break.el (type-break-file-keystroke-count):
4619 * term.el (term-replace-by-expanded-history-before-point)
4620 (term-skip-prompt, term-extract-string):
4621 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4622 (speedbar-contract-line, speedbar-toggle-line-expansion)
4623 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4624 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4625 * sort.el (sort-skip-fields):
4626 * skeleton.el (skeleton-internal-list):
4627 * simple.el (line-move-finish, line-move-to-column):
4628 * shell.el (shell-forward-command):
4629 * misc.el (copy-from-above-command):
4630 * makesum.el (double-column):
4631 * ebuff-menu.el (electric-buffer-update-highlight):
4632 * dired.el (dired-move-to-end-of-filename):
4633 * dframe.el (dframe-popup-kludge):
4634 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4635 * arc-mode.el (archive-get-lineno):
4636 Use line-end-position and line-beginning-position.
4637
e2a9c0bc
GM
4638 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4639 (idlwave-study-twins): Prefix dynamic local `class'.
4640 (idlwave-routine-twin-compare): Update for above name change.
4641
4e44448f
GM
4642 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4643 Use boundp tests to silence compiler. Update for changed name of
4644 bytecomp-filename variable.
4645
8f6c3eac
GM
4646 * emulation/viper-cmd.el (viper-read-string-with-history):
4647 Prefix dynamic local `initial'.
4648 (viper-minibuffer-standard-hook): Update for above name change.
4649
79d1dabe
GM
4650 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4651 (elint-init-form): Update for above name change.
4652
0e4bb7f0
GM
4653 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4654 local variables `cbeg' and `cend' a prefix.
4655 (mail-extr-voodoo): Update for above name change.
4656
c8f3bf36
GM
4657 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4658 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4659 (reftex-toc-promote-action): Doc fix.
4660
4661 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4662 `prompt', `data' a prefix.
4663 (reftex-select-post-command-hook, reftex-select-callback)
4664 (reftex-select-mouse-accept, reftex-select-read-cite):
4665 Update for above name changes.
4666
4667 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4668 `refstyle' to reftex-refstyle.
4669 (reftex-offer-label-menu): Update for above name change.
4670 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4671 `refstyle' name change.
4672
b05fde66
GM
4673 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4674 with with-current-buffer.
4675 (diff, template): Give dynamic local variables a prefix.
4676 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4677 (emerge-line-number-in-buf): Update for above name change.
4678 (emerge-combine-versions-internal): Rename local `template' to
4679 emerge-combine-template.
4680 (emerge-combine-versions-edit): Update for above name change.
4681
5d8f9169
RA
46822010-11-06 Ralf Angeli <angeli@caeruleus.net>
4683
4684 * textmodes/reftex-cite.el
4685 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4686 entries with whitespace after \bibitem.
4687 (reftex-create-bibtex-file): Match entries containing numbers and
4688 symbol constituents. Make sure that entries with whitespace at
4689 various places are found.
4690
f8aefe82
MA
46912010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4692
4693 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4694
e06918d2
JD
46952010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4696
4697 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4698
17fc58c9
GM
46992010-11-05 Glenn Morris <rgm@gnu.org>
4700
f7fe4837
GM
4701 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4702 (woman2-roff-buffer): Give local variable `request' a prefix.
4703 (woman0-macro): Rename argument `request' in the same way.
4704 (woman-request): New name for `request' dynamic variable.
4705 (woman-unquote, woman-forward-arg): Update for above name change.
4706 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4707 (woman1-unquote): New name for `unquote' dynamic variable.
4708 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4709 (woman-translations): Rename from `translations'. No longer global.
4710 (woman2-tr, woman-translate): Update for above name change.
4711 (woman-translate): Check for bound variable.
4712 (woman2-roff-buffer): Give local variable `translations' a prefix.
4713
869c4186
GM
4714 * play/doctor.el: Give all local variables a prefix. Update callers.
4715 (doc$, doctor-put-meaning): Use backquote.
4716
215461a8
GM
4717 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4718 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4719
17fc58c9
GM
4720 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4721 variables bytes, ptr, op a prefix.
4722 (disassemble-offset): Update for above change.
4723
015eea59
CY
47242010-11-03 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * emacs-lisp/package.el (package-unpack): Remove no-op.
4727 (package--builtins, package--dir): Doc fix.
4728 (package-activate-1, package-activate, package-install)
4729 (package-compute-transaction): Fix error message.
4730 (package-delete): Use delete-directory. Omit system packages.
4731 (package-initialize): Set package-alist to nil first.
4732 (package-menu-mark-delete, package-menu-mark-install): Don't add
4733 symbols that are inconsistent with the package state.
4734 (package-menu-execute): Perform deletions and installations as
4735 single batch operations.
4736
033862d1
GM
47372010-11-03 Glenn Morris <rgm@gnu.org>
4738
0b03a950
GM
4739 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4740 (props): Remove unnecessary declaration.
4741
e337e22c
GM
4742 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4743 set-process-query-on-exit-flag.
4744
a88e24dd 4745 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4746 (reftex-toc-do-promote): Remove unused local `mpos'.
4747 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4748
537b04b9
GM
4749 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4750
52365e61
GM
4751 * play/landmark.el (lm-losing-threshold): Correct spelling.
4752 (lm-human-plays): Use new name.
4753
cd32f8a9
GM
4754 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4755 (gomoku-human-plays): Use new name.
4756
033862d1
GM
4757 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4758 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4759 (gomoku-score-trans-table, gomoku-winning-threshold)
4760 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4761
4b99edf2
CY
47622010-11-03 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * emacs-lisp/package.el: Don't put built-in packages in
4765 package-alist, to avoid loading inefficiencies.
4766 (package-built-in-p): Make VERSION optional, and treat it as a
4767 minimum acceptable version.
6a7662bb
BR
4768 (package-activate): Search separately for built-in packages.
4769 Emit a warning if a dependency fails.
4b99edf2
CY
4770 (define-package): Handle most common case, where there is no
4771 obsolete package, first.
4772 (package-compute-transaction): Print required version in error.
4773 (package--initialized): New variable.
4774 (list-packages): Use it.
4775 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4776 built-in packages in packages-alist; keep it separate.
4777 Set package--initialized.
4b99edf2
CY
4778 (describe-package): Avoid activating packages as a side-effect.
4779 Search separately for built-in packages.
4780 (describe-package-1): Handle the case where an elpa package is
4781 simultaneously built-in and available/installed.
6a7662bb
BR
4782 (package-installed-p, package--generate-package-list):
4783 Search separately for built-in packages.
4b99edf2
CY
4784 (package-load-descriptor): Doc fix.
4785
3225dcaa
SM
47862010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4787
4788 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4789 Handle __DATA__ and __END__.
4790
fa14dc18
NF
47912010-11-02 Noah Friedman <friedman@splode.com>
4792
4793 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4794 nil, do not ask to recompile files that are not already compiled,
4795 and do not recompile them.
4796
0f75c62a
CY
47972010-11-02 Chong Yidong <cyd@stupidchicken.com>
4798
4799 * emacs-lisp/package.el (package-initialize): Ensure that
4800 obsoleted built-in packages are not in package-activated-list
4801 during activation.
4802 (describe-package-1): Make the "installed" status override
4803 "built-in".
4804
b29f5b7b
VJL
48052010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4806
4807 * subr.el (version-separator, version-regexp-alist): Remove '*'
4808 from docstring.
4809 (version-list-<=, version<=, version=): Doc fix.
4810
b18fad6d
KH
48112010-11-01 Kenichi Handa <handa@m17n.org>
4812
4813 * faces.el (glyphless-char): Inherit underline for tty.
4814
a8039db1 48152010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4816
4817 Implement various display methods for glyphless characters.
4818
4819 * international/characters.el (char-acronym-table): New variable.
4820 (glyphless-char-control): New variable.
35f52ed6 4821 (update-glyphless-char-display): New function.
b2cca856
KH
4822
4823 * faces.el (glyphless-char): New face.
4824
28886d5e
GM
48252010-11-01 Glenn Morris <rgm@gnu.org>
4826
919dd7aa
GM
4827 * calendar/holidays.el (general-holidays, oriental-holidays)
4828 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4829 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4830 the definitions of their targets.
4831
c79fc059
GM
4832 * emacs-lisp/smie.el (smie): New custom group.
4833 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4834
c8ccffb1
GM
4835 * faces.el (xw-defined-colors, x-setup-function-keys):
4836 * mouse-sel.el (x-select-text):
4837 * term/w32console.el (x-setup-function-keys): Update declarations.
4838
f4ff702e
GM
4839 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4840
806c491a
GM
4841 * textmodes/ispell.el (comment-add): Declare.
4842
c3dfebd1
GM
4843 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4844 Declare.
4845
28886d5e
GM
4846 * info.el (finder-keywords-hash, package-alist): Declare.
4847
693c9d15
CY
48482010-11-01 Chong Yidong <cyd@stupidchicken.com>
4849
4850 * finder.el (finder-compile-keywords): Don't use intern-soft,
4851 since package names may not yet exist in the obarray.
4852
48532010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4854
4855 * vc/vc-arch.el (vc-arch-checkin):
4856 * vc/vc-cvs.el (vc-cvs-checkin):
4857 * vc/vc-mtn.el (vc-mtn-checkin):
4858 * vc/vc-rcs.el (vc-rcs-checkin):
4859 * vc/vc-sccs.el (vc-sccs-checkin):
4860 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4861 since 2010-04-21 commit by Stefan Monnier.
4862
36967cf7
GM
48632010-11-01 Glenn Morris <rgm@gnu.org>
4864
feb5e60a
GM
4865 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4866
1f023ca9
GM
4867 * startup.el (package-enable-at-startup, package-initialize):
4868 Silence compiler.
4869
36967cf7
GM
4870 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4871 Silence compiler.
4872
430e7297
JD
48732010-10-31 Julien Danjou <julien@danjou.info>
4874
4875 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4876 (byte-recompile-directory):
4877 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4878 Use `byte-recompile-file'.
4879
c8c59954
GM
48802010-10-31 Glenn Morris <rgm@gnu.org>
4881
4882 * cus-start.el: Handle standard values via a keyword.
4883 Only set version property if specified.
4884 (cursor-in-non-selected-windows, menu-bar-mode)
4885 (tool-bar-mode, show-trailing-whitespace):
4886 Do not specify standard values.
4887 (transient-mark-mode, temporary-file-directory): Use :standard.
4888
04e63796
JD
48892010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4890
4891 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4892 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4893
2699a554 48942010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4895
4896 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4897 preserve owner and group when editing files. (Bug#7289)
4898
35fcc05c 48992010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4900
4901 * speedbar.el (speedbar-mode):
4902 * play/fortune.el (fortune-in-buffer, fortune):
4903 * play/gomoku.el (gomoku-mode):
4904 * play/landmark.el (lm-mode):
4905 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4906 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4907
82f7efc3
GM
4908 * select.el (x-selection): Mark it as an obsolete alias.
4909
2699a554 49102010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4911
f486841f 4912 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4913 major-mode (bug#7284).
4914
2699a554 49152010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4916
4917 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4918 rather than just an unused variable that inherits from the real one.
4919
e6ef5dd9
AM
49202010-10-31 Alan Mackenzie <acm@muc.de>
4921
4922 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4923 This fixes bug #7185.
4924
8a500a91
CY
49252010-10-30 Chong Yidong <cyd@stupidchicken.com>
4926
4927 * startup.el (command-line): Search for package directories, and
4928 don't load package.el if none are found.
4929
6a7662bb
BR
4930 * emacs-lisp/package.el (describe-package, list-packages):
4931 Call package-initialize if it has not been called yet.
8a500a91 4932
4f9e41e4
AM
49332010-10-30 Alan Mackenzie <acm@muc.de>
4934
4935 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4936 which fontifies the tail of an enum.
4937 (c-basic-matchers-after): Insert a call to the above new function.
4938 This fixes bug #7264.
4939
88f43c67
GM
49402010-10-30 Glenn Morris <rgm@gnu.org>
4941
4942 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4943 tool-bar-mode, transient-mark-mode. (Bug#7306)
4944 Include the :set property in the dumped Emacs.
4945
c4d17d50
SM
49462010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4947
4948 SMIE: change indent rules format, improve smie-setup.
4949 * emacs-lisp/smie.el (smie-precs-precedence-table)
4950 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4951 Mark them pure so the tables gets built at compile time.
4952 (smie-bnf-precedence-table): Store the closer-alist in the table.
4953 (smie-prec2-levels): Preserve the closer-alist.
4954 (smie-blink-matching-open): Be more forgiving in case of indentation.
4955 (smie-hanging-p): Rename from smie-indent--hanging-p.
4956 (smie-bolp): Rename from smie-indent--bolp.
4957 (smie--parent, smie--after): New dynamic vars.
4958 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4959 (smie-indent-rules): Remove.
4960 (smie-indent--offset-rule): Remove fun.
4961 (smie-rules-function): New var.
4962 (smie-indent--rule): New fun.
4963 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4964 (smie-indent-exps): Use it.
4965 (smie-setup): Setup paren blinking; add keyword args for token
4966 functions; extract closer-alist from op-levels.
4967 (smie-indent-debug-log): Remove var.
4968 (smie-indent-debug): Remove fun.
4969 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4970 (prolog-smie-rules): New fun to replace it.
4971 (prolog-mode-variables): Simplify.
4972 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4973 it's setup automatically.
4974 (octave-smie-indent-rules): Remove.
4975 (octave-smie-rules): New fun to replace it.
4976 (octave-mode): Simplify.
4977
9d794026
GM
49782010-10-29 Glenn Morris <rgm@gnu.org>
4979
e088c02a
GM
4980 * files.el (temporary-file-directory): Remove (already defined in C).
4981 * cus-start.el: Add temporary-file-directory.
4982
9d794026
GM
4983 * abbrev.el (abbrev-mode):
4984 * composite.el (auto-composition-mode):
4985 * menu-bar.el (menu-bar-mode):
4986 * simple.el (transient-mark-mode):
4987 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4988 that they do not define the associated variables twice.
4989 * simple.el (transient-mark-mode): Remove defvar.
4990 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4991 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4992 Handle multiple groups, and also custom-delayed-init-variables.
4993 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4994
dcc029e0
SM
49952010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4998 (pcase-if): Add one minor optimization.
4999 (pcase-split-equal): Rename from pcase-split-eq.
5000 (pcase-split-member): Rename from pcase-split-memq.
5001 (pcase-u1): Add strings to the member optimization.
5002 Add `guard' variant of predicates.
5003 (pcase-q1): Add string patterns.
5004
a62b88d4
SM
50052010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5008
f41f19b0
GM
50092010-10-28 Glenn Morris <rgm@gnu.org>
5010
b3edb781
GM
5011 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5012 Move menu-bar related settings to ../menu-bar.el.
5013 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5014 Move ns-specific settings here from term/ns-win.el.
5015
f41f19b0
GM
5016 * simple.el (x-selection-owner-p): Remove unused declaration.
5017
6175cd08
SM
50182010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * minibuffer.el (completion-cycling): New var (bug#7266).
5021 (minibuffer-complete, completion--do-completion):
5022 Use completion--flush-all-sorted-completions.
5023 (minibuffer-complete): Only cycle if completion-cycling is set.
5024 (completion--flush-all-sorted-completions): Unset completion-cycling.
5025 (minibuffer-force-complete): Set completion-cycling.
5026 (completion-all-sorted-completions): Move declaration before first use.
5027
19677c71
LL
50282010-10-28 Leo <sdl.web@gmail.com>
5029
5030 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5031 which changes the order of matches seen by users (bug#7231).
5032
50332010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5034
5035 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5036 Don't confuse -omega as "-o mega".
5037
2122161f
SM
50382010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5039
ce8794df
SM
5040 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5041 (log-edit-author): New dynamic var.
5042 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5043 to return the author if different from committer.
5044 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5045
80cb310d
SM
5046 * play/landmark.el: Adjust commenting convention.
5047 (lm-nil-score): Rename from nil-score.
5048 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5049 (OOOOscore): Move into a let in lm-score-trans-table.
5050 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5051
2122161f
SM
5052 * electric.el (electric-indent-chars): Autoload.
5053 * progmodes/octave-mod.el (octave-mode):
5054 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5055 (ruby-mode-abbrev-table): Merge initialization and declaration.
5056
e925113b
GM
50572010-10-27 Glenn Morris <rgm@gnu.org>
5058
208d109c
GM
5059 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5060 variable.
5061
7d3e3843
GM
5062 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5063
e925113b
GM
5064 * term/ns-win.el: Restore require of cl when compiling.
5065 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5066 (ns-handle-nxopen): Optionally handle the temp-case.
5067 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5068 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5069
b94a5a43
GM
50702010-10-26 Glenn Morris <rgm@gnu.org>
5071
5072 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5073
fc3eda04
AR
50742010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5075
5076 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5077 global map.
5078 * term/common-win.el (x-setup-function-keys): Remove most of the
5079 keymappings. Comment on the remaining ones.
5080
c79b0b1c
PO
50812010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5082
c31dc2c0 5083 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5084 (server-start): Use server-port.
5085
725513b7
GM
50862010-10-26 Glenn Morris <rgm@gnu.org>
5087
d7d8c62a
GM
5088 * term/ns-win.el (ns-version-string): Remove unused declaration.
5089 (ns-invocation-args): Change to x-invocation-args.
5090 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5091 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5092 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5093 Use x-invocation-args instead of ns-invocation-args.
5094 (ns-initialize-window-system, handle-args-function-alist):
5095 Use x-handle-args instead of ns-handle-args.
5096 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5097 * startup.el (command-line-ns-option-alist): Replace
5098 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5099 ns-handle-iconic with the x- equivalents.
5100
725513b7
GM
5101 * term/common-win.el (x-select-enable-clipboard):
5102 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5103
5104 * term/ns-win.el: No need to require cl when compiling.
5105 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5106 (xw-defined-colors): Use the common-win definitions.
5107 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5108 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5109 * term/common-win.el (x-select-text, x-alternatives-map)
5110 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5111 * loadup.el [ns]: Load common-win.
5112
77ec02d8
DU
51132010-10-26 Daiki Ueno <ueno@unixuser.org>
5114
5115 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5116 recipients; expand mail aliases (Bug#7280).
77ec02d8 5117
6a5c2175
GM
51182010-10-25 Glenn Morris <rgm@gnu.org>
5119
59ba9d59
GM
5120 * term/common-win.el (x-handle-switch): Simplify with pop.
5121 Optionally handle numeric switches.
5122 (x-handle-numeric-switch): Just call x-handle-switch.
5123 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5124 (x-handle-name-switch, x-handle-display, x-handle-args):
5125 Simplify with pop.
5126
6a5c2175
GM
5127 * term/ns-win.el: Do not require easymenu.
5128 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5129 <spell>: Move adjustments to menu-bar.el.
5130 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5131 <separator-undo, spell>: Move ns-win's adjustments here.
5132 * loadup.el [ns]: Do not load easymenu.
5133
01898dc2
CY
51342010-10-24 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5137 Delete (Bug#7222).
01898dc2
CY
5138
5139 * startup.el (fancy-startup-tail): Instead of using inline images,
5140 refer to image files from etc/.
5141
5142 * wid-edit.el (checkbox): Likewise.
5143 (widget-image-find): Center image specs.
5144
a44d921f
GM
51452010-10-24 Glenn Morris <rgm@gnu.org>
5146
5147 * term/ns-win.el (x-select-text): Doc fix.
5148 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5149 (x-select-text): Move to term/common-win.
5150 * term/w32-win.el (xw-defined-colors): Move to common-win.
5151 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5152 (x-setup-function-keys, x-select-text): Move to common-win.
5153 * term/common-win.el (x-select-text, x-alternatives-map)
5154 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5155 definitions here.
5156
709228c0 51572010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5158
5159 * net/mairix.el (mairix-searches-mode-map):
5160 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5161
0c382083 51622010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5163
2b0c7330 5164 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5165 auto-built for efficiency of execution and updating.
5166 (verilog-extended-complete-re): Support 'pure' fucntion & task
5167 declarations (these have no bodies).
ca39416c
AH
5168 (verilog-beg-of-statement): General cleanup to enable support of
5169 'pure' fucntion & task declarations (these have no bodies).
5170 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5171 noticed by Steve Pearlmutter.
5172 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5173 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5174 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5175 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5176 attribute handling for lining up declarations and assignments.
5177 (verilog-beg-of-statement-1): Fix issue where continued declaration
5178 is indented differently if it is after a begin..end clock.
5179 (verilog-in-attribute-p, verilog-skip-backward-comments)
5180 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5181 attributes by indent code. Reported by Jeff Steele.
ca39416c 5182 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5183 (verilog-backward-up-list, verilog-in-struct-region-p)
5184 (verilog-backward-token, verilog-in-struct-p)
5185 (verilog-in-coverage-p, verilog-do-indent)
5186 (verilog-pretty-declarations): Use verilog-backward-up-list as
5187 wrapper around backward-up-list inorder to properly skip comments.
5188 Reported by David Rogoff.
5189 (verilog-property-re, verilog-endcomment-reason-re)
5190 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5191 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5192 of if). Reported by Max Bjurling and
a03c2342 5193 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5194 declaration. Reported by Brian Hunter.
a03c2342 5195
0c382083 51962010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5197
2b0c7330 5198 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5199 (verilog-gate-keywords, verilog-read-sub-decls)
5200 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5201 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5202 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5203 (verilog-read-decls): Fix spaces in V2K module parameters causing
5204 mis-identification as interfaces, bug287.
5205 (verilog-read-decls): Fix not treating "parameter string" as a
5206 parameter in AUTOINSTPARAM.
5207 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5208 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5209 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5210 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5211 (verilog-font-lock-keywords-2): Fix highlighting of single
5212 character pins, bug264. Reported by Michael Laajanen.
5213 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5214 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5215 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5216 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5217 (verilog-pretty-expr): Fix interactive arguments, bug272.
5218 Reported by Mark Johnson.
5219 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5220 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5221 bug269. Suggested by Gary Delp.
a03c2342 5222 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5223 (verilog-preprocessor, verilog-set-compile-command):
5224 Create verilog-preprocess and verilog-preprocessor to show
5225 preprocessed output.
a03c2342
WS
5226 (verilog-get-beg-of-line, verilog-get-end-of-line)
5227 (verilog-modi-file-or-buffer, verilog-modi-name)
5228 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5229 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5230 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5231 (verilog-colorize-region, verilog-highlight-buffer)
5232 (verilog-highlight-includes, verilog-highlight-modules)
5233 (verilog-highlight-region, verilog-mode): Rename colorize to
5234 highlight to match other packages. Disable module highlighting,
5235 as received speed complaints, reenable for experimentation only
5236 using new verilog-highlight-modules.
5237 (verilog-read-decls): Fix regexp stack overflow in very large
5238 AUTO_TEMPLATEs, bug250.
5239 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5240 (verilog-scan): Create verilog-save-buffer-state to standardize
5241 making insignificant changes that shouldn't call hooks.
5242 (verilog-save-no-change-functions, verilog-save-scan-cache)
5243 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5244 Create verilog-save-no-change-functions to wrap verilog-scan
5245 preservation, and fix to work with nested preserved calls.
5246 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5247 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5248 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5249 (verilog-submit-bug-report): Update variable list to be complete.
5250 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5251 breaking on-the-fly font-locking.
5252 (verilog-colorize-buffer, verilog-colorize-include-files)
5253 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5254 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5255 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5256 AUTOINST cell instance name, middle mouse button now finds-file on
5257 it. Suggested by Brad Dobbie.
5258 (verilog-alw-get-temps, verilog-auto-reset)
5259 (verilog-auto-sense-sigs, verilog-read-always-signals)
5260 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5261 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5262 initialization section of a for() should be ignored.
5263 Reported by Dan Dever.
a03c2342
WS
5264 (verilog-error-font-lock-keywords)
5265 (verilog-error-regexp-emacs-alist)
5266 (verilog-error-regexp-xemacs-alist): Fix error detection of
5267 Cadence HAL, reported by David Asher. Repair drift between the
5268 three similar error variables.
5269 (verilog-modi-lookup, verilog-modi-lookup-cache)
5270 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5271 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5272 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5273 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5274 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5275 "{1*2{...". Broke in last revision.
5276 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5277 submodule connections with replications "{#{a},#{b}}".
5278
0c382083
CY
52792010-10-24 Juanma Barranquero <lekktu@gmail.com>
5280
5281 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5282 Fix typo in docstring.
5283
52842010-10-24 Kenichi Handa <handa@m17n.org>
5285
5286 * face-remap.el (text-scale-adjust): Call read-event with a proper
5287 prompt.
5288
52892010-10-24 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * emacs-lisp/unsafep.el: Don't mark functions that display
5292 messages as safe. Suggested by Johan Bockgård.
5293
52942010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5295
5296 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5297 Turn comments into docstrings.
5298
5299 * minibuffer.el (completion--replace): Move point where it belongs
5300 when there's a common suffix (bug#7215).
5301
9317e499
CY
53022010-10-24 Chong Yidong <cyd@stupidchicken.com>
5303
5304 Merge read-color and facemenu-read-color (Bug#7242).
5305
5306 * faces.el (read-color): Use the completion code from
5307 facemenu-read-color. Require match in completion. Doc fix.
5308
5309 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5310 (facemenu-set-foreground, facemenu-set-background):
5311 Use read-color.
9317e499
CY
5312
5313 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5314 (set-cursor-color, set-mouse-color, set-border-color):
5315 Use read-color.
9317e499 5316
a44d921f 53172010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5318
5319 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5320 argument of delete-file and delete-directory (Bug#7011).
5321
43207249
CY
53222010-10-24 Chong Yidong <cyd@stupidchicken.com>
5323
5324 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5325 button-buffer-map.
5326
484db896 53272010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5328
5329 * emacs-lisp/package.el (package--generate-package-list): Make the
5330 *Packages* buffer read-only.
5331
10f5e3e6
AM
53322010-10-24 Alan Mackenzie <acm@muc.de>
5333
5334 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5335 result of `c-beginning-of-decl-1' between invocations of a lambda
5336 function (Bug #7265).
5337
3ec6ca72
DU
53382010-10-24 Daiki Ueno <ueno@unixuser.org>
5339
5340 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5341 executable is not available on the system (Bug#7268).
5342
ec514007
GM
53432010-10-24 Glenn Morris <rgm@gnu.org>
5344
f5f25615
GM
5345 * select.el (selection-coding-system, next-selection-coding-system):
5346 Sync doc with C versions.
3646b86d 5347
8aa0f263
GM
5348 * w32-vars.el (x-select-enable-clipboard):
5349 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5350 * term/common-win.el (x-select-enable-clipboard): Move here.
5351
46710489
GM
5352 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5353 definition of C variable.
5354
ec514007
GM
5355 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5356 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5357 Don't redefine things that are defined in C.
5358 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5359 (show-trailing-whitespace, auto-hscroll-mode)
5360 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5361 Set up the appropriate custom properties.
5362
8a79905d
CY
53632010-10-24 Chong Yidong <cyd@stupidchicken.com>
5364
5365 Bind "C-c ]" to ...
5366 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5367 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5368 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5369 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5370
aa02a29f
GM
53712010-10-23 Glenn Morris <rgm@gnu.org>
5372
7dfc15df
GM
5373 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5374 say what it was.
5375
66c6abf0
GM
5376 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5377 Sync docs with C version.
f3d87560 5378
3193e969
GM
5379 * term/ns-win.el (xw-defined-colors):
5380 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5381
6f748f70
GM
5382 * term/pc-win.el (x-select-enable-clipboard):
5383 * term/x-win.el (x-select-enable-clipboard):
5384 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5385
7aa93795
GM
5386 * comint.el (comint-password-prompt-regexp): Make it less vague.
5387 Bump version.
5388
17284e30
GM
5389 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5390
aa02a29f
GM
5391 * help.el (finder-by-keyword): Remove unnecessary autoload.
5392
69b55131
GM
53932010-10-22 Glenn Morris <rgm@gnu.org>
5394
9a0dd02d
GM
5395 * loadup.el: Unconditionally load float-sup.
5396 * paren.el (show-paren-delay):
5397 * emacs-lisp/float-sup.el:
5398 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5399 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5400 (lazy-lock-stealth-verbose): Assume float support.
5401 * ps-print.el: Assume float support on Emacs.
5402 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5403 Remove non-float branch.
5404
69b55131
GM
5405 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5406 src/Makefile no longer being pre-processed.
5407
7c23d9e8
SM
54082010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * emacs-lisp/find-func.el (find-library): Use test-completion.
5411
23737b4a
LMI
54122010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5413
7c23d9e8 5414 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5415
6e060cee 54162010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5417
5418 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5419 space in stat format string.
5420 (tramp-send-command): Unset $PS1 when using here documents, in
5421 order not to get several prompts.
5422 (tramp-get-inline-coding): Return `nil' in case of errors.
5423
08ffb131
DU
54242010-10-21 Daiki Ueno <ueno@unixuser.org>
5425
7c23d9e8
SM
5426 * hexl.el (hexl-mode, hexl-mode-exit):
5427 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5428 (hexl-revert-buffer-function): New function.
5429 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5430
ba7fdf30
AM
54312010-10-19 Alan Mackenzie <acm@muc.de>
5432
7c23d9e8
SM
5433 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5434 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5435 that these keywords aren't wrongly matched as identifiers.
5436
ba7fdf30
AM
5437 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5438 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5439 c-after-change. (Bug#7181)
ba7fdf30 5440
7fd8732d
CY
54412010-10-19 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5444 Don't mark as safe.
5445
5446 * custom.el (custom-theme-set-variables): Likewise.
5447 (load-theme): Add custom-theme-set-faces and
5448 custom-theme-set-variables to safe-functions while loading.
5449 (custom-enabled-themes): Mark as risky.
5450
3f12b18c
JD
54512010-10-18 Julien Danjou <julien@danjou.info>
5452
5453 * bindings.el: Remove end dashes in default mode-line-format.
5454
b8a47412
CY
54552010-10-19 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5458 to delete-forward-char.
5459
5460 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5461 deletechar, and hence delete-forward-char.
5462
ca3fa302
JB
54632010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * repeat.el (repeat): Use read-key (bug#6256).
5466
54672010-10-19 Chong Yidong <cyd@stupidchicken.com>
5468
5469 * emacs-lisp/unsafep.el: Don't mark functions that display
5470 messages as safe. Suggested by Johan Bockgård.
5471
54722010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * minibuffer.el (completion--replace): Move point where it belongs
5475 when there's a common suffix (bug#7215).
5476
54772010-10-19 Kenichi Handa <handa@m17n.org>
5478
5479 * international/characters.el: Add category '|' (word breakable)
5480 to fullwidth characters.
5481
3224b54d
MA
54822010-10-19 Michael Albinus <michael.albinus@gmx.de>
5483
5484 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5485 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5486 order to make stat results a float. Patch by Andreas Schwab
5487 <schwab@linux-m68k.org>.
5488
36ba6f07
JD
54892010-10-18 Julien Danjou <julien@danjou.info>
5490
5491 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5492 hidden by `make-pointer-invisible'.
5493
43f964fc
SM
54942010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * files.el (locate-file-completion-table): Strip non-matching elements
5497 before checking length of list (bug#7238).
5498
e48eb343
CY
54992010-10-18 Chong Yidong <cyd@stupidchicken.com>
5500
5501 * custom.el (custom-theme-set-variables): Mark as a safe function.
5502 (load-theme): Check forms using unsafep.
5503
5504 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5505
df987d70
AM
55062010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5507
43f964fc
SM
5508 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5509 Fix aspell data file searching (bug#7230).
df987d70 5510
29a4c45b
CY
55112010-10-16 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * cus-theme.el (custom-theme--migrate-settings): New var.
5514 (customize-create-theme): Allow editing the `user' theme.
5515 (custom-theme-add-variable, custom-theme-add-var-1)
5516 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5517 to the front of each variable or face widget.
5518 (custom-theme-write): Save theme settings in the correct order.
5519 Optionally, remove saved settings from user customizations.
43f964fc
SM
5520 (custom-theme-write-variables, custom-theme-write-faces):
5521 Save only the checked widgets.
29a4c45b
CY
5522 (customize-themes): Add a link for migrating custom settings.
5523
43f964fc
SM
5524 * custom.el (custom-declare-theme, provide-theme):
5525 Use custom-theme-name-valid-p.
29a4c45b
CY
5526 (custom-theme-name-valid-p): Remove checks that are now
5527 unnecessary since themes no longer obey load-path.
5528
5529 * cus-edit.el (custom-variable-value-create): For the simple
5530 style, hide documentation string when hidden.
5531
782b5e8d
CY
55322010-10-16 Chong Yidong <cyd@stupidchicken.com>
5533
647bc502
CY
5534 * cus-edit.el (custom-variable, custom-face): Combine the
5535 :inhibit-magic and :display-style properties into a single
5536 :custom-style property.
43f964fc
SM
5537 (custom-toggle-hide-variable, custom-toggle-hide-face):
5538 New functions. If hiding an edited value, save it to :shown-value.
5539 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5540 (custom-magic-reset): Allow magic property to be unset.
5541
782b5e8d
CY
5542 * custom.el: Custom themes no longer use load-path.
5543 (custom-theme-load-path): New option. Change built-in theme
5544 directory to etc/.
5545 (custom-enabled-themes): Add custom-theme-load-path dependency.
5546 (custom-theme--load-path): New function.
5547 (load-theme, custom-available-themes): Use it.
5548
5549 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5550 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5551 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5552 :custom-style property.
782b5e8d
CY
5553
5554 * themes/*.el: Moved to etc/.
5555
99f65cfa
RA
55562010-10-16 Ralf Angeli <angeli@caeruleus.net>
5557
5558 * textmodes/reftex-cite.el
5559 (reftex-extract-bib-entries-from-thebibliography): Do not move
5560 point when searching for \bibitem entries. Match entries with
5561 spaces or tabs in front of arguments.
5562
da16abfc
CY
55632010-10-16 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * cus-theme.el (customize-create-theme): Delete overlays after
5566 erasing. If given a THEME arg, display only the faces of that arg
5567 instead of custom-theme--listed-faces.
5568 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5569 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5570 (custom-theme-add-variable, custom-theme-add-face): Apply value
5571 from the theme settings, instead of the current value.
5572 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5573 (custom-theme-visit-theme): Allow calling outside theme buffers.
5574 (custom-theme-merge-theme): Don't enable the theme when merging.
5575 (custom-theme-write-variables, custom-theme-write-faces): Use the
5576 :shown-value properties to save buffer values, not global ones.
5577 (customize-themes): Display a warning about user customizations.
5578
5579 * cus-edit.el (custom-variable-value-create)
5580 (custom-face-value-create): Obey new special properties
5581 :shown-value and :inhibit-magic.
5582
aa095b2d
MA
55832010-10-15 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5586 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5587 <dale@codefu.org>.
aa095b2d 5588
7ca9cfda
KH
55892010-10-14 Kenichi Handa <handa@m17n.org>
5590
9650fc61
KH
5591 * mail/rmail.el (rmail-show-message-1): Catch an error of
5592 base64-decode-region and just show an error message (bug#7165).
5593
43f964fc 5594 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5595 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5596 a font-spec (bug#7197).
5597
220d91b8 55982010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5599
5600 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5601
220d91b8 56022010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5603
c0943d3d
JB
5604 * international/mule.el (define-coding-system):
5605 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5606 * composite.el (compose-region): Fix typo in docstring.
5607
4983ddea
CY
56082010-10-14 Chong Yidong <cyd@stupidchicken.com>
5609
de43f11b
CY
5610 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5611 only after checking the theme-face property.
5612
4983ddea
CY
5613 * faces.el (face-spec-reset-face): Reset all attributes in one
5614 single call to set-face-attribute.
5615 (face-spec-match-p): Make it a defsubst.
5616 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5617 (x-create-frame-with-faces, tty-create-frame-with-faces)
5618 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5619 frame-set-background-mode, since they are recomputed immediately
5620 afterwards in face-set-after-frame-default.
5621 (face-set-after-frame-default): Minor optimization.
5622 (cursor): Provide non-trivial defface spec.
5623
5624 * custom.el (custom-theme-recalc-face): Simplify.
5625
a974dcf2
JB
56262010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5627
43f964fc 5628 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5629 (math-is-polynomial, math-is-poly-rec): Replace `var'
5630 with `math-var'.
5631
43f964fc 5632 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5633 (calcFunc-table, math-scan-for-limits): Replace `var'
5634 with `math-var'.
5635
10e4702a
GM
56362010-10-13 Glenn Morris <rgm@gnu.org>
5637
5638 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5639
88f427d5
SB
56402010-10-13 Stephen Berman <stephen.berman@gmx.net>
5641
5642 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5643
a1d16a7b
G
56442010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5645
5646 * net/tls.el (tls-program): Remove spurious %s from openssl.
5647 (tls-starttls-switches): Remove starttls hack.
5648 (open-tls-stream): Ditto.
5649 (tls-find-starttls-argument): Ditto.
5650
2e288d54
JB
56512010-10-13 Juanma Barranquero <lekktu@gmail.com>
5652
5653 * image.el (image-library-alist): Declare as obsolete alias.
5654 (image-type-available-p): Use `dynamic-library-alist'.
5655
5656 * term/w32-win.el (dynamic-library-alist):
5657 Use instead of `image-library-alist'.
5658
35744400
IS
56592010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5660
5661 * subr.el (last): Make it faster. (Bug#7174)
5662
290fe464
RO
56632010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5664
5665 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5666
2919746c
CY
56672010-10-12 Chong Yidong <cyd@stupidchicken.com>
5668
5669 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5670 (describe-theme-1): Extract doc from unloaded themes.
5671
5672 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5673
5674 * themes/tango-theme.el:
5675 * themes/tango-dark-theme.el:
5676 * themes/wheatgrass-theme.el: New files.
5677
6b09b5d1
CY
56782010-10-12 Chong Yidong <cyd@stupidchicken.com>
5679
5680 * cus-theme.el (describe-theme, customize-themes)
5681 (custom-theme-save): New commands.
5682 (custom-new-theme-mode-map): Bind C-x C-s.
5683 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5684 (customize-create-theme): New optional arg THEME.
5685 (custom-theme-revert): Use it.
5686 (custom-theme-visit-theme): Remove dead code.
5687 (custom-theme-merge-theme): Use custom-available-themes.
5688 (custom-theme-write): Make interactive.
5689 (custom-theme-write): Use custom-theme-name-valid-p.
5690 (describe-theme-1, custom-theme-choose-revert)
5691 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5692 New funs.
5693 (custom-theme-allow-multiple-selections): New option.
5694 (custom-theme-choose-mode): New major mode.
5695
43f964fc
SM
5696 * custom.el (custom-theme-set-variables): Remove dead code.
5697 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5698 (custom--inhibit-theme-enable): New var.
5699 (provide-theme): Obey it.
5700 (load-theme): Replace load with manual read/eval, in order to
5701 check for correctness. Use custom-theme-name-valid-p.
5702 (custom-theme-name-valid-p): New function.
5703 (custom-available-themes): Use it.
5704
5705 * cus-edit.el (custom--initialize-widget-variables): New function.
5706 (Custom-mode): Use it.
5707
43f964fc
SM
5708 * cus-face.el (custom-theme-set-faces): Remove dead code.
5709 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5710
5711 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5712
16366259
JB
57132010-10-12 Juanma Barranquero <lekktu@gmail.com>
5714
cb7d821e 5715 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5716
4c14013d 57172010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5718
4c14013d
JB
5719 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5720 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5721 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5722
5723 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5724
4c14013d 57252010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5726
5727 * emacs-lisp/lisp.el (lisp-completion-at-point):
5728 Use emacs-lisp-mode-syntax-table for the whole function.
5729
4c14013d 57302010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5731
5732 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5733 instead of font-lock-mode before adding keywords.
5734 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5735 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5736 non-nil; removed hook inhibit hack.
5737
4c14013d 57382010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5739
d15f9a2b
GM
5740 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5741 (load-path-shadows-find): ... to this.
5742 (list-load-path-shadows): Update for above change.
5743
c7d6d8a1
GM
5744 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5745
f0b7f5a8
KY
57462010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5747
5748 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5749 Fix comment for declare-function.
5750
05d22d02
CY
57512010-10-11 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * custom.el (custom-fix-face-spec): New function; code moved from
5754 custom-face-edit-fix-value.
5755 (custom-push-theme): Use it when checking if a face has been
5756 changed outside customize.
5757 (custom-available-themes): New function.
5758 (load-theme): Use it.
5759
43f964fc 5760 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5761
5762 * custom.el (custom-push-theme): Cleanup (use cond).
5763 (disable-theme): Recompute the saved-face property.
5764 (custom-theme-recalc-face): Follow face alias before setting prop.
5765
43f964fc
SM
5766 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5767 New variables, containing checkbox images.
05d22d02
CY
5768
5769 * startup.el (fancy-startup-tail):
5770 * wid-edit.el (checkbox): Use them.
5771
293e7c22
DN
57722010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5773
a0310a6c
DN
5774 * shell.el (shell-mode-map):
5775 * progmodes/modula2.el (m2-mode-map):
5776 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5777 * play/mpuz.el (mpuz-mode-map):
5778 * play/landmark.el (lm-mode-map):
5779 * play/decipher.el (decipher-mode-map):
5780 * play/5x5.el (5x5-mode-map):
5781 * net/telnet.el (telnet-mode-map):
5782 * net/quickurl.el (quickurl-list-mode-map):
5783 * net/mairix.el (mairix-searches-mode-map):
5784 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5785 * net/dig.el (dig-mode-map):
5786 * mail/mspools.el (mspools-mode-map):
5787 * hexl.el (hexl-mode-map):
5788 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5789 (wordstar-C-o-map, wordstar-C-q-map):
5790 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5791 * emacs-lisp/chart.el (chart-map):
5792 * edmacro.el (edmacro-mode-map):
5793 * erc/erc-list.el (erc-list-menu-mode-map):
5794 * array.el (array-mode-map): Declare and define in one step.
5795
293e7c22
DN
5796 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5797
446b12da
DU
57982010-10-10 Daiki Ueno <ueno@unixuser.org>
5799
5800 * epa.el (epa-passphrase-callback-function): Display filename
5801 passed as the 3rd arg.
43f964fc
SM
5802 * epa-file.el (epa-file-passphrase-callback-function):
5803 Pass filename to epa-passphrase-callback-function.
446b12da 5804
76c16af8
CY
58052010-10-09 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * cus-edit.el (custom-face-widget-to-spec)
5808 (custom-face-get-current-spec, custom-face-state): New functions.
5809 (custom-face-set, custom-face-mark-to-save)
5810 (custom-face-value-create, custom-face-state-set): Use them.
5811
5812 * cus-theme.el (custom-theme--listed-faces): New var.
5813 (customize-create-theme): Use *Custom Theme* as the buffer name.
5814 Set revert-buffer-function. Optional arg BUFFER. Insert all
5815 faces listed in custom-theme--listed-faces.
5816 (custom-theme-revert): New function.
5817 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5818 bottom of the list.
5819 (custom-theme-write): Prompt for theme name if empty.
5820 (custom-theme-write-variables): Use dolist.
5821 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5822
e15f8aaa
AM
58232010-10-09 Alan Mackenzie <acm@muc.de>
5824
5825 Enhance fontification of declarators to take account of the
5826 presence/absence of "typedef".
5827
5828 * cc-engine.el (c-forward-type): New &optional param
5829 "brace-block-too".
5830 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5831 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5832
5833 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5834 fontification of declarators which follow a "}".
5835 (c-font-lock-declarations): Fontify declarators according to the
5836 presence/absence of "typedef".
5837
5838 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5839 for "typedef".
5840 (c-typedef-decl-key): New lang variable built from
5841 c-typedef-decl-kwds.
5842
cf321e50
LMI
58432010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5844
77aec221
LMI
5845 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5846 since that's too annoying. Move the filter groups commands to
5847 TAB/backtab.
5848
7450df5d
LMI
5849 * epa.el (epa-passphrase-callback-function): Say what we're
5850 querying the password for.
5851
cf321e50 5852 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5853 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5854
587faadd
CY
58552010-10-08 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5858 (custom-magic-value-create): Pad button tags with spaces.
5859 (custom-face-edit): New variable.
5860 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5861 face editor here, instead of using custom-face-selected.
5862 Pass face defaults to custom-face-edit widget.
587faadd
CY
5863 (custom-face-selected, custom-display-unselected): Delete widgets.
5864 (custom-display-unselected-match): Function removed.
43f964fc
SM
5865 (custom-face-set, custom-face-mark-to-save):
5866 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5867
5868 * wid-edit.el (widget--completing-widget): New var.
5869 (widget-default-complete): Bind it when doing completion.
5870 (widget-string-complete, widget-file-complete): Use it.
5871
a1ab97d0
GM
58722010-10-09 Glenn Morris <rgm@gnu.org>
5873
85d50db7
GM
5874 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5875 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5876 (holiday-hebrew-misc): Small simplifications.
5877
3fb78d1f
GM
5878 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5879
a1ab97d0
GM
5880 * net/browse-url.el: Don't require thingatpt, term, dired,
5881 executable, or w3-auto when compiling.
5882 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5883 Declare.
5884 (browse-url-text-emacs): Require term.
5885
2187e5bb
AS
58862010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5887
5888 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5889
e5d49589
GM
58902010-10-08 Glenn Morris <rgm@gnu.org>
5891
5823f53f
GM
5892 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5893
e5d49589
GM
5894 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5895 (shadows-compare-text-p): Make it an obsolete alias for...
5896 (load-path-shadows-compare-text): ... new name.
5897 (find-emacs-lisp-shadows): Update for above name change.
5898 (load-path-shadows-same-file-or-nonexistent): New name for the old
5899 shadow-same-file-or-nonexistent.
5900
4628bef1 59012010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5902
5903 * minibuffer.el (completion--some, completion--do-completion)
5904 (minibuffer-complete-and-exit, minibuffer-completion-help)
5905 (completion-basic-try-completion)
5906 (completion-basic-all-completions)
5907 (completion-pcm--find-all-completions): Use lexical-let to
5908 avoid some false matches in variable completion (Bug#7056)
5909
4628bef1 59102010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5911
5912 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5913
4628bef1 59142010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5915
5916 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5917 return non-nil if the file exists (Bug#7090).
5918
4628bef1 59192010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5920
5921 * minibuffer.el (completion--replace):
5922 Better preserve markers (bug#7138).
5923
4628bef1 59242010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5925
5926 * server.el (server-process-filter): Doc fix.
5927
4628bef1 59282010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5929
5930 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5931
e4adf61e
GM
59322010-10-08 Glenn Morris <rgm@gnu.org>
5933
24ac444f
GM
5934 * vc/ediff-wind.el (ediff-setup-control-frame):
5935 * vc/ediff-ptch.el (ediff-default-backup-extension):
5936 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5937 (ediff-exec-process): Remove system-types emx, windows-95.
5938
e4adf61e
GM
5939 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5940
61328d7c
CY
59412010-10-07 Chong Yidong <cyd@stupidchicken.com>
5942
5943 * cus-edit.el (custom-variable, custom-face): Doc fix.
5944 (custom-face-edit): Add value-create attribute.
5945 (custom-face-edit-value-create)
43f964fc
SM
5946 (custom-face-edit-value-visibility-action): New functions.
5947 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5948 (custom-face-edit-deactivate): Show empty values with shadow face.
5949 (custom-face-selected): Only use this for face specs with default
5950 attributes.
5951 (custom-face-value-create): Cleanup.
5952
5953 * wid-edit.el (widget-checklist-value-create): Use dolist.
5954 (widget-checklist-match-find): Make second arg optional.
5955
ac44263a
GM
59562010-10-07 Glenn Morris <rgm@gnu.org>
5957
849b02b4
GM
5958 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5959 Prefix things.
5960
ac44263a
GM
5961 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5962 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5963 load-path-shadows-mode, update references.
06d9ef85
GM
5964 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5965 Rename variable and button.
5966 (list-load-path-shadows): Update button caller.
ac44263a 5967
29c72a6e
SM
59682010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5971 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5972 (smie-merge-prec2s): Handle those new entries.
5973 (smie-prec2-levels): Only set precedence to nil for actual
5974 openers/closers.
5975 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5976 that is now unnecessary.
5977
775f75bc 59782010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
5979
5980 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5981
7e1e2a6e
GM
59822010-10-07 Glenn Morris <rgm@gnu.org>
5983
58d1ac6d
GM
5984 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5985 (mail-position-on-field): Remove declarations.
5986 (mail-position-on-field): Autoload it.
5987 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5988 and mail-header-end. Don't require sendmail.
5989
7b9235ad
GM
5990 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5991 (shadow-mode): New mode.
5992 (shadow-find-file): New button.
5993 (list-load-path-shadows): Use shadow-mode and buttons.
5994
52da2182
GM
5995 * iimage.el (iimage-version): Remove.
5996 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5997 Turn into defcustoms.
5998 (iimage-mode-map): Give it a doc string.
5999
7e1e2a6e
GM
6000 * calendar/appt.el (appt-activate): Give a warning rather than an error
6001 if there is no diary-file.
6002
e44eccd7
MA
60032010-10-06 Michael Albinus <michael.albinus@gmx.de>
6004
29c72a6e
SM
6005 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6006 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6007
4583e796
GM
60082010-10-06 Glenn Morris <rgm@gnu.org>
6009
6aecca99
GM
6010 * font-core.el (font-lock-defaults-alist): Remove variable.
6011 (font-lock-mode): Doc fix.
6012 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6013 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6014 (font-lock-set-defaults): Doc fix.
6015 Do not consult font-lock-defaults-alist.
6016
645a6257
GM
6017 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6018
4583e796
GM
6019 * emacs-lisp/cl.el: No longer provide cl-19.
6020
bd8fadca
MA
60212010-10-05 Michael Albinus <michael.albinus@gmx.de>
6022
6023 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6024 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6025 New defuns, taken from tramp-smb.el.
6026 (tramp-coding-system-change-eol-conversion)
43f964fc 6027 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6028
43f964fc 6029 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6030 (tramp-compat-coding-system-change-eol-conversion)
6031 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6032 from tramp.el.
6033
6034 * net/tramp-gvfs.el:
6035 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6036 by `tramp-compat-set-process-query-on-exit-flag'.
6037
43f964fc
SM
6038 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6039 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6040 `tramp-handle-file-exists-p' and
6041 `tramp-handle-file-newer-than-file-p'.
6042 (tramp-imap-handle-file-exists-p)
6043 (tramp-imap-handle-file-executable-p)
6044 (tramp-imap-handle-file-readable-p)
6045 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6046 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6047
6048 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6049 by `tramp-compat-set-process-query-on-exit-flag' and
6050 `tramp-coding-system-change-eol-conversion' by
6051 `tramp-compat-coding-system-change-eol-conversion'.
6052
43f964fc
SM
6053 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6054 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6055 `tramp-handle-file-exists-p' and
6056 `tramp-handle-file-newer-than-file-p'.
6057 (tramp-smb-handle-directory-files-and-attributes)
6058 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6059 (tramp-smb-handle-file-newer-than-file-p): Remove.
6060 (tramp-smb-maybe-open-connection):
6061 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6062 `tramp-compat-set-process-query-on-exit-flag'.
6063
726c5357
GM
60642010-10-05 Glenn Morris <rgm@gnu.org>
6065
6066 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6067
4a93e698
MA
60682010-10-04 Michael Albinus <michael.albinus@gmx.de>
6069
6070 Continue reorganization of load dependencies. (Bug#7156)
6071
6072 * net/tramp.el (tramp-handle-file-local-copy-hook)
6073 (tramp-delete-temp-file-function): Move down.
6074 (tramp-exists-file-name-handler): Move up.
6075 (tramp-register-file-name-handlers): Simplify autoload.
6076 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6077 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6078 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6079 (tramp-handle-file-name-completion)
6080 (tramp-handle-file-name-directory)
6081 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6082 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6083 (tramp-handle-find-backup-file-name)
6084 (tramp-handle-insert-file-contents, tramp-handle-load)
6085 (tramp-handle-substitute-in-file-name)
6086 (tramp-handle-unhandled-file-name-directory)
6087 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6088 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6089
6090 * net/tramp-gvfs.el (top):
6091 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6092
6093 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6094 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6095
b4593555
GM
60962010-10-04 Glenn Morris <rgm@gnu.org>
6097
6098 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6099 (appt-activate): Give status messages.
6100
8762aa10
TZ
61012010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6102
6103 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6104 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6105 `gnutls-negotiate' (formerly `starttls-negotiate').
6106 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6107
82fb8701
DN
61082010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6109
6110 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6111 log-outgoing commands.
6112 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6113 to create a buffer local revert-buffer-function variable.
6114 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6115 revert-buffer-function lambda.
6116
c1ae068b
LMI
61172010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6118
6119 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6120 `gnutls-boot'. Make TYPE the only required parameter.
6121 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6122 (open-ssl-stream): Use it.
6123
67141a37
GM
61242010-10-03 Glenn Morris <rgm@gnu.org>
6125
77f38949
GM
6126 * subr.el (directory-sep-char): Remove obsolete variable.
6127 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6128 it is "necessary".
6129
67141a37
GM
6130 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6131 * vc/vc.el (vc-static-header-alist): Doc fix.
6132 * vc/vc-cvs.el (vc-cvs-header):
6133 * vc/vc-rcs.el (vc-rcs-header):
6134 * vc/vc-sccs.el (vc-sccs-header):
6135 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6136 * obsolete/vc-mcvs.el (vc-mcvs-header):
6137 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6138 on XEmacs.
6139
96bcef2e
CY
61402010-10-03 Chong Yidong <cyd@stupidchicken.com>
6141
43f964fc
SM
6142 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6143 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6144
ef47f179
GM
61452010-10-03 Glenn Morris <rgm@gnu.org>
6146
01c35094 6147 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6148
aee3c6f7
GM
6149 * textmodes/rst.el (rst-font-lock-keywords-function):
6150 Drop Emacs 20 code.
6151
f88cd114
GM
6152 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6153
6abfe35f
GM
6154 * printing.el: Drop Emacs 20 code.
6155
59e31cfa
GM
6156 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6157 without having used appt.el already).
6158
922ad43e
GM
6159 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6160 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6161 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6162 XEmacs.
6163 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6164 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6165
ef47f179
GM
6166 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6167 (charset-width, find-charset-region, chars-in-region, forward-point)
6168 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6169 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6170 Remove compatibility cruft (none of these are used by ps*.el).
6171
ac6ca7ba
KR
61722010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6173
6174 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6175
2a847524
CY
61762010-10-03 Chong Yidong <cyd@stupidchicken.com>
6177
43f964fc
SM
6178 * server.el (server-process-filter, server-return-error):
6179 Give emacsclient time to shut down after receiving an error string.
2a847524 6180
4bc3c53d
MA
61812010-10-02 Michael Albinus <michael.albinus@gmx.de>
6182
6183 * files.el (remote-file-name-inhibit-cache): New defcustom.
6184
43f964fc
SM
6185 * time.el (display-time-file-nonempty-p):
6186 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6187
43f964fc
SM
6188 * net/tramp.el (tramp-completion-reread-directory-timeout):
6189 Fix docstring.
4bc3c53d
MA
6190
6191 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6192 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6193 `remote-file-name-inhibit-cache'. Check also for an integer
6194 value. Add/increase counter when `tramp-verbose' >= 10.
6195 (tramp-set-file-property): Add/increase counter when
6196 `tramp-verbose' >= 10.
6197
6198 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6199 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6200 (tramp-bug): Set tramp-autoload cookie. Report all interned
6201 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6202 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6203 characters only in strings.
6204
6205 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6206 to backward compatibility.
6207
6208 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6209 (tramp-handle-file-name-all-completions)
43f964fc
SM
6210 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6211 (tramp-open-connection-setup-interactive-shell):
6212 Call `tramp-cleanup-connection' directly.
4bc3c53d 6213
9c524fcb
GM
62142010-10-02 Glenn Morris <rgm@gnu.org>
6215
3226d6ca
GM
6216 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6217
6218 * subr.el (char-bytes): Remove obsolete function.
6219
6220 * isearch.el (isearch-return-char): Remove obsolete function.
6221
6222 * mouse.el: No longer provide mldrag.
6223 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6224 Remove obsolete aliases.
6225
6226 * comint.el (comint-kill-output): Remove obsolete alias.
6227
6228 * composite.el (decompose-composite-char): Remove obsolete function.
6229 * ps-def.el (decompose-composite-char): Remove unused function.
6230
6231 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6232
6233 * outline.el (outline-visible): Remove obsolete function.
6234
6235 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6236 * faces.el (internal-find-face, internal-get-face)
6237 (frame-update-faces, frame-update-face-colors)
6238 (x-frob-font-weight, x-frob-font-slant)
6239 (internal-frob-font-weight, internal-frob-font-slant)
6240 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6241 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6242 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6243 since Emacs 21.1.
6244 * emulation/viper-util.el (viper-get-face):
6245 * obsolete/lucid.el (find-face, get-face): Use facep.
6246 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6247 Remove unused functions.
6248 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6249
9c524fcb
GM
6250 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6251 delete tempfile if interrupted during compilation.
6252
aecb42aa
LMI
62532010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
6255 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6256 gnutls-cli.
6257 (tls-program): Add --insecure to be consistent with the defaults from
6258 openssl s_client. Now all three commands are insecure.
6259
73077a9a
EZ
62602010-10-01 Eli Zaretskii <eliz@gnu.org>
6261
6262 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6263 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6264 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6265
1ef075bb
GM
62662010-10-01 Glenn Morris <rgm@gnu.org>
6267
1fcaf927
GM
6268 * obsolete/sc.el: Remove file.
6269
1ef075bb
GM
6270 * files.el (temporary-file-directory): On darwin, also try
6271 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6272
a16f5f64
JB
62732010-10-01 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6276 Let's not break compatibility gratuitously, shall we?
6277
6b958814
G
62782010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
47e08896 6280 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6281 (tls-find-starttls-argument): Use it.
6282 (open-tls-stream): Ditto.
6283
47e08896 6284 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6285 entry.
6286 (netrc-machine): Ditto.
6287
cad90f3b
EZ
62882010-09-30 Eli Zaretskii <eliz@gnu.org>
6289
6290 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6291
968ef9b4
JB
62922010-09-30 Juanma Barranquero <lekktu@gmail.com>
6293
6294 * server.el (server-start): Don't write pid to the authentication file.
6295 (server-create-tty-frame): Don't send pid.
6296 (server-process-filter): Send pid at the start of every connection.
6297
3536dea8
GM
62982010-09-30 Glenn Morris <rgm@gnu.org>
6299
8e378d88
GM
6300 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6301 (show-all-diary-entries): Remove obsolete function aliases.
6302
3536dea8
GM
6303 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6304 Remove options, obsolete since 22.1.
6a7662bb
BR
6305 (appt-display-format, appt-display-message):
6306 Remove backwards-compatibility code.
3536dea8
GM
6307 (appt-check): No longer check appt-issue-message.
6308 (appt-make-list): No longer autoload it. Doc fix. No longer
6309 activate the package.
6310
df7fcaff
LMI
63112010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6312
6313 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6314 (starttls-negotiate): Just call boot, and let the handshake be
6315 triggered from the read loop.
df7fcaff 6316
c2828614
GM
63172010-09-29 Glenn Morris <rgm@gnu.org>
6318
17a46341
GM
6319 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6320 not displaying the diary.
6321 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6322 * calendar/appt.el (appt-check): No longer need to kill diary.
6323
7161e329
GM
6324 * calendar/diary-lib.el (diary-list-entries): Move the
6325 "Preparing..." message entirely here.
6326 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6327 messages to diary-list-entries.
6328 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6329 diary-display-function.
6330
d0de6cba
GM
6331 * calendar/diary-lib.el (diary-include-other-diary-files):
6332 Trap some recursive includes.
6333
c2828614
GM
6334 * calendar/appt.el (appt-activate): Check diary file.
6335
0c43b6f8
KY
63362010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6337
6338 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6339 construction.
6340
6341 * calendar/time-date.el: No need to require cl for Emacs 21.
6342
97ce2730
GM
63432010-09-28 Glenn Morris <rgm@gnu.org>
6344
6345 * calendar/appt.el (appt-check): Minor simplification.
6346
e0a185ae
KY
63472010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6348
6349 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6350 citation prefix.
6351
c19f76a1
AS
63522010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6353
95b6d681
JB
6354 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6355 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6356
fd057fd2
KH
63572010-09-27 Kenichi Handa <handa@m17n.org>
6358
6359 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6360 "ustar" format.
6361
368b3544
KH
63622010-09-27 Kenichi Handa <handa@m17n.org>
6363
6364 * international/mule.el (define-coding-system): Docstring fixed.
6365
6366 * international/mule-diag.el (describe-character-set): Use princ
6367 with proper print-length and print-level instead of insert.
6368
95b6d681 63692010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6370
6371 * window.el (walk-windows): Doc fix (bug#7105).
6372
99368725
SM
63732010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * emacs-lisp/float-sup.el (e): Remove.
6376
8ed70bf3
LMI
63772010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6378
6379 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6380 variable.
6381 (starttls-negotiate): Use it.
6382
d2e9d0bb
LMI
63832010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6384
6385 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6386 back.
6387
15413fb4
SM
63882010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6391
1821a7b4
LMI
63922010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6393
6303aba1
LMI
6394 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6395
1821a7b4
LMI
6396 * net/netrc.el (netrc-store-data): New function.
6397
8af55556
TZ
63982010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6399
6400 * net/gnutls.el: GnuTLS glue code to set up a connection.
6401
42343747
JD
64022010-09-25 Julien Danjou <julien@danjou.info>
6403
6404 * notifications.el: Call dbus-register-signal only if it is bound.
6405
ec60da52
GM
64062010-09-25 Glenn Morris <rgm@gnu.org>
6407
6408 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6409 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6410 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6411 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6412 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6413 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6414 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6415 * eshell/esh-util.el, eshell/esh-var.el:
6416 Remove leading `*' from docs of faces and defcustoms.
6417
4c964351
UM
64182010-09-25 Ulrich Mueller <ulm@gentoo.org>
6419
6420 * eshell/em-ls.el (eshell-ls-archive-regexp):
6421 * eshell/esh-util.el (eshell-tar-regexp):
6422 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6423 * info.el (Info-suffix-list):
6424 * international/mule.el (auto-coding-alist):
6425 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6426 * progmodes/etags.el (tags-compression-info-list):
6427 Support xz compression.
6428
41f54b73
CY
64292010-09-25 Chong Yidong <cyd@stupidchicken.com>
6430
6431 * files.el (get-free-disk-space): Don't assume the "df" output
6432 columns line up (Bug#6995).
6433
40b1a3a9
JB
64342010-09-25 Juanma Barranquero <lekktu@gmail.com>
6435
6436 * finder.el (finder-unknown-keywords):
6437 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6438 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6439
ba3033ee
JB
64402010-09-25 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * server.el (server-start): Revert part of 2010-08-08 change. Using
6443 address 127.0.0.1 for local host is now done in Fmake_network_process.
6444
5e339ee2
GM
64452010-09-24 Glenn Morris <rgm@gnu.org>
6446
6447 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6448 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6449 * textmodes/css-mode.el, textmodes/dns-mode.el:
6450 Move autoloaded auto-mode-alist entries to files.el.
6451 * files.el (auto-mode-alist): Move entries here.
6452
af3ccb5c
GM
64532010-09-23 Glenn Morris <rgm@gnu.org>
6454
6455 * isearch.el (isearch-lazy-highlight-cleanup)
6456 (isearch-lazy-highlight-initial-delay)
6457 (isearch-lazy-highlight-interval)
6458 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6459 * net/net-utils.el (ipconfig-program-options):
6460 Move aliases to options before the associated definitions.
6461
266a86bd 64622010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6463
6464 * newcomment.el (comment-normalize-vars): Better test validity of
6465 comment-end-skip.
6466
27ffea71 64672010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6468
6469 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6470 (float-e): New name for `e'.
6471 (degrees-to-radians, radians-to-degrees):
6472 * calendar/solar.el (solar-longitude):
6473 * calculator.el (calculator-registers, calculator-funcall):
6474 * textmodes/artist.el (artist-spray-random-points):
6475 * play/bubbles.el (bubbles--initialize-images): Use new names.
6476
27ffea71 64772010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6478
6479 Update to CEDET 1.0's version of EIEIO.
6480
9e0d4f9e
SM
6481 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6482 New function.
a2930e43
EL
6483 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6484 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6485 (class-precedence-list): If class is nil, return nil.
6486 (eieio-generic-call): If class of first input arg is nil, don't
6487 look up static methods, and do check for primary methods.
6488 (initialize-instance): See if the default needs to be evaluated
6489 during the constructor.
6490 (eieio-perform-slot-validation-for-default): Don't do the check
6491 for values that will eventually be evaluated.
6492 (eieio-eval-default-p): New function.
6493 (eieio-default-eval-maybe): Use it.
6494
27ffea71 64952010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6496
6497 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6498 method-invocation-order.
6499 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6500 (eieio-class-precedence-dfs): Compute class precedence list using
6501 dfs algorithm.
6502 (eieio-class-precedence-bfs): Compute class precedence list using
6503 bfs algorithm.
9e0d4f9e 6504 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6505 c3 algorithm.
6506 (class-precedence-list): New function.
6507 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6508 (inconsistent-class-hierarchy): New error symbol.
6509 (call-next-method): Stow the replacement argument list for future
6510 call-next-method invocations.
6511
266a86bd 65122010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6513
ea7f9ebf
GM
6514 * calendar/appt.el (appt-check): If not displaying the diary,
6515 use (diary 1) to only get the entries we need.
6516 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6517 that it is in day order. (Bug#7019)
6518
1bf6d075
GM
6519 * calendar/appt.el (appt-check): Rather than showing the diary,
6520 just turn off invisible display, and only if needed.
6521
87e798a7
GM
6522 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6523
1fc7dabf
GM
65242010-09-23 Glenn Morris <rgm@gnu.org>
6525
7a16788b
GM
6526 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6527 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6528 Start warnings with lower-case, like the majority.
7a16788b 6529
19543b17
GM
6530 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6531
54238e6d
GM
6532 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6533
ce009d0b
GM
6534 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6535 * files.el (auto-mode-alist): Move ld-script entries here, further down
6536 the list.
6537
7b344dfe
GM
6538 * vc/add-log.el: Don't require timezone when compiling.
6539 (timezone-make-date-sortable): Autoload it.
6540 (change-log-sortable-date-at): Don't require timezone.
6541 Use `ignore-errors'.
6542
d9703498
GM
6543 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6544 Move alias before definition, so it does not need autoloading.
6545
1fc7dabf
GM
6546 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6547 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6548 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6549 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6550 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6551 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6552 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6553 * textmodes/tex-mode.el, textmodes/two-column.el:
6554 Remove leading `*' from docs of defcustoms etc.
6555
7676efad
TZ
65562010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6557
6558 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6559
b069e5a6
G
65602010-09-22 Dan Christensen <jdc@uwo.ca>
6561
6562 * calendar/time-date.el (date-to-time): Try using parse-time-string
6563 first before using the slower timezone-make-date-arpa-standard.
6564
1bf68d53
KY
65652010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6566
6567 * calendar/time-date.el (format-seconds): Comment fix.
6568
cd205c76
GM
65692010-09-22 Glenn Morris <rgm@gnu.org>
6570
6571 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6572 is not automatically buffer-local.
6573
4ddea91b
SM
65742010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6577 (smie-indent-comment): Be more careful with comment-start-skip.
6578 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6579 (smie-indent-functions): Use them.
6580
b0f037ed
MA
65812010-09-21 Michael Albinus <michael.albinus@gmx.de>
6582
6583 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6584
8cf1771a
JD
65852010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6586
36a1b6db
JD
6587 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6588 tool-bar-position. Don't modify frame parameters here.
180fb94a 6589 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6590
8cf1771a
JD
6591 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6592
0097720d
SM
65932010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6594
5d8e0d5d
SM
6595 * textmodes/reftex-parse.el (reftex-what-macro)
6596 (reftex-context-substring): Let-bind forward-sexp-function to nil
6597 since we don't need/want to treat \begin...\end as a block (bug#7053).
6598
984edd22
SM
6599 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6600
6601 * simple.el (blink-matching-open): Use syntax-class.
6602
3672149f
SM
6603 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6604 Set invisibility spec for pascal's outline mode.
6605 (pascal-outline-change): Clean up calling convention.
6606 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6607
549d0e1e
SM
6608 * progmodes/prolog.el (prolog-smie-forward-token)
6609 (prolog-smie-backward-token): New functions.
6610 (prolog-mode-variables): Use them to parse "!," correctly.
6611 Set up smie-blink-matching for ".".
6612
a9cb95dd
SM
6613 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6614 and `end'.
6615 (ispell-region, ispell-process-line): Update users.
6616
de558d10
SM
6617 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6618 point-min==1.
6619
94eb3112
SM
6620 * textmodes/ispell.el: Fix commenting convention.
6621 (ispell-parse-output): Simplify, use push.
6622 (ispell-region): Use match-string-no-properties.
6623 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6624 (ispell-minor-mode): Use define-minor-mode.
6625 (ispell-message): Remove unused var `skip-regexp'.
6626 (ispell-add-per-file-word-list): Use dynamic let-binding.
6627 Try and use the proper comment marker.
6628
1f7f45a5
SM
6629 * mail/sendmail.el: Fix commenting convention.
6630 (sendmail-send-it): Use line-beginning-position.
6631
0097720d
SM
6632 * help-fns.el (describe-variable): Add original value, if applicable.
6633
596880ea
JB
66342010-09-20 Juanma Barranquero <lekktu@gmail.com>
6635
f0713411
JB
6636 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6637
596880ea
JB
6638 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6639
37c0347e
SM
66402010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6641
2bc01104
SM
6642 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6643 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6644 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6645 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6646 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6647 something like "." can also be a closer.
6648 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6649 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6650 Rename internal functions to use "--". Update callers.
6651
e2c3f530
SM
6652 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6653
37c0347e
SM
6654 * fringe.el (fringe-styles): New var.
6655 (fringe-mode, fringe-query-style): Use it.
6656
74790210
MM
66572010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6658
6659 * progmodes/sql.el: Version 2.8
93acd23d 6660 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6661 (sql-product-alist): Add :list-all and :list-table features for
6662 SQLite, Postgres and MySQL products.
6663 (sql-redirect): Handle default value.
6664 (sql-execute, sql-execute-feature): New functions.
6665 (sql-read-table-name): New function.
93acd23d 6666 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6667 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6668 for above functions.
6669 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6670 for above functions.
6671 (sql-postgres-login-params): Add user and database defaults.
6672 (sql-buffer-live-p): Bug fix.
93acd23d 6673 (sql-product-history): New variable.
35f52ed6 6674 (sql-read-product): New function. Use it.
74790210
MM
6675 (sql-set-product, sql-product-interactive): Use it.
6676 (sql-connection-history): New variable.
93acd23d 6677 (sql-read-connection): New function. Use it.
74790210
MM
6678 (sql-connect): New function.
6679 (sql-for-each-login): Redesign function interface.
6680 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6681 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6682 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6683 (sql-comint-postgres): Add port parameter.
6684
cec01cd2
SM
66852010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * emacs-lisp/warnings.el: Fix commenting convention.
6688 (display-warning): Use special mode and make the buffer read-only.
6689
c2a845b5
JB
66902010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6691
6692 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6693 empty string when it follows a repeated or optional pattern.
6694
f5632fb6
SM
66952010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6698 (indent-region): Use indent-according-to-mode.
6699
71b961e8
EZ
67002010-09-18 Eli Zaretskii <eliz@gnu.org>
6701
6702 * fringe.el (fringe-mode): Doc fix.
6703
dbbd7ad4
KRC
67042010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6705
6706 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6707 refreshing the preview buffer.
6708
b879a6e2
SM
67092010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6712 (latex-syntax-propertize-rules): New consts; replace
6713 tex-font-lock-syntactic-keywords.
6714 (tex-env-mark, latex-env-before-change): New functions.
6715 (latex-electric-env-pair-mode): New minor mode.
6716 (tex-font-lock-verb): Change arguments; do move point.
6717 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6718 representation as a form of comment.
6719 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6720 (doctex-syntax-propertize-rules): New const; replaces
6721 doctex-font-lock-syntactic-keywords.
6722 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6723
6724 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6725 (fortran-make-syntax-propertize-function): New function; replaces
6726 fortran-font-lock-syntactic-keywords.
6727 (fortran-mode): Use it.
6728 (fortran-line-length): Use it. Improve interactive spec.
6729
6730 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6731 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6732 when adding surrounding \(..\).
6733
6734 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6735
4be520fb
SM
67362010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6737
269c197e
SM
6738 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6739 Use with-current-buffer.
6740
4be520fb
SM
6741 * isearch.el (isearch-face): Rename from `isearch'.
6742 (isearch-highlight): Use new name.
6743
a67597d6
EZ
67442010-09-17 Eli Zaretskii <eliz@gnu.org>
6745
6746 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6747 5, for `half' width fringes. (Bug#6933)
6748
31c381e8
SM
67492010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6750
3fe6ef4e
SM
6751 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6752 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6753
31c381e8
SM
6754 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6755
fb0cf781
J
67562010-09-17 Stephen Berman <stephen.berman@gmx.net>
6757
6758 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6759 in calculating new frame position. Add more space between new and
6760 parent on the left (Bug#7048).
6761
1a9dc3b5
MA
67622010-09-17 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6765 defmacro.
6766
dff0fdc3
CY
67672010-09-16 Chong Yidong <cyd@stupidchicken.com>
6768
31c381e8 6769 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6770
117c96c7
CY
6771 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6772 obsolete alias for x-selection-value.
6773
dff0fdc3
CY
6774 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6775
c6f2191f
MA
67762010-09-16 Michael Albinus <michael.albinus@gmx.de>
6777
6778 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6779 cookie.
6780
6139f995
MA
67812010-09-15 Michael Albinus <michael.albinus@gmx.de>
6782
6783 * net/tramp-compat.el (tramp-compat-with-temp-message)
6784 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6785 (tramp-compat-process-put): New defuns.
6786
6787 * net/tramp.el (top):
6788 * net/tramp-gvfs.el (top):
6789 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6790
31c381e8
SM
6791 * net/tramp.el (tramp-progress-reporter-update):
6792 Use `tramp-compat-funcall'.
6139f995
MA
6793
6794 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6795 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6796 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6797 (tramp-get-remote-stat, tramp-get-remote-readlink):
6798 Use `tramp-compat-with-temp-message'.
6139f995
MA
6799
6800 * net/tramp-sh.el (top): Require 'cl.
6801 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6802 (tramp-open-connection-setup-interactive-shell):
6803 Use `tramp-compat-process-put'.
6139f995 6804
22c3ce97
AM
68052010-09-15 Alan Mackenzie <acm@muc.de>
6806
6807 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6808 indentation.
a4ee83cc 6809 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6810
4f1e9960
SM
68112010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6814 `lexical' for warnings related to lexical scoping.
6815 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6816 global vars which don't have a prefix and could hence affect lexical
6817 scoping in unrelated files.
6818
01e80360
LMI
68192010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6820
6821 * net/imap.el: Revert back to version
6822 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6823 seem problematic.
6824
5e2a84e3
JB
68252010-09-14 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * obsolete/old-whitespace.el (whitespace-unload-function):
6828 Explicitly pass `obarray' to `unintern' to avoid a warning.
6829
f3a30a50
SM
68302010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6833 Add `when' argument. Update callers.
6834
6835 * subr.el (unintern): Declare the obarray arg mandatory.
6836
92b99a01
GM
68372010-09-14 Glenn Morris <rgm@gnu.org>
6838
67ae9766
GM
6839 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6840 Doc fixes.
6841
92b99a01
GM
6842 * calendar/diary-lib.el (diary-included-files): New variable.
6843 (diary-list-entries): Maybe initialize diary-included-files.
6844 (diary-include-other-diary-files): Append to diary-included-files.
6845 * calendar/appt.el (appt-update-list): Also check the members of
6846 diary-included-files. (Bug#6999)
08151ec5 6847 (appt-check): Doc fix.
92b99a01 6848
6664fc59 68492010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6850
6851 * simple.el (line-move-visual): Do not truncate goal column to
6852 integer size. (Bug#7020)
6853
6664fc59 68542010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6855
6856 * repeat.el (repeat): Allow repeating when the last event is a click.
6857 Suggested by Drew Adams (bug#6256).
6858
6664fc59 68592010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6860
01c35094 6861 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6862 Replace setting HGRCPATH to "" by some less invasive --config options.
6863
6664fc59 68642010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6865
6866 * font-lock.el (font-lock-beginning-of-syntax-function):
6867 Mark as obsolete.
6868
6664fc59 68692010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6870
6871 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6872 and tool-bar modes. (Bug#6211)
6873 (menu-bar-mode): Move setting of standard-value after the
6874 minor-mode definition, otherwise it seems to have no effect.
6875
6664fc59 68762010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6877
6878 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6879 Fix typo. (Bug#6976)
6880
6664fc59 68812010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6882
6883 * whitespace.el: Allow cleaning up blanks without blank
6884 visualization (Bug#6651). Adjust help window for
6885 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6886 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6887 (whitespace-style): Add new value 'face. Adjust docstring.
6888 (whitespace-space, whitespace-hspace, whitespace-tab):
6889 Adjust foreground property face.
9c405a86
CY
6890 (whitespace-line-column): Adjust docstring and type declaration.
6891 (whitespace-style-value-list, whitespace-toggle-option-alist)
6892 (whitespace-help-text): Adjust const initialization.
6893 (whitespace-toggle-options, global-whitespace-toggle-options):
6894 Adjust docstring.
6895 (whitespace-display-window, whitespace-interactive-char)
6896 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6897 (whitespace-help-scroll): New fun.
6898
ba96ddf5
KY
68992010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6900
6901 * calendar/time-date.el (format-seconds): Comment fix.
6902
a386ac70
MM
69032010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6904
6905 * progmodes/sql.el: Version 2.7.
6906 (sql-buffer-live-p): Improve detection.
6907 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6908 (sql-set-sqli-buffer): Use it.
6909 (sql-product-interactive): Run `sql-set-sqli-hook'.
6910 (sql-rename-buffer): Code cleanup.
6911 (sql-redirect, sql-redirect-value): New functions. More to come.
6912
5d921df2
JB
69132010-09-13 Juanma Barranquero <lekktu@gmail.com>
6914
6915 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.
6916 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6917 (TRAMP_SRC): New macro.
6918 ($(lisp)/net/tramp-loaddefs.el): New target.
6919
03c1ad43
MA
69202010-09-13 Michael Albinus <michael.albinus@gmx.de>
6921
6922 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6923
6924 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6925
6926 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6927 'tramp-compat, everything else is required there.
6928 Use `ignore-errors' where appropriate.
03c1ad43
MA
6929 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6930 (tramp-terminal-type, tramp-end-of-output)
6931 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6932 (tramp-completion-function-alist-ssh)
6933 (tramp-completion-function-alist-telnet)
6934 (tramp-completion-function-alist-su)
6935 (tramp-completion-function-alist-putty, tramp-remote-path)
6936 (tramp-remote-process-environment, tramp-sh-extra-args)
6937 (tramp-actions-before-shell, tramp-uudecode)
6938 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6939 (tramp-perl-file-attributes)
6940 (tramp-perl-directory-files-and-attributes)
6941 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6942 (tramp-perl-encode, tramp-perl-decode)
6943 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6944 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6945 (tramp-handle-make-symbolic-link, tramp-handle-load)
6946 (tramp-handle-file-name-as-directory)
6947 (tramp-handle-file-name-directory)
6948 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6949 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6950 (tramp-do-file-attributes-with-ls)
6951 (tramp-do-file-attributes-with-perl)
6952 (tramp-do-file-attributes-with-stat)
6953 (tramp-handle-set-visited-file-modtime)
6954 (tramp-handle-verify-visited-file-modtime)
6955 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6956 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6957 (tramp-handle-file-selinux-context)
6958 (tramp-handle-set-file-selinux-context)
6959 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6960 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6961 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6962 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6963 (tramp-handle-file-ownership-preserved-p)
6964 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6965 (tramp-handle-directory-files-and-attributes)
6966 (tramp-do-directory-files-and-attributes-with-perl)
6967 (tramp-do-directory-files-and-attributes-with-stat)
6968 (tramp-handle-file-name-all-completions)
6969 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6970 (tramp-handle-copy-file, tramp-handle-copy-directory)
6971 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6972 (tramp-do-copy-or-rename-file-via-buffer)
6973 (tramp-do-copy-or-rename-file-directly)
6974 (tramp-do-copy-or-rename-file-out-of-band)
6975 (tramp-handle-make-directory, tramp-handle-delete-directory)
6976 (tramp-handle-delete-file)
6977 (tramp-handle-dired-recursive-delete-directory)
6978 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6979 (tramp-handle-insert-directory)
6980 (tramp-handle-unhandled-file-name-directory)
6981 (tramp-handle-expand-file-name)
6982 (tramp-handle-substitute-in-file-name)
6983 (tramp-handle-executable-find, tramp-process-sentinel)
6984 (tramp-handle-start-file-process, tramp-handle-process-file)
6985 (tramp-handle-call-process-region, tramp-handle-shell-command)
6986 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6987 (tramp-handle-insert-file-contents)
6988 (tramp-handle-insert-file-contents-literally)
6989 (tramp-handle-find-backup-file-name)
6990 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6991 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6992 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6993 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6994 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6995 (tramp-find-file-exists-command, tramp-open-shell)
6996 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6997 (tramp-open-connection-setup-interactive-shell)
6998 (tramp-local-coding-commands, tramp-remote-coding-commands)
6999 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7000 (tramp-inline-compress-commands, tramp-find-inline-compress)
7001 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7002 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7003 (tramp-send-command-and-check, tramp-barf-unless-okay)
7004 (tramp-send-command-and-read, tramp-mode-string-to-int)
7005 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7006 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7007 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7008 (tramp-method-out-of-band-p, tramp-local-host-p)
7009 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7010 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7011 (tramp-get-test-command, tramp-get-test-nt-command)
7012 (tramp-get-file-exists-command, tramp-get-remote-ln)
7013 (tramp-get-remote-perl, tramp-get-remote-stat)
7014 (tramp-get-remote-readlink, tramp-get-remote-trash)
7015 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7016 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7017 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7018 tramp-sh.el.
7019 (tramp-methods, tramp-default-method-alist)
7020 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7021 Move initialization to tramp-sh.el.
7022 (tramp-temp-name-prefix): Make it a defconst.
7023 (tramp-dissect-file-name): Don't check anymore for multi-hop
7024 methods.
7025 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7026 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7027 (tramp-get-debug-buffer): Use it.
7028
7029 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7030 initialization forms.
7031 (tramp-set-connection-property): Don't protect `tramp-message'
7032 call, it isn't necessary any longer.
7033 (tramp-dump-connection-properties): Use `ignore-errors'.
7034
7035 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7036 'password-cache and 'auth-source.
7037
7038 * net/tramp-gvfs.el (top):
7039 * net/tramp-smb.el (top): Require 'tramp-sh.
7040
7041 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7042
7043 * net/tramp-sh.el: New file, derived from tramp.el.
7044 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7045 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7046 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7047 Use `ignore-errors' where appropriate.
7048 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7049 `tramp-file-name-handler-alist'.
7050 (tramp-send-command-and-check): Return t or nil. Remove all
7051 `zerop' checks, where called.
7052 (tramp-handle-set-file-modes)
7053 (tramp-do-copy-or-rename-file-directly)
7054 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7055 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7056 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7057 (tramp-get-remote-ln): Set tramp-autoload cookie.
7058
7059 * net/tramp-fish.el: Remove file.
7060
c5fe4acb
DU
70612010-09-13 Daiki Ueno <ueno@unixuser.org>
7062
7063 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7064 buffer-file-name to avoid file-locking. (Bug#7026)
7065
7ea2d383
MA
70662010-09-13 Julien Danjou <julien@danjou.info>
7067
7068 * notifications.el (notifications-notify): Add support for
7069 image-path and sound-name.
7070 (notifications-specification-version): Add this variable.
7071
5616cc54
SM
70722010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7073
31c381e8 7074 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7075
94c7243b
LL
70762010-09-12 Leo <sdl.web@gmail.com>
7077
7078 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7079 (rcirc-completion-start): New variables.
7080 (rcirc-nick-completions): Rename to rcirc-completions.
7081 (rcirc-nick-completion-start-offset): Delete.
7082 (rcirc-completion-at-point): New function for constructing
7083 completion data for both nicks and irc commands. Add to
7084 completion-at-point-functions in rcirc mode.
7085 (rcirc-complete): Rename from rcirc-nick-complete; use
7086 rcirc-completion-at-point.
7087 (defun-rcirc-command): Update rcirc-client-commands.
7088
0f34ae28
GM
70892010-09-11 Glenn Morris <rgm@gnu.org>
7090
7091 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7092 atomically, to avoid parallel build errors. (Bug#4196)
7093
9250002f
MM
70942010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7095
7096 * progmodes/sql.el: Version 2.6
7097 (sql-dialect): Synonym for "sql-product".
7098 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7099 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7100 Set "sql-buffer" to buffer name not buffer object so multiple sql
7101 interactive buffers work properly. Reverts misguided changes in
7102 earlier work.
7103 (sql-comint): Make sure different buffer name is used if "*SQL*"
7104 buffer is for a different product.
7105 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7106 login param.
7107 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7108 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7109 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7110 Accept new buffer name or prompt for one.
7111 (sql-port): Default to zero.
7112 (sql-comint-mysql): Handle "sql-port" as a numeric.
7113 (sql-port-history): Delete unused variable.
7114 (sql-get-login): Default "sql-port" to a number.
31c381e8 7115 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7116 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7117 "sqlite3" executables.
31c381e8 7118 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7119 (sql-buffer-live-p): New function.
7120 (sql-mode-menu, sql-send-string): Use it.
7121 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7122 syntax pattern.
7123 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7124 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7125
a9ec34f4
LMI
71262010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7127
31c381e8 7128 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7129
cf38dd42
SM
71302010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7133 to replace texinfo-font-lock-syntactic-keywords.
7134 (texinfo-mode): Use it.
7135
7136 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7137 Use syntax-propertize-function.
7138
7139 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7140 replace sgml-font-lock-syntactic-keywords.
7141 (sgml-mode): Use it.
7142
7143 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7144 since we don't use it.
7145
7146 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7147
7148 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7149 if available.
7150 (vhdl-fontify-buffer): Adjust.
7151
7152 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7153 replace tcl-font-lock-syntactic-keywords.
7154 (tcl-mode): Use it.
7155
7156 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7157 replace simula-font-lock-syntactic-keywords.
7158 (simula-mode): Use it.
7159
7160 * progmodes/sh-script.el (sh-st-symbol): Remove.
7161 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7162 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7163 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7164 (sh-font-lock-paren): Set syntax-multiline.
7165 (sh-font-lock-syntactic-keywords): Remove.
7166 (sh-syntax-propertize-function): New function to replace it.
7167 (sh-mode): Use it.
7168
7169 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7170 Define while compiling.
7171 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7172 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7173 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7174 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7175 (ruby-here-doc-end-syntax): Only define when
7176 syntax-propertize is not available.
7177 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7178 New functions.
7179 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7180 (electric-indent-chars): Silence bytecompiler.
7181 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7182 electric-indent-chars.
7183
7184 * progmodes/python.el (python-syntax-propertize-function): New var to
7185 replace python-font-lock-syntactic-keywords.
7186 (python-mode): Use it.
7187 (python-quote-syntax): Simplify and adjust to new use.
7188
7189 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7190 replace perl-font-lock-syntactic-keywords.
7191 (perl-syntax-propertize-special-constructs): New fun to replace
7192 perl-font-lock-special-syntactic-constructs.
7193 (perl-font-lock-syntactic-face-function): New fun.
7194 (perl-mode): Use it.
7195
7196 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7197 to replace octave-font-lock-close-quotes.
7198 (octave-syntax-propertize-function): New function to replace
7199 octave-font-lock-syntactic-keywords.
7200 (octave-mode): Use it.
7201
7202 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7203 replaces mixal-font-lock-syntactic-keywords.
7204 (mixal-mode): Use it.
7205
7206 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7207 New var; replaces makefile-font-lock-syntactic-keywords.
7208 (makefile-mode): Use it.
7209 (makefile-imake-mode): Adjust.
7210
7211 * progmodes/js.el (js--regexp-literal): Define while compiling.
7212 (js-syntax-propertize-function): New var; replaces
7213 js-font-lock-syntactic-keywords.
7214 (js-mode): Use it.
7215
7216 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7217 replaces gdb-script-font-lock-syntactic-keywords.
7218 (gdb-script-mode): Use it.
7219
7220 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7221 (fortran--font-lock-syntactic-keywords): New var.
7222 (fortran-line-length): Update syntax-propertize-function and
7223 fortran--font-lock-syntactic-keywords.
7224
7225 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7226
7227 * progmodes/cfengine.el (cfengine-mode):
7228 Use syntax-propertize-function.
7229 (cfengine-font-lock-syntactic-keywords): Remove.
7230
7231 * progmodes/autoconf.el (autoconf-mode):
7232 Use syntax-propertize-function.
7233 (autoconf-font-lock-syntactic-keywords): Remove.
7234
7235 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7236 (ada-after-change-function, ada-initialize-syntax-table-properties)
7237 (ada-handle-syntax-table-properties): Only define when
7238 syntax-propertize is not available.
7239 (ada-mode): Use syntax-propertize-function.
7240
7241 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7242 (font-lock-fontify-syntactic-keywords-region): Move handling of
7243 font-lock-syntactically-fontified to...
7244 (font-lock-default-fontify-region): ...here.
7245 Let syntax-propertize-function take precedence.
7246 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7247
7248 * emacs-lisp/syntax.el (syntax-propertize-function)
7249 (syntax-propertize-chunk-size, syntax-propertize--done)
7250 (syntax-propertize-extend-region-functions): New vars.
7251 (syntax-propertize-wholelines, syntax-propertize-multiline)
7252 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7253 (syntax-propertize): New functions.
7254 (syntax-propertize-rules): New macro.
7255 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7256 (syntax-ppss): Call syntax-propertize.
7257
7258 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7259
36f7d366
AM
72602010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7261
7262 * textmodes/ispell.el (ispell-init-process): Improve comments.
7263 XEmacs compatibility changes regarding (add-hook) 'local option
7264 and (set-process-query-on-exit-flag).
7265
8fca3921
MA
72662010-09-09 Michael Albinus <michael.albinus@gmx.de>
7267
cf38dd42
SM
7268 * net/tramp-cache.el (tramp-parse-connection-properties):
7269 Set tramp-autoload cookie.
8fca3921 7270
399653d6
GM
72712010-09-09 Glenn Morris <rgm@gnu.org>
7272
7273 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7274 (imagemagick-register-types): Doc fix.
7275
c34a9669
SM
72762010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7277
b073dc4b
SM
7278 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7279
7280 * progmodes/js.el (require): Require is already "eval-and-compile".
7281 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7282 (js--re-search-backward): Use js--re-search-forward.
7283
7284 * progmodes/fortran.el (fortran-line-length): Don't recompute
7285 syntactic keywords redundantly a second time.
7286
7287 * progmodes/ada-mode.el: Replace "(set '" with setq.
7288 (ada-mode): Simplify.
7289 (ada-create-case-exception, ada-adjust-case-interactive)
7290 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7291 (ada-search-ignore-string-comment, ada-move-to-start)
7292 (ada-move-to-end): Use with-syntax-table.
7293
7294 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7295 (font-lock-unfontify-region, font-lock-default-fontify-region):
7296 Update usage correspondingly.
7297 (font-lock-fontify-syntactic-keywords-region):
7298 Set parse-sexp-lookup-properties buffer-locally here.
7299 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7300
c34a9669
SM
7301 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7302
13639aab
GM
73032010-09-08 Glenn Morris <rgm@gnu.org>
7304
5a972c36
GM
7305 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7306 Error if not compiled with -DBYTE_CODE_METER.
7307
13639aab
GM
7308 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7309 Ignore dir-locals-file.
7310
331b2b90
SM
73112010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7314 Not a const.
7315 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7316 for the `gnu' messages.
7317 (compilation-set-skip-threshold): New command.
7318 (compilation-start): Use \' rather than $.
7319 (compilation-forget-errors): Use clrhash.
7320
73b4d51a
AM
73212010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7322
7323 * textmodes/ispell.el (ispell-valid-dictionary-list):
7324 Simplify logic.
7325
0f34aa77
MA
73262010-09-08 Michael Albinus <michael.albinus@gmx.de>
7327
7328 Migrate to Tramp 2.2. Rearrange load dependencies.
7329 (Bug#1529, Bug#5448, Bug#5705)
7330
7331 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7332 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7333 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7334
7335 * net/tramp.el (top): Remove all other tramp-* loads except
7336 tramp-compat.el. Remove all changes to tramp-unload-hook for
7337 other tramp-* packages. Rearrange defun order. Change calls of
7338 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7339 `tramp-compat-octal-to-decimal' to new function names.
7340 (tramp-terminal-type, tramp-initial-end-of-output)
7341 (tramp-methods, tramp-foreign-file-name-handler-alist)
7342 (tramp-tramp-file-p, tramp-completion-mode-p)
7343 (tramp-send-command-and-check, tramp-get-remote-path)
7344 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7345 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7346 (with-file-property, with-connection-property): Move to
7347 tramp-cache.el.
7348 (tramp-local-call-process, tramp-decimal-to-octal)
7349 (tramp-octal-to-decimal): Move to tramp-compat.el.
7350 (tramp-handle-shell-command): Do not require 'shell.
7351 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7352 symbols.
7353 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7354
7355 * net/tramp-cache.el (top): Require 'tramp. Add to
7356 `tramp-unload-hook'.
7357 (tramp-cache-data, tramp-get-file-property)
7358 (tramp-set-file-property, tramp-flush-file-property)
7359 (tramp-flush-directory-property, tramp-get-connection-property)
7360 (tramp-set-connection-property, tramp-flush-connection-property)
7361 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7362 cookie.
7363 (with-file-property, with-connection-property): New defuns, moved
7364 from tramp.el.
7365 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7366 macro.
7367
7368 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7369 (tramp-version): Set tramp-autoload cookie.
7370
7371 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7372 changes to tramp-unload-hook for other tramp-* packages. Add to
7373 `tramp-unload-hook'.
7374 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7375 (tramp-compat-call-process): New defuns, moved from tramp.el.
7376
7377 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7378 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7379 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7380 `tramp-compat-decimal-to-octal' to new function name.
7381 (tramp-fish-method): Make it a defconst.
7382 (tramp-fish-file-name-p): Make it a defsubst.
7383 (tramp-fish-method, tramp-fish-file-name-handler)
7384 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7385
7386 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7387 `tramp-foreign-file-name-handler-alist'. Add to
7388 `tramp-unload-hook'.
7389 (tramp-ftp-method): Make it a defconst.
7390 (tramp-ftp-file-name-p): Make it a defsubst.
7391 (tramp-ftp-method, tramp-ftp-file-name-handler)
7392 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7393
7394 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7395 `tramp-foreign-file-name-handler-alist'. Add to
7396 `tramp-unload-hook'. Change checks, whether package can be
7397 loaded.
7398 (tramp-gvfs-file-name-p): Make it a defsubst.
7399 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7400 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7401 (tramp-gvfs-handle-file-directory-p): New defun.
7402 (tramp-gvfs-file-name-handler-alist): Use it.
7403
7404 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7405 `tramp-foreign-file-name-handler-alist'. Add to
7406 `tramp-unload-hook'.
7407 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7408 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7409 defconst.
7410 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7411 (tramp-gw-open-connection): Set tramp-autoload cookie.
7412
7413 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7414 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7415 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7416 loaded.
7417 (tramp-imap-file-name-p): Make it a defsubst.
7418 (tramp-imap-method, tramp-imaps-method)
7419 (tramp-imap-file-name-handler)
7420 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7421
7422 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7423 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7424 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7425 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7426 function name.
7427 (tramp-smb-tunnel-method): Make it a defconst.
7428 (tramp-smb-file-name-p): Make it a defsubst.
7429 (tramp-smb-method, tramp-smb-file-name-handler)
7430 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7431
7432 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7433 (tramp-uuencode-region): Set tramp-autoload cookie.
7434
7435 * net/trampver.el (top) Add to `tramp-unload-hook'.
7436 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7437 cookie. Update release number.
7438
308e764f
AM
74392010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7440
7441 * textmodes/ispell.el (ispell-start-process): Make sure original
7442 arg list is properly initialized (Bug#6993, Bug#6994).
7443
10999305 74442010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7445
7446 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7447
7448 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7449 chars like - or ] (bug#6984).
7450 (rx-any-condense-range): Explode 2-char ranges.
7451
10999305
CY
74522010-09-06 Glenn Morris <rgm@gnu.org>
7453
7454 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7455
74562010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7457
7458 * textmodes/bibtex.el:
7459 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7460
f292afe5
LMI
74612010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7462
331b2b90 7463 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7464 since no callers use it.
7465 (imap-message-get): Ditto.
7466 (imap-message-put): Ditto.
7467 (imap-mailbox-map): Ditto.
7468 (imap-mailbox-put): Ditto.
7469 (imap-mailbox-get): Ditto.
a131b9b8 7470 (imap-mailbox-get): Revert last change for this function.
f292afe5 7471
dfe1285d
LMI
74722010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7473
331b2b90 7474 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7475 callers to use `imap-fetch' instead. According to the comments, this
7476 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7477 (imap-enable-exchange-bug-workaround): Remove.
7478 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7479
3ff31c90
LMI
74802010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7481
7482 * net/imap.el (imap-log): New convenience function used throughout
7483 instead of repeating the same code all over the place.
7484
dfe1285d 74852010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7486
7487 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7488 when mouse-drag-copy-region is non-nil (Bug#6956).
7489
93a596e1
CY
74902010-09-05 Chong Yidong <cyd@stupidchicken.com>
7491
8d76af4a
CY
7492 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7493 Improve regexps (Bug#6987).
7494 (dired-sort-toggle): Search more robustly for -t flag.
7495
93a596e1
CY
7496 * files.el (get-free-disk-space): Search more robustly for
7497 "available" column. Suggested by Ehud Karni
7498 <ehud@unix.mvs.co.il>.
7499
733946e7
JB
75002010-09-05 Juanma Barranquero <lekktu@gmail.com>
7501
7502 * international/uni-bidi.el:
7503 * international/uni-category.el:
7504 * international/uni-combining.el:
7505 * international/uni-decimal.el:
7506 * international/uni-mirrored.el:
7507 * international/uni-name.el: Regenerate.
7508
2e664aab
SM
75092010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7510
6aeafb34
SM
7511 * electric.el (electric-indent-post-self-insert-function):
7512 Don't reindent with a sloppy indentation function.
7513
2e664aab
SM
7514 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7515 border case in change-log-mode.
7516
13ef65a4
CY
75172010-09-04 Chong Yidong <cyd@stupidchicken.com>
7518
7519 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7520 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7521 Recognize leading tab in gcc-include regexp. Ignore names with
7522 leading "from" or "in" in gnu regexp (Bug#6937).
7523
5abf1556
SM
75242010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7525
6aeafb34 7526 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7527 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7528 (ispell-start-process): Avoid setq and simplify logic.
7529 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7530 (kill-buffer-hook): Don't use it globally with code that uses
7531 expand-file-name since that may call kill-buffer via
7532 code_conversion_restore.
7533
0be01d2c
CY
75342010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7535
7536 * emacs-lisp/package.el (package-directory-list): Only call
7537 file-name-nondirectory on a string.
7538
ebf662f4
CY
75392010-09-02 Chong Yidong <cyd@stupidchicken.com>
7540
5abf1556
SM
7541 * emacs-lisp/package.el (package--download-one-archive):
7542 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7543 (package-activate-1, package-mark-obsolete, define-package)
7544 (package-compute-transaction, package-list-maybe-add): Use push.
7545
e5eddfd1
SM
75462010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7547
89acf735
SM
7548 Use SMIE's blink-paren for octave-mode.
7549 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7550 Backslashes do not escape single-quotes, single-quotes do.
7551 (octave-block-else-regexp, octave-block-end-regexp)
7552 (octave-block-match-alist): Remove.
7553 (octave-smie-bnf-table): New var, with old content.
7554 (octave-smie-op-levels): Use it.
7555 (octave-smie-closer-alist): New var.
7556 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7557 (octave-blink-matching-block-open): Remove.
7558 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7559 (octave-electric-space): Let self-insert-command run expand-abbrev and
7560 blink parens.
7561
3b843809
SM
7562 * electric.el (electricity): New group.
7563 (electric-indent-chars): New var.
7564 (electric-indent-post-self-insert-function): New fun.
7565 (electric-indent-mode): New minor mode.
7566 (electric-pair-skip-self): New custom.
7567 (electric-pair-post-self-insert-function): New function.
7568 (electric-pair-mode): New minor mode.
7569
0da20854
SM
7570 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7571 calcAlg-blink-matching-open.
7572 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7573 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7574 Use the new blink-matching-check-function.
7575
a49e651e
SM
7576 Provide blink-matching support to SMIE.
7577 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7578 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7579 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7580
e5eddfd1
SM
7581 * simple.el (newline): Fix last change to properly remove itself from
7582 the hook.
7583
b13ebb5c
SM
75842010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * simple.el (newline): Eliminate optimization.
7587 Use post-self-insert-hook to set hard-newline and things before
7588 running post-self-insert-hook.
7589 (blink-matching-check-mismatch): New function.
7590 (blink-matching-check-function): New variable.
7591 (blink-matching-open): Use them.
7592 Skip back forward over prefix chars skipped by forward-sexp.
7593 Don't check if the parens are backslash escaped.
7594 (blink-paren-post-self-insert-function): Check backslash escaping here.
7595
e687c2cd
CY
75962010-09-02 Chong Yidong <cyd@stupidchicken.com>
7597
b13ebb5c
SM
7598 * emacs-lisp/package.el (package-menu-mode-map):
7599 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7600 (package-menu-mode): Set revert-buffer-function.
7601 (package-menu-revert): Doc fix.
7602
567efba9
AM
76032010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7604
7605 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7606 `default-directory' unless using Ispell per-directory personal
7607 dictionaries and not in a mini-buffer under XEmacs.
7608 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7609 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7610
6d7cc563
JD
76112010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7612
08d4877e
J
7613 * simple.el (kill-new): Call interprogram-cut-function with only
7614 one argument.
7615
45240125
JD
7616 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7617 Remove cut buffer from error message.
7618
7619 * term/x-win.el (x-select-text):
7620 * term/pc-win.el (x-selection-value):
7621 * term/ns-win.el (x-selection-value):
7622 * eshell/em-term.el:
7623 * w32-fns.el (x-get-selection-value):
7624 * mouse-sel.el (mouse-sel-set-selection-function):
7625 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7626
6d7cc563
JD
7627 * term/x-win.el: Update documentation for x-last-selected-text-*.
7628 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7629 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7630 (x-select-text): Remove argument PUSH, update documentation.
7631 Remove cut-buffer code.
6d7cc563 7632 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7633 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7634 Update documentation, remove cut-buffer code.
7635 Call x-selection-value-internal.
6d7cc563
JD
7636 (x-clipboard-yank): Call x-selection-value-internal.
7637 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7638
7639 * term/pc-win.el (x-last-selected-text):
7640 x-cut-buffer-or-selection-value renamed to x-selection-value
7641 (x-select-text): Remove argument PUSH, update documentation.
7642
7643 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7644 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7645 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7646 (x-select-text): Remove argument PUSH, update documentation.
7647
7648 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7649
7650 * w32-fns.el (x-last-selected-text):
7651 x-cut-buffer-or-selection-value renamed to x-selection-value.
7652 (x-cut-buffer-max): Remove.
7653 (x-select-text): Remove argument PUSH, update documentation.
7654
7655 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7656
7657 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7658
7659 * mouse-sel.el (mouse-sel-get-selection-function):
7660 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7661 (x-select-text): Remove optional push.
6d7cc563 7662
4de81ee0
SM
76632010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7664
8f4e9110
SM
7665 * simple.el (blink-paren-function): Move from C to here.
7666 (blink-paren-post-self-insert-function): New function.
7667 (post-self-insert-hook): Use it.
7668
4de81ee0
SM
7669 * emacs-lisp/pcase.el (pcase-split-memq):
7670 Fix overenthusiastic optimisation.
7671 (pcase-u1): Handle the case of a lambda pred.
7672
d419e1d9
KH
76732010-08-31 Kenichi Handa <handa@m17n.org>
7674
7675 * international/mule-cmds.el (standard-display-european-internal):
7676 Setup standard-display-table for 8-bit characters by storing 8-bit
7677 characters in the element vector.
7678
1e05f387
SM
7679 * disp-table.el (standard-display-8bit):
7680 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7681 characters in the element vector.
7682 (standard-display-european): Likewise.
7683
61f7096c
CY
76842010-08-31 Masatake YAMATO <yamato@redhat.com>
7685
7686 * textmodes/nroff-mode.el (nroff-view): New command.
7687 (nroff-mode-map): Bind it to C-c C-c.
7688
ec5d3ff7
SM
76892010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7690
c8977b2e
SM
7691 * emacs-lisp/smie.el (smie-down-list): New command.
7692
ec5d3ff7
SM
7693 Remove old indentation and navigation code on octave-mode.
7694 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7695 smie-down-list rather than add a binding for octave-down-block.
7696 (octave-mark-block, octave-blink-matching-block-open):
7697 Rely on forward-sexp-function.
7698 (octave-fill-paragraph): Don't narrow, so you can use
7699 indent-according-to-mode.
7700 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7701 (octave-in-block-p, octave-re-search-forward-kw)
7702 (octave-re-search-backward-kw, octave-indent-calculate)
7703 (octave-end-as-array-index-p, octave-block-end-offset)
7704 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7705 (octave-down-block, octave-backward-up-block, octave-up-block)
7706 (octave-before-magic-comment-p, octave-indent-line): Remove.
7707
187d3296
CY
77082010-08-31 Chong Yidong <cyd@stupidchicken.com>
7709
7710 * emacs-lisp/package.el (package--read-archive-file): Just use
7711 `read', to avoid copying an additional string.
7712 (package-menu-mode): Set header-line-format here.
7713 (package-menu-refresh, package-menu-revert): Signal an error if
7714 not in the Package Menu.
7715 (package-menu-package-list): New var.
7716 (package--generate-package-list): Operate on the current buffer;
7717 don't assume that it is *Packages*, since the user may rename it.
7718 Allow persistent package listings and sort keys using
7719 package-menu-package-list and package-menu-package-sort-key.
7720 (package-menu--version-predicate): Fix version calculation.
7721 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7722 (package--list-packages): Create the *Packages* buffer.
7723 Set package-menu-package-list-key.
187d3296
CY
7724 (list-packages): Sorting by status is now the default.
7725 (package-buffer-info): Use match-string-no-properties.
7726 (define-package): Add a &rest argument for future proofing, but
7727 don't use it yet.
7728 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7729 Merge into a single function, package-install-from-buffer.
7730 (package-install-file): Change caller.
187d3296
CY
7731
7732 * finder.el: Load finder-inf using `require'.
7733 (finder-list-matches): Sorting by status is now the default.
7734 (finder-compile-keywords): Simpify printing.
7735
e17b68ed
SM
77362010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7739 (octave-mode-map): Remove special bindings for forward/backward-block
7740 and octave-backward-up-block. Use smie-close-block.
7741 (octave-continuation-marker-regexp): New var.
7742 (octave-continuation-regexp): Use it.
7743 (octave-operator-table, octave-smie-op-levels)
7744 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7745 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7746 (octave-mode): Use SMIE.
7747 (octave-close-block): Delete.
7748
42b6a73b
EZ
77492010-08-30 Eli Zaretskii <eliz@gnu.org>
7750
7751 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7752 CLIPBOARD, not in PRIMARY. (Bug#6944)
7753
f291fe60
SM
77542010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7755
ee992a8c
SM
7756 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7757 a list of parents.
7758 (smie-indent-column): Allow indirection through variables.
7759
d36b74ca
SM
7760 * composite.el (save-buffer-state): Delete, unused.
7761 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7762 (font-lock-default-fontify-region): Use with-syntax-table.
7763 * jit-lock.el (with-buffer-unmodified): Remove.
7764 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7765
f291fe60
SM
7766 Use `declare' in defmacros.
7767 * window.el (save-selected-window):
7768 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7769 * progmodes/python.el (def-python-skeleton):
7770 * net/dbus.el (dbus-ignore-errors):
7771 * jka-cmpr-hook.el (with-auto-compression-mode):
7772 * international/mule.el (with-category-table):
7773 * emacs-lisp/timer.el (with-timeout):
7774 * emacs-lisp/lisp-mnt.el (lm-with-file):
7775 * emacs-lisp/eieio.el (with-slots):
7776 * emacs-lisp/easymenu.el (easy-menu-define):
7777 * emacs-lisp/debug.el (debugger-env-macro):
7778 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7779 (Multiple-value-call, Multiple-value-prog1):
7780 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7781 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7782 edebug rule to definition.
7783 * emacs-lisp/lisp-mode.el (save-selected-window)
7784 (with-current-buffer, combine-after-change-calls)
7785 (with-output-to-string, with-temp-file, with-temp-buffer)
7786 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7787 (dolist, dotimes, when, unless):
7788 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7789
96ae4c8f
CY
77902010-08-29 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * finder.el: Require `package'.
7793 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7794 (finder-package-info): Var deleted.
7795 (finder-keywords-hash, finder--builtins-alist): New vars.
7796 (finder-compile-keywords): Compute package--builtins and
7797 finder-keywords-hash instead of finder-keywords-hash, respecting
7798 the "Package" header.
f291fe60
SM
7799 (finder-unknown-keywords, finder-list-matches):
7800 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7801 (finder-mode): Don't set font-lock-defaults.
7802 (finder-exit): We don't use "*Finder-package*" and "*Finder
7803 Category*" buffers anymore.
7804
7805 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7806 (package--builtins): Set default value to nil.
7807 (package-initialize): Load precomputed value of package--builtins
7808 from finder-inf.el.
7809 (package-alist, package-compute-transaction)
7810 (package-download-transaction): Improve docstring.
7811 (package-read-all-archive-contents): Do not change
7812 package--builtins here.
7813 (list-packages): Make package-list-packages an alias for this.
7814 Sort by status by default.
7815 (package--list-packages): Add optional PACKAGES arg.
7816 (describe-package-1): Use font-lock-face property. For built-in
7817 packages, insert file commentary.
7818 (package--generate-package-list): Rename from
7819 package-list-packages-internal; all callers changed. Add optional
7820 PACKAGES arg. Add alphabetical sort fallbacks.
7821 (package-menu--version-predicate, package-menu--status-predicate)
7822 (package-menu--description-predicate)
7823 (package-menu--name-predicate): New functions.
7824
7825 * info.el (Info-finder-find-node): Search package-alist instead of
7826 finder-package-info.
7827
e2046ecf
CY
78282010-08-29 Chong Yidong <cyd@stupidchicken.com>
7829
7830 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7831 "alpha" and "beta".
7832 (version-to-list): Handle versions like "10.3d".
7833
6fe79b7c
SM
78342010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7837 (macroexp-accumulate): Use `declare'.
7838
1a868076
VJL
78392010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7840
7841 * whitespace.el (whitespace-style): Adjust type declaration.
7842
9e69cb05
KH
78432010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7844
7845 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7846
78472010-08-26 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7850 (Bug#6907).
7851
4142607e
NW
78522010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7853
7854 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7855 (js-paren-indent-offset, js-square-indent-offset)
7856 (js-curly-indent-offset): New options.
7857 (js--proper-indentation): Use them.
7858
88a36e60
DC
78592010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7860
7861 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7862 instead of inspecting font-lock properties (Bug#6916).
7863
38dbc4d8
DR
78642010-08-26 David Reitter <david.reitter@gmail.com>
7865
7866 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7867 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7868 (server-execute): Do not run hooks here.
7869
44ffae96
MA
78702010-08-26 Michael Albinus <michael.albinus@gmx.de>
7871
7872 Sync with Tramp 2.1.19.
7873
0dc3e410
MA
7874 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7875 deleting tmpfile.
7876 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7877
0dc3e410 7878 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7879 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7880 (tramp-completion-handle-file-name-completion):
7881 Use `tramp-connectable-p'.
20b8ac83 7882
44ffae96
MA
7883 * net/trampver.el: Update release number.
7884
cb6c4991
CY
78852010-08-26 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * help.el (help-map): Bind `C-h P' to describe-package.
7888
7889 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7890
7891 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7892 when downloading archives.
7893 (describe-package-1): Add package commentary.
7894 (package-install-button-action): New function.
7895 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7896 (package-menu-view-commentary): Function removed.
7897 (package-list-packages-internal): Hide the `package' package too.
7898
b60f961f
KH
78992010-08-25 Kenichi Handa <handa@m17n.org>
7900
7901 * language/misc-lang.el ("Arabic"): New language environment.
7902 Setup composition-function-table for Arabic characters.
7903
7904 * international/fontset.el (setup-default-fontset): Fix typo for
7905 arabic OTF spec (fini->fina).
7906
a0c16be4
J
79072010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7908
7909 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7910 on all frames.
7911
85cc3d4f
VJL
79122010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7913
7914 * whitespace.el: Allow cleaning up blanks without blank
7915 visualization (Bug#6651). Adjust help window for
7916 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7917 instead of whitespace-line-column (from EmacsWiki). New version
7918 13.1.
88b5a757 7919 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7920 (whitespace-space, whitespace-hspace, whitespace-tab):
7921 Adjust foreground property face.
85cc3d4f
VJL
7922 (whitespace-line-column): Adjust docstring and type declaration.
7923 (whitespace-style-value-list, whitespace-toggle-option-alist)
7924 (whitespace-help-text): Adjust const initialization.
7925 (whitespace-toggle-options, global-whitespace-toggle-options):
7926 Adjust docstring.
7927 (whitespace-display-window, whitespace-interactive-char)
7928 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7929 (whitespace-help-scroll): New fun.
7930
cb8759ca
CY
79312010-08-24 Chong Yidong <cyd@stupidchicken.com>
7932
7933 * emacs-lisp/package.el (list-packages): Alias for
7934 package-list-packages.
7935
44a41a47
KR
79362010-08-24 Kevin Ryde <user42@zip.com.au>
7937
be7748e7
KR
7938 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7939 (Bug#5651).
7940
44a41a47
KR
7941 * progmodes/ruby-mode.el (ruby): Add defgroup.
7942
edfd00fa
CY
79432010-08-24 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * progmodes/python.el: Add Ipython support (Bug#5390).
7946 (python-shell-prompt-alist)
7947 (python-shell-continuation-prompt-alist): New options.
7948 (python--set-prompt-regexp): New function.
6a7662bb
BR
7949 (inferior-python-mode, run-python, python-shell):
7950 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
7951 prompt based on the Python interpreter.
7952 (python--prompt-regexp): New var.
7953 (python-check-comint-prompt)
7954 (python-comint-output-filter-function): Use it.
7955 (run-python): Use a pipe (Bug#5694).
7956
79572010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7958
7959 * progmodes/python.el (python-send-region): Send a different
7960 Python command if Ipython is in use.
7961 (python-check-version): Use a Python command to find the version.
7962
1c409d0b
CY
79632010-08-24 Chong Yidong <cyd@stupidchicken.com>
7964
7965 * mouse.el (mouse-yank-primary): Avoid setting primary when
7966 deactivating the mark (Bug#6872).
7967
733946e7 79682010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
7969
7970 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7971 with "else" (Bug#3991).
7972
e73f184c
MA
79732010-08-23 Michael Albinus <michael.albinus@gmx.de>
7974
7975 * net/dbus.el: Accept UNIX domain sockets as bus address.
7976 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 7977 this is done in dbusbind.c.
e73f184c
MA
7978 (dbus-check-event): Adapt test for bus.
7979 (dbus-return-values-table, dbus-unregister-service)
7980 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7981 Adapt doc string.
7982
1a140747
JB
79832010-08-23 Juanma Barranquero <lekktu@gmail.com>
7984
7985 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7986
7133b7ee
JL
79872010-08-22 Juri Linkov <juri@jurta.org>
7988
7989 * simple.el (read-extended-command): New function with the logic
7990 for `completing-read' moved to Elisp from `execute-extended-command'.
7991 Use `function-called-at-point' in `minibuffer-default-add-function'
7992 to get a command name for M-n (bug#5364, bug#5214).
7993
198a7a97
CY
79942010-08-22 Chong Yidong <cyd@stupidchicken.com>
7995
7996 * startup.el (command-line-1): Issue warning for ignored arguments
7997 --unibyte, etc (Bug#6886).
7998
c00725d7
LL
79992010-08-22 Leo <sdl.web@gmail.com>
8000
8001 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8002 (ignore, bright, dim, keyword): Split list of nicknames before
8003 passing to rcirc-add-or-remove (Bug#6894).
8004
bc7d7ea6
CY
80052010-08-22 Chong Yidong <cyd@stupidchicken.com>
8006
8007 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8008
b0126eac 80092010-08-22 Leo <sdl.web@gmail.com>
e0143335 8010
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8011 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8012 * ido.el: Revert Óscar's.
e0143335
LL
8013 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8014 Remember the buffers at head, rather than their name.
76e3243a 8015 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8016
b0126eac 80172010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8018 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8021 extra backslash added to each line (bug#6890).
8022
b0126eac 80232010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8024
8025 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8026
b0126eac 80272010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8028
8029 * menu-bar.el (menu-bar-games-menu): Add landmark.
8030
b0126eac 80312010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8032
9130a2d6
GM
8033 * align.el (align-regexp): Make group and spacing arguments
8034 use the interactive defaults when non-interactive. (Bug#6698)
8035
fb89a654
GM
8036 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8037 expansion, so as not to need sendmail.
8038 (mail-text-start): Remove declaration.
8039 (rmail-retry-failure): Require sendmail.
8040
b0126eac 80412010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8042
8043 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8044
b0126eac 80452010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8046
186e86db
SM
8047 * progmodes/flymake.el (flymake-start-syntax-check-process):
8048 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8049
b0126eac 80502010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8051
8052 * files.el: Add `word-wrap' as safe local variable.
8053
b0126eac 80542010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8055
8056 * woman.el (woman-translate): Case matters. (Bug#6849)
8057
b0126eac 80582010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8059
8060 * simple.el (kill-region): Doc fix (Bug#6787).
8061
b0126eac 80622010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8063
8064 * calendar/diary-lib.el (diary-header-line-format):
8065 Fit it to the window, not the frame.
8066
b0126eac 80672010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8068
8069 * subr.el (ignore-errors): Add debug declaration.
8070
b0126eac 80712010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8072
8073 * whitespace.el (whitespace-color-off): Remove post-command-hook
8074 locally.
8075
537ffaf3
SM
80762010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8079
d64b8a68
CY
80802010-08-21 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * cus-edit.el (custom-group-value-create): Add extra newline
8083 before end line (Bug#6876).
8084
d2625c3d
CY
80852010-08-21 Chong Yidong <cyd@stupidchicken.com>
8086
8087 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8088 when extending it. Before killing on the second click, check if
8089 the buffer is the correct one. Doc fix.
8090 (mouse-secondary-save-then-kill): Allow usage without first
8091 calling mouse-start-secondary, by defaulting to point. Don't save
8092 an empty secondary selection. Doc fix.
8093
80525855
VJL
80942010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8095
91bdeb66
VJL
8096 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8097 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8098 New version 13.0.
80525855
VJL
8099 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8100 Adjust initialization.
8101 (whitespace-bob-marker, whitespace-eob-marker)
8102 (whitespace-buffer-changed): New vars.
8103 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8104 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8105 (whitespace-post-command-hook, whitespace-display-char-on):
8106 Adjust code.
80525855 8107 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8108 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8109
4b9c0a49
SM
81102010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8111
118cf454
SM
8112 * files.el (locate-file-completion-table): Only list the .el and .elc
8113 extensions if there's no other choice (bug#5955).
8114
a2e5caf7
SM
8115 * facemenu.el (facemenu-self-insert-data): New var.
8116 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8117 New functions.
8118 (facemenu-add-face): Use them.
8119
4b9c0a49
SM
8120 * simple.el (blink-matching-open): Obey forward-sexp-function.
8121
0193499f
SM
81222010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8123
b2a15250
SM
8124 * simple.el (prog-mode-map): New var.
8125 (prog-indent-sexp): New command.
8126
b5ba2d6f
SM
8127 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8128
9acd1bdc
SM
8129 * progmodes/prolog.el (smie): Require.
8130
8723cfa4
SM
8131 * emacs-lisp/smie.el (smie-default-backward-token)
8132 (smie-default-forward-token): Strip properties.
8133 (smie-next-sexp): Be more careful with associative operators.
8134 (smie-forward-sexp-command): Generalize.
8135 (smie-backward-sexp-command): Simplify.
8136 (smie-closer-alist): New var.
8137 (smie-close-block): New command.
8138 (smie-indent-debug-log): New var.
8139 (smie-indent-offset-rule): Add a few more cases.
8140 (smie-indent-column): New function.
8141 (smie-indent-after-keyword): Use it.
8142 (smie-indent-keyword): Use it.
8143 Fix up the opener code's point position.
8144 (smie-indent-comment): Only applies at BOL.
8145 (smie-indent-debug): New command.
8146
0193499f
SM
8147 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8148 declarations that are useful before running the macro.
8149
0c9b8993
GM
81502010-08-18 Joakim Verona <joakim@verona.se>
8151
8152 * image.el (imagemagick-types-inhibit): New variable.
8153 (imagemagick-register-types): New function.
8154 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8155 (image-transform-set-scale, image-transform-fit-to-height)
8156 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8157 (image-transform-fit-to-width, image-transform-fit-to-height):
8158 New functions.
ccd80618
JV
8159 (image-toggle-display-image): Support image transforms.
8160
1075cd61
KY
81612010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8162
8163 * image.el (create-animated-image): Don't add heuristic mask to image
8164 (Bug#6839).
8165
64cb6c78
J
81662010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8167
0193499f
SM
8168 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8169 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8170
ff80a446
SM
81712010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8172
afa22f7c
SM
8173 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8174
ff80a446
SM
8175 Font-lock '...' strings, plus various simplifications and fixes.
8176 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8177 (octave-font-lock-close-quotes): New function.
8178 (octave-font-lock-syntactic-keywords): New var.
8179 (octave-mode): Use it. Set beginning-of-defun-function.
8180 (octave-mode-map): Don't override the <foo>-defun commands.
8181 (octave-mode-menu): Pass it directly to easy-menu-define;
8182 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8183 (octave-block-match-alist): Fix up last change so that
8184 octave-close-block uses the more specific keyword.
8185 (info-lookup-mode): Silence byte-compiler.
8186 (octave-beginning-of-defun): Not interactive any more.
8187 Optimize slightly.
8188 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8189 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8190 (octave-completion-at-point-function): Make sure point is within
8191 beg..end.
8192 (octave-reindent-then-newline-and-indent):
8193 Use reindent-then-newline-and-indent.
8194 (octave-add-octave-menu): Remove.
8195
2269b349
JD
81962010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8197
489cd5bd
JD
8198 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8199 (report-emacs-bug-can-use-xdg-email): New functions.
8200 (report-emacs-bug): Set can-xdg-email to result of
8201 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8202 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8203 about it.
30ebab6d 8204
a2fb159c
GM
8205 * net/browse-url.el (browse-url-default-browser): Add cond
8206 for browse-url-xdg-open.
8207 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8208
82092010-08-17 Glenn Morris <rgm@gnu.org>
8210
8211 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8212 (c-fontify-recorded-types-and-refs): Define for compiler.
8213 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8214 before use.
8215
8216 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8217 Fix format call.
8218
bb6aba9c
MA
82192010-08-17 Michael Albinus <michael.albinus@gmx.de>
8220
8221 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8222 properties.
8223 (tramp-handle-process-file): Call the program in a subshell, in
8224 order to preserve working directory.
8225 (tramp-action-password): Hide password prompt before next run.
8226 (tramp-process-actions): Widen connection buffer for the trace.
8227
8f10c937
DD
82282010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8229
8230 * net/rcirc.el (rcirc-log-process-buffers): New option.
8231 (rcirc-print): Use it.
8232 (rcirc-generate-log-filename): New function.
8233 (rcirc-log-filename-function): Change default to
8234 rcirc-generate-log-filename (Bug#6828).
8235
7c23dd44
CY
82362010-08-16 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * simple.el (deactivate-mark): If select-active-regions is `only',
8239 only set selection for temporarily active regions.
8240
8241 * cus-start.el: Change defcustom for select-active-regions.
8242
6d3e82d2
CY
82432010-08-15 Chong Yidong <cyd@stupidchicken.com>
8244
8245 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8246 (mouse-drag-track): Use LOCATION arg to push-mark.
8247 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8248 consideration when updating point and mark (Bug#6840).
8249
c68263b1
CY
82502010-08-15 Chong Yidong <cyd@stupidchicken.com>
8251
8252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8253 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8254
456f369a
ŠN
82552010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8256
ff80a446
SM
8257 * font-lock.el (lisp-font-lock-keywords-2):
8258 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8259 with-demoted-errors, and with-silent-modifications (Bug#6025).
8260
c22e18f5
KR
82612010-08-14 Kevin Ryde <user42@zip.com.au>
8262
8263 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8264 (copyright-update): Temporary switch-to-buffer to ensure the
8265 buffer change being queried is visible (Bug#5394).
c22e18f5 8266
6f1a6faf
TT
82672010-08-14 Tom Tromey <tromey@redhat.com>
8268
8269 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8270 (Bug#6733).
8271
e7afcf30
EZ
82722010-08-14 Eli Zaretskii <eliz@gnu.org>
8273
8274 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8275 MS-DOS. (Bug#6689)
8276
2b4e6277
J
82772010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8278
8279 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8280 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8281 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8282 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8283 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8284 Call menu-bar-set-tool-bar-position.
2b4e6277 8285
dc94fc85
SM
82862010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8287
c5683ceb
SM
8288 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8289 comment style (bug#6834).
8290 * progmodes/scheme.el (scheme-mode-syntax-table):
8291 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8292 "b" flag in "' 14b" syntax.
8293
c82d5b11
SM
8294 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8295 for (un)commenting the region and performing completion.
8296 (octave-mode-menu): Use standard commands for help and completion.
8297 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8298 (octave-mode): Use define-derived-mode.
8299 Set completion-at-point-functions and don't set columns.
8300 Don't disable adaptive-fill-regexp.
8301 (octave-describe-major-mode, octave-comment-region)
8302 (octave-uncomment-region, octave-comment-indent)
8303 (octave-indent-for-comment): Remove.
8304 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8305 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8306 (octave-initialize-completions): No need to make an alist.
8307 (octave-completion-at-point-function): New function.
8308 (octave-complete-symbol): Use it.
8309 (octave-insert-defun): Use define-skeleton.
8310
8311 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8312 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8313
abec5126 83142010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8315
8316 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8317 indentation of inserted comment.
8318
3a46642b
J
83192010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8320
8321 * faces.el (region): Add type gtk that uses gtk colors.
8322
8323 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8324 Handle theme-name change.
8325
3bd2cfef
MM
83262010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8327
8328 * progmodes/sql.el: Version 2.5
8329 (sql-product-alist): Add :prompt-cont-regexp property for several
8330 database products.
8331 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8332 (sql-output-newline-count, sql-output-by-send):
8333 New variables. Record number of newlines in input text.
3bd2cfef
MM
8334 (sql-send-string): Handle multiple filters and count newlines.
8335 (sql-send-magic-terminator): Count terminator newline.
8336 (sql-interactive-remove-continuation-prompt): Filters output to
8337 remove continuation prompts; one for each newline.
8338 (sql-interactive-mode): Set up new variables, prompt regexp and
8339 output filter.
8340 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8341 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8342
d02c9bcd
SM
83432010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8344
8345 * emacs-lisp/pcase.el: New file.
8346
80ca4f1e
MA
83472010-08-10 Michael Albinus <michael.albinus@gmx.de>
8348
8349 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8350 as here-document, otherwise the command could exceed maximum
8351 length of command line.
d02c9bcd
SM
8352 (tramp-handle-vc-registered): Call script accordingly.
8353 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8354
2948599b
KH
83552010-08-10 Kenichi Handa <handa@m17n.org>
8356
8357 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8358 composable pattern.
8359
148cef8e
CY
83602010-08-09 Chong Yidong <cyd@stupidchicken.com>
8361
8362 * emacs-lisp/package.el (package-version-split)
8363 (package--version-first-nonzero, package-version-compare):
8364 Functions removed.
8365 (package-directory-list, package-load-all-descriptors)
8366 (package--built-in, package-activate, define-package)
8367 (package-installed-p, package-compute-transaction)
8368 (package-read-all-archive-contents)
8369 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8370 (package-tar-file-info, package-list-packages-internal):
8371 Use version-to-list and version-list-*.
148cef8e 8372
d02c9bcd
SM
8373 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8374 Use version-to-list.
148cef8e
CY
8375 (package-upload-buffer-internal): Use version-list-<=.
8376
82a9ce0f
KH
83772010-08-09 Kenichi Handa <handa@m17n.org>
8378
231e5e5f 8379 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8380 composable pattern.
8381
7adf5fdc
CY
83822010-08-08 Chong Yidong <cyd@stupidchicken.com>
8383
fc560445
CY
8384 * tutorial.el (tutorial--default-keys): C-d is now bound to
8385 delete-forward-char (Bug#6826).
8386
7adf5fdc
CY
8387 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8388 for `double' value of mouse-1-click-follows-link (Bug#6807).
8389
e54a1075
JB
83902010-08-08 Johan Bockgård <bojohan@gnu.org>
8391
8392 * replace.el (replace-highlight): Bind isearch-forward and
8393 isearch-error, ensuring that highlighting is updated if the user
8394 switches the search direction (Bug#6808).
8395
8396 * isearch.el (isearch-lazy-highlight-forward): New var.
8397 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8398 (isearch-lazy-highlight-update): Use it.
8399
7815fe19 84002010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8401
8d9e03e4
JB
8402 * international/mule.el (define-charset): Store NAME as :base property.
8403 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8404 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8405 current priority. Force using the designation of the specific
8d9e03e4 8406 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8407
7815fe19 84082010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8409
8410 * emulation/pc-select.el (pc-selection-mode-hook)
8411 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8412 (pc-selection-mode): Fix typos in docstrings.
8413
7815fe19 84142010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8415
8416 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8417 ctext-non-standard-encodings-alist here.
8418
8d9e03e4
JB
8419 * international/mule.el (ctext-non-standard-encodings-alist):
8420 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8421 (ctext-standard-encodings): New variable.
8422 (ctext-non-standard-encodings-table): List only elements for
8423 non-standard encodings.
186e86db 8424 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8425 Check ctext-standard-encodings.
8426
8427 * international/mule-conf.el (compound-text): Doc fix.
8428 (ctext-no-compositions): Doc fix.
8429 (compound-text-with-extensions): Doc fix.
8430
7815fe19 84312010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8432
8433 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8434
8d9e03e4 84352010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8436
9ebc731b
JB
8437 * progmodes/which-func.el (which-func-format): Split help-echo text
8438 into lines, like other mode-line tooltips.
8439
d5b8058f
JB
8440 * server.el (server-start): When using TCP sockets, force IPv4
8441 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8442
8d9e03e4 84432010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8444
8445 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8446
8d9e03e4 84472010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8448
8449 * term.el (term-delimiter-argument-list): Reflow docstring.
8450 (term-read-input-ring, term-write-input-ring, term-send-input)
8451 (term-bol, term-erase-in-display, serial-supported-or-barf):
8452 Fix typos in docstrings.
8453
8d9e03e4 84542010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8455
8456 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8457
8d9e03e4 84582010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8459
8460 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8461
8d9e03e4 84622010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8463
8464 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8465 Fix typo in docstring (bug#6747).
8466
7815fe19 84672010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8468
8469 * eshell/esh-io.el (eshell-get-target): Better detection of
8470 read-only file (Bug#6762).
8471
7815fe19 84722010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8473
8474 * align.el (align-default-spacing): Doc fix.
8475 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8476
733946e7 84772010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8478
490b89ac 8479 * calendar/icalendar.el
93acd23d
JB
8480 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8481 (icalendar--get-weekday-numbers): New.
81ee9410 8482 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8483 values in weekly rules. (Bug#6766)
81ee9410 8484
490b89ac
UJ
84852010-08-08 Ulf Jasper <ulf.jasper@web.de>
8486
8487 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8488 (icalendar--create-uid, icalendar-export-region)
8489 (icalendar--parse-summary-and-rest): Code formatting.
8490
2c695727
JB
84912010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8492
01c35094 8493 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8494 to italicize headers.
8495 (calc-highlight-selections-with-faces): New variable.
8496 (calc-selected-face, calc-nonselected-face): New faces.
8497
8498 * calc/calccomp.el (math-comp-highlight-string): Use
8499 `calc-highlight-selections-with-faces' to determine how to highlight
8500 sub-formulas.
8501
8502 * calc/calc-sel.el (calc-show-selections): Change message to when
8503 using faces to highlight selections.
8504
b93d4f22
MM
85052010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8506
8d9e03e4
JB
8507 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8508 Add SQLite 3 keywords, functions and datatypes.
8509 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8510 (Bug#6686).
8511
9852377f
CY
85122010-08-07 Chong Yidong <cyd@stupidchicken.com>
8513
8514 * simple.el (select-active-regions): Move to keyboard.c.
8515 (deactivate-mark): Used saved-region-selection.
8516 (select-active-region): Function removed.
8517 (activate-mark, set-mark, push-mark-command)
8518 (handle-shift-selection): Don't call it.
8519 (keyboard-quit): Avoid adding the region to the window selection.
8520
8521 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8522 select-active-regions implementation.
8523 (mouse-yank-at-click): Doc fix.
8524
8525 * cus-start.el: Add custom declaration for select-active-regions.
8526
822775bf
EZ
85272010-08-07 Eli Zaretskii <eliz@gnu.org>
8528
4c5130d6
EZ
8529 * simple.el (delete-forward-char): Doc fix.
8530
822775bf
EZ
8531 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8532 after reading the tutorial.
8533
bd4c5e3e
AM
85342010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8535
6a7662bb
BR
8536 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8537 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8538 their respective lines. (Bug#193)
bd4c5e3e 8539
d00fa9b6
MA
85402010-08-06 Michael Albinus <michael.albinus@gmx.de>
8541
8d9e03e4 8542 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8543 property "vec".
6a7662bb
BR
8544 (tramp-process-sentinel): Use it for flushing the cache.
8545 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8546 already when running the sentinel.
8547
85482010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8549
8550 * comint.el (comint-mode): Make directory tracking functions
8551 functional on remote files. (Bug#6764)
8552
b3d42406
DN
85532010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8554
8555 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8556
29cf3e20
EZ
85572010-08-05 Eli Zaretskii <eliz@gnu.org>
8558
6a7662bb
BR
8559 * emacs-lisp/find-gc.el (find-gc-source-files):
8560 Rename unexec.c => unexcoff.c.
29cf3e20 8561
6a7662bb
BR
8562 * emacs-lisp/authors.el (authors-fixed-entries):
8563 Rename unexec.c => unexcoff.c.
29cf3e20 8564
39e1bf0b
MA
85652010-08-05 Michael Albinus <michael.albinus@gmx.de>
8566
8567 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8568 cache, not only file cache.
8569 (tramp-process-sentinel): New defun.
8570 (tramp-handle-start-file-process): Use it, in order to invalidate
8571 file caches.
8572
9f982e22
LL
85732010-08-03 Leo <sdl.web@gmail.com>
8574
8575 * server.el (server-start): Simplify loop.
8576
0798a8d8
SM
85772010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8578
548c5c47
SM
8579 * frame.el (screen-height, screen-width, set-screen-width)
8580 (set-screen-height): Remove ancient compatibility aliases.
8581
3311d1c2
SM
8582 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8583 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8584
0798a8d8
SM
8585 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8586 that change current buffer.
8587
26ee77a6
YM
85882010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8589
8590 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8591 beginning of the string. Use `string-match-p'. (Bug#6765)
8592
aa1859f5
J
85932010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8594
8595 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8596
376c2b6b
CY
85972010-08-01 Chong Yidong <cyd@stupidchicken.com>
8598
0798a8d8 8599 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8600 (package--builtins): Tweak descriptions.
0798a8d8
SM
8601 (package-print-package): Upcase descriptions if necessary.
8602 Show all built-in packages in font-lock-builtin-face.
8603 (package-list-packages-internal): Omit "emacs" package.
8604 Show status of built-in packages as "built-in".
376c2b6b 8605
16041401
CY
86062010-07-31 Chong Yidong <cyd@stupidchicken.com>
8607
8608 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8609 before killing to preserve the primary selection (Bug#6701).
8610
8611 * term/x-win.el (x-select-text): Doc fix.
8612
0798a8d8
SM
86132010-07-31 Nathaniel Flath <flat0103@gmail.com>
8614
452ea855
AM
8615 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8616 (objc-font-lock-extra-types):
452ea855 8617 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8618 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8619 (c++-make-template-syntax-table)
8620 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8621 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8622 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8623 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8624 * progmodes/cc-fonts.el (c-make-inverse-face)
8625 (c-basic-matchers-after):
452ea855
AM
8626 * progmodes/cc-engine.el (c-forward-keyword-clause)
8627 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8628 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8629 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8630 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8631 The above functions were modified or created.
452ea855 8632
37766706
J
86332010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8634
0798a8d8 8635 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8636
cd83d522
EZ
86372010-07-31 Eli Zaretskii <eliz@gnu.org>
8638
8639 * files.el (bidi-paragraph-direction): Define safe local values.
8640
8641 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8642 language-info-alist. Remove outdated FIXME in a comment.
8643
28e5cf7c
AM
86442010-07-31 Alan Mackenzie <acm@muc.de>
8645
8646 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8647 Auto-fill broken in C/C++ modes.
8648
bfeabdc3
JD
86492010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8650
8651 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8652 (menu-bar-showhide-tool-bar-menu-customize-disable)
8653 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8654 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8655 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8656 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8657 make a menu for Options => toolbar that can move it.
8658
063e5294
CY
86592010-07-29 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * emacs-lisp/package-x.el (package--make-rss-entry):
8662 (package-maint-add-news-item, package--update-news)
8663 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8664
8665 * emacs-lisp/package.el (package-archive-url): Rename from
8666 package-archive-id.
8667 (package-install): Doc fix.
8668 (package-download-single, package-download-tar, package-install)
8669 (package-menu-view-commentary): Callers changed.
8670
683cc385
MA
86712010-07-29 Michael Albinus <michael.albinus@gmx.de>
8672
8673 * net/tramp.el (tramp-handle-start-file-process): Check only for
8674 `remote-tty' process property.
8675 (tramp-open-shell): Don't check for tty.
8676 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8677 process property.
8678
8679 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8680 host.
8681
bc44bef7
PH
86822010-07-28 Chong Yidong <cyd@stupidchicken.com>
8683
8684 * emacs-lisp/package.el (package-load-list, package-archives)
8685 (package-archive-contents, package-user-dir)
8686 (package-directory-list, package--builtins, package-alist)
8687 (package-activated-list, package-obsolete-alist): Mark as risky.
8688
86892010-07-28 Phil Hagelberg <phil@evri.com>
8690
8691 Add support for non-default package repositories.
8692 * emacs-lisp/package.el (package-archive-base): Var deleted.
8693 (package-archives): New variable.
8694 (package-archive-contents): Doc fix.
0798a8d8 8695 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8696 (package--write-file-no-coding): New function.
8697 (package-unpack-single): Use it.
8698 (package-archive-id): New function.
8699 (package-download-single, package-download-tar)
8700 (package-menu-view-commentary): Use it.
8701 (package-installed-p): Make second argument optional.
8702 (package-read-all-archive-contents): New function.
8703 (package-initialize): Use it.
8704 (package-read-archive-contents): Add ARCHIVE argument.
8705 (package--add-to-archive-contents): New function.
8706 (package-install): Don't call package-read-archive-contents.
8707 (package--download-one-archive): Store archive file in a
8708 subdirectory of package-user-dir.
8709 (package-menu-execute): Remove spurious line movement.
8710
8a52f00a
JD
87112010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8712
8713 * cus-start.el (tool-bar-style): Add text-image-horiz.
8714
b21d3ceb
MA
87152010-07-28 Michael Albinus <michael.albinus@gmx.de>
8716
8717 * progmodes/gud.el (gud-common-init): Check for remoteness of
8718 `file', and not of `default-directory'.
8719
8fbcce2d
MA
87202010-07-28 Michael Albinus <michael.albinus@gmx.de>
8721
8722 * net/tramp.el (tramp-methods): Move hostname to the end in all
8723 ssh `tramp-login-args'.
8724 (tramp-verbose): Describe verbose level 9.
8725 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8726 (tramp-open-connection-setup-interactive-shell): Trace stty
8727 settings if `tramp-verbose' >= 9.
8728 (tramp-handle-start-file-process): Implement tty setting.
8729 (Bug#4604, Bug#6360)
8730
8731 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8732 `tramp-verbose' to 9.
8733
128440c9
AH
87342010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8735
8736 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8737 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8738 Remove references to package `lisp-re' (bug#4369).
8739
ae0c2494
TT
87402010-07-27 Tom Tromey <tromey@redhat.com>
8741
8742 * progmodes/js.el (js-mode):
8743 * progmodes/make-mode.el (makefile-mode):
8744 * progmodes/simula.el (simula-mode):
8745 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8746
0ed082fe 87472010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8748
8749 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8750
7c7c04c0
JB
8751 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8752 (display-time-world-buffer-name, display-time-world-mode-map):
8753 Fix typos in docstrings.
8754
0ed082fe 87552010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8756
8757 * image-mode.el (image-display-size): New function.
8758 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8759 (image-mode-fit-frame): Use it (Bug#6639).
8760
0ed082fe 87612010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8762
8763 * dired.el (dired-buffers-for-dir): Handle list values of
8764 dired-directory (Bug#6636).
8765
aa2d4bd3
SS
87662010-07-26 Sam Steingold <sds@gnu.org>
8767
8768 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8769 Do not call `x-get-selection' the second time, reuse the value.
8770
78b84da3
DU
87712010-07-26 Daiki Ueno <ueno@unixuser.org>
8772
8773 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8774 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8775
4f195cf7
DU
87762010-07-25 Daiki Ueno <ueno@unixuser.org>
8777
8778 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8779 exists before passing an error to find-file-not-found-functions
8780 (bug#6723).
8781
195e19e4
LH
87822010-07-23 Lukas Huonker <l.huonker@gmail.com>
8783
8784 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8785 Remove leading nil element, adjust values.
8786 (tetris-shapes, tetris-shape-scores):
8787 Change representation of shapes and remove some redundancy.
8788 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8789 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8790 Adjust for working with new representation of shapes.
8791 (tetris-shape-rotations): New function.
8792 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8793 (tetris-rotate-prev, tetris-rotate-next):
8794 Adjust for working with the new version of tetris-test-shape.
8795
9cf2db99
MT
87962010-07-23 Markus Triska <markus.triska@gmx.at>
8797
8798 * progmodes/ps-mode.el: Use comint (bug#5954).
8799 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8800 (ps-mode-other-newline): Simplify.
8801 (ps-run-mode): Derive from comint-mode instead of
8802 fundamental-mode, yielding input history etc.
8803 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8804 (ps-run-send-string): Adapt for comint-mode.
8805 (ps-run-newline): Remove now unneeded function.
8806
225d5e9e
MA
88072010-07-23 Michael Albinus <michael.albinus@gmx.de>
8808
8809 * net/tramp.el (tramp-methods): Move hostname to the end in all
8810 plink `tramp-login-args'.
8811
84bc68f2
MA
88122010-07-23 Michael Albinus <michael.albinus@gmx.de>
8813
8814 * net/tramp.el (tramp-open-shell): New defun.
8815 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8816 Use it.
8817
1eb5ca1c
MA
88182010-07-23 Michael Albinus <michael.albinus@gmx.de>
8819
8820 * net/tramp.el (tramp-file-name-regexp-unified)
8821 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8822 not regard the volume letter as remote filename. (Bug#5447)
8823
440735a7
JB
88242010-07-23 Juanma Barranquero <lekktu@gmail.com>
8825
8826 * custom.el (custom-declare-variable): Give a clearer error message
8827 when the docstring is missing (bug#6476).
8828
5474c40f
MM
88292010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8830
8831 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8832 (sql-login-params): New widget definition.
8833 (sql-oracle-login-params, sql-mysql-login-params)
8834 (sql-solid-login-params, sql-sybase-login-params)
8835 (sql-informix-login-params, sql-ingres-login-params)
8836 (sql-ms-login-params, sql-postgres-login-params)
8837 (sql-interbase-login-params, sql-db2-login-params)
8838 (sql-linter-login-params): Use it.
8839 (sql-sqlite-login-params): Use it; Define "database" parameter as
8840 a file name.
c4cc8b9a 8841 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8842 (sql-comint-sqlite): Make sure database name is complete.
8843 (sql-for-each-login): New function.
8844 (sql-connect, sql-save-connection): Use it.
8845 (sql-get-login-ext): New function.
8846 (sql-get-login): Use it.
8847 (sql-make-alternate-buffer-name): Handle :file parameters.
8848
9c0deccb
JB
88492010-07-22 Juanma Barranquero <lekktu@gmail.com>
8850
8851 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8852 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8853
aac818a8
TL
88542010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8855
8856 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8857
47d2734f
LM
88582010-07-22 Lawrence Mitchell <wence@gmx.li>
8859
8860 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8861
10e73994
MA
88622010-07-21 Michael Albinus <michael.albinus@gmx.de>
8863
8864 * net/tramp.el (tramp-get-ls-command)
8865 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8866 instead of "/".
8867
d26b0ea9
MM
88682010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8869
8870 * progmodes/sql.el: Version 2.3.
f49d1f52 8871 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8872 enhanced the widget definition.
88b5a757
DD
8873 (sql-mode-menu): Add submenu to select connections.
8874 (sql-interactive-mode-menu): Add "Save Connection" item.
8875 (sql-add-product): Fix menu item.
d26b0ea9 8876 (sql-get-product-feature): Improved error handling.
5f9d345c 8877 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8878 (sql-make-alternate-buffer-name): Simplified.
8879 (sql-product-interactive): Handle missing product.
8880 (sql-connect): Support string keys, minor improvements.
8881 (sql-save-connection): New function.
8882 (sql-connection-menu-filter): New function.
8883
af4b9ae5
MA
88842010-07-20 Michael Albinus <michael.albinus@gmx.de>
8885
8886 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8887 (tramp-open-connection-setup-interactive-shell):
8888 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8889 `tramp-send-command' where it belongs to.
8890
da040a16
MA
88912010-07-20 Michael Albinus <michael.albinus@gmx.de>
8892
8893 * net/tramp.el (tramp-perl-file-attributes)
8894 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8895 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8896 front of `login-args'.
8897
16f3ade5
JB
88982010-07-19 Juanma Barranquero <lekktu@gmail.com>
8899
8900 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8901 Set `show-trailing-whitespace' to nil.
8902 (display-time-world-display): Simplify.
8903
00af0b67
AM
89042010-07-18 Alan Mackenzie <acm@muc.de>
8905
8906 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8907 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8908 (c-before-hack-hook): Call `c-set-style' differently according to
8909 whether c-file-style was set in file or directory local
8910 variables.
8911
30c4d8dc
MM
89122010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8913
8914 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8915 (sql-product, sql-user, sql-database, sql-server, sql-port):
8916 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8917 property.
8918 (sql-password): Use defcustom :risky keyword rather than putting
8919 risky-local-variable property.
8920 (sql-oracle-login-params, sql-sqlite-login-params)
8921 (sql-solid-login-params, sql-sybase-login-params)
8922 (sql-informix-login-params, sql-ingres-login-params)
8923 (sql-ms-login-params, sql-postgres-login-params)
8924 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8925 (sql-linter-login-params): Add `port' option.
88b5a757 8926 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8927 (sql-comint-oracle, sql-comint-sybase)
8928 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8929 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8930 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8931 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8932 sql-comint-*.
88b5a757 8933 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8934 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8935 (sql-connection): New variable.
30c4d8dc
MM
8936 (sql-interactive-mode): Set it.
8937 (sql-connection-alist): New variable.
8938 (sql-connect): New function.
8939 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8940 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8941
f12492c8
TV
89422010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8943
8944 * image-mode.el (image-bookmark-make-record): Do not set context
8945 in an image (Bug#6650).
8946
91023c68
CY
89472010-07-17 Chong Yidong <cyd@stupidchicken.com>
8948
8949 * simple.el (select-active-region): New function.
8950 (push-mark-command, set-mark, activate-mark)
8951 (handle-shift-selection): Use it.
8952 (deactivate-mark): Don't check for size of region.
8953
8954 * mouse.el (mouse-drag-track): Use select-active-region.
8955
1c0e8f0e
MA
89562010-07-17 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8959 "--dired" stronger.
8960
2490cbbc
CY
89612010-07-17 Chong Yidong <cyd@stupidchicken.com>
8962
8963 * term/x-win.el (x-select-enable-primary): Change default to nil.
8964 (x-select-enable-clipboard): Add :version keyword.
8965
8966 * mouse.el (mouse-drag-copy-region):
8967 * simple.el (select-active-regions): Likewise.
8968
f253ef6a
RS
89692010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8970
a628ad9d 8971 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
8972 (vc-coding-system-for-diff): Use it to decide whether to inherit
8973 from the file the EOL format for reading the diffs of that file.
8974 (Bug#4451)
8975
134a027f
EZ
89762010-07-16 Eli Zaretskii <eliz@gnu.org>
8977
8978 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8979 unibyte, so compressed attachments are not compressed again.
8980
7e4289ad
MA
89812010-07-16 Michael Albinus <michael.albinus@gmx.de>
8982
8983 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8984 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8985 (tramp-find-shell): Simplify setting connection property.
8986 (tramp-get-ls-command): Make test for "--color=never" stronger.
8987
7473fff9 89882010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
8989
8990 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8991 blocks within record declarations (i.e. variant parts) correctly.
8992
a11b38ee
SS
89932010-07-15 Simon South <ssouth@member.fsf.org>
8994
8995 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8996 over literal tokens when parsing so newlines aren't "absorbed" by
8997 single-line comments. Corrects the indentation of case blocks
8998 that have a comment on the first line.
8999
077e0753
KF
90002010-07-14 Karl Fogel <kfogel@red-bean.com>
9001
9002 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9003 by Drew Adams (Bug#5504).
9004
243881ed
J
90052010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9006
9007 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9008 now that Unicode is used (Bug#6594).
243881ed 9009
f9d71b42
CY
90102010-07-14 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * term/x-win.el (x-select-enable-clipboard): Default to t.
9013 (x-initialize-window-system): Don't overwrite Paste menu item.
9014
9015 * simple.el (select-active-regions): Default to t.
9016 (push-mark-command): Don't overwrite primary with empty string.
9017
9018 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9019 (mouse-drag-copy-region): Default to nil.
9020
9021 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9022 Cut/Copy/Paste menu bar items.
9023
a628ad9d 90242010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9025
9026 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9027 Patch applied by Karl Fogel.
9028
9029 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9030 and `bookmark-current-buffer' if they have been already set in
9031 another buffer (e.g gnus-art).
9032
e44fa724 90332010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9034 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9035
9036 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9037
9038 * bookmark.el (bookmark-make-record-default): Allow unneeded
9039 information to be omitted from the record.
9040
9041 Adjust declarations and calls:
9042
9043 * info.el (bookmark-make-record-default): Adjust declaration.
9044 (Info-bookmark-make-record): Adjust call.
9045
9046 * woman.el (bookmark-make-record-default): Adjust declaration.
9047 (woman-bookmark-make-record): Adjust call.
9048
9049 * man.el (bookmark-make-record-default): Adjust declaration.
9050 (Man-bookmark-make-record): Adjust call.
9051
9052 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9053
9054 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9055
0c4371fe
KF
90562010-07-13 Karl Fogel <kfogel@red-bean.com>
9057
9058 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9059 This is also from Thierry Volpiatto's patch in bug #6444. However,
9060 because it was extraneous to the functional change in that patch,
9061 and causes a re-indendation, I am committing it separately.
9062
2bb8db3e 90632010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9064
9065 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9066 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9067 Patch applied by Karl Fogel (Bug#6444).
068a0233 9068
21bd02a6
CY
90692010-07-13 Chong Yidong <cyd@stupidchicken.com>
9070
9071 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9072
79cb9c05
AR
90732010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9074
9075 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9076 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9077 (ns-alternatives-map): Change S-tab binding to backtab
9078 (bug#6616).
9079
9080 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9081 under ns.
9082
beb000f9
AS
90832010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9084
dd86ea11
JB
9085 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9086 (Bug#5806)
e9952282 9087
beb000f9
AS
9088 * language/tv-util.el (tai-viet-re): Remove format.
9089
6f2cdcd1
KH
90902010-07-12 Kenichi Handa <handa@m17n.org>
9091
dd86ea11
JB
9092 * language/hebrew.el: Remove no-byte-compile declaration.
9093 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9094 composition-function-table for 3-character looking back.
9095 (hebrew-font-get-precomposed): New function.
9096 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9097
f479ef6e
CY
90982010-07-11 Chong Yidong <cyd@stupidchicken.com>
9099
9100 * mouse.el (mouse-drag-track): Handle select-active-regions
9101 (Bug#6612).
9102
3277c1ee
MA
91032010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9104
9105 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9106 empty argument to gvfs-copy.
9107
3260caf8
GM
91082010-07-10 Glenn Morris <rgm@gnu.org>
9109
9110 * calendar/calendar.el (calendar-week-end-day): New function.
9111 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9112 Respect calendar-week-start-day. (Bug#6606)
9113 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9114 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9115 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9116 respect calendar-week-start-day.
9117
c876b263
CY
91182010-07-10 Chong Yidong <cyd@stupidchicken.com>
9119
9120 * simple.el (use-region-p): Doc fix (Bug#6607).
9121
dce34635
AG
91222010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9123
6a7662bb
BR
9124 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9125 Add regexps for cucumber and ruby.
dce34635 9126
c0397930
DU
91272010-07-08 Daiki Ueno <ueno@unixuser.org>
9128
9129 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9130 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9131 find-file from opening empty buffer when decryption failed
c0397930
DU
9132 (bug#6568).
9133
fd5539c6
AM
91342010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9135
a628ad9d
JB
9136 * textmodes/ispell.el (ispell-alternate-dictionary):
9137 Use file-readable-p.
fd5539c6
AM
9138 Return nil if no word-list is found at default locations.
9139 (ispell-complete-word-dict): Default to nil.
9140 (ispell-command-loop): Use 'word-list' when using lookup-words.
9141 (lookup-words): Use ispell-complete-word-dict or
9142 ispell-alternate-dictionary. Check for word-list availability
9143 and handle errors if needed with better messages (Bug#6539).
9144 (ispell-complete-word): Use ispell-complete-word-dict or
9145 ispell-alternate-dictionary.
9146
4565b08e
CS
91472010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9148
9149 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9150 builtins (BufferError, BytesWarning, WindowsError; callables
9151 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9152
a2c270e7
GM
91532010-07-07 Glenn Morris <rgm@gnu.org>
9154
9155 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9156 (zone-shift-left): Ignore intangibility, and any errors from
9157 forward-char.
9158 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9159 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9160 deleting, and copying text properties.
9161 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9162 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9163 to point-max is hard.
9164 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9165 (zone-fill-out-screen): Ignore intangibility.
9166
81133808
CY
91672010-07-05 Chong Yidong <cyd@stupidchicken.com>
9168
4ad11f8c
CY
9169 * menu-bar.el (menu-bar-mode):
9170 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9171 if it has been set.
9172
81133808
CY
9173 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9174 word/line selection (Bug#6565).
9175
b24344ca
JB
91762010-07-04 Juanma Barranquero <lekktu@gmail.com>
9177
9178 * net/dbus.el (dbus-send-signal): Declare function.
9179
b1ce08da
MA
91802010-07-04 Michael Albinus <michael.albinus@gmx.de>
9181
9182 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9183 (dbus-register-property): New optional argument EMITS-SIGNAL.
9184 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9185
5592c08f
CY
91862010-07-03 Chong Yidong <cyd@stupidchicken.com>
9187
9188 * mouse.el (mouse-drag-overlay): Variable deleted.
9189 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9190 (mouse--remap-link-click-p): New function.
9191 (mouse-drag-track): Handle dragging by using temporary Transient
9192 Mark mode, instead of a special overlay.
9193 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9194 mouse-show-mark.
9195
9196 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9197 deleted.
9198
a6ed0e28
JL
91992010-07-02 Juri Linkov <juri@jurta.org>
9200
9201 * autoinsert.el (auto-insert-alist): Fix readability
9202 by using dotted pair notation for lambda.
9203
c91e692b
JL
92042010-07-02 Juri Linkov <juri@jurta.org>
9205
9206 * faces.el (read-face-name): Rename arg `string-describing-default'
9207 to `default'. Doc fix. Display the default value in quotes
9208 in the prompt. With empty input, return the `default' arg,
9209 unless the default value is a string (in which case return nil).
9210 (describe-face): Replace the string `default' arg of `read-face-name'
9211 with the symbol `default'.
9212
23640f8f
CY
92132010-07-02 Chong Yidong <cyd@stupidchicken.com>
9214
9215 * emulation/viper-cmd.el (viper-delete-backward-char)
9216 (viper-del-backward-char-in-insert)
9217 (viper-del-backward-char-in-replace, viper-change)
9218 (viper-backward-indent): Replace delete-backward-char with
9219 delete-char (Bug#6552).
9220
b32d1614
CY
92212010-07-01 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9224
c1ef4455
CY
92252010-06-30 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9228 argument passed to frame-creation-function (Bug#5378).
9229
9230 * faces.el (x-handle-named-frame-geometry)
9231 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9232 (face-set-after-frame-default, tty-create-frame-with-faces):
9233 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9234 PARAMETER argument.
9235
55702e89
AS
92362010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9237
9238 * startup.el (command-line): Don't call tool-bar-setup in a
9239 tty-only build.
9240
dc9a226c
CY
92412010-06-30 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * ruler-mode.el (ruler--save-header-line-format): New fun.
9244 (ruler-mode): Use it as a setter function, so as not to overwrite
9245 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9246
a2f043d3
CY
92472010-06-29 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9250 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9251 (vc-log-outgoing): Use it.
9252 (vc-diff-internal): Set diff-vc-backend.
9253
9254 * vc/diff-mode.el (diff-vc-backend): New var.
9255
62d115ef
J
92562010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9257
6a7662bb
BR
9258 * dynamic-setting.el (font-setting-change-default-font):
9259 Remove call to message.
62d115ef 9260
1180f752
KH
92612010-06-28 Kenichi Handa <handa@m17n.org>
9262
9263 * international/quail.el (quail-insert-kbd-layout): Fix the
9264 showing of untranslated characters.
9265
b9229673
CY
92662010-06-28 Chong Yidong <cyd@stupidchicken.com>
9267
9268 * simple.el (delete-active-region): New option.
9269 (delete-backward-char): Implement in Lisp.
9270 (delete-forward-char): New command.
9271
5f9d345c 9272 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9273 (mouse-show-mark): Simplify.
9274
9275 * bindings.el (global-map): Bind delete and DEL, the former to
9276 delete-forward-char.
9277
a628ad9d 92782010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9279
9280 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9281 (ruby-mode): Bind indent-line-function (Bug#5119).
9282
3468f435
CY
92832010-06-27 Chong Yidong <cyd@stupidchicken.com>
9284
9285 * startup.el (command-line): Recognize "0" X resource value.
9286
6431f2e6
CY
92872010-06-27 Chong Yidong <cyd@stupidchicken.com>
9288
9289 * startup.el (command-line): Use X resources to set the value of
9290 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9291
9292 * menu-bar.el (menu-bar-mode):
9293 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9294 Set init-value to t.
9295
9296 * frame.el (frame-notice-user-settings): Don't change
9297 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9298 vice versa (Bug#2249).
9299
b61dfbe2
EZ
93002010-06-26 Eli Zaretskii <eliz@gnu.org>
9301
9302 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9303
f5cbf40e
AM
93042010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9305
a628ad9d
JB
9306 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9307 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9308
a628ad9d 9309 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9310 default directories are expanded (Bug#6143).
f5cbf40e 9311
8f3b8a5f
JL
93122010-06-24 Juri Linkov <juri@jurta.org>
9313
9314 * minibuffer.el (completions-format): Change default from nil to
9315 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9316
5af72a47
JL
93172010-06-24 Juri Linkov <juri@jurta.org>
9318
9319 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9320 buffer-locally to lambda that re-runs the vc diff command.
9321 (Bug#6447)
9322
8f804316
CY
93232010-06-24 Chong Yidong <cyd@stupidchicken.com>
9324
9325 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9326 echo area is in use (Bug#3412).
9327
be19ef0b
GM
93282010-06-22 Glenn Morris <rgm@gnu.org>
9329
6555773f
GM
9330 * textmodes/texinfmt.el (texinfo-format-region)
9331 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9332 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9333 (texinfo-format-option, texinfo-noindent):
9334 Use line-beginning-position and line-end-position.
9335
be19ef0b
GM
9336 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9337 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9338 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9339 utf-8 characters.
9340
7f0b7b3e
KF
93412010-06-21 Karl Fogel <kfogel@red-bean.com>
9342
49554388
GM
9343 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9344 forward-line fallout.
9345
e8579ebc
CY
93462010-07-06 Chong Yidong <cyd@stupidchicken.com>
9347
9348 * mouse.el (mouse-appearance-menu): Add docstring.
9349
9350 * help.el (describe-key): Print up-event using key-description.
9351
5d1cd8bd
MA
93522010-07-03 Michael Albinus <michael.albinus@gmx.de>
9353
9354 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9355 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9356 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9357
112dbc0e
MA
93582010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9359
9360 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9361
d0cb23ca
DN
93622010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9363
9364 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9365 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9366 cases that cause insertion.
9367 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9368 with a nil state.
9369
01b229d1
CY
93702010-06-30 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9373
8bf1c786 93742010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9375
9376 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9377
dfc6544c
CY
93782010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9379
9380 * generic-x.el (bat-generic-mode): Fix regexp for command line
9381 switches (Bug#5719).
9382
b7d4de51
CY
93832010-06-27 Masatake YAMATO <yamato@redhat.com>
9384
dfc6544c
CY
9385 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9386 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9387
53cfe624 93882010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9389
8bf1c786 9390 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9391 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9392 bindings of bookmark-automatically-show-annotations (Bug#6515).
9393
aca54191
EZ
93942010-06-25 Eli Zaretskii <eliz@gnu.org>
9395
9396 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9397 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9398
2330fa87
ŠN
93992010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9400
9401 * comint.el (make-comint, make-comint-in-buffer): Mention return
9402 value in the docstrings. (Bug#6498)
9403
29115ca9
YR
94042010-06-24 Yoni Rabkin <yoni@rabkins.net>
9405
9406 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9407 since it is not present when using some non-default switches.
9408
2c79f053
KF
94092010-06-23 Karl Fogel <kfogel@red-bean.com>
9410
7f0b7b3e
KF
9411 * simple.el (compose-mail): Fix doc string to refer to
9412 `compose-mail-user-agent-warnings', instead of to the
9413 nonexistent `compose-mail-check-user-agent'.
9414
43a91810
AM
94152010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9416
9417 Fix an indentation bug:
9418
9419 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9420 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9421 of existing values.
9422
9423 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9424 (c-clear->-pair-props-if-match-before): now return t when they've
9425 cleared properties, nil otherwise.
9426 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9427 by taking account of the existing value.
9428
9429 * progmodes/cc-defs.el
9430 (c-clear-char-property-with-value-function): Fix this to clear the
9431 property rather than overwriting it with nil.
9432
8adb4c33
CY
94332010-06-20 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * emacs-lisp/package.el (package-print-package): Add link to
9436 package description via describe-package.
9437 (describe-package-1): List package requirements. Add button to
9438 perform installation.
9439 (package-menu-describe-package): New command.
9440
9441 * help-mode.el (help-package): New button type.
9442
cced7584
CY
94432010-06-19 Chong Yidong <cyd@stupidchicken.com>
9444
9445 * emacs-lisp/package.el: Move package-list-packages binding to
9446 menu-bar.el.
9447 (describe-package, describe-package-1, package--dir): New funs.
9448 (package-activate-1): Use package--dir.
9449
9450 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9451
9452 * help-mode.el (help-package-def): New button type.
9453
9454 * menu-bar.el: Move package-list-packages binding here from
9455 package.el.
9456
d148e8f9
GH
94572010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9458
9459 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9460
b1a03ef6
SM
94612010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * emacs-lisp/edebug.el (edebug-read-list):
9464 Phase out old-style backquotes.
9465
dbd6da78
JL
94662010-06-17 Juri Linkov <juri@jurta.org>
9467
9468 * help-mode.el (help-mode): Set buffer-local variable
9469 revert-buffer-function to help-mode-revert-buffer.
9470 (help-mode-revert-buffer): New function.
9471
9472 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9473 before popping to "*info*" (like in other Info functions).
9474 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9475 old-history-forward. Pop to old-buffer-name or "*info*" to
9476 recreate the killed buffer. Set Info-history-forward from
9477 old-history-forward.
9478 (Info-breadcrumbs-depth): Add :group and :version.
9479
64eba874
DN
94802010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9481
9482 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9483
26508c03
AM
94842010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9485
a628ad9d
JB
9486 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9487 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9488
69582fcd
JB
94892010-06-17 Juanma Barranquero <lekktu@gmail.com>
9490
54ea2a0d
JB
9491 * emacs-lisp/package.el (package-menu-mode-map):
9492 Move initialization into declaration.
9493
69582fcd
JB
9494 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9495
44198b6e
CY
94962010-06-17 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * emacs-lisp/package.el (package-archive-base): Point to
9499 elpa.gnu.org.
9500 (package-enable, package-load-list): New defcustoms.
9501 (package-user-dir, package-directory-list): Turn into defcustoms.
9502 Don't include package-user-dir in package-directory-list.
9503 (package--builtins-base): Don't include Emacs as a "package".
9504 (package-subdirectory-regexp): New var.
9505 (package-load-all-descriptors, package-compute-transaction)
9506 (package-download-transaction): Obey package-load-list.
9507 (package-activate-1): Rename from package-do-activate.
9508 (package-list-packages-internal): Check package-load-list.
9509 (package-load-descriptor, package-generate-autoloads)
9510 (package-unpack, package-unpack-single)
6a7662bb
BR
9511 (package--read-archive-file, package-delete):
9512 Use expand-file-name.
44198b6e
CY
9513
9514 * emacs-lisp/package-x.el: New file. Package uploading
9515 functionality split out from package.el.
9516
95b6d681 9517 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9518
95192010-06-17 Tom Tromey <tromey@redhat.com>
9520
9521 * emacs-lisp/package.el: New file.
9522
50d76a9f
DN
95232010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9524
9525 Fix vc-annotate for renamed files when using Git.
76e3243a 9526 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9527 ls-files. Doe not pass the object as a file name to cat-file, it
9528 is not a file name.
9529 (vc-git-annotate-command): Pass the file name using -- to avoid
9530 ambiguity with the revision.
9531 (vc-git-previous-revision): Pass a relative file name.
9532
6095a05b
GM
95332010-06-22 Glenn Morris <rgm@gnu.org>
9534
943375a6
GM
9535 * progmodes/js.el (js-mode-map): Use standard capitalization and
9536 ellipses for menu entries.
9537
6095a05b
GM
9538 * wid-edit.el (widget-complete): Doc fix.
9539
4514199e
JH
95402010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9541
9542 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9543
c4786d60
DN
95442010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9545
11c46b39 9546 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9547 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9548 VC backend. Use it when non-nil.
a628ad9d 9549 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9550 (Bug#6487).
11c46b39 9551
c4786d60 9552 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9553 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9554 Do not pass the file name to the 'previous-revision call when we
9555 don't want a file diff. (Bug#6489)
9556
04ec0963
DN
95572010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9558
11c46b39 9559 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9560 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9561 the VC backend. Use it when non-nil.
76e3243a 9562 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9563 backend to vc-find-revision. (Bug#6487)
9564
c036381c
DN
95652010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9566
9567 Fix reading file names in Git annotate buffers.
95b6d681
JB
9568 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9569 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9570
05c123e6
AM
95712010-06-20 Alan Mackenzie <acm@muc.de>
9572
9573 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9574 in file local variables, set it first.
9575
4111f0c7
GM
95762010-06-19 Glenn Morris <rgm@gnu.org>
9577
74739ffd
GM
9578 * descr-text.el (describe-char-unicode-data): Insert separating
9579 space when needed. (Bug#6422)
9580
4111f0c7
GM
9581 * progmodes/idlwave.el (idlwave-action-and-binding):
9582 Fix typo in 2009-12-03 change. (Bug#6450)
9583
e20f0421
SM
95842010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9587 handling for `lambda' (misunderstanding).
9588
fb3e306a
JB
95892010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9590
dd86ea11 9591 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9592 constants aren't distributed after they are factored out.
9593
e020fb59
JL
95942010-06-16 Juri Linkov <juri@jurta.org>
9595
9596 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9597 `list-colors-print'. (Bug#6332)
9598
b8add347
SM
9599 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9600
36901266
SM
96012010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9602
49b2e83d
SM
9603 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9604 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9605
36901266
SM
9606 * font-lock.el (font-lock-major-mode): Rename from
9607 font-lock-mode-major-mode to distinguish it from
9608 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9609 (font-lock-set-defaults):
9610 * font-core.el (font-lock-default-function): Adjust users.
9611 (font-lock-mode): Don't set it at all.
9612
2a64315a 96132010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9614
76e3243a 9615 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9616
2a64315a 96172010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9618
9619 * calendar/appt.el (appt-time-msg-list): Doc fix.
9620 (appt-check): Let-bind appt-warn-time.
9621 (appt-add): Make the 3rd argument optional.
9622 Simplify argument names. Doc fix. Check for integer WARNTIME.
9623 Only add WARNTIME to the output list if non-nil.
9624
2a64315a 96252010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9626
9627 * calendar/appt.el (appt-check): Let the 3rd element of
9628 appt-time-msg-list specify the warning time.
9629 (appt-add): Add new argument with the warning time. (Bug#5176)
9630
6a7662bb 96312010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9632
76e3243a 9633 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9634 older than version 1.6. (Bug#6361)
9635
2a64315a 96362010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9637
9638 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9639 used by cl-do-arglist. (Bug#6408)
9640
30d7ac37
AM
96412010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9642
6a7662bb
BR
9643 * textmodes/ispell.el (ispell-dictionary-base-alist):
9644 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9645 Suggested by Rolando Pereira (bug#6434).
9646
8fd02581
JB
96472010-06-15 Juanma Barranquero <lekktu@gmail.com>
9648
9649 * facemenu.el (list-colors-sort): Doc fix.
9650
6a7662bb 96512010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9652
9653 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9654
f0bf7c8e
JL
96552010-06-14 Juri Linkov <juri@jurta.org>
9656
9657 Add sort option `list-colors-sort'. (Bug#6332)
9658 * facemenu.el (color-rgb-to-hsv): New function.
9659 (list-colors-sort): New defcustom.
9660 (list-colors-sort-key): New function.
9661 (list-colors-display): Doc fix. Sort list according to the option
9662 `list-colors-sort'.
9663 (list-colors-print): Add HSV values to `help-echo' property of
9664 RGB strings.
9665
c42fe9a5
JL
96662010-06-14 Juri Linkov <juri@jurta.org>
9667
9668 * compare-w.el: Move to the "vc" subdirectory.
9669
b263a4c4
SM
96702010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9671
d8b0cddd
SM
9672 * image-mode.el (image-mode-map): Remap left-char and right-char.
9673
b263a4c4
SM
9674 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9675
89877f5f
CY
96762010-06-12 Chong Yidong <cyd@stupidchicken.com>
9677
133a8d82
CY
9678 * term/common-win.el (x-colors): Add all the color names defined
9679 in rgb.txt (Bug#6332).
9680
89877f5f
CY
9681 * facemenu.el (list-colors-print): Don't print extra names if it
9682 will overflow the window width.
9683
9684 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9685 change (Bug#6343).
89877f5f 9686
9d1f18b5
EZ
96872010-06-12 Eli Zaretskii <eliz@gnu.org>
9688
9689 * files.el (make-directory): Doc fix (bug#6396).
9690
b81a0b56
MA
96912010-06-12 Michael Albinus <michael.albinus@gmx.de>
9692
9693 * net/tramp.el (tramp-remote-process-environment): Protect version
9694 string by apostroph.
9695 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9696 XEmacs.
9697 (tramp-file-name-for-operation): Add `call-process-region'.
9698 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9699
9700 * net/tramp-compat.el (top): Do not autoload
9701 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9702 only when `start-file-process' is not bound.
9703 (tramp-advice-file-expand-wildcards): Do not use
9704 `tramp-handle-file-remote-p'.
9705 (tramp-compat-make-temp-file): Handle the case, that
9706 `make-temp-file' has no third argument EXTENSION.
9707
69f18acc
JB
97082010-06-11 Juanma Barranquero <lekktu@gmail.com>
9709
5fee75d4
JB
9710 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9711
69f18acc
JB
9712 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9713
9766adfb
JL
97142010-06-11 Juri Linkov <juri@jurta.org>
9715
9716 * finder.el (finder-known-keywords): Add keyword "vc"
9717 for version control.
9718
9719 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9720 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9721 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9722 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9723
56b2854f
JL
97242010-06-11 Juri Linkov <juri@jurta.org>
9725
9726 Move version control related files to the "vc" subdirectory.
9727 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9728 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9729 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9730 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9731 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9732 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9733 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9734 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9735 Move files to the "vc" subdirectory.
9736
6534e58a
CY
97372010-06-11 Chong Yidong <cyd@stupidchicken.com>
9738
9739 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9740 (Bug#6367).
9741
84d9562f
SE
97422010-06-11 Stephen Eglen <stephen@gnu.org>
9743
9744 * shell.el: Bind `shell-resync-dirs' to M-RET.
9745
3ef0a6a5
MA
97462010-06-10 Michael Albinus <michael.albinus@gmx.de>
9747
9748 * notifications.el: Move file from lisp/net, because it is
9749 supposed to talk locally to the user.
9750
fa4003da
MA
97512010-06-10 Julien Danjou <julien@danjou.info>
9752
9753 * net/notifications.el (notifications-on-action-signal)
9754 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9755 argument to the callback functions. Add docstrings.
fa4003da
MA
9756 (notifications-notify): Fix docstring.
9757
46e6650e
GM
97582010-06-10 Glenn Morris <rgm@gnu.org>
9759
9760 * emacs-lisp/authors.el (authors-ignored-files)
9761 (authors-valid-file-names): Add some files.
9762
a71832f7
SM
97632010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9766 merge conflict, giving preference to the emacs-23 version of the code.
9767
8c6eab5a
SM
97682010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9769
989bc97f
SM
9770 * emacs-lisp/advice.el (ad-compile-function):
9771 Define warning-suppress-types before we let-bind it (bug#6275).
9772
8c6eab5a
SM
9773 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9774 declare it, make it buffer-local and permanent-local (bug#6324).
9775 (vc-resynch-window): Adjust name.
9776 * vc-hooks.el (vc-find-file-hook): Adjust name.
9777
890a18d6
MA
97782010-06-09 Michael Albinus <michael.albinus@gmx.de>
9779
9780 * net/notifications.el (notifications-notify): Fix docstring.
9781
bf3e70eb
JB
97822010-06-09 Juanma Barranquero <lekktu@gmail.com>
9783
9784 Update to Unicode 6.0.0 beta.
9785 * international/charprop.el: Update copyright.
9786 * international/mule-cmds.el (ucs-names): Update character ranges.
9787 * international/uni-bidi.el:
9788 * international/uni-category.el:
9789 * international/uni-combining.el:
9790 * international/uni-comment.el:
9791 * international/uni-decimal.el:
9792 * international/uni-decomposition.el:
9793 * international/uni-digit.el:
9794 * international/uni-lowercase.el:
9795 * international/uni-mirrored.el:
9796 * international/uni-name.el:
9797 * international/uni-numeric.el:
9798 * international/uni-old-name.el:
9799 * international/uni-titlecase.el:
9800 * international/uni-uppercase.el: Regenerate.
9801
b978141d
JB
98022010-06-09 Juanma Barranquero <lekktu@gmail.com>
9803
ee8359ba
JB
9804 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9805 (smie-precs-precedence-table): Fix typo in docstring.
9806
f64ab8fb
JB
9807 * vc-mtn.el (log-edit-extract-headers): Declare function.
9808
883ffa8c
JB
9809 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9810
b978141d
JB
9811 * net/notifications.el (dbus-register-signal): Declare function.
9812 (notifications-notify): Fix typos and reflow docstring.
9813
5f4f2ae4
DN
98142010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9815
9816 Improve VC create/retrieve tag/branch.
9817 * vc.el (vc-create-tag): Do not read the directory name for VCs
9818 with repository revision granularity. Adjust the tag/branch
9819 prompt. Reset VC properties.
9820 (vc-retrieve-tag): Do not read the directory name for VCs
9821 with repository revision granularity. Reset VC properties.
9822
41a86354
MA
98232010-06-09 Julien Danjou <julien@danjou.info>
9824
ef33fd34 9825 * net/notifications.el: New file.
41a86354 9826
fab43c76
DN
98272010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9828
00fd1147
DN
9829 Add optional support for resetting VC properties.
9830 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9831 call vc-file-clearprops when true.
9832 (vc-resynch-buffer): Add new optional argument, pass it down.
9833 (vc-resynch-buffers-in-directory): Likewise.
9834
fab43c76
DN
9835 Improve support for special markup in the VC commit message.
9836 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9837 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9838 * vc-git.el (vc-git-checkin):
9839 * vc-bzr.el (vc-bzr-checkin): Likewise.
9840
e7d67e73
SM
98412010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9844 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9845
277e6741
MP
98462010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9847
9848 * iimage.el: Remove images as soon as the underlying text is modified.
9849 (iimage-modification-hook): New function.
9850 (iimage-mode-buffer): Use it.
9851
83156c18
SM
98522010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9853
9854 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9855 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9856 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9857 (smie-indent-keyword): Add handling of open-paren keywords.
9858 (smie-indent-comment-continue): Don't assume comment-continue.
9859
13b5221f
MR
98602010-06-07 Martin Rudalics <rudalics@gmx.at>
9861
9862 * window.el (pop-to-buffer): Remove the conditional that
9863 compares new-window and old-window, so it will reselect
9864 the selected window unconditionally.
9865 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9866
c2ea5810
SM
98672010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * emacs-lisp/smie.el (smie-indent-offset-after)
9870 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9871 (smie-indent-after-keyword): Use them.
9872 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9873 (smie-indent-keyword): Tweak the black magic.
9874 (smie-indent-comment-continue): Strip comment-continue before use.
9875 (smie-indent-functions): Indent comments before keywords.
9876
27dd3c11
JL
98772010-06-06 Juri Linkov <juri@jurta.org>
9878
9879 * isearch.el (isearch-lazy-highlight-search): Fix looping
9880 by checking for empty match. This syncs this loop with the
9881 similar loop in `isearch-search'. (Bug#6362)
9882
35b148ee
JB
98832010-06-05 Juanma Barranquero <lekktu@gmail.com>
9884
9885 * net/dbus.el (dbus-register-method): Declare function.
9886 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9887 (dbus-introspect): Doc fix.
9888 (dbus-event-bus-name, dbus-introspect-get-interface)
9889 (dbus-introspect-get-argument): Reflow docstrings.
9890
eccdfe5f
DN
98912010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9892
9893 vc-log-incoming/vc-log-outgoing fixes for Git.
9894 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9895 incoming/outgoing logs.
9896 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9897 instead of vc-git-compute-remote.
9898 (vc-git-compute-remote): Remove.
9899
86253dc0
CY
99002010-06-04 Chong Yidong <cyd@stupidchicken.com>
9901
9902 * term/common-win.el (x-colors): Add "dark green" and "dark
9903 turquoise" (Bug#6332).
9904
0665f661
JL
99052010-06-04 Juri Linkov <juri@jurta.org>
9906
9907 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9908 Instead of setting `replace' to t and replacing the same string
9909 with itself, don't do certain actions when
9910 kill-do-not-save-duplicates is non-nil and string is equal to car
9911 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9912 interprogram-paste strings to kill-ring, and don't push the input
9913 argument `string' to kill-ring.
9914 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9915
087fc47a
JB
99162010-06-04 Juanma Barranquero <lekktu@gmail.com>
9917
9918 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9919
4f201088
MA
99202010-06-04 Michael Albinus <michael.albinus@gmx.de>
9921
9922 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9923 (tramp-gvfs-handler-mounted-unmounted)
9924 (tramp-gvfs-connection-mounted-p): Handle default-location.
9925
9926 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9927 move files to trash.
9928
18ccd78a
JB
99292010-06-04 Juanma Barranquero <lekktu@gmail.com>
9930
9931 * international/mule-cmds.el (nonascii-insert-offset)
9932 (nonascii-translation-table): Add obsolescence information.
9933
9934 * international/mule.el (make-translation-table-from-vector): Doc fix.
9935
3845c322
GM
99362010-06-03 Glenn Morris <rgm@gnu.org>
9937
9938 * desktop.el (desktop-clear-preserve-buffers):
9939 Add "*Warnings*" buffer. (Bug#6336)
9940
54d3626e
DN
99412010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9942
6941ffec
DN
9943 vc-log-incoming/vc-log-outgoing improvements for Git.
9944 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9945 short log.
9946 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9947
54d3626e
DN
9948 Add bindings for vc-log-incoming and vc-log-outgoing.
9949 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9950 and vc-log-outgoing.
9951 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9952 and vc-log-outgoing.
9953
aa1bc616
CY
99542010-06-03 Chong Yidong <cyd@stupidchicken.com>
9955
9956 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9957 (rcirc-handler-366): Always sort nicknames.
9958
e2d2a205
JB
99592010-06-03 Juanma Barranquero <lekktu@gmail.com>
9960
9961 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9962
44ea155d
CY
99632010-06-03 Chong Yidong <cyd@stupidchicken.com>
9964
a628ad9d 9965 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 9966
a91dedc4
SM
99672010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9970 (rcirc-sort-nicknames-join): Avoid setq.
9971
c62bf05a
DD
99722010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9973
9974 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9975 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9976 (rcirc-handler-366): Use them.
9977
dd2c3c92
SM
99782010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 Split smie-indent-calculate into more manageable chunks.
9981 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9982 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9983 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9984 (smie-indent-exps): Extract from smie-indent-calculate.
9985 (smie-indent-functions): New var.
9986 (smie-indent-functions): Use them.
9987
927c346b
SM
99882010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9989
9990 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9991 (smie-indent-calculate): Simplify and cleanup.
9992
1efeec86
MA
99932010-06-02 Michael Albinus <michael.albinus@gmx.de>
9994
9995 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
9996 (tramp-gvfs-mount-point): Remove.
9997 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9998 New defuns.
1efeec86
MA
9999 (with-tramp-dbus-call-method): Format trace message.
10000 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10001 Implement backup call, when operation on local files fails.
10002 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10003 (tramp-gvfs-handle-make-directory): Make more traces.
10004 (tramp-gvfs-url-file-name): Hexify file name in url.
10005 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10006 into account for the resulting file name.
10007 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10008 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10009 (tramp-gvfs-handler-mounted-unmounted)
10010 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10011 attribute "default_location". Set "prefix" property.
10012 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10013 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10014 exists. Raise an error, if not (due to a corresponding answer
10015 "no" in interactive questions, for example).
10016
89877f5f 100172010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10018
10019 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10020
24f574a9
JB
100212010-06-01 Juanma Barranquero <lekktu@gmail.com>
10022
10023 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10024 right-*. (Bug#6265)
10025
290736f2
DN
100262010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10027
61158bfa
DN
10028 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10029 * vc-git.el (vc-git-compute-remote): New function.
10030 (vc-git-log-outgoing): Use it instead of hard coding a value.
10031 (vc-git-log-incoming): New function.
10032
5828f6ca
DN
10033 Improve state updating for VC tag commands.
10034 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10035 to update the state of all buffers in the directory.
10036
290736f2
DN
10037 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10038
feceda26
SM
100392010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10042 `file-directory-p' to the filename part rather than to the whole text.
10043
896114cf
SM
100442010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10047
1603358c
DA
100482010-05-31 Drew Adams <drew.adams@oracle.com>
10049
10050 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10051
fe40dc63
JB
100522010-05-31 Juanma Barranquero <lekktu@gmail.com>
10053
10054 * subr.el (momentary-string-display): Just use read-event to read
10055 the exit event (Bug#6238).
10056
9e8014c6
EZ
100572010-05-30 Eli Zaretskii <eliz@gnu.org>
10058
10059 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10060
61a08071
JB
100612010-05-30 Juanma Barranquero <lekktu@gmail.com>
10062
10063 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10064 Suggested by Eli Zaretskii <eliz@gnu.org>.
10065
5feec8ca
SM
100662010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * minibuffer.el (completion-file-name-table): Don't return a boundary
10069 past the end of `string' (bug#6299).
10070 (completion--file-name-table): Delegate to completion-file-name-table
10071 for the `boundaries' case.
10072
8175cb90
JB
100732010-05-30 Juanma Barranquero <lekktu@gmail.com>
10074
2b94133f
JB
10075 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10076 movement commands.
10077
8175cb90
JB
10078 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10079 `path-separator', but maintain compatibility with Emacs 20.2.
10080
0191e222
CY
100812010-05-29 Chong Yidong <cyd@stupidchicken.com>
10082
10083 * server.el (server-process-filter): Receive parent-id argument
10084 from emacsclient.
10085 (server-create-window-system-frame): New arg. Pass parent-id as
10086 frame parameter.
10087
9b655a0a
EZ
100882010-05-29 Eli Zaretskii <eliz@gnu.org>
10089
db5dce9d
EZ
10090 Bidi-sensitive word movement with arrow keys.
10091 * subr.el (right-arrow-command, left-arrow-command): Move to
10092 bindings.el.
10093
10094 * bindings.el (right-char, left-char): Move from subr.el and
10095 rename from right-arrow-command and left-arrow-command.
10096 (right-word, left-word): New functions.
10097 (global-map) <right>: Bind to right-char.
10098 (global-map) <left>: Bind to left-char.
10099 (global-map) <C-right>: Bind to right-word.
10100 (global-map) <C-left>: Bind to left-word.
10101
9b655a0a
EZ
10102 * ls-lisp.el (ls-lisp-classify-file): New function.
10103 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10104 (ls-lisp-classify): Call ls-lisp-classify-file.
10105 (insert-directory): Remove blanks from switches.
10106
fcb52808
CY
101072010-05-29 Chong Yidong <cyd@stupidchicken.com>
10108
10109 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10110 (ansi-color-drop-regexp): New constant.
10111 (ansi-color-apply, ansi-color-filter-region)
896114cf 10112 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10113 (ansi-color-apply): Build string list before calling concat.
10114
0040735a
JL
101152010-05-28 Juri Linkov <juri@jurta.org>
10116
10117 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10118 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10119 (Bug#5270)
10120
b6827fff
MA
101212010-05-28 Michael Albinus <michael.albinus@gmx.de>
10122
10123 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10124 to ignored backtrace functions.
10125 (with-progress-reporter): Expand docstring.
10126 (tramp-handle-delete-file): Implement TRASH argument.
10127 (tramp-get-remote-trash): New defun.
10128
eba082a2
MA
101292010-05-28 Michael Albinus <michael.albinus@gmx.de>
10130
6a7662bb
BR
10131 * net/tramp-compat.el (tramp-compat-delete-file):
10132 Use `symbol-value' for backward compatibility.
eba082a2
MA
10133
10134 * net/tramp.el (tramp-handle-make-symbolic-link)
10135 (tramp-handle-load)
10136 (tramp-do-copy-or-rename-file-via-buffer)
10137 (tramp-do-copy-or-rename-file-directly)
10138 (tramp-do-copy-or-rename-file-out-of-band)
10139 (tramp-handle-process-file, tramp-handle-call-process-region)
10140 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10141 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10142 (tramp-delete-temp-file-function): Use `delete-file' instead
10143 of `tramp-compat-delete-file'.
10144
10145 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10146 (tramp-fish-handle-make-symbolic-link)
10147 (tramp-fish-handle-process-file): Use `delete-file' instead
10148 of `tramp-compat-delete-file'.
10149
6a7662bb
BR
10150 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10151 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10152
0dc3e410
MA
10153 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10154 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10155
6a7662bb
BR
10156 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10157 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10158
10159 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10160 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10161 (tramp-smb-handle-write-region): Use `delete-file' instead of
10162 `tramp-compat-delete-file'.
10163 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10164
f1a5d776
CY
101652010-05-27 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10168 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10169 (dired-do-flagged-delete, dired-do-delete): Use trash.
10170
10171 * speedbar.el (speedbar-item-delete): Allow trashing.
10172
10173 * files.el (delete-directory): New arg TRASH.
10174
10175 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10176 (ange-ftp-rename-remote-to-remote)
10177 (ange-ftp-rename-local-to-remote)
10178 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10179 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10180 `delete-file'.
10181 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10182 allow trashing.
10183
10184 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10185 handle new TRASH arg of `delete-file'.
10186
c4ce1145 10187 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10188 (tramp-handle-make-symbolic-link, tramp-handle-load)
10189 (tramp-do-copy-or-rename-file-via-buffer)
10190 (tramp-do-copy-or-rename-file-directly)
10191 (tramp-do-copy-or-rename-file-out-of-band)
10192 (tramp-handle-process-file, tramp-handle-call-process-region)
10193 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10194 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10195 (tramp-delete-temp-file-function): Use null TRASH arg in
10196 tramp-compat-delete-file call.
10197
10198 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10199 (tramp-fish-handle-delete-file)
10200 (tramp-fish-handle-make-symbolic-link)
10201 (tramp-fish-handle-process-file): Use null TRASH arg in
10202 `tramp-compat-delete-file' call.
10203
10204 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10205 arg in `tramp-compat-delete-file' call.
10206
10207 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10208 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10209 `tramp-compat-delete-file' call.
10210
10211 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10212 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10213 `tramp-compat-delete-file' call.
10214
10215 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10216 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10217 (tramp-smb-handle-write-region): Use null TRASH arg in
10218 tramp-compat-delete-file call.
10219 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10220 (tramp-smb-handle-delete-file): Rename arg.
10221
10222 * diff.el (diff-sentinel):
10223 * epg.el (epg--make-temp-file, epg-decrypt-string)
10224 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10225 * jka-compr.el (jka-compr-partial-uncompress)
10226 (jka-compr-call-process, jka-compr-write-region):
10227 * server.el (server-sentinel): Remove optional arg from
10228 delete-file, reverting 2010-05-03 change.
10229
ecb0ab90
CY
102302010-05-27 Chong Yidong <cyd@stupidchicken.com>
10231
6a7662bb
BR
10232 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10233 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10234
2b25da45
KH
102352010-05-27 Kenichi Handa <handa@m17n.org>
10236
10237 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10238 element of GSTRING is nil.
10239
11e4d8c0
SM
102402010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10241
10242 * emacs-lisp/smie.el (smie-forward-token-function)
10243 (smie-backward-token-function): New vars.
10244 (smie-backward-sexp, smie-forward-sexp)
10245 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10246 (smie-default-backward-token): Rename from smie-backward-token and
10247 skip comments.
10248 (smie-default-forward-token): Rename from smie-forward-token and
10249 skip comments.
10250 (smie-next-sexp): Handle nil results from next-token.
10251 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10252
4da3541b
CY
102532010-05-27 Chong Yidong <cyd@stupidchicken.com>
10254
896114cf
SM
10255 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10256 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10257
102582010-05-27 Masatake YAMATO <yamato@redhat.com>
10259
10260 * htmlfontify.el (hfy-face-resolve-face): New function.
10261 (hfy-face-to-style): Use it (Bug#6279).
10262
6dc439cb
SM
102632010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10264
10265 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10266 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10267
021eb8d7
GM
102682010-05-26 Glenn Morris <rgm@gnu.org>
10269
10270 * emulation/edt.el (edt-load-keys): Use locate-library.
10271
bef4957b
CY
102722010-05-25 Chong Yidong <cyd@stupidchicken.com>
10273
10274 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10275 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10276 (log-edit-changelog-insert-entries): Args changed.
10277 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10278 (log-edit-insert-changelog-entries): Reorganize return value of
10279 `log-edit-changelog-entries' to pass filenames to
10280 log-edit-changelog-insert-entries.
10281
84fb0956
TV
102822010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10283
10284 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10285 `image-dired-dired-insert-marked-thumbs' to
10286 `image-dired-dired-toggle-marked-thumbs'.
10287
10288 * image-dired.el: Require cl when compiling.
10289 (image-dired-dired-toggle-marked-thumbs): Rename from
10290 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10291 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10292 to 'no-dir. Skip files whose names don't match
10293 `image-file-name-regexp'. When file has a thumbnail overlay,
10294 delete it. (Bug#5270)
10295
0fb1193d
JL
102962010-05-25 Juri Linkov <juri@jurta.org>
10297
10298 * image-mode.el (image-mode): Add image-after-revert-hook to
10299 after-revert-hook.
10300 (image-after-revert-hook): New function. (Bug#5669)
10301
fc937924
JL
103022010-05-25 Juri Linkov <juri@jurta.org>
10303
10304 * image.el (image-animated-p): When delay between animated images
10305 is 0, set it to 10 (0.1 sec). (Bug#6258)
10306
fa9ba953
MA
103072010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10308
10309 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10310 `forward-word', its default syntax could be changed.
fa9ba953 10311
9e021389
MA
103122010-05-25 Michael Albinus <michael.albinus@gmx.de>
10313
10314 * net/tramp.el (tramp-progress-reporter-update): New defun.
10315 (with-progress-reporter): Use it.
10316 (tramp-process-actions):
6a7662bb
BR
10317 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10318 Preserve current message, in order to let progress reporter continue
9e021389
MA
10319 afterwards. (Bug#6257)
10320
6169260b
GM
103212010-05-25 Glenn Morris <rgm@gnu.org>
10322
10323 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10324 Add :version.
10325
d26781af
RY
103262010-05-25 Ryan Yeske <rcyeske@gmail.com>
10327
8826afe3 10328 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10329 (rcirc-default-full-name): Change to "unknown".
10330 (rcirc-user-name-history): Add variable.
8826afe3
GM
10331
103322010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10333 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10334
10335 * net/rcirc.el (rcirc-server-alist): Add :pass.
10336 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10337 username and password.
a628ad9d 10338 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10339 value to server when connecting.
10340
d355a0b7
SM
103412010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10342
f5228f84
SM
10343 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10344 (smie-merge-prec2s): Pass the tables as separate args.
10345 (smie-bnf-precedence-table): Adjust call accordingly.
10346 (smie-prec2-levels): Set levels at the end.
10347
d355a0b7
SM
10348 Replace Lisp calls to delete-backward-char by delete-char.
10349 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10350 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10351 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10352 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10353 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10354 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10355 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10356 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10357 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10358 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10359 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10360 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10361 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10362 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10363 delete-backward-char by calls to delete-char.
10364
f668ef02
KH
103652010-05-25 Kenichi Handa <handa@m17n.org>
10366
10367 * language/hebrew.el (hebrew-shape-gstring): New function.
10368 Register it in composition-function-table for all Hebrew combining
10369 characters.
10370
397eb3f3
SM
103712010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * epa.el (epa--select-keys): Don't explicitly delete the window since
10374 that can fail (e.g. sole window in frame). Use dedication instead.
10375
171eda53 103762010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10377
10378 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10379
110683ad
CY
103802010-05-22 Chong Yidong <cyd@stupidchicken.com>
10381
10382 * image.el (image-refresh): Define as an alias for image-flush.
10383
10384 * image-mode.el (image-toggle-display-image): Caller changed.
10385
df9db151
JL
103862010-05-21 Juri Linkov <juri@jurta.org>
10387
10388 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10389 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10390 whitespace, call wildcard-to-regexp on substrings and concat them
10391 with "\\|". (Bug#6114)
10392
c0209c2c
AM
103932010-05-21 Alan Mackenzie <acm@muc.de>
10394
171eda53
SM
10395 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10396 Replace parameter `here' with `here-' and `here-plus', which sandwich
10397 any pertinent CPP construct.
c0209c2c
AM
10398 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10399 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10400 CPP construct from taking part in the scanning.
10401
655bded0
MA
104022010-05-21 Michael Albinus <michael.albinus@gmx.de>
10403
10404 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10405 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10406 Tune `with-progress-reporter' messages.
655bded0
MA
10407 (tramp-handle-vc-registered):
10408 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10409 (tramp-fish-handle-insert-file-contents)
10410 (tramp-fish-maybe-open-connection):
10411 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10412 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10413 (tramp-imap-handle-insert-file-contents)
10414 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10415
3e17a1a7
JB
104162010-05-21 Juanma Barranquero <lekktu@gmail.com>
10417
bf1e8d4a
JB
10418 * add-log.el (change-log-font-lock-keywords):
10419 Highlight all authors in multi-author entries.
10420
3e17a1a7
JB
10421 * smerge-mode.el (smerge-refine-ignore-whitespace)
10422 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10423 Fix typos in docstrings.
10424 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10425
969e684a
GM
104262010-05-21 Glenn Morris <rgm@gnu.org>
10427
e75c1e7d
GM
10428 * progmodes/fortran.el (fortran-mode):
10429 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10430
969e684a
GM
10431 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10432 having a relative path in src/Makefile.in.
10433
a50878fa
KR
104342010-05-20 Kevin Ryde <user42@zip.com.au>
10435
10436 * help-mode.el (help-make-xrefs): For Info node links turn
10437 newlines into spaces. Link node names with newlines are matched
10438 by help-xref-info-regexp and buttonized, this change ensures they
10439 can be followed successfully with RET. (Bug#6206)
10440
f66a2f90
JL
104412010-05-20 Juri Linkov <juri@jurta.org>
10442
10443 * locate.el (locate): Use pop-to-buffer instead of
10444 switch-to-buffer-other-window. (Bug#6204)
10445
201d895a
JL
104462010-05-20 Juri Linkov <juri@jurta.org>
10447
10448 * replace.el (replace-highlight): Fix lazy-highlighting
10449 for `M-s w str M-% str RET'.
10450
1ddb2ea0
MY
104512009-12-15 Masatake YAMATO <yamato@redhat.com>
10452
10453 * isearch.el (isearch-yank-word-or-char): Pull next subword
10454 when `subword-mode' is activated. (Bug#6220)
10455
a6020335
MH
104562010-05-20 Mark A. Hershberger <mah@everybody.org>
10457
10458 * isearch.el (isearch-update-post-hook): New hook.
10459 (isearch-update): Use the new hook. (Bug#6225)
10460
50de6a38
JL
104612010-05-20 Juri Linkov <juri@jurta.org>
10462
10463 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10464 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10465 (Bug#6222)
10466
5d944a8f
JL
104672010-05-20 Juri Linkov <juri@jurta.org>
10468
10469 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10470 (Bug#6223)
10471
f5d6548a
JL
104722010-05-20 Juri Linkov <juri@jurta.org>
10473
10474 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10475 FILE-NAME to read from the minibuffer when called interactively
10476 with prefix argument instead of using buffer-file-name.
10477 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10478
10479 * dired.el: Update autoloads.
10480
f8e63691
CY
104812010-05-20 Chong Yidong <cyd@stupidchicken.com>
10482
10483 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10484 nxml-finish-element, for consistency with SGML mode.
10485
10486 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10487 octave-close-block.
10488
07d7c3bd
JB
104892010-05-20 Juanma Barranquero <lekktu@gmail.com>
10490
10491 * composite.el: Require cl when compiling.
10492 (reference-point-alist, compose-gstring-for-graphic)
10493 (compose-gstring-for-terminal): Fix typos in docstrings.
10494
7bce8510
JL
104952010-05-19 Juri Linkov <juri@jurta.org>
10496
10497 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10498 set-window-parameter.
10499
a7723e05
MA
105002010-05-19 Michael Albinus <michael.albinus@gmx.de>
10501
10502 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10503 where appropriate.
10504 (tramp-maybe-open-connection): Use it.
10505
3f2e7735
EZ
105062010-05-19 Eli Zaretskii <eliz@gnu.org>
10507
10508 * simple.el (move-end-of-line): Make sure we are at line beginning
10509 before backing up to end of previous line.
10510
8d9181c7
MA
105112010-05-19 Michael Albinus <michael.albinus@gmx.de>
10512
8c4ec20f
MA
10513 * password-cache.el (password-cache-remove): Fix docstring.
10514
8d9181c7
MA
10515 * net/secrets.el: Autoload the widget functions.
10516 (secrets-search-items, secrets-create-item)
10517 (secrets-get-attributes, secrets-expand-item): Attributes will be
10518 stored on the password database without leading ":", as all other
10519 clients do as well.
10520 (secrets-mode): Fix docstring.
10521 (secrets-show-secrets): Provide it as autoloaded command only when
10522 D-Bus support is available. Check existence of Secret Service API.
10523
2a96c2a7
SM
105242010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * indent.el (indent-region): Deactivate region (bug#6200).
10527
d24e10b1
GM
105282010-05-19 Glenn Morris <rgm@gnu.org>
10529
10530 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10531
2833d915
KH
105322010-05-19 Kenichi Handa <handa@m17n.org>
10533
10534 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10535 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10536
134c2f29
JB
105372010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10538
10539 * calc/calc-trail.el (calc-trail-isearch-forward)
10540 (calc-trail-isearch-backward): Ensure that the new window
10541 point is set correctly.
10542
278847cd
SM
105432010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * subr.el (read-quoted-char): Resolve modifiers after key
10546 remapping (bug#6212).
10547
3a8e7cbd
MA
105482010-05-18 Michael Albinus <michael.albinus@gmx.de>
10549
10550 Add visualization code for secrets.
10551 * net/secrets.el (secrets-mode): New major mode.
10552 (secrets-show-secrets, secrets-show-collections)
10553 (secrets-expand-collection, secrets-expand-item)
10554 (secrets-tree-widget-after-toggle-function)
10555 (secrets-tree-widget-show-password): New defuns.
10556
472e7ec1
SM
105572010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10558
224b70cb
SM
10559 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10560 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10561 handled in smie-next-sexp.
10562 (smie-indent-calculate): Provide a starting indentation (so the
10563 recursion is well-founded ;-).
10564
472e7ec1
SM
10565 Fix handling of non-associative equal levels.
10566 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10567 when it's not needed.
10568 (smie-op-left, smie-op-right): New functions.
10569 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10570 Better handle equal levels to distinguish the associative case from
10571 the "multi-keyword construct" case.
10572 (smie-backward-sexp, smie-forward-sexp): Use it.
10573
35e53abd
JB
105742010-05-18 Juanma Barranquero <lekktu@gmail.com>
10575
5d8fe0ba
JB
10576 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10577
35e53abd
JB
10578 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10579 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10580
5ad4bef5
SM
105812010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 Provide a simple generic indentation engine and use it for Prolog.
10584 * emacs-lisp/smie.el: New file.
10585 * progmodes/prolog.el (prolog-smie-op-levels)
10586 (prolog-smie-indent-rules): New var.
10587 (prolog-mode-variables): Use them to configure SMIE.
10588 (prolog-indent-line, prolog-indent-level): Remove.
10589
00681a3c
JB
105902010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10591
560bb7ae 10592 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10593 order before computing the averages.
10594
eba62f7a
JB
105952010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10596
597517ef 10597 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10598 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10599 (math-vector-avg): New function.
10600
560bb7ae 10601 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10602 being grouped depend on the radix (Bug#6189).
10603
8c5ff6dd
KR
106042010-05-15 Ken Raeburn <raeburn@raeburn.org>
10605
10606 * version.el (emacs-copyright, emacs-version): Don't define here,
10607 now that emacs.c defines it.
10608
98d8b17e
EZ
106092010-05-15 Eli Zaretskii <eliz@gnu.org>
10610
71078429
EZ
10611 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10612 "Describe Language Environment" menu item.
10613
ce6233c1
EZ
10614 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10615
d20e1419
EZ
10616 Bidi-sensitive movement with arrow keys.
10617 * subr.el (right-arrow-command, left-arrow-command): New functions.
10618
10619 * bindings.el (global-map): Bind them to right and left arrow keys.
10620
98d8b17e 10621 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10622 * files.el (convert-standard-filename):
10623 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10624 the corresponding systems.
10625
10626 * w32-fns.el (w32-convert-standard-filename): Rename from
10627 convert-standard-filename. Doc fix.
10628
10629 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10630 (convert-standard-filename): Don't defalias.
10631 (register-name-alist, make-register, register-value)
10632 (set-register-value, intdos): Obsolete aliases for the
10633 corresponding dos-* functions and variables.
10634 (dos-intdos): Add a doc string.
10635
ae6bc504
JB
106362010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10637
10638 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10639 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10640 (math-compose-tex-func):
10641 * calc/calccomp.el (math-compose-expr):
10642 * calc/calc-ext.el (math-format-flat-expr-fancy):
10643 * calc/calc-store.el (calc-read-var-name):
10644 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10645
10646 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10647 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10648 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10649 (math-standard-units): Add units.
ae6bc504 10650
c26ea4b2
SM
106512010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10652
7aefa445 10653 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10654 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10655
c26ea4b2
SM
10656 * pcomplete.el (pcomplete-completions-at-point): New function,
10657 extracted from pcomplete-std-complete.
10658 (pcomplete-std-complete): Use it.
10659
02be533b
GM
106602010-05-15 Glenn Morris <rgm@gnu.org>
10661
10662 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10663 Remove references to CVS, RCS and Old directories.
10664
78ed0efc
JB
106652010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10666
ae6bc504 10667 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10668 appropriate.
10669
10dcc561
SM
106702010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10671
5ccaa359
SM
10672 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10673 (sh-mode-syntax-table): Give it a default value instead.
10674 (sh-header-marker): Make buffer-local.
10675 (sh-mode): Move make-local-variable to the corresponding setq.
10676 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10677 Use complete-with-action.
10678
10dcc561
SM
10679 * simple.el (prog-mode): New (abstract) major mode.
10680 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10681 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10682
c38762fd
JB
106832010-05-14 Juanma Barranquero <lekktu@gmail.com>
10684
10685 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10686 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10687 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10688 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10689 (sql-escape-newlines-filter, sql-input-sender)
10690 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10691
2ef3c144
CY
106922010-05-13 Chong Yidong <cyd@stupidchicken.com>
10693
560bb7ae 10694 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10695
10696 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10697 latex-open-block and C-c / to latex-close-block.
10698
10699 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10700 and C-c C-e to sgml-close-tag.
10701
3b30ccda
MA
107022010-05-13 Michael Albinus <michael.albinus@gmx.de>
10703
10704 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10705 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10706 (tramp-handle-load, tramp-handle-file-local-copy)
10707 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10708 (tramp-maybe-send-script, tramp-find-shell):
10709 Use `with-progress-reporter'.
3b30ccda
MA
10710 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10711 Fix message text.
10712
10713 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10714 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10715 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10716 Use `with-progress-reporter'.
10717
57ff5d7b
AM
107182010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10719
a628ad9d
JB
10720 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10721 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10722
5a70d10f
SM
107232010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10724
791ffe1c
SM
10725 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10726
5a70d10f
SM
10727 * dos-fns.el: Add "dos-" prefix for namespace control.
10728 (convert-standard-filename): Define as alias for
10729 dos-convert-standard-filename but only if applicable.
10730
38d93f03
AM
107312010-05-12 Alan Mackenzie <acm@muc.de>
10732
10733 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10734 Push the mark at the start of these functions when appropriate.
10735
902a6d8d
SM
107362010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * minibuffer.el (completion-cycle-threshold): New custom var.
10739 (completion--do-completion): Use it.
10740 (minibuffer-complete): Use cycling if appropriate.
10741
9ee120ba
JB
107422010-05-11 Juanma Barranquero <lekktu@gmail.com>
10743
10744 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10745 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10746
841c4085
JL
107472010-05-11 Juri Linkov <juri@jurta.org>
10748
10749 * scroll-all.el (scroll-all-check-to-scroll):
10750 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10751
8a67c70e
SM
107522010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10753
f2b9ed18
SM
10754 * iimage.el (iimage-mode-map): Move initialization into declaration.
10755 (iimage-mode-buffer): Use with-silent-modifications.
10756 Simplify calling convention. Adjust callers.
10757 (iimage-mode): Don't run hook redundantly.
10758
8a67c70e
SM
10759 * minibuffer.el (completion-pcm--pattern->regex):
10760 Fix last change (bug#6160).
10761
4bbedd98
JL
107622010-05-10 Juri Linkov <juri@jurta.org>
10763
10764 Remove nodes visited during Isearch from the Info history.
10765 * info.el (Info-isearch-initial-history)
10766 (Info-isearch-initial-history-list): New variables.
10767 (Info-isearch-start): Record initial values of
10768 Info-isearch-initial-history and Info-isearch-initial-history-list.
10769 Add Info-isearch-end to isearch-mode-end-hook.
10770 (Info-isearch-end): New function.
10771
94ecf5da
MA
107722010-05-10 Michael Albinus <michael.albinus@gmx.de>
10773
10774 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10775 format string, in order to work around a bug in pdksh.
10776 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10777 (tramp-handle-verify-visited-file-modtime): Do not send a command
10778 when the connection is not established.
10779 (tramp-handle-set-file-times): Simplify the check for utc.
10780
c5eb971b
JB
107812010-05-10 Juanma Barranquero <lekktu@gmail.com>
10782
10783 Fix use of `filter-buffer-substring' (rework previous change).
10784 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10785 (cua-repeat-replace-region):
10786 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10787 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10788 (cua-cut-region-to-global-mark): Use it.
10789
7492acc9
MM
107902010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10791
77e2fc7a
JB
10792 * progmodes/sql.el: Version 2.1.
10793 (sql-product-alist): Redesign structure of product info.
10794 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10795 (sql-port, sql-port-history): New variables.
10796 (sql-interactive-product): New variable.
10797 (sql-send-terminator): New variable.
77e2fc7a 10798 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10799 (sql-oracle-login-params, sql-sqlite-login-params)
10800 (sql-mysql-login-params, sql-solid-login-params)
10801 (sql-sybase-login-params, sql-informix-login-params)
10802 (sql-ingres-login-params, sql-ms-login-params)
10803 (sql-postgres-login-params, sql-interbase-login-params)
10804 (sql-db2-login-params, sql-linter-login-params)
10805 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10806 (sql-mode-map): Add C-c C-i to start interactive mode.
10807 (sql-mode-menu): Update existing menu entries.
10808 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10809 (sql-mode-oracle-font-lock-keywords)
10810 (sql-mode-postgres-font-lock-keywords)
10811 (sql-mode-ms-font-lock-keywords)
10812 (sql-mode-sybase-font-lock-keywords)
10813 (sql-mode-informix-font-lock-keywords)
10814 (sql-mode-interbase-font-lock-keywords)
10815 (sql-mode-ingres-font-lock-keywords)
10816 (sql-mode-solid-font-lock-keywords)
10817 (sql-mode-mysql-font-lock-keywords)
10818 (sql-mode-sqlite-font-lock-keywords)
10819 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10820 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10821 reduce run-time complexity.
10822 (sql-add-product, sql-del-product): New functions.
10823 (sql-set-product-feature, sql-get-product-feature): New functions.
10824 (sql-product-font-lock): Update product API.
10825 (sql-add-product-keywords): New function.
10826 (sql-highlight-product): Update product API.
10827 (sql-help-list-products): New function.
10828 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10829 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10830 prompt for port.
10831 (sql-copy-column): Copy without properties.
10832 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10833 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10834 Implement as a filter.
7492acc9
MM
10835 (sql-escape-newlines-filter): Implement as a filter.
10836 (sql-remove-tabs-filter): New function.
10837 (sql-send-magic-terminator): New function.
10838 (sql-send-string): Implement magic terminator.
10839 (sql-send-region): Use `sql-send-string'.
10840 (sql-interactive-mode): Use product API.
10841 (sql-product-interactive): Use product API.
10842 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10843 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10844 (sql-db2, sql-linter): Use `sql-product-interactive'.
10845 (sql-connect): New function.
10846 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10847 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10848 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10849 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10850 Use `sql-connect'.
7492acc9 10851
79ccd68f
SM
108522010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10855 New custom variable.
10856 (completion-pcm--string->pattern): Use it.
10857 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10858 Make it handle any symbol as `any'.
10859 (completion-pcm--merge-completions): Extract common suffix for the new
10860 `prefix' symbol as well.
10861 (completion-substring--all-completions): Use the new `prefix' symbol.
10862
0d5852cf
MA
108632010-05-09 Michael Albinus <michael.albinus@gmx.de>
10864
10865 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10866 not bound.
10867 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10868 (tramp-compat-funcall): New defmacro.
10869 (tramp-compat-line-beginning-position)
10870 (tramp-compat-line-end-position)
10871 (tramp-compat-temporary-file-directory)
10872 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10873 (tramp-compat-copy-file, tramp-compat-copy-directory)
10874 (tramp-compat-delete-file, tramp-compat-delete-directory)
10875 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10876 * net/tramp.el (top, with-progress-reporter)
10877 (tramp-rfn-eshadow-setup-minibuffer)
10878 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10879 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10880 (tramp-completion-mode-p, tramp-check-for-regexp)
10881 (tramp-open-connection-setup-interactive-shell)
10882 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10883 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10884 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10885 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10886 (tramp-reporter-dump-variable, tramp-load-report-modules)
10887 (tramp-append-tramp-buffers)
10888 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10889
10890 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10891
f913fe7d
SM
108922010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10895 buffer-modtime. Adjust users.
10896
0235128c 108972010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10898
77e2fc7a 10899 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10900 car of each item, not the whole list (Bug#6083).
f034e176 10901
0235128c 109022010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10903
10904 * progmodes/js.el (js-mode): Make paragraph variables local before
10905 calling c-setup-paragraph-variables (Bug#6071).
10906
0235128c 109072010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10908
10909 * composite.el (compose-region, reference-point-alist): Fix typos
10910 in the doc strings.
10911
77e2fc7a 109122010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10913
10914 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10915 gnuplot's "set" command.
10916
0235128c 109172010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10918
10919 * abbrev.el (last-abbrev-text): Doc fix.
10920 (abbrev-prefix-mark): Don't escape parenthesis.
10921
0235128c 109222010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10923
10924 * composite.el (find-composition): Doc fix.
10925
0235128c 109262010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10927
10928 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10929 (sql-oracle-program, sql-sqlite-options)
10930 (sql-query-placeholders-and-send): Doc fixes.
10931 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10932 (sql-imenu-generic-expression, sql-buffer)
10933 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10934 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10935 (sql-mode-sybase-font-lock-keywords)
10936 (sql-mode-informix-font-lock-keywords)
10937 (sql-mode-interbase-font-lock-keywords)
10938 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10939 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10940 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10941 (sql-product-feature, sql-highlight-product)
10942 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10943 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10944 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10945 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10946 Fix typos in docstrings.
10947
0235128c 109482010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10949
10950 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10951 property instead of `invisible' and `after-string' (bug#5998).
10952
0235128c 109532010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
10954
10955 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10956
0235128c 109572010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
10958
10959 * filecache.el (file-cache-add-directory-list)
10960 (file-cache-add-directory-recursively): Fix typos in docstrings.
10961
0235128c 109622010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
10963
10964 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 10965 (gujarati-composable-pattern): Fix typo.
ece33a6e 10966
0235128c 109672010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
10968
10969 * language/indian.el (oriya-composable-pattern)
0235128c
SM
10970 (tamil-composable-pattern, malayalam-composable-pattern):
10971 Add two-part vowels to "v" (vowel sign).
771533aa 10972
0235128c 109732010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 10974
99833607
CY
10975 * files.el (copy-directory): Handle symlinks (Bug#5982).
10976
0235128c 109772010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
10978
10979 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10980 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10981 (Bug#5846).
10982
0235128c 109832010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 10984
0ca12598
GM
10985 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10986
d2c7b917
GM
10987 * minibuffer.el (completion-at-point): Doc fix.
10988
ba5bf5f0
SM
109892010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * electric.el (Electric-command-loop): Minor tweak.
10992
10993 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10994 better with dedicated windows.
10995
0235128c
SM
109962010-05-07 Chong Yidong <cyd@stupidchicken.com>
10997
10998 * Version 23.2 released.
10999
560bb7ae 110002010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11001 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11002
11003 Highlight vendor specific properties.
11004 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11005 (css-proprietary-property): New face.
11006 (css-font-lock-keywords): Use them.
11007
c0162ade
EZ
110082010-05-07 Eli Zaretskii <eliz@gnu.org>
11009
11010 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11011
f3ee9200
SM
110122010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11013
05623156
SM
11014 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11015 * files.el (auto-mode-alist): Remove redundant entries.
11016
f3ee9200
SM
11017 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11018 * simple.el (auto-save-mode): Move from files.el.
11019 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11020
560bb7ae 110212010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11022
76e3243a 11023 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11024
765d4319
KY
110252010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11026
11027 * mail/binhex.el (binhex-decode-region-internal)
11028 * mail/uudecode.el (uudecode-decode-region-internal)
11029 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11030 (dns-read-type, dns-query)
11031 * pgg-parse.el (pgg-parse-armor)
11032 * pgg.el (pgg-verify-region)
11033 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11034 XEmacs.
11035
86d21cc0 11036 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11037
f83483ff
JB
110382010-05-07 Juanma Barranquero <lekktu@gmail.com>
11039
40ab7974
JB
11040 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11041
f83483ff
JB
11042 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11043 * emulation/cua-base.el (cua-repeat-replace-region):
11044 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11045 (cua-cut-region-to-global-mark):
11046 Remove text properties with `set-text-properties'.
11047
9566840f
MA
110482010-05-06 Michael Albinus <michael.albinus@gmx.de>
11049
f3ee9200
SM
11050 * net/tramp.el (top, with-progress-reporter):
11051 Use `symbol-function' inside `funcall'.
9566840f
MA
11052
11053 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11054 (tramp-compat-delete-file, tramp-compat-delete-directory):
11055 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11056
11057 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11058 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11059 inside `funcall'.
11060
0c495c21
SM
110612010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11062
1493963b
SM
11063 * minibuffer.el (completion--sreverse, completion--common-suffix):
11064 New functions.
11065 (completion-pcm--merge-completions): Extract common suffix when safe.
11066
0c495c21
SM
11067 * emacs-lisp/easy-mmode.el (define-minor-mode):
11068 Make :variable more flexible.
11069 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11070
221a0647
JL
110712010-05-05 Juri Linkov <juri@jurta.org>
11072
11073 Add `slow' and `history' tags to the desktop data.
11074
11075 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11076 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11077 (Info-finder-find-node): Require `finder.el' to be able
11078 to restore node from the desktop.
11079 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11080 data `Info-history' and `slow' tag in the assoc list.
11081 (Info-restore-desktop-buffer): Don't restore nodes with the
11082 `slow' tag. Restore `Info-history'.
11083
66bdc868
MA
110842010-05-05 Michael Albinus <michael.albinus@gmx.de>
11085
11086 Add FORCE argument to `delete-file'.
11087
11088 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11089 forcing to delete the temporary file.
11090 (ange-ftp-delete-file): Add FORCE arg.
11091 (ange-ftp-rename-remote-to-remote)
11092 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11093 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11094 Force file deletion.
66bdc868
MA
11095
11096 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11097
11098 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11099 (tramp-handle-make-symbolic-link, tramp-handle-load)
11100 (tramp-do-copy-or-rename-file-via-buffer)
11101 (tramp-do-copy-or-rename-file-directly)
11102 (tramp-do-copy-or-rename-file-out-of-band)
11103 (tramp-handle-process-file, tramp-handle-call-process-region)
11104 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11105 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11106 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11107
11108 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11109 (tramp-fish-handle-make-symbolic-link)
11110 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11111
0c495c21
SM
11112 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11113 Use `tramp-compat-delete-file'.
66bdc868
MA
11114
11115 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11116 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11117
11118 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11119 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11120
11121 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11122 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11123 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11124 Use `tramp-compat-delete-file'.
66bdc868 11125
f44379e7
SM
111262010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11127
365f8d85
SM
11128 Minor cleanups.
11129 * subr.el (add-minor-mode): Use push.
11130 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11131 * emulation/edt.el (edt-select-mode): Simplify.
11132
80ac5d4d
SM
11133 Use define-minor-mode in more cases.
11134 * term/tvi970.el (tvi970-set-keypad-mode):
11135 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11136 (normal-erase-is-backspace-mode):
11137 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11138 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11139 (get-scroll-bar-mode): New function.
11140 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11141
11142 Use define-minor-mode for less obvious cases.
f44379e7
SM
11143 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11144 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11145 * international/iso-ascii.el (iso-ascii-mode):
11146 * frame.el (auto-raise-mode, auto-lower-mode):
11147 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11148
c04b03f8
MA
111492010-05-04 Michael Albinus <michael.albinus@gmx.de>
11150
11151 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11152 in order to see error messages for failed logins.
11153
53967e09
CY
111542010-05-03 Chong Yidong <cyd@stupidchicken.com>
11155
11156 * diff.el (diff-sentinel):
11157
11158 * epg.el (epg--make-temp-file, epg-decrypt-string)
11159 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11160
11161 * jka-compr.el (jka-compr-partial-uncompress)
11162 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11163
11164 * server.el (server-sentinel): Use delete-file's new FORCE arg
11165 (Bug#6070).
11166
56eb0904
SM
111672010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11168
11169 Use define-minor-mode where applicable.
11170 * view.el (view-mode):
11171 * type-break.el (type-break-query-mode)
11172 (type-break-mode-line-message-mode):
11173 * textmodes/reftex.el (reftex-mode):
11174 * term/vt100.el (vt100-wide-mode):
11175 * tar-mode.el (tar-subfile-mode):
11176 * savehist.el (savehist-mode):
11177 * ibuf-ext.el (ibuffer-auto-mode):
11178 * composite.el (auto-composition-mode):
11179 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11180 Use define-minor-mode.
11181 (vhdl-mode): Use static mode-line format.
11182 (vhdl-mode-line-update): Delete.
11183 (vhdl-create-mode-menu, vhdl-activate-customizations)
11184 (vhdl-hs-minor-mode): Don't bother calling it.
11185
672eb710
SM
111862010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11187
8f92b8ad
SM
11188 * simple.el (with-wrapper-hook): Move.
11189 (buffer-substring-filters): Mark obsolete.
11190 (filter-buffer-substring-functions): New variable.
1fada563 11191 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11192
c04b03f8 111932010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11194 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11195
11196 Implement compression for inline methods.
11197
11198 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11199 (tramp-copy-size-limit): Allow also nil.
11200 (tramp-inline-compress-commands): New defconst.
11201 (tramp-find-inline-compress, tramp-get-inline-compress)
11202 (tramp-get-inline-coding): New defuns.
cb7f3653 11203 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11204 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11205 (tramp-handle-file-local-copy, tramp-handle-write-region)
11206 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11207
8c0bf8b3
SM
112082010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11209
07125a91
SM
11210 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11211 Remove unused functions.
11212
f3a47002
SM
11213 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11214 Set find-tag-default-function as a variable rather than a property.
11215
8c0bf8b3
SM
11216 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11217 * progmodes/etags.el (tags-completion-at-point-function):
11218 Remove left over interactive spec. Add autoloading stub.
11219 (complete-tag): Use tags-completion-at-point-function.
11220
27601456
CY
112212010-04-30 Chong Yidong <cyd@stupidchicken.com>
11222
cb7f3653 11223 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11224
09d0284d
CY
112252010-04-29 Chong Yidong <cyd@stupidchicken.com>
11226
27d3cd56
CY
11227 * ido.el (ido-init-completion-maps): Remove C-v binding.
11228 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11229
3a07ffce
CY
112302010-04-29 Chong Yidong <cyd@stupidchicken.com>
11231
11232 * minibuffer.el (tags-completion-at-point-function): New function.
11233 (completion-at-point-functions): Use it.
11234
3a07ffce
CY
11235 * progmodes/etags.el (complete-tag): Revert last change.
11236
3d14bb73
AM
112372010-04-29 Alan Mackenzie <acm@muc.de>
11238
11239 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11240 off-by-one error (in end of macro position).
11241
7d353d11
SM
112422010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11245 firefox is absent. Don't autoload.
11246 (browse-url-galeon-program): Don't autoload.
11247
48111a85
CY
112482010-04-28 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * bindings.el (complete-symbol): Move into minibuffer.el.
11251
11252 * minibuffer.el (complete-tag): Move from etags.el. If tags
11253 completion cannot be performed, return nil instead of signalling
11254 an error.
11255 (completion-at-point): Make it an alias for complete-symbol.
11256 (complete-symbol): Move from bindings.el, and replace with the
11257 body of completion-at-point.
11258
11259 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11260
7ba94701
MA
112612010-04-28 Michael Albinus <michael.albinus@gmx.de>
11262
11263 * net/tramp.el (tramp-remote-selinux-p): New defun.
11264 (tramp-handle-file-selinux-context)
11265 (tramp-handle-set-file-selinux-context): Use it.
11266
95c6cc3e
SS
112672010-04-28 Sam Steingold <sds@gnu.org>
11268
11269 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11270 `safe-local-variable' if the value is a string or a symbol with
11271 the property `bug-reference-url-format'.
11272
36045ff3
CY
112732010-04-28 Chong Yidong <cyd@stupidchicken.com>
11274
537ffaf3
SM
11275 * progmodes/bug-reference.el (bug-reference-url-format):
11276 Revert 2010-04-27 change due to security risk.
36045ff3 11277
56924d99
SM
112782010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 Make it possible to locally disable a globally enabled mode.
11281 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11282 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11283 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11284 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11285 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11286 that subsequent hooks get a chance to disable it.
11287
ccaa4765
SM
112882010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11289
17818d71
SM
11290 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11291 Avoid re-enabling a minor mode after the user turned the minor mode
11292 off if MODE-enable-in-buffers is run twice (typically once from
11293 fundamental-mode's after-change-major-mode-hook and a second time from
11294 run-mode-hook's own after-change-major-mode-hook).
11295
ccaa4765
SM
11296 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11297
2a6f654e
SS
112982010-04-27 Sam Steingold <sds@gnu.org>
11299
11300 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11301 `safe-local-variable' if the value is a string or a function, as
11302 documented and implemented on 2010-04-02.
11303
cecaa674
JB
113042010-04-27 Juanma Barranquero <lekktu@gmail.com>
11305
11306 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11307 when method is 'kill.
11308
113092010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11310
a628ad9d
JB
11311 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11312 condition in default directory check.
01c35094 11313 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11314 Kill ispell process when killing its associated buffer.
11315
7dd7fbb9
JD
113162010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11317
11318 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11319 but we aren't using it.
11320
7ac82b84
J
113212010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11322
11323 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11324 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11325
fea1add4
GM
113262010-04-24 Glenn Morris <rgm@gnu.org>
11327
11328 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11329 Ignore VCS-ignore files, and deleted nextstep preferences files.
11330 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11331 (authors-ambiguous-files): New list.
11332 (authors-valid-file-names): Add some deleted files.
11333 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11334 (authors-disambiguate-file-name): New function. (Bug#5501)
11335 (authors-canonical-file-name): Doc fix.
11336 Don't warn about obsolete files.
11337 (authors-canonical-file-name, authors-scan-el):
11338 Use authors-disambiguate-file-name.
11339
cbcfee6e
GM
11340 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11341 Add autoload cookies.
11342 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11343 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11344 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11345 They have definitions / compiler macros in cl.el.
11346 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11347 Replace manual autoloads with generated ones.
11348 (htmlfontify-unload-rgb-file): Remove autoload.
11349 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11350
3b548e1b
SM
113512010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11352
9ae0c310
SM
11353 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11354 (byte-compile-setq-default): Optimize for the
11355 single-var case and don't call byte-compile-form in this case to avoid
11356 inf-loop with byte-compile-set-default.
11357
3b548e1b
SM
11358 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11359
632c5478
MA
113602010-04-23 Michael Albinus <michael.albinus@gmx.de>
11361
11362 Implement SELINUX backends.
11363
3b548e1b
SM
11364 * net/tramp.el (tramp-file-name-handler-alist):
11365 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11366 (tramp-handle-file-selinux-context)
11367 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11368 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11369 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11370
3b548e1b
SM
11371 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11372 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11373 (tramp-gvfs-handle-file-selinux-context)
11374 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11375 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11376
11377 * net/ange-ftp.el (ange-ftp-copy-file):
11378 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11379 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11380 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11381 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11382
a94d821f
MA
113832010-04-22 Michael Albinus <michael.albinus@gmx.de>
11384
11385 Synchronize with Tramp repository.
11386
11387 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11388 (tramp-action-process-alive, tramp-action-out-of-band)
11389 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11390 (tramp-exists-file-name-handler): Fix docstring.
11391 (with-progress-reporter): New defmacro.
11392 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11393 (tramp-maybe-open-connection): Use it.
11394
a92375d9
MA
113952010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11396
11397 Detect ssh 'ControlMaster' argument automatically in some cases.
11398
11399 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11400 (tramp-default-method): Use it.
11401
489fe4c2
MA
114022010-04-22 Michael Albinus <michael.albinus@gmx.de>
11403
25f14cdb
MA
11404 * net/tramp.el (tramp-handle-copy-file): Add new optional
11405 parameter `preserve-selinux-context'.
11406 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11407
a92375d9
MA
114082010-04-22 Michael Albinus <michael.albinus@gmx.de>
11409
489fe4c2
MA
11410 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11411 Ensure, that non remote files are still checked. Oops.
11412
acd1f317
MA
114132010-04-21 Michael Albinus <michael.albinus@gmx.de>
11414
11415 Fix Bug#5840.
11416
11417 * icomplete.el (icomplete-completions): Use `non-essential'.
11418
11419 * net/tramp.el (tramp-connectable-p): New defun.
11420 (tramp-handle-expand-file-name)
11421 (tramp-completion-handle-file-name-all-completions)
11422 (tramp-completion-handle-file-name-completion): Use it.
11423
62c5b459
SM
114242010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11425
11426 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11427
f904c0f9
JD
114282010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11429
11430 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11431
11432 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11433
11434 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11435 is present.
11436
11437 * info.el (info-tool-bar-map): Add labels.
11438
11439 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11440
11441 * cus-edit.el (custom-commands): Add labels for tool bar.
11442 (custom-buffer-create-internal, Custom-mode): Adjust for
11443 labels in custom-commands.
11444
11445 * dynamic-setting.el: Renamed from font-setting.el.
11446
c5cbeb12
LL
114472010-04-21 John Wiegley <jwiegley@gmail.com>
11448
11449 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11450 toggles the use of virtual buffers.
537ffaf3 11451 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11452 (ido-toggle-virtual-buffers): New function.
11453
fcc93746
JB
114542010-04-21 Juanma Barranquero <lekktu@gmail.com>
11455
11456 Use `define-derived-mode'; fix window selection; doc fixes.
11457 * play/tetris.el (tetris, tetris-update-speed-function)
11458 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11459 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11460 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11461 (tetris-pause-game): Fix typos in docstrings.
11462 (tetris-mode-map, tetris-null-map):
11463 Move initialization into declaration.
11464 (tetris-mode): Define with `define-derived-mode';
11465 set show-trailing-whitespace to nil.
11466 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11467
574c05e2
KK
114682010-04-21 Karel Klíč <kklic@redhat.com>
11469
11470 * files.el (backup-buffer): Handle SELinux context, and return it
11471 if a backup was made by renaming.
11472 (backup-buffer-copy): Set SELinux context to the target file.
11473 (basic-save-buffer): Set SELinux context of the newly written file.
11474 (basic-save-buffer-1): Now it also returns any SELinux context.
11475 (basic-save-buffer-2): Set SELinux context of the newly created file,
11476 and return it.
11477 * net/tramp.el (tramp-file-name-for-operation):
11478 Add file-selinux-context.
11479
e97a42c1
SM
114802010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11481
f2b9ed18
SM
11482 Make the log-edit comments use RFC822 format throughout.
11483
e97a42c1
SM
11484 * vc.el (vc-checkin, vc-modify-change-comment):
11485 Adjust to new vc-start/finish-logentry.
11486 (vc-find-conflicted-file): New command.
11487 (vc-transfer-file): Adjust to new vc-checkin.
11488 (vc-next-action): Improve scoping.
11489
11490 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11491 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11492
11493 * vc-git.el (vc-git-log-edit-mode): Remove.
11494 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11495 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11496
11497 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11498 (vc-start-logentry): Remove argument `extra'.
11499 (vc-finish-logentry): Remove extra args.
11500
11501 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11502 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11503 (vc-bzr-conflicted-files): New function.
11504
11505 * log-edit.el (log-edit-extra-flags)
11506 (log-edit-before-checkin-process): Remove.
11507 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11508 (log-edit-headers-alist): New var.
11509 (log-edit-header-contents-regexp): New const.
11510 (log-edit-match-to-eoh): New function.
11511 (log-edit-font-lock-keywords): Use them.
11512 (log-edit): Insert a "Summary:" header as default.
11513 (log-edit-mode): Mark font-lock rules as case-insensitive.
11514 (log-edit-done): Cleanup headers.
11515 (log-view-process-buffer): Remove.
11516 (log-edit-extract-headers): New function to replace it.
11517
938efb77
JB
115182010-04-20 Juanma Barranquero <lekktu@gmail.com>
11519
11520 * subr.el (default-direction-reversed): Remove obsolescence info.
11521
1cfb415b
SM
115222010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11523
cb4f9513
SM
11524 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11525 windows/frames.
11526
6e610c72
SM
11527 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11528 I.e. include text after point in the completion region.
11529 Also, return nil when we're not after/in a symbol.
11530
1cfb415b
SM
11531 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11532 default enable-multibyte-characters.
11533
c80fa13c
SM
115342010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11535
87926e02
SM
11536 * international/mule.el: Help the user choose a valid coding-system.
11537 (read-buffer-file-coding-system): New function.
11538 (set-buffer-file-coding-system): Use it. Prompt the user if the
11539 coding-system cannot encode all the chars.
11540
c80fa13c
SM
11541 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11542 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11543 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11544 Don't use *vc-bzr-shelve*.
11545
6e104790 115462010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11547
11548 Fix the version number for added files.
11549 * vc-hg.el (vc-hg-working-revision): Check if the file is
11550 registered after hg parent fails (Bug#5961).
11551
6e104790 115522010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11553
11554 * htmlfontify.el (htmlfontify-buffer)
11555 (htmlfontify-copy-and-link-dir): Autoload entry points.
11556
6e104790 115572010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11558
11559 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11560 name relative to the project root (Bug#5960).
11561
6e104790 115622010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11563
11564 * vc-git.el (vc-git-print-log): Doc fix.
11565
6e104790 115662010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11567
11568 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11569
53cfe624 115702010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11571
11572 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11573 default settings (Bug#5928).
11574
6e104790 115752010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11576
11577 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11578 New function.
0a23b2c3 11579 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11580
6e104790 115812010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11582
11583 * language/indian.el (malayalam-composable-pattern): Fix previous
11584 change (add U+0D4D "SIGN VIRAMA").
11585 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11586 (tamil-composable-pattern): Fix typo in the regexp.
11587 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11588 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11589 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11590
6e104790 115912010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11592
11593 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11594 paragraph-separate (Bug#5821).
11595
6e104790 115962010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11597
11598 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11599
11600 * info.el (Info-find-node-2): Comment out code that skips
11601 breadcrumbs line.
11602 (Info-mouse-follow-link): New command.
11603 (Info-link-keymap): New keymap.
11604 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11605 Return a string with links instead of inserting breadcrumbs
11606 to the Info buffer.
11607 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11608 Instead of putting the `invisible' text property over the Info
11609 header, make an overlay over the Info header with the `invisible'
11610 property and `after-string' set to the string returned by
11611 `Info-breadcrumbs'.
11612
6e104790 116132010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11614
11615 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11616 Reported by monkey@sandpframing.com.
11617
98923800
SM
116182010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11619
b5feea0f
SM
11620 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11621 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11622 available in the "keyseq cache" any more.
11623
98923800
SM
11624 * custom.el (defcustom): Add edebug spec.
11625
fd5c9dfa
JL
116262010-04-18 Juri Linkov <juri@jurta.org>
11627
11628 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11629
11630 * view.el (view-file, view-buffer): Move test for special mode-class
11631 from view-file to view-buffer.
11632
11633 * tar-mode.el (tar-extract): Turn if's into one cond
11634 like in arc-mode.el.
11635
b3671a51
JL
116362010-04-18 Juri Linkov <juri@jurta.org>
11637
11638 Add 7z archive format support (bug#5475).
11639
11640 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11641 (archive-7z-extract): New defcustom.
11642 (archive-find-type): Add magic string for 7z.
11643 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11644 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11645 `buffer' arg of `call-process'.
11646 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11647 call the function `archive-7z-extract' with the variable
11648 `archive-7z-extract' let-bound to `archive-zip-extract'.
11649 (archive-7z-summarize, archive-7z-extract): New functions.
11650
11651 * international/mule.el (auto-coding-alist):
11652 * files.el (auto-mode-alist): Add 7z file extension.
11653
8a37fb25
SM
116542010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11655
e9515805
SM
11656 * loadup.el: Setup hash-cons for pure data.
11657
f8ea0098
SM
11658 Fix duplicate entries in cedet's loaddefs.el files.
11659 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11660 Should make most file-local generated-autoload-file unnecessary.
11661 (print-readably): Silence warnings.
11662 (autoload-find-destination): Take load-name as an arg to make sure
11663 it's the same as the one that will be in the file.
11664 (autoload-generate-file-autoloads): Adjust to above changes.
11665 Try to make the dataflow a bit simpler.
11666
8a37fb25
SM
11667 * cvs-status.el (cvs-refontify): Remove unused.
11668
f8b91752
JB
116692010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11670
76e3243a 11671 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11672
76e3243a 11673 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11674 twos-complement mode.
11675
d8b01fef
JB
116762010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11677
76e3243a
JB
11678 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11679 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11680 (calc-inverse): Add "Option" to message, as appropriate.
11681 (calc-hyperbolic): Add "Option" to message, as appropriate.
11682 (calc-option, calc-is-option): New functions.
11683
76e3243a 11684 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11685 (calc-option-prefix-help): New function.
11686
76e3243a 11687 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11688
76e3243a 11689 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11690 (calc-option-flag): New variable.
11691 (calc-do): Set `calc-option-flag to nil.
11692 (calc-set-mode-line): Add "Opt " as appropriate.
11693
74f806a1
JL
116942010-04-16 Juri Linkov <juri@jurta.org>
11695
11696 Move scrolling commands from simple.el to window.el
11697 because their primitives are implemented in window.c.
11698
11699 * simple.el (scroll-error-top-bottom)
11700 (scroll-up-command, scroll-down-command, scroll-up-line)
11701 (scroll-down-line, scroll-other-window-down)
11702 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11703 * window.el (scroll-error-top-bottom)
11704 (scroll-up-command, scroll-down-command, scroll-up-line)
11705 (scroll-down-line, scroll-other-window-down)
11706 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11707 Move from simple.el to window.el because their primitives are
11708 implemented in window.c.
11709
ad40eec5
JL
117102010-04-16 Juri Linkov <juri@jurta.org>
11711
11712 * isearch.el (isearch-lookup-scroll-key): Check both
11713 `isearch-scroll' and `scroll-command' properties.
11714 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11715
11716 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11717
11718 * simple.el (scroll-up-command, scroll-down-command)
11719 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11720
a4b000fb
JL
117212010-04-15 Juri Linkov <juri@jurta.org>
11722
11723 * simple.el (scroll-up-command, scroll-down-command)
11724 (scroll-up-line, scroll-down-line): Put `scroll-command'
11725 property on the these symbols. Remove them from
11726 `scroll-preserve-screen-position-commands'.
11727
11728 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11729 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11730 Remove it from `scroll-preserve-screen-position-commands'.
11731
11732 * isearch.el (isearch-allow-scroll): Doc fix.
11733
4874f5e6
MA
117342010-04-15 Michael Albinus <michael.albinus@gmx.de>
11735
11736 * net/tramp.el (tramp-error-with-buffer): Don't show the
11737 connection buffer when we are in completion mode.
11738 (tramp-file-name-handler): Catch the error for some operations
11739 when we are in completion mode. This gives the user the chance to
11740 correct the file name in the minibuffer.
11741
82883f0a
GM
117422010-04-15 Glenn Morris <rgm@gnu.org>
11743
11744 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11745
528b9ea9
JB
117462010-04-15 Juanma Barranquero <lekktu@gmail.com>
11747
11748 Simplify by using `define-derived-mode'.
11749 * info.el (Info-mode):
11750 * calendar/todo-mode.el (todo-mode):
11751 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11752 (gomoku-mode-map): Move initialization into declaration.
11753
5f2b693f
MA
117542010-04-14 Michael Albinus <michael.albinus@gmx.de>
11755
11756 Fix Bug#5840.
11757 * ido.el (ido-file-name-all-completions-1):
11758 * minibuffer.el (minibuffer-completion-help):
11759 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11760
ebb9641f
SM
117612010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11762
38111a5a
SM
11763 * simple.el (non-essential): New var.
11764
ebb9641f
SM
11765 Add a new field `location' to bookmarks for non-file bookmarks.
11766 * bookmark.el (bookmark-location): Use the new field, if present.
11767 (bookmark-insert-location): Undo last change, not needed any more.
11768 * man.el (Man-bookmark-make-record):
11769 * woman.el (woman-bookmark-make-record): Add `location' field.
11770
7b05466f
JL
117712010-04-14 Juri Linkov <juri@jurta.org>
11772
11773 * simple.el (scroll-error-top-bottom): New defcustom.
11774 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11775
11776 * emulation/pc-select.el (pc-select-override-scroll-error):
11777 Obsolete in favor of `scroll-error-top-bottom'.
11778
32129746
JL
117792010-04-14 Juri Linkov <juri@jurta.org>
11780
11781 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11782 `scroll-up-command' and `M-v' to `scroll-down-command'.
11783
11784 * emulation/cua-rect.el (cua--init-rectangles):
11785 * forms.el (forms--change-commands):
11786 * image-mode.el (image-mode-map):
11787 Remap scroll-down-command and scroll-up-command
11788 in addition to scroll-down and scroll-up.
11789
9013a7f8
JL
117902010-04-14 Juri Linkov <juri@jurta.org>
11791
11792 * mwheel.el (scroll-preserve-screen-position-commands):
11793 Add mwheel-scroll to this list of commands.
11794
11795 * simple.el (scroll-preserve-screen-position-commands):
11796 Add scroll-up-command, scroll-down-command, scroll-up-line,
11797 scroll-down-line to this list of commands.
11798
3b7e1d5f
SM
117992010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11800
c1e25821
SM
11801 * obsolete/complete.el: Move from lisp/complete.el.
11802
5b31b787
SM
11803 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11804
3b7e1d5f
SM
11805 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11806 to the minor mode function now turns the mode ON unconditionally.
11807
398a825b
SM
118082010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11809
a544e7c1
SM
11810 * vc-dir.el (vc-dir-kill-line): New command.
11811 (vc-dir-mode-map): Bind it to C-k.
11812
a1979d8e
SM
11813 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11814
398a825b
SM
11815 * woman.el: Add bookmark declarations to silence the compiler.
11816 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11817 step to compatibility between man and woman bookmarks.
11818 Adjust for Man-default-bookmark-title renaming.
11819 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11820
11821 * man.el: Add bookmark declarations to silence the compiler.
11822 (Man-name-local-regexp): Make it match NAME as well.
11823 (Man-getpage-in-background): Return the buffer.
11824 (Man-notify-when-ready): Use `case'.
11825 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11826 Don't hardcode "NAME". Simplify.
11827 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11828 Rename from Man-bookmark-make-record.
11829 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11830 we have the actual man-args. Use Man-getpage-in-background rather
11831 than `man' since the arg is already processed. Let bookmark.el do the
11832 window handling. Only wait for the relevant process.
11833 Don't forget to autoload.
11834
11835 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11836
45be326a
TV
118372010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11838
11839 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11840 New functions.
11841 (woman-mode): Setup bookmark support.
11842
11843 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11844 (man-bookmark-jump): New functions.
11845 (Man-mode): Setup bookmark support.
11846
3acb4c93
CY
118472010-04-10 Jari Aalto <jari.aalto@cante.net>
11848
11849 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11850 recognize ssh-keygen prompt (Bug#2817).
11851
b6bbb65e
MA
118522010-04-10 Michael Albinus <michael.albinus@gmx.de>
11853
11854 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11855
b533bc97
MA
118562010-04-10 Michael Albinus <michael.albinus@gmx.de>
11857
11858 Synchronize with Tramp repository.
11859
11860 * net/tramp.el (tramp-completion-function-alist)
11861 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11862 (tramp-local-coding-commands, tramp-remote-coding-commands):
11863 Fix docstring.
11864 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11865 (tramp-handle-directory-files-and-attributes)
11866 (tramp-get-remote-path): Use `copy-tree'.
11867 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11868 compatibility: Use `completion-ignore-case' if
11869 `read-file-name-completion-ignore-case' does not exist.
11870 (tramp-do-copy-or-rename-file-directly): Do not use
11871 `tramp-handle-file-remote-p'.
45be326a
TV
11872 (tramp-do-copy-or-rename-file-out-of-band):
11873 Use `tramp-compat-delete-directory'.
b533bc97 11874 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11875 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11876 Use `format-spec-make'.
b533bc97
MA
11877 (tramp-find-foreign-file-name-handler)
11878 (tramp-advice-make-auto-save-file-name)
11879 (tramp-set-auto-save-file-modes): Remove superfluous check for
11880 `stringp'. This is done inside `tramp-tramp-file-p'.
11881 (tramp-debug-outline-regexp): New defconst.
11882 (tramp-get-debug-buffer): Use it.
11883 (tramp-check-for-regexp): Use (forward-line 1).
11884 (tramp-set-auto-save-file-modes): Adapt version check.
11885
45be326a
TV
11886 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11887 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11888 (tramp-compat-make-temp-file): Simplify fallback implementation.
11889 (tramp-compat-copy-tree): Remove function.
11890 (tramp-compat-delete-directory): Provide implementation for older
11891 Emacsen.
11892
11893 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11894 Do not use `tramp-fish-handle-file-attributes.
11895
11896 * net/trampver.el: Update release number.
11897
ba33df00
GM
118982010-04-10 Glenn Morris <rgm@gnu.org>
11899
11900 * progmodes/compile.el (compilation-save-buffers-predicate):
11901 Add missing :version tag.
11902
4a8ae76f
SS
119032010-04-09 Sam Steingold <sds@gnu.org>
11904
11905 * progmodes/compile.el (compilation-save-buffers-predicate):
11906 Remove the "autoload" cookie.
11907
0880716f
SS
11908 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11909 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11910 and `bug-reference-prog-mode' can be used in hooks directly.
11911
6aebd58c
DN
119122010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11913
11914 Add --author support to git commit.
11915 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11916 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11917 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11918 New declarations.
6aebd58c 11919
f6d90772
ER
119202010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11921
11922 * vc-hooks.el, vc-git.el: Improve documentation comments.
11923
e754e83b
SM
119242010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 Fix some of the problems in defsubst* (bug#5728).
11927 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11928 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11929
9e86ab0b
SS
119302010-04-07 Sam Steingold <sds@gnu.org>
11931
e754e83b
SM
11932 * progmodes/compile.el (compilation-save-buffers-predicate):
11933 New custom variable.
9e86ab0b
SS
11934 (compile, recompile): Pass it to `save-some-buffers'.
11935
b0c8b840
JD
119362010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11937
11938 * wid-edit.el (widget-choose): Move cursor to the second line of
11939 the buffer (Bug#5695).
11940
31527c56
DN
119412010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11942
11943 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11944 * vc.el (vc-print-log-setup-buttons): New function split out from
11945 vc-print-log-internal.
11946 (vc-log-internal-common): New function, a parametrized version of
11947 vc-print-log-internal.
11948 (vc-print-log-internal): Just call vc-log-internal-common with the
11949 right arguments.
11950 (vc-incoming-outgoing-internal):
11951 (vc-log-incoming, vc-log-outgoing): New functions.
11952 (vc-log-view-type): New permanent local variable.
11953
11954 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11955
11956 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11957 of the dynamic bound vc-short-log.
11958 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11959
11960 * vc-git.el (vc-git-log-outgoing): New function.
11961 (vc-git-log-view-mode): Use vc-log-view-type instead
11962 of the dynamic bound vc-short-log.
11963
11964 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11965 of the dynamic bound vc-short-log. Highlight the tag.
11966 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11967 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11968 (vc-hg-incoming-mode): Remove.
11969 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11970
7ec69e2b
DN
119712010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11972
11973 Fix default-directory for vc-root-diff.
11974 * vc.el (vc-root-diff): Bind default-directory to the root
11975 directory for the diff command.
11976
fd9ea9d3
WS
119772010-04-07 Michael McNamara <mac@mail.brushroad.com>
11978
6e104790 11979 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
11980 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11981 word keywords, suggested by Steve Pearlmutter.
6e104790 11982 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 11983 port lists.
6e104790 11984 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 11985 fix bug for /* / comments.
6e104790 11986 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 11987 Speed up and simplfy as this is never called with a bound.
6e104790
SM
11988 (verilog-pretty-declarations): Enhance to line up declarations
11989 inside a parameter list, suggested by Alan Morgan.
11990 (verilog-pretty-expr): Tune assignment regular expression match
11991 string for corner cases; also use markers instead of character
11992 number as indent changes the later.
fd9ea9d3
WS
11993
119942010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11995
6e104790
SM
11996 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11997 as missing keyword.
11998 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11999 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12000 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12001 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12002 Tennant.
12003 (verilog-keywords):
fd9ea9d3
WS
12004 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12005 1800-2009 keywords, including "global.".
12006
2a07afc5
JW
120072010-04-06 John Wiegley <jwiegley@gmail.com>
12008
8b32731a 12009 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12010 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12011 file basename). Should use uniquify to offer a real solution.
2a07afc5 12012
f9a27d86
JW
120132010-04-06 John Wiegley <jwiegley@gmail.com>
12014
8b32731a
JB
12015 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12016 comment to code, and add a :version tag.
12017 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12018
9caf8a8f
JB
120192010-04-06 Juanma Barranquero <lekktu@gmail.com>
12020
12021 Enable recentf-mode if using virtual buffers.
12022 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12023 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12024 (ido-make-buffer-list): Simplify.
12025 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12026
5a97d2da
JL
120272010-04-05 Juri Linkov <juri@jurta.org>
12028
12029 Scrolling commands which scroll a line instead of full screen.
12030 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12031
12032 * simple.el (scroll-up-line, scroll-down-line): New commands.
12033 Put property isearch-scroll=t on them.
12034
12035 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12036 Remove commands.
12037
79ce172a
JL
120382010-04-05 Juri Linkov <juri@jurta.org>
12039
8b32731a 12040 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12041 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12042
12043 * simple.el (scroll-up-command, scroll-down-command): New commands.
12044 Put property isearch-scroll=t on them.
12045
12046 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12047 `scroll-down-command' and [next] from `scroll-up' to
12048 `scroll-up-command'.
12049
12050 * emulation/cua-base.el: Put property CUA=move on
12051 `scroll-up-command' and `scroll-down-command'.
12052 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12053 and `scroll-down-command' to `cua-scroll-down'.
12054
309d5b43
JB
120552010-04-05 Juanma Barranquero <lekktu@gmail.com>
12056
6460e534 12057 * help.el (describe-mode): Return nil.
309d5b43 12058
0523d117
JW
120592010-04-04 John Wiegley <jwiegley@gmail.com>
12060
12061 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12062 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12063 (ido-virtual): Face used to indicate virtual buffers in the list.
12064 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12065 exists, but a virtual buffer of that name does (which would be why
12066 it was in the list), recreate the buffer by reopening the file.
12067 (ido-make-buffer-list): If virtual buffers are being used, call
12068 `ido-add-virtual-buffers-to-list' before the make list hook.
12069 (ido-virtual-buffers): New variable which contains a copy of the
12070 current contents of the `recentf-list', albeit pared down for the
12071 sake of speed, and with proper faces applied.
12072 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12073 create a list of "virtual buffers" to present to the user in
12074 addition to the currently open set. Note that this logic could
12075 get rather slow if that list is too large. With the default
12076 `recentf-max-saved-items' of 200, there is little speed penalty.
12077
202ff0d6
SM
120782010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * font-lock.el: Require CL when compiling.
12081 (font-lock-turn-on-thing-lock): Use `case'.
12082
ef43a0f4
EZ
120832010-04-03 Eli Zaretskii <eliz@gnu.org>
12084
12085 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12086 Zaretskii.
ef43a0f4 12087
9c13a46e
JL
120882010-04-02 Juri Linkov <juri@jurta.org>
12089
12090 * ehelp.el (electric-help-orig-major-mode):
12091 New buffer-local variable.
12092 (electric-help-mode): Set it to original major-mode. Doc fix.
12093 (with-electric-help): Use `electric-help-orig-major-mode' instead
12094 of (default-value 'major-mode). Doc fix.
12095 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12096
3fb87bf5
SS
120972010-04-02 Sam Steingold <sds@gnu.org>
12098
12099 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12100 `vc-hg-command' with a list of flags.
12101
202ff0d6
SM
12102 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12103 Also accept "patch" and "RFE".
dbb5e44a
SS
12104 (bug-reference-fontify): `bug-reference-url-format' can also be a
12105 function to be able to handle the bug kind.
202ff0d6 12106 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12107
d0b22876
JD
121082010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12109
12110 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12111 value to fboundp, it may not be a symbol.
12112
1625d379
CY
121132010-03-31 Chong Yidong <cyd@stupidchicken.com>
12114
202ff0d6 12115 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12116
1cd095c6
JL
121172010-03-31 Juri Linkov <juri@jurta.org>
12118
12119 * simple.el (next-line, previous-line): Re-throw a signal
12120 with `signal' instead of using `ding'.
12121 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12122
67189e62
JL
121232010-03-31 Juri Linkov <juri@jurta.org>
12124
12125 * simple.el (keyboard-escape-quit): Raise deselecting the active
12126 region higher than exiting the minibuffer.
12127 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12128
1546c559
JL
121292010-03-31 Juri Linkov <juri@jurta.org>
12130
12131 * image.el (image-animated-p): Use `image-metadata' instead of
12132 `image-extension-data'. Get GIF extenstion data from metadata
12133 property `extension-data'.
12134
85626eef
SM
121352010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * simple.el (append-to-buffer): Simplify.
12138
85738751 121392010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12140
12141 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12142 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12143
85738751 121442010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12145
12146 * language/sinhala.el (composition-function-table): Fix regexp for
12147 the new Unicode specification.
12148
12149 * language/indian.el (devanagari-composable-pattern)
12150 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12151 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12152 specification.
12153 (bengali-composable-pattern, gurmukhi-composable-pattern)
12154 (gujarati-composable-pattern, oriya-composable-pattern)
12155 (telugu-composable-pattern): New variables to cope with the new
12156 Unicode specification. Use them in composition-function-table.
12157
85738751 121582010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12159
79d74ac5 12160 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12161 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12162 vectors rather than cons cells, as used in menu-bar-update-buffers.
12163
85738751 121642010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12165
2a793f7f
CY
12166 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12167 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12168 electric punctuation for "{}();,:" (Bug#5586).
12169
03ffe8be
CY
12170 * mail/sendmail.el (mail-default-directory): Doc fix.
12171
85738751 121722010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12173
12174 * mail/sendmail.el (mail-default-directory): Doc fix.
12175
85738751 121762010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12177
12178 * subr.el (version-regexp-alist, version-to-list)
12179 (version-list-<, version-list-=, version-list-<=)
12180 (version-list-not-zero, version<, version<=, version=): Doc fix.
12181 (Bug#5744).
12182
85738751 121832010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12184
12185 * vc.el (vc-root-diff): Doc fix.
12186
85738751 121872010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12188
9aa2c576
CY
12189 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12190
9d30a9f4
CY
12191 * simple.el (append-to-buffer): Fix last change.
12192
85738751 121932010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12194
12195 * simple.el (append-to-buffer): Ensure that point is preserved if
12196 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12197 (Bug#5749)
12198
2372f278
SM
121992010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * files.el (auto-mode-case-fold): Change default to t.
12202
2223a1b3
JL
122032010-03-30 Juri Linkov <juri@jurta.org>
12204
12205 * dired-x.el (dired-omit-mode): Doc fix.
12206
0ef84fc8
JL
122072010-03-30 Juri Linkov <juri@jurta.org>
12208
12209 * replace.el (occur-accumulate-lines): Move occur-engine related
12210 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12211 to be located after `occur-engine'.
12212
dc2d2590
JL
122132010-03-30 Juri Linkov <juri@jurta.org>
12214
12215 Make occur handle multi-line matches cleanly with context.
12216 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12217
12218 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12219 (occur-engine): Add local variables `ret', `prev-after-lines',
12220 `prev-lines'. Use more arguments for `occur-context-lines'.
12221 Set first elem of its returned list to `data', and the second elem
12222 to `prev-after-lines'. Don't print the separator line.
12223 In the end, print remaining context after-lines.
12224 (occur-context-lines): Add new arguments `begpt', `endpt',
12225 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12226 after-lines of the previous match with before-lines of the
12227 current match and not overlap them. Return a list with two
12228 values: the output line and the list of context after-lines.
12229
47c88c06
JL
122302010-03-30 Juri Linkov <juri@jurta.org>
12231
12232 * replace.el (occur-accumulate-lines): Fix a bug where the first
12233 context line at the beginning of the buffer was missing.
12234
a7b02820
EZ
122352010-03-30 Eli Zaretskii <eliz@gnu.org>
12236
12237 * files.el: Make bidi-display-reordering safe variable for boolean
12238 values.
12239
9326ba26 122402010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12241 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12242
12243 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12244 (progress-reporter-update, progress-reporter-do-update):
12245 Handle non-numeric value arguments.
9326ba26
CY
12246 (progress-reporter--pulse-characters): New var.
12247
f6f8aa12
CY
122482010-03-28 Chong Yidong <cyd@stupidchicken.com>
12249
12250 * progmodes/compile.el (compilation-start): Fix regexp detection
12251 of initial cd command (Bug#5771).
12252
7ed287b5
CY
122532010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12254
12255 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12256
146b8b16
NR
122572010-03-27 Nick Roberts <nickrob@snap.net.nz>
12258
12259 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12260 * progmodes/gdb-mi.el: Restore.
12261 * progmodes/gdb-ui.el: Remove.
12262 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12263
b23caf75
GM
122642010-03-25 Glenn Morris <rgm@gnu.org>
12265
12266 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12267 all dired buffers, even tramp ones. (Bug#5755)
12268
18c812bd
SM
122692010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 Add "union tags" in mpc.el.
12272 * mpc.el: Remove backward compatibility code.
12273 (mpc-browser-tags): Change default.
12274 (mpc--find-memoize-union-tags): New var.
12275 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12276 (mpc-cmd-find): Handle the case where the playlist does not exist.
12277 Handle union-tags.
12278 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12279 (mpc-cmd-add): Use mpc-cmd-flush.
12280 (mpc-tagbrowser-tag-name): New fun.
12281 (mpc-tagbrowser-buf): Use it.
12282 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12283
efee6a6d
SM
122842010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12285
9586c41a
SM
12286 Misc cleanup.
12287 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12288 Use replace-regexp-in-string.
12289 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12290 (makefile-imake-mode-syntax-table): Move init into defvar.
12291 (makefile-mode): Use define-derived-mode.
12292
efee6a6d
SM
12293 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12294 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12295 not be present any more.
12296
c6f3804c
JB
122972010-03-24 Juanma Barranquero <lekktu@gmail.com>
12298
12299 * faces.el (set-face-attribute): Fix typo in docstring.
12300 (face-valid-attribute-values): Reflow docstring.
12301
e867cb5d 123022010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12303
efee6a6d 12304 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12305
e867cb5d 123062010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12307
12308 * indent.el (indent-for-tab-command): Doc fix.
12309
e867cb5d 123102010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12311
efee6a6d
SM
12312 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12313 Fix off-by-one error. Fixes bug #5747.
657071fc 12314
e867cb5d 123152010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12316
12317 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12318 (image-dired-read-comment): Doc fix.
12319
efee6a6d
SM
12320 * json.el (json-object-type, json-array-type, json-key-type)
12321 (json-false, json-null, json-read-number):
c8de140b
JB
12322 * minibuffer.el (completion-in-region-functions):
12323 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12324 (cal-tex-cursor-week):
12325 * emacs-lisp/trace.el (trace-function):
12326 * eshell/em-basic.el (eshell/printnl):
12327 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12328 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12329 * obsolete/levents.el (allocate-event, event-key, event-object)
12330 (event-point, event-process, event-timestamp, event-to-character)
12331 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12332 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12333 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12334 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12335 (reftex-highlight-selection): Fix typos in docstrings.
12336
e867cb5d 123372010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12338
12339 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12340
e867cb5d 123412010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12342
12343 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12344 2008-02-13 without comment; mark it obsolete.
12345 (rmail-highlight-headers): Use rmail-highlight-face once more.
12346
e867cb5d 123472010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12348
12349 * woman.el (woman2-process-escapes): Only consume the newline if
12350 the filler character is on a line by itself (Bug#5729).
12351
e867cb5d 123522010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12353
12354 * language/indian.el (devanagari-composable-pattern): Add more
12355 consonants.
12356
e867cb5d 123572010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12358
12359 * net/trampver.el: Update release number.
12360
e867cb5d 123612010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12362
efee6a6d
SM
12363 * net/tramp.el (tramp-find-executable):
12364 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12365 output of "wc -l" more robust.
12366 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12367 (tramp-open-connection-setup-interactive-shell): Remove workaround
12368 for OpenSolaris bug, it is not needed anymore.
12369
e867cb5d 123702010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12371
12372 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12373
e867cb5d 123742010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12375
12376 * files.el (auto-mode-alist): Accept more verilog file patterns.
12377
b2b8574b
SM
123782010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12379
12380 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12381
1d94ebb0
GM
123822010-03-24 Glenn Morris <rgm@gnu.org>
12383
7e263967
GM
12384 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12385 log-edit-before-checkin-process.
12386
5ac92c5f
GM
12387 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12388
12389 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12390
549f324a
GM
12391 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12392 (log-view-process-buffer, log-edit-extra-flags): Declare.
12393
495b517c
GM
12394 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12395
f4087766
SS
123962010-03-23 Sam Steingold <sds@gnu.org>
12397
12398 Fix bug#5620: recalculate all markers on compilation buffer
12399 modifications, not on file modifications.
38e9aa53
GM
12400 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12401 variable: the buffer modification time, for buffers not associated with
12402 files.
f4087766
SS
12403 (compilation-mode): Create it.
12404 (compilation-filter): Update it.
12405 (compilation-next-error-function): Use it instead of
12406 `visited-file-modtime' for timestamp.
12407
774642e5
JL
124082010-03-23 Juri Linkov <juri@jurta.org>
12409
12410 Implement Occur multi-line matches.
12411 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12412
12413 * replace.el (occur): Doc fix.
12414 (occur-engine): Set `begpt' to the beginning of the first line.
12415 Set `endpt' to the end of the last match line. At first, count
12416 line numbers between `origpt' and `begpt'. Split out code from
12417 `out-line' variable to new let-bindings `match-prefix' and
12418 `match-str'. In `out-line' add non-numeric prefix to all
12419 non-first lines of multi-line matches. Finally, count lines
12420 between `begpt' and `endpt' and add to `lines'.
12421
f14d1172
JL
124222010-03-23 Juri Linkov <juri@jurta.org>
12423
12424 * replace.el (occur-accumulate-lines, occur-engine):
12425 Use `occur-engine-line' instead of duplicate code.
12426 (occur-engine-line): New function created from duplicate code
12427 in `occur-accumulate-lines' and `occur-engine'.
12428
53e87c57
JL
12429 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12430 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12431
75a3ff20
JL
124322010-03-23 Juri Linkov <juri@jurta.org>
12433
12434 * finder.el: Remove TODO tasks.
12435
12436 * info.el (Info-finder-find-node): Add node "all"
12437 with all package info. Handle a list of multiple keywords
12438 separated by comma.
12439 (info-finder): In interactive use with a prefix argument,
12440 use `completing-read-multiple' to read a list of keywords
12441 separated by comma.
12442
00278747
SM
124432010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 Add a new completion style `substring'.
12446 * minibuffer.el (completion-basic--pattern): New function.
12447 (completion-basic-try-completion, completion-basic-all-completions):
12448 Use it.
12449 (completion-substring--all-completions)
12450 (completion-substring-try-completion)
12451 (completion-substring-all-completions): New functions.
12452 (completion-styles-alist): New style `substring'.
12453
64cb11cc
SM
124542010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12455
12456 Get rid of .elc files after removal of the corresponding .el.
12457 * Makefile.in (compile-clean): New target.
12458 (compile-main): Use it.
12459
835e2c65
JD
124602010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12461
12462 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12463 don't do make there. When compiling with separate object dir, there
12464 is no Makefile there.
12465
111a9dff
SM
124662010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12467
12468 Get rid of the ELCFILES abomination, again.
12469 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12470 (all, compile): Don't call compile-last.
12471 (compile-main): Build the "elcfiles" list dynamically.
12472 (compile-targets): New (internal) target.
12473
82c3d67a
AS
124742010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12475
12476 * Makefile.in (top_srcdir): Define.
12477 (abs_top_builddir): Define.
12478 (srcdir): Don't append `/..'.
12479 (EMACS): Use ${abs_top_builddir}.
12480 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12481 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12482 $(srcdir).
82c3d67a
AS
12483 (lisp): Use $(srcdir) instead of @srcdir@.
12484
d66ecdbb
JL
124852010-03-21 Juri Linkov <juri@jurta.org>
12486
12487 Fix message of multi-line occur regexps and multi-buffer header lines.
12488 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12489
12490 * replace.el (occur-1): Don't display regexp if it is longer
12491 than window-width. Use `query-replace-descr' to display regexp.
12492 (occur-engine): Don't display regexp in the buffer header for
12493 multi-buffer occur. Display a separate header line with total
12494 match count and regexp for multi-buffer occur.
12495 Use `query-replace-descr' to display regexp.
12496
f05e1b94
TZ
124972010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12498
12499 * net/secrets.el: Fix parenthesis.
12500 (secrets-enabled): Fix parenthesis.
12501
801ba3ba
SM
125022010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12503
3613edce
SM
12504 Use more relative file and directory names.
12505 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12506 (setwins, setwins_almost, setwins_for_subdirs):
12507 Don't `cd'; output relative names.
12508 (all, compile, compile-always, compile-last): Set emacswd.
12509 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12510 Just cd to the lisp source dir so we can use relative file names.
12511
801ba3ba
SM
12512 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12513
2b1400b9
GM
125142010-03-20 Glenn Morris <rgm@gnu.org>
12515
12516 * textmodes/rst.el: Use faces for font-lock customization, and make the
12517 old -face variables obsolete.
12518 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12519 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12520 (rst-block-face, rst-external-face, rst-definition-face)
12521 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12522 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12523 Make obsolete.
12524 (rst-font-lock-keywords-function): Update for above changes.
12525
5e418f17
JL
125262010-03-20 Juri Linkov <juri@jurta.org>
12527
12528 * s-region.el:
12529 * obsolete/s-region.el: Move to obsolete.
12530
b0287b39
JB
125312010-03-19 Juanma Barranquero <lekktu@gmail.com>
12532
12533 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12534
3c95bbb6
DN
125352010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12536
12537 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12538
09158997
DN
125392010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12540
12541 Add special markup processing for commit logs.
12542 * log-edit.el (log-edit-extra-flags): New variable.
12543 (log-edit): Add new argument MODE. Use that mode when non-nil
12544 instead of the log-view-mode.
12545 (log-view-process-buffer): New function.
12546
12547 * vc.el: Document that the checkin method takes optional
12548 arguments. Document new backend specific method: log-view-mode.
12549 (vc-default-log-edit-mode): New function.
12550 (vc-checkin): Use a backend specific log-view-mode.
12551 Pass extra arguments to the checkin method.
12552 (vc-modify-change-comment): Pass a dummy extra argument.
12553
12554 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12555 log-edit.
12556 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12557 (vc-finish-logentry): Process the log buffer before passing it
12558 down. Pass log-edit-extra-flags.
12559
12560 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12561 command.
85626eef
SM
12562 (log-edit-extra-flags, log-edit-before-checkin-process):
12563 New declarations.
09158997
DN
12564
12565 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12566 command.
85626eef
SM
12567 (log-edit-extra-flags, log-edit-before-checkin-process):
12568 New declarations.
09158997
DN
12569 (vc-hg-log-edit-mode): New derived mode.
12570
12571 * vc-arch.el (vc-arch-checkin):
12572 * vc-cvs.el (vc-cvs-checkin):
12573 * vc-git.el (vc-git-checkin):
12574 * vc-mtn.el (vc-mtn-checkin):
12575 * vc-rcs.el (vc-rcs-checkin):
12576 * vc-sccs.el (vc-sccs-checkin):
12577 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12578
f430423d
SM
125792010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12580
12581 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12582 parent typo).
12583
aa8f8277
GM
125842010-03-19 Glenn Morris <rgm@gnu.org>
12585
f430423d 12586 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12587
04525749
GM
125882010-03-18 Glenn Morris <rgm@gnu.org>
12589
c70815f1
GM
12590 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12591
84d0a5f8
GM
12592 * replace.el (query-replace-history): Give it a doc string.
12593 (map-query-replace-regexp): Use query-replace-from-history-variable
12594 and query-replace-to-history-variable.
12595
e3a15161
GM
12596 * mail/hashcash.el (declare-function): Remove duplicate definition.
12597
27be0364
GM
12598 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12599 Make it an obsolete alias for report-emacs-bug-address.
12600 (message-strip-special-text-properties): Declare.
12601 (report-emacs-bug): Remove test for a pretest bug address.
12602 Combine message-mode-specific code.
12603
88b8d18e
GM
12604 * mail/supercite.el: Don't require sendmail.
12605 (mh-in-header-p): Declare rather than using with-no-warnings.
12606 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12607 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12608
1a355d09
GM
12609 * calendar/cal-french.el: Convert to utf-8.
12610
04525749
GM
12611 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12612 Emacs scripts.
12613
ae84eb97
MA
126142010-03-16 Michael Albinus <michael.albinus@gmx.de>
12615
12616 * net/secrets.el (secrets-enabled): New variable. Use it instead
12617 of a subfeature.
12618
7c75524e
MA
126192010-03-15 Michael Albinus <michael.albinus@gmx.de>
12620
12621 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12622 service "org.freedesktop.secrets" can be pinged.
12623 Provide subfeature `enabled'.
7c75524e 12624
57938a79
JL
126252010-03-14 Juri Linkov <juri@jurta.org>
12626
12627 Add finder unknown keywords.
12628
12629 * finder.el (finder-unknown-keywords): New function.
12630
12631 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12632 to create a Finder node with unknown keywords.
12633
88f4758e
JL
126342010-03-14 Juri Linkov <juri@jurta.org>
12635
12636 * finder.el (finder-compile-keywords): Replace `princ' with
12637 `prin1' on a list of symbols interned from keyword strings.
12638
12639 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12640 a comma, then split keywords using a comma and optional whitespace.
12641 Otherwise, split by whitespace.
12642
12643 * complete.el:
12644 * face-remap.el:
12645 * log-view.el:
12646 * net/hmac-def.el:
12647 * net/hmac-md5.el:
12648 * net/netrc.el:
12649 * progmodes/mixal-mode.el: Fix keywords.
12650
7725ebb7
MA
126512010-03-13 Michael Albinus <michael.albinus@gmx.de>
12652
12653 * Makefile.in (ELCFILES): Add net/secrets.elc.
12654
12655 * net/secrets.el: New file.
12656
6f320937
CY
126572010-03-12 Chong Yidong <cyd@stupidchicken.com>
12658
12659 * facemenu.el (list-colors-display, list-colors-print): New arg
12660 callback. Use it to allow selecting colors.
12661
12662 * wid-edit.el (widget-image-insert): Insert image prop even if the
12663 current display is non-graphic.
12664 (widget-field-value-set): New fun.
12665 (editable-field): Use it.
12666 (widget-field-value-get): Clean up unused var.
85626eef
SM
12667 (widget-color-value-create, widget-color--choose-action):
12668 New funs. Allow using list-colors-display to choose color.
6f320937 12669
647f9993
CY
126702010-03-12 Chong Yidong <cyd@stupidchicken.com>
12671
12672 * cus-edit.el: Resort topmost custom groups.
12673 (custom-buffer-sort-alphabetically): Default to t.
12674 (customize-apropos): Use apropos-parse-pattern.
12675 (custom-search-field): New var.
12676 (custom-buffer-create-internal): Add custom-apropos search field.
12677 (custom-add-parent-links): Don't display parent doc.
12678 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12679 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12680
12681 (custom-variable-state): New fun, from custom-variable-state-set.
12682 (custom-variable-state-set): Use it.
12683 (custom-group-value-create): Hide options with standard values
12684 using the :hidden-states property. Use progress reporter.
12685
12686 (custom-show): Simplify.
12687 (custom-visibility): Disable images by default.
12688 (custom-variable): New property :hidden-states.
12689 (custom-variable-value-create): Enable images for
12690 custom-visibility widgets. Use :hidden-states property to
12691 determine initial visibility.
12692
12693 * wid-edit.el (widget-image-find): Give images center ascent.
12694 (visibility): Add :on-image and :off-image properties.
12695 (widget-visibility-value-create): Use them.
12696
eba5b4dd
CY
126972010-03-12 Chong Yidong <cyd@stupidchicken.com>
12698
12699 * cus-edit.el (processes): Remove from development group.
12700 (oop, hypermedia): Delete group.
26f4b8ab 12701 (comm): Promote to top-level group.
eba5b4dd
CY
12702
12703 * net/browse-url.el (browse-url):
12704 * net/xesam.el (xesam):
12705 * net/tramp.el (tramp):
12706 * net/goto-addr.el (goto-address):
26f4b8ab 12707 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12708
12709 * view.el (view): Remove from editing group.
12710
12711 * uniquify.el (uniquify): Put in files group.
12712
12713 * net/browse-url.el (browse-url):
12714 * ps-print.el (postscript): Put in external group.
12715
12716 * cus-edit.el (outlines):
12717 * textmodes/text-mode.el (text-mode-hook):
12718 * textmodes/table.el (table):
12719 * textmodes/picture.el (picture):
12720 * outline.el (outlines): Put in wp group.
12721
12722 * nxml/nxml-mode.el (nxml): Remove from wp group.
12723
12724 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12725
12726 * mail/metamail.el (metamail): Remove from hypermedia group.
12727
12728 * cus-edit.el (abbrev):
12729 * whitespace.el (whitespace):
12730 * vcursor.el (vcursor):
12731 * reveal.el (reveal):
12732 * hl-line.el (hl-line): Put in convenience group.
12733
12734 * epg-config.el (epg): Put in data group.
12735
12736 * emulation/pc-select.el (pc-select): Put in emulations group.
12737
12738 * calculator.el (calculator): Put in applications group.
12739
8117868f
DN
127402010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12741
12742 Add .dir-locals.el support for file-less buffers.
12743 * files.el (hack-local-variables): Split out code to apply local
12744 variable settings ...
12745 (hack-local-variables-apply): ... here. New function.
12746 (hack-dir-local-variables): Use the default directory for when the
12747 buffer does not have an associated file.
12748 (hack-dir-local-variables-non-file-buffer): New function.
12749 * diff-mode.el (diff-mode):
12750 * vc-annotate.el (vc-annotate-mode):
12751 * vc-dir.el (vc-dir-mode):
12752 * log-edit.el (log-edit-mode):
12753 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12754
855a2294
DN
127552010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12756
12757 Add support for shelving snapshots and for showing shelves.
12758 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12759 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12760 New functions.
12761 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12762 (vc-bzr-extra-menu-map): Map them.
12763
3e5b7009
GM
127642010-03-11 Glenn Morris <rgm@gnu.org>
12765
0dcf7d7e
GM
12766 * cus-edit.el (customize-changed-options-previous-release):
12767 Bump to 23.1.
12768
3e5b7009
GM
12769 * image.el (image-animate-max-time): Fix :version tag.
12770
288f9fc0
CY
127712010-03-10 Chong Yidong <cyd@stupidchicken.com>
12772
12773 * Branch for 23.2.
12774
53ef91b1
SM
127752010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * vc-git.el (vc-git-revision-table): Include remote branches.
12778
b41460ae 127792010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12780
12781 Animated image API.
12782 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12783
12784 * image.el (image-animate-max-time): New defcustom.
12785 (image-animated-types): New defconst.
12786 (create-animated-image, image-animate-timer)
12787 (image-animate-start, image-animate-stop, image-animate-timeout)
12788 (image-animated-p): New functions.
12789
12790 * image-mode.el (image-toggle-display-image):
12791 Replace `create-image' with `create-animated-image'.
12792
e5d1fb10 127932010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12794
12795 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12796 instead of "format:"; this ensures that the output is
12797 newline-terminated.
12798
4e7cafbe
CY
127992010-03-08 Chong Yidong <cyd@stupidchicken.com>
12800
12801 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12802 that all errors are caught, and that the return value is always a
12803 list (Bug#5692).
12804
aec66319
KH
128052010-03-08 Kenichi Handa <handa@m17n.org>
12806
12807 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12808 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12809
b327c975
AS
128102010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12811
12812 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12813 call to rfc822-bad-address. (Bug#5692)
12814
1c465a6a
CY
128152010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12816
85626eef
SM
12817 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12818 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12819
a4e32226
CY
128202010-03-06 Chong Yidong <cyd@stupidchicken.com>
12821
12822 * calculator.el (calculator): Don't bind split-window-keep-point
12823 (Bug#5674).
12824
4c83ed3d
SM
128252010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * vc-git.el: Re-flow to fit into 80 columns.
12828 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12829 Remove spurious `quote' element in each case alternative.
12830 (vc-git-show-log-entry): Use prog1.
12831 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12832
e8defde3
SM
128332010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12834
12835 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12836
233f0c9f
CY
128372010-03-03 Chong Yidong <cyd@stupidchicken.com>
12838
12839 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12840 definition, not the name (Bug#5481).
12841
254bedef 128422010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12843
12844 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12845 argument with a local variable. (Bug#5670)
12846
7187cdae
JL
128472010-03-02 Juri Linkov <juri@jurta.org>
12848
12849 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12850
9cf3544e
MA
128512010-03-02 Michael Albinus <michael.albinus@gmx.de>
12852
12853 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12854 error when FILENAME and NEWNAME are existing remote directories.
12855
12856 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12857 parameter DIR-FLAG.
12858
33f77982
GM
128592010-03-02 Glenn Morris <rgm@gnu.org>
12860
12861 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12862 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12863
d99ea08e
KH
128642010-03-01 Kenichi Handa <handa@m17n.org>
12865
e8defde3 12866 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12867 myanmar-composable-pattern.
12868
e8defde3
SM
12869 * international/characters.el (script-list):
12870 * international/fontset.el (script-representative-chars):
12871 Change myanmar to burmese.
d99ea08e 12872 (otf-script-alist): Likewise.
4aa2c3b2
KH
12873 (setup-default-fontset): Likewise. Re-fix :otf spec.
12874
b374f54d
KY
128752010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12876
12877 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12878
71572c03
JD
128792010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12880
12881 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12882
00cffdeb
MA
128832010-02-28 Michael Albinus <michael.albinus@gmx.de>
12884
12885 * net/tramp.el (tramp-handle-write-region): START can be a string.
12886 Take care in the checks. Reported by Dan Davison
12887 <davison@stats.ox.ac.uk>.
12888
d4b06783
MA
128892010-02-28 Michael Albinus <michael.albinus@gmx.de>
12890
12891 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12892 (dbus-set-property, dbus-get-all-properties):
12893 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12894
8c3e96d2
CY
128952010-02-28 Chong Yidong <cyd@stupidchicken.com>
12896
de3a1fe9
CY
12897 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12898 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12899 * calendar/icalendar.el (icalendar--add-diary-entry):
12900 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12901 * files.el (recover-session-finish): Use with-current-buffer
12902 instead of save-excursion.
12903
c53b9c3b
SM
129042010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 Fix in-buffer completion when after-change-functions modify the buffer.
12907 * minibuffer.el (completion--replace): New function.
12908 (completion--do-completion): Use it and use relative movement.
12909
4a16bdc6
CY
129102010-02-27 Chong Yidong <cyd@stupidchicken.com>
12911
12912 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12913
b8280f39
CY
129142010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12915
c53b9c3b
SM
12916 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12917 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12918
f88cc4d6
KH
129192010-02-26 Kenichi Handa <handa@m17n.org>
12920
12921 * language/burmese.el: Fix entries in composition-function-table.
12922 (myanmar-composable-pattern): New variable.
12923
12924 * international/fontset.el (setup-default-fontset): Add an entry
12925 for myanmar.
12926
12927 * international/characters.el (script-list): Add Myanmar
12928 Extended-A.
12929
cdbf9100
GM
129302010-02-26 Glenn Morris <rgm@gnu.org>
12931
90a94603
GM
12932 * custom.el (custom-initialize-delay): Doc fix.
12933
cdbf9100
GM
12934 * mail/sendmail.el (send-mail-function): Autoload the call
12935 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12936
f95a5fd0
CY
129372010-02-24 Chong Yidong <cyd@stupidchicken.com>
12938
12939 * files.el (hack-local-variables-filter): For eval forms, also
12940 check safe-local-variable-p (Bug#5636).
12941
459a5f4b
MA
129422010-02-22 Michael Albinus <michael.albinus@gmx.de>
12943
12944 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12945 setting the modes by `ignore-errors'. It might fail, for example
12946 if the file is not owned by the user but the group.
12947 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12948
bb23f6e8
CY
129492010-02-21 Chong Yidong <cyd@stupidchicken.com>
12950
6a7662bb
BR
12951 * files.el (directory-listing-before-filename-regexp):
12952 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
12953 date-like filenames (Bug#5597).
12954
b660eb70
CY
12955 * htmlfontify.el (htmlfontify): Doc fix.
12956
12957 * eshell/eshell.el (eshell): Doc fix.
12958
bb23f6e8
CY
12959 * startup.el (fancy-about-screen): In mode-line, apply
12960 mode-line-buffer-id face only to the buffer name (Bug#5613).
12961
3e39928c
CY
129622010-02-20 Kevin Ryde <user42@zip.com.au>
12963
f7e0618c
JB
12964 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12965 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
12966 (Bug#5599).
12967
0f00e948
EZ
129682010-02-20 Eli Zaretskii <eliz@gnu.org>
12969
12970 * subr.el (remove-yank-excluded-properties): Explain in a comment
12971 why `category' property is removed.
12972
3513efb2
CY
129732010-02-19 Chong Yidong <cyd@stupidchicken.com>
12974
6a7662bb
BR
12975 * isearch.el (isearch-update-post-hook, isearch-update):
12976 Revert 2010-02-17 change.
3513efb2 12977
b4340b3f
UJ
129782010-02-19 Ulf Jasper <ulf.jasper@web.de>
12979
12980 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12981 (icalendar--convert-weekly-to-ical)
12982 (icalendar--convert-yearly-to-ical)
12983 (icalendar--convert-block-to-ical)
12984 (icalendar--convert-cyclic-to-ical)
12985 (icalendar--convert-anniversary-to-ical): Take care of time
12986 specifications where hour has 1-digit only (Bug#5549).
12987
8cfae03d
NR
129882010-02-19 Nick Roberts <nickrob@snap.net.nz>
12989
12990 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12991 of disassemble output in GDB 7.1.
12992
055e4eea
GM
129932010-02-19 Glenn Morris <rgm@gnu.org>
12994
12995 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12996 property. (Bug#5593)
12997
ff6b00de
SS
129982010-02-18 Sam Steingold <sds@gnu.org>
12999
13000 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13001
fe8c0b47
SM
130022010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 Use abbreviated file names in bookmarks (bug#5591).
13005 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13006 calls to expand-file-name.
13007 (bookmark-relocate): Use abbreviated file names in bookmarks.
13008 (bookmark-load): Use abbreviated file names in messages.
13009
73a37a69
MA
130102010-02-18 Michael Albinus <michael.albinus@gmx.de>
13011
13012 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13013 expand "." and "..". Reported by Thierry Volpiatto
13014 <thierry.volpiatto@gmail.com>.
13015
6e4f5731
MA
130162010-02-18 Michael Albinus <michael.albinus@gmx.de>
13017
13018 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13019 permissions of the temporary file to "0600". In case the remote
13020 file has no read permissions for the owner, there might be
13021 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13022
1302322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13024
13025 * emacs-lisp/authors.el (authors-renamed-files-alist):
13026 Add entries for INSTALL.CVS.
13027
ba5bf642
MH
130282010-02-17 Mark A. Hershberger <mah@everybody.org>
13029
f7e0618c 13030 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13031
f7e0618c 13032 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13033 (isearch-update): Use the new hook.
13034
aac0b0f2
MA
130352010-02-16 Michael Albinus <michael.albinus@gmx.de>
13036
fe8c0b47
SM
13037 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13038 Fix errors in copying directories.
aac0b0f2
MA
13039 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13040 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13041 (tramp-handle-delete-file)
13042 (tramp-handle-dired-recursive-delete-directory)
13043 (tramp-handle-write-region): Flush also the cache for the upper
13044 directory.
13045
05bbe066
CY
130462010-02-16 Chong Yidong <cyd@stupidchicken.com>
13047
e8ab3908
CY
13048 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13049
ff90f4b0
CY
13050 * cus-edit.el (hardware): Doc fix.
13051
13052 * man.el (man): Add to external custom group.
13053
13054 * delim-col.el (columns): Move to wp custom group.
13055
13056 * doc-view.el (doc-view): Add to data custom group.
13057
fe8c0b47 13058 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13059
05bbe066
CY
13060 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13061 by ispell-parse-output (Bug#5575).
13062
fa6ea913
KH
130632010-02-16 Kenichi Handa <handa@m17n.org>
13064
13065 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13066 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13067 (skkdic-convert): Use `euc-japan' coding system for writing.
13068
88fd78ae
GM
130692010-02-16 Glenn Morris <rgm@gnu.org>
13070
13071 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13072 tex-main-file before using it. (Bug#5562)
13073
2b8c974a
SM
130742010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13077 warnings, since it is annoying for the user to see them each time he
13078 runs the code.
13079
7540f029
MA
130802010-02-15 Michael Albinus <michael.albinus@gmx.de>
13081
13082 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13083 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13084 instead of PROC for caching "first-password-request". Otherwise,
13085 new processes would not profit from passwords already entered.
13086
2b8c974a
SM
13087 * net/tramp-cache.el (tramp-dump-connection-properties):
13088 Don't save "first-password-request" property.
7540f029 13089
fa5f7c5f
JB
130902010-02-14 Juanma Barranquero <lekktu@gmail.com>
13091
13092 * outline.el (outline-head-from-level):
13093 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13094 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13095 (elint-defun, elint-buffer-env, elint-top-form-logged)
13096 (elint-unbound-variable):
13097 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13098 Fix typos in docstrings.
13099
ecbaeb7b
MA
131002010-02-14 Michael Albinus <michael.albinus@gmx.de>
13101
13102 * files.el (insert-directory): When WILDCARD-REGEXP and
13103 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13104 whole directory. (Bug#5551)
13105
13106 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13107 dired's alignment sanity. (Bug#5516)
13108
91e3333f
JL
131092010-02-14 Juri Linkov <juri@jurta.org>
13110
13111 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13112 Remove remaining ^H with their preceding chars. (Bug#5566)
13113
36020642
GM
131142010-02-13 Glenn Morris <rgm@gnu.org>
13115
13116 * simple.el (transpose-subr): Give it a doc-string.
13117
13118 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13119 Doc fixes.
13120
f5952338
JL
131212010-02-12 Juri Linkov <juri@jurta.org>
13122
13123 * arc-mode.el (archive-unique-fname): Make directories for nested
13124 archives. (Bug#5540)
13125
918fe50f
JL
131262010-02-12 Juri Linkov <juri@jurta.org>
13127
13128 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13129
c07ff221
SM
131302010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13131
48b1e7cf
SM
13132 * subr.el (copy-overlay): Handle deleted overlays.
13133
c07ff221
SM
13134 * man.el (Man-completion-table): Don't signal an error if we can't run
13135 manual-program (bug#4056).
13136
0e374247
JB
131372010-02-10 Juanma Barranquero <lekktu@gmail.com>
13138
13139 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13140
dbf8402b
SM
131412010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13142
348d1e60
SM
13143 * info.el (Info-bookmark-jump): Simplify.
13144
dbf8402b
SM
13145 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13146 (bookmark-default-handler): Accept new bookmark field `buffer'.
13147
e6d23bb5
CY
131482010-02-10 Chong Yidong <cyd@stupidchicken.com>
13149
13150 * iswitchb.el (iswitchb-completions): Revert last change.
13151
a8e4290b
MA
131522010-02-10 Michael Albinus <michael.albinus@gmx.de>
13153
2b23acde 13154 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13155 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13156 This prevents file names like "~/" being listed literally.
a8e4290b 13157
c59d6fad
DN
131582010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13159
348d1e60
SM
13160 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13161 Remove dead code. (Bug#5546)
c59d6fad 13162
3a66e78f
CY
131632010-02-09 Chong Yidong <cyd@stupidchicken.com>
13164
13165 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13166 correctly (Bug#5548).
13167
f29fd869
CY
131682010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13169
13170 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13171 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13172
7fad1447
KH
131732010-02-08 Kenichi Handa <handa@m17n.org>
13174
13175 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13176 cookie for putting `lisp-indent-function'.
7fad1447 13177
50e4518b
GM
131782010-02-07 Glenn Morris <rgm@gnu.org>
13179
13180 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13181 Move F2003 named interfaces from keywords-2 to keywords-1, and
13182 use function-name-face rather than constant-face.
13183 Simplify "abstract interface" regexp.
13184
a4cc44cf
CY
131852010-02-07 Chong Yidong <cyd@stupidchicken.com>
13186
13187 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13188 ID-FORMAT. Pass it to `file-attributes'.
13189
13190 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13191
c917476d
CY
131922010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13193
13194 * faces.el (set-face-attribute): Allow calling
13195 internal-set-lisp-face-attribute with 'unspecified family and
13196 foundry argument (Bug#5536).
13197
7cf3f3d6
GM
131982010-02-07 Glenn Morris <rgm@gnu.org>
13199
13200 * progmodes/f90.el (f90-font-lock-keywords-2)
13201 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13202 Handle F2003 named interfaces.
13203
ffe87109
CY
132042010-02-06 Chong Yidong <cyd@stupidchicken.com>
13205
13206 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13207 beg and end before calling c-get-state-before-change-functions.
13208
4775ecad
DN
132092010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13210
33aeea0e
SM
13211 * vc-bzr.el (vc-bzr-dir-extra-headers):
13212 Disable the pending merges header.
4775ecad 13213
0d17c4b9
JL
132142010-02-05 Juri Linkov <juri@jurta.org>
13215
13216 * doc-view.el (doc-view-mode):
13217 * image-mode.el (image-mode): Put property mode-class=special.
13218 (Bug#4896)
13219
8228a275
MH
132202010-02-05 Mark A. Hershberger <mah@everybody.org>
13221
13222 * vc-svn.el (vc-svn-revision-table): New function.
13223
d9320986
MA
132242010-02-05 Michael Albinus <michael.albinus@gmx.de>
13225
13226 * net/ange-ftp.el (ange-ftp-insert-directory):
13227 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13228 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13229 Handle also directories. (Bug#5478)
13230
f43d8ecc
GM
132312010-02-05 Glenn Morris <rgm@gnu.org>
13232
13233 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13234
ce3a988d
CY
132352010-02-05 Chong Yidong <cyd@stupidchicken.com>
13236
13237 * startup.el (command-line-1): Convert options beginning with a
13238 single dash as well (Bug#5519).
13239
bdd42899
SM
132402010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13241
51b23c44
SM
13242 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13243 * minibuffer.el (completion-initials-expand): Only check the presence
13244 of delims *within* the boundaries, since otherwise the / delim is
13245 always found for files.
13246
bdd42899
SM
13247 Fix up various corner case problems.
13248 * doc-view.el (doc-view-last-page-number): New function.
13249 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13250 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13251 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13252 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13253 (doc-view-convert-current-doc): Don't create the resolution.el file
13254 here any more.
13255 (doc-view-pdf/ps->png): Do it here instead.
13256 (doc-view-already-converted-p): Check that resolution.el is present.
13257 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13258 windows that are not yet showing images.
13259
d5b3979c
MA
132602010-02-04 Michael Albinus <michael.albinus@gmx.de>
13261
13262 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13263 `dired-uncache' for every elemnt which is an absolute file name.
13264
13265 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13266 directory, handle its directory component.
13267 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13268 function is called permanently and creates noise, otherwise.
13269
13270 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13271 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13272 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13273
b003beb1
DB
132742010-02-04 David Burger <dburger@google.com> (tiny change)
13275
13276 * macros.el (apply-macro-to-region-lines):
13277 Minor simplification. (Bug#5485)
13278
ea92f9f3
GM
132792010-02-04 Glenn Morris <rgm@gnu.org>
13280
a03ae20d
GM
13281 * mail/rmail.el (rmail-show-message-1): Handle malformed
13282 quoted-printable text. (Bug#5441)
13283
4d01b827
GM
13284 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13285
ea92f9f3
GM
13286 * simple.el (visual-line-mode): Capitalize lighter.
13287
82055bb7
JW
132882010-02-03 John Wiegley <jwiegley@gmail.com>
13289
13290 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13291 list of files considered for "virtual buffer" completions.
13292
8214b6e4
MA
132932010-02-03 Michael Albinus <michael.albinus@gmx.de>
13294
13295 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13296 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13297 when dired is called with a list of files, which are not in
13298 `default-directory'. (Bug#5478)
13299
1df9718f
SM
133002010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13301
13302 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13303
02ba1267
JL
133042010-02-02 Juri Linkov <juri@jurta.org>
13305
13306 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13307 from unidiff to allow function-line after @@.
13308
a0c6a0fb
JL
133092010-02-02 Juri Linkov <juri@jurta.org>
13310
13311 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13312 '(RCS SCCS) with inverted condition.
13313
c35fcd52
MA
133142010-02-02 Michael Albinus <michael.albinus@gmx.de>
13315
13316 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13317 messages.
13318
6ba973c1
JL
133192010-02-01 Juri Linkov <juri@jurta.org>
13320
13321 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13322 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13323 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13324 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13325
0bca393f
SM
133262010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13327
13328 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13329 (doc-view-revert-buffer): New command.
13330 (doc-view-mode-map): Use it.
13331
7a444e2a
DN
133322010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13333
13334 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13335 pending merge is detected.
13336
ad6fc8f4
JL
133372010-01-31 Juri Linkov <juri@jurta.org>
13338
13339 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13340 beginning of interactive spec like all other grep commands do.
13341 Put "all" in front of "gz". (Bug#5260)
13342
b9236874
DN
133432010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13344
13345 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13346
1e868757
CY
133472010-01-29 Chong Yidong <cyd@stupidchicken.com>
13348
13349 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13350 regexp is incorrect (Bug#5476).
13351
e5c70c41
MA
133522010-01-29 Michael Albinus <michael.albinus@gmx.de>
13353
13354 * net/tramp.el (tramp-handle-insert-directory): Handle also
13355 symlinks, when FILENAME is not in `default-directory'.
13356
0c0b61f1
MA
133572010-01-28 Michael Albinus <michael.albinus@gmx.de>
13358
13359 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13360 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13361
13362 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13363 of SWITCHES. Handle the case, FILENAME is not in
13364 `default-directory'. (Bug#5478)
13365 (tramp-register-file-name-handlers): Add safe-magic property.
13366
763f325e
CY
133672010-01-28 Chong Yidong <cyd@stupidchicken.com>
13368
13369 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13370 unzip (Bug#5475).
13371
fd09a83f
CY
133722010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13373
13374 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13375 (flymake-master-make-header-init): Add other C++ filename masks.
13376 (flymake-find-possible-master-files)
13377 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13378
7e5686f0
MA
133792010-01-28 Michael Albinus <michael.albinus@gmx.de>
13380
13381 Fix some busybox annoyances.
13382
13383 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13384 not responding." string.
13385 (tramp-open-connection-setup-interactive-shell): Dump stty
13386 settings. Enable "neveropen" arg for all `tramp-send-command'
13387 calls. Handle "=" in variable values properly.
13388 (tramp-find-inline-encoding): Raise an error, when no encoding is
13389 found.
13390 (tramp-wait-for-output): Check, whether PROC buffer is available.
13391 Remove spurious " ^H" sequences, sent by busybox.
13392 (tramp-get-ls-command): Suppress coloring, if possible.
13393
c6265c10
GM
133942010-01-28 Glenn Morris <rgm@gnu.org>
13395
c85a168b
GM
13396 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13397
c6265c10
GM
13398 * log-edit.el (log-edit-strip-single-file-name): Add missing
13399 :safe, :group, and :version tags.
13400
7d82a738
SB
134012010-01-27 Stephen Berman <stephen.berman@gmx.net>
13402
13403 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13404 buffers. (Bug#5477)
13405
8b0e68ea
CY
134062010-01-27 David De La Harpe Golden <david@harpegolden.net>
13407
13408 * files.el (delete-directory): Handle moving to trash without
13409 first doing recursion (Bug#5436).
13410
368d3208
DN
134112010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13412
13413 * vc-hooks.el (vc-path): Mark as obsolete.
13414
755da7fa
DN
134152010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13416
e2396d80
DN
13417 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13418 names too.
13419
755da7fa
DN
13420 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13421 for the short log.
13422 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13423
6a6d15ab 134242010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13425
ac9ffe99 13426 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13427
48c2d18a 13428 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13429
25f38310 134302010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13431
13432 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13433 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13434
51850286
DN
134352010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13436
c2f1d6d8
DN
13437 Remove support for adding --signoff on commit.
13438 Future support will use an incompatible generic mechanism.
13439 * vc-git.el (vc-git-add-signoff): Remove variable.
13440 (vc-git-toggle-signoff): Remove function.
13441 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13442
6a7662bb
BR
13443 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13444 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13445 was set.
13446 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13447 earlier, call it again in case the background mode has changed.
13448
02c6d0d0
CY
134492010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13450
13451 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13452 (Bug#3541).
13453
064eee03
CY
134542010-01-23 Chong Yidong <cyd@stupidchicken.com>
13455
02c6d0d0
CY
13456 * emacs-lisp/assoc.el (aelement): Doc fix.
13457 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13458
5336c3ec 134592010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13460
48c2d18a 13461 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13462 is the same as subprogram call, not declaration. (Bug#5435).
13463
0536254e
MA
134642010-01-23 Michael Albinus <michael.albinus@gmx.de>
13465
13466 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13467 (tramp-smb-maybe-open-connection): Use it.
13468
411d06c2
MA
134692010-01-22 Michael Albinus <michael.albinus@gmx.de>
13470
0536254e 13471 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13472
c893016b
SM
134732010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13476 just because we see "encoding: 8bit".
13477 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13478
9425f8e1
CY
134792010-01-22 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13482
6a801864
EZ
134832010-01-22 Eli Zaretskii <eliz@gnu.org>
13484
13485 * jka-compr.el (jka-compr-load): If load-file is not in
13486 load-history, try its file-truename version. (bug#5447)
13487
3e8f7d91
AM
134882010-01-21 Alan Mackenzie <acm@muc.de>
13489
13490 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13491 * progmodes/cc-engine.el (c-invalidate-state-cache):
13492 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13493 special cpp construct is still in the buffer.
13494 (c-parse-state): Record the special cpp with markers, not numbers.
13495
f0bd0ad5
CY
134962010-01-21 Kenichi Handa <handa@m17n.org>
13497
13498 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13499 process last-command-event, as it is now decoded first (Bug#5380).
13500
5189d95b
CY
135012010-01-20 Chong Yidong <cyd@stupidchicken.com>
13502
13503 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13504
e073d74a
GM
135052010-01-20 Glenn Morris <rgm@gnu.org>
13506
13507 * indent.el (tab-always-indent): Fix custom-type.
13508
8ee04f3a
AM
135092010-01-19 Alan Mackenzie <acm@muc.de>
13510
13511 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13512 buffer throws "args out of range".
13513 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13514 playing the role of delimiter.
13515
6a47c86a
SL
135162010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13517
bf0b361c 13518 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13519 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13520 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13521 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13522 Improve comments in "is" portion. Handle null procedure declaration.
13523 (ada-move-to-end): Improve doc string.
13524
2acfb954
ÓF
135252010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13526
e90d57c0 13527 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13528 Remove obsolete information from commentary.
e90d57c0
JB
13529 (ido-choice-list): Initialize to nil.
13530 (ido-get-bufname): Reject minibuffers.
13531 (ido-make-buffer-list): If "default" is a nonexistent
13532 buffer, ignore it, as per the function's comment.
13533 (ido-kill-buffer-internal): New function.
13534 (ido-kill-buffer-at-head): Use it.
13535 (ido-visit-buffer): Likewise.
2acfb954 13536
244b023e
CY
135372010-01-18 Chong Yidong <cyd@stupidchicken.com>
13538
13539 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13540
db9e401b
JB
135412010-01-18 Juanma Barranquero <lekktu@gmail.com>
13542
db9e401b
JB
13543 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13544 Fix typos in chart titles.
13545
13546 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13547 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13548 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13549 (describe-class, eieio-describe-generic, describe-generic):
13550 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13551 (eieio-speedbar-expand):
13552 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13553 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13554 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13555 (viper-del-backward-char-in-replace, viper-backward-indent)
13556 (viper-brac-function, viper-register-to-point, viper-submit-report):
13557 * net/tramp.el (tramp-remote-coding-commands):
13558 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13559 Fix typos in docstrings.
13560
9295137d
CY
135612010-01-17 Chong Yidong <cyd@stupidchicken.com>
13562
13563 * mail/sendmail.el (mail-yank-original): Set the mark if the
13564 specified function for yanking does not do it.
13565
4d0bbcb6
DN
135662010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13567
7902c120
DN
13568 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13569
4d0bbcb6
DN
13570 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13571 resyncing a directory.
13572
0b702bc1
SL
135732010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13574
6a47c86a 13575 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13576 (ada-ident-re): Delete ., allow multibyte characters.
13577 (ada-goto-label-re): New; matches goto labels.
13578 (ada-block-label-re): New; matches block labels.
13579 (ada-label-re): New; matches both.
5f9d345c 13580 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13581 `ada-block-label-re' instead.
13582 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13583 Use `ada-block-label-re'.
13584 (ada-indent-on-previous-lines): Improve handling of goto labels.
13585 (ada-get-indent-block-start): Special-case block label.
13586 (ada-get-indent-label): Split into `ada-indent-block-label' and
13587 `ada-indent-goto-label'.
13588 (ada-goto-stmt-start, ada-goto-next-non-ws):
13589 Optionally ignore goto labels.
13590 (ada-goto-next-word): Simplify.
13591 (ada-indent-newline-indent-conditional): Insert newline before
13592 trying to fix indentation; doc fix.
13593
05287c49
JB
135942010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13595
13596 * calc/calc.el (calc-command-flags): Give it an initial value.
13597
4963739e
JB
135982010-01-17 Juanma Barranquero <lekktu@gmail.com>
13599
4963739e
JB
13600 * files.el (minibuffer-with-setup-hook):
13601 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13602 (artist-key-draw-continously, artist-key-do-continously-continously)
13603 (artist-key-set-point-continously, artist-mouse-draw-continously):
13604 Fix typos in docstrings.
13605
116bd1ee
CY
136062010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13607
6a7662bb
BR
13608 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13609 Never return t (Bug#3898).
116bd1ee 13610
2784cd7a 136112010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13612
13613 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13614 can parse the output of the external commands (Bug#5279).
13615
abd5cfe8
CY
136162010-01-16 Jari Aalto <jari.aalto@cante.net>
13617
13618 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13619
4fe22cdf
CY
136202010-01-16 Chong Yidong <cyd@stupidchicken.com>
13621
bbdc98ef
CY
13622 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13623
c7dc1ac1
CY
13624 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13625
4fe22cdf
CY
13626 * startup.el (command-line): Remove unused --icon-type arg.
13627 Handle --display arg, passing it to command-line-1 (Bug#5392).
13628
045b9da7
ML
136292010-01-16 Mario Lang <mlang@delysid.org>
13630
045b9da7
ML
13631 * emacs-lisp/chart.el (chart-translate-namezone):
13632 * textmodes/artist.el (artist-compute-popup-menu-table):
13633 Remove duplicated words in doc-strings.
13634
6554a5df
CY
136352010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13636
13637 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13638 to mairix-search to suppress threading (Bug#5342).
13639
ca4f0e9a
KH
136402010-01-15 Kenichi Handa <handa@m17n.org>
13641
13642 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13643 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13644
1db3226b
GM
136452010-01-15 Glenn Morris <rgm@gnu.org>
13646
56a03f46
GM
13647 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13648
13649 * wid-edit.el (widget-keymap): Doc fix.
13650
1db3226b
GM
13651 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13652 former seems to be more widely accepted by various svn versions.
13653
80cd4bb4
JB
136542010-01-14 Juanma Barranquero <lekktu@gmail.com>
13655
d1f18ec0
JB
13656 * find-cmd.el (find-constituents):
13657 * vc-arch.el (vc-arch-root):
13658 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13659 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13660 * progmodes/ada-stmt.el (ada-if):
13661 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13662 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13663 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13664 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13665
80cd4bb4
JB
13666 * progmodes/flymake.el (flymake-post-syntax-check):
13667 Fix typo in error message.
13668
9c23ca47
JB
136692010-01-14 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13672 which is always a string. (Bug#5313)
13673
8794c483
JB
136742010-01-14 Juanma Barranquero <lekktu@gmail.com>
13675
13676 * progmodes/ada-xref.el (ada-default-prj-properties):
13677 Simplify previous change.
13678
95005d39
SL
136792010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13680
13681 * progmodes/ada-xref.el (ada-default-prj-properties):
13682 Default ada_project_path to $ADA_PROJECT_PATH.
13683
136842010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13685
13686 * progmodes/ada-mode.el (ada-create-keymap):
13687 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13688
fb0d1545
SL
136892010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13690
13691 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13692 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13693 (ada-get-current-indent, ada-imenu-generic-expression)
13694 (ada-which-function): Check for it.
13695
5c9434d0
SL
136962010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13697
13698 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13699 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13700
3a4f3a3b
GM
137012010-01-14 Glenn Morris <rgm@gnu.org>
13702
13703 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13704
d9a7c140
KH
137052010-01-14 Kenichi Handa <handa@m17n.org>
13706
13707 * composite.el (auto-composition-mode): Make it a buffer local
13708 variable (permanent-local).
13709 (auto-composition-function): Set the default value to
13710 auto-compose-chars.
49caf252 13711 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13712 (global-auto-composition-mode): Likewise.
13713 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13714
38bee102
KF
137152010-01-13 Karl Fogel <kfogel@red-bean.com>
13716
13717 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13718
b8b45afc
MA
137192010-01-12 Michael Albinus <michael.albinus@gmx.de>
13720
13721 * files.el (copy-directory): Compute target for recursive
13722 directories with identical names. (Bug#5343)
13723
893db5bc
GM
137242010-01-12 Glenn Morris <rgm@gnu.org>
13725
6a7662bb
BR
13726 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13727 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13728
d8b8451f
SS
137292010-01-11 Sam Steingold <sds@gnu.org>
13730
13731 * imenu.el (imenu-default-create-index-function): Detect infinite
13732 loops caused by imenu-prev-index-position-function.
13733
30afcdff
JB
137342010-01-11 Juanma Barranquero <lekktu@gmail.com>
13735
13736 * htmlfontify.el (htmlfontify-load-rgb-file)
13737 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13738 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13739 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13740 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13741 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13742 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13743 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13744 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13745 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13746 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13747 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13748 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13749 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13750 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13751 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13752 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13753 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13754 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13755 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13756 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13757 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13758 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13759 backslash-quoting from parentheses, etc.
13760
92b1c416
CY
137612010-01-11 Chong Yidong <cyd@stupidchicken.com>
13762
13763 * progmodes/js.el: Autoload javascript-mode alias.
13764
4454adab
JB
137652010-01-11 Juanma Barranquero <lekktu@gmail.com>
13766
13767 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13768 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13769 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13770 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13771 Fix typos in docstrings.
13772 (ffap-url-regexp): Doc fix.
13773 (ffap-at-mouse): Fix typo in message.
13774
6589a2f9
GM
137752010-01-11 Glenn Morris <rgm@gnu.org>
13776
13777 * version.el (emacs-copyright): Set copyright year to 2010.
13778
4e5617ee
SM
137792010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13780
13781 * format.el (format-annotate-function): Only set
13782 write-region-post-annotation-function after running to-fn so as not to
13783 affect nested write-region calls (bug#5273).
13784
52bee098
CY
137852010-01-10 Chong Yidong <cyd@stupidchicken.com>
13786
a069f067
CY
13787 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13788 wisent/python.el.
13789
e709e39d
CY
137902010-01-09 Chong Yidong <cyd@stupidchicken.com>
13791
13792 * man.el (Man-goto-section): Signal error if the section is not
13793 found (Bug#5317).
13794
6ee86780
JB
137952010-01-09 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13798 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13799
fa7b5f7b
CY
138002010-01-09 Chong Yidong <cyd@stupidchicken.com>
13801
13802 * progmodes/compile.el: Don't treat compile-command as safe if
13803 compilation-read-command might be nil (Bug#4218).
13804
de62c4d9
JD
138052010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13806
13807 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13808 NS options.
13809
e94be827
KH
138102010-01-08 Kenichi Handa <handa@m17n.org>
13811
4e5617ee
SM
13812 * international/fontset.el (build-default-fontset-data):
13813 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13814
1dfae2a2
JB
138152010-01-07 Juanma Barranquero <lekktu@gmail.com>
13816
13817 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13818 to `create-file-buffer' as it expects, not just a buffer name.
13819 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13820 to help uniquify. (Bug#3224)
13821
d0cf45b7
JD
138222010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13823
13824 * font-setting.el (font-setting-change-default-font): Use user-spec
13825 instead of name.
13826
7534fa5e
DN
138272010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13828
13829 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13830
fd579fdc
CY
138312010-01-05 Tom Tromey <tromey@redhat.com>
13832
4e5617ee
SM
13833 * progmodes/python.el (python-font-lock-keywords):
13834 Handle qualified decorators (Bug#881).
fd579fdc 13835
37860caf
DN
138362010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13837
13838 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13839 in a lightweight checkout.
13840
69db641d
KH
138412010-01-05 Kenichi Handa <handa@m17n.org>
13842
4e5617ee 13843 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13844
b25d6a02
DN
138452010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13846
13847 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13848
137d88ca
DN
138492010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13850
13851 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13852 checkouts. (Bug#618)
3d5d0aa9 13853 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13854 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13855 (vc-bzr-shelve-menu-map):
13856 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13857 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13858
da76998b
CY
138592010-01-02 Chong Yidong <cyd@stupidchicken.com>
13860
13861 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13862 They are valid characters in URL paths (rfc3986), and at least
13863 Firefox does not understand the encoded version (Bug#3166).
13864
b2ad70b6
CY
138652010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13866
13867 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13868 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13869 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13870 (octave-end-as-array-index-p): New function.
13871 (calculate-octave-indent): Use it.
13872
54136282
KF
138732010-01-02 Karl Fogel <kfogel@red-bean.com>
13874
13875 * bookmark.el: Consistently put the text property on the bookmark name.
13876 (bookmark-bmenu-marks-width): Bump back to 2, to include
13877 annotation marks.
13878 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13879 property on the bookmark name, instead of not putting it at all.
13880 (bookmark-bmenu-list): Fix where we put the text property.
13881
cc4d3cad
KF
138822010-01-02 Karl Fogel <kfogel@red-bean.com>
13883
13884 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13885 for showing buffer modified state (as added in the previous change).
13886
b894c439
KF
138872010-01-02 Karl Fogel <kfogel@red-bean.com>
13888
13889 * bookmark.el: Show modified state of bookmark buffer more accurately.
13890 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13891 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13892 (with-buffer-modified-unmodified): New macro.
13893 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13894 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13895 Use new macro to preserve the buffer modified state.
b894c439 13896
3a69db53
KF
138972010-01-02 Karl Fogel <kfogel@red-bean.com>
13898
4e5617ee 13899 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13900 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13901 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13902 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13903 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13904 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13905 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13906
af414f10
EZ
139072010-01-02 Eli Zaretskii <eliz@gnu.org>
13908
4e5617ee
SM
13909 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13910 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13911
f2ec0e5e
CY
139122010-01-02 Ryan Yeske <rcyeske@gmail.com>
13913
13914 * net/rcirc.el: Add follow-link binding (Bug#4738).
13915
38c1ba62
EZ
139162010-01-02 Eli Zaretskii <eliz@gnu.org>
13917
4e5617ee 13918 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13919 (cvs-update): New target for backward compatibility.
13920
4e5617ee 13921 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13922 (cvs-update): New target for backward compatibility.
13923
ea2c0f5b
KF
139242010-01-02 Karl Fogel <kfogel@red-bean.com>
13925
13926 * bookmark.el: Remove gratuitous gratitude.
13927
5ae329f4
KF
139282010-01-02 Karl Fogel <kfogel@red-bean.com>
13929
c4cc8b9a 13930 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13931 (bookmark-bmenu-save): Clear buffer modification if no marks.
13932
139332010-01-02 Karl Fogel <kfogel@red-bean.com>
13934
13935 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13936 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13937 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13938 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13939
13940 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13941 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13942 To: emacs-devel {_AT_} gnu.org
13943 Subject: bookmark.el bug report
13944 Date: Mon, 28 Dec 2009 14:19:16 +0800
13945 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13946
aef053eb
KF
139472010-01-02 Karl Fogel <kfogel@red-bean.com>
13948
13949 * bookmark.el: Improvements suggested by Drew Adams:
13950 (bookmark-bmenu-ensure-position): New name for
13951 `bookmark-bmenu-check-position'. Just ensure the position,
13952 don't return any meaningful value.
13953 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13954 New constants.
13955
0472835f
JB
139562010-01-02 Juanma Barranquero <lekktu@gmail.com>
13957
13958 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13959 (bookmark-yank-point, bookmark-bmenu-check-position):
13960 Fix typos in docstrings.
13961 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13962 (bookmark-name-from-full-record, bookmark-get-position)
13963 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13964 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13965 Remove useless quoting of parenthesis, etc. in docstrings.
13966
13967 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13968 (ediff-append-custom-diff): Fix typo in error message.
13969 (ediff-meta-mark-equal-files): Fix typos in messages.
13970
13971 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13972
0472835f
JB
13973 * net/imap-hash.el (imap-hash-make): Doc fix.
13974 (imap-hash-test): Fix typo in error message; reflow docstring.
13975 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13976 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13977 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13978 Fix typos in docstrings.
13979 (imap-hash-open-connection): Fix typo in error message.
13980
13981 * play/gomoku.el (gomoku): Fix typos in docstring.
13982
13983 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13984 (gdb-jsonify-buffer): Fix typos in docstring.
13985 (gdb-goto-breakpoint): Fix typo in error message.
13986 ("Display Other Windows"): Fix typo in help message.
13987 (gdb-speedbar-expand-node): Fix typo in question.
13988
13989 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13990 (idlwave-html-system-help-location, idlwave-html-help-location)
13991 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13992 (idlwave-help-browser-generic-args, idlwave-help-directory)
13993 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13994 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13995 (idlwave-online-help, idlwave-help-html-link)
13996 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13997 Fix typos in docstrings.
13998 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13999 Reflow docstrings.
14000 (idlwave-help-assistant-start): Fix typo in error message.
14001
14002 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14003 (octave-electric-space): Fix typos in docstrings.
14004
9bbe0828
CY
140052010-01-01 Chong Yidong <cyd@stupidchicken.com>
14006
14007 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14008
a88c46c3
CY
140092010-01-01 Juri Linkov <juri@jurta.org>
14010
14011 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14012 increase the default to 500 (Bug#5148).
a88c46c3 14013
7ee6c59b
NR
140142009-12-31 Nick Roberts <nickrob@snap.net.nz>
14015
14016 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14017 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14018 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14019
a9c8a2cd
NR
140202009-12-30 Nick Roberts <nickrob@snap.net.nz>
14021
14022 Show working revision correctly for mercurial.
14023 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14024 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14025
659e4408
JB
140262009-12-29 Juanma Barranquero <lekktu@gmail.com>
14027
14028 Declare some functions for the byte-compiler.
14029 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14030 (speedbar-timer-fn, speedbar-change-expand-button-char)
14031 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14032
7ee6c59b
NR
140332009-12-29 Nick Roberts <nickrob@snap.net.nz>
14034
14035 This changeset reverts GDB Graphical Interface to use annotations.
14036 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14037
460f6e7c
DN
140382009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14039
14040 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14041 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14042 Return file names relative to it.
460f6e7c
DN
14043 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14044 relative directory to vc-bzr-after-dir-status.
14045
543f553a
TH
140462009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14047
14048 * font-lock.el (font-lock-refresh-defaults): New function, which
14049 can be used to let font-lock react to external changes in
14050 variables like font-lock-defaults and keywords.
14051 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14052
2592ab76
DN
140532009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14054
ac859983
DN
14055 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14056
2592ab76
DN
14057 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14058
58941d03
JB
140592009-12-28 Juanma Barranquero <lekktu@gmail.com>
14060
14061 Supersede color.diff settings in git log (bug#5211).
14062
14063 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14064 escape chars in its output when the user has color.diff set to `always'.
14065 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14066
39764e76
KR
140672009-12-26 Kevin Ryde <user42@zip.com.au>
14068
14069 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14070 node. Keep previous "Index" name to work with past coreutils too.
14071
91c4831e
KR
14072 * man.el (man): Revise docstring a bit to show -a and -l as
14073 examples. Add -k description since support for it has otherwise
14074 been a secret. (Further to bug#3717.)
651e932e
KR
14075 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14076 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14077 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14078
7f4d4a97
MA
140792009-12-26 Michael Albinus <michael.albinus@gmx.de>
14080
14081 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14082 switches. Check also for //SUBDIRED// line.
14083
bcffff46
KH
140842009-12-25 Kenichi Handa <handa@m17n.org>
14085
88b5a757 14086 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14087 handle ZWNJ and ZWJ. Use it in composition-function-table for
14088 Devanagari.
14089 (malayalam-composable-pattern): Fix previous change.
14090
dc1dcfa4
VJL
140912009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14092
14093 * ps-print.el (ps-face-attributes): It was not returning the
14094 attribute face for faces specified as string. Reported by harven
80525855 14095 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14096 (ps-print-version): New version 7.3.5.
14097
6fe539d2
UJ
140982009-12-18 Ulf Jasper <ulf.jasper@web.de>
14099
85626eef 14100 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14101 Fix timezone names.
14102 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14103 (icalendar--add-diary-entry): Remove the trailing blank that
14104 diary-make-entry inserts.
14105
1f3611c6
MA
141062009-12-17 Michael Albinus <michael.albinus@gmx.de>
14107
14108 Make `file-expand-wildcards' work for remote files.
14109
14110 * files.el (file-expand-wildcards): In case of remote files, check
14111 only local file name part for wildcards. Provide feature 'files
14112 and subfeature 'remote-wildcards. (Bug#5198)
14113
14114 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14115 if there is already an established connection.
14116 (tramp-advice-file-expand-wildcards): Remove it.
14117
14118 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14119 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14120 Activate advice for older GNU Emacs versions. (Bug#5237)
14121
9762b219
JB
141222009-12-17 Juanma Barranquero <lekktu@gmail.com>
14123
14124 Some doc fixes (more needed).
14125
14126 * find-cmd.el (find-constituents): Reflow docstring.
14127 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14128 (find-generic): Doc fix.
14129
cfb54897
JL
141302009-12-17 Juri Linkov <juri@jurta.org>
14131
14132 Fix regression from 23.1 to allow multiple modes in Local Variables.
14133
14134 * files.el (hack-local-variables-filter): While ignoring duplicates,
14135 don't take `mode' into account.
85626eef
SM
14136 (hack-local-variables-filter, hack-dir-local-variables):
14137 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14138
ad974e9e
JL
141392009-12-17 Juri Linkov <juri@jurta.org>
14140
85626eef 14141 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14142
14143 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14144 `current' or when `file' is a directory of the `current' file.
14145
3616e0b9
AS
141462009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14147
14148 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14149 unconditionally preloaded files.
14150
72b57560
JL
141512009-12-16 Juri Linkov <juri@jurta.org>
14152
14153 Revert to old 23.1 logic of using the file at the mark as default.
14154 * dired-aux.el (dired-diff): Use the file at the mark as default
14155 if it's not the same as the current file, and the target dir is
14156 the current dir or the mark is active. Add the current file
14157 as the arg of `dired-dwim-target-defaults'. Use the default file
14158 in the prompt. (Bug#5225)
14159
68712eb6
MA
141602009-12-15 Michael Albinus <michael.albinus@gmx.de>
14161
14162 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14163 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14164 (tramp-check-for-regexp): Check also, when an echoing shell stops
14165 to echo sent commands.
14166
fd471993
CY
141672009-12-14 Chong Yidong <cyd@stupidchicken.com>
14168
14169 * Makefile.in: Revert last change (Bug#5191).
14170
86b5e14c
DN
141712009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14172
14173 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14174 (vc-hg-working-revision): Make sure the command is executed in a
14175 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14176
8cffbb75
CY
141772009-12-14 Chong Yidong <cyd@stupidchicken.com>
14178
14179 * progmodes/python.el (python-symbol-completions): Remove text
14180 properties from symbol string before calling python-send-receive.
14181
6c2b67ad
NR
141822009-12-14 Nick Roberts <nickrob@snap.net.nz>
14183
14184 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14185 when there are values for both file and line. (Bug#5060)
6c2b67ad 14186
ff6f4585
JL
141872009-12-14 Juri Linkov <juri@jurta.org>
14188
14189 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14190 whitespace after the file name of the first line of unified format,
14191 because git-diff doesn't output whitespace and file modification time
14192 after the file name.
14193
d3de1c8e
JL
141942009-12-14 David Kastrup <dak@gnu.org>
14195
14196 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14197 check if it already has the `display' property added by
14198 `Info-display-images-node', and not put the `invisible' property
14199 in this case.
14200
2f1b7dc4
GM
142012009-12-13 Glenn Morris <rgm@gnu.org>
14202
a0cefee5
GM
14203 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14204 (report-emacs-bug): In message-mode, sort manually before storing
14205 original report text. (Bug#5178)
2f1b7dc4
GM
14206 Remove superfluous save-excursion.
14207
31bb373f
MA
142082009-12-12 Michael Albinus <michael.albinus@gmx.de>
14209
14210 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14211 when responding to "GetAll" properties.
14212
5e1d4968
CY
142132009-12-12 Chong Yidong <cyd@stupidchicken.com>
14214
14215 * simple.el (compose-mail): Remove mail-setup-with-from from
14216 customization checks.
14217
097d86f9
EZ
142182009-12-12 Eli Zaretskii <eliz@gnu.org>
14219
14220 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14221 RAR archives created on Unix systems.
14222
1d4adede
SM
142232009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14226 the varalias that was accidentally removed by the 2009-11-19 change
14227 (bug#5186).
14228
3ff3655c
KH
142292009-12-12 Kenichi Handa <handa@m17n.org>
14230
14231 * language/indian.el (indian-compose-regexp): New function.
14232 (malayalam-composable-pattern): Fix the pattern.
14233 (composition-function-table): Set malayalam-composable-pattern for
14234 Malayalam characters.
14235
82d3343c
CY
142362009-12-11 Chong Yidong <cyd@stupidchicken.com>
14237
315eb96d
CY
14238 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14239 rather than down-mouse-1, based on follow-link conventions.
14240
82d3343c
CY
14241 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14242 are compiled.
14243
86a4c7ac
DN
142442009-12-11 Michael McNamara <mac@mail.brushroad.com>
14245
bf0b361c 14246 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14247 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14248 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14249 (verilog-leap-to-head, verilog-backward-token):
14250 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14251
142522009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14253
bf0b361c
JB
14254 * progmodes/verilog-mode.el (verilog-auto-lineup)
14255 (verilog-nameable-item-re): Cleanup user-visible spelling and
14256 documentation errors. One reported by Gary Delp.
1d4adede 14257 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14258 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14259 package, bug195. Reported by Pierre-David Pfister.
14260
fe03f49a
GM
142612009-12-11 Glenn Morris <rgm@gnu.org>
14262
47641aac
GM
14263 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14264
85094855
GM
14265 * mail/emacsbug.el: No longer require sendmail.
14266 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14267 (report-emacs-bug-orig-text): Doc fix.
14268 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14269 New local variables, to adapt to different mail-user-agents.
14270 (report-emacs-bug): Fix test for a gnu.org address.
14271 Use overlays for emphasis, since font-lock defeats 'face property.
14272 Pretest bugs also end up at the newsgroup these days.
14273 Stop message-mode stripping text properties.
14274 Set and use the new buffer-local variables.
14275 (report-emacs-bug-hook): Add doc-string.
14276 Remove some unnecessary save-excursions and simplify.
14277 Use the appropriate hook and send-command.
14278
fe03f49a
GM
14279 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14280 capitalization of some menu entries.
14281
345427f0
VJL
142822009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14283
277e6741
MP
14284 * whitespace.el (whitespace-display-char-on):
14285 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14286 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14287 New version 12.1.
14288
c70ccbba
EZ
142892009-12-10 Eli Zaretskii <eliz@gnu.org>
14290
14291 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14292 characters in the Attribute field.
14293
f1943c1b
DN
142942009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14295
14296 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14297
1c67aeaa
SM
142982009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14299
14300 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14301 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14302 Disregard autoload-excludes.
14303 (update-directory-autoloads): Obey autoload-excludes here instead.
14304 But don't store its contents in no-autoloads and remove entries that
14305 refer to excludes files.
14306
d8194864
GM
143072009-12-10 Glenn Morris <rgm@gnu.org>
14308
8c0171c0
GM
14309 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14310 (expand-mail-aliases): Define for compiler.
14311
dba372dd
GM
14312 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14313 Define for compiler.
14314
d8194864
GM
14315 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14316 appropriate for the mail-user-agent in use.
14317
fe5facd3
MA
143182009-12-09 Michael Albinus <michael.albinus@gmx.de>
14319
14320 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14321
99999a1d
DN
143222009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14323
14324 Fix short log parsing and fontification.
14325 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14326 Fix fontification for the [merge] label.
14327
2ea1c4aa
SM
143282009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14329
85626eef 14330 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14331 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14332 (hfy-fontify-buffer): Use it.
14333
9840deb6
SM
143342009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14335
a0d1aadf
SM
14336 Minor cleanup.
14337 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14338 Adjust all callers.
14339 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14340 args compulsory. Adjust callers.
14341 (ffap-gopher-at-point): Remove unused var `name'.
14342
9840deb6
SM
14343 Get rid of the ELCFILES abomination.
14344 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14345 (compile-elcfiles): New phony target.
14346 (compile-main): Compute ELCFILES dynamically.
14347 (compile-clean): New target to remove left-over elc files.
14348 (compile, all): Use it.
14349
7eb3f9a8
KH
143502009-12-09 Kenichi Handa <handa@etlken>
14351
14352 * international/mule-diag.el: Require help-mode instead of help-fns.
14353
ae63e572
KH
143542009-12-09 Kenichi Handa <handa@m17n.org>
14355
5ce6e4f4 14356 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14357 fine ranges instead of pre-calculating accurate ranges.
14358 Iterate with bigger gc-cons-threshold.
ae63e572 14359
e2f3c692
DN
143602009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14361
14362 Add support for stashing a snapshot of the current tree.
14363 * vc-git.el (vc-git-stash-snapshot): New function.
14364 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14365
cf6d0352
JB
143662009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14367
14368 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14369 instead of `(beginning|end)-of-line'.
14370
48e4acc9
GM
143712009-12-08 Glenn Morris <rgm@gnu.org>
14372
6e890faa
GM
14373 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14374
48e4acc9
GM
14375 * Makefile.in (ELCFILES): Regenerate.
14376
d2a1dc7b
JL
143772009-12-07 Juri Linkov <juri@jurta.org>
14378
14379 Don't lazy-highlight the comint output in history Isearch mode.
14380
14381 * comint.el (comint-history-isearch-search): Instead of
14382 `comint-line-beginning-position', use `comint-after-pmark-p'
14383 to check if point if before the process mark, and go to
14384 `process-mark' in this case.
14385
51ef56c4
SM
143862009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14387
fb10ee4a
SM
14388 * textmodes/tex-mode.el (latex-complete)
14389 (latex-indent-or-complete): Remove.
14390 (latex-mode): Set completion-at-point-functions instead.
14391
14392 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14393 * minibuffer.el (completion-at-point-functions): New var.
14394 (completion-at-point): New command.
fb10ee4a 14395 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14396 * progmodes/python.el (python-mode-map): Use completion-at-point.
14397 (python-completion-at-point): Rename from python-partial-symbol and
14398 adjust for use in completion-at-point-functions.
14399 (python-mode): Setup completion-at-point for Python completion.
14400 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14401 extracted from lisp-complete-symbol.
14402 (lisp-complete-symbol): Use it.
14403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14404 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14405 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14406 Use completion-at-point.
51ef56c4 14407 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14408 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14409 * progmodes/sym-comp.el: Move to...
14410 * obsolete/sym-comp.el: Move from progmodes.
14411
5e7a9022
EZ
144122009-12-07 Eli Zaretskii <eliz@gnu.org>
14413
14414 Prevent save-buffer in Rmail buffers from using the coding-system
14415 of the current message, and from clobbering the encoding mnemonics
14416 in the mode line (Bug#4623).
14417
14418 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14419 flag, too.
14420 (rmail-message-encoding): New variable.
14421 (rmail-write-region-annotate): Record the encoding of the current
14422 message in rmail-message-encoding.
14423 (rmail-after-save-hook): New function, restores the encoding of
14424 the current message after the message collection is saved.
14425
9136e895
JL
144262009-12-07 Juri Linkov <juri@jurta.org>
14427
14428 * progmodes/grep.el (grep-read-files): Use `completing-read'
14429 instead of `read-string'. Set its `collection' arg to
14430 `read-file-name-internal'. (Bug#4301)
14431
40637410
JL
144322009-12-07 Juri Linkov <juri@jurta.org>
14433
14434 Correctly restore original Isearch point. (Bug#4994)
14435
14436 * isearch.el (isearch-mode): Move `isearch-push-state' after
14437 `(run-hooks 'isearch-mode-hook)'.
14438 (isearch-cancel): When `isearch-push-state-function' is defined,
14439 let-bind `isearch-cmds' to the first state (the last element of
14440 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14441 function and restores the original point). Otherwise, move point
14442 to `isearch-opoint'.
14443
da10ce2b
SM
144442009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14447 chars that don't have names, so the table can be built much faster at
14448 run-time.
14449
3d68fa99
CY
144502009-12-07 Chong Yidong <cyd@stupidchicken.com>
14451
f82b1493
CY
14452 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14453 change. Suggested by David Kastrup.
14454
3d68fa99
CY
14455 * simple.el (compose-mail): Check for incompatibilities and warn.
14456 (compose-mail-user-agent-warnings): New option.
14457
662c5698
DN
144582009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14459
14460 Support showing a single log entry from vc-annotate.
14461 * vc.el (print-log): Add a new argument: START-REVISION.
14462 (vc-print-log-internal): Add a new optional argument and
14463 pass it to the backend.
14464 (vc-print-log, vc-print-root-log): Adjust callers.
14465 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14466 buffer already displays the requested log entry, use it.
14467 Otherwise display only the log entry in question.
14468 * vc-svn.el (vc-svn-print-log):
e4070cdc 14469 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14470 * vc-hg.el (vc-hg-state):
14471 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14472 (vc-git-show-log-entry): Return t on success.
14473 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14474 (vc-bzr-show-log-entry): Return t on success.
14475 * vc-rcs.el (vc-rcs-print-log):
14476 * vc-sccs.el (vc-sccs-print-log):
14477 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14478
e4070cdc
GM
144792009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14480
5ce6e4f4
JB
14481 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14482 Add menus to the meta mode. (Bug#5043)
e4070cdc 14483
5ce6e4f4 144842009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14485
14486 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14487 event-key.
662c5698 14488
662c5698
DN
14489 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14490
dab816a9
MA
144912009-12-07 Michael Albinus <michael.albinus@gmx.de>
14492
14493 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14494 Berbain <raphael.berbain@gmail.com>.
14495
14496 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14497 characters.
14498 (tramp-initial-end-of-output): New defconst.
14499 (tramp-methods, tramp-find-shell)
14500 (tramp-open-connection-setup-interactive-shell)
14501 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14502 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14503 Handle existence of `#' and `$'.
dab816a9 14504
6a7662bb
BR
14505 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14506 Use `tramp-initial-end-of-output'.
dab816a9 14507
a91e1f6b
DN
145082009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14509
14510 Get the background mode from the terminal for xterm, and set
14511 faces accordingly.
14512 * term/xterm.el (xterm-set-background-mode): New function.
14513 (terminal-init-xterm): Use it in case xterm supports background
14514 color queries. Recompute faces after getting the background
14515 color.
14516
5fa9d1ec
GM
145172009-12-07 Ulrich Mueller <ulm@gentoo.org>
14518
14519 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14520 number comment back on its own line, for easier parsing.
14521
5e9fde5e
SM
145222009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 Make it work for non-file buffers (bug#5102).
14525 * doc-view.el (doc-view-current-cache-dir):
14526 Use doc-view-buffer-file-name rather than buffer-file-name.
14527 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14528
2f2f5242
CY
145292009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14530
14531 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14532 author field is too short.
14533
cebf8ec6
DN
145342009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14535
5e9fde5e
SM
14536 * vc-git.el (vc-git-print-log): Handle a limit argument.
14537 Display the short log in graph form and with labels.
0d3f8a78
DN
14538 (vc-git-log-view-mode): Handle labels.
14539
cebf8ec6
DN
14540 Make vc-revert change VC state from 'added to 'unregistered.
14541 * vc-git.el (vc-git-revert): Call git reset first.
14542
8e39154d
UJ
145432009-12-06 Ulf Jasper <ulf.jasper@web.de>
14544
d8194864
GM
14545 * net/newst-backend.el, net/newst-plainview.el:
14546 * net/newst-reader.el, net/newst-ticker.el:
14547 * net/newst-treeview.el, net/newsticker.el:
14548 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14549
ef187c24
CY
145502009-12-06 Chong Yidong <cyd@stupidchicken.com>
14551
238a0f3a
CY
14552 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14553
2c6bb71a
CY
14554 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14555 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14556 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14557 Update annotation regexp.
14558
ef187c24
CY
14559 * simple.el (beginning-of-visual-line): Constrain to field
14560 boundaries (Bug#5106).
14561
571855b6
UJ
145622009-12-06 Ulf Jasper <ulf.jasper@web.de>
14563
6a7662bb
BR
14564 * xml.el (xml-substitute-numeric-entities):
14565 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14566 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14567 * net/newst-backend.el (newsticker--parse-generic-feed)
14568 (newsticker--parse-generic-items)
6a7662bb
BR
14569 (newsticker--decode-numeric-entities):
14570 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14571 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14572
b857059c
CY
145732009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14574
14575 * progmodes/js.el (js--js-not): Add null to the list of values.
14576
c2dae51b
CY
145772009-12-06 Chong Yidong <cyd@stupidchicken.com>
14578
d8194864 14579 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14580
ed0f72d2
RW
145812009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14582
14583 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14584 delimiter if it is at the end of the current line.
14585 (bibtex-generate-url-list): Fix docstring.
14586
365b9a62
SM
145872009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14590 minibuffer's content with itself.
14591 Fold the confirm-after-completion case into the `confirm' case.
14592 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14593
990a9cb1
KR
145942009-12-06 Kevin Ryde <user42@zip.com.au>
14595
14596 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14597 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14598
8b5a10db 14599 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14600 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14601
065543e7
JL
146022009-12-05 Juri Linkov <juri@jurta.org>
14603
14604 Save and restore dired buffer's point positions too. (Bug#4880)
14605
14606 * dired.el (dired-save-positions): Return in the first element
14607 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14608 Doc fix.
14609 (dired-restore-positions): First restore buffer's position.
14610 While restoring window's positions, check if window still displays
14611 the original buffer.
14612
503edac9
CY
146132009-12-05 Chong Yidong <cyd@stupidchicken.com>
14614
9a594ee6
CY
14615 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14616 if possible.
14617
925f8c70
CY
14618 * shell.el (shell): Require ansi-color (Bug#5113).
14619
14620 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14621
503edac9
CY
14622 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14623
8fea6b33
AM
146242009-12-05 Alan Mackenzie <acm@muc.de>
14625
14626 * progmodes/cc-mode.el (c-before-hack-hook)
14627 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14628 `c-file-style' to work again. This reversion restores the current
212c5aef 14629 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14630
5d1fd962
CY
146312009-12-05 Kevin Ryde <user42@zip.com.au>
14632
6a7662bb
BR
14633 * textmodes/sgml-mode.el (sgml-lexical-context):
14634 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14635
30760c8b
JL
146362009-12-05 Juri Linkov <juri@jurta.org>
14637
14638 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14639 for virtual nodes. (Bug#4147)
14640 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14641 when moving from a virtual node.
14642 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14643 (Info-mode): Add `Info-virtual-index' to the docstring.
14644
403111a8
RW
146452009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14646
14647 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14648 track of the buffer position of the end of a BibTeX entry as this
14649 position may change during reformatting.
14650 (bibtex-format-entry): Remove whitespace before processing
14651 numerical fields so that we recognize the latter properly.
14652 (bibtex-reformat): Do not use push which changes the global value
14653 of bibtex-entry-format.
14654 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14655 (bibtex-field-re-init): Replace only space characters by regexp
14656 for whitespace.
365b9a62 14657 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14658 (bibtex-initialize): Also update bibtex-strings.
14659 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14660 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14661 Update bibtex-reference-keys.
403111a8 14662
25b54627
SM
146632009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14664
14665 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14666 point after a star, if that's the only place where modifications can
14667 make progress.
14668
35639eb4
DN
146692009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14670
14671 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14672 in docstrings.
14673
8b78760b
JL
146742009-12-04 Juri Linkov <juri@jurta.org>
14675
14676 * proced.el (proced): Call `(proced-update t)' to update process
14677 information instead of only running proced-post-display-hook.
14678 (proced-send-signal): Add a leading space to the buffer name
14679 " *Marked Processes*" to make this buffer ephemeral.
14680
2b3489a7
JL
146812009-12-04 Juri Linkov <juri@jurta.org>
14682
14683 * dired.el (dired-auto-revert-buffer): New defcustom.
14684 (dired-internal-noselect): Use it.
14685
9b9debd1
JL
146862009-12-04 Juri Linkov <juri@jurta.org>
14687
14688 Change roles of modes and functions in image-mode.el (Bug#5062).
14689
14690 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14691 in `auto-mode-alist'.
14692 (image-mode-previous-major-mode): New variable.
14693 (image-minor-mode-map): Rename from `image-mode-text-map'.
14694 (image-mode): Move graceful error-handling code from
14695 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14696 (image-minor-mode): Remove all image-handling code.
14697 Replace `image-mode-text-map' with `image-minor-mode-map'.
14698 Check for `image-type' in mode-line format string.
14699 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14700 (image-mode-as-text): New function with most code from
14701 `image-mode-maybe'.
14702 (image-toggle-display-text): Move code that removes image
14703 properties from `image-toggle-display' to here.
14704 (image-toggle-display-image): New function with code that adds
14705 image properties copied from `image-toggle-display'.
14706 (image-toggle-display): Remove most code with leaving only code
14707 that toggles between `image-mode-as-text' and `image-mode'.
14708
0c74a301
UJ
147092009-12-04 Ulf Jasper <ulf.jasper@web.de>
14710
14711 * net/newst-treeview.el
14712 (newsticker--treeview-list-highlight-start): Restored call to
14713 save-excursion: Selected item was stuck.
14714 (newsticker--treeview-list-select): New.
14715 (newsticker--treeview-item-show-text)
14716 (newsticker--treeview-item-show)
14717 (newsticker--treeview-item-update): Use new
14718 newsticker-treeview-item-mode.
14719 (newsticker-treeview-update): Keep current item.
14720 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14721 (newsticker--treeview-first-feed): Doc change.
14722 (newsticker-treeview-list-menu)
88b5a757 14723 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14724 (newsticker-treeview-item-mode): New.
14725
5ce6e4f4 14726 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14727 windows.
14728
9eaeec5b
SS
147292009-12-04 Sam Steingold <sds@gnu.org>
14730
14731 * log-view.el (log-view-mode-map): "q" calls quit-window,
14732 like in all the other non-self-insert buffers.
14733
b2bf5be5
SM
147342009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 Minor cleanup.
14737 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14738 key decoding rather than do it manually via last-input-event +
14739 ascii-character.
14740 (term-exec): Use delete-and-extract-region.
14741 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14742 (term-process-pager): Remove unused var `i'.
14743 (term-dynamic-simple-complete): Make obsolete.
14744 (serial-update-config-menu): Remove unused vars `y' and `str'.
14745 (term-update-mode-line): Remove unused var `temp'.
14746
46e5c897
DN
147472009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14748
14749 Limit the number of log entries displayed by default.
14750 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14751 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14752 using a prefix argument.
14753
627e0a14
GM
147542009-12-03 Glenn Morris <rgm@gnu.org>
14755
14756 * progmodes/idlwave.el (class): Restore still useful declaration.
14757
8578c224
AM
147582009-12-03 Alan Mackenzie <acm@muc.de>
14759
4abc318c 14760 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14761
b2bf5be5
SM
14762 * progmodes/cc-mode.el (c-basic-common-init):
14763 Call c-state-cache-init.
9762b219 14764 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14765 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14766 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14767
14768 * progmodes/cc-langs.el (c-before-font-lock-function):
14769 c-extend-and-neutralize-syntax-in-CPP has been renamed
14770 c-neutralize-syntax-in-and-mark-CPP.
14771
14772 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14773 with `category' properties now, not `syntax-table' ones.
14774
14775 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14776 enhanced (but slower) version of c-end-of-macro that won't land
14777 inside a literal or on another awkward character.
14778 (c-state-cache-too-far, c-state-cache-start)
14779 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14780 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14781 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14782 (c-state-min-scan-pos, c-state-brace-pair-desert)
14783 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14784 buffer local variables.
14785 (c-state-literal-at, c-state-lit-beg)
14786 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14787 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14788 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14789 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14790 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14791 (c-renarrow-state-cache)
14792 (c-append-lower-brace-pair-to-state-cache)
14793 (c-state-push-any-brace-pair, c-append-to-state-cache)
14794 (c-remove-stale-state-cache)
14795 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14796 (c-invalidate-state-cache-1, c-parse-state-1)
14797 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14798 (c-parse-state): Enhance and refactor.
14799 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14800
14801 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14802 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14803 modify to use category text properties rather than syntax-table ones.
14804 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14805 to switch off/on the syntactic paren property of C++ template
14806 delimiters using the category property.
14807 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14808 template delims suppressed.
14809 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14810 New constant/macros which apply category properties to the start
14811 and end of preprocessor constructs.
b2bf5be5 14812 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14813 "comment out" the syntactic value of characters in preprocessor
14814 constructs.
14815 (c-with-cpps-commented-out)
14816 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14817 with characters in all or all but one preprocessor constructs
14818 "commented out".
14819
0d4dc442
RW
148202009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14821
14822 * proced.el (proced-filter-alist): Use regexp-quote.
14823
a09dc9bf
MA
148242009-12-03 Michael Albinus <michael.albinus@gmx.de>
14825
14826 Cleanup.
14827 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14828 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14829 arguments. Expand `default-directory'.
14830
14831 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14832 the benefit of returning an expanded localname.
14833 (tramp-tramp-file-p): Handle the case NAME is not a string.
14834
3f6bd790
DN
148352009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14836
4dfb3b9c
DN
14837 Add support for bzr shelve/unshelve.
14838 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14839 (vc-bzr-extra-menu-map): New variables.
14840 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14841 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14842 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14843 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14844 (vc-bzr-dir-extra-headers): Display shelves.
14845
3f6bd790
DN
14846 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14847
842d73a1
SM
148482009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14849
14850 * textmodes/bibtex.el (bibtex-complete-internal):
14851 Use completion-in-region.
14852 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14853
7fa4876f
DN
148542009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14855
14856 Support applying stashes. Improve UI.
14857 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14858 (vc-git-stash-apply, vc-git-stash-pop)
14859 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14860 (vc-git-stash-menu): New functions.
14861 (vc-git-stash-menu-map): New variable.
14862 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14863
d6e82452
GM
148642009-12-03 Glenn Morris <rgm@gnu.org>
14865
14866 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14867 (vc-print-log-internal): Fix previous change.
14868 (vc-revert): Correct pluralization.
14869
8d222148
SM
148702009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14871
ea52206b
SM
14872 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14873 it to be an alist any more.
14874 (makefile-complete): Use completion-in-region.
14875
69a94a37
SM
14876 * progmodes/octave-mod.el (octave-complete-symbol):
14877 Use completion-in-region.
14878
8d222148
SM
14879 Misc cleanup.
14880 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14881 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14882 (idlwave-complete-class): Don't quote lambda.
14883 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14884 (idlwave-mode-map): Move initialization into declaration.
14885 (idlwave-action-and-binding): Use backquotes.
14886 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14887 Simplify.
14888 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14889 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14890 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14891 `parts', and `all-parts'.
14892 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14893 (idlwave-convert-xml-system-routine-info): Remove unused string
14894 `version-string'.
14895 (idlwave-display-user-catalog-widget): Use dolist.
14896 (idlwave-scanning-lib): Declare dynamically-scoped var.
14897 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14898 (completion-highlight-first-word-only): Declare to silence bytecomp.
14899 (idlwave-popup-select): Tighten scope of `resp'.
14900 (idlwave-find-struct-tag): Remove unused var `beg'.
14901 (idlwave-after-load-rinfo-hook): Declare.
14902 (idlwave-sintern-class-info): Remove unused var `taglist'.
14903 (idlwave-find-class-definition): Remove unused var `list'.
14904 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14905 (idlwave-what-module-find-class): Remove unused var `classes'.
14906
3bb8691b
JB
149072009-12-03 Juanma Barranquero <lekktu@gmail.com>
14908
14909 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14910
f72f0c23
SM
149112009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14912
14913 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14914 buffers visited. Remove redundant current-buffer-saving.
14915
601a9508
SM
149162009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 Use completion-in-buffer and remove uses of dynamic scoping.
14919 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14920 (pascal-buffer-to-use, pascal-flag): Don't declare.
14921 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14922 (pascal-get-completion-decl, pascal-keyword-completion):
14923 Add `pascal-str' argument, save-excursion,
14924 return the found completions, and don't filter with pascal-pred.
14925 (pascal-completion-cache): New var.
14926 (pascal-completion): Don't switch buffer any more (it was never
14927 necessary). Don't save-excursion any more (it's done by the called
14928 subroutines). Use a cache to avoid redundant computations.
14929 Use complete-with-action rather than pascal-completion-response and
14930 let it apply the predicate as well.
14931 (pascal-complete-word): Use completion-in-buffer when
14932 pascal-toggle-completions is nil.
14933 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14934 not used any more.
14935 (pascal-comp-defun): Don't change buffer any more.
14936 Use complete-with-action rather than pascal-completion-response and
14937 let it apply the predicate as well.
14938 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14939 when neded.
14940
1ff4cb98
KH
149412009-12-02 Kenichi Handa <handa@m17n.org>
14942
14943 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14944 shape for all Indic scripts.
14945
bb12edf1
SM
149462009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 Use completion-in-buffer.
14949 * wid-edit.el (widget-field-text-end): New function.
14950 (widget-field-value-get): Use it.
14951 (widget-string-complete, widget-file-complete)
14952 (widget-color-complete): Use it and completion-in-region.
14953 (widget-complete): Don't narrow the buffer.
14954
5813f6ef
GM
149552009-12-02 Glenn Morris <rgm@gnu.org>
14956
c920f222
GM
14957 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14958 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
14959 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14960 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 14961
5813f6ef
GM
14962 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14963 save-excursion with save-current-buffer.
14964 Widen before searching. (Bug#5093)
14965 (diary-list-sexp-entries): Remove superfluous save-excursion.
14966
34b1d750
GM
149672009-12-02 Michael Welsh Duggan <mwd@cert.org>
14968
14969 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14970 name. (Bug#5038)
14971
b2d5f31a
GM
149722009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14973
14974 * ido.el (ido-file-internal): Handle filenames at point that do
14975 not have a directory part. (Bug#5049)
14976
c710ac3c
JB
149772009-12-02 Juanma Barranquero <lekktu@gmail.com>
14978
14979 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14980 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14981
9946be46
SM
149822009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14983
14984 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14985 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14986 any more.
14987
b08016f2
SM
149882009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14989
e7440df4
SM
14990 * comint.el (comint-insert-input): Ignore clicks to the right of
14991 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14992
3bb8691b 14993 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
14994 terminate before setting up the major mode.
14995
f3b757f5
SM
14996 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14997 in case.
14998
a2877f1d
SM
14999 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15000 the last element.
15001
b08016f2
SM
15002 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15003
782d6e30
GM
150042009-12-01 Glenn Morris <rgm@gnu.org>
15005
15006 * window.el (window--display-buffer-2): Fix previous changes.
15007
28f57f7e
CY
150082009-12-01 Chong Yidong <cyd@stupidchicken.com>
15009
15010 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15011
c31a2fdc
GM
150122009-12-01 Glenn Morris <rgm@gnu.org>
15013
15014 * Makefile.in (ELCFILES): Add mpc.elc.
15015
e1ada222
SM
150162009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15017
15018 * mpc.el: New file.
15019
0c9ff2c5
GM
150202009-12-01 Glenn Morris <rgm@gnu.org>
15021
3689984f
GM
15022 * window.el (window-to-use): Define for compiler.
15023
3ab4308b
GM
15024 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15025 consistent with others (no final period).
15026
0c9ff2c5
GM
15027 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15028 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15029
fb0c18ff
DN
150302009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15031
15032 Make vc-print-log buttons work.
045b9da7 15033 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15034
2ac7e73e
JB
150352009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15036
15037 * savehist.el (savehist-autosave-interval): Allow setting to nil
15038 through customize. (Bug#5056)
15039
5237d741
JB
150402009-11-30 Juanma Barranquero <lekktu@gmail.com>
15041
15042 Fix references to jit-lock properties.
15043 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15044 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15045 (perl-font-lock-special-syntactic-constructs):
15046 Quote jit-lock-defer-multiline property.
15047
379241fa
DN
150482009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15049
15050 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15051
054ae856
JL
150522009-11-30 Juri Linkov <juri@jurta.org>
15053
15054 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15055 value `buffer' of `multi-isearch-next-buffer-current-function'.
15056 Use `(current-buffer)' when `buffer' is nil.
15057 (multi-isearch-next-buffer-from-list): Don't fallback to
15058 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15059
67296dda
JL
150602009-11-30 Juri Linkov <juri@jurta.org>
15061
15062 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15063 of buffers with `get-buffer' to `multi-isearch-buffers'.
15064 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15065 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15066 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15067 FILES with `expand-file-name' converting relative file names
15068 to absolute. Doc fix. (Bug#4727)
15069
c585bf32
JL
150702009-11-30 Juri Linkov <juri@jurta.org>
15071
15072 * misearch.el (multi-isearch-read-buffers)
15073 (multi-isearch-read-matching-buffers): New functions.
15074 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15075 Use them in the `interactive' spec. Doc fix.
15076 (multi-isearch-read-files, multi-isearch-read-matching-files):
15077 New functions.
15078 (multi-isearch-files, multi-isearch-files-regexp):
15079 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15080
0a745733
JL
150812009-11-30 Juri Linkov <juri@jurta.org>
15082
15083 * doc-view.el (doc-view-continuous):
15084 Rename from `doc-view-continuous-mode'.
15085 (doc-view-menu): Move "Toggle display" to the top.
15086 Add submenu "Continuous" with radio buttons "Off"/"On"
15087 and "Save as Default".
15088 (doc-view-scroll-up-or-next-page)
15089 (doc-view-scroll-down-or-previous-page)
15090 (doc-view-next-line-or-next-page)
6a7662bb
BR
15091 (doc-view-previous-line-or-previous-page):
15092 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15093
1f9689eb
JL
150942009-11-30 Juri Linkov <juri@jurta.org>
15095
15096 * comint.el (comint-mode-map): Rebind `M-r' from
15097 `comint-previous-matching-input' to
15098 `comint-history-isearch-backward-regexp'.
15099 Unbind `M-s' to allow global key binding `M-s'.
15100 Add menu items for `comint-history-isearch-backward' and
15101 `comint-history-isearch-backward-regexp'. (Bug#3746)
15102
2952b1ae
JL
151032009-11-30 Juri Linkov <juri@jurta.org>
15104
15105 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15106 For def=recenter, replace `recenter' with `recenter-top-bottom'
15107 that is called with `this-command' and `last-command' let-bound
15108 to `recenter-top-bottom'. When the last `def' was not `recenter',
15109 set `recenter-last-op' to nil. (Bug#4981)
15110
7a9547ca
SM
151112009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15112
20565545
SM
15113 Minor cleanup and simplification.
15114 * filecache.el (file-cache-add-directory)
15115 (file-cache-add-directory-recursively)
15116 (file-cache-add-from-file-cache-buffer)
15117 (file-cache-delete-file-regexp, file-cache-delete-directory)
15118 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15119 (file-cache-temp-minibuffer-message): Delete function.
15120 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15121
7a9547ca
SM
15122 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15123 Don't signal an error when bumping into EOB in tr, s, or y.
15124
08e968f3
JL
151252009-11-29 Juri Linkov <juri@jurta.org>
15126
15127 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15128 (Bug#4960)
15129
15130 * descr-text.el (describe-char-unidata-list): Use lowercase name
15131 for "Unicode name" like in other tags.
15132
f8d170a4
JL
151332009-11-29 Juri Linkov <juri@jurta.org>
15134
15135 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15136 New compatibility macro.
7a9547ca 15137 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15138
0116abbd
JL
151392009-11-29 Juri Linkov <juri@jurta.org>
15140
15141 Add defcustom to define the cycling order of `recenter-top-bottom'.
15142 (Bug#4981)
15143
15144 * window.el (recenter-last-op): Doc fix.
15145 (recenter-positions): New defcustom.
15146 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15147 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15148
61eef560
MA
151492009-11-29 Michael Albinus <michael.albinus@gmx.de>
15150
15151 Improve integration of Tramp and ange-ftp in eshell.
15152
e4070cdc 15153 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15154 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15155 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15156
15157 * eshell/esh-util.el (top): Require also Tramp when compiling.
15158 (eshell-directory-files-and-attributes): Check for FTP remote
15159 connection.
15160 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15161 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15162 (eshell-file-attributes): Handle ".". Return `entry'.
15163
15164 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15165 (ange-ftp-directory-files-and-attributes)
15166 (ange-ftp-real-directory-files-and-attributes): New defuns.
15167
15168 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15169 shell with "exec" when possible. This prevents trailing prompts
15170 in `start-file-process'.
15171
f5467d3f
SM
151722009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15173
21f49db9
SM
15174 Try and remove assumptions about point-min==1.
15175 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15176 (rng-compute-mode-line-string): Show the validation percentage in
15177 terms of the narrowed text, not the widened text.
15178 (rng-do-some-validation): Don't catch internal errors when debugging.
15179 (rng-first-error): Simplify.
15180 (rng-after-change-function): Remove work around. AFAIK the bug has
15181 been fixed a while ago.
15182
26224faf
SM
15183 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15184 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15185
d7117720
SM
15186 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15187
f5467d3f
SM
15188 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15189 `cd' doesn't always do it for us (bug#5067).
15190
15191 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15192 on 2009-10-25 as part of some other change (bug#5067).
15193
c5269f1c
SM
151942009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15195
62a258a7
SM
15196 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15197 `suspicious'.
15198 (byte-compile-warnings): Use byte-compile-warning-types.
15199 (byte-compile-save-excursion): Warn about use of set-buffer right
15200 after save-excursion.
15201
c5269f1c
SM
15202 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15203 the excursion as well.
15204
3ba30eb8
MA
152052009-11-27 Michael Albinus <michael.albinus@gmx.de>
15206
15207 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15208 providing a Tramp related implementation of "su" and "sudo".
15209 (eshell-unix-initialize): Add "su" and "sudo".
15210
6c6f788d
DU
152112009-11-27 Daiki Ueno <ueno@unixuser.org>
15212
15213 * net/socks.el (socks-send-command): Convert binary request to
15214 unibyte before sending. This fixes mishandling of some port
15215 numbers such as 129.
15216
10c877fe
SM
152172009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15218
6f06a171
SM
15219 * help.el (describe-bindings-internal): Remove `interactive'.
15220
10c877fe
SM
15221 * man.el (Man-completion-table): Trim a terminating "(".
15222 Remove the space between name page a section.
15223 Add the command's description on the `help-echo' property.
c5269f1c
SM
15224 Remove `process-connection-type' binding since it's unused by
15225 call-process.
10c877fe
SM
15226 Provide completion for the "<section> <name>" format as well.
15227 (Man-default-man-entry): Remove spurious var shadowing the argument.
15228
c44a4822
KR
152292009-11-26 Kevin Ryde <user42@zip.com.au>
15230
15231 * log-view.el: Add "Keywords: tools", since its other keywords
15232 aren't in finder-known-keywords, and following vc.el.
15233
9d58f081
KR
15234 * sha1.el (sha1-string-external): default-directory "/" in case
15235 otherwise non-existent. process-connection-type pipe for touch of
15236 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15237
72fe6b25
SM
152382009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 Misc coding convention cleanups.
15241 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15242 hfy-init-kludge-hooks.
15243 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15244 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15245 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15246 and push.
15247 (hfy-slant, hfy-weight): Use tables rather than code.
15248 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15249 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15250 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15251 (hfy-face-to-css): Remove `nconc' with single arg.
15252 (hfy-p-to-face-lennart): Use `or'.
15253 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15254 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15255 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15256 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15257 (hfy-force-fontification): Use run-hooks.
15258
85e0a536
SM
152592009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15260
15261 Various minor fixes.
15262 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15263 Javascript belongs in the header, not the body.
15264 (hfy-javascript): Remove.
15265 (hfy-fontify-buffer): Don't insert it any more.
15266 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15267 Fix bug in invis handling when there were no invis props in a chunk.
15268
62ccc42c
SM
152692009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15270
15271 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15272
2643c7aa
DN
152732009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15274
15275 * finder.el (finder-mode-map): Add a menu.
15276
0e5c8aed
DN
152772009-11-26 Michael McNamara <mac@mail.brushroad.com>
15278
bf0b361c 15279 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15280 "unsigned" structs.
15281
15282 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15283 fork" statement better.
15284
152852009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15286
bf0b361c
JB
15287 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15288 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15289 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15290 Reported by Clay Douglass.
0e5c8aed
DN
15291
15292 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15293 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15294 Fix removing "// Interfaces" when saving .* expansions.
15295 Reported by Pierre-David Pfister.
0e5c8aed 15296
7629c4e7
GM
152972009-11-26 Glenn Morris <rgm@gnu.org>
15298
62ccc42c
SM
15299 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15300 the scope.
7629c4e7 15301
a5d358f8
JB
153022009-11-25 Johan Bockgård <bojohan@gnu.org>
15303
15304 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15305 Really use previous revision.
15306
002cbde5
KR
153072009-11-25 Kevin Ryde <user42@zip.com.au>
15308
15309 * man.el (Man-completion-table): default-directory "/" in case
15310 doesn't otherwise exist. process-environment COLUMNS=999 so as
15311 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15312 any chance of hitting the pseudo-tty TIOCGWINSZ.
15313 (man): completion-ignore-case t for friendliness and since man
15314 itself is case-insensitive on the command line.
15315 Further to Bug#3717.
002cbde5 15316
8cb5ffe8
KR
15317 * arc-mode.el: Add "Keywords: files", so the details in its
15318 commentary can be reached from finder-by-keyword.
34607612
KR
15319 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15320 editing mode, but it's comms related and sgml-mode.el has "comm"
15321 on that basis too.
b8dfcf54 15322 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15323 * international/isearch-x.el, international/ja-dic-cnv.el:
15324 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15325 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15326
1e2d9ba1
JL
153272009-11-25 Juri Linkov <juri@jurta.org>
15328
15329 * man.el (Man-completion-table): Modify regexp to include
15330 section names to completion strings. (Bug#3717)
15331
a601d313
JL
153322009-11-25 Juri Linkov <juri@jurta.org>
15333
15334 Search recursively in gzipped files. (Bug#4982)
15335
15336 * progmodes/grep.el (grep-highlight-matches): Add new options
15337 `always' and `auto'. Doc fix.
15338 (grep-process-setup): Check `grep-highlight-matches' for
15339 `auto-detect' to determine the need to compute grep defaults.
15340 Move Windows/DOS specific --colors settings handling
15341 to `grep-compute-defaults'. Check `grep-highlight-matches'
15342 to get the value of "--color=".
15343 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15344 has the value `auto-detect'. Move Windows/DOS specific settings
15345 from `grep-process-setup'.
15346 (zrgrep): New command with alias `rzgrep'.
15347
bde04ea9
JL
153482009-11-25 Juri Linkov <juri@jurta.org>
15349
15350 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15351 to nil instead of switching off view-mode. (Bug#4896)
15352
7d6b4d3c
JL
153532009-11-25 Juri Linkov <juri@jurta.org>
15354
15355 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15356
15357 * mwheel.el (mwheel-scroll-up-function)
15358 (mwheel-scroll-down-function): New defvars.
15359 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15360 `scroll-up', and `mwheel-scroll-down-function' instead of
15361 `scroll-down'.
15362
15363 * doc-view.el (doc-view-scroll-up-or-next-page)
15364 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15365 Use this ARG in the call to image-scroll-up/image-scroll-down.
15366 Change `interactive' spec to "P". Goto next/previous page only
15367 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15368 SPC/DEL case). Doc fix.
15369 (doc-view-next-line-or-next-page)
15370 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15371 for consistency.
15372 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15373 `doc-view-scroll-up-or-next-page', and buffer-local
15374 `mwheel-scroll-down-function' to
15375 `doc-view-scroll-down-or-previous-page'.
15376
e237085f
JL
153772009-11-25 Juri Linkov <juri@jurta.org>
15378
15379 Provide additional default values (directories at other Dired
15380 windows) via M-n in the minibuffer of some Dired commands.
15381
15382 * dired-aux.el (dired-diff, dired-compare-directories)
15383 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15384 `minibuffer-default' in `minibuffer-with-setup-hook'.
15385 (dired-dwim-target-directory): Find a window that displays Dired
15386 buffer instead of failing when the next window is not Dired.
15387 Use `get-window-with-predicate' to find for the next Dired window.
15388 (dired-dwim-target-defaults): New function.
15389
15390 * ediff-util.el (ediff-read-file-name):
15391 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15392 in `minibuffer-with-setup-hook'.
15393
7d371eac
JL
153942009-11-25 Juri Linkov <juri@jurta.org>
15395
15396 Provide additional default values (file name at point or at the
15397 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15398
15399 * minibuffer.el (read-file-name-defaults): New function.
15400 (read-file-name): Reset `minibuffer-default' to nil when
15401 it duplicates initial input `insdef'.
15402 Bind `minibuffer-default-add-function' to lambda that
15403 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15404 (minibuffer-insert-file-name-at-point): New command.
15405
15406 * files.el (file-name-at-point-functions): New defcustom.
15407 (find-file-default): Remove defvar.
15408 (find-file-read-args): Don't use `find-file-default'.
15409 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15410 to `read-file-name'.
15411 (find-file-literally): Use `read-file-name' with
15412 `confirm-nonexistent-file-or-buffer'.
15413
15414 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15415
15416 * dired.el (dired-read-dir-and-switches):
15417 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15418 to `read-file-name'.
15419 (dired-file-name-at-point): New function.
15420 (dired-mode): Add hook `dired-file-name-at-point' to
15421 `file-name-at-point-functions'.
15422
04ae543a
SM
154232009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15424
15425 Really make the *Completions* window soft-dedicated (bug#5030).
15426 * window.el (window--display-buffer-2): Add `dedicated' argument.
15427 (display-buffer): Pass it when needed so the dedicated flag is set
15428 after calling set-window-buffer, which would otherwise reset it.
15429
eb708e66
SM
154302009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15431
d6b8d4e7
SM
15432 * progmodes/meta-mode.el (meta-complete-symbol):
15433 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15434 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15435 Use completion-in-region.
15436
5f24557b
SM
15437 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15438 (dabbrev-completion): Use completion-in-region.
15439 (dabbrev--abbrev-at-point): Simplify regexp.
15440
fe4346f0
SM
15441 * abbrev.el (abbrev--before-point): Use word-motion functions
15442 if :regexp is not specified (bug#5031).
15443
cb190d7d
SM
15444 * subr.el (string-prefix-p): New function.
15445
e2ec6dd5
SM
15446 * man.el (Man-completion-cache): New var.
15447 (Man-completion-table): Use it.
15448
eb708e66
SM
15449 * vc.el (vc-print-log-internal): Make `limit' optional for better
15450 compatibility (e.g. with vc-annotate.el).
15451
4cf8971b
KR
154522009-11-24 Kevin Ryde <user42@zip.com.au>
15453
eb708e66 15454 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15455 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15456
4cf8971b
KR
15457 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15458 when .el source file not found or other error.
15459
d204c46c
SM
154602009-11-24 Markus Triska <markus.triska@gmx.at>
15461
15462 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15463
bb301b9a
SM
154642009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15465
449c27f0
SM
15466 Handle the [back] button properly (bug#4979).
15467 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15468 Use help-setup-xref, help-buffer, and with-help-window.
15469 (describe-char): Add `buffer' argument.
15470 Pass proper command to help-setup-xref. Don't meddle with
15471 help-xref-stack-item directly.
15472 (describe-text-category): Use with-help-window and help-buffer.
15473
32fe5377
SM
15474 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15475 for the displayed buffer (bug#4887).
15476
bb301b9a
SM
15477 * man.el (Man-completion-table): New function.
15478 (man): Use it.
15479
35179414
DR
154802009-11-24 David Reitter <david.reitter@gmail.com>
15481
bb301b9a 15482 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15483 .git is) rather than the file's directory and a relative path spec
15484 to work around a bug in git.
15485
605a20a9
MA
154862009-11-24 Michael Albinus <michael.albinus@gmx.de>
15487
15488 Improve handling of processes on remote hosts.
15489
15490 * eshell/esh-util.el (eshell-path-env): New defvar.
15491 (eshell-parse-colon-path): New defun.
15492 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15493
bb301b9a
SM
15494 * eshell/esh-ext.el (eshell-search-path):
15495 Use `eshell-parse-colon-path'.
605a20a9
MA
15496 (eshell-remote-command): Remove argument HANDLER.
15497 (eshell-external-command): Check for FTP remote connection.
15498
bb301b9a
SM
15499 * eshell/esh-proc.el (eshell-gather-process-output):
15500 Use `file-truename', in order to start also symlinked files.
15501 Apply `start-file-process' instead of `start-process'.
15502 Shorten `command' to the local file name part.
605a20a9 15503
bb301b9a
SM
15504 * eshell/em-cmpl.el (eshell-complete-commands-list):
15505 Use `eshell-parse-colon-path'.
605a20a9
MA
15506
15507 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15508
15509 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15510 to `eshell-directory-change-hook'.
15511
d1d33062
TH
155122009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15513
15514 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15515 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15516
a34d8565 155172009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15518
a34d8565
MK
15519 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15520 made on 2009-11-22.
d1d33062 15521
c83b8d1b
GM
155222009-11-24 Glenn Morris <rgm@gnu.org>
15523
15524 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15525 deleted variable bookmark-bmenu-bookmark-column.
15526
83505cfe
SM
155272009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15528
15529 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15530
5241b291
CY
155312009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15532
15533 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15534 two slashes to the "file:" prefix.
15535 (browse-url-file-url): De-munge Cygwin filenames before passing
15536 them to Windows browser.
15537 (browse-url-default-windows-browser): Use call-process.
15538
aefcadb6
JL
155392009-11-23 Juri Linkov <juri@jurta.org>
15540
15541 Implement DocView Continuous mode. (Bug#4896)
15542 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15543 (doc-view-mode-map): Bind C-n/<down> to
15544 `doc-view-next-line-or-next-page', C-p/<up> to
15545 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15546 (doc-view-next-line-or-next-page)
15547 (doc-view-previous-line-or-previous-page): New commands.
15548
0d62bcea
JL
155492009-11-23 Juri Linkov <juri@jurta.org>
15550
15551 Implement Isearch in comint input history. (Bug#3746)
15552 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15553 `isearch-mode-hook'.
15554 (comint-history-isearch): New defcustom.
15555 (comint-history-isearch-backward)
15556 (comint-history-isearch-backward-regexp): New commands.
15557 (comint-history-isearch-message-overlay): New buffer-local variable.
15558 (comint-history-isearch-setup, comint-history-isearch-end)
15559 (comint-goto-input, comint-history-isearch-search)
15560 (comint-history-isearch-message, comint-history-isearch-wrap)
15561 (comint-history-isearch-push-state)
15562 (comint-history-isearch-pop-state): New functions.
15563
b593f105
MA
155642009-11-23 Michael Albinus <michael.albinus@gmx.de>
15565
15566 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15567 return.
15568 (tramp-handle-make-symbolic-link)
15569 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15570 Quote file names.
15571 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15572 (tramp-handle-process-file): Use it.
15573
0f202d5d
SM
155742009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * window.el (move-to-window-line-last-op): Remove.
15577 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15578
216349f8
SM
155792009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15580
0f202d5d 15581 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15582 * window.el (move-to-window-line-last-op): New var.
15583 (move-to-window-line-top-bottom): New command.
15584 (global-map): Bind M-r move-to-window-line-top-bottom.
15585
c10e0633
GM
155862009-11-23 Sven Joachim <svenjoac@gmx.de>
15587
15588 * dired-x.el (dired-guess-shell-alist-default):
15589 Support xz format. (Bug#4953)
15590
953e0c1a
GM
155912009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15592
15593 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15594 last-command-char/last-command-event.
15595 (viper-prefix-arg-value): Do correct conversion of event-char for
15596 XEmacs.
15597
83505cfe
SM
15598 * emulation/viper-util.el, emulation/viper.el:
15599 Use viper-last-command-char instead of
15600 last-command-char/last-command-event.
953e0c1a 15601
83505cfe
SM
15602 * ediff-init.el, ediff-mult.el, ediff-util.el:
15603 Replace last-command-char and last-command-event
15604 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15605
15606 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15607 created in fundamental mode.
15608
15609 * ediff.el (ediff-version): Revert the change of interactive-p to
15610 called-interactively-p.
15611
9ee12eee
TH
156122009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15613
15614 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15615 generation from word-movement command names.
15616
8b571bf3
JD
156172009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15618
15619 * cus-start.el (all): Add native condition for font-use-system-font.
15620
4121db47
AM
156212009-11-21 Nathaniel Flath <flat0103@gmail.com>
15622
83505cfe
SM
15623 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15624 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15625
d71f5e0c
TH
156262009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15627
15628 * progmodes/subword.el: Rename from lisp/subword.el.
15629
15630 * subword.el: Rename to progmodes/subword.el.
15631
15632 * Makefile.in (ELCFILES): Adapt to subword.el move.
15633
fc9d6ad6 156342009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15635 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15636
15637 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15638 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15639 (bookmark-bmenu-show-filenames): Use push.
15640 (bookmark-bmenu-hide-filenames): Use local var instead of
15641 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15642 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15643 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15644 filenames now that the bookmark names are always available.
15645
26d9285f
SM
156462009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15649 (bookmark-search-pattern): Move and leave unbound.
15650 (bookmark-bmenu-mode-map): Change binding.
15651 (bookmark-read-search-input): Simplify.
15652 Don't use text-char-description. Don't error on non-char events.
15653 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15654 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15655 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15656 Use a local var for the timer.
15657 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15658 (i.e. bookmark-bmenu-search).
15659
d73a0317
GM
156602009-11-21 Glenn Morris <rgm@gnu.org>
15661
15662 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15663
e572025f
CY
156642009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15665
26d9285f
SM
15666 * net/browse-url.el (browse-url-default-windows-browser):
15667 Use cygstart for cygwin.
e572025f 15668
6aeaa3dc
KF
156692009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15670
e4070cdc 15671 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15672 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15673 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15674 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15675 (bookmark-read-search-input): Adjust to fit within 80 columns.
15676
a9b76eec
TH
156772009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15678
15679 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15680 (c-backward-into-nomenclature): Adapt to subword renaming.
15681
15682 * subword.el (subword-forward, subword-backward, subword-mark)
15683 (subword-kill, subword-backward-kill, subword-transpose)
15684 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15685 (subword-forward-internal, subword-backward-internal):
15686 Rename from forward-subword, backward-subword, mark-subword,
15687 kill-subword, backward-kill-subword, transpose-subwords,
15688 downcase-subword, upcase-subword, capitalize-subword,
15689 forward-subword-internal, backward-subword-internal.
a9b76eec 15690
1e7d4475
SM
156912009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15692
26d9285f
SM
15693 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15694 New options.
1e7d4475
SM
15695 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15696 New vars.
15697 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15698 (bookmark-bmenu-filter-alist-by-regexp)
15699 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15700 (bookmark-bmenu-search): New command.
15701 (bookmark-bmenu-mode-map): Bind it.
15702
653d1554
TH
157032009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15704
ab84bfa0
TH
15705 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15706 backward-subword to quit the byte-compiler.
15707
1f35fda9
TH
15708 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15709
15710 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15711
653d1554 15712 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15713 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15714 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15715
15716 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15717 subword.el functions instead of cc-subword.el.
15718
1e7d4475
SM
15719 * progmodes/cc-subword.el: Rename to subword.el.
15720 * subword.el: Rename from progmodes/cc-subword.el.
15721 (subword-mode-map): Rename from c-subword-mode-map.
15722 (subword-mode): Rename from c-subword-mode.
653d1554 15723 (global-subword-mode): New global minor mode.
1e7d4475
SM
15724 (forward-subword): Rename from c-forward-subword.
15725 (backward-subword): Rename from c-backward-subword.
15726 (mark-subword): Rename from c-mark-subword.
15727 (kill-subword): Rename from c-kill-subword.
15728 (backward-kill-subword): Rename from c-backward-kill-subword.
15729 (transpose-subwords): Rename from c-tranpose-subword.
15730 (downcase-subword): Rename from c-downcase-subword.
15731 (capitalize-subword): Rename from c-capitalize-subword.
15732 (forward-subword-internal): Rename from c-forward-subword-internal.
15733 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15734
9717f119
DN
157352009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15736
8de724f3
DN
15737 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15738 from a dired buffer.
15739 (vc-dired-deduce-fileset): New function.
15740 (vc-root-diff, vc-print-root-log): Use it.
15741
9717f119
DN
15742 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15743 nil LIMIT argument to vc-print-log-internal.
15744
af4999b8
GM
157452009-11-20 Glenn Morris <rgm@gnu.org>
15746
15747 * Makefile.in (ELCFILES): Regenerate.
15748
b58edcb6
JB
157492009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15750
02e1b488
SM
15751 * calc/calc.el (calc-set-mode-line):
15752 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15753 (math-format-number): Rename `math-format-complement-signed' to
15754 `math-format-twos-complement'.
15755
02e1b488 15756 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15757 math-format-complement-signed.
15758 (calc-radix): Rename `calc-complement-signed-mode' to
15759 `calc-twos-complement-mode'.
02e1b488
SM
15760 (calc-octal-radix, calc-hex-radix): Add an argument for
15761 two's complement.
b58edcb6 15762
02e1b488
SM
15763 * calc/calc-embed.el (calc-embedded-mode-vars):
15764 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15765
02e1b488
SM
15766 * calc/calc-ext.el (calc-init-extensions):
15767 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15768 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15769
02e1b488
SM
15770 * calc/calc-units.el (math-build-units-table-buffer):
15771 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15772
15773 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15774 entries.
15775
15776 * calc/calc-vec.el (calcFunc-vunpack):
15777 * calc/calc-aent.el (calc-do-calc-eval):
15778 * calc/calc-forms.el (math-format-date):
15779 * calc/calc-graph.el (calc-graph-plot):
15780 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15781 * calc/calccomp.el (math-compose-expr):
15782 Let `calc-twos-complement-mode' be nil.
15783
157842009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15787 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15788 * minibuffer.el (completion-in-region-functions): New hook.
15789 (completion-in-region): New function.
15790 * emacs-lisp/lisp.el (lisp-complete-symbol):
15791 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15792
e3353a78
SM
157932009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15794
eff77808
SM
15795 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15796 (latex-complete-alist): New vars.
15797 (latex-string-prefix-p, latex-complete-bibtex-keys)
15798 (latex-complete-envnames, latex-complete-refkeys)
15799 (latex-complete-data): New functions.
15800 (latex-complete, latex-indent-or-complete): New commands.
15801
d2c9fc42
SM
15802 * window.el (display-buffer-mark-dedicated): New var.
15803 (display-buffer): Obey it.
15804 * minibuffer.el (minibuffer-completion-help): Use it.
15805
31a1c477
SM
15806 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15807
bed4c972
SM
15808 * filecache.el (file-cache-add-file): Use push and cons.
15809 (file-cache-delete-file-regexp): Use push.
15810 (file-cache-complete): Use completion-in-region.
15811
8c22699f
SM
15812 * simple.el (with-wrapper-hook): Fix thinko.
15813
e3353a78
SM
15814 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15815 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15816 Use with-current-buffer and string-to-number.
15817 (hfy-fallback-colour-values): Use assoc-string.
15818 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15819 (hfy-face-at): Remove unused var `found-face'.
15820 (hfy-compile-stylesheet): Remove unused var `css'.
15821 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15822 and `orig-buffer'.
15823 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15824 Use with-current-buffer.
15825 (hfy-text-p): Use expand-file-name and fewer setq.
15826
acca02b0
SM
158272009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15828
15829 * htmlfontify.el, hfy-cmap.el: New files.
15830
042b7cc6
JL
158312009-11-19 Juri Linkov <juri@jurta.org>
15832
15833 * minibuffer.el (completions-format): New defcustom.
15834 (completion--insert-strings): Implement vertical format.
15835
15836 * simple.el (switch-to-completions): Move point to the first
15837 completion when point was at the beginning of the buffer.
15838
da205913
JL
158392009-11-19 Juri Linkov <juri@jurta.org>
15840
15841 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15842
15843 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15844
0b8ee421
CY
158452009-11-19 Chong Yidong <cyd@stupidchicken.com>
15846
15847 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15848 (mail-signature): Change default to t.
15849 (mail-from-style): Deprecate `system-default' value.
15850 (mail-insert-from-field): For default value of mail-from-style,
15851 default to `angles' unless `angles' needs quoting and `parens'
15852 does not.
15853 (mail-citation-prefix-regexp): Use citation regexp from
15854 message-mode.
15855
4265deab
MA
158562009-11-19 Michael Albinus <michael.albinus@gmx.de>
15857
acca02b0
SM
15858 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15859 Set variables for computing the prompt for reading password.
4265deab 15860
27cacd2d
GM
158612009-11-19 Glenn Morris <rgm@gnu.org>
15862
470bce7d
GM
15863 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15864
7e705a1d
GM
15865 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15866
27cacd2d
GM
15867 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15868 (newsticker-treeview-listwindow-height): Fix custom type.
15869
b2f0be0f
KH
158702009-11-19 Kenichi Handa <handa@m17n.org>
15871
15872 * descr-text.el (describe-char-padded-string): Compose with TAB
15873 only if there's a font for CH.
02e1b488 15874 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15875
03446045 158762009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15877
15878 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15879 more accurate version of the regexp. (Bug#3910)
b96337b0 15880
03446045 158812009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15882
15883 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15884
e0620570
JB
158852009-11-18 Juanma Barranquero <lekktu@gmail.com>
15886
15887 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15888 (font-setting-change-default-font): Fix typo in docstring.
15889
6cc6582e
AM
158902009-11-18 Alan Mackenzie <acm@muc.de>
15891
15892 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15893
dfb3c4c6
JD
158942009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15895
02e1b488 15896 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15897
15898 * cus-start.el (all): ... to here.
15899
e268e987
MA
159002009-11-17 Michael Albinus <michael.albinus@gmx.de>
15901
15902 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15903 Don't set `ad-return-value' if `ad-do-it' doesn't.
15904
303ffde8
MA
15905 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15906 modification time.
15907
637fa988
JD
159082009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15909
15910 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15911 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15912
15913 * loadup.el: If feature system-font-setting or font-render-setting is
15914 there, load font-setting.
15915
02e1b488 15916 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15917 * font-setting.el: New file.
15918
1d16a255
GM
159192009-11-17 Glenn Morris <rgm@gnu.org>
15920
15921 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15922
2d84f804
GM
15923 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15924 Preserve point in the list buffer. (Bug#4939)
15925 Use point-at-eol.
15926 (newsticker--treeview-list-update-highlight)
15927 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15928
14467b99
JB
159292009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15930
15931 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15932 Remove.
15933
15934 * calc/calc-ext.el (calc-init-extensions): Remove references to
15935 symclip.
15936
15937 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15938
15939 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15940 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15941 `calc-symclip'.
15942
e3c39c01
KR
159432009-11-16 Kevin Ryde <user42@zip.com.au>
15944
02e1b488 15945 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15946 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15947
497de631
KR
15948 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15949 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15950 Ignore trailing spaces by omit-nulls to split-string (fixing
15951 regression from Emacs 21 due to the incompatible split-string
14467b99 15952 change). (Bug #4928.)
497de631 15953
48b27575
DN
159542009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15955
5237d741 15956 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
15957 (vc-print-log-internal): Insert buttons to request more entries
15958 when limiting the output.
15959
15960 * vc-sccs.el (vc-sccs-print-log):
15961 * vc-rcs.el (vc-rcs-print-log):
15962 * vc-cvs.el (vc-cvs-print-log):
15963 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15964 LIMIT is non-nil.
15965
d3e97185
MA
159662009-11-16 Michael Albinus <michael.albinus@gmx.de>
15967
15968 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15969 error when `tramp-gvfs-dbus-event-vector' is set.
15970 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15971
68d87786
SM
159722009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15975
c0a39702
MA
159762009-11-16 Michael Albinus <michael.albinus@gmx.de>
15977
15978 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 15979 (dbus-register-property): Register the handlers of
c0a39702
MA
15980 "org.freedesktop.DBus.Properties" for SERVICE.
15981 (dbus-property-handler): Fix docstring.
15982
1e857121
YM
159832009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15984
15985 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15986 Quote doc string reference in defvaralias as it is not in special form.
15987 (byte-compile-output-docform): Doc fix.
15988
887484c1
JB
159892009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15990
15991 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15992 (calc-complement-signed-mode): New variables.
15993 (calc-set-mode-line): Add indicator for twos-complements.
15994 (math-format-number): Format twos-complement notation.
15995
15996 * calc/calc-bin.el (calc-word-size): Reset the variables
15997 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
15998 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15999 (calc-symclip): New functions.
887484c1
JB
16000
16001 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16002
68d87786
SM
16003 * calc/calc-embed.el (calc-embedded-mode-vars):
16004 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16005
16006 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16007 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16008
16009 * calc/calc-ext.el (math-read-number-fancy): Read complement
16010 signed numbers.
68d87786
SM
16011 (calc-init-extensions): Add binding for `calc-symclip'.
16012 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16013
16014 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16015 `calc-symclip'.
68d87786 16016 (calc-modes-menu): Add item for twos complement mode.
887484c1 16017
5237d741 16018 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16019
4cf1d7e3
CY
160202009-11-15 Chong Yidong <cyd@stupidchicken.com>
16021
16022 * register.el (jump-to-register, insert-register): Handle Semantic
16023 tags. From commented-out advice in semantic/senator.el.
16024
f8e65267
DN
160252009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16026
6616006b
DN
16027 * vc.el (vc-log-show-limit): New variable.
16028 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16029 when using a prefix argument.
16030 (vc-print-log-internal): Add new argument LIMIT.
16031
16032 * vc-svn.el (vc-svn-print-log):
16033 * vc-mtn.el (vc-mtn-print-log):
16034 * vc-hg.el (vc-hg-print-log):
16035 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16036 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16037 non-optional.
16038
16039 * vc-sccs.el (vc-sccs-print-log):
16040 * vc-rcs.el (vc-rcs-print-log):
16041 * vc-git.el (vc-git-print-log):
16042 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16043 ignore it. Make the BUFFER argument non-optional.
6616006b 16044
f8e65267
DN
16045 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16046
0566c4bc
CY
160472009-11-15 Chong Yidong <cyd@stupidchicken.com>
16048
7cce3c91
CY
16049 * dired.el (dired-mode-map): Move encryption items to "Operate"
16050 menu (Bug#4703).
16051
d7063de9
CY
16052 * strokes.el (strokes-update-window-configuration): Make strokes
16053 buffer current before erasing (Bug#4906).
16054
0fc10137
JL
160552009-11-15 Juri Linkov <juri@jurta.org>
16056
16057 * simple.el (set-mark-default-inactive): Add :type, :group
16058 and :version. (Bug#4876)
16059
f5fce4ec
MA
160602009-11-15 Michael Albinus <michael.albinus@gmx.de>
16061
16062 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16063 (archive-unique-fname): ... here. (Bug#4929)
16064
8d720a00
SM
160652009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16066
589888fe
SM
16067 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16068 with a real fix.
16069
8d720a00
SM
16070 * novice.el (disabled-command-function): Add useful args.
16071 Setup the help buffer so that [back] works.
16072 Remove redundant call to help-mode.
16073 (disabled-command-function): Use `case'.
16074 (en/disable-command): New function extracted from enable-command.
16075 (enable-command, disable-command): Use it.
16076
a61344d6
GM
160772009-11-14 Glenn Morris <rgm@gnu.org>
16078
497f0cdd
GM
16079 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16080 constants. (Bug#4913)
16081
a61344d6
GM
16082 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16083
d501801e
GM
160842009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16085
16086 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16087 defined in C that have no doc-strings. (Bug#1063)
16088
5af27ac2
GM
160892009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16090
16091 * cus-edit.el (data, files):
16092 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16093
aec5395b
CY
160942009-11-14 Chong Yidong <cyd@stupidchicken.com>
16095
e7791447
CY
16096 * simple.el (shell-command): Doc fix (Bug#4891).
16097
aec5395b
CY
16098 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16099
7a41cd7f
GM
161002009-11-14 Glenn Morris <rgm@gnu.org>
16101
c3583c94
GM
16102 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16103 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16104 If they are already loaded, eval-after-load will do the right thing.
16105
73900d1f
GM
16106 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16107 compiling.
16108
0028351d
GM
16109 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16110
f6714ede
GM
16111 * simple.el (x-selection-owner-p): Declare.
16112 (read-mail-command): Use custom radio type rather than choice.
16113 (completion-no-auto-exit): Doc fix.
16114
7a41cd7f 16115 * custom.el (defgroup):
5af27ac2 16116 * epg-config.el (epg): Doc fixes.
7a41cd7f 16117
2d0659ec
DN
161182009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16119
16120 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16121 * international/ccl.el (define-ccl-program): Do not purecopy the
16122 docstring, defconst does it anyway.
16123
7fdbcd83
SM
161242009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16125
d499c5b9
SM
16126 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16127 a second time.
16128
7fdbcd83
SM
16129 * x-dnd.el (x-dnd-maybe-call-test-function):
16130 * window.el (split-window-vertically):
16131 * whitespace.el (whitespace-help-on):
16132 * vc-rcs.el (vc-rcs-consult-headers):
16133 * userlock.el (ask-user-about-lock-help)
16134 (ask-user-about-supersession-help):
16135 * type-break.el (type-break-force-mode-line-update):
16136 * time-stamp.el (time-stamp-conv-warn):
16137 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16138 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16139 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16140 (term-write-input-ring, term-check-source, term-start-output-log):
16141 (term-display-buffer-line, term-dynamic-list-completions):
16142 (term-ansi-make-term, serial-term):
16143 * subr.el (selective-display):
16144 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16145 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16146 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16147 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16148 (speedbar-remove-localized-speedbar-support)
16149 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16150 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16151 (speedbar-buffers-line-directory):
16152 * simple.el (shell-command-on-region, append-to-buffer)
16153 (prepend-to-buffer):
16154 * shadowfile.el (shadow-save-todo-file):
16155 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16156 (scroll-bar-maybe-set-window-start):
16157 * sb-image.el (speedbar-image-dump):
16158 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16159 (load-save-place-alist-from-file):
16160 * ps-samp.el (ps-print-message-from-summary):
16161 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16162 (ps-background-image, ps-begin-job, ps-do-despool):
16163 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16164 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16165 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16166 (pr-call-process, pr-file-list, pr-interface-save):
16167 * novice.el (disabled-command-function)
16168 (enable-command, disable-command):
16169 * mouse.el (mouse-buffer-menu-alist):
16170 * mouse-copy.el (mouse-kill-preserving-secondary):
16171 * macros.el (kbd-macro-query):
16172 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16173 * informat.el (batch-info-validate):
16174 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16175 * hippie-exp.el (try-expand-dabbrev-visible):
16176 * help-mode.el (help-make-xrefs):
16177 * help-fns.el (describe-variable):
16178 * generic-x.el (bat-generic-mode-run-as-comint):
16179 * finder.el (finder-mouse-select):
16180 * find-dired.el (find-dired-sentinel):
16181 * filesets.el (filesets-file-close):
16182 * files.el (list-directory):
16183 * faces.el (list-faces-display, describe-face):
16184 * facemenu.el (list-colors-display):
16185 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16186 * epg.el (epg--process-filter, epg-cancel):
16187 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16188 (epa--read-signature-type):
16189 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16190 (emerge-file-names):
16191 * ehelp.el (electric-helpify):
16192 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16193 * ediff-vers.el (rcs-ediff-view-revision):
16194 * ediff-util.el (ediff-setup):
16195 * ediff-mult.el (ediff-append-custom-diff):
16196 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16197 (ediff-wordify):
16198 * echistory.el (Electric-command-history-redo-expression):
16199 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16200 * disp-table.el (describe-display-table):
16201 * dired.el (dired-find-buffer-nocreate):
16202 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16203 * dabbrev.el (dabbrev--same-major-mode-p):
16204 * chistory.el (list-command-history):
16205 * apropos.el (apropos-documentation):
16206 * allout.el (allout-obtain-passphrase):
16207 (allout-copy-exposed-to-buffer):
16208 (allout-verify-passphrase): Use with-current-buffer.
16209
2ccbc060
GM
162102009-11-13 Glenn Morris <rgm@gnu.org>
16211
16212 * Makefile.in (ELCFILES): Regenerate.
16213
b172ed20
MA
162142009-11-13 Michael Albinus <michael.albinus@gmx.de>
16215
7fdbcd83
SM
16216 * net/dbus.el (dbus-registered-objects-table): Rename from
16217 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16218 (dbus-unregister-object): Unregister also properties.
16219 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16220 Use a timeout of 500 msec, in order to not block.
16221 (dbus-register-property, dbus-property-handler): New defuns.
16222
e96d62cd
SM
162232009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * simple.el (minibuffer-default-add-completions): Drop deprecated
16226 4th arg.
16227
14bd267d
EZ
162282009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16229
e96d62cd
SM
16230 * textmodes/artist.el (artist-mouse-choose-operation):
16231 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16232 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16233 (artist-compute-up-event-key): New function.
16234 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16235
bf89fd7b
KH
162362009-11-13 Kenichi Handa <handa@m17n.org>
16237
16238 * language/japan-util.el: Make sure that the value of jisx0208
16239 property is jisx0208 character.
16240
f70b8925
DN
162412009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16242
16243 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16244 car or each item, not the whole list.
16245
4d93a9e0
SM
162462009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16247
16248 * minibuffer.el (minibuffer-completion-help):
16249 Use minibuffer-hide-completions.
16250
05404988
SM
162512009-11-12 Per Starbäck <per@starback.se> (tiny change)
16252
16253 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16254 (dired-revert): Use them (bug#4880).
16255
5297bc10
DN
162562009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16257
16258 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16259
e2685eb7
JL
162602009-11-12 Juri Linkov <juri@jurta.org>
16261
16262 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16263 New functions.
16264 (find-file-literally-at-point): Alias of `ffap-literally'.
16265
76410c3e
DN
162662009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16267
6d341a2a
DN
16268 * textmodes/ispell.el (ispell-skip-region-alist):
16269 * textmodes/css-mode.el (auto-mode-alist):
16270 * progmodes/compile.el (auto-mode-alist):
16271 * international/mule.el (ctext-non-standard-encodings-alist)
16272 (ctext-non-standard-encodings-regexp):
16273 * simple.el (shell-command-switch, text-read-only):
16274 * replace.el (occur-mode-map):
16275 * paths.el (rmail-file-name):
16276 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16277 * find-file.el (ff-special-constructs):
16278 * files.el (file-name-handler-alist):
16279 * composite.el: Purecopy strings.
16280
76410c3e
DN
16281 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16282
aaa448c9
DN
162832009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16284
16285 * widget.el (define-widget): Purecopy the docstring.
16286 * international/mule-cmds.el (charset): Do not purecopy the
16287 docstring here, define-widget does it.
16288
16289 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16290 * textmodes/bibtex-style.el (auto-mode-alist):
16291 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16292 * progmodes/compile.el (compile-command):
16293 * language/korea-util.el (default-korean-keyboard):
16294 * international/mule-conf.el (file-coding-system-alist):
16295 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16296 * tooltip.el (tooltip-frame-parameters):
16297 * newcomment.el (comment-end, comment-padding):
16298 * dired.el (dired-trivial-filenames):
16299 * comint.el (comint-file-name-prefix): Purecopy initial values.
16300
bbe650fd
MA
163012009-11-11 Michael Albinus <michael.albinus@gmx.de>
16302
16303 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16304 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16305 `tramp-unload'.
16306 (tramp-advice-make-auto-save-file-name)
16307 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16308 after removing the advice.
16309
6bdad9ae
DN
163102009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16311
2f7f4bee
DN
16312 * progmodes/grep.el (grep-regexp-alist):
16313 * international/mule-cmds.el (iso-2022-control-alist):
16314 * emacs-lisp/timer.el (timer-duration-words):
16315 * subr.el (version-separator, version-regexp-alist):
16316 * minibuffer.el (completion-styles-alist):
16317 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16318 Change defvars to defconsts.
16319
a042de45
DN
16320 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16321 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16322 * international/mule-conf.el: Allow to be byte compiled.
16323
3b6acc72
DN
16324 * international/mule.el (define-charset): Purecopy props.
16325 (load-with-code-conversion): Purecopy doc string and file name.
16326 (put-charset-property): Purecopy strings.
16327 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16328
1c2efdfb 16329 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16330 (define-char-code-property): Correctly purecopy the table.
16331
62591911
DN
16332 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16333
8b908da6
DN
16334 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16335
ff917d63
DN
16336 * subr.el (add-hook): Purecopy strings.
16337 (eval-after-load): Purecopy load-history-regexp and the form.
16338
af89cf77
DN
16339 * custom.el (custom-declare-group): Purecopy load-file-name.
16340
a3c20c83 16341 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16342 * net/eudc.el (eudc-tools-menu):
16343 * international/mule-cmds.el (set-coding-system-map)
16344 (mule-menu-keymap):
16345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16346 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16347 * replace.el (occur-mode-map):
16348 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16349 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16350 (menu-bar-custom-menu, menu-bar-showhide-menu)
16351 (menu-bar-options-menu, menu-bar-tools-menu)
16352 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16353 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16354 (menu-bar-help-menu):
16355 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16356 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16357
6bdad9ae
DN
16358 * term/x-win.el (x-gtk-stock-map):
16359 * progmodes/vera-mode.el (auto-mode-alist):
16360 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16361 (inferior-lisp-program, inferior-lisp-load-command):
16362 * progmodes/hideshow.el (hs-special-modes-alist):
16363 * progmodes/gud.el (same-window-regexps):
16364 * progmodes/grep.el (grep-program, find-program, xargs-program):
16365 * net/telnet.el (same-window-regexps):
16366 * net/rlogin.el (same-window-regexps):
16367 * language/ethiopic.el (font-ccl-encoder-alist):
16368 * vc-sccs.el (vc-sccs-master-templates):
16369 * vc-rcs.el (vc-rcs-master-templates):
16370 * subr.el (cl-assertion-failed):
16371 * simple.el (next-error-overlay-arrow-position):
16372 * lpr.el (lpr-command):
16373 * locate.el (locate-ls-subdir-switches):
16374 * info.el (same-window-regexps, info)
16375 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16376 * image-mode.el (image-mode, auto-mode-alist):
16377 * hippie-exp.el (hippie-expand-ignore-buffers):
16378 * format.el (format-alist):
16379 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16380 (find-name-arg):
16381 * facemenu.el (facemenu-keybindings):
16382 * dired.el (dired-listing-switches, dired-chown-program):
16383 * diff.el (diff-switches, diff-command):
16384 * cus-edit.el (same-window-regexps):
16385 * bindings.el (mode-line-mule-info)
16386 (mode-line-buffer-identification): Purecopy strings.
16387
e0987650
JL
163882009-11-11 Juri Linkov <juri@jurta.org>
16389
3570691b 16390 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16391 Tell the byte-compiler about dired-get-filename.
16392 (shell-command): In Dired mode, get filename from the current line
16393 as the default value.
16394
b16ff465
GM
163952009-11-10 Glenn Morris <rgm@gnu.org>
16396
e8a11b22
GM
16397 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16398 * calendar/holidays.el, progmodes/cperl-mode.el:
16399 Update x-popup-menu declarations.
16400
b16ff465
GM
16401 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16402 (list-load-path-shadows): Use dolist.
16403 (list-load-path-shadows): Use with-current-buffer.
16404
032c3399
JL
164052009-11-10 Juri Linkov <juri@jurta.org>
16406
16407 * minibuffer.el (read-file-name): Support a list of default values
16408 in `default-filename'. Use the first file name where only one
16409 element is required. Doc fix.
16410
8fb1629f
MA
164112009-11-09 Michael Albinus <michael.albinus@gmx.de>
16412
16413 * net/dbus.el (dbus-unregister-object): Release service, if no
16414 other method is registered for it.
16415
a51203ee 164162009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16417
16418 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16419 bookmark-sort-flag is non-nil (Bug#4653).
16420
9bf7dc8a
CY
164212009-11-08 Chong Yidong <cyd@stupidchicken.com>
16422
15207e74
CY
16423 * emulation/cua-base.el: Add CUA property to some CC mode commands
16424 (Bug#4100).
16425
8bf7ed70
KR
164262009-11-08 Kevin Ryde <user42@zip.com.au>
16427
16428 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16429 at end of sentence (Bug#4818).
8bf7ed70 16430
951802d0
CY
164312009-11-08 Jared Finder <jfinder@crypticstudios.com>
16432
16433 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16434 Handle "see declaration of" MSFT statements (Bug#4100).
16435
e8244310
MA
164362009-11-08 Michael Albinus <michael.albinus@gmx.de>
16437
16438 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16439 (tramp-advice-file-expand-wildcards): Unload via
16440 `ad-remove-advice'.
16441
16442 * net/trampver.el: Update release number.
16443
a51203ee 164442009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16445
16446 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16447 `ad-do-it'.
16448
a51203ee 164492009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16450
16451 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16452 in order to keep context in SELinux.
16453
bedd8a58
CY
164542009-11-08 Chong Yidong <cyd@stupidchicken.com>
16455
16456 * dired-aux.el (dired-query): Place cursor in echo area and allow
16457 C-g.
16458
16459 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16460 menu item if not on a directory (Bug#4701).
16461
0484d600
MA
164622009-11-07 Michael Albinus <michael.albinus@gmx.de>
16463
16464 Sync with Tramp 2.1.17.
16465
16466 * net/tramp.el (tramp-handle-copy-directory): Don't use
16467 `file-remote-p' (due to compatibility).
16468
16469 * net/tramp-compat.el (tramp-compat-copy-directory)
16470 (tramp-compat-delete-directory): New defuns.
16471
16472 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16473 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16474 Use `tramp-compat-delete-directory'.
0484d600
MA
16475
16476 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16477 (tramp-smb-handle-delete-directory):
16478 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16479
16480 * net/trampver.el: Update release number.
16481
b42b2189
CY
164822009-11-07 Chong Yidong <cyd@stupidchicken.com>
16483
6960d7b9
CY
16484 * tar-mode.el (tar-copy): Call write-region on the right buffer
16485 (Bug#4857).
16486
b42b2189
CY
16487 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16488 by hand, if necessary (Bug#4878).
16489
0ad57dfd
CY
164902009-11-06 Chong Yidong <cyd@stupidchicken.com>
16491
d19e23ae
CY
16492 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16493 align size column (Bug#4839).
16494
0ad57dfd
CY
16495 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16496 statement.
16497
0b7f397c
DN
164982009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16499
16500 * progmodes/ld-script.el (auto-mode-alist):
16501 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16502
16503 * cus-face.el (custom-declare-face): Purecopy face spec.
16504
495bd5ca
KH
165052009-11-06 Kenichi Handa <handa@m17n.org>
16506
16507 * international/uni-bidi.el: Re-generated.
16508 * international/uni-category.el: Re-generated.
16509 * international/uni-combining.el: Re-generated.
16510 * international/uni-mirrored.el: Re-generated.
16511
1e8780b1
DN
165122009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16513
16514 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16515 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16516 (tex-start-options, slitex-run-command, latex-run-command)
16517 (tex-run-command, tex-directory):
16518 * textmodes/ispell.el (ispell-html-skip-alists)
16519 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16520 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16521 (adaptive-fill-regexp):
16522 * textmodes/dns-mode.el (auto-mode-alist):
16523 * progmodes/python.el (interpreter-mode-alist):
16524 * progmodes/etags.el (tags-compression-info-list):
16525 * progmodes/etags.el (tags-file-name):
16526 * net/browse-url.el (browse-url-galeon-program)
16527 (browse-url-firefox-program):
16528 * mail/sendmail.el (mail-signature-file)
16529 (mail-citation-prefix-regexp):
16530 * international/mule-conf.el (eight-bit):
16531 * international/latexenc.el (latex-inputenc-coding-alist):
16532 * international/fontset.el (x-pixel-size-width-font-regexp):
16533 * emacs-lisp/warnings.el (warning-type-format):
16534 * emacs-lisp/trace.el (trace-buffer):
16535 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16536 (emacs-lisp-mode-map):
16537 * calendar/holidays.el (holiday-solar-holidays)
16538 (holiday-bahai-holidays, holiday-islamic-holidays)
16539 (holiday-christian-holidays, holiday-hebrew-holidays)
16540 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16541 (hebrew-holidays-1, holiday-oriental-holidays)
16542 (holiday-general-holidays):
16543 * x-dnd.el (x-dnd-known-types):
16544 * tool-bar.el (tool-bar):
16545 * startup.el (site-run-file):
16546 * shell.el (shell-dumb-shell-regexp):
16547 * rfn-eshadow.el (file-name-shadow-tty-properties)
16548 (file-name-shadow-properties):
16549 * paths.el (remote-shell-program, news-directory):
16550 * mouse.el ([C-down-mouse-3]):
16551 * menu-bar.el (menu-bar-tools-menu):
16552 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16553 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16554 (jka-compr-compression-info-list):
16555 * isearch.el (search-whitespace-regexp):
16556 * image-file.el (image-file-name-extensions):
16557 * find-dired.el (find-ls-option):
16558 * files.el (directory-listing-before-filename-regexp)
16559 (directory-free-space-args, insert-directory-program)
16560 (list-directory-brief-switches, magic-fallback-mode-alist)
16561 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16562 (automount-dir-prefix):
16563 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16564 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16565 (face-font-registry-alternatives, face-font-registry-alternatives)
16566 (face-font-family-alternatives):
16567 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16568 (facemenu-foreground-menu, facemenu-face-menu):
16569 * epa-hook.el (epa-file-name-regexp):
16570 * dnd.el (dnd-protocol-alist):
16571 * textmodes/rst.el (auto-mode-alist):
a51203ee 16572 * button.el (default-button): Purecopy strings.
1e8780b1 16573
0adae11f
GM
165742009-11-06 Glenn Morris <rgm@gnu.org>
16575
16576 * Makefile.in (ELCFILES): Update.
16577
2adaf057
SM
165782009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16579
8f72f03c
SM
16580 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16581 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16582
2adaf057
SM
16583 * nxml/xsd-regexp.el (xsdre-gen-categories):
16584 * nxml/xmltok.el (xmltok-parse-entity):
16585 * nxml/rng-parse.el (rng-parse-validate-file):
16586 * nxml/rng-maint.el (rng-format-manual)
16587 (rng-manual-output-force-new-line):
16588 * nxml/rng-loc.el (rng-save-schema-location-1):
16589 * nxml/rng-cmpct.el (rng-c-parse-file):
16590 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16591 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16592
14862301
SM
165932009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16594
bf0b361c 16595 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16596 Remove extra save-excursions and make-variable-buffer-local's.
16597 Suggested by Stefan Monnier.
16598
16599 (verilog-getopt-file, verilog-module-inside-filename-p)
16600 (verilog-set-define): Merge GNU 1.35 and repair changes from
16601 switching to using with-current-buffer.
16602
16603 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16604 being treated as a number and confusing AUTORESET.
16605 Reported by Dan Dever.
16606
16607 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16608 Add verilog-auto-ignore-concat to fix backward compatibility with
16609 older verilog-modes. Reported by Dan Katz.
16610
16611 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16612 containing closing anchors "...$".
16613
16614 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16615 Reported by Wade Smith.
16616
48c2d18a 16617 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16618
166192009-11-05 Michael McNamara <mac@mail.brushroad.com>
16620
bf0b361c
JB
16621 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16622 for labels.
14862301
SM
16623
16624 (verilog-label-re, verilog-calc-1): Support proper indent of named
16625 asserts.
16626
16627 (verilog-backward-token, verilog-basic-complete-re)
16628 (verilog-beg-of-statement, verilog-indent-re): Support proper
16629 indent of the assert statement at the beginning of a block of text.
16630
16631 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16632 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16633 tokens as begins.
16634
4f8f657f
GM
166352009-11-05 Glenn Morris <rgm@gnu.org>
16636
775adc51
GM
16637 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16638 Emacs 19. (Bug#1531)
16639 (byte-compile-fix-header): Update for the above change.
16640 Drop test for epoch::version.
16641
4ad6a5e7 16642 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16643 * cus-dep.el (custom-make-dependencies):
16644 * finder.el (finder-compile-keywords):
16645 Use autoload-rubric's feature argument.
4ad6a5e7 16646
4f8f657f
GM
16647 * calendar/diary-lib.el (top-level): Make load behave more like require.
16648
881e4184
GM
16649 * vc-git.el (vc-git-stash-map): Move definition before use.
16650
ba214964 166512009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16652
b6f8ba09
DN
16653 * custom.el (custom-declare-group): Purecopy standard-value.
16654 (custom-declare-group): Purecopy custom-prefix.
16655
7fdbcd83
SM
16656 * international/mule.el (load-with-code-conversion):
16657 Call do-after-load-evaluation unconditionally.
eb6f577b 16658
f6195dfb
DN
16659 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16660
56f14120
SM
166612009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16662
16663 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16664
e5c89ce9
GM
166652009-11-04 Glenn Morris <rgm@gnu.org>
16666
16667 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16668 (byte-compile-compatibility): Remove option.
16669 (byte-compile-close-variables, byte-compile-fix-header)
16670 (byte-compile-insert-header, byte-compile-output-docform)
16671 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16672 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16673 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16674 (byte-compile-insert, byte-compile-defun):
16675 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16676 (byte-defop-compiler19): Remove.
16677 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16678 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16679
e24f42ab
JL
166802009-11-04 Juri Linkov <juri@jurta.org>
16681
16682 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16683 (menu-bar-options-menu): Don't quote the `prop' arg of
16684 `menu-bar-make-mm-toggle'.
16685
d3d5f4f5
JB
166862009-11-04 Juanma Barranquero <lekktu@gmail.com>
16687
16688 * calendar/calendar.el (cal-loaddefs):
16689 * calendar/diary-lib.el (diary-loaddefs):
16690 * calendar/holidays.el (hol-loaddefs):
16691 * eshell/esh-module.el (esh-groups): Load rather than require.
16692
6e39d3b2
SM
166932009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16694
e96d62cd
SM
16695 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16696 point-min==1.
7e83e8b4
SM
16697 (todo-top-priorities): Only display-buffer when called interactively.
16698 (todo-item-start): Don't save excursion point.
16699 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16700 (todo-insert-item-here, todo-file-item, todo-remove-item):
16701 Adjust uses of todo-item-start and todo-item-end.
16702
fae4e5b9
SM
16703 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16704 (autoload-rubric): Don't use any more.
fae4e5b9 16705
6e39d3b2
SM
16706 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16707 and only put a prop if it is non-nil.
16708
c9753fb4
JL
167092009-11-03 Juri Linkov <juri@jurta.org>
16710
16711 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16712 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16713
16714 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16715 and "Menu" to make top-level menu item visually one unit (like
16716 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16717 multi-word menu items). Fix :help string for quit-window.
16718
db04f33f
GM
167192009-11-03 Glenn Morris <rgm@gnu.org>
16720
2aea6521
GM
16721 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16722 (byte-compile-file-form-define-abbrev-table)
16723 (byte-compile-file-form-custom-declare-variable)
16724 (byte-compile-variable-ref, byte-compile-defvar):
16725 Whether or not a warning is enabled should only affect whether we issue
16726 the warning, not whether or not we collect the relevant data.
16727 Eg warnings can be turned on and off throughout the course of a file.
16728
db04f33f
GM
16729 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16730 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16731
937e6a56
SM
167322009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16733
16734 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16735 * play/mpuz.el (mpuz-create-buffer):
16736 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16737 (lm-print-y,s,noise, lm-print-w0, lm-init):
16738 * play/gomoku.el (gomoku-prompt-for-move):
16739 * play/fortune.el (fortune-in-buffer):
16740 * play/dissociate.el (dissociated-press):
16741 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16742 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16743 * mail/supercite.el (sc-eref-show):
16744 * mail/smtpmail.el (smtpmail-send-it):
16745 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16746 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16747 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16748 (rmail-summary-goto-msg, rmail-summary-expunge)
16749 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16750 (rmail-summary-add-label, rmail-summary-output-menu)
16751 (rmail-summary-output-body):
16752 * mail/rfc822.el (rfc822-addresses):
16753 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16754 * mail/mailpost.el (post-mail-send-it):
16755 * mail/hashcash.el (hashcash-generate-payment):
16756 * mail/feedmail.el (feedmail-run-the-queue)
16757 (feedmail-queue-send-edit-prompt-help-first)
16758 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16759 (feedmail-deduce-address-list):
16760 * eshell/esh-ext.el (eshell-remote-command):
16761 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16762 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16763 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16764 (viper-save-string-in-file, viper-valid-marker):
16765 * emulation/viper-keym.el (viper-toggle-key):
16766 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16767 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16768 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16769 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16770 (viper-exec-form-in-emacs, viper-brac-function):
16771 * emulation/viper.el (viper-delocalize-var):
16772 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16773 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16774 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16775 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16776 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16777 * emulation/edt.el (edt-electric-helpify):
16778 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16779 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16780 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16781 (cua-indent-to-global-mark-column):
16782 * calendar/diary-lib.el (calendar-mark-1):
16783 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16784 Use with-current-buffer.
16785 * emulation/viper.el (viper-delocalize-var): Use dolist.
16786
5b955562
CY
167872009-11-03 Chong Yidong <cyd@stupidchicken.com>
16788
16789 * comint.el (comint-replace-by-expanded-history-before-point):
16790 Replace !! with the previous input string literally (Bug#1795).
16791
6292c599
JB
167922009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16793
16794 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16795 to be made up of whitespace.
16796
8368c14e
CY
167972009-11-02 Chong Yidong <cyd@stupidchicken.com>
16798
16799 * minibuffer.el (read-file-name): Don't use file dialogs for
16800 remote directories (Bug#99).
16801
6f750f0d
CY
168022009-11-01 Chong Yidong <cyd@stupidchicken.com>
16803
16804 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16805
97ab3f47
AS
168062009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16807
16808 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16809 instead of deleting the window or frame.
16810
673c1168
CY
168112009-10-31 Chong Yidong <cyd@stupidchicken.com>
16812
16813 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16814 Support face colors.
16815
937e6a56
SM
16816 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16817 New function. Support face colors (Bug#1168).
673c1168
CY
16818 (tex-common-initialization): Use it.
16819
16820 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16821 mode allows it (Bug#1168).
16822
c9349f0a
CY
168232009-10-31 Juri Linkov <juri@jurta.org>
16824
16825 * facemenu.el (list-colors-display): Don't mark buffer as
16826 modified (Bug#3948).
16827
ebf5c4f5
CY
168282009-10-31 Chong Yidong <cyd@stupidchicken.com>
16829
6a7662bb
BR
16830 * international/mule-diag.el (list-character-sets-1):
16831 Minor message fix (Bug#3526).
5c2dce75 16832
6a7662bb
BR
16833 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16834 Fix face property (Bug#4834).
26581f0e
CY
16835 (etags-list-tags, etags-tags-apropos-additional)
16836 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16837 property.
16838
ebf5c4f5
CY
16839 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16840 items.
16841
9a529312
SM
168422009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16843
16844 * textmodes/two-column.el (2C-split):
16845 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16846 * textmodes/tex-mode.el (tex-set-buffer-directory):
16847 * textmodes/spell.el (spell-region, spell-string):
16848 * textmodes/reftex.el (reftex-erase-buffer):
16849 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16850 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16851 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16852 (reftex-select-item):
16853 * textmodes/reftex-ref.el (reftex-label-info-update)
16854 (reftex-offer-label-menu):
16855 * textmodes/reftex-index.el (reftex-index-change-entry)
16856 (reftex-index-phrases-info):
16857 * textmodes/reftex-global.el (reftex-create-tags-file)
16858 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16859 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16860 (reftex-view-crossref-from-bibtex):
16861 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16862 (reftex-extract-bib-entries-from-thebibliography)
16863 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16864 * textmodes/refbib.el (r2b-capitalize-title):
16865 (r2b-convert-buffer, r2b-help):
16866 * textmodes/page-ext.el (pages-directory)
16867 (pages-directory-goto-with-mouse):
16868 * textmodes/bibtex.el (bibtex-validate-globally):
16869 * textmodes/bib-mode.el (bib-capitalize-title):
16870 * textmodes/artist.el (artist-clear-buffer, artist-system):
16871 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16872 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16873 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16874 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16875 (xscheme-send-control-g-interrupt, xscheme-start-process)
16876 (xscheme-process-sentinel, xscheme-cd):
16877 * progmodes/verilog-mode.el (verilog-read-always-signals)
16878 (verilog-set-define, verilog-getopt-file)
16879 (verilog-module-inside-filename-p):
16880 * progmodes/sh-script.el:
16881 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16882 (python-pdbtrack-grub-for-buffer, python-execute-file):
16883 * progmodes/octave-inf.el (inferior-octave):
16884 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16885 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16886 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16887 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16888 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16889 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16890 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16891 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16892 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16893 (idlwave-shell-examine-display, idlwave-shell-run-region)
16894 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16895 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16896 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16897 (idlwave-help-get-help-buffer):
16898 * progmodes/gud.el (gud-basic-call, gud-find-class)
16899 (gud-tooltip-activate-mouse-motions-if-enabled):
16900 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16901 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16902 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16903 (ebrowse-tags-next-file):
16904 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16905 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16906 (ebnf-eps-finish-and-write):
16907 * progmodes/cpp.el (cpp-edit-save):
16908 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16909 * progmodes/cc-defs.el (c-emacs-features):
16910 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16911 (antlr-directory-dependencies):
16912 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16913 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16914 (ada-find-any-references, ada-make-filename-from-adaname)
16915 (ada-make-body-gnatstub):
16916 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16917 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16918 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16919 * net/rcirc.el (rcirc-debug):
16920 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16921 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16922 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16923 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16924 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16925 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16926 (newsticker--treeview-list-clear-highlight)
16927 (newsticker--treeview-list-update-highlight)
16928 (newsticker--treeview-list-highlight-start)
16929 (newsticker--treeview-tree-update-highlight)
16930 (newsticker--treeview-get-selected-item)
16931 (newsticker-treeview-mark-list-items-old)
16932 (newsticker--treeview-set-current-node):
16933 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16934 * net/newst-backend.el (newsticker--get-news-by-funcall)
16935 (newsticker--get-news-by-wget, newsticker--image-get)
16936 (newsticker--image-sentinel):
16937 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16938 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16939 (eudc-ph-close-session):
16940 * net/eudc.el (eudc-save-options):
16941 * language/thai-word.el (thai-update-word-table):
16942 * language/japan-util.el (japanese-string-conversion):
16943 * international/titdic-cnv.el (tsang-quick-converter)
16944 (ziranma-converter, ctlau-converter):
16945 * international/mule-cmds.el (describe-language-environment):
16946 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16947 (skkdic-convert-postfix, skkdic-convert-prefix):
16948 (skkdic-convert-okuri-nasi, skkdic-convert):
16949 * emacs-lisp/re-builder.el (reb-update-overlays):
16950 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16951 * emacs-lisp/gulp.el (gulp-send-requests):
16952 * emacs-lisp/find-gc.el (trace-call-tree):
16953 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16954 (eieio-describe-generic):
16955 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16956 * emacs-lisp/edebug.el (edebug-outside-excursion):
16957 * emacs-lisp/debug.el (debugger-make-xrefs):
16958 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16959 * emacs-lisp/chart.el (chart-new-buffer):
16960 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16961 Use with-current-buffer.
16962 * textmodes/artist.el (artist-system): Don't call
16963 copy-sequence on a fresh string.
16964 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16965
d566f228
GM
169662009-10-31 Stephen Berman <stephen.berman@gmx.net>
16967
16968 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 16969 is no item to edit. (Bug#4820)
d566f228 16970 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 16971 buffer. (Bug#4820)
d566f228 16972
f3628edd
GM
169732009-10-31 Glenn Morris <rgm@gnu.org>
16974
5cf3709c
GM
16975 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16976 (comint-last-output-start, comint-last-input-start)
16977 (comint-last-input-end): Don't defvar when compiling.
16978 (ange-ftp-process-file): Use bound-and-true-p.
16979
4c814fd2
GM
16980 * pcmpl-rpm.el (top-level): Move provide statement to end.
16981 (pcmpl-rpm): Remove unused custom group.
16982
113b8dcc
GM
16983 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16984
31c615e4
GM
16985 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16986
416d3588
GM
16987 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16988 (byte-compile-warnings): Add `constants' as an option.
16989 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16990 (display-call-tree): Update for byte-compile-fdefinition possibly
16991 returning `(macro lambda ...)'. (Bug#4778)
16992 (byte-compile-variable-ref, byte-compile-setq-default):
16993 Respect `constants' member of byte-compile-warnings.
16994
00f71f39
SM
169952009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16998 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16999 to "submit:".
17000
ca0a881a
DN
170012009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17002
17003 * textmodes/ispell.el (ispell-skip-region-alist):
17004 * international/mule-conf.el (eight-bit):
17005 * international/fontset.el (font-encoding-alist):
17006 * startup.el (pure-space-overflow-message):
17007 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17008 * paths.el (gnus-nntp-service, rmail-spool-directory)
17009 (term-file-prefix):
17010 * files.el (save-some-buffers-action-alist):
17011 * cmuscheme.el (same-window-buffer-names):
17012 * ielm.el (same-window-buffer-names):
17013 * shell.el (same-window-buffer-names):
17014 * mail/sendmail.el (same-window-buffer-names):
17015 * progmodes/inf-lisp.el (same-window-buffer-names):
17016 * bindings.el (mode-line-client)
17017 (mode-line-column-line-number-mode-map):
17018 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17019 (tibetan-precomposed-regexp): Purecopy string arguments.
17020
b861e45e
SM
170212009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17022
6df9b6d7
SM
17023 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17024 (calcDigit-nondigit):
17025 * calc/calc-yank.el (calc-copy-to-buffer):
17026 * calc/calc-units.el (calc-invalidate-units-table):
17027 * calc/calc-trail.el (calc-trail-yank):
17028 * calc/calc-store.el (calc-insert-variables):
17029 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17030 * calc/calc-prog.el (calc-read-parse-table):
17031 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17032 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17033 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17034 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17035 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17036 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17037 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17038 * calc/calc-ext.el (calc-realign):
17039 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17040 (calc-embedded-finish-edit, calc-embedded-make-info)
17041 (calc-embedded-finish-command, calc-embedded-stack-change):
17042 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17043
70f44c65
SM
17044 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17045 shell-dynamic-complete-filename in preference to
17046 comint-dynamic-complete-filename.
17047
b861e45e
SM
17048 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17049 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17050 Don't consider whether the display supports colors.
17051 (bookmark-import-new-list): Use dolist.
17052 (bookmark-bmenu-mode-map): Move initialization into declaration.
17053 (bookmark-bmenu-list): Use dolist, simplify.
17054 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17055 (menu-bar-final-items): Use push.
17056
8549241d 170572009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17058
17059 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17060 it works on remote files.
17061 (vc-hg-diff): Don't pass any `--cwd' argument.
17062
30644573
KR
170632009-10-27 Kevin Ryde <user42@zip.com.au>
17064
cc63d28f
SM
17065 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17066 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17067 (Further to Bug#3921).
17068
9be01a63
MA
170692009-10-27 Michael Albinus <michael.albinus@gmx.de>
17070
17071 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17072 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17073 calling `tramp-imap-put-file'. Add file size to the call.
17074 (tramp-imap-get-file-entries): Compute also user name, file size,
17075 and date.
17076 (tramp-imap-handle-insert-directory): Insert uid and gid.
17077 (tramp-imap-handle-file-attributes): Transform uid and gid
17078 according to `id-format'.
17079 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17080 size in header X-Size.
17081
41849bf9
JB
170822009-10-26 Juanma Barranquero <lekktu@gmail.com>
17083
17084 * simple.el (transpose-subr): Give clearer error when the mark
17085 is not set. (Bug#4807)
17086
293c24f9
MA
170872009-10-26 Michael Albinus <michael.albinus@gmx.de>
17088
cc63d28f
SM
17089 * net/tramp.el (tramp-perl-file-truename): New defconst.
17090 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17091 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17092 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17093 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17094
cc63d28f
SM
17095 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17096 Ignore `dired-call-process'.
293c24f9
MA
17097 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17098
170992009-10-26 Julian Scheid <julians37@gmail.com>
17100
cc63d28f 17101 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17102 (tramp-get-remote-readlink): New defun.
17103 (tramp-handle-file-truename): Use it.
17104 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17105 file exists if cache value present.
48c2d18a 17106 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17107 (tramp-handle-file-readable-p): Use it.
17108 (tramp-handle-file-writable-p): Likewise.
17109 (tramp-handle-file-executable-p): Likewise.
17110 (tramp-handle-file-name-all-completions): Try using Perl to get
17111 partial completions. When perl not available, combine `cd' and
17112 `ls' into single remote operation and use shell expansion to get
17113 partial remote directory contents. Set `file-exists-p' cache for
17114 directory and any files returned by ls. Change cache handling to
17115 support partial directory contents. Use error message emitted by
17116 remote `cd' or Perl code for local tramp-error.
17117 (tramp-do-copy-or-rename-file-directly): Avoid separate
17118 tramp-send-command-and-check call.
cc63d28f
SM
17119 (tramp-handle-process-file): Merge three remote ops into one.
17120 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17121 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17122 file-attributes shows uid/gid to be set already.
17123
a7610c52
DN
171242009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17125
17126 * textmodes/tex-mode.el (tex-dvi-view-command)
17127 (tex-show-queue-command, tex-open-quote):
17128 * progmodes/ruby-mode.el (auto-mode-alist)
17129 (interpreter-mode-alist): Purecopy strings.
17130
17131 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17132
17133 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17134 string for the hook, keymap and abbrev table.
17135
17136 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17137
17138 * x-dnd.el (x-dnd-xdnd-to-action):
17139 * startup.el (fancy-startup-text, fancy-about-text): Change to
17140 defconst from defvar.
17141
17142 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17143
17144 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17145 Purecopy initialization strings.
17146
17147 * mail/sendmail.el (mail-header-separator)
17148 (mail-personal-alias-file):
17149 * mail/rmail.el (rmail-default-dont-reply-to-names)
17150 (rmail-ignored-headers, rmail-retry-ignored-headers)
17151 (rmail-highlighted-headers, rmail-secondary-file-directory)
17152 (rmail-secondary-file-regexp):
17153 * files.el (null-device, file-name-invalid-regexp)
17154 (locate-dominating-stop-dir-regexp)
cc63d28f 17155 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17156 (interpreter-mode-alist): Use mapcar instead of mapc.
17157
17158 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17159
17160 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17161 (completion-ignored-extensions):
17162 (debug-ignored-errors): Purecopy strings.
17163
4fcc3d32
SM
171642009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17165
0667de21
SM
17166 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17167 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17168 (pcomplete--here): Use push.
17169
4fcc3d32
SM
17170 * subr.el (all-completions): Declare the 4th arg obsolete.
17171
955ef430
SM
171722009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17173
2d085307
SM
17174 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17175 (pcomplete-unquote-argument): New function.
17176 (pcomplete--common-suffix): Always pay attention to case.
17177 (pcomplete--table-subvert): Quote and unquote the text.
17178 (pcomplete--common-quoted-suffix): New function.
17179 (pcomplete-std-complete): Use it and pcomplete-begin.
17180
955ef430
SM
17181 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17182 we're inside a dedicated or minibuffer window.
17183
7c85c02b
KF
171842009-10-24 Karl Fogel <kfogel@red-bean.com>
17185
17186 * bookmark.el: Update documentation, especially documentation
17187 of `bookmark-alist' and of the bookmark file format.
17188 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17189
3e8ae8a6
CY
171902009-10-24 Chong Yidong <cyd@stupidchicken.com>
17191
3e425845
CY
17192 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17193 keybindings apply to the mail buffer (Bug#4003). Shrink help
17194 window to buffer.
17195
cdd47d48
CY
17196 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17197 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17198 (whitespace-toggle-options, global-whitespace-toggle-options):
17199 Doc fix (Bug#3660).
cdd47d48 17200
ba07c9ad
CY
17201 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17202 of xmltok-start before the end tag was inserted (Bug#2840).
17203
3e8ae8a6
CY
17204 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17205 patterns that are preceded by an open-paren (Bug#1320).
17206
ab276820
CY
172072009-10-24 Sven Joachim <svenjoac@gmx.de>
17208
17209 * files.el (delete-directory): Delete symlinks to directories with
17210 delete-file (Bug#4739).
17211
905a9ed3
DN
172122009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17213
a9a2a6db
DN
17214 * vc.el (vc-backend-for-registration): Rename from
17215 vc-get-backend-for-registration. Update callers.
17216
cc63d28f
SM
17217 * international/mule-cmds.el (set-language-info-alist):
17218 Purecopy lang-env.
905a9ed3
DN
17219 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17220 (charset): Purecopy the name.
17221 (define-char-code-property): Purecopy string arguments.
17222
17223 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17224 Purecopy string arguments.
17225
17226 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17227 * ediff-hook.el (menu-bar-ediff-menu):
17228 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17229 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17230
d270305a
GM
172312009-10-24 Glenn Morris <rgm@gnu.org>
17232
6c74d523 17233 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17234 * term.el (term-dynamic-list-completions): Use choose-completion rather
17235 than obsolete alias mouse-choose-completion.
17236
ae732337
GM
17237 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17238 file-cache-choose-completion.
17239 (file-cache-choose-completion): Handle an optional event argument.
17240 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17241
cc63d28f
SM
17242 * progmodes/octave-mod.el (octave-complete-symbol):
17243 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17244
9847dc91
GM
17245 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17246 use.
17247
e8f2a5d5
GM
17248 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17249 compiler.
17250
d270305a
GM
17251 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17252
c6432f1e
SM
172532009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17254
17255 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17256 Ignore `pred' now that we receive one.
17257 Handle test-completion specially.
17258
6ab196f9
DN
172592009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17260
17261 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17262 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17263 REGISTER ...
17264 (vc-get-backend-for-registration): ... here. New function.
17265 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17266 of vc-responsible-backend, pass the file name instead of the
17267 directory name.
17268
48feed59
SM
172692009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17270
17271 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17272 New funs.
17273 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17274 (pcomplete-comint-setup): Don't modify a global var via
17275 accidental side-effects.
17276 (pcomplete-shell-setup): Adjust call accordingly.
17277 (pcomplete-parse-comint-arguments): Use push.
17278
00006066
CY
172792009-10-23 Chong Yidong <cyd@stupidchicken.com>
17280
36bfa3af
CY
17281 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17282 Allow uncapitalized info node names (Bug#3921).
17283
00006066
CY
17284 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17285 to the DEBUG file (Bug#3781).
17286
aa311d6e
CY
172872009-10-23 Jari Aalto <jari.aalto@cante.net>
17288
17289 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17290 dictionary entry (Bug#4579).
17291
b88f2d0a
MA
172922009-10-23 Michael Albinus <michael.albinus@gmx.de>
17293
17294 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17295 from `rfn-eshadow-update-overlay-hook' when unloading.
17296 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17297 "rsyncc". Adjust doc string.
48c2d18a 17298 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17299 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17300 Keep temporary file when indicated by method ("rsync" and
17301 "rsyncc").
17302 (tramp-handle-write-region): Handle APPEND.
17303 (tramp-delete-temp-file-function): New defun. Added to
17304 `kill-buffer-hook'.
17305
1becddbb
JB
173062009-10-23 Juanma Barranquero <lekktu@gmail.com>
17307
17308 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17309
8f43cbf3
DN
173102009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17311
17312 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17313 (color-name-rgb-alist, tty-standard-colors)
17314 (tty-color-mode-alist): Change to defconst.
17315
17316 * simple.el (mark-inactive): Purecopy message.
17317
17318 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17319 (global-map, yank-menu):
17320 * textmodes/ispell.el (ispell-menu-map):
17321 * net/eudc.el (eudc-tools-menu):
17322 * international/mule-cmds.el (describe-language-environment-map)
17323 (setup-language-environment-map, set-coding-system-map)
17324 (mule-menu-keymap):
17325 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17326 * replace.el (occur-mode-map):
17327 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17328
1d228a31
JB
173292009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17330
6a7662bb
BR
17331 * calc/calc.el (math-read-number, math-read-number-simple):
17332 Use `save-match-data'.
1d228a31 17333
3b067af1
SM
173342009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17335
28a90c44
SM
17336 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17337 rather than fiddling with global-map bindings, since it should only
17338 affect per-terminal settings.
17339 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17340
a452eee8
SM
17341 * minibuffer.el (completion-table-with-terminator): Allow to specify
17342 the terminator-regexp.
17343
ab14d7d5
SM
17344 * simple.el (switch-to-completions): Look for *Completions* in other
17345 frames as well.
17346
3b067af1
SM
17347 * pcomplete.el: Allow the use of completion-tables.
17348 (pcomplete-std-complete): New command.
17349 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17350 (pcomplete--here): Use a function for `form' rather than an expression,
17351 so it can be byte-compiled.
17352 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17353 Add edebug declaration.
17354 (pcomplete-show-completions): Remove unused var `curbuf'.
17355 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17356 Don't assume `completions' is a list of strings any more.
3b067af1 17357
5480359e
JB
173582009-10-22 Juanma Barranquero <lekktu@gmail.com>
17359
17360 * find-dired.el (find-name-arg): Fix typo in docstring.
17361
3170b794
SM
173622009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17363
48c23a25
SM
17364 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17365 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17366
56b14058
SM
17367 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17368 pcomplete-entries.
17369
3170b794
SM
17370 * comint.el (comint-read-input-ring, comint-write-input-ring)
17371 (comint-substitute-in-file-name)
17372 (comint-dynamic-complete-as-filename)
17373 (comint-dynamic-simple-complete)
17374 (comint-dynamic-list-filename-completions)
17375 (comint-dynamic-list-completions)
17376 (comint-redirect-results-list-from-process): Minor simplifications.
17377
2affef34
KR
173782009-10-21 Kevin Ryde <user42@zip.com.au>
17379
3170b794
SM
17380 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17381 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17382 the first form. And insert a blank line after ";;; Code" since
d8194864 17383 that's usual style. (Bug#4612)
2affef34 17384
e7b94bbb
KR
17385 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17386
528c56e2
SM
173872009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17388
17389 * minibuffer.el (completion-table-with-terminator): Properly implement
17390 boundaries, in case `terminator' appears in the suffix.
17391 (completion--embedded-envvar-table): Don't return boundaries if
17392 there's no valid completion. Simplify.
17393 (completion-file-name-table): New completion table extracted from
17394 completion--file-name-table.
17395 (completion--file-name-table): Use it.
17396 (read-file-name-predicate): Declare obsolete.
17397 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17398 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17399 completion-file-name-table, and use the `pred' argument.
17400 * files.el (locate-file-completion-table): Use the `pred' arg rather
17401 than read-file-name-predicate.
17402 (abbreviate-file-name): Use \` rather than ^ for BOS.
17403
f9ed9b4f
DN
174042009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17405
17406 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17407 vc-responsible-backend to register, it causes problems.
17408
5f2022a3
SM
174092009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17410
17411 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17412
fc754ea1
MA
174132009-10-21 Michael Albinus <michael.albinus@gmx.de>
17414
17415 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17416 (tramp-smb-handle-file-attributes): Use it.
17417 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17418 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17419 `mapcar'. Use `tramp-smb-get-stat-capability'.
17420 Add `dired-filename' text properties.
fc754ea1
MA
17421 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17422 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17423 version.
17424
79bd5ba1
SM
174252009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17426
17427 * subr.el (read-key-delay): Reduce to 0.01.
17428 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17429 (bug#4751).
17430
3c13704d
SM
174312009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17432
554efd10
SM
17433 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17434
c2a37b78
SM
17435 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17436 (Info-menu): Remove unused vars `last' and `completions'.
17437 (Info-index-nodes): Remove unused var `node'.
17438
3c13704d
SM
17439 * info.el (Info-complete-menu-item): Use complete-with-action.
17440
d1e4c403
DN
174412009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17442
17443 Make vc-annotate work through copies and renames.
3c13704d
SM
17444 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17445 Return the file name too.
d1e4c403
DN
17446 (vc-annotate-revision-at-line)
17447 (vc-annotate-find-revision-at-line)
17448 (vc-annotate-revision-previous-to-line)
17449 (vc-annotate-show-log-revision-at-line): Update to get the file
17450 name from vc-annotate-extract-revision-at-line.
17451 (vc-annotate-show-diff-revision-at-line-internal): Change the
17452 argument to mean whether to show a file diff or not. Get the file
17453 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17454 (vc-annotate-show-diff-revision-at-line):
17455 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17456 (vc-annotate-warp-revision): Add an optional file argument.
17457
17458 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17459 (vc-git-annotate-extract-revision-at-line): Also return the file
17460 name if found.
17461
17462 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17463 command. Remove unused code.
17464 (vc-hg-annotate-re): Update to match --follow output.
17465 (vc-hg-annotate-extract-revision-at-line): Also return the file
17466 name if found.
17467
17468 * vc.el: Update annotate-extract-revision-at-line documentation.
17469
b0b0ef98
KR
174702009-10-18 Kevin Ryde <user42@zip.com.au>
17471
17472 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17473 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17474
a9e7f03d
KR
17475 * net/browse-url.el (browse-url): Identify alist with "consp and
17476 not functionp" and let all other things go down the `apply' leg,
17477 as suggested by Stefan. (Further to bug#4531.)
17478
7346a407
CY
174792009-10-18 Chong Yidong <cyd@stupidchicken.com>
17480
17481 * minibuffer.el (read-file-name): Check for repeat before putting
17482 a default argument in file-name-history (Bug#4657).
17483
17484 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17485 read syntax (Bug#4737).
17486
3c13704d 17487 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17488
1da94541
CY
174892009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17490
17491 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17492 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17493 entries and make note of obsolete tags.
17494
2b93080a
SM
174952009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17496
17497 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17498
18b5ffb5
GM
174992009-10-18 Glenn Morris <rgm@gnu.org>
17500
17501 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17502 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17503 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17504 now, and in any case the file header format has changed.
17505
c2e161b2
GM
175062009-10-17 Glenn Morris <rgm@gnu.org>
17507
17508 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17509 (flyspell-get-word, flyspell-large-region)
17510 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17511
a1eb44f5
CY
175122009-10-17 Chong Yidong <cyd@stupidchicken.com>
17513
17514 * Makefile.in (ELCFILES): Add ede/shell.
17515
4418646e
DN
175162009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17517
17518 * term/common-win.el (x-colors): Purecopy it.
17519
4062011e
SM
175202009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17521
17522 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17523 permissive for when the buffer is empty.
17524 (tar-header-block-tokenize): Decode the username and groupname.
17525 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17526
b0b111c3
JB
175272009-10-17 Eric Ludlam <zappo@gnu.org>
17528
17529 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17530 contains multibyte characters, choose first applicable coding
17531 system automatically.
17532
2df48a87
SM
175332009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17534
17535 * international/mule-cmds.el (select-safe-coding-system): If the file
17536 has a coding cookie, use it regardless of any other setting (bug#4712).
17537
fd7dd48c
GM
175382009-10-17 Glenn Morris <rgm@gnu.org>
17539
3ee0b477 17540 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17541 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17542
2550e4b1
GM
17543 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17544 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17545 (dired-keep-marker-symlink, dired-dwim-target)
17546 (dired-copy-preserve-time): Do not autoload these defcustoms.
17547
fd7dd48c
GM
17548 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17549 messages from messing up the file coding. (Bug#4623)
17550
f3e3a990
GM
175512009-10-17 Jari Aalto <jari.aalto@cante.net>
17552
17553 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17554 if no match is found for the current dictionary. (Bug#4578)
17555
17556 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17557 optional, since that is how it is documented, and this is often called
17558 with a nil argument. (Bug#4577)
17559 (flyspell-external-point-words, flyspell-auto-correct-word)
17560 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17561 (flyspell-word-search-backward): Remove nil argument in calls to
17562 flyspell-get-word, since it is not needed now.
17563
175642009-10-17 Ulrich Mueller <ulm@gentoo.org>
17565
1becddbb 17566 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17567
b61374ab
GM
175682009-10-16 Glenn Morris <rgm@gnu.org>
17569
17570 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17571
412707c2
SM
175722009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17573
17574 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17575 (ange-ftp-file-size): New function.
17576 (ange-ftp-file-attributes): Use it.
17577
0c6f436e
MA
175782009-10-16 Michael Albinus <michael.albinus@gmx.de>
17579
17580 * net/tramp-smb.el (tramp-smb-version): New defvar.
17581 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17582 repeated checks.
17583
850bfd04
GM
175842009-10-16 Glenn Morris <rgm@gnu.org>
17585
17586 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17587 Maybe copy some custom properties from old to new name. (Bug#4706)
17588
f3ed9aca
JB
175892009-10-16 Juanma Barranquero <lekktu@gmail.com>
17590
17591 * subr.el (error, sit-for, start-process-shell-command)
17592 (start-file-process-shell-command): Set the calling convention
17593 after the function definition.
17594
fd6c5134
SM
175952009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17596
17597 * subr.el (error, sit-for, start-process-shell-command)
17598 (start-file-process-shell-command): Use the new
17599 set-advertised-calling-convention feature.
17600
73874eb7
KH
176012009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17602
fd6c5134
SM
17603 * international/ucs-normalize.el (ucs-normalize-version):
17604 Change to 1.2.
17605 (check-range): Adjust for Unicode 5.2.
73874eb7 17606
03fb33cf
JL
176072009-10-15 Juri Linkov <juri@jurta.org>
17608
17609 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17610 to the `menu-item' format.
17611
4260b402
MA
176122009-10-15 Michael Albinus <michael.albinus@gmx.de>
17613
17614 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17615 if the environment variable does not exist.
17616
17617 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17618 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17619 parameter.
17620 (tramp-smb-handle-add-name-to-file)
17621 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17622 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17623 (tramp-smb-handle-file-attributes)
17624 (tramp-smb-do-file-attributes-with-stat)
17625 (tramp-smb-handle-file-local-copy)
17626 (tramp-smb-handle-insert-directory)
17627 (tramp-smb-handle-make-directory)
17628 (tramp-smb-handle-make-directory-internal)
17629 (tramp-smb-handle-make-symbolic-link)
17630 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17631 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17632 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17633 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17634 Handle long file names.
17635 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17636 process is running.
17637 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17638 Read share names with "-g" option.
17639
d7a0fd6f
GM
176402009-10-15 Ryan Yeske <rcyeske@gmail.com>
17641
17642 * net/rcirc.el (rcirc-view-log-file): New command.
17643 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17644 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17645 specified.
17646
0b44494a
GM
176472009-10-15 Glenn Morris <rgm@gnu.org>
17648
af9fb32f
GM
17649 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17650 from the second command-line argument.
17651 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17652 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17653 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17654 w32-batch-update-autoloads.
17655 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17656 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17657
0b44494a
GM
17658 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17659 the headers cannot be located. Simplify, subtracting superflous
17660 save-excursions.
17661
d5e63715
SM
176622009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17663
17664 Replace completion-base-size by completion-base-position to fix bugs
17665 such as (bug#4699).
17666 * simple.el (completion-base-position): New var.
17667 (completion-base-size): Mark as obsolete.
17668 (choose-completion): Make it work for mouse events as well.
17669 Pass the new base-position to choose-completion-string.
17670 (choose-completion-guess-base-position): New function, extracted from
17671 choose-completion-delete-max-match.
17672 (choose-completion-delete-max-match): Use it. Make obsolete.
17673 (choose-completion-string): Use the new base-position info.
17674 (completion-root-regexp): Delete.
17675 (completion-setup-function): Preserve completion-base-position.
17676 Eliminate obsolete base-size manipulation.
17677 * minibuffer.el (display-completion-list): Don't mess with base-size.
17678 (minibuffer-completion-help): Set completion-base-position instead.
17679 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17680 choose-completion.
17681 * textmodes/bibtex.el (bibtex-complete):
17682 * emacs-lisp/crm.el (crm--choose-completion-string):
17683 Adjust to new calling convention.
17684 * complete.el (partial-completion-mode): Use minibufferp to avoid
17685 bumping into incompatible change to choose-completion-string-functions.
17686 * ido.el (ido-choose-completion-string): Make its calling convention
17687 more permissive.
17688 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17689 base-size manipulation.
17690 (comint-dynamic-list-input-ring): Use dotimes and push.
17691 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17692 fundamental-mode. Use `or'.
17693
92f8bfc7
JL
176942009-10-14 Juri Linkov <juri@jurta.org>
17695
17696 * misearch.el (multi-isearch-next-buffer-from-list)
17697 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17698
e78e280d
SM
176992009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17700
384ca163
SM
17701 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17702 `bytecomp.el'.
17703
681e0e7c
SM
17704 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17705 string we return is all made up of text from the completions rather
17706 than part from the completions and part from the input (bug#4219).
17707
e78e280d
SM
17708 * ido.el (ido-everywhere): Use define-minor-mode.
17709
17710 * buff-menu.el (list-buffers, ctl-x-map):
17711 Mark the entry points with ;;;###autoload cookies.
17712
b4e813ca
DN
177132009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17714
52964e54
DN
17715 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17716 correctly in the detached head case.
17717 (vc-git-print-log): Remove unused binding.
17718
b4e813ca
DN
17719 * vc.el (vc-responsible-backend): When a directory is passed for
17720 for registration create a VC repository if no backend is
17721 responsible for the directory argument.
17722 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17723
17724 * vc.el: Move comments about RCS and SCCS ...
17725 * vc-rcs.el:
17726 * vc-sccs.el: ... here, respectively.
17727
40ba9882
SM
177282009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17729
17730 * minibuffer.el (completion--file-name-table): Return nil if there's
17731 no file completion, even if substitute-in-file-name changed
17732 the string (bug#4708).
17733
04e0f59b
JL
177342009-10-13 Juri Linkov <juri@jurta.org>
17735
17736 * files-x.el (read-file-local-variable-value): Don't filter out
17737 minor modes from mode name completion (bug#4664).
17738
314c8e25
JB
177392009-10-13 Juanma Barranquero <lekktu@gmail.com>
17740
17741 * international/mule-cmds.el (ucs-names): Remove exclusion of
17742 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17743
5c9b7d36
KH
177442009-10-13 Kenichi Handa <handa@m17n.org>
17745
17746 * international/uni-name.el: Regenerated.
17747
1e7a80f2
JB
177482009-10-13 Juanma Barranquero <lekktu@gmail.com>
17749
17750 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17751 should be automatically buffer-local, but isn't.)
17752
cd29f88b
SS
177532009-10-12 Sam Steingold <sds@gnu.org>
17754
17755 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17756 timestamps if the buffer has been visited before.
0cd16af4
SS
17757 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17758 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17759
37493a98
GM
177602009-10-12 Glenn Morris <rgm@gnu.org>
17761
17762 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17763 Let-bind `size'.
17764
3b56b1e6
JB
177652009-10-12 Juanma Barranquero <lekktu@gmail.com>
17766
7422a4bb
JB
17767 * proced.el (proced-unload-function): New function.
17768
fa72d075
JB
17769 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17770 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17771 Doc fix.
17772
3b56b1e6
JB
17773 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17774
4d9b4323
JL
177752009-10-11 Juri Linkov <juri@jurta.org>
17776
17777 * files-x.el (read-file-local-variable-value):
17778 Provide default value only for bound variables (bug#4664).
17779
f6f7e059
MA
177802009-10-11 Michael Albinus <michael.albinus@gmx.de>
17781
17782 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17783 connection methods like smb.
17784
17785 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17786 can be empty.
17787
17788 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17789 (tramp-smb-file-name-handler-alist): Add handlers for
17790 `add-name-to-file', `make-symbolic-link'.
17791 (tramp-smb-handle-add-name-to-file)
2992485f 17792 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17793 (tramp-smb-handle-make-symbolic-link)
17794 (tramp-smb-get-cifs-capabilities): New defuns.
17795 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17796 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17797 (tramp-smb-handle-file-local-copy)
17798 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17799 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17800 The file name syntax depends on cifs capabilities.
17801 (tramp-smb-handle-file-attributes):
17802 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17803 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17804 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17805
67868d26
CY
178062009-10-11 Chong Yidong <cyd@stupidchicken.com>
17807
17808 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17809 (eieio-defclass): Apply deftype handler and setf-method properties
17810 directly.
17811 (eieio-add-new-slot): Avoid union function from cl library.
17812 (eieio--typep): New function.
17813 (eieio-perform-slot-validation): Use it.
17814
6d6a5b7e
KF
178152009-10-10 Karl Fogel <kfogel@red-bean.com>
17816
3b56b1e6 17817 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17818 Update documentation to refer to the variables documented in r1.135.
17819 (Bug#4188)
17820
67b70de9
KF
178212009-10-10 Karl Fogel <kfogel@red-bean.com>
17822
17823 * bookmark.el (Info-suffix-list): Remove this unused variable.
17824 (bookmark-current-point): Remove this obsolete variable.
17825 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17826 Adjust for removal of bookmark-current-point.
17827
17828 (bookmarks-already-loaded, bookmark-current-buffer)
17829 (bookmark-yank-point): Document. (Bug#4188)
17830
58ae51ae
GM
178312009-10-10 Glenn Morris <rgm@gnu.org>
17832
4619ff5e
GM
17833 * frame.el (frame-height): Doc fix.
17834
58ae51ae
GM
17835 * calendar/calendar.el (calendar-split-width-threshold): New option.
17836 (calendar-basic-setup): Use calendar-split-width-threshold.
17837
d364386c
JB
178382009-10-09 Juanma Barranquero <lekktu@gmail.com>
17839
17840 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17841 Ideographic Supplement" range (U+1F200..U+1F2FF).
17842
33e97a28
KF
178432009-10-09 Karl Fogel <kfogel@red-bean.com>
17844
02d0f051 17845 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17846 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17847
178482009-10-09 Karl Fogel <kfogel@red-bean.com>
17849
d364386c 17850 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17851 (bookmark-bmenu-execute-deletions): Don't save here, as
17852 bookmark-delete will now do so if necessary.
d364386c 17853 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17854 (Bug#4348)
17855
9656d87b
GM
178562009-10-09 Glenn Morris <rgm@gnu.org>
17857
17858 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17859
e6227f06
KF
178602009-10-09 Karl Fogel <kfogel@red-bean.com>
17861
17862 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17863 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17864 argument now, so the two function's behaviors will match. (Bug#3645)
17865
288f783b
MA
178662009-10-08 Michael Albinus <michael.albinus@gmx.de>
17867
17868 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17869 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17870 Apply `save-match-data'.
288f783b
MA
17871
17872 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17873 case both directories are remote.
17874 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17875 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17876
872a1ea4
JB
178772009-10-07 Juanma Barranquero <lekktu@gmail.com>
17878
17879 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17880
ab2baced
GM
178812009-10-07 Glenn Morris <rgm@gnu.org>
17882
e78e280d
SM
17883 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17884 of concat.
ab2baced 17885
5c4634c1
SM
178862009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17887
17888 * files-x.el (read-file-local-variable): Include some
17889 non-user-variables in the completion table (bug#4664).
17890
c2dc9732
MA
178912009-10-07 Michael Albinus <michael.albinus@gmx.de>
17892
17893 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17894 message.
17895
17896 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17897 (tramp-smb-file-name-handler-alist): Add handler for
17898 `copy-directory', `expand-file-name', `set-file-modes'.
17899 (tramp-smb-handle-copy-directory)
17900 (tramp-smb-handle-expand-file-name)
17901 (tramp-smb-handle-set-file-modes): New defuns.
17902 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17903 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17904 entry.
17905 (tramp-smb-handle-insert-directory): Don't flush the cache.
17906 (tramp-smb-maybe-open-connection): Check for samba client and
17907 server versions.
17908
11be40a6
EZ
179092009-10-07 Eli Zaretskii <eliz@gnu.org>
17910
17911 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17912 to not error out of search for "^lisp=" fails.
17913
8c4afe20
JB
179142009-10-07 Juanma Barranquero <lekktu@gmail.com>
17915
17916 * makefile.w32-in (WINS_UPDATES): New macro.
17917 (custom-deps, finder-data, autoloads): Use it.
17918
429a1506
GM
179192009-10-07 Glenn Morris <rgm@gnu.org>
17920
ee2e93e2
GM
17921 * Makefile.in (autoloads): Revert previous change.
17922 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17923 the list of preloaded files passed on the command-line, get
17924 it from src/Makefile.
17925
429a1506
GM
17926 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17927 show the original buffer rather than a random one.
17928
a51203ee 179292009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17930
17931 * help.el (describe-no-warranty): Place point in a slightly better
17932 position in the GPLv3 text.
17933
f58f7520
SS
179342009-10-06 Sam Steingold <sds@gnu.org>
17935
17936 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17937 the comm attribute is present before calling regexp-quote.
17938
bde79dc0
JB
179392009-10-06 Juanma Barranquero <lekktu@gmail.com>
17940
17941 * play/animate.el (animate-string): For good effect, make sure
17942 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17943
17944 * play/animate.el (animate-sequence, animate-birthday-present):
17945 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17946
25ab0302
GM
179472009-10-06 Glenn Morris <rgm@gnu.org>
17948
73fe714a
GM
17949 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17950
3405d98c
GM
17951 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17952 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17953 (batch-update-autoloads): Process a string value of autoload-excludes,
17954 set during the build process.
17955 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17956
9fb2cdc5
GM
17957 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17958 inside with-parsed... macro so that `v' is defined.
17959
7938ab41
GM
17960 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17961 * progmodes/fortran.el (fortran-end-of-block)
17962 (fortran-beginning-of-block):
17963 Also push mark in the macro case.
17964
eaf9b564
GM
17965 * emerge.el (emerge-show-file-name):
17966 * calc/calc.el (calc-quit):
17967 * calc/calc-misc.el (calc-big-or-small):
17968 * calc/calc-graph.el (calc-graph-view):
17969 * calc/calc-ext.el (calc-reset):
17970 * calendar/calendar.el (calendar-basic-setup):
17971 Use window-full-height-p.
17972
25ab0302
GM
17973 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17974 header we don't understand, don't insert another. (Bug#4624)
17975 If changing mime charset, insert the new one in the right place.
17976
00169eb6
GM
179772009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17978
17979 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17980 (cal-tex-cursor-month): Correctly increment the end date for diary and
17981 holiday listing. (Bug#4626)
17982
82882188
SM
179832009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17984
40ba9882 17985 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
17986 a symbol.
17987
a8f316ca
JB
179882009-10-05 Juanma Barranquero <lekktu@gmail.com>
17989
17990 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17991 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17992 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17993 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17994
17995 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17996 (eieio-default-superclass): Reflow docstrings.
17997 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17998 (eieio-unbind-method-implementations, defmethod)
17999 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18000 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18001 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18002 (eieio-slot-originating-class-p, eieio-slot-name-index)
18003 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18004 (constructor, initialize-instance, no-next-method, object-print)
18005 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18006 Fix typos in docstrings.
18007 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18008 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18009 (next-method-p): Doc fixes.
18010 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18011 Fix typos in error messages.
18012 (eieio-defmethod): Fix typo in description of generic method.
18013
18014 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18015 (eieio-persistent-save-interactive, slot-missing):
18016 Fix typos in docstrings.
18017 (eieio-instance-inheritor-slot-boundp): Doc fix.
18018
18019 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18020 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18021
18022 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18023 (eieio-custom-object-apply-reset):
18024 Fix typos in docstrings and error messages.
18025
18026 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18027 Fix typo in docstring.
18028
18029 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18030 (eieio-browse-tree): Doc fix.
18031 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18032 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18033 Fix typos in docstrings.
18034
18035 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18036 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18037 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18038 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18039 Reflow docstrings.
18040
c66b7ac0
DN
180412009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18042
4a827e0a 18043 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18044 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18045 Set log-view-vc-backend so that diff can work.
4a827e0a 18046
c66b7ac0
DN
18047 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18048 vc-version-diff.
18049 (vc-diff-internal): Autoload this instead of vc-version-diff.
18050
1902a98c
EZ
180512009-10-05 Eli Zaretskii <eliz@gnu.org>
18052
a7a8618b
EZ
18053 * simple.el (eval-expression): Doc fix.
18054
1902a98c
EZ
18055 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18056
0e1f2ee6
MA
180572009-10-05 Michael Albinus <michael.albinus@gmx.de>
18058
18059 * files.el (directory-files-no-dot-files-regexp): New defconst.
18060 (delete-directory): Use it.
18061 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18062
263c02ef 18063 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18064 (tramp-methods): Add recursive option to `tramp-copy-args'.
18065 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18066 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18067 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18068 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18069 Add handler for `copy-directory'.
18070 (tramp-handle-copy-directory): New defun.
18071 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18072 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18073 Optimize sent command.
263c02ef 18074
72aa7df4
SM
180752009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18076
4a34f065
SM
18077 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18078 window if necessary.
18079
72aa7df4
SM
18080 * calendar/calendar.el (calendar-basic-setup): Don't call
18081 switch-to-buffer in a dedicated window.
18082
5feb1ba7
KF
180832009-10-05 Karl Fogel <kfogel@red-bean.com>
18084
18085 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18086 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18087 (bookmark-error-no-filename): New error.
18088 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18089 bookmark has no file. Don't even attempt to handle things that
18090 are not files; the whole point of custom handlers is to keep that
18091 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18092 (bookmark-file-or-variation-thereof): Remove now-unused function.
18093 (bookmark-location): Doc string fix.
18094 (Bug#4250)
18095
1bd49952
KF
180962009-10-04 Karl Fogel <kfogel@red-bean.com>
18097
18098 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18099 don't use a file dialog, because they usually don't know how to read
18100 a directory target from the user. (Bug#4230)
18101 Also, make sure the prompt can display directories as well as files.
18102
825382c0
KF
181032009-10-04 Karl Fogel <kfogel@red-bean.com>
18104
18105 * bookmark.el (bookmark-set, bookmark-buffer-name):
18106 Improve doc strings. (Bug#1193)
18107
13901bcb
KF
181082009-10-04 Karl Fogel <kfogel@red-bean.com>
18109
4a34f065
SM
18110 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18111 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18112 (bookmark-get-annotation, bookmark-set-annotation)
18113 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18114 (bookmark-set-position, bookmark-get-front-context-string)
18115 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18116 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18117 (bookmark-jump-other-window, bookmark-handle-bookmark)
18118 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18119 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18120 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18121 Improve doc strings to say whether bookmark can be a string or
18122 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18123 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18124 (bookmark-default-annotation-text, bookmark-yank-word)
18125 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18126 (bookmark-import-new-list, bookmark-maybe-rename)
18127 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18128 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18129 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18130 add a FIXME comment about how the function may be pointless.
13901bcb 18131 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18132 parameter name, to clarify that this takes a bookmark record
18133 not a bookmark name.
13901bcb 18134 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18135 and improve the doc string a bit.
13901bcb
KF
18136 (Bug#4188)
18137
5c1b3e94
KF
181382009-10-04 Karl Fogel <kfogel@red-bean.com>
18139
18140 * bookmark.el (bookmark-alist): Document the new `handler' element
18141 in the param alist.
18142 (bookmark-make-record-function): Adjust documentation for above.
18143 (Bug#4193)
18144
8559076d
KF
181452009-10-04 Karl Fogel <kfogel@red-bean.com>
18146
18147 * info.el (Info-bookmark-make-record): Document this function.
18148 (Info-bookmark-jump): Document with a doc string, not just a comment.
18149 (Bug#4203)
18150
b4583b8c
MA
181512009-10-04 Michael Albinus <michael.albinus@gmx.de>
18152
18153 * files.el (copy-directory): New defun.
18154
18155 * dired-aux.el (dired-copy-file-recursive): Use it.
18156
131ae8f2
JB
181572009-10-04 Juanma Barranquero <lekktu@gmail.com>
18158
a30e71ae 18159 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18160 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18161 docstrings.
a30e71ae 18162
131ae8f2
JB
18163 * recentf.el (recentf-unload-function): New function.
18164
ccafbf06
GM
181652009-10-04 Glenn Morris <rgm@gnu.org>
18166
18167 * window.el (window-full-height-p): Add doc string.
18168
02c6f098
GM
181692009-10-04 Martin Rudalics <rudalics@gmx.at>
18170
18171 * window.el (window-full-height-p): New function. (Bug#4543)
18172
ed6b0195
DN
181732009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18174
18175 * vc.el: Remove commented out code.
18176 (vc-derived-from-dir-mode): Remove, unused.
18177 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18178
1b8d1cc7
MA
181792009-10-03 Michael Albinus <michael.albinus@gmx.de>
18180
4a34f065
SM
18181 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18182 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18183 there could be recursive loading when `default-directory' is a
18184 remote file name. (Bug#4614)
18185
ac3c593c
GM
181862009-10-03 Glenn Morris <rgm@gnu.org>
18187
686ea556
GM
18188 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18189 the frame is wide.
18190 (calendar-generate-window): Test for shrinkability rather than width.
18191
ac3c593c
GM
18192 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18193 reusing existing buffers, in case we happen to visit two files with the
18194 same basename. (Bug#4593)
18195
573709fd
EZ
181962009-10-02 Eli Zaretskii <eliz@gnu.org>
18197
4a34f065 18198 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18199 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18200 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18201 subdirs of cedet as well.
8f885d01 18202 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18203
8d6c1239
SM
182042009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18205
18206 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18207 Obey advertised-signature-table.
18208
18209 * help-fns.el (help-function-arglist): Don't check
18210 advertised-signature-table.
18211 (describe-function-1): Do it here instead so it also applies to subrs.
18212
c4861de0
MA
182132009-10-02 Michael Albinus <michael.albinus@gmx.de>
18214
18215 * simple.el (start-file-process): Say in the doc-string, that file
18216 handlers might not support pty association, if PROGRAM is nil.
18217
18218 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18219 HOST and USER are strings. They are nil, when there are
18220 incomplete entries in ~/.netrc, for example.
18221 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18222 root directory ("device busy" error otherwise).
18223
8d6c1239
SM
18224 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18225 Flush file properties of created directory.
c4861de0 18226
d2bda74f
EZ
182272009-10-02 Eli Zaretskii <eliz@gnu.org>
18228
18229 * makefile.w32-in (WINS_BASIC): Remove cedet.
18230 (WINS_CEDET): Add cedet.
18231 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18232
895d1904
GM
182332009-10-02 Kevin Ryde <user42@zip.com.au>
18234
18235 * net/browse-url.el (browse-url): Pass any symbol in
18236 browse-url-browser-function to `apply', since if you've mistakenly put
18237 an unbound symbol then the error is clearer. (Bug#4531)
18238
32226619
JB
182392009-10-02 Juanma Barranquero <lekktu@gmail.com>
18240
18241 * allout.el (allout-init, allout-back-to-current-heading)
18242 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18243 (allout-ascend, allout-up-current-level, allout-end-of-level)
18244 (allout-previous-visible-heading, allout-forward-current-level)
18245 (allout-backward-current-level, allout-show-children):
18246 * apropos.el (apropos-describe-plist):
18247 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18248 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18249 * completion.el (add-completion, add-permanent-completion):
18250 * descr-text.el (describe-text-category, describe-char):
18251 * desktop.el (desktop-lazy-abort):
18252 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18253 * dired.el (dired-build-subdir-alist):
18254 * ediff.el (ediff-version):
18255 * elide-head.el (elide-head, elide-head-show):
18256 * emerge.el (emerge-version):
18257 * env.el (getenv):
18258 * face-remap.el (variable-pitch-mode):
18259 * faces.el (describe-face):
18260 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18261 (dired-at-point):
18262 * files.el (find-file-existing, auto-save-mode):
18263 * font-lock.el (font-lock-fontify-buffer):
18264 * help-fns.el (describe-function, describe-variable)
18265 (describe-syntax, describe-categories):
18266 * help.el (view-lossage, describe-bindings, describe-key)
18267 (describe-mode):
18268 * hexl.el (hexl-current-address):
18269 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18270 * info.el (Info-goto-emacs-key-command-node):
18271 * log-edit.el (log-edit-insert-cvs-template)
18272 (log-edit-insert-cvs-rcstemplate):
18273 * menu-bar.el (menu-bar-mode):
18274 * mouse.el (mouse-appearance-menu):
18275 * newcomment.el (comment-indent-new-line):
18276 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18277 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18278 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18279 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18280 * recentf.el (recentf-mode):
18281 * savehist.el (savehist-mode, savehist-save):
18282 * shadowfile.el (shadow-copy-files):
18283 * simple.el (kill-ring-save, next-line, previous-line)
18284 (normal-erase-is-backspace-mode):
18285 * strokes.el (strokes-update-window-configuration)
18286 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18287 (strokes-xpm-for-stroke):
18288 * time.el (emacs-uptime, emacs-init-time):
18289 * tutorial.el (tutorial--describe-nonstandard-key)
18290 (tutorial--detailed-help):
18291 * type-break.el (type-break-mode)
18292 (type-break-mode-line-message-mode, type-break-query-mode)
18293 (type-break-guesstimate-keystroke-threshold):
18294 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18295 * version.el (emacs-version):
18296 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18297 * winner.el (winner-mode):
18298 * calendar/timeclock.el (timeclock-in, timeclock-out)
18299 (timeclock-status-string, timeclock-change)
18300 (timeclock-workday-remaining-string)
18301 (timeclock-workday-elapsed-string)
18302 (timeclock-when-to-leave-string):
18303 * calendar/todo-mode.el (todo-add-category):
18304 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18305 * emacs-lisp/autoload.el (update-file-autoloads):
18306 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18307 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18308 (checkdoc-message-text, checkdoc-defun):
18309 * emacs-lisp/debug.el (debugger-list-functions):
18310 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18311 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18312 (eieio-describe-generic):
18313 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18314 * emacs-lisp/shadow.el (list-load-path-shadows):
18315 * emulation/cua-base.el (cua-mode):
18316 * emulation/edt.el (edt-set-scroll-margins):
18317 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18318 (tpu-toggle-regexp, tpu-toggle-search-direction)
18319 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18320 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18321 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18322 (viper-set-parsing-style-toggling-macro)
18323 (viper-set-emacs-state-searchstyle-macros):
18324 * emulation/viper.el (viper-set-hooks):
18325 * eshell/esh-mode.el (eshell-truncate-buffer):
18326 * international/mule-cmds.el (prefer-coding-system)
18327 (describe-input-method, describe-language-environment):
18328 * international/mule-diag.el (list-character-sets)
18329 (describe-character-set, describe-coding-system)
18330 (describe-fontset, list-fontsets, list-input-methods):
18331 * mail/sendmail.el (mail-signature):
18332 * net/ange-ftp.el (ange-ftp-copy-file):
18333 * net/browse-url.el (browse-url):
18334 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18335 * net/quickurl.el (quickurl-add-url):
18336 * net/rcirc.el (names, topic):
18337 * net/xesam.el (xesam-mode):
18338 * play/5x5.el (5x5-new-game):
18339 * play/yow.el (apropos-zippy):
18340 * progmodes/ada-mode.el (ada-mode-version):
18341 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18342 (f90-end-of-block)
18343 (f90-beginning-of-block):
18344 * progmodes/fortran.el (fortran-end-of-block)
18345 (fortran-beginning-of-block):
18346 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18347 * progmodes/python.el (python-describe-symbol, python-shell):
18348 * term/ns-win.el (ns-print-buffer):
18349 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18350 * textmodes/flyspell.el (flyspell-mode-on):
18351 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18352 (pages-directory-for-addresses):
18353 * textmodes/table.el (table-recognize-cell)
18354 (table-query-dimension, table-generate-source)
18355 (table-insert-sequence, table--warn-incompatibility):
18356 * textmodes/tex-mode.el (tex-validate-buffer):
18357 * textmodes/texinfmt.el (texinfmt-version)
18358 (texinfo-format-buffer):
18359 Use `called-interactively-p' instead of `interactive-p'.
18360
12a3c28c
JB
183612009-10-02 Juanma Barranquero <lekktu@gmail.com>
18362
18363 * image-mode.el (image-toggle-display):
18364 * emacs-lisp/elp.el (elp-instrument-function):
18365 * emacs-lisp/advice.el (ad-make-advised-definition):
18366 * emacs-lisp/easy-mmode.el (define-minor-mode):
18367 * net/browse-url.el (browse-url-maybe-new-window):
18368 * progmodes/sh-script.el (sh-learn-buffer-indent):
18369 Pass new argument 'any to `called-interactively-p'.
18370
171fda8a
JB
183712009-10-01 Juanma Barranquero <lekktu@gmail.com>
18372
171fda8a
JB
18373 * international/uni-bidi.el:
18374 * international/uni-category.el:
18375 * international/uni-combining.el:
18376 * international/uni-comment.el:
18377 * international/uni-decimal.el:
9c3c9fdf 18378 * international/uni-decomposition.el:
171fda8a
JB
18379 * international/uni-digit.el:
18380 * international/uni-lowercase.el:
18381 * international/uni-mirrored.el:
18382 * international/uni-name.el:
18383 * international/uni-numeric.el:
18384 * international/uni-old-name.el:
18385 * international/uni-titlecase.el:
18386 * international/uni-uppercase.el:
18387 Regenerate from Unicode 5.2.0 data.
18388
dcb9734a
GM
183892009-10-01 Glenn Morris <rgm@gnu.org>
18390
18391 * Makefile.in (ELCFILES): Regenerate.
18392
ced10a4c
SM
183932009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18394
9d28c33e
SM
18395 * subr.el (interactive-p): Mark obsolete.
18396 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18397 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18398 advertised-signature-table for subroutines as well.
18399
ced10a4c
SM
18400 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18401 (set-advertised-calling-convention): New function.
18402 (make-obsolete, define-obsolete-function-alias)
18403 (make-obsolete-variable, define-obsolete-variable-alias):
18404 Make the optional-ness of `when' obsolete.
18405 (define-obsolete-face-alias): Make `when' non-optional.
18406 * help-fns.el (help-function-arglist):
18407 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18408 Use advertised-signature-table.
18409
cc3dda16
MA
184102009-10-01 Michael Albinus <michael.albinus@gmx.de>
18411
18412 * files.el (delete-directory): New defun. The original function
18413 in fileio.c has been renamed to `delete-directory-internal'.
18414
18415 * dired.el (dired-delete-file): Call `delete-directory' with
18416 RECURSIVE parameter.
18417
5ce6e4f4 18418 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18419 parameter RECURSIVE. Implementation is missing.
18420
18421 * net/tramp.el (tramp-handle-make-directory): Flush upper
18422 directory's file properties.
ced10a4c 18423 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18424 (tramp-handle-dired-recursive-delete-directory): Flush directory
18425 properties after the remove command only.
18426
ced10a4c
SM
18427 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18428 Handle optional parameter RECURSIVE.
cc3dda16 18429
ced10a4c
SM
18430 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18431 Handle optional parameter RECURSIVE.
cc3dda16
MA
18432
18433 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18434 connection timeout.
18435 (tramp-smb-handle-delete-directory): Handle optional parameter
18436 RECURSIVE.
18437
cf885595
SM
184382009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18439
e3a6b82f
SM
18440 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18441 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18442 (byte-compile-defmacro): Use backquotes.
18443
7201bfbb
SM
18444 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18445
cf885595
SM
18446 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18447 has no associated file.
18448 (vc-resynch-buffer): Use vc-dir-buffers.
18449
a4d2c321
GM
184502009-10-01 Glenn Morris <rgm@gnu.org>
18451
9ffe3f52
GM
18452 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18453 (chart-file-count):
18454 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18455 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18456 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18457 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18458 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18459 (eieio-copy-parents-into-subclass, make-instance, class-children)
18460 (eieio-generic-form):
bd2afec2 18461
9515cdcc
GM
18462 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18463 match-data. (Bug#4555).
18464
a4d2c321
GM
18465 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18466 rather than parsing it as a regexp. This relaxes the layout
18467 requirements and makes errors easier to detect.
18468 (check-declare-verify): Check file is regular.
18469 (check-declare-directory): Doc fix.
18470 * subr.el (declare-function): Doc fix.
18471
b15c31c7
GM
18472 * ibuffer.el (ibuffer-format-qualifier):
18473 * isearch.el (hi-lock-regexp-okay):
18474 * calc/calc.el (math-zerop):
18475 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18476 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18477 Remove unused declarations.
18478
b0b111c3
JB
184792009-09-30 Eric Ludlam <zappo@gnu.org>
18480
18481 * emacs-lisp/eieio.el (boolean-p): Delete.
18482
1fc28a2c
GM
184832009-09-30 Glenn Morris <rgm@gnu.org>
18484
1fc28a2c
GM
18485 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18486
494f4fc7
GM
18487 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18488 filename is not a string.
18489
561580e9
CY
184902009-09-29 Chong Yidong <cyd@stupidchicken.com>
18491
18492 * files.el (safe-local-eval-forms): Fix typo.
18493
dcbbecd4
SM
184942009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * vc-hooks.el (vc-dir-buffers): New var.
18497 (vc-state-refresh): New function.
18498 (vc-state): Use it.
18499 (vc-after-save): Always ask the backend to recompute the new state.
18500 Always call vc-dir if necessary, using vc-dir-buffers.
18501 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18502 Use vc-dir-buffers.
18503 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18504 (vc-dir-prepare-status-buffer, vc-dir-update)
18505 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18506 Don't call expand-file-name on default-directory.
18507
d88444f2
JB
185082009-09-29 Juanma Barranquero <lekktu@gmail.com>
18509
18510 * speedbar.el (speedbar-item-delete):
18511 * calc/calc-prog.el (calc-kbd-if):
18512 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18513
18514 * epa.el (epa-key-list-mode-map):
18515 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18516
18517 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18518 (hs-show-hook): Fix typo in docstring.
18519
5da62d41
GM
185202009-09-29 Glenn Morris <rgm@gnu.org>
18521
8360fce0
GM
18522 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18523 file-name-nondirectory call preventing location of cedet files.
18524 (check-declare-verify): Use literal search rather than re-search.
ae715515 18525 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18526
18527 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18528 Use tramp-compat-file-attributes rather than nonexistent
18529 tramp-compat-handle-file-attributes.
18530
5da62d41
GM
18531 * Makefile.in (lisptagsfiles4): New.
18532 (AUTOGENEL): Add cedet loaddefs files.
18533 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18534 (update-elclist, compile-always, backup-compiled-files)
18535 (bootstrap-clean): Add yet another directory level.
18536 (update-elclist): Use LC_COLLATE rather than COLLATE.
18537 (ELCFILES): Update, via `make update-elclist'.
18538
48267264
JB
185392009-09-29 Juanma Barranquero <lekktu@gmail.com>
18540
18541 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18542 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18543 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18544
2c4cd0b0
AS
185452009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18546
18547 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18548 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18549 (update-elclist): Add third directory level to look for elc files.
18550 (compile-always): Likewise.
18551 (backup-compiled-files): Likewise.
18552 (bootstrap-clean): Likewise.
18553 (ELCFILES): Update.
18554
a2533e47
CY
185552009-09-28 Chong Yidong <cyd@stupidchicken.com>
18556
18557 * Makefile.in (ELCFILES): Add CEDET files.
18558
eefbedb1
MA
185592009-09-28 Michael Albinus <michael.albinus@gmx.de>
18560
18561 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18562
18563 * net/tramp.el (top): Require tramp-imap.
18564
18565 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18566 Use `tramp-compat-handle-file-attributes'.
18567
185682009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18569
18570 * net/tramp-imap.el: New package.
18571
b0b111c3
JB
185722009-09-28 Eric Ludlam <zappo@gnu.org>
18573
18574 * emacs-lisp/chart.el:
18575 * emacs-lisp/eieio-base.el:
18576 * emacs-lisp/eieio-comp.el:
18577 * emacs-lisp/eieio-custom.el:
18578 * emacs-lisp/eieio-datadebug.el:
18579 * emacs-lisp/eieio-opt.el:
18580 * emacs-lisp/eieio-speedbar.el:
18581 * emacs-lisp/eieio.el: New files.
18582
748e3d67
VJL
185832009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18584
18585 * whitespace.el (whitespace-trailing-regexp)
18586 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18587 Fix doc string.
18588
15120dec
CY
185892009-09-27 Chong Yidong <cyd@stupidchicken.com>
18590
18591 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18592 menu.
18593
18594 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18595 menu-bar-ediff-menu.
18596
18597 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18598 define-overloadable-function.
18599
18600 * progmodes/autoconf.el: Provide autoconf as well, so that this
18601 file can be `require'd.
18602
18603 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18604
18605 * emacs-lisp/autoload.el (generated-autoload-feature)
18606 (generated-autoload-load-name): New vars.
18607 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18608 (make-autoload): Recognize define-overloadable-function and
18609 defclass forms (for EIEIO).
18610
18611 * Makefile.in (update-subdirs): Exclude cedet directory.
18612
135abf91
AR
186132009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18614
1becddbb 18615 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18616
18617 * faces.el: Default light-background background for region face to
18618 ns_selection_color under NS.
18619
3d994264
TZ
186202009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18621
18622 * net/imap-hash.el: New library, see NEWS.
18623
18624 * Makefile.in (ELCFILES): Add imap-hash.el.
18625
ce9a0ccb
SM
186262009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18627
18628 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18629 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18630 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18631 definition where the docstring could be taken for the return value.
18632
a92cdd49
GM
186332009-09-26 Glenn Morris <rgm@gnu.org>
18634
18635 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18636 Add option to only show images below a certain size.
18637 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18638 save-excursion calls.
18639
416ac2f1
EZ
186402009-09-26 Eli Zaretskii <eliz@gnu.org>
18641
18642 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18643 subdirectories) and eieio.
18644
d9a13f68
AM
186452009-09-26 Alan Mackenzie <acm@muc.de>
18646
6a7662bb
BR
18647 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18648 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18649
18650 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18651 character constants (as case labels). (Bug#4289)
d9a13f68 18652
182b3bec
CY
186532009-09-25 Juri Linkov <juri@jurta.org>
18654
18655 * files.el (safe-local-eval-forms): Allow time-stamp in
18656 before-save-hook (Bug#4554).
18657
8f75f2da
JB
186582009-09-25 Drew Adams <drew.adams@oracle.com>
18659
18660 * menu-bar.el (list-buffers-directory): Doc fix.
18661
8390fb80
SM
186622009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18665 Try and avoid copying twice the same paragraph.
18666 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18667 Remove save-excursion.
18668 (log-edit-changelog-entry): Do it here instead.
18669
11ee8d90
JB
186702009-09-25 Juanma Barranquero <lekktu@gmail.com>
18671
027b1942
JB
18672 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18673 when available, instead of hardcoding mode names. Doc fix.
18674
11ee8d90
JB
18675 * menu-bar.el (list-buffers-directory): Add docstring.
18676 Make automatically buffer-local.
18677
18678 * dired.el (dired-mode):
18679 * files.el (cd-absolute):
18680 * pcvs.el (cvs-temp-buffer):
18681 * pcvs-util.el (cvs-get-buffer-create):
18682 * shell.el (shell-mode):
18683 * vc-dir.el (vc-dir-mode):
18684 Don't make `list-buffers-directory' buffer local.
18685
21289c5d
CY
186862009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18687
8390fb80
SM
18688 * comint.el (comint-exec, comint-run, make-comint):
18689 Doc fixes (Bug#4542).
21289c5d 18690
e8652dd9
GM
186912009-09-25 Glenn Morris <rgm@gnu.org>
18692
18693 * mail/rmailmm.el (rmail-mime): New custom group.
18694 Move all defcustoms in this file into this group.
18695 (rmail-mime-media-type-handlers-alist): Revert previous change.
18696 (rmail-mime-show-images): New option.
18697 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18698 references to it, since it wasn't actually used for anything.
18699 (rmail-mime-insert-image): New function.
18700 (rmail-mime-image): Use rmail-mime-insert-image.
18701 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18702 obey the value of `rmail-mime-show-images' option. Print the size of
18703 attachments.
e8652dd9 18704
fb652bb5
JB
187052009-09-25 David Engster <deng@randomsample.de>
18706
18707 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18708
32a9841c
VJL
187092009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18710
18711 * whitespace.el: Does not highlight trailing spaces While point is
18712 at end of line. Does not highligt spaces at beginning of buffer
18713 while point is at beginning of buffer. Does not highlight spaces
18714 at end of buffer while point is at end of buffer. (Bug#4177)
18715 New version 12.0.
18716 (whitespace-display-mappings): Adjust initialization.
18717 (whitespace-point, whitespace-font-lock-refontify): New vars.
18718 (whitespace-color-on, whitespace-color-off): Adjust code.
18719 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18720 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18721 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18722
e477ca84
CY
187232009-09-24 Chong Yidong <cyd@stupidchicken.com>
18724
18725 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18726
18727 * textmodes/sgml-mode.el: Remove xml-mode alias.
18728
18729 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18730 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18731
68712602
AM
187322009-09-24 Alan Mackenzie <acm@muc.de>
18733
18734 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18735 c-forward-conditionals, but it doesn't move point and doesn't set
18736 the mark.
18737 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18738 (c-down-conditional-with-else, c-backward-conditional)
18739 (c-forward-conditional): Refactor to use c-scan-conditionals.
18740
1659ada0
JB
187412009-09-24 Juanma Barranquero <lekktu@gmail.com>
18742
18743 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18744 (help-default-arg-highlight): Remove.
18745 (help-highlight-arg): New function.
18746 (help-do-arg-highlight): Use it.
18747 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18748
b3f01e46
SM
187492009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18750
18751 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18752 Undo last change, which didn't fix the problem and introduced others.
18753
107ef54a
NR
187542009-09-24 Nick Roberts <nickrob@snap.net.nz>
18755
18756 * progmodes/gdb-mi.el: Don't require speedbar.
18757 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18758
ffa1fed6
GM
187592009-09-24 Glenn Morris <rgm@gnu.org>
18760
2157a2be
GM
18761 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18762
6125167c
GM
18763 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18764
ffa1fed6
GM
18765 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18766 there is no newline after the final mime boundary. (Bug#4539)
18767 Move markers on insertion so that any buttons inserted don't end up in
18768 the next part of a multipart message.
2e9075d3
GM
18769 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18770 (rmail-mime-bulk-handler): Optionally handle images.
18771 (rmail-mime-image): New button action.
18772 (rmail-mime-image-handler): New function.
18773 (rmail-mime-mode): New mode.
18774 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18775
4a814992
SM
187762009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18777
075518b5
SM
18778 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18779 than just dropping elements from it (bug#4504).
18780
8ad2defc
SM
18781 * term.el (term-set-scroll-region): Don't move cursor any more.
18782 (term-handle-ansi-escape): Call term-goto here instead.
18783 Suggested by Ivan Kanis <apple@kanis.eu>.
18784
4a814992
SM
18785 * term.el: Require CL.
18786 (term-ansi-reset): New function.
18787 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18788 (term-handle-colors-array): Simplify.
18789
5a0c3f56
JB
187902009-09-24 Juanma Barranquero <lekktu@gmail.com>
18791
18792 * allout.el (allout-overlay-interior-modification-handler)
18793 (allout-obtain-passphrase):
18794 * epa-file.el (epa-file-write-region):
18795 * ps-print.el (ps-begin-job):
18796 * vc-hooks.el (vc-toggle-read-only):
18797 * vc-rcs.el (vc-rcs-rollback):
18798 * vc-sccs.el (vc-sccs-rollback):
18799 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18800 (vc-version-diff, vc-revert, vc-rollback):
18801 * wdired.el (wdired-check-kill-buffer):
18802 * emacs-lisp/authors.el (authors):
18803 * net/socks.el (socks-open-connection):
18804 * net/zeroconf.el (zeroconf-service-add-hook):
18805 * obsolete/vc-mcvs.el (vc-mcvs-register):
18806 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18807 (gdb-select-frame):
18808 * progmodes/grep.el (lgrep, rgrep):
18809 * progmodes/idlw-help.el (idlwave-help-check-locations)
18810 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18811 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18812 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18813 (reftex-toc-rename-label): Fix typos in error messages.
18814
18815 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18816 (dired-copy-how-to-fn): Doc fix.
18817 (dired-files-attributes, dired-read-shell-command):
18818 Fix typos in docstrings.
18819
18820 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18821 (dired-x-find-file-other-window): Reflow docstrings.
18822 (dired-omit-marker-char, dired-read-shell-command)
18823 (dired-x-submit-report): Fix typos in docstrings.
18824
18825 * shell.el (shell-mode-hook):
18826 * view.el (View-scroll-line-forward):
18827 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18828 Fix typos in docstrings.
18829
18830 * net/dig.el (dig-invoke): Fix typo in docstring.
18831 (query-dig): Reflow docstring.
18832
18833 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18834 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18835 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18836 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18837 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18838 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18839 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18840 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18841 (idlwave-completion-map, idlwave-current-indent)
18842 (idlwave-custom-ampersand-surround, idlwave-customize)
18843 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18844 (idlwave-define-abbrev, idlwave-determine-class-special)
18845 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18846 (idlwave-end-block-reg, idlwave-end-of-statement)
18847 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18848 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18849 (idlwave-explicit-class-listed, idlwave-file-header)
18850 (idlwave-fill-paragraph, idlwave-find-class-definition)
18851 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18852 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18853 (idlwave-in-quote, idlwave-indent-action-table)
18854 (idlwave-indent-expand-table, idlwave-indent-line)
18855 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18856 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18857 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18858 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18859 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18860 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18861 (idlwave-outlawed-buffers, idlwave-popup-select)
18862 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18863 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18864 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18865 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18866 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18867 (idlwave-statement-type, idlwave-struct-skip)
18868 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18869 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18870 (idlwave-what-module-find-class): Fix typos in docstrings.
18871 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18872 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18873 (idlwave-find-module, idlwave-find-structure-definition)
18874 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18875 (idlwave-list-load-path-shadows, idlwave-next-statement)
18876 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18877 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18878 (idlwave-template): Reflow docstrings.
18879
18880 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18881 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18882 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18883 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18884 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18885 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18886 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18887 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18888 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18889 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18890 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18891 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18892 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18893 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18894 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18895 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18896 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18897 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18898 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18899 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18900 Fix typos in docstrings.
18901 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18902 (idlwave-shell-hide-output, idlwave-shell-mode)
18903 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18904 Reflow docstrings.
18905
18906 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18907
62136c5d
SM
189082009-09-24 Ivan Kanis <apple@kanis.eu>
18909
18910 * term.el (term-bold-attribute): New var.
18911 (term-handle-colors-array): Use it.
18912
9c1a45ed
NR
189132009-09-23 Nick Roberts <nickrob@snap.net.nz>
18914
18915 * progmodes/gdb-mi.el (gdb-version): New variable.
18916 (gdb-non-stop-handler): Set gdb-version.
18917 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18918 Condition "--thread" option on gdb-version.
18919 (gdb-invalidate-threads): Remove unused argument.
18920
03304f31
SM
189212009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18924 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18925
4f02f0c9
GM
189262009-09-23 Glenn Morris <rgm@gnu.org>
18927
18928 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18929 replying to mail without References or Message-Id. (Bug#4525)
18930
a3b4b363
AR
189312009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18932
18933 * term/ns-win.el (ns-reg-to-script): New variable.
18934
7bda18cc
DU
189352009-09-23 Daiki Ueno <ueno@unixuser.org>
18936
18937 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18938
72169e55
SS
189392009-09-22 Sam Steingold <sds@gnu.org>
18940
18941 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18942 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18943 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18944 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18945
905b7d38
SM
189462009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18947
b0459dec
SM
18948 * textmodes/fill.el: Convert to utf-8 encoding.
18949 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 18950 pre-Unicode days.
b0459dec 18951
905b7d38
SM
18952 * add-log.el (change-log-fill-forward-paragraph): New function.
18953 (change-log-mode): Use it so fill-region DTRT.
18954 Set fill-indent-according-to-mode here rather than in
18955 change-log-fill-paragraph.
18956 (change-log-fill-paragraph): Remove.
18957
baa7f3de
JB
189582009-09-22 Juanma Barranquero <lekktu@gmail.com>
18959
18960 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18961 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18962
a8d789f0
GM
189632009-09-22 Glenn Morris <rgm@gnu.org>
18964
daedbbc2
GM
18965 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18966 the scroll-bar scroll the calendar window rather than the buffer.
18967
d8899a74
GM
18968 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18969 commands that move point (as opposed to scrolling).
18970
a8d789f0
GM
18971 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18972
18973 * emacs-lisp/elint.el (elint): New custom group.
18974 (elint-log-buffer): Make it a defcustom.
18975 (elint-scan-preloaded, elint-ignored-warnings)
18976 (elint-directory-skip-re): New options.
18977 (elint-builtin-variables): Doc fix.
18978 (elint-preloaded-env): New variable.
18979 (elint-unknown-builtin-args): Add an entry for encode-time.
18980 (elint-extra-errors): Make it a variable rather than a constant.
18981 (elint-preloaded-skip-re): New constant.
18982 (elint-directory): Skip files matching elint-directory-skip-re.
18983 (elint-features): New variable, local to linted buffers.
18984 (elint-update-env): Initialize elint-features. Possibly add
18985 elint-preloaded-env to the buffer's environment.
18986 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18987 Skip quoted forms.
18988 (elint-init-form): New function, extracted from elint-init-env.
18989 Make non-list forms a warning rather than an error.
18990 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18991 easy-menu-define, put that adds an error-condition, and provide.
18992 When requiring cl, also require cl-macs. Really require cl, to handle
18993 some cl macros. Store required libraries in the list elint-features,
18994 so as not to re-load them. Treat cc-require like require.
18995 (elint-init-env): Call elint-init-form to do the work.
18996 Handle eval-and-compile and such like.
18997 (elint-add-required-env): Do not clear messages.
18998 (elint-special-forms): Add handlers for function, defalias, if, when,
18999 unless, and, or.
19000 (elint-form): Add optional argument to ignore elint-special-forms,
19001 useful to prevent recursive calls from handlers. Doc fix.
19002 Respect elint-ignored-warnings.
19003 (elint-form): Respect elint-ignored-warnings.
19004 (elint-bound-variable, elint-bound-function): New variables.
19005 (elint-unbound-variable): Respect elint-bound-variable.
19006 (elint-get-args): Respect elint-bound-function.
19007 (elint-check-cond-form): Add some simple handling for (f)boundp and
19008 featurep tests.
19009 (elint-check-defalias-form): New handler.
19010 (elint-check-let-form): Make an empty let a warning rather than an
19011 error.
19012 (elint-check-setq-form): Make an empty setq a warning rather than an
19013 error. Respect elint-ignored-warnings.
19014 (elint-check-defvar-form): Accept null doc-strings.
19015 (elint-check-conditional-form): New handler. Does some simple-minded
19016 checking of featurep and (f)boundp tests.
19017 (elint-put-function-args): New function.
19018 (elint-initialize): Use elint-scan-doc-file rather than
19019 elint-find-builtin-variables. Use elint-put-function-args.
19020 Possibly scan preloaded-file-list.
19021 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19022 extend to handle functions as well.
19023
245be23c
JB
190242009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19025
19026 * linum.el (linum-delete-overlays, linum-update-window):
19027 Do not modify the right margin. (Bug#3971)
19028
91fdbd6f
CY
190292009-09-21 Chong Yidong <cyd@stupidchicken.com>
19030
6a7662bb
BR
19031 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19032 Use nxml-mode instead of xml-mode.
91fdbd6f 19033
7589d38e
JB
190342009-09-21 Kevin Ryde <user42@zip.com.au>
19035
19036 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19037
5ac42715
SM
190382009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19039
19040 * net/dig.el (dig-mode): Use define-derived-mode.
19041
09c01323
DN
190422009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19043
4096c5f2
DN
19044 * vc-dispatcher.el (vc-do-command): Return the process object in
19045 the asynchronous case. Use when instead of if. Do not run
5480359e 19046 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19047
0e172cc2
DN
19048 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19049 properties to the stash strings.
19050 (vc-git-stash-list): Return a list of strings.
19051 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19052 (vc-git-stash-show-at-point): New functions.
19053 (vc-git-stash-map): New keymap.
19054
03304f31
SM
19055 * register.el (ctl-x-r-map): Define the keys here instead of
19056 using autoload.
09c01323 19057
03304f31 190582009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19059
19060 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19061 list, to workaround performance problem (bug#4485).
19062
2f5fc4d7
NR
190632009-09-20 Nick Roberts <nickrob@snap.net.nz>
19064
19065 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19066
b0f5fd2e
DU
190672009-09-20 Daiki Ueno <ueno@unixuser.org>
19068
19069 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19070 Document that this option is not recommended to use.
19071
f3445fab
GM
190722009-09-19 Glenn Morris <rgm@gnu.org>
19073
547c6921
GM
19074 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19075 variable `var'.
19076
f3445fab
GM
19077 * calc/calc-alg.el (var):
19078 * calc/calcalg2.el (var): Define for compiler.
19079
946c009b
CY
190802009-09-19 Chong Yidong <cyd@stupidchicken.com>
19081
e3f36d03
SM
19082 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19083 Doc fix (Bug#3932).
e2045997 19084
24aedbca
CY
19085 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19086
327dd27a
CY
19087 * time-stamp.el (time-stamp-month-dd-yyyy)
19088 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19089 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19090 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19091 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19092 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19093
946c009b
CY
19094 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19095 indent buffer only if called interactively (Bug#4452).
19096
3e70541a 190972009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19098 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19099
19100 This fixes bug#4197 (merged to bug#865, though not identical).
19101 * server.el (server-auth-dir): Add docstring note about FAT32.
19102 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19103 but warn against using them.
19104
9b94c32e
NR
191052009-09-19 Nick Roberts <nickrob@snap.net.nz>
19106
19107 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19108 older GDB where there is no has_more field.
19109
66590684
GM
191102009-09-19 Glenn Morris <rgm@gnu.org>
19111
19112 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19113
9a1337f9
CY
191142009-09-18 Chong Yidong <cyd@stupidchicken.com>
19115
19116 * files.el (auto-mode-alist): Change default for XML files to nXML
19117 mode (Bug#4169).
19118
d7554167
JB
191192009-09-18 Juanma Barranquero <lekktu@gmail.com>
19120
19121 * server.el (server-ensure-safe-dir): Pass 'integer
19122 to `file-attributes', as suggested.
19123
35a3f9a4
SM
191242009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19125
19126 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19127 (dired-query): Use read-key.
19128
044f9b05
AR
191292009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19130
19131 * cus-start.el (ns-use-qd-smoothing): Remove.
19132
6188ea49
GM
191332009-09-18 Glenn Morris <rgm@gnu.org>
19134
08cf18e4
GM
19135 * allout.el (top-level): Remove unnecessary progn.
19136
07eae5c5
GM
19137 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19138
6726c25e
GM
19139 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19140 definition of abbrev table.
19141
3f527154 19142 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19143 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19144 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19145 * net/newst-backend.el (newsticker--cache-read-feed):
19146 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19147 condition-case handlers.
19148
ccb4c30c
NR
191492009-09-18 Nick Roberts <nickrob@snap.net.nz>
19150
19151 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19152 (gdb-var-list): Add an element for has_more field.
19153 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19154 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19155 (gdb-var-update-handler-1): Parse output of dynamic variable
19156 objects (STL containers).
19157 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19158 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19159
19160 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19161 gdb-var-list.
19162 (gud-speedbar-buttons): Make node expandable if expression "has more"
19163 children.
19164
8686ac71
JB
191652009-09-17 Juanma Barranquero <lekktu@gmail.com>
19166
19167 * startup.el (emacs-quick-startup): Remove variable and all uses.
19168 (command-line): Set `inhibit-x-resources' instead.
19169 (command-line-1): Use `inhibit-x-resources' instead.
19170
a69c67e8
CY
191712009-09-17 Chong Yidong <cyd@stupidchicken.com>
19172
19173 * subr.el: Fix last change to avoid using the `unless' macro,
19174 which breaks bootstrapping.
19175
354f0faf
SM
191762009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19177
19178 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19179 extended definitions, in case we reload subr.el after having
19180 loaded CL.
19181 (eval-next-after-load): Mark as obsolete.
19182
98b9bf40
JL
191832009-09-17 Juri Linkov <juri@jurta.org>
19184
19185 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19186 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19187 (menu-bar-showhide-menu, menu-bar-tools-menu)
19188 (menu-bar-describe-menu, menu-bar-help-menu)
19189 (minibuffer-local-completion-map, minibuffer-local-map):
19190 Fix list quoting.
19191
28fab7b5
GM
191922009-09-17 Glenn Morris <rgm@gnu.org>
19193
88d5190c
GM
19194 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19195 arguments, whether or not it has a handler.
19196
74f24ba7
GM
19197 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19198
28fab7b5
GM
19199 * simple.el (hard-newline): Give it a doc-string.
19200
a8106aec
GM
19201 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19202 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19203
76251ad7
DN
192042009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19205
72033dbe
DN
19206 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19207 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19208 (menu-bar-options-menu, menu-bar-showhide-menu)
19209 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19210 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19211 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19212 (menu-bar-options-menu, menu-bar-tools-menu)
19213 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19214 (menu-bar-help-menu):
19215 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19216 string arguments.
19217
76251ad7
DN
19218 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19219 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19220 calls for the menu names and :help.
19221
97b952b7
SM
192222009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19223
19224 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19225 to :minor-mode-function (bug#4455).
19226
8f38189e
SM
192272009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19228
d2fd733e
SM
19229 * startup.el (command-line): Initialize the window-system after
19230 processing the command-line.
19231
8f38189e
SM
19232 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19233 page-delimiter matches the empty string.
19234
77564fa4
GM
192352009-09-16 Glenn Morris <rgm@gnu.org>
19236
19237 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19238 byte-compile-not-obsolete-var. It's a list now.
19239 (byte-compile-not-obsolete-funcs): New variable.
19240 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19241 byte-compile-not-obsolete-funcs.
19242 (byte-compile-variable-ref, byte-compile-defvar): Update for
19243 byte-compile-not-obsolete-vars name-change and list nature.
19244 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19245 and variables behind (f)boundp tests.
19246 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19247
79d316d3
DN
192482009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19249
19250 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19251
8fed6934
SM
192522009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19253
19254 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19255 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19256 Don't autoload.
19257
4078fd57
SE
192582009-09-15 Stephen Eglen <stephen@gnu.org>
19259
19260 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19261 the virtual-buffers, use the name of the buffer specified by
4078fd57 19262 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19263 problem if the target and the symlink had different names.)
4078fd57 19264
838ff458
SM
192652009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19266
b3c7c12d
SM
19267 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19268
13dc2bc2
SM
19269 * desktop.el (desktop-path): Check user-emacs-directory.
19270
49fec531
SM
19271 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19272
0e328d37
SM
19273 * loadup.el: Use after-load-functions to GC after loading each file.
19274 Remove the explicit GC calls that used to be sprinkled around.
19275
838ff458
SM
19276 * subr.el (after-load-functions): New hook.
19277 (do-after-load-evaluation): Run it. Use string-match-p to detect
19278 `obsolete' packages, rather than painfully extracting the relevant
19279 directory name.
19280
a62f564f
GM
192812009-09-15 Glenn Morris <rgm@gnu.org>
19282
19283 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19284 free variable `doc'.
19285
19286 * dired.el (dired-mode-map): Add menu entry for async shell command.
19287
19288 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19289 variables, also consider the .elc files, since the .el files are
19290 normally gzipped (subsequent code locates the .el.gz from the .elc).
19291
19292 * calc/calc-prog.el (arglist): Define for compiler.
19293
19294 * calendar/diary-lib.el (diary-display-function): Change the default to
19295 fancy display.
19296 (body): Define for compiler.
19297
19298 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19299 (byte-compile-file-form, byte-compile-lambda)
19300 (byte-compile-top-level-body, byte-compile-form)
19301 (byte-compile-variable-ref, byte-compile-setq)
19302 (byte-compile-setq-default, byte-compile-body)
19303 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19304 (batch-byte-compile): Give some more local variables with common names
19305 a "bytecomp-" prefix to avoid masking warnings about free variables.
19306
cd05fe7f
GM
19307 * startup.el (command-line-1): Give local variables with common names a
19308 distinguishing prefix, so as not to hide free variable warnings during
19309 bootstrap.
19310
a62f564f
GM
19311 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19312 clever and add a suffix to make a unique name, just let the user decide
19313 whether or not to overwrite it. If the input is a directory, write the
19314 default filename to that directory. (Bug#4388)
19315 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19316 is a filename-as-a-directory.
19317
fbc88440
SM
193182009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19319
19320 * textmodes/page.el (what-page): Don't move to beginning of line.
19321 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19322
60308853
DN
193232009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19324
19325 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19326
32ba3abc
DN
193272009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19328
9cd39aff
DN
19329 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19330 * help.el (help-for-help-internal): Add purecopy calls for text.
19331
32ba3abc
DN
19332 * vc.el (top): print-log method now takes an optional SHORTLOG
19333 argument. Add a new method: root.
32ba3abc
DN
19334 (vc-root-diff, vc-print-root-log): New functions.
19335 (vc-log-short-style): New variable.
19336 (vc-print-log-internal): Add support for showing short logs.
19337
19338 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19339 vc-print-root-log and vc-print-root-diff.
19340
19341 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19342 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19343 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19344 short logs.
19345
19346 * vc-cvs.el (vc-cvs-print-log):
19347 * vc-mtn.el (vc-mtn-print-log):
19348 * vc-rcs.el (vc-rcs-print-log):
19349 * vc-sccs.el (vc-sccs-print-log):
19350 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19351 that is ignored for now.
19352
837b0e99
DN
19353 * vc-mtn.el (vc-mtn-annotate-command):
19354 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19355
31cd2dd4
SM
193562009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19357
19358 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19359 to function-key-map, and give them ascii-character property.
19360 * term/x-win.el (x-alternatives-map):
19361 * term/ns-win.el (ns-alternatives-map):
19362 * term/internal.el (msdos-key-remapping-map):
19363 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19364
d62e5bf2
GM
193652009-09-14 Glenn Morris <rgm@gnu.org>
19366
19367 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19368 temp-buffers (2009-09-12).
19369
7d0105e5
SM
193702009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19371
19372 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19373 the new read-key function.
19374
e17ed9ad
CY
193752009-09-13 Chong Yidong <cyd@stupidchicken.com>
19376
19377 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19378 is defined (Bug#4405).
19379
1fc26e29
CY
193802009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19381
19382 * recentf.el (recentf-cleanup): Use a hash table to find
19383 duplicates (Bug#4407).
19384
61dc96a2 193852009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19386
19387 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19388 kp-0 to ascii equivalents (Bug#4325).
19389
42c3a9e3
CY
193902009-09-13 Chong Yidong <cyd@stupidchicken.com>
19391
1f5c1626
CY
19392 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19393
42c3a9e3 19394 * eshell/em-hist.el:
31cd2dd4
SM
19395 * eshell/em-dirs.el (eshell-complete-user-reference):
19396 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19397
193982009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19399
19400 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19401 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19402 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19403 * eshell/em-hist.el (eshell-history-file-name):
19404 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19405
1e2b6acf
GM
194062009-09-13 Glenn Morris <rgm@gnu.org>
19407
19408 * ediff-merg.el (ediff-do-merge):
19409 * filesets.el (filesets-run-cmd):
19410 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19411 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19412 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19413 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19414 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19415 Replace empty `let's with `progn'.
19416
adba8116
SM
194172009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * mail/sendmail.el (send-mail-function):
19420 * tooltip.el (tooltip-mode):
19421 * simple.el (transient-mark-mode):
19422 * rfn-eshadow.el (file-name-shadow-mode):
19423 * frame.el (blink-cursor-mode):
19424 * font-core.el (global-font-lock-mode):
19425 * files.el (temporary-file-directory)
19426 (small-temporary-file-directory, auto-save-file-name-transforms):
19427 * epa-hook.el (auto-encryption-mode):
19428 * composite.el (global-auto-composition-mode):
19429 Use custom-initialize-delay.
19430 * startup.el (command-line): Don't explicitly call
19431 custom-reevaluate-setting for all the above vars.
19432 * custom.el (custom-initialize-safe-set)
19433 (custom-initialize-safe-default): Delete.
19434
0a4afea9
SM
194352009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19436
9f94990d
SM
19437 * term/x-win.el (x-initialize-window-system):
19438 * term/w32-win.el (w32-initialize-window-system):
19439 * term/ns-win.el (ns-initialize-window-system): Don't call
19440 mouse-wheel-mode since it's enabled globally by default already.
19441
0a4afea9
SM
19442 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19443 actually define the variable, but only silences the byte-compiler.
19444 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19445 before looking it up.
19446 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19447 is changed.
19448
bf01513f
GM
194492009-09-12 Glenn Morris <rgm@gnu.org>
19450
19451 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19452 1000.
19453 (elint-add-required-env): Don't beep on error.
19454 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19455 (elint-init-env): Skip non-list forms.
19456 (elint-log): Handle unknown file positions.
bf01513f 19457
d85889e4
DU
194582009-09-12 Daiki Ueno <ueno@unixuser.org>
19459
19460 * epg.el (epg-make-context): Add autoload cookie.
19461 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19462 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19463 (epg-verify-string, epg-start-sign, epg-sign-file)
19464 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19465 (epg-encrypt-string, epg-start-export-keys)
19466 (epg-export-keys-to-file, epg-export-keys-to-string)
19467 (epg-start-import-keys, epg-import-keys-from-file)
19468 (epg-import-keys-from-string, epg-start-receive-keys)
19469 (epg-receive-keys, epg-import-keys-from-server)
19470 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19471 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19472 (epg-generate-key-from-file, epg-generate-key-from-string):
19473 Remove autoload cookie.
d85889e4 19474
8f825ee6
EZ
194752009-09-12 Eli Zaretskii <eliz@gnu.org>
19476
36b434ee
EZ
19477 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19478 reevaluation of trash-directory.
19479
8f825ee6
EZ
19480 * mwheel.el: Fix last change.
19481 (mouse-wheel-mode): New defvar.
19482 (mouse-wheel-mode): Remove autoload cookie.
19483
5766c380
SM
194842009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19485
ab5c0fcd
SM
19486 * mwheel.el (mwheel-installed-bindings): New var.
19487 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19488 the bindings we set last time. Use custom-initialize-delay.
19489 * loadup.el: Load mwheel after term/*-win.el.
19490 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19491 and mouse-wheel-up-event now that their first evaluation is done
19492 sufficiently late to be correct.
19493
45448e64
SM
19494 * startup.el (tutorial-directory): Make it a defcustom.
19495 Use custom-initialize-delay rather than eval-at-startup to set it.
19496 * image.el (image-load-path): Make it a defcustom.
19497 Use custom-initialize-delay rather than eval-at-startup to set it.
19498 * subr.el (eval-at-startup): Remove.
19499 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19500
5766c380
SM
19501 * subr.el (do-after-load-evaluation): Warn the user after loading an
19502 obsolete package.
19503
d6549da4
GM
195042009-09-12 Glenn Morris <rgm@gnu.org>
19505
19506 * proced.el (proced-mark-alt): Remove alias.
19507 (proced-mode-map): Remove proced-mark-alt.
19508
19509 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19510 Elint file and directory. Remove initialization entry.
19511
19512 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19513 commands.
19514 (elint-current-buffer): Set mode-line-process.
19515 (elint-init-env): Handle define-derived-mode.
19516 Fix declare-function with unspecified arglist. Guard against odd
19517 defalias statements (eg iso-insert's 8859-1-map).
19518 (elint-add-required-env): Use a temp buffer.
19519 (elint-form): Just print the function/macro name, not the whole form.
19520 Return env unchanged if we fail to parse a macro.
19521 (elint-forms): Guard against parse errors.
19522 (elint-output): New function, to handle batch mode.
19523 (elint-log-message): Add optional argument. Use elint-output.
19524 (elint-set-mode-line): New function.
19525
30194d4d
CY
195262009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19527
19528 * emacs-lisp/elp.el (elp-not-profilable): Add more
19529 functions (Bug#4233).
19530
a035f9b0
CY
195312009-09-12 Chong Yidong <cyd@stupidchicken.com>
19532
19533 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19534 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19535
dad61164
NR
195362009-09-11 Nick Roberts <nickrob@snap.net.nz>
19537
19538 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19539 (gdb-var-list-children): Use json parsing.
19540
9c3c9fdf 195412009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19542
19543 * progmodes/js.el (js--proper-indentation): Handle the case where
19544 char-before is null. Reported by Deniz Dogan.
19545
b4587710
JB
195462009-09-11 Juanma Barranquero <lekktu@gmail.com>
19547
19548 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19549
13890796
DU
195502009-09-11 Daiki Ueno <ueno@unixuser.org>
19551
19552 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19553 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19554 (epg-context-set-passphrase-callback)
97d4bdba 19555 (epg-context-set-progress-callback): Add description about
b18508dd 19556 callback function.
13890796 19557
2efb64a8
SM
195582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19559
790d0270
SM
19560 * custom.el (custom-delayed-init-variables): New var.
19561 (custom-initialize-delay): New function.
19562 * startup.el (command-line): "Re"evaluate all vars in
19563 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19564 explicitly any more.
19565 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19566 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19567
19568 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19569
ac243a40
NR
195702009-09-11 Nick Roberts <nickrob@snap.net.nz>
19571
19572 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19573 (gdb-var-update-handler): Use json parsing.
19574
657bc6fc
JB
195752009-09-11 Juanma Barranquero <lekktu@gmail.com>
19576
19577 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19578 decode annotated text, regardless of language environment. (Bug#2741)
19579
b6fe8102
SM
195802009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * Makefile.in (autoloads): Make rmail.el writable as well.
19583
5cc443fe
GM
195842009-09-11 Glenn Morris <rgm@gnu.org>
19585
5515c54e
GM
19586 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19587 loaddefs.el.
19588 * dired.el: Regenerate with extracted autoloads.
19589 * Makefile.in (autoloads): Make dired.el writable.
19590
15067158
GM
19591 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19592 * ibuffer.el: Regenerate with extracted autoloads.
19593 * Makefile.in (autoloads): Make ibuffer.el writable.
19594
d35d0238
GM
19595 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19596 * version.el (emacs-copyright, emacs-major-version)
19597 (emacs-minor-version): Reformat doc-strings for make-docfile.
19598
5cc443fe
GM
19599 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19600 functions and variables, since they must be stuff specific to some other
19601 platform.
19602 (apropos-print): Make mouse-click message less specific about button.
19603
19604 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19605 that records where a macro was defined.
19606 * help-fns.el (describe-function-1): Mention if a function has a
19607 compiler-macro.
19608 * help-mode.el (help-function-cmacro): New button.
19609
19610 * locate.el (top-level): Always require dired.
19611 (locate-mode-map): Initialize inside the defvar.
19612
19613 * net/ange-ftp.el (dired-compress-file): Declare.
19614 (ange-ftp-dired-compress-file): Add doc string.
19615
19616 * term/ns-win.el (x-display-name, x-setup-function-keys):
19617 Unify doc-strings with X versions.
19618
8cb95edf
SM
196192009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19620
726a4d09
SM
19621 * emulation/crisp.el (crisp-mode-map): Move initialization
19622 into declaration.
19623 (crisp-mode): Use define-minor-mode.
19624
8cb95edf
SM
19625 * progmodes/xscheme.el (xscheme-evaluation-commands):
19626 Put a :advertised-binding property rather than using
19627 advertised-xscheme-send-previous-expression.
19628 (advertised-xscheme-send-previous-expression): Declare obsolete.
19629 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19630 `advertised-undo'.
19631 (crisp-mode): Add corresponding bindings to
19632 undo's :advertised-binding instead.
19633 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19634 than using dired-advertised-find-file.
19635 (dired-advertised-find-file):
19636 * simple.el (advertised-undo):
19637 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19638 (widget-keymap): Put a :advertised-binding property rather
19639 than using advertised-widget-backward.
19640 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19641 than using advertised-undo.
19642 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19643
07db5857
SS
196442009-09-10 Simon South <ssouth@slowcomputing.org>
19645
19646 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19647 Mark mode is enabled and region is active; otherwise indent or
19648 insert TAB as usual.
19649 (delphi-mode): Update description of TAB-key binding.
19650
50d4ba39
SM
196512009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19652
19653 * subr.el (define-key-rebound-commands): Mark obsolete.
19654 * startup.el (precompute-menubar-bindings): Remove.
19655 (normal-top-level): Remove obsolete code that tried to precompute
19656 menubar bindings.
19657 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19658 define-key-rebound-commands and precompute-menubar-bindings.
19659
ffa894db
KY
196602009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19661
19662 * net/imap.el (imap-interactive-login): Better messages.
19663 (imap-open): Fix bug with renamed buffer on reconnect.
19664 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19665 for easier debugging and cleaner code. On successful (guessed based on
19666 server capabilities) secondary authentication, set imap-state
19667 correctly.
19668 (imap-last-authenticator): Define imap-last-authenticator as a variable
19669 to avoid warnings.
19670
9477096c
GM
196712009-09-10 Glenn Morris <rgm@gnu.org>
19672
19673 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19674
19675 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19676 (byte-compile-file-form-autoload): Don't warn about unknown functions
19677 where the autoload statement comes after the use.
19678 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19679 that any handlers inside the body (eg require) are in turn respected.
19680
19681 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19682 effects.
19683
19684 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19685 and syntax and abbrev tables basic docs, if they don't have any.
19686
19687 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19688
19689 * international/mule-cmds.el (top-level): Require cl when compiling.
19690 (view-hello-file): Use default-value rather than
19691 default-enable-multibyte-characters.
19692
19693 * progmodes/fortran.el: Move all safe and risky properties into the
19694 defcustoms.
19695
19696 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19697 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19698 * mail/undigest.el:
19699 Put autoloads in rmail.el rather than loaddefs.el.
19700 * mail/rmail.el: Regenerate with extracted autoloads.
19701
19702 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19703 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19704
9f16c547
NR
197052009-09-10 Nick Roberts <nickrob@snap.net.nz>
19706
19707 Reported in thread for Bug#4375.
19708 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19709 "-data-evaluate-expression" instead of print.
19710 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19711 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19712 (gdb): Revert 2009-08-11 change. User should detach inferior
19713 manually.
9f16c547
NR
19714
19715 Remove the word "separate" from IO functions as inferior
19716 output is now never displayed in the GUD buffer.
19717
50405cd0
JB
197182009-09-10 Juanma Barranquero <lekktu@gmail.com>
19719
19720 * startup.el (command-line-normalize-file-name): On Windows and
19721 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19722
7ae62430
JL
197232009-09-10 Juri Linkov <juri@jurta.org>
19724
19725 * isearch.el (isearch-text-char-description): Propertize escape
19726 character sequences with the `escape-glyph' face. (Bug#4344)
19727
19728 * simple.el (shell-command): Set asynchronous process filter to
19729 `comint-output-filter'. (Bug#4343)
19730
19731 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19732 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19733 the list. Move "asm" to the bottom.
19734 (grep-find-ignored-directories): Add `choice' with nil value
19735 to empty the list easily.
19736 (grep-find-ignored-files): New option.
19737 (grep-files-history): Set to nil by default instead of '("ch" "el").
19738 (grep-compute-defaults): Add "<X>" to `grep-template'.
19739 (grep-read-files): Bind new local variables `default-alias' and
19740 `default-extension'. Use a list of default values for the file prompt.
19741 (lgrep): Add `--exclude=' command line options composed from
19742 `grep-find-ignored-files'.
19743 (rgrep): Add `-name' command line options composed from
19744 `grep-find-ignored-files'. (Bug#4301)
19745
cd875252
SM
197462009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19747
19748 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19749 (bug#4368).
19750
cdce0b33
KY
197512009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19752
19753 * calendar/time-date.el (autoload):
19754 Expand define-obsolete-function-alias into defalias and make-obsolete
19755 for old Emacsen that Gnus supports.
19756 (with-no-warnings): Define it for old Emacsen.
19757 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19758 is available.
19759 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19760 float-time is available; suppress compile warning for time-to-seconds.
19761
197622009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19763
19764 * net/imap.el (imap-message-map): Docstring fix.
19765
2b2eb431
GM
197662009-09-09 Glenn Morris <rgm@gnu.org>
19767
19768 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19769 line numbers too. (Bug#4374)
19770
83a5aac5
SM
197712009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19772
755e0210
SM
19773 * smerge-mode.el (smerge-remove-props, smerge-refine):
19774 Use with-silent-modifications (bug#4342).
19775
83a5aac5
SM
19776 * subr.el (with-silent-modifications): New macro.
19777
79f01fa7
JB
197782009-09-07 Juanma Barranquero <lekktu@gmail.com>
19779
19780 * files.el (top-level): Require `cl' when compiling.
19781
448ecec3
GM
197822009-09-07 Glenn Morris <rgm@gnu.org>
19783
19784 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19785
8f09a02f
GM
19786 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19787 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19788
76ff67bf
NR
197892009-09-06 Nick Roberts <nickrob@snap.net.nz>
19790
19791 * vc-git.el (vc-git-annotate-command): Use separator to parse
19792 arguments correctly.
19793
943c8b75
EZ
197942009-09-06 Eli Zaretskii <eliz@gnu.org>
19795
19796 * proced.el (proced-mode): Doc fix.
19797
680db9ac
MA
197982009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19799
19800 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19801 lstat fails.
19802 (tramp-do-file-attributes-with-ls): Check for file existence at
19803 remote end.
19804 (tramp-do-file-attributes-with-stat): Likewise.
19805 (tramp-convert-file-attributes): Return nil when attr is nil.
19806
3f12e5bd
GM
198072009-09-05 Glenn Morris <rgm@gnu.org>
19808
c8dc27bf
GM
19809 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19810 properties to this button.
19811 (diary-fancy-display): Don't extend the button to the final newline.
19812 (diary-fancy-display-mode): Continue to define "q" as a local key.
19813
cca065d8
GM
19814 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19815 efficient.
19816
cddaedb6
GM
19817 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19818
3f12e5bd
GM
19819 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19820 (byte-compile-dest-file-function): New option.
19821 (byte-compile-dest-file): Doc fix.
19822 Obey byte-compile-dest-file-function.
19823 (byte-compile-cl-file-p): New function.
19824 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19825 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19826 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19827 than for file being previously loaded.
19828 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19829 (byte-compile-file-form-require): Handle the case where requiring a file
19830 indirectly causes CL to be loaded.
19831
049a231b
KF
198322009-09-05 Karl Fogel <kfogel@red-bean.com>
19833
19834 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19835 before killing the old buffer, since by the time `kill-buffer' is
19836 run so many buffer variables have been set to nil that it may not
19837 behave as expected. (Bug#4061)
19838
ef7ef2a0
KF
198392009-09-05 Karl Fogel <kfogel@red-bean.com>
19840
19841 * files.el (find-alternate-file): If the old buffer is modified
19842 and visiting a file, behave similarly to `kill-buffer' when
19843 killing it, thus reverting to the pre-1.878 behavior; see
19844 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19845 for discussion. Also, consult `buffer-file-name' as a variable
19846 not as a function, for consistency with the rest of the code.
19847
73d854cd
MA
198482009-09-04 Michael Albinus <michael.albinus@gmx.de>
19849
19850 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19851 also when adding a new directory.
19852
6a7662bb
BR
19853 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19854 New defun.
73d854cd 19855
df120481
SM
198562009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19857
19858 * files.el (locate-file-completion-table): Make it provide boundary
19859 information, so partial-completion works better.
19860
c0bc6d79
SM
198612009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19862
19863 * mail/footnote.el (Footnote-text-under-cursor):
19864 Check footnote-text-marker-alist before using it (bug#4324).
19865
f76a9756
GM
198662009-09-04 Glenn Morris <rgm@gnu.org>
19867
67d110f1
GM
19868 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19869 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19870 * play/solitaire.el, play/tetris.el:
19871 Remove leading * from defcustom and defface docs.
19872
b42d4989
GM
19873 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19874 necessary.
19875 (diary-fancy-overriding-map): New variable.
19876 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19877 Use view-mode.
19878
f76a9756
GM
19879 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19880 goto-line.
19881
e605eeeb
GM
198822009-09-03 Glenn Morris <rgm@gnu.org>
19883
597e2240
GM
19884 * arc-mode.el (archive-mode):
19885 * dos-fns.el (set-default-process-coding-system):
19886 * man.el (Man-getpage-in-background):
19887 * menu-bar.el (menu-bar-describe-menu):
19888 * server.el (server-process-filter):
19889 * startup.el (command-line):
19890 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19891 * w32-fns.el (set-default-process-coding-system):
19892 * x-dnd.el (x-dnd-handle-file-name):
19893 * international/mule-cmds.el (mule-menu-keymap)
19894 (set-default-coding-systems, language-info-alist, set-language-info)
19895 (set-language-environment, standard-display-european-internal)
19896 (set-locale-environment):
19897 * international/mule-diag.el (mule-diag):
19898 * mail/emacsbug.el (report-emacs-bug):
19899 * mail/rmail.el (rmail-mode):
19900 * mail/sendmail.el (mail-setup):
19901 Use default-value rather than default-enable-multibyte-characters.
19902
f38184aa
GM
19903 * progmodes/f90.el: Move all safe properties into the defcustoms.
19904 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19905
e605eeeb
GM
19906 * calendar/appt.el (appt-check):
19907 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19908 (diary-check-diary-file, diary-list-entries)
19909 (diary-include-other-diary-files, diary-simple-display)
19910 (diary-fancy-display, diary-print-entries)
19911 (diary-mark-included-diary-files, diary-make-entry):
19912 Don't call substitute-in-file-name on diary-file.
19913
734db384 199142009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19915 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19916
19917 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19918 (footnote-mode-map): Move initialization into the declaration.
19919 (footnote-minor-mode-map): Define it rather than changing global-map.
19920 (footnote-mode): Use define-minor-mode.
19921
e5aa47f9
MA
199222009-09-02 Michael Albinus <michael.albinus@gmx.de>
19923
19924 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19925 (tramp-do-file-attributes-with-perl)
19926 (tramp-do-file-attributes-with-stat): Rename from
19927 `tramp-handle-file-attributes-with-*'.
19928 (tramp-handle-file-attributes): Use them.
19929 (tramp-do-directory-files-and-attributes-with-perl)
19930 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19931 `tramp-handle-directory-files-and-attributes-with-*'.
19932 (tramp-handle-directory-files-and-attributes): Use them.
19933 (tramp-method-out-of-band-p): Additional parameter SIZE.
19934 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19935 (tramp-handle-write-region): Use it.
734db384 19936 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19937 (tramp-handle-vc-registered): Check, whether the first run did
19938 return files to be tested.
19939 (tramp-advice-make-auto-save-file-name): Do not call directly
19940 `tramp-handle-make-auto-save-file-name', because this would bypass
19941 the locking mechanism.
19942
734db384 19943 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19944 (file-remote-p, process-file, start-file-process, set-file-times)
19945 (tramp-compat-file-attributes): Compatibility functions shall not
19946 call directly `tramp-handle-*', because this would bypass the
19947 locking mechanism.
19948 (tramp-compat-number-sequence): New defun.
19949
6e2ca895
GM
199502009-09-02 Glenn Morris <rgm@gnu.org>
19951
697c7714
GM
19952 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19953 alias for float-time.
19954 (time-to-number-of-days): In Emacs, use float-time.
19955 * net/newst-backend.el (time-add): Suppress warnings from compat
19956 function.
19957 * time.el (emacs-uptime, emacs-init-time):
19958 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19959 Use float-time rather than time-to-seconds.
19960
6e2ca895
GM
19961 * minibuffer.el (completion-initials-expand): Fix typo.
19962
19963 * faces.el (modeline, modeline-inactive, modeline-highlight)
19964 (modeline-buffer-id):
19965 * info.el (info-menu-5): Mark these face aliases as obsolete.
19966
ed17efec
NR
199672009-09-01 Nick Roberts <nickrob@snap.net.nz>
19968
19969 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19970 space ...
19971 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19972 no "--thread" option.
19973 (gdb-stopped): Don't print "Switched to thread" message when it is
19974 unchanged.
19975
fcb68f70
SM
199762009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19977
19978 * minibuffer.el (completion-try-completion)
19979 (completion-all-completions): Remove ill-defined (and
19980 mistakenly installed and luckily never used nor documented)
19981 `completion-styles' property.
19982 (completion-initials-expand, completion-initials-all-completions)
19983 (completion-initials-try-completion): New functions.
19984 (completion-styles-alist): Add doc to each entry.
19985 Add new `initials' entry.
19986
83318a6d
NR
199872009-09-01 Nick Roberts <nickrob@snap.net.nz>
19988
19989 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19990 MI command -var-evaluate-expression.
19991 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19992 and tweak for case of string child.
734db384 19993 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 19994
d63eb0e7
GM
199952009-09-01 Glenn Morris <rgm@gnu.org>
19996
c4f6e489
GM
19997 * add-log.el (change-log-date-face, change-log-name-face)
19998 (change-log-email-face, change-log-file-face, change-log-list-face)
19999 (change-log-conditionals-face, change-log-function-face)
20000 (change-log-acknowledgement-face):
20001 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20002 (custom-modified-face, custom-set-face, custom-changed-face)
20003 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20004 (custom-documentation-face, custom-state-face, custom-comment-face)
20005 (custom-comment-tag-face, custom-variable-tag-face)
20006 (custom-variable-button-face, custom-face-tag-face)
20007 (custom-group-tag-face-1, custom-group-tag-face):
20008 * diff-mode.el (diff-header-face, diff-file-header-face)
20009 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20010 (diff-added-face, diff-changed-face, diff-function-face)
20011 (diff-context-face, diff-nonexistent-face):
20012 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20013 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20014 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20015 (Info-title-4-face):
20016 * isearch.el (isearch-lazy-highlight-face):
20017 * log-view.el (log-view-file-face, log-view-message-face):
20018 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20019 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20020 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20021 (cvs-msg-face):
20022 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20023 (smerge-base-face, smerge-markers-face):
20024 * wid-edit.el (widget-documentation-face, widget-button-face)
20025 (widget-field-face, widget-single-line-field-face)
20026 (widget-inactive-face, widget-button-pressed-face):
20027 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20028 (woman-addition-face):
2fb1ec93
GM
20029 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20030 (eshell-ls-executable-face, eshell-ls-readonly-face)
20031 (eshell-ls-unreadable-face, eshell-ls-special-face)
20032 (eshell-ls-missing-face, eshell-ls-archive-face)
20033 (eshell-ls-backup-face, eshell-ls-product-face)
20034 (eshell-ls-clutter-face):
20035 * eshell/em-prompt.el (eshell-prompt-face):
20036 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20037 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20038 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20039 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20040 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20041 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20042 (antlr-font-lock-literal-face):
c4f6e489
GM
20043 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20044 (ebrowse-root-class-face, ebrowse-file-name-face)
20045 (ebrowse-default-face, ebrowse-member-attribute-face)
20046 (ebrowse-member-class-face, ebrowse-progress-face):
20047 * progmodes/make-mode.el (makefile-space-face):
20048 * progmodes/sh-script.el (sh-heredoc-face):
20049 * textmodes/flyspell.el (flyspell-incorrect-face)
20050 (flyspell-duplicate-face):
20051 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20052 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20053 Mark face aliases with "-face" suffix as obsolete.
20054
d80619fa
GM
20055 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20056 compiler.
20057
5f68c1b7
GM
20058 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20059 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20060 easy-menu-define wants to modify these.
20061
20062 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20063
20064 * net/browse-url.el (browse-url-file-url):
20065 * term/internal.el (dos-codepage-setup):
20066 Use default-value rather than default-enable-multibyte-characters.
20067
d80619fa 20068 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20069 * progmodes/flymake.el (flymake-highlight-line)
20070 (flymake-goto-file-and-line, flymake-goto-line):
20071 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20072 (gdb-goto-breakpoint):
20073 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20074 * progmodes/python.el (python-find-function)
20075 (python-pdbtrack-track-stack-file):
20076 * progmodes/verilog-mode.el (verilog-surelint-off):
20077 * term/ns-win.el (ns-open-file-select-line):
20078 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20079 Use forward-line rather than goto-line.
20080
d63eb0e7
GM
20081 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20082 * textmodes/reftex-index.el (reftex-display-index):
20083 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20084 * textmodes/reftex-toc.el (reftex-toc):
20085 Remove unnecessary bindings of default-major-mode (all are followed by
20086 major-mode check and possible mode switch).
20087
0afad278
NR
200882009-08-31 Nick Roberts <nickrob@snap.net.nz>
20089
20090 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20091 Handle watchpoints (bug#4282).
20092 (def-gdb-thread-buffer-command): Enable thread to be selected by
20093 clicking without selecting threads buffer first.
20094 (gdb-current-context-command): Use selected frame so that "up",
20095 "down" etc work in the GUD buffer.
20096 (gdb-update): Find selected frame before rendering stack buffer.
20097 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20098
4e135dd2
SM
200992009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20100
20101 * progmodes/sym-comp.el (displayed-completions): Remove.
20102 (symbol-complete): Use minibuffer-complete.
20103
e61eba34
GM
201042009-08-31 Glenn Morris <rgm@gnu.org>
20105
20106 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20107
734db384
SM
20108 * apropos.el (apropos-symbols-internal):
20109 Handle (obsolete) face aliases.
e61eba34
GM
20110
20111 * faces.el (describe-face): Adjust the output format to be more like
20112 describe-variable, and to mention (obsolete) face aliases.
20113 Adjust the whitespace so that help-setup-xref works.
20114
20115 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20116 * calendar/diary-lib.el (diary-button-face):
20117 Mark these face aliases as obsolete.
20118
20119 * calendar/calendar.el (calendar-today): Doc fix.
20120
4cf71456
NR
201212009-08-31 Nick Roberts <nickrob@snap.net.nz>
20122
20123 * progmodes/gdb-mi.el (gdb-control-all-threads)
20124 (gdb-control-current-thread): Force tool bar update.
20125 (gdb-non-stop-handler): New function.
20126 (gdb-init-1): Use it to test if non-stop mode is supported.
20127 Remove unused gdbmi buffer type.
20128
e61eba34 201292009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20130
20131 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20132 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20133
4324f7ca
NR
201342009-08-30 Nick Roberts <nickrob@snap.net.nz>
20135
20136 * comint.el (comint-exec-1): Check command is non-null first.
20137 Part of gdb-mi.el change (2009-08-28).
20138
a1bf889a
SM
201392009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20140
20141 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20142
060c08b5
JB
201432009-08-30 Juanma Barranquero <lekktu@gmail.com>
20144
20145 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20146 instead of `dolist' to avoid a recursive require when bootstrapping.
20147
ab22be48
SM
201482009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20149
73ebf88f
SM
20150 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20151
80629cfc
SM
20152 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20153
206d0387 20154 * net/imap.el (imap-send-command): Simplify.
734db384 20155 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20156
844f7784
SM
20157 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20158
5ca4661e
SM
20159 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20160 with constant argument.
20161
c61dc887
SM
20162 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20163
7eb73deb
SM
20164 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20165
5fe443de
SM
20166 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20167 Change default, since most of our files don't have a history.
20168 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20169 the user.
20170
6444d64a
SM
20171 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20172 Add comint-run.
20173
5cb16bfc
SM
20174 * calc/calc.el: Improve commenting convention.
20175 (calc-digit-map, toplevel): Simplify.
20176
0aeb71a7
SM
20177 * comint.el (comint-insert-input): Be careful to only set point if we
20178 don't delegate to some other command.
20179
9a9af856
SM
20180 * proced.el (proced-signal-list): Make it an alist.
20181 (proced-grammar-alist): Capitalize names.
20182 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20183 Disable undo manually and make it read-only.
20184 Use completion-annotate-function.
20185
ab22be48
SM
20186 * minibuffer.el (minibuffer-message): If the current buffer is not
20187 a minibuffer, insert the message in the echo area rather than at the
20188 end of the buffer.
20189 (completion-annotate-function): New variable.
20190 (minibuffer-completion-help): Use it.
20191 (completion--embedded-envvar-table): Environment vars are
20192 always case-sensitive.
20193
4a948dbf
GM
201942009-08-30 Glenn Morris <rgm@gnu.org>
20195
20196 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20197 from fortran-current-defun.
20198 (fortran-beginning-of-subprogram): Be more precise about finding the
20199 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20200 (fortran-end-of-subprogram): Simplify.
20201 (fortran-current-defun): Use fortran-start-prog-re.
20202
486cf3b8
JB
202032009-08-29 Juanma Barranquero <lekktu@gmail.com>
20204
20205 * subr.el (do-after-load-evaluation): Simplify.
20206
db167d28
DN
202072009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20208
20209 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20210
20211 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20212 (vc-rcs-print-log): Use it.
20213
20214 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20215
efbc652a
SM
202162009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20217
2aa0e5bf
SM
20218 * paths.el (abbrev-file-name): Move to abbrev.el.
20219 * abbrev.el (abbrev-file-name): Move from paths.el.
20220 Obey user-emacs-directory.
20221 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20222 user-emacs-directory.
20223 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20224 abbrev-file-name and calc-settings-file any more.
20225 * startup.el (command-line): Recompute abbrev-file-name and
20226 abbreviated-home-dir.
20227 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20228 of the special code for when C-h bindings haven't been changed.
20229 (display-startup-echo-area-message): Use with-current-buffer.
20230 (command-line-1): Use a list of strings, rather than a list of lists
20231 of strings for longopts.
20232
51da8fe2
SM
20233 * files.el (get-free-disk-space): Use / for default-directory.
20234
0c3cc4dd
SM
20235 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20236 Use with-current-buffer.
20237
d988dbf6
SM
20238 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20239 Recognize immutable variables like most-positive-fixnum.
20240 (byte-compile-setq-default): Check and warn if trying to assign
20241 to an immutable variable, or a non-variable.
20242
efbc652a
SM
20243 * progmodes/cc-vars.el (c-comment-continuation-stars):
20244 * progmodes/cc-engine.el (c-looking-at-bos):
20245 * progmodes/cc-cmds.el (c-toggle-auto-state)
20246 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20247 (c-comment-line-break-function): Add version of obsolescence.
20248
d30a05d1
JL
202492009-08-28 Juri Linkov <juri@jurta.org>
20250
20251 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20252 associated with `archive-mode'.
20253
20254 * image.el (image-type-header-regexps): Use only JPEG magic number
20255 to determine JPEG images, and don't use `image-jpeg-p' because
20256 Emacs can display non-JFIF non-Exif JPEG images.
20257
1e8eecea
JB
202582009-08-28 Juanma Barranquero <lekktu@gmail.com>
20259
20260 * arc-mode.el (archive-mode):
20261 * emacs-lisp/re-builder.el (re-builder-unload-function):
20262 Protect against the default value of `major-mode' being nil.
20263
dd4fbf56
JB
202642009-08-28 Juanma Barranquero <lekktu@gmail.com>
20265
20266 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20267 Fix typos in docstrings.
20268
20269 * progmodes/js.el (js--macro-decl-re): Doc fix.
20270 (js--plain-method-re, js--split-name): Refloc docstring.
20271 (js--class-styles, js--make-merged-item, js--splice-into-items):
20272 Fix typos in docstrings; reflow docstrings.
20273 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20274 (js--variable-decl-matcher, js--inside-pitem-p)
20275 (js--parse-state-at-point, js--get-all-known-symbols)
20276 (js--symbol-history, js-find-symbol, js--js-references)
20277 (js--moz-interactor, js--js-encode-value, js--read-tab):
20278 Fix typos in docstrings.
20279
72f16325
SM
202802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20281
14acf2f5
SM
20282 * textmodes/reftex.el (reftex-get-file-buffer-force):
20283 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20284 * emulation/viper.el (viper-go-away, viper-set-hooks):
20285 * emacs-lisp/re-builder.el (re-builder-unload-function):
20286 * emacs-lisp/bytecomp.el (byte-compile-file):
20287 * ses.el (ses-unload-function):
20288 * hexl.el (hexl-find-file):
20289 * files.el (normal-mode):
20290 * ehelp.el (with-electric-help):
20291 * autoinsert.el (auto-insert-alist):
20292 * arc-mode.el (archive-mode):
20293 Use (default-value 'major-mode) instead of default-major-mode.
20294
72f16325
SM
20295 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20296 * international/mule.el (load-with-code-conversion):
20297 * emacs-lisp/debug.el (debug):
20298 * ediff-vers.el (ediff-rcs-get-output-buffer):
20299 * dired.el (dired-internal-noselect): Don't let-bind
20300 default-major-mode around code that doesn't use it.
20301 E.g. buffer creation via get-buffer-create doesn't use it.
20302
aa485f7c
MA
203032009-08-28 Michael Albinus <michael.albinus@gmx.de>
20304
20305 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20306 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20307 when writing the temp file. Otherwise, epa-file gets confused.
20308 (tramp-register-file-name-handlers): Make it a defun. Move also
20309 `epa-file-handler' to the front of `file-name-handler-alist'.
20310
203112009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20314 start right after a ^M.
20315 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20316 (tramp-completion-file-name-regexp-separate)
20317 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20318 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20319 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20320 (tramp-completion-file-name-handler): Apply the checks here,
20321 instead during registration.
88b5a757 20322 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20323 `tramp-register-file-name-handler'. Register both
20324 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20325 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20326
3f0c2b92
NR
203272009-08-28 Nick Roberts <nickrob@snap.net.nz>
20328
72f16325
SM
20329 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20330 Remove variable ...
3f0c2b92
NR
20331 (gdb-init-1, gdb-display-separate-io-buffer)
20332 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20333 references to it.
20334 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20335 (gdb-inferior-filter): Use comint-output-filter to stop
20336 echoing and remove ^M characters.
20337
705e5bd9
SM
203382009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20339
009fdc2e
SM
20340 * emulation/viper-init.el (viper-restore-cursor-type):
20341 * emulation/cua-base.el (cua--update-indications):
20342 Replace default-cursor-type with (default-value 'cursor-type).
20343
b56a5ae0
SM
20344 * mail/sendmail.el (mail-recover-1):
20345 * international/mule-diag.el (describe-current-coding-system-briefly)
20346 (describe-current-coding-system):
20347 * international/mule-cmds.el (select-safe-coding-system)
20348 (select-message-coding-system)
20349 (set-language-environment-coding-systems, set-locale-environment):
20350 * hexl.el (hexl-insert-multibyte-char):
20351 * dos-w32.el (find-buffer-file-type-coding-system):
20352 * simple.el (what-cursor-position):
20353 Replace uses of default-buffer-file-coding-system
20354 with (default-value 'buffer-file-coding-system).
20355
de70529f
SM
20356 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20357 Replace uses of default-cursor-in-non-selected-windows
20358 with (default-value 'cursor-in-non-selected-windows).
20359 Use with-current-buffer.
20360
705e5bd9
SM
20361 * mail/feedmail.el: Use CL macros.
20362 (feedmail-run-the-queue, feedmail-send-it-immediately):
20363 * dos-w32.el (find-buffer-file-type): Replace uses of
20364 default-buffer-file-type with (default-value 'buffer-file-type).
20365
4d985ac2
GM
203662009-08-28 Glenn Morris <rgm@gnu.org>
20367
20368 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20369 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20370 Use default-value of major-mode rather than default-major-mode.
20371
17c15b81
SM
203722009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20373
3a68ab06
SM
20374 * Makefile.in (update-elcfiles): Report left over elc files.
20375
9421bdd1
SM
20376 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20377 expand-file-name and with-current-buffer.
20378 (mail-get-names, mail-directory): Use with-current-buffer.
20379
17c15b81
SM
20380 * vc.el (vc-read-revision): New function.
20381 (vc-version-diff, vc-merge): Use it.
20382
ba83a64e
SS
203832009-08-27 Sam Steingold <sds@gnu.org>
20384
20385 * simple.el (kill-do-not-save-duplicates): New user option.
20386 (kill-new): When it is non-nil, and the new string is the same as
20387 the latest kill, set replace to t to avoid duplicates in kill-ring.
20388
be3e598a 203892009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20390
20391 * net/tramp.el (tramp-handle-process-file): Do not flush all
20392 caches when `process-file-side-effects' is set.
20393 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20394 instead of `tramp-find-file-exists-command'.
20395 Unset `process-file-side-effects'.
d5b5c94a
MA
20396
203972009-08-27 Michael Albinus <michael.albinus@gmx.de>
20398
20399 * net/tramp.el (tramp-methods): New method "rsyncc".
20400 (top): Add completion function for "rsyncc".
20401 (tramp-message-show-message): New defvar.
20402 (tramp-message, tramp-error): Use it.
20403 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20404 remote copying.
20405 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20406 `tramp-methods' entry `copy-env' of "rsyncc".
20407 (tramp-vc-registered-read-file-names): New defconst.
20408 (tramp-vc-registered-file-names): New defvar.
20409 (tramp-handle-vc-registered): Implement optimization strategy.
20410 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20411 (tramp-vc-file-name-handler): New defun.
20412 (tramp-get-ls-command, tramp-get-test-command)
20413 (tramp-get-file-exists-command, tramp-get-remote-ln)
20414 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20415 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20416
20417 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20418 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20419 timestamps.
20420 (tramp-get-file-property): Check for timestamps in
20421 `tramp-cache-inhibit-cache'.
20422 (tramp-set-file-property): Write timestamp.
20423
1339cf20
KH
204242009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20425
20426 * language/japan-util.el (japanese-symbol-table): Add entries for
20427 cp932-2-byte.
20428
20429 * international/characters.el: Add category `j' to cp932-2-byte.
20430
726e3f1d
KH
204312009-08-27 Kenichi Handa <handa@m17n.org>
20432
20433 * international/fontset.el (build-default-fontset-data): New macro.
20434 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20435 tibetan, ethiopic, and ipa.
726e3f1d 20436
4e3b4528
SM
204372009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20440 (enable-multibyte-characters): Not customizable any more.
20441
20442 * subr.el (default-mode-line-format, default-header-line-format)
20443 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20444 (default-direction-reversed, default-truncate-lines)
20445 (default-left-margin, default-tab-width, default-case-fold-search)
20446 (default-left-margin-width, default-right-margin-width)
20447 (default-left-fringe-width, default-right-fringe-width)
20448 (default-fringes-outside-margins, default-scroll-bar-width)
20449 (default-vertical-scroll-bar, default-indicate-empty-lines)
20450 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20451 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20452 (default-scroll-down-aggressively, default-fill-column)
20453 (default-cursor-type, default-buffer-file-type)
20454 (default-cursor-in-non-selected-windows)
20455 (default-buffer-file-coding-system, default-major-mode)
20456 (default-enable-multibyte-characters): Mark as obsolete.
20457
b3cca6a6
DN
204582009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20459
652cc1a2
DN
20460 * vc-dir.el (vc-dir-update): Remove debug helper.
20461
b3cca6a6
DN
20462 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20463
4ed8c7aa
SS
204642009-08-26 Sam Steingold <sds@gnu.org>
20465
20466 * simple.el (save-interprogram-paste-before-kill): New user option.
20467 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20468 save the interprogram-paste into kill-ring before overriding it
20469 with the Emacs kill.
20470
3b64d86b
DN
204712009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20472
20473 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20474 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20475 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20476 and move to vc-rcs.el.
20477 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20478 move to vc-rcs.el.
20479 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20480 (vc-rcs-update-changelog): Remove.
20481 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20482 and move to vc-rcs.el.
20483
20484 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20485 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20486 renaming.
20487 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20488 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20489 vc.el, renamed to be RCS specific.
20490
72f16325
SM
20491 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20492 New functions.
20493 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20494
20495 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20496 New functions.
20497
636a36a0
SM
204982009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20499
20500 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20501
239b3340
DN
205022009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20503
b91f0762 20504 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20505 (vc-git-stash, vc-git-stash-show): New functions.
20506 (vc-git-extra-menu-map): Bind them.
b91f0762 20507
b8e54362
DN
20508 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20509 directory correctly in case the item is a directory itself.
20510
239b3340
DN
20511 * vc.el: Document the desired behavior for reverted files in the
20512 `added' state.
dc810649
DN
20513 (vc-default-prettify-state-info): Remove function, unused.
20514
20515 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20516
e49c0179
GM
205172009-08-26 Glenn Morris <rgm@gnu.org>
20518
20519 * bindings.el (standard-mode-line-format): Reposition dashes in
20520 which-func entry. (Bug#4217)
20521
3029e594
GM
20522 * files.el (enable-local-variables, enable-local-eval)
20523 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20524 the defcustoms.
20525 (auto-mode-alist, ignored-local-variables)
20526 (save-some-buffers-action-alist): Move risky declarations to the
20527 definitions.
20528 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20529 (font-lock-defaults, format-alist, imenu--index-alist)
20530 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20531 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20532 (mode-line-modified, mode-line-mule-info, mode-line-position)
20533 (mode-line-process, mode-line-remote, outline-level)
20534 (parse-time-rules, rmail-output-file-alist)
20535 (special-display-buffer-names, vc-mode):
20536 Move risky declarations to the relevant files.
72f16325
SM
20537 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20538 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20539 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20540 * font-core.el (font-lock-defaults):
20541 * format.el (format-alist):
20542 * vc-hooks.el (vc-mode):
20543 * window.el (special-display-buffer-names):
20544 * international/mule-cmds.el (input-method-alist):
20545 Define riskiness here (dumped file) rather than in files.el.
20546 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20547 * imenu.el (imenu-generic-expression, imenu--index-alist):
20548 * outline.el (outline-level):
20549 * time.el (display-time-string):
20550 * calendar/parse-time.el (parse-time-rules):
20551 * mail/rmailout.el (rmail-output-file-alist):
20552 Autoload riskiness here, rather than placing in files.el.
20553
8476cfaf
SM
205542009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20555
20556 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20557
0b35b48e
MA
205582009-08-25 Michael Albinus <michael.albinus@gmx.de>
20559
20560 * simple.el (process-file-side-effects): New defvar.
20561
20562 * dired-aux.el (dired-show-file-type):
20563 * vc.el (vc-diff-internal):
20564 * vc-arch.el (vc-arch-diff):
20565 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20566 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20567 * vc-git.el (vc-git-registered, vc-git-working-revision)
20568 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20569 (vc-git--empty-db-p):
20570 * vc-hooks.el (vc-user-login-name):
20571 * vc-svn.el (vc-svn-registered, vc-svn-state)
20572 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20573 * progmodes/grep.el (grep-probe): Let-bind
20574 `process-file-side-effects' with nil.
20575
20576 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20577
20578 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20579 daemon. Replace ping by checking for running service for bluez
20580 and zeroconf. (Bug#4239)
20581
d54cc599
GM
205822009-08-25 Kevin Ryde <user42@zip.com.au>
20583
20584 * net/dig.el (dig): Add autoload cookie.
20585
7bfd055d
GM
205862009-08-25 Glenn Morris <rgm@gnu.org>
20587
bac9c66c
GM
20588 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20589 load-history for absolute file-names.
20590 (byte-compile-file-form-require): Warn about use of the cl package.
20591
7bfd055d
GM
20592 * format.el (format-alist): Doc fix.
20593
5ac1f9e0
GM
20594 * play/bubbles.el (top-level): Don't require cl at run-time.
20595
af62aa88
GM
20596 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20597 run-time cl).
20598
71e036af
DD
205992009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20600
20601 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20602 from cl package.
20603 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20604
42110eaf
JB
206052009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20606
20607 * calc/calc-alg.el (math-trig-rewrite)
20608 (math-hyperbolic-trig-rewrite): New functions.
20609 (calc-simplify): Simplify trig functions when asked.
20610
88421f3e
SM
206112009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20612
20613 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20614
dbd9624e
KH
206152009-08-24 Kenichi Handa <handa@m17n.org>
20616
20617 * language/ind-util.el (mapthread): Delete it.
20618 (combinatorial): New function.
20619 (indian--puthash-cv): Use combinatorial instead of mapthread.
20620
9b89e3ee
GM
206212009-08-22 Kevin Ryde <user42@zip.com.au>
20622
20623 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20624 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20625 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20626 Clarify docstring that the value is strings not symbols.
20627 (checkdoc-list-of-strings-p): New function.
20628
e6ce8c42
GM
206292009-08-22 Glenn Morris <rgm@gnu.org>
20630
2ddf2ea6 20631 * files.el (auto-mode-alist):
a3374680
GM
20632 * hippie-exp.el (he-concat-directory-file-name):
20633 * lpr.el (lpr-windows-system, printer-name):
20634 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20635 * ps-print.el (ps-windows-system):
20636 * startup.el (command-line):
20637 * emulation/viper-ex.el (viper-glob-function):
20638 * international/mule-cmds.el (set-language-environment-coding-systems):
20639 * net/ange-ftp.el (ange-ftp-write-region):
20640 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20641 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20642 unisoft-unix, vax-vms, win32, w32.
20643
977955fa
GM
20644 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20645 given name if the pattern is not more specific.
20646
b4deec2e
GM
20647 * calendar/lunar.el (lunar-phase-names): New option.
20648 (lunar-phase): Doc fix.
20649 (lunar-cycles-per-year): New constant.
20650 (lunar-index): New function.
20651 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20652 (lunar-phase-name): Use lunar-phase-names.
20653 (calendar-lunar-phases): Use format.
20654 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20655
47e83968
GM
20656 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20657 Copy imenu-example--name-and-position function here for own use.
20658 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20659
e6ce8c42
GM
20660 * bs.el (bs--redisplay):
20661 * cus-edit.el (custom-redraw):
20662 * ibuffer.el (ibuffer-bury-buffer):
20663 * server.el (server-goto-line-column):
20664 * startup.el (command-line-1):
20665 * strokes.el (strokes-xpm-for-stroke):
20666 * term.el (term-display-buffer-line):
20667 * view.el (View-goto-line):
20668 * calc/calc.el (calc-do, calc-trail-buffer):
20669 * play/gamegrid.el (gamegrid-add-score-insecure):
20670 * progmodes/ada-mode.el (ada-compile-goto-error):
20671 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20672 (ebrowse-select-1st-to-9nth):
47e83968 20673 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20674 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20675 * progmodes/gud.el (gud-display-line):
20676 (idlwave-shell-display-line):
20677 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20678 * progmodes/make-mode.el (makefile-browser-toggle):
20679 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20680 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20681 * textmodes/picture.el (picture-draw-rectangle):
20682 * textmodes/reftex-index.el (reftex-index-goto-letter):
20683 (reftex-select-jump-to-previous):
20684 * textmodes/reftex-sel.el (reftex-find-start-point)
20685 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20686 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20687 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20688 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20689 * textmodes/two-column.el (2C-associated-buffer):
20690 Use forward-line rather than goto-line.
20691
20692 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20693 goto-line.
20694
4b18bdb3
GM
20695 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20696 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20697 (quick-check-list-to-regexp): Declare.
e6ce8c42 20698
72f16325
SM
20699 * progmodes/make-mode.el (makefile-browser-insert-selection):
20700 Use goto-char rather than goto-line.
e6ce8c42
GM
20701
20702 * progmodes/prolog.el (compilation-error-regexp-alist)
20703 (compilation-forget-errors): Declare.
20704
32a2cf25
JL
207052009-08-22 Juri Linkov <juri@jurta.org>
20706
20707 * progmodes/grep.el (lgrep, rgrep): At the beginning
20708 set `dir' to `default-directory' unless `dir' is a non-nil
20709 readable directory. (Bug#4052)
20710 (lgrep, rgrep): Change a weird way to report an error
20711 from using `read-string' to using `error'.
20712 Instead of using interactive arguments in the function body,
20713 add new argument `confirm'.
20714
5443c9b7
SM
207152009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20716
cb5b40ee
SM
20717 * textmodes/remember.el (remember-buffer):
20718 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20719 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20720 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20721 * net/newst-treeview.el (newsticker-groups-filename):
20722 * net/newst-backend.el (newsticker-cache-filename):
20723 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20724 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20725 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20726 (speedbar-buffers-line-path, speedbar-path-line)
20727 (speedbar-buffers-line-path):
20728 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20729 (epg-sign-keys):
20730 * epa.el (epa-display-verify-result):
20731 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20732
d6261cc1
GM
207332009-08-21 Glenn Morris <rgm@gnu.org>
20734
3e1ea342
GM
20735 * progmodes/js.el (inferior-moz-process): Fix declaration.
20736
ce86eeb5
GM
20737 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20738
fff28970
GM
20739 * obsolete/rnewspost.el (news-mail-reply):
20740 Use goto-char rather than goto-line.
20741
d93e053b
GM
20742 * term/ns-win.el (ns-open-file-select-line):
20743 Use line-beginning-position rather than goto-line.
20744
d5d105e8
GM
20745 * apropos.el (apropos-command):
20746 * ehelp.el (electric-helpify):
20747 * printing.el (pr-show-setup):
20748 * strokes.el (strokes-help):
20749 * tutorial.el (tutorial--describe-nonstandard-key)
20750 (tutorial--detailed-help):
20751 * woman.el (woman-mini-help, woman-display-extended-fonts):
20752 * calc/calc-help.el (calc-describe-key):
20753 * emulation/edt.el (edt-electric-helpify):
20754 * international/mule-diag.el (mule-diag):
20755 * play/yow.el (apropos-zippy):
20756 * progmodes/python.el (python-describe-symbol):
20757 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20758 * textmodes/table.el (*table--cell-describe-mode)
20759 (*table--cell-describe-bindings):
20760 Use help-print-return-message rather than the now obsolete alias.
20761
a8ab722f 20762 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20763 (calendar-cursor-to-visible-date):
20764 * play/5x5.el (5x5-position-cursor):
20765 * play/decipher.el (decipher):
20766 * play/gomoku.el (gomoku-goto-xy):
20767 * play/landmark.el (lm-goto-xy):
20768 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20769 (mpuz-paint-digit):
20770 Use forward-line, not goto-line.
a8ab722f 20771
d6261cc1
GM
20772 * mail/rmail.el (rmail-obsolete): Delete custom group.
20773 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20774 (rmail-remote-password, rmail-remote-password-required):
20775 Remove unneeded :set-after and :set properties.
20776
9e846523
MA
207772009-08-21 Michael Albinus <michael.albinus@gmx.de>
20778
20779 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20780
bbe1f502
DN
207812009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20782
bcc5db24
DN
20783 * loadup.el: Remove leftover macos code.
20784
bbe1f502
DN
20785 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20786 Explicitly pass the date format to git blame so that user local
20787 so that the output format can be parsed.
20788
6fd2d19a
MA
207892009-08-20 Michael Albinus <michael.albinus@gmx.de>
20790
20791 * net/dbus.el (top): Don't check for (getenv
20792 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20793
31764e15
SM
207942009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20795
20796 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20797 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20798
28930e39
SM
207992009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20800
4fd15622 20801 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20802 Bug#3287.
4fd15622 20803
b3d8e4a0
SM
20804 * help.el (help-print-return-message): Rename from
20805 print-help-return-message.
20806
c9829c70
SM
20807 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20808 cvs-mode-map parent hack.
20809 (log-view-mode): Derive from special-mode.
20810
b932657b
SM
20811 * linum.el (linum-mode): window-size-change-functions is redundant.
20812 Adapt to new window-configuration-change-hook behavior.
20813 (linum-after-size, linum-after-config): Remove.
20814
1b700bca
SM
20815 * imenu.el (imenu-example--name-and-position)
20816 (imenu-example--lisp-extract-index-name)
20817 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20818 Mark as obsolete.
20819
28930e39
SM
20820 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20821 (inferior-prolog-mode): Use it.
20822 (inferior-prolog-load-file): Reset list of errors.
20823
c9af0b68
KH
208242009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20825
20826 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20827
20828 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20829
720c7cd6
MA
208302009-08-19 Michael Albinus <michael.albinus@gmx.de>
20831
20832 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20833 is running already.
20834
03a74b84
SM
208352009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * subr.el (listify-key-sequence-1): Use normal syntax since those
20838 integers are nowadays always represented by the same (positive) number
20839 on all platforms.
20840 (read-key-empty-map): New const.
20841 (read-key-delay): New var.
20842 (read-key): New function.
20843 (force-mode-line-update): Use with-current-buffer.
20844 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20845 (start-process-shell-command, start-file-process-shell-command):
20846 Discourage the use of command-args.
20847
f43e88d4
GM
208482009-08-19 Glenn Morris <rgm@gnu.org>
20849
20850 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20851
890429cc
SM
208522009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20853
85be9ec4
SM
20854 * simple.el (choose-completion-string): Don't rely on
20855 minibuffer-completing-file-name and ad-hoc checks to decide whether
20856 to continue completion or not.
20857
890429cc
SM
20858 * minibuffer.el (minibuffer-hide-completions): New function.
20859 (completion--do-completion): Use it.
20860 (completions-annotations): New face.
20861 (completion--insert-strings): Use it.
20862 (completion-pcm--delim-wild-regex): Add docstring.
20863 (completion-pcm--string->pattern): Add support for 0-width delimiters
20864 in completion-pcm--delim-wild-regex.
20865
265d4549
SM
208662009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20867
d440b941
SM
20868 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20869 Remove unused var `buffer-modified-p'.
20870
265d4549
SM
20871 * minibuffer.el (completion--do-completion): Move point for the #b001
20872 case as well (bug#4176).
20873 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20874
ba6f7d86
MA
208752009-08-18 Michael Albinus <michael.albinus@gmx.de>
20876
20877 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20878 and :session buses.
20879
98819490
KH
208802009-08-18 Kenichi Handa <handa@m17n.org>
20881
265d4549
SM
20882 * international/ucs-normalize.el (ucs-normalize-version):
20883 Change to 1.1.
58627cf0
KH
20884 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20885 (utf-8-hfs): Make it perform normalization on encoding too.
20886
98819490
KH
20887 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20888 (sentence-end-without-space): Delete duplicated chars.
20889 (sentence-end-base): Likewise.
e739cc85
KH
20890
20891 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20892 (html-mode): Delete duplicated chars from sentence-end-base.
20893
20894 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20895 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20896
645b9326
CY
208972009-08-17 Chong Yidong <cyd@stupidchicken.com>
20898
20899 * files.el (hack-one-local-variable): If the mode function is for
20900 a minor mode, pass it an argument (Bug#4148).
20901
56c195af
MA
209022009-08-17 Michael Albinus <michael.albinus@gmx.de>
20903
20904 * net/tramp.el (tramp-register-completion-file-name-handler):
20905 Check also for (member 'partial-completion completion-styles).
20906
7a55c78b
CY
209072009-08-16 Chong Yidong <cyd@stupidchicken.com>
20908
20909 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20910 abbrev (Bug#3943).
20911
be3e598a 209122009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20913
20914 * progmodes/cperl-mode.el: Merge upstream 6.2.
20915 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20916 (cperl-forward-re): Check cperl-brace-recursing.
20917 (cperl-highlight-charclass): New function.
20918 (cperl-find-pods-heres): Use it.
31cd2dd4 20919 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20920 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20921 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20922 (cperl-beautify-level): Don't process entire regexp.
20923 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20924 calling man.
20925 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20926 (cperl-init-faces): Build a list in the normal way.
20927
81b1f9c9
CY
209282009-08-16 Chong Yidong <cyd@stupidchicken.com>
20929
20930 * calendar/parse-time.el (parse-time-string-chars): Save match
20931 data.
20932
c3732cb8
SM
209332009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20934
55659495
SM
20935 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20936 (sql-product): Use it.
20937 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20938 (sql-set-product): Add completion.
20939 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20940 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20941 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20942 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20943 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20944 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20945 (sql-highlight-db2-keywords): Remove.
20946 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20947 (sql-highlight-product): Use derived-mode-p.
20948 (sql-set-sqli-buffer): Use with-current-buffer.
20949 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20950 Simplify.
20951
1ae79427
SM
20952 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20953
c3732cb8
SM
20954 * term.el: Fix commenting convention, turn comments into docstrings.
20955
f24b8bf3
CY
209562009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20957
20958 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20959
7b6fefac 209602009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 20961
1200ac26 20962 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
20963 character classes, to handle non-ascii characters (Bug#3190).
20964
209652009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 20966
1abbe4e5
CY
20967 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20968 another heredoc if the user adds another < (Bug#3226).
20969
c3732cb8
SM
20970 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20971 Don't initialize based on window-system (Bug#4124).
19261da4 20972
daad00fc
CY
20973 * facemenu.el (facemenu-read-color): Use a completion function
20974 that accepts any defined color, such as RGB triplets (Bug#3677).
20975
e1bdde78
CY
20976 * files.el (get-free-disk-space): Change fallback default
20977 directory to /. Expand DIR argument before switching to fallback.
20978 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20979
9d73a99e
CY
209802009-08-15 Chong Yidong <cyd@stupidchicken.com>
20981
20982 * files.el (load-library): Doc fix.
20983
68b962d4 209842009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 20985
953e0c1a 20986 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 20987 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 20988 incremental search string.
9d73a99e 20989
c3732cb8 20990 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 20991 XEmacs.
9d73a99e 20992
c3732cb8
SM
20993 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20994 (ediff-merge-region-is-non-clash)
20995 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 20996 Also check if the job is really a merge job.
9d73a99e 20997
c3732cb8 20998 * ediff.el (ediff-current-file): New function.
9d73a99e 20999
2e330adc
CY
210002009-08-15 Chong Yidong <cyd@stupidchicken.com>
21001
21002 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21003 conventions.
c3732cb8 21004 (js-insert-and-indent): Delete function.
2e330adc
CY
21005 (js-mode-map): Don't bind keys to js-insert-and-indent.
21006 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21007 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21008 (js-auto-indent-flag): Delete variable.
2e330adc 21009
17b5d0f7
CY
210102009-08-14 Chong Yidong <cyd@stupidchicken.com>
21011
c3732cb8
SM
21012 * progmodes/js.el: Remove proclaim statement.
21013 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21014
ba2d8894
CY
21015 * files.el (auto-mode-alist): Use js-mode for .js files.
21016
c3732cb8 21017 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21018
21019 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21020
21021 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21022
c3732cb8 21023 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21024
210252009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21026 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21027
21028 * progmodes/js.el: New file.
21029
b6377f1d
MH
210302009-08-14 Mark A. Hershberger <mah@everybody.org>
21031
21032 * timezone.el (timezone-parse-date): Add ability to understand ISO
21033 basic format (minimal separators) dates in addition to the
21034 already-supported extended format dates.
21035
bc0eef46
EZ
210362009-08-14 Eli Zaretskii <eliz@gnu.org>
21037
4e021e65
EZ
21038 * international/ucs-normalize.el: Add a `coding' file variable.
21039
bc0eef46
EZ
21040 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21041
53dab179
SS
210422009-08-14 Sam Steingold <sds@gnu.org>
21043
6801c38a 21044 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21045
6c58c39c
CY
210462009-08-13 Chong Yidong <cyd@stupidchicken.com>
21047
21048 * faces.el (help-argument-name): Define it here instead of
21049 help-fns.el, because in daemon mode help-fns.el may be loaded when
21050 faces are still uninitialized (Bug#1078).
21051
21052 * help-fns.el (help-argument-name): Move defface to faces.el.
21053
c7baf7e9
NR
210542009-08-13 Nick Roberts <nickrob@snap.net.nz>
21055
21056 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21057 create buffer with a pty but no process so that GDB can make the
21058 inferior the controlling process.
21059
9c40e995 210602009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21061
21062 * international/ucs-normalize.el: New file.
21063
8cdba32b
RS
210642009-08-13 Richard Stallman <rms@gnu.org>
21065
5c950923
RS
21066 * mail/rmail.el (rmail-get-attr-names):
21067 Accept an attribute header that is too short.
21068
76e1e40b
RS
21069 * mail/rmail.el (rmail-forget-messages):
21070 Ignore nil elt in rmail-message-vector. Use dotimes.
21071
1fc01b08
RS
21072 * progmodes/compile.el (compilation-goto-locus):
21073 Use next-error-move-function.
21074
8cdba32b
RS
21075 * simple.el (next-error-move-function): New variable.
21076
99910cf4
JL
210772009-08-12 Juri Linkov <juri@jurta.org>
21078
21079 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21080 always non-nil. (Bug#4052)
21081
21082 * replace.el (read-regexp): Return empty string when
21083 `default-value' is nil.
21084 (keep-lines-read-args): Don't use empty string as the
21085 default value for `read-regexp'. (Bug#2495)
21086
fc5bdf6c
JL
210872009-08-12 Juri Linkov <juri@jurta.org>
21088
21089 * international/mule-cmds.el (ucs-insert): Change arguments
21090 from `arg' to `character', `count', `inherit' to be the same
21091 as in `insert-char'. Doc fix. (Bug#4039)
21092
21093 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21094
77748848
JL
210952009-08-12 Juri Linkov <juri@jurta.org>
21096
21097 * files-x.el: New file.
21098
21099 * files.el: Move code that deals with adding/deleting
21100 file/directory-local variables to files-x.el.
21101
21102 * Makefile.in (ELCFILES): Add files-x.elc.
21103
c8a44c4e
DD
211042009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21105
27a9fd5a
DD
21106 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21107 to use `goto-line'.
21108 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21109 `goto-line'.
21110 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21111 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21112 threads list.
107ef54a 21113 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21114 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21115 (gdb-stopped): ...here so it's sent when first thread stops.
21116 (gdb-registers-handler-custom): Do nothing if register names are
21117 unknown yet.
27a9fd5a 21118
c8a44c4e
DD
21119 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21120 from `gdb-mi.el' to avoid extra tangling.
21121
21122 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21123 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21124 (gdb-update-gud-running): No extra fuss for updating frame number.
21125
dfd4e693
SM
211262009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21127
51c4341f
SM
21128 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21129 (describe-language-environment-map, setup-language-environment-map)
21130 (set-coding-system-map): Move initialization into declaration.
21131 (set-language-info-alist): Last arg to define-key-after can be skipped.
21132
21133 * international/quail.el (quail-completion-1): Simplify.
21134 (quail-define-rules): Use slightly more compact code.
21135 (quail-insert-decode-map): Propertize keys, compact columns.
21136
dfd4e693
SM
21137 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21138 Add goto-line.
21139
83326559
MB
211402009-08-10 Miles Bader <miles@gnu.org>
21141
21142 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21143 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21144 (js2-instance-member, js2-private-member, js2-private-function-call)
21145 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21146 (js2-magic-paren, js2-external-variable):
21147 Remove "-face" suffix from face names.
21148 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21149 (js2-highlight-undeclared-vars, js2-peek-token)
21150 (js2-parse-function-params, js2-mode-show-errors)
21151 (js2-mode-show-warnings, js2-make-magic-delimiter)
21152 (js2-mode-highlight-magic-parens): Update to use new face names.
21153
8e754ea2
MA
211542009-08-09 Michael Albinus <michael.albinus@gmx.de>
21155
21156 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21157 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21158
1c292fc7
CY
211592009-08-09 Chong Yidong <cyd@stupidchicken.com>
21160
18d433a7
CY
21161 * subr.el: Provide hashtable-print-readable.
21162
1c292fc7
CY
21163 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21164 hs-c-like-adjust-block-beginning.
21165 (hs-hide-block-at-point): Stop hiding at the beginning of
21166 hs-block-end-regexp (Bug#700).
21167
2db0ae07
DD
211682009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21169
21170 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21171 a macro.
21172 (gdb-registers-handler-custom): Do not fail when register names
21173 are unavailable.
21174
fe4740a6
DD
211752009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21176
21177 * progmodes/gdb-mi.el (gdb-control-all-threads)
21178 (gdb-control-current-thread): Interactive setters for
21179 `gdb-gud-control-all-threads' to use in menu.
21180 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21181 (gud-tool-bar-map): Add non-stop/A,T indicator.
21182 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21183
ce299d55
CY
211842009-08-08 Yoni Rabkin <yoni@rabkins.net>
21185
21186 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21187 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21188 (net-utils-mode): New mode for viewing diagnostic network output.
21189 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21190 (net-utils-run-simple): New function.
21191 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21192
7c4654ad
DD
211932009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21194
21195 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21196 (gdb-memory-set-address, def-gdb-set-positive-number)
21197 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21198 after changing settings.
21199 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21200 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21201 (gdb-registers-handler-custom): Print registers in right order and
21202 allow changing register values (only for current thread yet).
9cbac26b
DD
21203 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21204 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21205 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21206 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21207 Thread info in mode name.
9cbac26b 21208 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21209
0f25a277
EZ
212102009-08-08 Eli Zaretskii <eliz@gnu.org>
21211
21212 * mail/rmail.el (rmail-add-mbox-headers)
21213 (rmail-set-message-counters-counter): Search for
21214 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21215
b971be60
GM
212162009-08-08 Glenn Morris <rgm@gnu.org>
21217
21218 * Makefile.in (ELCFILES): Update.
21219
a35d3ad8
EZ
212202009-08-07 Eli Zaretskii <eliz@gnu.org>
21221
6a7662bb
BR
21222 * mail/sendmail.el (mail-yank-original):
21223 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21224 text is yanked.
21225
8b0bcc2e
EZ
21226 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21227 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21228 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21229 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21230 (calc-graph-init): Don't send -display and -geometry to
21231 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21232 running "pgnuplot -V" with shell-command-to-string.
21233
21234 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21235 the default.
21236
212372009-08-07 Eli Zaretskii <eliz@gnu.org>
21238
21239 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21240 org/org-latex.elc.
21241
3bca7ca5
DN
212422009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21243
3c53763c
DN
21244 * vc-dispatcher.el (vc-resynch-window): Update comment.
21245
3bca7ca5
DN
21246 * term.el (term-handle-ansi-escape): Add comments with the
21247 terminfo capabilities implemented.
21248
7b217360
DD
212492009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21250
5f9d345c 21251 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21252 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21253 (gdb-propertize-header): Move earlier.
21254 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21255 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21256 Refresh disassembly buffers only after threads list have been
21257 update.
21258 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21259 variables.
21260
b4d84ecf
JL
212612009-08-04 Juri Linkov <juri@jurta.org>
21262
21263 * files.el: Commands to add/delete file/directory-local variables.
21264 (read-file-local-variable, read-file-local-variable-value)
21265 (read-file-local-variable-mode, modify-file-local-variable)
21266 (modify-file-local-variable-prop-line)
21267 (modify-dir-local-variable): New functions.
21268 (add-file-local-variable, delete-file-local-variable)
21269 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21270 (add-dir-local-variable, delete-dir-local-variable)
21271 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21272 (copy-dir-locals-to-file-locals-prop-line): New commands.
21273
42da39c1
CY
212742009-08-04 Chong Yidong <cyd@stupidchicken.com>
21275
21276 * abbrev.el (insert-abbrev-table-description): Prettify output.
21277 Suggested by Karl Chen.
21278
98bf8494
DD
212792009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21280
78b9fb28 21281 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21282 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21283 (gdb-overlay-arrow-position, gdb-thread-position)
21284 (gdb-disassembly-position): Declare variables.
21285 (gdb-wait-for-pending): Function now.
21286 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21287 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21288 compilation goes smoothly.
21289 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21290 (gdb-non-stop-setting): New customization setting which replaces
21291 `gdb-non-stop' so changing it doesn't break active GDB session.
21292 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21293 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21294 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21295 (gdb-show-threads-by-default): New customization options.
21296 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21297 routines.
21298 (gdb-get-buffer-create): Send buffers update signal when they are
21299 created.
21300 (gdb-invalidate-locals, gdb-invalidate-registers)
21301 (gdb-invalidate-breakpoints)
21302 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21303 (gdb-invalidate-memory): Accept update signal.
21304 (gdb-current-context-command): Use --frame option.
21305 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21306 Implement `gdb-frame-number' selection logic.
21307 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21308 whether to show GUD toolbar buttons.
21309 (gdb-thread-exited): Unselect current thread when it exits.
21310 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21311 (gdb-mark-line): Routine which sets overlay arrow or inverses
21312 video on fringeless displays.
21313 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21314 to build aligned columns of data in GDB buffers and set text
21315 properties line-by-line.
21316 (gdb-invalidate-breakpoints)
21317 (gdb-breakpoints-list-handler-custom)
21318 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21319 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21320 (gdb-registers-handler-custom): Align data columns.
21321 (gdb-locals-handler-custom): Now prints data like in variable
21322 declarations.
21323 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21324 Remove confusing buttons.
78b9fb28
DD
21325 (gdb-invalidate-threads): Append --frame.
21326 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21327 between breakpoints/threads buffers.
21328 (gdb-set-window-buffer): Now can ignore dedicated windows.
21329 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21330 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21331 (def-gdb-thread-buffer-gud-command): Replaces
21332 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21333 for fine thread control.
21334 (gdb-preempt-existing-or-display-buffer): New function used to
21335 display bound buffers without breaking window layout.
21336 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21337 (gdb-select-frame): New version of `gdb-frames-select' which now
21338 sets `gdb-frame-number' so commands may use --frame option instead
21339 of inner debugger state.
21340 (gdb-frame-handler): Do not set `gdb-frame-number'.
21341 (gdb-threads-mode-map): Select threads with mouse.
21342
21343 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21344 avoid compilation warning.
21345 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21346 `gdb-show-stop-p`.
21347
566f3909
DD
21348 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21349 Argument `key' renamed to `buffer-type'.
21350 (gdb-current-context-buffer-name): Do not add thread info to
21351 buffer name when no thread is selected.
21352 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21353 command (bug 3794).
21354 (gdb-thread-selected): Handle `=thread-selected' notification.
21355 (gdb-wait-for-pending): New macro to deal with congestion problems.
21356 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21357 breakpoints.
7b6fefac
JB
21358 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21359 This fixes problem similar to one described in bug 3947.
566f3909
DD
21360 (gud-menu-map): More menu items.
21361 (gdb-init-1): Reset `gdb-thread-number' to nil.
21362
4a31122c
DD
21363 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21364 non-stop settings.
21365
21366 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21367 (gdb-current-context-command): Do not append --thread if
21368 `gdb-thread-number' is nil.
6a7662bb
BR
21369 (gdb-running-threads-count, gdb-stopped-threads-count):
21370 New variables.
4a31122c 21371 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21372 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21373 New customization options.
4a31122c
DD
21374 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21375 GUD commands.
7b6fefac 21376 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21377 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21378 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21379 set `gdb-thread-number' and update `gud-running' properly.
21380 (gdb-running): Update threads list when new threads appear.
21381 (gdb-stopped): Support non-stop operation and new thread switching
21382 logic.
21383 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21384 (gdb-json-partial-output): New set of JSON routines.
21385 (def-gdb-auto-update-trigger): New `signal-list' optional
21386 argument.
21387 (gdb-thread-list-handler-custom): Update `gud-running',
21388 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21389 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21390 (gdb-continue-thread, gdb-step-thread): New commands for fine
21391 thread execution control.
21392 (gud-menu-map): New menu items to switch non-stop options.
21393 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21394 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21395
21396 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21397 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21398 gdb-buffer-rules.
21399 (def-gdb-auto-update-handler): New nopreserve optional argument.
21400 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21401
88b5a757 21402 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21403 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21404 (gdb-parent-mode): New mode to derive other GDB modes from.
21405 (gdb-display-disassembly-for-thread)
21406 (gdb-frame-disassembly-for-thread): New commands for threads
21407 buffer.
21408
21409 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21410 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21411 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21412 (gdb-update): We now store all GDB buffers in a list so that they
21413 can be updated by traversing a list instead of calling invalidate
7b6fefac 21414 triggers explicitly.
a5c9f540
DD
21415 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21416 pair for GDB buffer.
21417 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21418 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21419 handle pending triggers.
21420 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21421 (def-gdb-thread-buffer-simple-command)
21422 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21423 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21424 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21425 New commands which show buffers bound to thread.
88b5a757 21426 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21427
7b6fefac
JB
21428 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21429 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21430 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21431 to (gud-comint-buffer) in *-buffer-name functions
21432 because (gdb-get-target-string) already does that.
21433 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21434 (gdb-changed-registers-handler): Rewritten without regexps.
21435
ba214964 21436 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21437 (gdb-thread-number): New variable.
21438 (gdb-current-context-command): New macro which adds --thread
21439 option to command.
7b6fefac 21440 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21441 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21442 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21443 (gdb-select-thread): New command which selects current thread.
21444 (gdb-invalidate-frames, gdb-invalidate-locals)
21445 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21446
2ac33804
MA
214472009-08-04 Michael Albinus <michael.albinus@gmx.de>
21448
21449 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21450 robust. (Bug#3977)
2ac33804
MA
21451 (tramp-handle-insert-file-contents): `unwind-protect' must be
21452 inside `with-parsed-tramp-file-name'.
21453
21454 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21455 fails.
21456
39d0296f
NR
214572009-08-03 Nick Roberts <nickrob@snap.net.nz>
21458
21459 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21460 directory if CLASSPATH is not set.
21461
adcbca53
MA
214622009-08-03 Michael Albinus <michael.albinus@gmx.de>
21463
7b6fefac
JB
21464 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21465 New defconst.
7ef849b6 21466 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21467
30924b0b
CY
214682009-08-02 Kevin Ryde <user42@zip.com.au>
21469
7b6fefac
JB
21470 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21471 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21472
b6ce92f1
CY
214732009-08-02 Chong Yidong <cyd@stupidchicken.com>
21474
d977a092
CY
21475 * select.el (x-set-selection): Doc fix (Bug#4021).
21476
21477 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21478
b6ce92f1
CY
21479 * help-fns.el (describe-variable): Treat list return values from
21480 dir-locals-find-file properly (Bug#4005).
21481
7b6fefac 214822009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21483
21484 * net/tramp.el (tramp-debug-message): Print also microseconds.
21485
214862009-08-02 Michael Albinus <michael.albinus@gmx.de>
21487
21488 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21489 or END is non-nil.
21490 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21491 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21492 format.
21493
5ce6e4f4 21494 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21495 (tramp-get-file-property): Use it.
21496
6a7662bb
BR
21497 * autorevert.el (auto-revert-handler):
21498 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21499
2aafe808
JR
215002009-08-02 Jason Rumney <jasonr@gnu.org>
21501
21502 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21503 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21504
e094097c
CY
215052009-08-02 Chong Yidong <cyd@stupidchicken.com>
21506
21507 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21508 (font-lock-variable-name-face, font-lock-constant-face):
21509 Darken the colors for light backgrounds.
e094097c 21510
de94f281
EZ
215112009-08-01 Eli Zaretskii <eliz@gnu.org>
21512
21513 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21514 month names. (Bug#3987)
21515
54b99340
CY
215162009-07-31 Chong Yidong <cyd@stupidchicken.com>
21517
21518 * simple.el (line-move-finish): Pass whole number to
21519 line-move-to-column.
34be836c 21520 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21521
38216c30
JB
215222009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21523
21524 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21525
c779896d
CY
215262009-07-29 Alan Mackenzie <acm@muc.de>
21527
21528 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21529
592ccae0
DD
215302009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21531
35edc6c6
DD
21532 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21533 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21534
5a9e3ab7
JB
215352009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21536
21537 * calc/calc.el (calc-mode-map): Add keybinding for
21538 `calc-transpose-lines'.
21539
7b6fefac 215402009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21541
21542 * calc/calc-misc.el (calc-transpose-lines): New function.
21543
905fb90e
MA
215442009-07-28 Michael Albinus <michael.albinus@gmx.de>
21545
21546 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21547 Simplify check for out-of-band methods.
21548 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21549 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21550
76e14464
DN
215512009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21552
21553 * vc-git.el (vc-git-checkin): Fix typo.
21554
6088b51f 215552009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21556
21557 * progmodes/js2-mode.el: New file.
21558
b85157fe
NR
215592009-07-28 Nick Roberts <nickrob@snap.net.nz>
21560
21561 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21562 (gud-menu-map): Adjust tooltip accordingly.
21563
d43c2b06
DN
215642009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21565
1c0f0c3b
DN
21566 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21567 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21568
d43c2b06
DN
21569 * add-log.el (change-log-mode-map): Add a menu.
21570
3dec5c36
MA
215712009-07-27 Michael Albinus <michael.albinus@gmx.de>
21572
21573 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21574 function returns nil.
21575 (dbus-handle-event): Handle special return value :ignore.
21576 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21577
5704140c
CY
215782009-07-26 Chong Yidong <cyd@stupidchicken.com>
21579
21580 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21581 it's not needed.
21582
3077d1f6
EZ
215832009-07-25 Eli Zaretskii <eliz@gnu.org>
21584
21585 Fix Bug#3888:
21586
21587 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21588
21589 * term/pc-win.el (x-display-name, x-colors)
21590 (x-select-enable-clipboard, x-select-text): Doc fix.
21591
21592 * term/common-win.el (x-display-name, x-colors): Doc fix.
21593
21594 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21595 (xw-defined-colors): Doc fix.
21596
21597 * w32-fns.el (x-select-text, x-setup-function-keys)
21598 (x-get-selection, x-set-selection): Doc fix.
21599
21600 * term/x-win.el (x-select-text, x-setup-function-keys)
21601 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21602
21603 * select.el (x-set-selection): Doc fix.
21604
51768bc8
MA
216052009-07-25 Michael Albinus <michael.albinus@gmx.de>
21606
21607 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21608 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21609 "IsNSSSupportAvailable" method is not available.
21610 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21611
b11c2874
KH
216122009-07-24 Kenichi Handa <handa@m17n.org>
21613
21614 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21615 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21616 (build-unicode-category-table): Fix range checks.
21617
ba83b7b6
DN
216182009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21619
21620 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21621 the buffer we try to sync is current when calling
21622 vc-resynch-buffer.
21623
21624 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21625 not show up to date files.
21626
7a8ae964
GM
216272009-07-24 Glenn Morris <rgm@gnu.org>
21628
21629 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21630 Add autoload cookies. If necessary, initialize.
21631 (elint-log): Handle non-file buffers.
21632 (elint-initialize): Add optional argument to reinitialize.
21633 (elint-find-builtin-variables): Save excursion.
21634
a707eb05
DN
216352009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21636
21637 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21638 for Lint.
21639
0a2ddfa6
DN
216402009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21641
d6a62b0d
DN
21642 * vc.el (vc-print-log-internal): New function, split out from ...
21643 (vc-print-log): ... here.
10b5dcad 21644 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21645
0a2ddfa6
DN
21646 * vc-git.el (vc-git-add-signoff): New variable.
21647 (vc-git-checkin): Use it.
21648 (vc-git-toggle-signoff): New function.
21649 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21650 (vc-git--run-command-string): Accept a nil FILE argument.
21651 (vc-git-stash-list): New function.
21652 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21653
589a99f2
GM
216542009-07-23 Glenn Morris <rgm@gnu.org>
21655
21656 * help-fns.el (describe-variable): Describe ignored and risky local
21657 variables in a similar way to that in which we describe safe ones.
21658
21659 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21660 (byte-compile-output-file-form, byte-compile-output-docform)
21661 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21662 Give some more local variables with common names a "bytecomp-" prefix,
21663 so as not to shadow things during compilation.
21664 * emacs-lisp/cl-macs.el (load-time-value)
21665 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21666 `outbuffer' to `bytecomp-outbuffer'.
21667
21668 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21669 since the next two variables cover them automatically now.
21670 (elint-builtin-variables, elint-autoloaded-variables): New.
21671 (elint-unknown-builtin-args): Remove all members, since they can be
21672 parsed automatically now.
21673 (elint-extra-errors): New.
21674 (elint-env-add-env, elint-env-add-macro): Use cadr.
21675 (elint-current-buffer): Use or. Change final message.
21676 (elint-get-top-forms): Use line-end-position.
21677 (elint-init-env): Use cadr. Handle autoload, declare-function,
21678 and defalias.
21679 (elint-add-required-env): Doc fix. Use or. Standardize error.
21680 (regexp-assoc): Remove unused function.
21681 (elint-top-form): Set elint-current-pos, to record the start of the
21682 top-level form, for compilation-mode.
21683 (elint-form): Trap errors in macro expansion. Use dolist.
21684 (elint-unbound-variable): Use elint-builtin-variables and
21685 elint-autoloaded-variables.
21686 (elint-get-args): Use cadr, or.
21687 (elint-check-cond-form): Use dolist, cadr.
21688 (elint-check-condition-case-form): Doc fix. Use cadr.
21689 Use elint-extra-errors.
21690 (elint-log): New function.
21691 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21692 Distinguish errors and warnings.
21693 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21694 Use a bytecomp-style format.
21695 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21696 (elint-get-log-buffer): Use compilation mode. Disable undo.
21697 Don't truncate lines.
21698 (elint-initialize): Set builtin and autoloaded variable lists.
21699 Only process elint-unknown-builtin-args if non-nil.
21700 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21701 New functions.
21702 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21703
855b42a2
GM
217042009-07-22 Kevin Ryde <user42@zip.com.au>
21705
21706 * net/newst-backend.el (newsticker--parse-atom-1.0)
21707 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21708 (newsticker--parse-rss-1.0):
21709 * progmodes/idlwave.el (idlwave-mode):
21710 * progmodes/idlw-shell.el (idlwave-shell-mode):
21711 * progmodes/vera-mode.el (vera-mode):
21712 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21713 * progmodes/vhdl-mode.el (vhdl-mode):
21714 * textmodes/table.el (table-generate-source)
21715 (table--warn-incompatibility):
21716 Hyperlink urls in docstrings with URL `...'.
21717
fd413a37
GM
217182009-07-22 Glenn Morris <rgm@gnu.org>
21719
cb711556
GM
21720 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21721 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21722 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21723 Remove leading * from defcustom docs.
21724
fd413a37
GM
21725 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21726
21727 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21728 defcustom doc.
21729 (list-load-path-shadows): Optionally, just return shadows as a string.
21730
21731 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21732
a4f69701
CY
217332009-07-21 Chong Yidong <cyd@stupidchicken.com>
21734
6a7662bb
BR
21735 * mail/rmailedit.el (rmail-edit-mode):
21736 Use auto-save-include-big-deletions.
a4f69701 21737
6a7662bb
BR
21738 * mail/rmail.el (rmail-variables):
21739 Use auto-save-include-big-deletions.
a4f69701
CY
21740
21741 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21742 changes.
21743
ec06459c
JB
217442009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21745
21746 * calc/calc.el (calc-undo-length): New variable.
21747 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21748
b41b0976
RS
217492009-07-21 Richard Stallman <rms@gnu.org>
21750
21751 * files.el (auto-save-mode): Handle buffer-save-size = -2
21752 for toggling mode.
21753
4ed32706
GM
217542009-07-21 Glenn Morris <rgm@gnu.org>
21755
531b1264
GM
21756 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21757
55d27f41
GM
21758 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21759
02df3f4d
GM
21760 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21761 silence compiler. Instead...
21762 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21763 (ps-print-ensure-fontified): Update for above function name changes.
21764
fdd8417e
GM
21765 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21766 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21767 silence compiler. Instead...
21768 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21769 (mh-show-buffer): Only define for compiler.
21770 (pr-mh-current-message): Update for above function name changes.
21771
4ed32706
GM
21772 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21773 as an argument.
21774 (find-file-noselect, insert-file-1): Update for above change.
21775
21776 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21777
21778 * mail/mailclient.el (mailclient-send-it): Fix message.
21779
21780 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21781 (edebug-eval): Check cl-debug-env is bound.
21782 (print-level, print-circle): Don't redefine built-in variables.
21783
21784 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21785 (custom-print-vectors): Remove old comments from doc.
21786
21787 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21788 (emerge-version): Make the variable an obsolete alias for the
21789 emacs-version variable. Make the function obsolete.
21790 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21791 Emerge options, rather than merging in into the main Options menu.
21792 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21793 and auto advance modes. Disable edit/fast items when not relevant.
21794
86812144
CY
217952009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21796
21797 * term/vt420.el (terminal-init-vt420): Fix typo.
21798
6bb90094
SS
217992009-07-20 Sam Steingold <sds@gnu.org>
21800
21801 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21802 variable (removed from compile.el on 2004-03-11).
21803
42e0a725
CY
218042009-07-20 Chong Yidong <cyd@stupidchicken.com>
21805
21806 * files.el (hack-local-variables-filter): Fix last change.
21807
2ee20f24
JL
218082009-07-19 Juri Linkov <juri@jurta.org>
21809
21810 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21811 (dir-local-variables-alist): New buffer-local variable.
21812 (hack-local-variables-filter): If variable is not dir-local,
21813 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21814 because file-local overrides dir-local.
3570691b 21815 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21816 Remove obsolete declaration.
21817 (hack-dir-local-variables): Add dir-local variable/value pair to
21818 `dir-local-variables-alist' and remove duplicates. Doc fix.
21819
21820 * help-fns.el (describe-variable): Add information about
21821 file-local and dir-local variables.
21822
89bf83cd
CY
218232009-07-19 Chong Yidong <cyd@stupidchicken.com>
21824
21825 * files.el (hack-local-variables-filter): Rewrite.
21826
1a8d3541
GM
218272009-07-19 Glenn Morris <rgm@gnu.org>
21828
d9e8a018
GM
21829 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21830 Silence compiler by only defining on XEmacs.
21831
da332cfb
GM
21832 * international/mule.el (auto-coding-regexp-alist): Only match
21833 BABYL... at the start of buffer, not of lines. (Bug#3790)
21834
1a8d3541
GM
21835 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21836 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21837 (cal-menu-context-mouse-menu): Doc fix.
21838
21839 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21840
21841 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21842
d842b103
JL
218432009-07-18 Juri Linkov <juri@jurta.org>
21844
21845 * info.el: Virtual Info keyword finder.
3570691b 21846 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21847 (Info-finder-file): New variable.
21848 (Info-finder-find-file): New function.
21849 (finder-known-keywords, finder-package-info)
21850 (find-library-name, lm-commentary): Use defvar and
21851 declare-function to silence compiler warnings.
21852 (Info-finder-find-node): New function.
21853 (info-finder): New command.
21854
21855 * subr.el (process-kill-buffer-query-function): New function.
21856 (add-hook)<kill-buffer-query-functions>: Add hook
21857 `process-kill-buffer-query-function'.
21858
10d37df7
AM
218592009-07-18 Alan Mackenzie <acm@muc.de>
21860
7b6fefac 21861 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21862 (c-postprocess-file-styles): Give invocation of `c-set-style'
21863 DONT-OVERRIDE parameter of t. Already set style variables will
21864 thus not be overridden by style settings given by `c-file-syle'.
21865
21866 * files.el (hack-local-variables-filter): Remove entries with
21867 duplicate keys from `file-local-variables-alist'.
21868
102e1a41
EZ
218692009-07-18 Eli Zaretskii <eliz@gnu.org>
21870
21871 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21872 x-set-selection if display-selections-p returns nil for the
21873 current frame.
21874
16f2e9fc
CY
218752009-07-18 Chong Yidong <cyd@stupidchicken.com>
21876
21877 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21878
f22693fc
EZ
218792009-07-18 Eli Zaretskii <eliz@gnu.org>
21880
a6c2c80c
EZ
21881 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21882 Accept nil in addition to a regexp.
21883 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21884 Accept nil in addition to a regexp.
21885 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21886 buffers that have an associated file. Handle nil values of
21887 desktop-buffers-not-to-save and desktop-files-not-to-save.
21888 (Bug#3833)
21889
f22693fc
EZ
21890 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21891 (x-disown-selection-internal): New functions.
21892
e456379a
NR
218932009-07-18 Nick Roberts <nickrob@snap.net.nz>
21894
21895 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21896 warning.
21897 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21898 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21899
0013b70f
CY
219002009-07-18 David De La Harpe Golden <david@harpegolden.net>
21901
21902 * simple.el (set-mark): Revert last change.
21903
0855c2ca
CY
219042009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21905
21906 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21907 rendering of pngs is not possible instead of messaging a long
21908 description.
21909
3f5c9cad
CY
219102009-07-17 David De La Harpe Golden <david@harpegolden.net>
21911
21912 * w32-fns.el (x-selection-owner-p): New function.
21913
21914 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21915 (mouse-yank-at-click, mouse-yank-primary):
21916 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21917 insertion.
3f5c9cad
CY
21918
21919 * simple.el (deactivate-mark, set-mark): Only save selection if we
21920 own it.
21921
1fc87f9b
KH
219222009-07-17 Kenichi Handa <handa@m17n.org>
21923
21924 * case-table.el (describe-buffer-case-table): Fix for the case
21925 that KEY is a cons.
21926
d56fdcd2
DN
219272009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21928
21929 * vc-rcs.el (vc-rcs-find-file-hook):
21930 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21931
bede3e9f
MA
219322009-07-16 Michael Albinus <michael.albinus@gmx.de>
21933
21934 * net/tramp.el (tramp-wait-for-output): Handle the case when
21935 commands do not return a newline but a null byte before the shell
21936 prompt. (Bug#3858)
21937
7653ca1d
YM
219382009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21939
21940 * term/ns-win.el (ns-set-alpha): Don't declare.
21941 (ns-set-background-alpha): Remove function.
21942
ed2a52e9
SM
219432009-07-16 Kevin Ryde <user42@zip.com.au>
21944
21945 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21946 y-or-n-p, for safety.
21947
7a907299
RS
219482009-07-16 Richard Stallman <rms@gnu.org>
21949
21950 * files.el (auto-save-mode): If buffer-saved-size is -2,
21951 don't clobber it.
21952
21953 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21954 (rmail-retry-ignored-headers): Add more uninteresting fields.
21955
c0db3477
CY
219562009-07-15 Jari Aalto <jari.aalto@cante.net>
21957
21958 * net/rcirc.el (rcirc): Use history variables.
21959 (rcirc-server-name-history, rcirc-nick-name-history)
21960 (rcirc-server-port-history): New variables.
21961
6c875452
KH
219622009-07-15 Kenichi Handa <handa@m17n.org>
21963
bf974dc9
KH
21964 * international/mule-cmds.el (set-language-environment-charset):
21965 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21966 ignore them.
21967
6c875452
KH
21968 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21969 Delete unibyte-display.
21970
2066b4fe
CY
219712009-07-15 Chong Yidong <cyd@stupidchicken.com>
21972
21973 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21974
f9be2e35
CY
219752009-07-15 Chong Yidong <cyd@stupidchicken.com>
21976
21977 * simple.el (deactivate-mark): Optional argument FORCE.
21978 (set-mark): Use deactivate-mark.
21979
21980 * info.el (Info-search): No need to check transient-mark-mode
21981 before calling deactivate-mark.
21982
21983 * select.el (x-set-selection): Doc fix.
21984 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
21985 (xselect--selection-bounds): Handle buffer values.
21986 Suggested by David De La Harpe Golden.
f9be2e35 21987
6a7662bb
BR
21988 * mouse.el (mouse-set-region, mouse-drag-track):
21989 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
21990 select-active-regions work.
21991
be3e598a 219922009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
21993
21994 * simple.el (deactivate-mark): If select-active-regions is
21995 non-nil, copy the selection data into a string.
21996 (activate-mark): If select-active-regions is non-nil, set the
21997 selection to the current buffer.
21998 (set-mark): Update selection if select-active-regions is non-nil.
21999
22000 * select.el (x-valid-simple-selection-p): Allow buffer values.
22001
cbd61418
SM
220022009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22003
22004 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22005 and more featureful message-mode.
22006
f470187f
CY
220072009-07-14 Chong Yidong <cyd@stupidchicken.com>
22008
22009 * select.el (x-set-selection): Doc fix.
22010 (x-valid-simple-selection-p): Disallow selection data consisting
22011 of a list or cons of integers, since that is not used.
22012 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22013 (xselect-convert-to-string, xselect-convert-to-length)
22014 (xselect-convert-to-filename, xselect-convert-to-charpos)
22015 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22016
bfc99364
DD
220172009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22018
22019 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22020 output in -break-info command (Emacs bug #3794).
22021
e32721f5
GM
220222009-07-14 Glenn Morris <rgm@gnu.org>
22023
1e46f9e4
GM
22024 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22025 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22026 (edebug-print-length, edebug-print-level, edebug-print-circle)
22027 (edebug-sit-for-seconds, edebug-view-outside)
22028 (edebug-bounce-point, edebug-set-global-break-condition)
22029 (edebug-Go-nonstop-mode, edebug-trace-mode)
22030 (edebug-Trace-fast-mode, edebug-continue-mode)
22031 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22032 (edebug-visit-eval-list): Doc fixes.
22033
e32721f5
GM
22034 * subr.el (def-edebug-spec): Doc fix.
22035
66a85e76
KH
220362009-07-14 Kenichi Handa <handa@m17n.org>
22037
22038 * international/characters.el: Fix setting of category ?C.
22039
28571246
JD
220402009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22041
7b6fefac 22042 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22043 ns-popup-font-panel instead of generate-fontset-menu.
22044
5d74672c
EZ
220452009-07-12 Eli Zaretskii <eliz@gnu.org>
22046
7b6fefac 22047 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22048
eb1727a4
CY
220492009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22050
22051 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22052 the PK\003\004 header (Bug#3770).
22053
208384c5
CY
220542009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22055
22056 * pcomplete.el (pcomplete-comint-setup): Check for
22057 shell-dynamic-complete-filename too.
22058
774409a1
CY
220592009-07-11 Chong Yidong <cyd@stupidchicken.com>
22060
22061 * simple.el (temporary-goal-column): Change the value for
22062 line-move-visual to a cons cell.
22063 (line-move-visual): Record or set the window hscroll, if
22064 necessary (Bug#3494).
22065 (line-move-1): Handle cons value of temporary-goal-column.
22066
1639ee1d
KH
220672009-07-11 Kenichi Handa <handa@m17n.org>
22068
22069 * international/mule-diag.el (describe-character-set): Don't show
22070 width.
22071
2b1d2412
SS
220722009-07-10 Sam Steingold <sds@gnu.org>
22073
22074 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22075 Omake sometimes indents the errors it prints, so allow all
22076 regexps to start with spaces.
22077
ed3a5691
EZ
220782009-07-10 Eli Zaretskii <eliz@gnu.org>
22079
ed2a52e9
SM
22080 * cus-edit.el (customize-changed-options-previous-release):
22081 Bump value to 22.1. (Bug#3804)
ed3a5691 22082
49405d0e
SS
220832009-07-08 Sam Steingold <sds@gnu.org>
22084
22085 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22086 to be a cons cell (test . ignored-directory) to selectively ignore
22087 some directories depending on the location of the search.
22088
93c3eb7c
MA
220892009-07-08 Michael Albinus <michael.albinus@gmx.de>
22090
22091 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22092 remote user is root, on the local host.
22093 (tramp-local-host-p): Either the local user or the remote user
22094 must be root. (Bug#3771)
22095
6f2a8484
NR
220962009-07-08 Nick Roberts <nickrob@snap.net.nz>
22097
22098 * progmodes/gdb-mi.el (gdb): Remove description of
22099 gdb-use-separate-io-buffer.
69cb8d82 22100 (menu): Don't allow toggling of or enable
6f2a8484
NR
22101 gdb-use-separate-io-buffer from menubar.
22102
88d03607
CY
221032009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22104
22105 * mail/unrmail.el (unrmail): Make sure the message ends with two
22106 newlines (Bug#3769).
22107
7ef5b8b2
GM
221082009-07-08 Glenn Morris <rgm@gnu.org>
22109
22110 * calendar/calendar.el (calendar-current-date): Rework previous change.
22111
3ce82f97
GM
221122009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22113
22114 * calendar/calendar.el (calendar-current-date):
22115 Add an optional argument giving an offset from today.
22116
f35fc841
GM
221172009-07-08 Glenn Morris <rgm@gnu.org>
22118
22119 * tutorial.el (tutorial--describe-nonstandard-key):
22120 Adjust the message for when a key has been unbound.
22121 (help-with-tutorial): Hide the arch-tag.
22122
40149292
KH
221232009-07-08 Kenichi Handa <handa@m17n.org>
22124
69cb8d82
KH
22125 * international/fontset.el (setup-default-fontset): For each
22126 script, append (not set) font-specs.
22127
40149292
KH
22128 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22129 docstring.
22130
ff0c4194
NR
221312009-07-08 Nick Roberts <nickrob@snap.net.nz>
22132
22133 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22134 -data-list-register-names to ...
22135 (gdb-starting): ... here because GDB 7.0 requires execution to
22136 have started when using this MI command.
22137 (gdb-set-header): New function to distinguish select and
22138 unselected tabs in gdb buffers.
22139 (gdb-propertize-header): New macro that uses gdb-set-header.
22140 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22141 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22142
8954c675
CY
221432009-07-07 Chong Yidong <cyd@stupidchicken.com>
22144
22145 * Makefile.in (ELCFILES): Remove fadr.elc.
22146
0996385d
DD
221472009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22148
dc6b4519
DD
22149 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22150 may contain frame information, so `string-match' should be used.
22151 (gdb-update): Disassembly is invalidated through
22152 `gdb-get-selected-frame'.
22153 (gdb-pad-string): New function to pad string with spaces.
22154 (gdb-invalidate-disassembly): Invalidate only if the buffer
22155 exists.
22156 (gdb-disassembly-handler-custom): Column alignment.
22157 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22158 placing new ones.
22159 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22160 end of line, too.
22161 (gdb-frame-handler): Match convention to for disassembly buffer
22162 mode name.
17c1380b 22163 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22164 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22165 not highlight breakpoints without line information.
69a197a2 22166 (gdb-input): Add trailing newline to command.
dc6b4519 22167
14340b25
DD
22168 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22169 buffer properly.
22170 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22171 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22172 now.
22173 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22174 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22175 to place breakpoints.
14340b25
DD
22176 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22177 functions.
22178 (gdb-disassembly-handler-custom): Show overlay arrow.
22179 (gdb-disassembly-place-breakpoints): Show breakpoints in
22180 disassembly buffer.
22181 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22182 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22183 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22184 in `gud-menu-map'.
14340b25 22185
38d4f316 22186 * fadr.el: Remove.
1f2a6224 22187
7b6fefac 22188 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22189 (gdb-memory-address): New variable which holds top address of
7b6fefac 22190 memory page shown in memory buffer.
6a7662bb
BR
22191 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22192 New customization variables.
0996385d
DD
22193 New functions:
22194 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22195 display the memory buffer.
22196 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22197 buffer display parameters.
22198 (def-gdb-memory-format, gdb-memory-format-binary)
22199 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22200 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22201 Functions for setting memory buffer format.
22202 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22203 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22204 unit size used in memory buffer.
6a7662bb
BR
22205 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22206 Switch to next/previous page of memory buffer.
28d67a53 22207 Now using (bindat-get-field) instead of fadr functions.
0996385d 22208
9ba562d3
SS
222092009-07-07 Sam Steingold <sds@gnu.org>
22210
22211 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22212 non-top-level files.
22213
a43977db
KH
222142009-07-07 Kenichi Handa <handa@m17n.org>
22215
6a7662bb
BR
22216 * international/mule-cmds.el (reset-language-environment):
22217 Put the highset priority to the charset iso-8859-1.
a43977db 22218
d44d05e8
CY
222192009-07-06 Chong Yidong <cyd@stupidchicken.com>
22220
22221 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22222 to the end of the line when locating the block (Bug#700).
22223
3e2fa353
MA
222242009-07-06 Michael Albinus <michael.albinus@gmx.de>
22225
22226 * net/tramp.el (tramp-handle-write-region): Flush file properties
22227 in case of short track.
22228
be3e598a 222292009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22230
bf0b361c
JB
22231 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22232 Coded custom representation of verilog error regular expressions
22233 to work with Emacs-22's new format.
d88782c3 22234 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22235 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22236 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22237 error recognition into XEmacs.
22238 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22239 error recognition into Emacs-22.
22240
25c6f63e
CY
222412009-07-06 Chong Yidong <cyd@stupidchicken.com>
22242
22243 * woman.el: Remove stand-alone closing parentheses.
22244 (woman-file-name, woman2-format-paragraphs)
22245 (woman-leave-blank-lines): Code cleanup.
22246 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22247 (woman-italic, woman-bold, woman-unknown, woman-addition):
22248 Change defaults to inherit from default faces.
25c6f63e
CY
22249 (woman2-process-escapes): Consume the newline after a stand-alone
22250 filler character (Bug#3651).
22251
f176290e
GM
222522009-07-06 Glenn Morris <rgm@gnu.org>
22253
22254 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22255 (top-level): Move provide to the end.
22256 (ffap): Remove defunct URL from custom group.
22257
22258 * subr.el (eval-after-load): Doc fix.
22259
7b6fefac 222602009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22261
22262 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22263 `calc-embedded-word' is called twice.
22264
4b8b1ec5
SM
222652009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22266
22267 * files.el (find-alternate-file-other-window, find-alternate-file):
22268 Obey confirm-nonexistent-file-or-buffer.
22269
d6ceb380
MA
222702009-07-05 Michael Albinus <michael.albinus@gmx.de>
22271
22272 * dired-aux.el (dired-show-file-type): Handle remote files.
22273
be3e598a 222742009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22275
4b8b1ec5
SM
22276 * desktop.el (desktop-globals-to-save):
22277 Add file-name-history (Bug#2750).
c760f19e 22278
6d00ce04
CY
222792009-07-05 Chong Yidong <cyd@stupidchicken.com>
22280
4b8b1ec5 22281 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22282
6ee21b07
JB
222832009-07-04 Johan Bockgård <bojohan@gnu.org>
22284
22285 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22286 property on entire argument since this is what eshell-lisp-command
22287 expects.
22288
f0dbdc25
MA
222892009-07-03 Michael Albinus <michael.albinus@gmx.de>
22290
22291 * net/tramp-gvfs.el (tramp-gvfs-methods)
22292 (tramp-gvfs-zeroconf-domain)
22293 (tramp-bluez-discover-devices-timeout): Add version flag.
22294 (tramp-gvfs-handler-mounted-unmounted)
22295 (tramp-gvfs-connection-mounted-p): Polish handling of
22296 incompatibilities between GVFS 0.2 and 1.0.
22297
e044e4fc
JD
222982009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22299
4b8b1ec5 22300 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22301
2e9b968b
JB
223022009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22303
bf0b361c 22304 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22305 formatted correctly.
22306
baf1a55e
JL
223072009-07-02 Juri Linkov <juri@jurta.org>
22308
22309 * info.el: Virtual Info files and nodes.
22310 (Info-virtual-files, Info-virtual-nodes): New variables.
22311 (Info-current-node-virtual): New variable.
22312 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22313 New functions.
22314 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22315 to check for a virtual file instead of checking a fixed list
22316 of node names.
22317 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22318 instead of ad-hoc processing of "dir" and (apropos history toc).
22319 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22320 instead of ad-hoc processing of "dir" and (apropos history toc).
22321 Reread a file when moving from a virtual node.
22322 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22323 (Info-directory-toc-nodes, Info-directory-find-file)
22324 (Info-directory-find-node): New functions.
22325 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22326 (Info-history): Move part of code to
22327 `Info-history-find-node'.
22328 (Info-history-toc-nodes, Info-history-find-file)
22329 (Info-history-find-node): New functions.
22330 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22331 (Info-toc): Move part of code to `Info-toc-find-node'.
22332 (Info-toc-find-node): New function.
4b8b1ec5 22333 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22334 the current Info file name to references because now the node
22335 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22336 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22337 (Info-toc-nodes): Rename input argument `file' to `filename'.
22338 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22339 instead of ad-hoc processing of ("dir" apropos history toc).
22340 (Info-index-nodes): Use Info-virtual-file-p
22341 to check for a virtual file instead of checking a fixed list
22342 of node names.
22343 (Info-index-node): Add check for `Info-current-node-virtual'.
22344 Raise `save-match-data' higher up the tree to contain
22345 `search-forward' too (bug fix).
22346 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22347 (Info-virtual-index-nodes): New variable.
22348 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22349 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22350 (Info-apropos-file, Info-apropos-nodes): New variables.
22351 (Info-apropos-toc-nodes, Info-apropos-find-file)
22352 (Info-apropos-find-node, Info-apropos-matches): New functions.
22353 (info-apropos): Move part of code to `Info-apropos-find-node' and
22354 `Info-apropos-matches'.
22355 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22356 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22357 for a virtual file instead of checking a fixed list of node names.
22358
22359 * simple.el (async-shell-command): New command.
22360
22361 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22362
22363 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22364 instead of `mount-info'.
22365
d04bc496
MA
223662009-07-02 Michael Albinus <michael.albinus@gmx.de>
22367
22368 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22369 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22370
af0403e0
KH
223712009-07-02 Kenichi Handa <handa@m17n.org>
22372
22373 * international/mule.el (set-keyboard-coding-system): Force *-unix
22374 coding-system to avoid eol conversion.
22375
99278f8a
MA
223762009-07-01 Michael Albinus <michael.albinus@gmx.de>
22377
4b8b1ec5
SM
22378 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22379 Add handler for `process-file', `shell-command' and
99278f8a
MA
22380 `start-file-process'.
22381 (tramp-gvfs-handle-shell-command)
22382 (tramp-gvfs-handle-start-file-process)
22383 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22384 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22385
3f1c6666
JD
223862009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22387
22388 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22389
3f396bac
KH
223902009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22391
22392 * language/korean.el (set-language-info-alist): Add korean-cp949,
22393 cp949 to spec.
22394
c1185193
KH
223952009-07-01 Kenichi Handa <handa@m17n.org>
22396
22397 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22398
22399 * international/encoded-kb.el: Deleted.
22400
22401 * international/mule.el (set-keyboard-coding-system): Perform the
22402 necessary setup here instead of calling encoded-kbd-setup-display.
22403
3f150a60
GM
224042009-07-01 Glenn Morris <rgm@gnu.org>
22405
22406 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22407
b0d5b05b
GM
224082009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22409
22410 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22411
4f4126e6
MA
224122009-06-30 Michael Albinus <michael.albinus@gmx.de>
22413
4b8b1ec5
SM
22414 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22415 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22416 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22417
7ae3ea65 22418 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22419 (top): Add a default for "synce" in `tramp-default-user-alist'.
22420 Add completion function for "synce" method.
22421 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22422 (tramp-hal-interface-manager, tramp-hal-interface-device):
22423 New defconst.
22424 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22425 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22426 New defuns.
d6ceb380
MA
22427
22428 * net/trampver.el: Update release number.
7ae3ea65 22429
0ad6626b
KH
224302009-06-30 Kenichi Handa <handa@m17n.org>
22431
22432 * international/fontset.el (setup-default-fontset): Add CJK fonts
22433 for symbols and the other miscellaneous characters.
22434
4b8b1ec5
SM
22435 * language/korea-util.el (setup-korean-environment-internal):
22436 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22437 (exit-korean-environment): Cancel above.
22438
22439 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22440 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22441 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22442 environments, and an exit-function to cancel that.
22443
22444 * language/japan-util.el (setup-japanese-environment-internal):
22445 Call use-cjk-char-width-table with arg `ja_JP'.
22446
22447 * international/characters.el (cjk-char-width-table): Delete it.
22448 (cjk-char-width-table-list): New variable.
22449 (use-cjk-char-width-table): New arg local-name.
22450 (use-default-char-width-table): Fix for the case that Emacs is
22451 already using the default char-width-table.
22452
fd46e893
MA
224532009-06-29 Michael Albinus <michael.albinus@gmx.de>
22454
22455 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22456 modes mandatory. (Bug#3712)
22457
b87d9f96
AM
224582009-06-29 Alan Mackenzie <acm@muc.de>
22459
22460 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22461 correction between the visible width of TABs and their number of bytes.
b87d9f96 22462
2d25aa5a
CY
224632009-06-29 Chong Yidong <cyd@stupidchicken.com>
22464
22465 * server.el (server-buffer-done): Prevent kill-buffer from
22466 prompting by clearing the buffer modification flag (Bug#3696).
22467
a3a8b002
DN
224682009-06-28 Michael McNamara <mac@mail.brushroad.com>
22469
bf0b361c 22470 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22471 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22472 (verilog-basic-complete-re): Support localparam lineup.
22473 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22474 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22475 commenting.
22476 (verilog-leap-to-case-head): Now support *nested* unique &
22477 priority case statements.
22478 (verilog-auto-lineup): Make just declarations the default (as it
22479 had been).
4b8b1ec5 22480 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22481 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22482 select the various styles of automatic lineup.
a3a8b002
DN
22483 (verilog-error-regexp-alist): Rework to support the XEmacs style
22484 of error regular expressions from compilers, lint tools &
22485 simulators. Note that GNU Emacs has made it impossible for a mode
22486 to load such things.
22487 (electric-verilog-terminate-line, verilog-indent-declaration)
22488 (verilog-auto-wiure): Rework for radio button selection of
22489 auto-lineup selection of specification of auto lineup.
22490 (verilog-beg-of-statement-1): Redesign to support proper operation
22491 in additional code, based on testing with auto-lineup.
22492 (verilog-calculate-indent, assignments & declarations)
22493 (verilog-backward-token): Enhance to support auto-lineup of
22494 assignments & declarations.
22495 (verilog-in-directive-p, verilog-at-struct-p): New function for
22496 easy test of whether we are.
22497 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22498 to support safe execution at almost anyline.
22499 (verilog-calc-1): Properly support indenting deep inside generate
22500 blocks.
48c2d18a 22501 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22502 as it is redundant with font-lock-defaults.
a8f316ca 22503 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22504 to avoid circular calls if syntax-ppss is a function (as is the
22505 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22506 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22507 (verilog-ovm-begin-re, verilog-ovm-end-re)
22508 (verilog-ovm-statement-re, verilog-leap-to-head)
22509 (verilog-backward-token): Add support for OVM macros. Some are
22510 complete statements, and others open and close scopes like begin
22511 and end.
22512 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22513 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22514 compilation issue.
48c2d18a 22515 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22516 coverpoint, constraint and cross statements.
a3a8b002
DN
22517 (verilog-defun-level-list, verilog-generate-defun-level-list)
22518 (verilog-all-defun-level-list): Redo these specifications - it is
22519 too hard to support eval-when compile aggregation of lists also
22520 built at when-compile time.
22521 (verilog-defun-level-list): Place defconsts of variables used in
22522 building regular expressions which are built in eval-when-compile
22523 bodies in the same eval-when-compile body to facilitate compile
22524 without load.
22525 (verilog-beg-block-re-ordered): Support indenting
22526 virtual/protected tasks and functions.
7b6fefac 22527 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22528 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22529 indentation of some module items (generate items).
22530 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22531 across virtual/protected tasks and functions.
22532
225332009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22534
bf0b361c 22535 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22536 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22537 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22538 in concatenations. Reported by Yishay Belkind.
22539 (verilog-auto-ascii-enum): Support one-hot state machines in
22540 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22541 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22542 modport in AUTOINST and add vl-modport for users.
22543 Reported by David Rogoff.
a3a8b002
DN
22544 (verilog-auto-inout-module, verilog-auto-inst)
22545 (verilog-decls-get-interfaces, verilog-insert-definition)
22546 (verilog-insert-one-definition, verilog-read-decls)
22547 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22548 (verilog-sig-modport, verilog-signals-combine-bus)
22549 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22550 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22551 Suggested by David Rogoff.
22552 (verilog-repair-open-comma): Fix non-insertion of comma when
22553 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22554 (verilog-make-width-expression): Simplify [A-1:0] expression
22555 widths to just {A{1'b0}}.
22556 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22557 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22558 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22559 inputs/outputs or data type. Suggested by Vasu Kandadi.
22560 (next-error-last-buffer): Fix byte-compiler warning.
22561 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22562 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22563 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22564 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22565 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22566 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22567 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22568 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22569 causing use of <= assignments. Reported by Alex Reed.
22570 (verilog-read-decls): Fix triand, trior, wand, wor to be
22571 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22572 (verilog-extended-complete-re): Support import "DPI-C" functions.
22573 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22574 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22575 (verilog-insert-date, verilog-insert-year)
22576 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22577 Windows systems. Reported by Michael Potts.
22578 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22579 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22580 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22581 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22582 (verilog-read-decls): Fix detecting "parameter int" when using
22583 AUTOINSTPARAM. Reported by Bruce T.
22584 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22585 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22586 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22587 verilog-goto-defun will work. Reported by Lawrence Butcher.
22588 (verilog-getopt): Expand environment variables in -f file
22589 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22590 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22591 when reading enumerations.
22592 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22593 Suggested by Stephen Peltan.
4b8b1ec5 22594 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22595 files. Reported by Steve Peltan.
22596
f7c0d931
CY
225972009-06-28 David De La Harpe Golden <david@harpegolden.net>
22598
22599 * files.el (trash-directory): Fix defcustom type.
22600
baf1a55e 226012009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22602
22603 * help-fns.el (describe-function-1): Correctly locate adviced
22604 functions in hyperlink (Bug#2438).
22605
d63a01ef
CY
226062009-06-28 Chong Yidong <cyd@stupidchicken.com>
22607
22608 * files.el (trash-directory): Change default to nil.
22609 (move-file-to-trash): If trash-directory is nil and
22610 system-move-file-to-trash is unbound, perform freedesktop-style
22611 trashing.
22612
226132009-06-28 David De La Harpe Golden <david@harpegolden.net>
22614
22615 * files.el (move-file-to-trash): Add freedesktop trash
22616 support (Bug#973).
22617
fc2f6a26
GM
226182009-06-28 Glenn Morris <rgm@gnu.org>
22619
22620 * autorevert.el (global-auto-revert-non-file-buffers)
22621 (global-auto-revert-mode): Doc fixes.
22622
00242b07
JB
226232009-06-27 Johan Bockgård <bojohan@gnu.org>
22624
22625 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22626
f5594f03
CY
226272009-06-27 Chong Yidong <cyd@stupidchicken.com>
22628
e8a2b2da
CY
22629 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22630 opened an X connection before calling x-get-resource (Bug#3194).
22631
f5594f03
CY
22632 * play/doctor.el: Remove reference to obsolete website.
22633 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22634
3c3bf6ce
DN
226352009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22636
22637 Remove find-file-not-found-hook VC method. (Bug#2757)
22638 * vc-hooks.el (vc-file-not-found-hook)
22639 (vc-default-find-file-not-found-hook): Remove functions.
22640 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22641 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22642 * vc.el:
22643 * vc-hg.el:
22644 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22645
e26a7bc0
AM
226462009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22647
22648 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22649 compatibility function for `looking-back'.
e26a7bc0 22650
4b8b1ec5 22651 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22652 Use `ispell-looking-back'.
e26a7bc0 22653
d9848600
MA
226542009-06-24 Michael Albinus <michael.albinus@gmx.de>
22655
22656 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22657 rather than `filename'.
d9848600 22658
05fbc4a9
MB
226592009-06-23 Miles Bader <miles@gnu.org>
22660
22661 * face-remap.el (text-scale-set): New function.
22662
f86ca715
GM
226632009-06-23 Glenn Morris <rgm@gnu.org>
22664
33e2c2e5
GM
22665 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22666
f529f302
GM
22667 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22668
34995333
GM
22669 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22670
cc80ccee
GM
22671 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22672
84cb770d
GM
22673 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22674 Simplify Persian conditionals.
22675
d916c965
GM
22676 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22677 variable `filename'.
22678
b6a44b27
GM
22679 * comint.el (comint-insert-input): Doc fix.
22680
f86ca715
GM
22681 * Makefile.in (ELCFILES): Fix typo in previous change.
22682
666e158e
MB
226832009-06-23 Miles Bader <miles@gnu.org>
22684
22685 * cus-start.el: Add entry for `recenter-redisplay'.
22686
be3e598a 226872009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22688
22689 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22690 Add an optional argument for the backend, use it instead of
22691 calling vc-backend.
4b8b1ec5
SM
22692 (vc-mode-line): Add an optional argument for the backend.
22693 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22694 special handling for vc-state being a buffer to ...
22695
22696 * vc-rcs.el (vc-rcs-find-file-hook):
22697 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22698
22699 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22700 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22701 vc-stay-local-p and vc-mode-line calls.
22702
22703 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22704 (vc-cvs-diff, vc-cvs-annotate-command)
22705 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22706 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22707 vc-mode-line calls.
22708
22709 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22710 direct comparison.
22711 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22712 backend when calling vc-mode-line.
22713 (vc-register): Do not create a closure for calling the vc register
22714 function, call it directly.
22715
2764748c
DN
227162009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22717
22718 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22719 to make it obvious item can be clicked.
f5a0b281
DN
22720
22721 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22722
d4a885b2
KH
227232009-06-23 Kenichi Handa <handa@m17n.org>
22724
22725 * language/korea-util.el (korean-key-bindings): Change the binding
22726 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22727 same command.
22728
e3610693
MA
227292009-06-22 Michael Albinus <michael.albinus@gmx.de>
22730
22731 Sync with Tramp 2.1.16.
22732
22733 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22734
22735 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22736 when a loading of a package fails. Completion function for rsync
22737 is `tramp-completion-function-alist-ssh'.
22738 (all): Replace all calls of `split-string' and
22739 `tramp-split-string' by `tramp-compat-split-string'.
22740 (tramp-default-method): Use `tramp-compat-process-running-p'.
22741 (tramp-default-proxies-alist): Allow also Lisp forms.
22742 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22743 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22744 (tramp-domain-regexp): Allow also "-", "_" and ".".
22745 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22746 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22747 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22748 (tramp-handle-directory-files-and-attributes-with-stat):
22749 Care about filenames with spaces, or starting with "-".
e3610693
MA
22750 (tramp-handle-dired-uncache): New defun.
22751 (tramp-handle-insert-directory): Don't flush the directory from
22752 cache, this is handled by `dired-uncache' now.
22753 (tramp-handle-insert-file-contents): Improve error handling.
22754 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22755 Quote `tramp-end-of-output'.
22756 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22757 (tramp-check-for-regexp): Both echoes must be present, before removing.
22758 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22759 (tramp-compute-multi-hops): Eval cons cells of
22760 `tramp-default-proxies-alist'.
22761 (tramp-maybe-open-connection): Use the same command pattern for
22762 first hop and further hops.
22763 (tramp-wait-for-output): Remove handling of newlines.
22764 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22765 (tramp-split-string): Remove function. It is handled in
22766 tramp-compat now.
22767
4b8b1ec5
SM
22768 * net/tramp-cmds.el (tramp-bug):
22769 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22770
22771 * net/tramp-compat.el (tramp-compat-split-string)
22772 (tramp-compat-process-running-p): New defuns.
22773
22774 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22775 for `dired-uncache'.
22776
22777 * net/tramp-gvfs.el: New package.
22778
4b8b1ec5
SM
22779 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22780 Add handler for `dired-uncache'.
e3610693
MA
22781 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22782
22783 * net/trampver.el: Update release number. Make version check fit
22784 for SXEmacs 22.
22785
13a3f374
JM
227862009-06-22 Jim Meyering <meyering@redhat.com>
22787
e0a28a3b 22788 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22789 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22790 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22791
5242671e 227922009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22793 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22794
e0a28a3b 22795 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22796 repository (http://sphinx.net.ru/hg/gdb-mi/).
22797
3fde45af
GM
227982009-06-22 Glenn Morris <rgm@gnu.org>
22799
46253b34
GM
22800 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22801 `mode' and `eval' entries. (Bug#3430)
22802
97e18192
GM
22803 * Makefile.in (ELCFILES): Add fadr.elc.
22804
731a00fb
GM
22805 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22806 differing behavior of \n and ^ in strings. (Bug#3385)
22807
c66cd0ff
GM
22808 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22809
3fde45af
GM
22810 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22811 property.
22812 (lisp-indent-function): Make it a defcustom.
22813
db2241a0
NR
228142009-06-21 Nick Roberts <nickrob@snap.net.nz>
22815
22816 * progmodes/gdb-ui.el: Replace with ...
5242671e 22817 * progmodes/gdb-mi.el: ... this file.
db2241a0 22818 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22819
228202009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22821
db2241a0
NR
22822 * fadr.el: New file.
22823
38d4f316 22824See ChangeLog.14 for earlier changes.
e3d51b27
MR
22825
22826;; Local Variables:
22827;; coding: utf-8
e3d51b27
MR
22828;; End:
22829
73b0cd50 22830 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22831
22832 This file is part of GNU Emacs.
22833
22834 GNU Emacs is free software: you can redistribute it and/or modify
22835 it under the terms of the GNU General Public License as published by
22836 the Free Software Foundation, either version 3 of the License, or
22837 (at your option) any later version.
22838
22839 GNU Emacs is distributed in the hope that it will be useful,
22840 but WITHOUT ANY WARRANTY; without even the implied warranty of
22841 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22842 GNU General Public License for more details.
22843
22844 You should have received a copy of the GNU General Public License
22845 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.