Fix package-strip-rcs-id to be more robust.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ffbf300e
CY
12011-03-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package-strip-rcs-id): Accept any version
4 string that does not signal an error in version-to-list.
5
f346fd6b
MA
62011-03-10 Michael Albinus <michael.albinus@gmx.de>
7
8 * simple.el (delete-trailing-whitespace): Return nil for the
9 benefit of `write-file-functions'.
10
ccb55d27
GM
112011-03-10 Glenn Morris <rgm@gnu.org>
12
5ceaac0c
GM
13 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
14
02da65ff
GM
15 * vc/vc-git.el (vc-git-program): New option.
16 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17 (vc-git--call): Use it.
18
b2f603cc
GM
19 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20
5772caab
GM
21 * cus-edit.el (Custom-newline): If no button at point, look
22 for a subgroup button at start-of-line. (Bug#2298)
23
ccb55d27
GM
24 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25
ec6ecaed
JD
262011-03-10 Julien Danjou <julien@danjou.info>
27
28 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
29 `cursor-type' is nil.
30
9d5aa01d
JB
312011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
32
33 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
34
b6a5875b
KM
352011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
36
37 * allout.el Summary: Change so yank of distinctive-bullet items
38 preserves the existing header prefix, rebulleting it if necessary,
39 rather than replacing it. This is necessary for proper operation
40 of cooperative addons like allout-widgets.
41 (allout-make-topic-prefix) (allout-rebullet-heading): Change
42 SOLICIT arg to INSTEAD, and interpret additionally a string value
43 as alternate bullet to be used, instead of prompting the user for
44 a bullet character.
45
ee545c35
MA
462011-03-09 Michael Albinus <michael.albinus@gmx.de>
47
48 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
49 not use `tramp-file-name-port', because this returns also
50 `tramp-default-port'.
51
c47971d7
DD
522011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
53
54 * net/rcirc.el (rcirc-handler-001): Remove useless
55 with-rcirc-process-buffer.
56 (rcirc-check-auth-status): Swap arguments to string-match.
57
13522cb4
GM
582011-03-09 Glenn Morris <rgm@gnu.org>
59
0be6f4f1
GM
60 * shell.el (shell-mode):
61 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
62
13522cb4
GM
63 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
64 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
65
515de2e3
CY
662011-03-08 Chong Yidong <cyd@stupidchicken.com>
67
68 * emacs-lisp/package.el (package-refresh-contents)
69 (package-menu-execute): Use condition-case-no-debug.
70
b511b994
MA
712011-03-08 Michael Albinus <michael.albinus@gmx.de>
72
73 * simple.el (shell-command-to-string): Use `process-file'.
74
75 * emacs-lisp/package.el (package-tar-file-info): Handle also
76 remote files.
77
78 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
79 `equal' for upload base check.
80
25bbfb31
AM
812011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
82
83 * textmodes/texinfo.el (texinfo-environments):
84 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
85
be996521
GM
862011-03-08 Glenn Morris <rgm@gnu.org>
87
e9c8529f
GM
88 * cus-start.el (cursor-in-non-selected-windows):
89 Fix :set quoting oddness. (Bug#8192)
90
be996521
GM
91 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
92 in some setf expressions. (Bug#2159)
93
2bb5649e
CY
942011-03-08 Chong Yidong <cyd@stupidchicken.com>
95
96 * custom.el (custom-available-themes): Return themes in
97 alphabetical order.
98
7600cf45
CY
992011-03-07 Chong Yidong <cyd@stupidchicken.com>
100
101 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
102 application of patch from Alan Mackenzie (Bug#7595).
103
fa7062f6
DD
1042011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
105
106 * net/rcirc.el (rcirc-connect): Fix PASS bug.
107
619f4b62
GM
1082011-03-07 Glenn Morris <rgm@gnu.org>
109
110 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 111 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 112
e63e9234
ER
1132011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
114
115 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
116 Add optional `after-sunset' argument. (Bug#8190)
117
16130297
AH
1182011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
119
120 * play/morse.el (nato-alphabet, nato-region, denato-region):
121 New variable and functions. (Bug#2288)
f72c1fd6 122 (morse-region, unmorse-region): Barf if read-only.
16130297 123
2b0787b3
SM
1242011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * progmodes/gud.el (gdb-script-syntax-propertize-function):
127 Don't change the syntax of a \n that closes a comment (bug#8169).
128
5c69cb2c
CY
1292011-03-06 Chong Yidong <cyd@stupidchicken.com>
130
131 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
132 defcustom.
133 (package--update-file): Doc fix. Accept relative file names.
134 (package--archive-contents-from-file): Remove the argument, since
135 it's necessarily always "archive-contents".
136 (package-maint-add-news-item): Pass relative file name args to
137 package--update-file.
138 (package-upload-buffer-internal): Prompt for a destination if
139 package-archive-upload-base is invalid. Create the directory if
140 it does not exist.
141 (package-upload-buffer, package-upload-file): Doc fix.
142
892777ba
CY
1432011-03-06 Chong Yidong <cyd@stupidchicken.com>
144
145 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
146 and move isearch-yank-line to M-s C-e (Bug#8183).
147
9d1f0f55
AM
1482011-03-06 Alan Mackenzie <acm@muc.de>
149
150 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
151 (c-guess-basic-syntax): Move CASE 19 to a different place,
152 correctly to process template-args-cont lines.
9d1f0f55 153
479a2c9b
JB
1542011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
155
2b0787b3
SM
156 * calc/calc-ext.el (calc-init-extensions):
157 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
158 and calc-nplevel, respectively. Add keybindings for calc-spn,
159 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
160 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
161
162 * calc/calc-units.el (calc-dblevel): Rename from
163 calc-logunits-dblevel.
164 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
165 (math-midi-round, math-freqp, math-midip, math-spnp)
166 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
167 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
168 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
169 (math-notes): New variable.
170
171 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 172
f561e49a
CY
1732011-03-06 Chong Yidong <cyd@stupidchicken.com>
174
175 * emacs-lisp/package.el (package-archives): Accept either ordinary
176 directory names, in addition to HTTP URLs.
177 (package--with-work-buffer): New macro. Handle normal directories.
178 (package-handle-response): Don't display the failing buffer.
179 (package-download-single, package-download-tar)
180 (package--download-one-archive): Use package--with-work-buffer.
181 (package-archive-base): Rename from package-archive-url.
182
79a0fb58
GM
1832011-03-06 Glenn Morris <rgm@gnu.org>
184
185 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
186 (xmodmap-generic-mode): Respect generic-extras-enable-list.
187
ffd0a502
DC
1882011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
189
190 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
191
01c35094
JB
1922011-03-06 Juanma Barranquero <lekktu@gmail.com>
193
194 * allout.el (allout-init, allout-prefixed-keybindings)
195 (allout-unprefixed-keybindings):
196 * progmodes/prolog.el (prolog-find-term):
197 Fix typos in docstrings.
198
509742cc
NS
1992011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
200
201 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
202
14369ab3
KR
2032011-03-06 Kevin Ryde <user42@zip.com.au>
204
205 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
206
aa248733
MS
2072011-03-06 Michael Shields <shields@msrl.com> (tiny change)
208
209 * window.el (one-window-p, walk-windows, display-buffer):
210 Doc fixes. (Bug#5567)
211
da0275f8
JB
2122011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
213
214 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
215 of the variable if it exists.
216
845fc5e5
JB
2172011-03-06 Juanma Barranquero <lekktu@gmail.com>
218
219 * bookmark.el:
220 * desktop.el:
221 * emacs-lock.el:
222 * ps-print.el:
223 * saveplace.el:
224 * net/tramp-cache.el:
01c35094 225 * obsolete/fast-lock.el:
845fc5e5
JB
226 * textmodes/reftex.el:
227 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
228
7e27ce9c
AL
2292011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
230
01c35094
JB
231 * files.el (delete-directory, copy-directory, list-directory):
232 Use read-directory-name.
7e27ce9c
AL
233
234 * find-file.el (ff-find-the-other-file):
235 * net/ange-ftp.el (ange-ftp-make-directory):
236 * printing.el (pr-interactive-dir):
237 * progmodes/ada-prj.el (ada-prj-load-directory):
238 * progmodes/ebnf2ps.el (ebnf-print-directory)
239 (ebnf-spool-directory, ebnf-eps-directory)
240 (ebnf-syntax-directory):
241 * shell.el (shell):
242 * speedbar.el (speedbar-create-directory):
243 * vc/emerge.el (emerge-merge-directories):
244 * vc/vc-dir.el (vc-dir):
245 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
246
d23ae2b0
CY
2472011-03-05 Chong Yidong <cyd@stupidchicken.com>
248
249 * help-mode.el (help-buffer): If we are to return the current
250 buffer, signal an error if it's not in Help mode (Bug#8147).
251
2de9cc1a
RT
2522011-03-05 Reuben Thomas <rrt@sc3d.org>
253
254 * files.el (file-name-version-regexp): Handle backup files of the
255 form `foo.js.~HEAD~1~' (Bug#8159).
256
81fb60b2
GM
2572011-03-05 Glenn Morris <rgm@gnu.org>
258
259 * eshell/esh-var.el: Don't require esh-test when compiling.
260 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
261 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 262 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 263
c5f09daf
DE
2642011-03-05 David Engster <deng@randomsample.de>
265
266 * files.el (save-some-buffers): Report the names of buffers saved
267 automatically due to buffer-save-without-query (Bug#8134).
268
77f63d30
DD
2692011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
270
271 * net/rcirc.el: Add QuakeNet authentication support.
272 (rcirc-authinfo, rcirc-check-auth-status)
273 (rcirc-authenticate): Support QuakeNet.
274
72d2c2e3
DD
2752011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
276
277 * net/rcirc.el: Add functionality to authenticate before
278 autojoining channels.
279 (rcirc-authenticate-before-join): New option.
280 (rcirc-authenticated-hook): New variable.
281 (rcirc-connect): Make local variable rcirc-user-authenticated.
282 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
283 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
284 New functions.
285 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
286 Call rcirc-check-auth-status.
72d2c2e3 287
d733e817
MA
2882011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
289
290 * net/soap-client.el (soap-namespace-put-link): Check if the target
291 name is fully qualified -- use only the name part.
292 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
293 types, treated the same as xsd:sequence. (Bug#8166)
294
3ae59fff
EZ
2952011-03-05 Eli Zaretskii <eliz@gnu.org>
296
297 * files.el (find-file-noselect): Don't ask about re-visiting
298 non-literally if the file is already visited in image-mode.
299 (Bug#8177)
300
a9eeff78
GM
3012011-03-05 Glenn Morris <rgm@gnu.org>
302
d783d303
GM
303 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
304 (eshell-mode): Use eshell-kill-buffer-function.
305 Run the -initialize functions independently of the -load-hooks.
306 * eshell/esh-proc.el (eshell-kill-process-function): New function.
307 (eshell-gather-process-output, eshell-sentinel)
308 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
309 Use eshell-kill-process-function.
310 * eshell/em-alias.el (eshell-alias-load-hook):
311 * eshell/em-banner.el (eshell-banner-load-hook):
312 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
313 * eshell/em-dirs.el (eshell-dirs-load-hook):
314 * eshell/em-glob.el (eshell-glob-load-hook):
315 * eshell/em-hist.el (eshell-hist-load-hook):
316 * eshell/em-pred.el (eshell-pred-load-hook):
317 * eshell/em-prompt.el (eshell-prompt-load-hook):
318 * eshell/em-rebind.el (eshell-rebind-load-hook):
319 * eshell/em-script.el (eshell-script-load-hook):
320 * eshell/em-smart.el (eshell-smart-load-hook):
321 * eshell/em-term.el (eshell-term-load-hook):
322 * eshell/em-unix.el (eshell-unix-load-hook):
323 * eshell/esh-arg.el (eshell-arg-load-hook):
324 * eshell/esh-cmd.el (eshell-cmd-load-hook):
325 * eshell/esh-ext.el (eshell-ext-load-hook):
326 * eshell/esh-io.el (eshell-io-load-hook):
327 * eshell/esh-mode.el (eshell-exit-hook):
328 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
329 * eshell/esh-var.el (eshell-var-load-hook):
330 Set default hook values to nil. (Bug#5375)
331
4a0f18a8
GM
332 * eshell/esh-module.el (eshell-module-unload-hook)
333 (eshell-modules-list): Remove leading * from defcustom docs.
334
a9eeff78
GM
335 * eshell/esh-util.el (eshell-for): Make it obsolete.
336 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
337 * eshell/em-dirs.el (eshell-save-some-last-dir):
338 * eshell/em-hist.el (eshell-save-some-history)
339 (eshell-hist-parse-modifier):
340 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
341 (eshell-ls-entries):
342 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
343 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
344 (eshell/which):
345 * eshell/esh-ext.el (eshell-find-interpreter):
346 * eshell/esh-mode.el (eshell-mode):
347 * eshell/esh-module.el (eshell-unload-extension-modules):
348 * eshell/esh-proc.el (eshell-process-interact):
349 * eshell/esh-test.el (eshell-test):
350 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
351 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
352 (eshell-variables-list):
353 * eshell/eshell.el (eshell-unload-all-modules):
354 Replace eshell-for with dolist.
355
85a55d38
GM
3562011-03-04 Glenn Morris <rgm@gnu.org>
357
358 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
359
38c179c9
TT
3602011-03-04 Tom Tromey <tromey@redhat.com>
361
362 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
363
732795fa
GM
3642011-03-04 Glenn Morris <rgm@gnu.org>
365
015bea8f
GM
366 * outline.el (outline-regexp): No longer allow nil.
367 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
368
9d982739
GM
369 * net/browse-url.el (browse-url):
370 Handle deleted default-directory. (Bug#6077)
371
732795fa
GM
372 * recentf.el (recentf-include-p): In case of a buggy predicate,
373 err on the side of including, not excluding. (Bug#5843)
374
d6ffd3f8
JB
3752011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
376
377 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
378 variables as units.
379
a918ed9b
BR
3802011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
381
382 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
383 if there is no node. (Bug#3261)
384
fc0e9092
LL
3852011-03-04 Leo <sdl.web@gmail.com>
386
0a5cb52b
LL
387 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
388
fc0e9092
LL
389 * time.el (display-time-world-list): Fix typo. (Bug#7571)
390
a65112fb 3912011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
392
393 * cus-edit.el (custom-buffer-create-internal):
394 Split search string before passing it to `customize-apropos' (bug#8136).
395
3191adaf
DA
3962011-03-04 Drew Adams <drew.adams@oracle.com>
397
398 * image-dired.el (image-dired-cmd-read-exif-data-options):
399 Fix typo in docstring (bug#8156).
400
fcd8ed1d
DD
4012011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
402
403 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
404
de69c0a8
CO
4052011-03-03 Christian Ohler <ohler@gnu.org>
406
407 * emacs-lisp/ert.el (ert--explain-equal): New function.
408 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
409 All callers changed.
410 (ert--explain-equal-including-properties): Renamed from
411 `ert--explain-not-equal-including-properties'. All callers
412 changed.
413
7c0d1441
CO
4142011-03-03 Christian Ohler <ohler@gnu.org>
415
416 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
417 (ert-char-for-test-result, ert-string-for-test-result)
418 (ert-run-tests-batch, ert--print-test-for-ewoc):
419 Handle `ert-test-quit'.
420
31128af6
DA
4212011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
422
423 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
424 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
425
06083aa1
GM
4262011-03-03 Glenn Morris <rgm@gnu.org>
427
428 * files.el (file-truename): Doc fix. (Bug#2341)
429
c7a74801
BR
4302011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
431
01c35094 432 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 433
614b85f8
VJ
4342011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
435
436 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
437 programs output backslashes. (Bug#7663)
438
f96dc50f
GM
4392011-03-03 Glenn Morris <rgm@gnu.org>
440
fb532fe8
GM
441 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
442 (mail-mode): Remove mail-sent-via from the doc.
443 (mail-sent-via): Make it obsolete. (Bug#1776)
444
a915d7a1
GM
445 * progmodes/grep.el (grep-highlight-matches): Doc fix.
446 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
447
f96dc50f
GM
448 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
449 with no parents. (Bug#8025)
450
71f8b7ed
G
4512011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
452
453 * password-cache.el (password-in-cache-p): Add autoload.
454
8889f4e2
GM
4552011-03-02 Glenn Morris <rgm@gnu.org>
456
3ab7ebb9
GM
457 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
458 * dired-x.el (Man-support-local-filenames): Autoload it.
459 (dired-guess-shell-alist-default): Also handle Red Hat's man.
460
2777ccbf
GM
461 * dired-x.el (dired-default-directory-alist, dired-default-directory):
462 Mark as obsolete.
463 (dired-smart-shell-command): Just call dired-current-directory.
464
5dedeef2
GM
465 * dired-x.el (dired-jump-other-window): Add autoload.
466 (dired-default-directory-alist, dired-default-directory): Doc fixes.
467 (dired-default-directory-alist): Mark as risky.
468
8889f4e2
GM
469 * dired-x.el (dired-omit-here-always): Make it obsolete.
470
d77aaf6f
CY
4712011-03-02 Chong Yidong <cyd@stupidchicken.com>
472
473 * textmodes/artist.el (artist-curr-go): Default to pen-line.
474 (artist-select-op-pen-line): New function.
475 (artist-menu-map): New variable.
476 (artist-mode-map): Add a menu to the menu-bar.
477
771fc75e
JB
4782011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
479
480 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
481 when evaluating.
482
483 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
484 New function.
485 (math-logunits-add, math-logunits-mul, math-logunits-divide):
486 (math-logunits-quant, math-logunits-level):
487 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
488 functions.
489 (math-logunits-level): Extract units from ratio.
490
f6132e5a
JB
4912011-03-01 Juanma Barranquero <lekktu@gmail.com>
492
493 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
494
7454f200
GM
4952011-03-01 Glenn Morris <rgm@gnu.org>
496
a65112fb
GM
497 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
498 (diary-hebrew-birthday): Rename and rework functions added
499 in previous change.
7454f200 500
cdcbd5a7
ER
5012011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
502
503 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
504 (diary-hebrew-birthday): New functions.
505
9903d828
GM
5062011-03-01 Glenn Morris <rgm@gnu.org>
507
508 * dired.el (dired-safe-switches-p): Beef it up.
509 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
510
75da6eb9
SM
5112011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * dired.el (dired-safe-switches-p): New function.
514
6640b281
GM
5152011-03-01 Glenn Morris <rgm@gnu.org>
516
517 * files.el (dir-locals-collect-variables):
518 Add the ability to exclude subdirectories. (Bug#8100)
519
520 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
521
cead857b
CS
5222011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
523
524 * ido.el (ido-everywhere): Doc fix.
525 (ido-mode): Doc fix.
526
0a906ec3
GM
5272011-02-28 Glenn Morris <rgm@gnu.org>
528
529 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
530
22b300de
MA
5312011-02-28 Michael Albinus <michael.albinus@gmx.de>
532
533 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
534 shadows.
535
abec5126 5362011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
537
538 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
539
ca3afb79
JB
5402011-02-28 Juanma Barranquero <lekktu@gmail.com>
541
542 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
543 Fix typos in docstrings.
544
edb57480
SB
5452011-02-28 Stephen Berman <stephen.berman@gmx.net>
546
547 * dired-aux.el (dired-update-file-line):
548 Fix 2010-11-09 change. (Bug#8131)
549
2b0c7330 5502011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
551
552 * international/mule-cmds.el (set-default-coding-systems): Use the
553 -unix variant of encoding in default-keyboard-coding-system.
554 (Bug#8122)
555
df7f0d0b
CY
5562011-02-27 Chong Yidong <cyd@stupidchicken.com>
557
558 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
559
3e478a7c 5602011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
561
562 * term/screen.el: New file (Bug#2650).
563
1f0816b6
SM
5642011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
567 (pcase-mutually-exclusive-predicates): New var.
568 (pcase--split-consp, pcase--split-pred): Use it.
569 (pcase--split-equal, pcase--split-member): When splitting against
570 a pure predicate, run it to know the outcome.
571 (pcase--u1): Mark vars that are actually used.
572 (pcase--q1): Avoid introducing unused vars.
573
b49df742
JB
5742011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
575
576 * calc/calc-ext.el (calc-init-extensions):
577 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
578
579 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
580 symbolic mode.
581
582 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
583 argument is a variable.
584
e573299d
SM
5852011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
588 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
589 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
590
61e9662e
TZ
5912011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * password-cache.el (password-in-cache-p): Convenience function to
594 check if a key is in the cache, even if the value is nil.
595
7fe42546
J
5962011-02-25 Jambunathan K <kjambunathan@gmail.com>
597
598 * emacs-lisp/package-x.el (package--archive-contents-from-url)
599 (package--archive-contents-from-file): New functions.
600 (package-update-news-on-upload): New var.
601 (package-upload-buffer-internal): Extract archive-contents from
602 package-archive-upload-base if it is not found at archive-url.
603 Obey package-update-news-on-upload.
604 (package-upload-buffer, package-upload-file): Doc fix.
605
2d8a57ef
GM
6062011-02-24 Glenn Morris <rgm@gnu.org>
607
6a88f031
GM
608 * files-x.el (modify-dir-local-variable): Handle dir-locals from
609 the cache, and from non-file sources.
610
303f9ae0
GM
611 * help-fns.el (describe-variable): Return consistent results when a
612 dir-local from a file came from the cache or did not. (Bug#8095)
613 If a dir-local has no associated file, say it came from a "directory".
614
07915ed9
GM
615 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
616 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
617
ebe401f6
GM
618 * files.el (dir-locals-find-file): Doc fix.
619 Fix the check for cache elements that have no associated file,
303f9ae0 620 and the mtime check for those that do. (Bug#8095)
ebe401f6 621
b36f2f1c
GM
622 * dired-x.el (dired-hack-local-variables):
623 Handle interrupts during hacking local variables. (Bug#5216)
624
2d8a57ef
GM
625 * emacs-lisp/autoload.el (autoload-save-buffers)
626 (autoload-find-destination, update-directory-autoloads):
627 Avoid prompts when updating autoloads.
628
53cfe624
SM
6292011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
632
c1449bff
KH
6332011-02-23 Kenichi Handa <handa@m17n.org>
634
635 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
636 error when a multipart boundary in the nested multipart is found.
637
251ebe0f
KH
638 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
639 header components.
640
5582c670
GM
6412011-02-23 Glenn Morris <rgm@gnu.org>
642
817b48a7
GM
643 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
644 * dired-x.el (dired-omit-mode): Safe if boolean.
645 (dired-enable-local-variables): Fix doc and custom type.
646 (dired-enable-local-variables, dired-local-variables-file)
647 (dired-hack-local-variables): Make obsolete.
648 (dired-omit-here-always): Use dir-locals.el instead.
649
5582c670
GM
650 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
651
5f9d345c
SM
6522011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * help-fns.el (describe-function-1): Don't signal an error just because
655 the DOC file disappeared.
656
01c35094 6572011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
658
659 * eshell/esh-ext.el (eshell-external-command): Do not restrict
660 remote check to "ftp". (Bug#8089)
661
e84efb70
AM
6622011-02-21 Alan Mackenzie <acm@muc.de>
663
664 Fix bug #7930.
665 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
666 in macros finding their way into c-state-nonlit-pos-cache.
667 Strengthen the comments.
668 (c-state-dump): New commented out diagnostic routine.
669
c6309045
MA
6702011-02-21 Michael Albinus <michael.albinus@gmx.de>
671
672 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
673 `field' property of `rfn-eshadow-overlay'.
674
06b840e0
LI
6752011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
676
677 * net/netrc.el (netrc-parse): Comment fix.
678
6d713256
CY
6792011-02-21 Chong Yidong <cyd@stupidchicken.com>
680
681 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
682 Autoload. Add optional arg FRAME, and pass it to color-values.
683 (color-complement): Caller changed. Doc fix.
684 (color-gradient): Rewrite for better clarity and efficiency.
685
686 * faces.el (color-values): Use cond for clarity. Doc fix.
687
5f9d345c 688 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 689 color.el instead.
5f9d345c
SM
690 (list-colors-sort-key, list-colors-print):
691 Use color-normalized-values.
6d713256
CY
692
6932011-02-20 Drew Adams <drew.adams@oracle.com>
694
695 * color.el: First part of merge from hexrgb.el.
696 (color-rgb-to-hex): Rename from color-rgb->hex.
697 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
698 saturation to zero if the value is too small.
699 (color-rgb-to-hsl): Rename from color-rgb->hsl.
700 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
701 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
702 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
703 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
704 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
705 (color-cie-de2000): Doc fix.
706
aa9c0efc
AM
7072011-02-20 Alan Mackenzie <acm@muc.de>
708
709 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
710 locating the beginning of a macro. (Bug#7595)
711
18cfb5a1
GM
7122011-02-20 Glenn Morris <rgm@gnu.org>
713
e17816e5
GM
714 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
715 Don't autoload it.
716
18cfb5a1
GM
717 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
718 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
719
01c35094
JB
7202011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
721 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
722
723 * progmodes/hideshow.el (hs-find-block-beginning)
724 (hs-hide-level-recursive): Ignore comments when parsing braces
725 (Bug#8036).
726
7272011-02-19 Chong Yidong <cyd@stupidchicken.com>
728
729 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
730 (vc-bzr-pull): Use it.
731
3ab713fd
CY
7322011-02-19 Chong Yidong <cyd@stupidchicken.com>
733
734 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
735 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
736 but returning an alist. Ignore comments in bzr conffile.
737 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
738 (vc-bzr-error-regex-alist): New var.
739 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
740
5f9d345c
SM
741 * vc/vc-dispatcher.el (vc-do-async-command):
742 Bind inhibit-read-only to t.
3ab713fd
CY
743
744 * progmodes/compile.el (compilation--flush-directory-cache):
745 Handle the case where cdr of compilation--flush-directory-cache
746 points to no buffer, which can occur if we previously switched to
747 compilation-mode in a pregenerated buffer.
748
16bc9688
KH
7492011-02-19 Kenichi Handa <handa@m17n.org>
750
751 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
752 get the header copy into the temporary buffer.
753 (rmail-mime-insert-decoded-text): Ignore us-ascii.
754 (rmail-show-mime): When rmail-mime-coding-system is nil, set
755 buffer-file-coding-system to undecided.
756
67ab0163 7572011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 758
a167e505
EZ
759 * international/mule-cmds.el (read-char-by-name, ucs-insert):
760 Document completion with asterisk and a substring.
761
67ab0163 7622011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
763
764 * files.el (find-file-literally): Doc fix.
765
41002397
GM
766 * simple.el (rfc822-goto-eoh): Give it a doc-string.
767
b8bd9908
GM
768 * log-edit.el (log-edit-insert-changelog):
769 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
770
4d737eb2
GM
7712011-02-19 Glenn Morris <rgm@gnu.org>
772
cad7445b
GM
773 * dired-x.el: Don't require dired-aux.
774 (dired-do-create-files, dired-mark-read-regexp)
775 (dired-do-create-files-regexp): Autoload from dired-aux.
776
bea584fa
GM
777 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
778 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
779
d6e96966
GM
780 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
781 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
782
42924231
GM
783 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
784 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
785 (dired-clean-up-buffers-too): Declare.
786
203784cc
GM
787 * dired-x.el (dired-initial-position): Merge into dired.el's version.
788 * dired.el (dired-initial-position): Merge dired-x's version here.
789 (dired-find-subdir): Declare.
790
30abce25
GM
791 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
792 * dired-aux.el (dired-add-entry): Give it a doc-string.
793 Merge dired-x's dired-omit handling here.
794 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
795
4d737eb2
GM
796 * international/mule-diag.el (list-input-methods-1):
797 Indent all lines of multi-line doc-strings. (Bug#8066)
798
abd20d91
CY
7992011-02-18 Chong Yidong <cyd@stupidchicken.com>
800
801 Fix 2011-02-02 changes.
802
803 * apropos.el (apropos-print): Call apropos-mode before setting up
804 buffer variables. Use inhibit-read-only.
805
5f9d345c
SM
806 * emacs-lisp/package.el (package--list-packages):
807 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
808
809 * play/solitaire.el (solitaire): Call solitaire-mode before
810 setting up buffer variables. Use inhibit-read-only.
811
e697fcfc
LM
8122011-02-18 Lawrence Mitchell <wence@gmx.li>
813
814 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
815 Bind case-fold-search to nil when looking for end of here-doc.
816
4114ed61
EZ
8172011-02-18 Eli Zaretskii <eliz@gnu.org>
818
e697fcfc
LM
819 * image-mode.el (image-toggle-display-image):
820 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
821 files. (Bug#8047)
822
aa56f361
SM
8232011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
824
825 * files.el (cd): Make completion obey cd-path (bug#7924).
826
d1be20a1
GM
8272011-02-18 Glenn Morris <rgm@gnu.org>
828
135dee55
GM
829 * progmodes/prolog.el: Don't require compile when compiling.
830 (compilation-shell-minor-mode, compilation-error-regexp-alist)
831 (compilation-forget-errors, compilation-fake-loc)
832 (compilation-parse-errors-function, compilation-error-list): Declare.
833 (prolog-inferior-mode): Require 'compile.
834
15e0d5a1
GM
835 * emulation/cua-base.el (pc-selection-mode): Declare.
836
002b46b7
GM
837 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
838 (customize-object): Add autoload cookie.
839 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
840 (eieio-browse, describe-class, eieio-describe-class)
841 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
842 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
843 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
844 * Makefile.in (autoloads): Make eieio.el writable.
845
d1be20a1
GM
846 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
847 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
848 (dired-hack-local-variables): Use inhibit-read-only.
849 (dired-guess-default): Simplify.
850 (dired-make-relative-symlink): Use dotimes.
851 (dired-simultaneous-find-file): Use dolist.
852 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
853 (dired-x-hands-off-my-keys): Doc fix.
854 (dired-x-bind-find-file): Doc fix. Use remapping.
855 (after-init-hook): No need to add dired-x-bind-find-file.
856 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
857 No need to call expand-file-name.
858 (dired-filename-at-point): Remove unused locals `end', `filename'.
859
f9d554dd
SM
8602011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
863
5da16a86
CO
8642011-02-18 Christian Ohler <ohler@gnu.org>
865
866 * emacs-lisp/ert.el (ert--setup-results-buffer)
867 (ert-results-pop-to-backtrace-for-test-at-point)
868 (ert-results-pop-to-messages-for-test-at-point)
869 (ert-results-pop-to-should-forms-for-test-at-point)
870 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
871 were incorrect and unnecessary. This should make `make check'
872 pass again.
873
3a00a363
KM
8742011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
875
01c35094 876 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
877 (allout-widgets-icons-dark-subdir): Track relocations of icons
878 * lisp/allout.el: Remove commentary about remove encryption
879 passphrase mnemonic support and verification.
01c35094
JB
880 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
881 armored text using gpg1, and indicate that the gpg version *might*
882 be the problem in the error message.
3a00a363 883
73057ba9
DD
8842011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
885
886 * net/rcirc.el (rcirc-float-time): New function.
887 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
888 (rcirc-ctcp-sender-PING): Use it.
889
8551cb32
GM
8902011-02-17 Glenn Morris <rgm@gnu.org>
891
53ef76c7
GM
892 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
893 (speedbar-update-flag, speedbar-fetch-etags-command)
894 (speedbar-fetch-etags-arguments):
895 * term.el (term-buffer-maximum-size, term-input-chunk-size)
896 (term-completion-autolist, term-completion-addsuffix)
897 (term-completion-recexact, term-completion-fignore):
898 * term/sup-mouse.el (sup-mouse-fast-select-window):
899 * term/x-win.el (x-select-request-type):
900 Convert some defvars with "*" to defcustoms.
901
64a14c74
GM
902 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
903
92e39d6f
GM
904 * vc/vc.el (vc-default-previous-version):
905 Remove alias that points nowhere. (Bug#4496)
906
fc14288b
GM
907 * dired-x.el (dired-clean-up-after-deletion):
908 kill-buffer does not need save-excursion.
909 (dired-do-run-mail): Doc fix.
910 (dired-filename-at-point): Doc fix.
911 Use looking-at, and skip-chars rather than re search.
912
8551cb32
GM
913 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
914
96497653
KM
9152011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
916
aac7a935
KM
917 * allout-widgets.el: New allout extension that shows allout
918 outline structure with graphical widgets. 'allout-widgets'
919 customize group is an 'allout' subgroup, for easy discovery.
920
96497653
KM
921 * allout.el: Include PGP and GnuPG in Keywords, and other
922 commentary refinements.
923 (allout-abbreviate-flattened-numbering): Rename to
924 allout-flattened-numbering-abbreviation, and
925 define-obsolete-variable-alias the old name.
926 (allout-flattened-numbering-abbreviation): Rename from
927 allout-abbreviate-flattened-numbering.
928 (allout-mode-p): Include among autoloads, for use by other modes
929 with impunity.
e697fcfc
LM
930 (allout-listify-exposed):
931 Use allout-flattened-numbering-abbreviation.
96497653
KM
932 (allout-encrypt-string): Use set-buffer-multibyte directly.
933 (allout-set-buffer-multibyte): Remove.
934
be4a1d71
DD
9352011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
936
937 * simple.el (just-one-space): Remove useless `or' call.
938
274c2d34
MA
9392011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
940
c6309045 941 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
942 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
943 (soap-decoded-multi-refs, soap-current-wsdl)
944 (soap-encoded-namespaces): Rename CL-style *...* variables.
945
88ae2870
MA
9462011-02-16 Michael Albinus <michael.albinus@gmx.de>
947
948 * net/soap-client.el: Add "comm" and "hypermedia" to the
949 keywords. Reflow too long lines.
950
951 * net/soap-inspect.el: Ditto. Require 'cl.
952
689743a2
BG
9532011-02-16 Bastien Guerry <bzg@altern.org>
954
955 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
956 in a `doctor-type' argument.
957
16d2ff89
MA
9582011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
959
960 * net/soap-client.el:
961 * net/soap-inspect.el: New files.
962
c6cefd36
LL
9632011-02-16 Leo <sdl.web@gmail.com>
964
965 * dired-x.el (dired-mode-map, dired-extra-startup):
966 Remove dired-copy-filename-as-kill since it's already in dired.el.
967
da5e0ce4
GM
9682011-02-16 Glenn Morris <rgm@gnu.org>
969
970 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
971 Doc fixes. Add :set property, replacing top-level calls.
972 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
973 (dired-guess-shell-gnutar): Test tar version rather than system-type.
974 (dired-extra-startup, dired-man, dired-info): Doc fixes.
975 (dired-clean-up-after-deletion): Use when and dolist.
976 (dired-jump): Use unless and when.
977 (dired-virtual): Use line-end-position.
978 (dired-default-directory-alist): Rename from default-directory-alist.
979 (dired-default-directory): Update for above name change.
980 (dired-vm): Drop VM < 5 and simplify.
981 (dired-buffer-more-recently-used-p): Rewrite.
982 (dired-filename-at-point): Use when and or.
983 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
984 Update callers.
985
c5ca3aa0
GM
9862011-02-15 Glenn Morris <rgm@gnu.org>
987
988 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
989
33f6cf7b
CY
9902011-02-14 Chong Yidong <cyd@stupidchicken.com>
991
992 * vc/vc-git.el (vc-git-root-log-format): New option for
993 customizing log format.
994 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
995 (vc-git-log-view-mode): Use it.
996 (vc-git-expanded-log-entry): New function.
997 (vc-git-log-view-mode): Use it. Truncate lines in root log.
998
999 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1000 customizing log format.
1001 (vc-hg-print-log): Use it.
1002 (vc-hg-expanded-log-entry): New function.
1003 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1004 vc-hg-expanded-log-entry. Truncate lines in root log.
1005
1006 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1007
e697fcfc
LM
1008 * vc/log-view.el (log-view-mode-menu):
1009 Add log-view-toggle-entry-display.
33f6cf7b 1010
461b69ae
GM
10112011-02-14 Glenn Morris <rgm@gnu.org>
1012
1013 * dired-x.el: Don't require man when compiling.
1014 (dired-omit-extensions, dired-local-variables-file)
1015 (dired-x-hands-off-my-keys): Make them defcustoms.
1016 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1017 (vm-visit-folder): Declare rather than defining.
1018 (dired-x-help-address, dired-x-variable-list): Remove.
1019 (dired-x-submit-report): Make it an obsolete alias.
1020
35f52ed6
JB
10212011-02-14 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1024
b2108a36
TZ
10252011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1026
67186ae2 1027 * net/imap.el: Bring it back.
b2108a36 1028
abfc152b
AM
10292011-02-13 Alan Mackenzie <acm@muc.de>
1030
1031 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1032 narrow-to-region call that cuts context off the end (Bug#7722).
1033
e697fcfc
LM
1034 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1035 Refactor nested if-forms with a simple cond.
abfc152b
AM
1036 (c-forward-<>-arglist): Revert 2011-01-31 change.
1037
d4eb88c7
CY
10382011-02-13 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * vc/log-view.el: New command log-view-toggle-entry-display for
1041 toggling log entries between concise and detailed forms.
1042 (log-view-toggle-entry-display): New command.
1043 (log-view-mode-map): Bind RET to it.
1044 (log-view-expanded-log-entry-function): New variable.
1045 (log-view-current-entry, log-view-inside-comment-p)
1046 (log-view-current-tag): New functions.
1047 (log-view-toggle-mark-entry): Use log-view-current-entry and
1048 log-view-end-of-defun instead of searching directly with
1049 log-view-message-re.
1050 (log-view-end-of-defun): Likewise. Add optional ARG for
1051 compatibility with end-of-defun.
1052 (log-view-end-of-defun): Ignore comments and VC buttons.
1053
1054 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1055 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1056
2609a08e
TZ
10572011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1058
114fe546
G
1059 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1060
2609a08e
TZ
1061 * net/imap-hash.el: Remove file.
1062
7a6ebb1a
MA
10632011-02-13 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1066
1067 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1068 call.
1069
1070 * net/tramp-imap.el: Remove file.
1071
75d4dcc9
CY
10722011-02-13 Chong Yidong <cyd@stupidchicken.com>
1073
1074 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1075 widget library for buttons, just use button.el.
1076
1077 * vc/log-view.el (log-view-mode-map): Don't inherit from
1078 widget-keymap.
1079
3c65e88d 10802011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1081
86361e1e
GM
1082 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1083 (nintersection, set-difference, nset-difference)
1084 (set-exclusive-or, nset-exclusive-or): Doc fix.
1085
dc4c6a7a
GM
1086 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1087
8a6f24e5
GM
1088 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1089 :italic props, so that frame-set-background-mode works. (Bug#7966)
1090
3caced0b
GM
1091 * simple.el (next-error): Doc fix.
1092
9de31df2
TV
10932011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1094
1095 * dired-aux.el (dired-create-files): Adapt destination name to
1096 match the new behavior of copy-directory.
1097
38a71655
CY
10982011-02-12 Chong Yidong <cyd@stupidchicken.com>
1099
1100 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1101 from rmail-dont-reply-to-names. Callers changed.
1102 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1103 (rmail-dont-reply-to): Make it an obsolete alias.
1104
1105 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1106 nil, and make obsolete (Bug#7888).
1107 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1108
1109 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1110
1111 * mail/rmailsort.el (rmail-sort-by-correspondent)
1112 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1113
1114 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1115
470d996d
TV
11162011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1117
1118 * files.el (copy-directory): New argument COPY-CONTENTS for
1119 copying directory contents into another existing directory.
1120
e2784c87
TH
11212011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1122
1123 * minibuffer.el (completion-table-case-fold): New function for
1124 creating a case-insensitive completion table.
1125
563790b6
TZ
11262011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * net/tramp.el (tramp-default-method): Also check if
1129 `auth-source-search' is bound.
1130 (tramp-read-passwd): Use `auth-source-search' instead of
1131 `auto-source-user-or-password'.
1132
1133 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1134 `auto-source-user-or-password.
1135 (tramp-imap-passphrase-callback-function): Use it.
1136
1137 * net/imap-hash.el: Autoload `auto-source-search' instead of
1138 `auto-source-user-or-password.
1139 (imap-hash-open-connection): Use it.
1140
1141 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1142 `auto-source-user-or-password.
1143 (smtpmail-try-auth-methods): Use it.
1144
c6affbde
PH
11452011-02-12 Phil Hagelberg <phil@hagelb.org>
1146
1147 * emacs-lisp/package.el: Allow packages to be reinstalled.
1148 (package--write-file-no-coding): Remove EXCL arg.
1149 (package-unpack-single): Don't use it.
1150
b5a53795
KP
11512011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1152
1153 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1154 in each sub directory.
1155 (vc-svn-registered): Use vc-svn-root.
1156 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1157 (vc-svn-repository-hostname): Use "svn info".
1158
25833f5e
DD
11592011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1160
1161 * simple.el (delete-trailing-whitespace): New optional buffer
1162 bound parameters.
1163
75d1d833
BG
11642011-02-11 Bastien Guerry <bzg@altern.org>
1165
1166 * files.el (basic-save-buffer): save unmodified buffers when
1167 the file pointed by buffer-file-name doesn't exist.
1168
e0e36cac
DD
11692011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1170
079721e9 1171 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1172
59350862
GM
11732011-02-11 Glenn Morris <rgm@gnu.org>
1174
1175 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1176
5708ce5e
JB
11772011-02-11 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1180
b016851c
SM
11812011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1182
59003be9
SM
1183 * server.el (server-process-filter): Use pcase.
1184
9517f8af
SM
1185 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1186 conflicting ways.
1187 (smie-indent--parent): Extend to "parent of arg".
1188 (smie-indent-inside-string): New function.
1189 (smie-indent-functions): Use it.
1190
cf77dd27
SM
1191 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1192 bzr locking race condition.
1193
49ffc078
SM
1194 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1195 still valid before using it.
1196
1a0a6cef
SM
1197 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1198 `message' -> `compilation-message' rename (bug#8004).
1199
b016851c
SM
1200 Move keymap initialization into declaration.
1201 * textmodes/enriched.el (enriched-mode-map):
1202 * textmodes/bib-mode.el (bib-mode-map):
1203 * term/lk201.el (lk201-function-map):
1204 * tar-mode.el (tar-mode-map):
1205 * replace.el (occur-mode-map):
1206 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1207 * progmodes/idlw-help.el (idlwave-help-mode-map):
1208 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1209 * play/solitaire.el (solitaire-mode-map):
1210 * play/snake.el (snake-mode-map, snake-null-map):
1211 * play/pong.el (pong-mode-map):
1212 * play/handwrite.el (menu-bar-handwrite-map):
1213 * play/gametree.el (gametree-mode-map):
a65112fb 1214 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1215 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1216 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1217 (newsticker--url-keymap):
1218 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1219 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1220 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1221 (menu-bar-edit-menu, menu-bar-custom-menu)
1222 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1223 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1224 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1225 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1226 (menu-bar-tools-menu, menu-bar-describe-menu)
1227 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1228 (menu-bar-help-menu):
1229 * mail/rmailsum.el (rmail-summary-mode-map):
1230 * kmacro.el (kmacro-step-edit-map):
1231 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1232 (ibuffer-mode-operate-map):
1233 * hi-lock.el (hi-lock-menu, hi-lock-map):
1234 * emulation/vip.el (vip-mode-map):
1235 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1236 * bookmark.el (bookmark-bmenu-mode-map):
1237 * help-mode.el (help-mode-map): Move initialization into declaration.
1238
1be1d1e9
DD
12392011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1240
1241 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1242 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1243 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1244 (rcirc-cmd-me, rcirc-authenticate): Use them.
1245
26d2a9bd
KM
12462011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1247
1248 * allout.el: Synopsis: Change allout user configuration so
1249 auto-activation is controlled solely by customization
1250 `allout-auto-activation'.
1251
01c35094 1252 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1253 implement new custom set procedure for allout-auto-activation.
1254 Also, explicitly invoke
1255 (allout-setup) after allout-auto-activation is custom-defined, to
1256 effect the settings in emacs sessions besides the few where
1257 allout-auto-activation customization is donea.
1258 (allout-auto-activation): Use allout-auto-activation-helper to
1259 :set. Revise the docstring.
1260 (allout-init): Reduce functionality to just customizing
1261 allout-auto-activation, and mark obsolete.
1262 (allout-mode): Respect string values for allout-auto-activation.
1263 Run allout-after-copy-or-kill-hook without any args.
01c35094 1264 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1265 (outlineify-sticky): Adjust docstring for new scheme.
1266 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1267 should concentrate on the kill ring.
1268
b8e0f0cd
G
12692011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1270
1271 * password-cache.el (password-cache-remove): Accept secrets that are
1272 not strings.
1273
ccded26c
SM
12742011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1277 of here-doc that immediately follows a comment.
1278
ee6a57ab
DD
12792011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1280
4d04fdc9
DD
1281 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1282
ee6a57ab
DD
1283 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1284 available.
1285 (rcirc-ctcp-sender-PING): New function.
1286
6ca94a0b
SM
12872011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1290 Remove the mark/nomark handling, and activate shift-select-mode instead.
1291
1292 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1293
226590f8
JB
12942011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1295
1296 * calc/calc-units.el (math-logunits-quant): Add support for
1297 non-logarithmic units.
1298
dd0b691e
KM
12992011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1300
4ec28e14
KM
1301 * allout.el (allout-after-copy-or-kill-hook): New hook for
1302 extension-specific processing of killed text.
1303 (allout-mode): Include new allout-after-copy-or-kill-hook among
1304 mentioned hooks.
01c35094 1305 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1306 after kill happens even if barf-if-buffer-read-only is raised.
1307 Include new allout-after-copy-or-kill-hook among that subsequent
1308 processing.
1309 (allout-deannotate-hidden): Actually remove the annotation text
1310 properties.
1311
dd0b691e
KM
1312 * allout.el (allout-listify-exposed): Copy text sans text properties.
1313
07e52e08
MA
13142011-02-07 Michael Albinus <michael.albinus@gmx.de>
1315
b016851c 1316 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1317
c5aff743
DD
13182011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1319
1320 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1321
03925868
JB
13222011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1323
b016851c 1324 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1325 `calc-default-field-reference-level'.
b016851c 1326 (calc-logunits-power-reference): Rename from
01c35094 1327 `calc-default-power-reference-level'.
03925868 1328
b016851c 1329 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1330 `math-logunits-level'
b016851c 1331 (math-logunits-plus): Rename from math-logcombine.
03925868 1332 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1333 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1334 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1335 New functions.
b016851c
SM
1336 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1337 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1338 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1339 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1340 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1341 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1342 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1343 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1344 New functions.
1345
b016851c 1346 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1347 (calc-ul-prefix-help): Remove.
1348 (calc-l-prefix-help): New function.
1349 (calc-full-help): Add reference to `calc-l-prefix-help'.
1350
1351 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1352
ec6ad6f2
JB
1353 * calc/README: Mention logarithmic units.
1354
f8b351c1
CY
13552011-02-06 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1358 non-ASCII characters (Bug#7925).
1359
a60287ff
GM
13602011-02-05 Glenn Morris <rgm@gnu.org>
1361
1362 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1363
9ad53e98
GM
1364 * calendar/diary-lib.el (diary-font-lock-keywords):
1365 Tweak diary-time-regexp match. (Bug#7891)
1366
9783df21
GM
1367 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1368 (f90-mode): Use it for mode's `find-tag-default-function' property.
1369
df275851
GM
1370 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1371
95838641
GM
1372 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1373
827b77e9
DD
13742011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1375
1376 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1377 (Bug#6386).
1378
7cb76591
SM
13792011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1380
ba70ab1c
SM
1381 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1382 font-lock-syntax-table remappings.
1383 (sh-here-doc-markers, sh-here-doc-re): Remove.
1384 (sh-font-lock-close-heredoc): Remove.
1385 (sh-syntax-propertize-here-doc): New function.
1386 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1387 instead of the sh-here-doc-re.
1388 (sh-font-lock-paren): Don't do anything in comments or strings.
1389 Handle line continuations. Accept a few more chars.
1390 Don't rely on the font-lock-syntax-table remappings.
1391 `esac' is not a valid pattern.
1392 (sh-syntax-propertize-function): Handle here-docs differently, so we
1393 don't bother syntax-propertizing the insides.
1394
7cb76591
SM
1395 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1396 Handle new bashisms ";&" and ";;&" (bug#7947).
1397
39b20f56
MA
13982011-02-05 Michael Albinus <michael.albinus@gmx.de>
1399
7cb76591
SM
1400 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1401 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1402
51aba3f3
MA
14032011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1404
1405 * net/tramp.el (tramp-postfix-method-format)
1406 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1407 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1408 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1409 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1410 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1411 Doc fix.
1412
7bc61bb7
SS
14132011-02-04 Sam Steingold <sds@gnu.org>
1414
1415 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1416
d93c111e
AS
14172011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1418
1419 * international/mule-util.el (with-coding-priority): Doc fix.
1420
6f52d86e
EZ
14212011-02-04 Eli Zaretskii <eliz@gnu.org>
1422
1423 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1424
c1b4afac
SS
14252011-02-03 Sam Steingold <sds@gnu.org>
1426
1427 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1428 Do not error out when `func' is nil.
1429
a857d3c7
MA
14302011-02-03 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1433 `tramp-default-remote-path' to the docstring.
1434 (tramp-get-remote-path): Suppress error message when `getconf
1435 PATH' fails.
1436
1437 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1438
8aa88760
GM
14392011-02-03 Glenn Morris <rgm@gnu.org>
1440
219ea611
GM
1441 * vc/vc-hg.el (vc-hg-command): Doc fix.
1442
8d7b5b5b
GM
1443 * term/w32-win.el (libpng-version): Declare for compiler.
1444
c03eac34
GM
1445 * msb.el: No need to load dired while compiling.
1446
7f07c1fe
GM
1447 * emacs-lisp/elint.el (elint-standard-variables):
1448 Remove a couple of built-ins that now have doc-strings.
1449
befe199d
GM
1450 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1451 `require' is automatically `eval-and-compile'd.
1452
2d7d6439
GM
1453 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1454 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1455
8aa88760
GM
1456 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1457 Move definition before use.
1458 (strokes-report-bug): Make it obsolete.
1459
e90f8545
SS
14602011-02-02 Sam Steingold <sds@gnu.org>
1461
1462 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1463 from `special-mode', entering it makes the buffer read-only, so
1464 call it only when everything has been already inserted.
1465 * emacs-lisp/ert.el (ert--setup-results-buffer)
1466 (ert-results-pop-to-backtrace-for-test-at-point)
1467 (ert-results-pop-to-messages-for-test-at-point)
1468 (ert-results-pop-to-timings): Ditto.
1469 * emacs-lisp/package.el (package--list-packages): Ditto.
1470 * play/solitaire.el (solitaire): Ditto.
1471
90db975f
CY
14722011-02-02 Chong Yidong <cyd@stupidchicken.com>
1473
1474 * progmodes/compile.el: Make all faces inherit.
1475 (compilation-warning): Inherit from font-lock-variable-name-face.
1476 (compilation-info): Inherit from font-lock-type-face.
1477 (compilation-line-number): Reassign to font-lock-keyword-face.
1478 (compilation-column-number): Reassign to font-lock-doc-face.
1479 (compilation-leave-directory-face): Reassign to
1480 font-lock-builtin-face.
1481
bc35ff32
EZ
14822011-02-02 Eli Zaretskii <eliz@gnu.org>
1483
1484 * dired.el (dired-insert-directory): Don't invoke `ls' when
1485 ls-lisp.el is used to emulate it.
1486
39cde66c
JD
14872011-02-01 Julien Danjou <julien@danjou.info>
1488
1489 * color.el (color-gradient): Add a color-gradient function.
1490
abef340a
SS
14912011-02-01 Sam Steingold <sds@gnu.org>
1492
1493 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1494 bind "z" to `kill-this-buffer'.
1495 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1496 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1497 (apropos-mode): Inherit from `special-mode'.
1498 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1499 * bookmark.el (bookmark-bmenu-mode): Define using
1500 `define-derived-mode' inheriting from `special-mode'.
1501 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1502 * image-mode.el (image-mode-map): Ditto.
1503 * replace.el (occur-mode): Define using
1504 `define-derived-mode' inheriting from `special-mode'.
1505 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1506 * calendar/diary-lib.el (diary-fancy-display-mode):
1507 Inherit from `special-mode-map'.
1508 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1509 Inherit from `special-mode'.
1510 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1511 `special-mode-map'.
1512 (package-menu-mode): Define using `define-derived-mode'
1513 inheriting from `special-mode'.
1514 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1515 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1516 (xesam-mode-map): Define separately.
1517 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1518 * progmodes/compile.el (compilation-minor-mode-map)
1519 (compilation-mode-map): Inherit from `special-mode-map'.
1520 * vc/diff-mode.el (diff-mode-shared-map):
1521 Inherit from `special-mode-map'.
1522 * vc/log-view.el (log-view-mode-map): Add a comment.
1523
928f4e73
CY
15242011-02-01 Chong Yidong <cyd@stupidchicken.com>
1525
1526 * custom.el (load-theme): Define return value. Drop use of
1527 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1528 (custom-theme-load-confirm): Scroll in the correct window.
1529 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1530
1531 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1532 checkbox if load-theme fails.
1533
7d116647
SM
15342011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * progmodes/compile.el (compilation-next-error): Check there's
1537 a message before using it (bug#7941).
1538
4fdfcddf
JB
15392011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1540
1541 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1542 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1543 of potential pivots.
1544
3b95603f
AM
15452011-01-31 Alan Mackenzie <acm@muc.de>
1546
7d116647
SM
1547 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1548 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1549 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1550 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1551
6fa1f651
CY
15522011-01-31 Chong Yidong <cyd@stupidchicken.com>
1553
1554 * files.el (copy-directory): Fix arguments to recursive call.
1555
14beddf4 15562011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1557
1558 * files.el (copy-directory): If destination is an existing
1559 directory, copy into a subdirectory there.
1560
14beddf4 15612011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1562
1563 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1564 files.
1565
14beddf4 15662011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1567
6fc0aac3
CY
1568 * image-dired.el (image-dired-mouse-display-image): No-op if no
1569 file is found (Bug#7817).
1570
d1f14baa
CY
1571 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1572
14beddf4 15732011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1574
7d116647
SM
1575 * international/quail.el (quail-keyboard-layout-alist):
1576 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1577
14beddf4 15782011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1579
1580 * msb.el (msb-menu-bar-update-buffers): Update for changed
1581 argument handling of menu-bar-select-frame. (Bug#7902)
1582
14beddf4 15832011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1584
1585 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1586 to the recursion depth (Bug#7722).
1587
14beddf4 15882011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1589
1590 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1591 command-line-default-directory (Bug#7872).
1592
9e11271c
SM
15932011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * progmodes/compile.el (compilation--flush-directory-cache):
1596 New function, extracted from compilation--remove-properties.
1597 (compilation--remove-properties, compilation--parse-region): Use it.
1598 (compilation--previous-directory): Handle one more case.
1599 (compilation-enable-debug-messages): Remove.
1600 (compilation-parse-errors, compilation--flush-parse): Just remove the
1601 left over debug messages.
1602
038714ab
SS
16032011-01-31 Sam Steingold <sds@gnu.org>
1604
1605 * progmodes/compile.el (compilation-enable-debug-messages):
1606 Add a variable to make the parsing messages introduced in
1607 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1608 (compilation-parse-errors, compilation--flush-parse): Use it.
1609
2a4466ca
DD
16102011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1611
35f52ed6 1612 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1613 (rcirc-nick-completion-format): New defcustom.
1614 (rcirc-complete): Use it.
1615
186ecaf1
DD
16162011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1617
1618 * net/rcirc.el: Clean log filenames (Bug#7933).
1619 (rcirc-log-write): Use convert-standard-filename.
1620 (rcirc-log-filename-function): Documentation updates.
1621
253f7d1b
JD
16222011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1623
9e11271c
SM
1624 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1625 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1626 (report-emacs-bug-can-use-osx-open): New function.
1627 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1628 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1629
a2b6e5d6
CY
16302011-01-29 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1633 updating Dired or VC-dir buffers after async command completes.
1634
1635 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1636 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1637
1638 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1639 completions if it exists. Use vc-set-async-update.
1640 (vc-git-pull): Use vc-set-async-update.
1641
1642 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1643 read-shell-command. Use vc-set-async-update.
1644 (vc-hg-merge-branch): Use vc-set-async-update.
1645
8907f7b9
DU
16462011-01-29 Daiki Ueno <ueno@unixuser.org>
1647
9e11271c
SM
1648 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1649 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1650 (Bug#7931).
1651
e52f87a1
SM
16522011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * progmodes/compile.el: Avoid an N² behavior in grep.
1655 (compilation--previous-directory): New fun.
1656 (compilation--previous-directory-cache): New var.
1657 (compilation--remove-properties): Flush it.
1658 (compilation-directory-properties, compilation-error-properties):
1659 Use the new fun to speed up looking for the current directory.
1660
659114fd
CY
16612011-01-29 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * vc/vc-hg.el (vc-hg-history): New var.
1664 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1665 (vc-hg-merge-branch): New function.
1666
1667 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1668 the other way around.
1669
1670 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1671 (vc-git-merge-branch): New functions.
1672 (vc-git-history): New var.
1673
9bfe5783
CY
16742011-01-28 Chong Yidong <cyd@stupidchicken.com>
1675
1676 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1677
1678 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1679 vc-do-async-command.
1680
e52f87a1
SM
1681 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1682 Callers changed.
9bfe5783 1683
b1ea593c
LL
16842011-01-28 Leo <sdl.web@gmail.com>
1685
1686 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1687 highlighting to the "this function is advised" message.
b1ea593c
LL
1688
1689 * help-mode.el (help-mode-finish): Apply highlighting here, to
1690 avoid clobbering by substitute-command-keys (Bug#6304).
1691
40e22d80
CY
16922011-01-28 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * woman.el (woman0-roff-buffer): Process roff escape sequences
1695 occurring prior to the first request (Bug#7843).
1696
01c63f4c
SM
16972011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1698
55fb9013
SM
1699 * progmodes/compile.el: Don't use font-lock any more.
1700 (compilation-error-regexp-alist-alist): Change handling of makepp
1701 so it preserves the warning/error distinction on subsequent files.
1702 Simplify various rules.
1703 (compilation-directory-properties): Use font-lock-face.
1704 Add a compilation-message property.
1705 (compilation-internal-error-properties): Use font-lock-face.
1706 Don't set the compilation-debug property here.
1707 (compilation--put-prop, compilation--remove-properties)
1708 (compilation--parse-region, compilation--ensure-parse)
1709 (compilation--ensure-parse): New functions.
1710 (compilation-parse-errors): New function, largely inspired of
1711 compilation-mode-font-lock-keywords. Set compilation-debug here.
1712 (compilation--parsed): New var.
1713 (compilation--flush-parse): Use compilation--ensure-parse.
1714 (compilation-start): Don't call font-lock.
1715 (compilation-turn-on-font-lock): Remove.
1716 (compilation-setup): Don't set font-lock-extra-managed-props not change
1717 other font-lock settings, other than keywords.
1718 Don't activate font-lock-mode.
1719 Set change-major-mode-hook and before-change-functions.
1720 (compilation--unsetup): Remove properties and hooks.
1721 (compilation-next-single-property-change): New function.
1722 (compilation-next-error): Use it to parse when needed.
1723 (compile-goto-error): Parse buffer as needed.
1724 (compilation--compat-error-properties): Don't need a dummy `face'
1725 property any more.
1726
8fe52384
SM
17272011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1730 (compilation-process-setup-function): Fix docstring's false promises.
1731 (compilation-error-regexp-alist-alist): Catch omake's continuous
1732 recompilation message and avoid reuse of old markers.
1733 (compilation-parse-errors-function): Declare obsolete.
1734 (compilation-buffer-modtime): Remove.
1735 (compilation--make-cdrloc, compilation--loc->col)
1736 (compilation--loc->line, compilation--loc->file-struct)
1737 (compilation--loc->marker, compilation--loc->visited)
1738 (compilation--make-file-struct, compilation--file-struct->file-spec)
1739 (compilation--file-struct->formats)
1740 (compilation--file-struct->loc-tree): New macros. Use them.
1741 (compilation--message): New defstruct. Use them.
1742 (compilation-next-error-function): Don't mess with timestamps to try
1743 and guess when to reparse.
1744
01c63f4c
SM
17452011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1746
5e853d01
SM
1747 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1748 (tex-old-error-file-name): New function,
1749 extracted from tex-compilation-parse-errors.
1750 (tex-compilation-parse-errors): Remove.
1751 (tex-error-regexp-alist): New var.
1752 (tex-shell): Use it to avoid compilation-parse-errors-function.
1753
07b741a7
SM
1754 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1755 (grep-mode-font-lock-keywords): Remove regexp that seems like
1756 a left-over from before we used compile.el.
1757 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1758 modifying the buffer within with-silent-modifications.
1759
1760 * progmodes/compile.el: Cleanup text-properties namespace by using
1761 `compilation-message' instead of `message', `compilation-directory'
1762 instead of `directory', and `compilation-debug' instead of `debug'.
1763 (compilation-last-buffer, compilation-parsing-end)
1764 (compilation-error-list, compilation-old-error-list): Move to the
1765 compatibility part of the code.
1766 (compilation-error-properties): If `file' is a function, let it return
1767 a file name.
1768 (compilation-mode-font-lock-keywords): Be more conservative with the
1769 omake "^ *" pattern prefix, to try and minimize the risk of
1770 pathologically slow regexp matching.
1771 (compilation-start): Use inhibit-read-only.
1772 (compilation--unsetup): New function.
1773 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1774 (compilation-filter): Minor tweaks.
8fe52384 1775 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1776 (compilation--flush-file-structure): New fun.
8fe52384 1777 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1778 (debug-ignored-errors): Add "Moved past last ...".
1779 (compilation--compat-error-properties)
1780 (compilation--compat-parse-errors): Rename by doubling the "-".
1781
01c63f4c
SM
1782 Port features from the previous prolog.el to the new one.
1783 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1784 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1785 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1786 variable and use a function to compute the value dynamically.
1787 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1788 (prolog-continued-prompt-regexp): Remove, unused.
1789 (prolog-find-value-by-system): Try and use the value of prolog-system
1790 in the *prolog* buffer if it helps.
1791 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1792 (prolog-zip-on): ..and check prolog-system and version here instead.
1793 (prolog-inferior-self-insert-command): New command.
1794 (prolog-inferior-mode-map): Use it.
1795 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1796 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1797 (prolog-input-filter): Use derived-mode-p.
1798 (prolog-inferior-guess-flavor): New function.
1799 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1800 make-comint to avoid running comint-mode twice.
1801 (prolog-inferior-buffer): New fun.
1802 (prolog-old-process-region, prolog-old-process-file):
1803 Don't call prolog-bsts here...
1804 (prolog-build-prolog-command): ...do it here instead.
1805 (prolog-old-process-region, prolog-old-process-file):
1806 Use compilation-fake-loc and compilation-forget-errors.
1807 (prolog-consult-compile-region): Use bolp.
1808
2f224f0b
CY
18092011-01-28 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1812
db0e305d
SS
18132011-01-27 Sam Steingold <sds@gnu.org>
1814
9e11271c
SM
1815 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1816 Remove "*server*" which is never created by emacs server.
db0e305d 1817
27bbeb29
DD
18182011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1819
1820 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1821 there are some diff switches.
1822
153c5428
SM
18232011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1824
89fdaac7
SM
1825 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1826 Copy change made to ruby-font-lock-syntactic-keywords.
1827
153c5428
SM
1828 * htmlfontify.el: Make it obey the font-lock-face text property.
1829 Miscellaneous cleanup such as:
1830 - Don't hide expressions after a closing paren.
1831 - Move initial setq into let.
1832 - Hoist common parts out of ifs.
1833 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1834 (hfy-face-at): Use get-text-property instead.
1835 (hfy-prop-invisible-p): Use invisible-p if available.
1836 (htmlfontify-manual): Use \\[...].
1837 (hfy-html-quote-regex): Use [...].
1838 (hfy-combined-face-spec): Simplify.
1839 (hfy-compile-face-map): Don't presume point-min==1.
1840 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1841 match end of string.
1842 (hfy-text-p): η-reduce.
1843 (hfy-tags-for-file): Receive cache-hash directly.
1844 (hfy-mark-tag-names): Adjust call.
1845
ed7646d4
GM
18462011-01-27 Glenn Morris <rgm@gnu.org>
1847
1848 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1849 (msb-after-load-hook): Remove eval-after-load wackiness.
1850
ed68f651
SS
18512011-01-25 Sam Steingold <sds@gnu.org>
1852
1853 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1854 literal "diff" (important for windows-nt).
1855
0fe719e6
GM
18562011-01-25 Glenn Morris <rgm@gnu.org>
1857
1858 * emacs-lisp/copyright.el (copyright-at-end-flag)
1859 (copyright-names-regexp): Add safety properties.
1860 (copyright-year-ranges): New option.
1861 (copyright-find-end): New function, split from copyright-update-year.
1862 (copyright-update-year): Use copyright-find-end.
1863 (copyright-fix-years): Optionally, convert years to ranges.
1864 Handle years continued over comment lines.
1865 Do not mess with the fill-prefix.
1866 Do not call copyright-update.
1867 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1868 Skip directories. Find files with only safe local vars.
0fe719e6 1869
06d8ace5 18702011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1871
1872 * files.el (file-name-non-special): Only change buffer-file-name after
1873 insert-file-contents if it's `visit'ing the file (bug#7854).
1874
06d8ace5 18752011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1876
1877 * dired.el (dired-revert): Doc fix (Bug#7758).
1878
06d8ace5
GM
1879 * simple.el (line-move-visual): Doc fix (Bug#7594).
1880
18812011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1882
1883 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1884 here-doc which ends with an underscore.
1885 (ruby-mode-set-encoding): Skip shebang line always.
1886 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1887 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1888 (ruby-forward-sexp): Stop after literal hash key labels.
1889 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1890 bracket.
1891
06d8ace5 18922011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1893
1894 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1895 the correct buffer (Bug#7650).
1896
06d8ace5
GM
18972011-01-25 Glenn Morris <rgm@gnu.org>
1898
1899 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1900
ce558208
GM
1901 * simple.el (do-auto-fill): Give it a doc string.
1902
4d265b4d
GM
1903 * button.el (make-text-button): Doc fix. (See bug#7881)
1904
21bb5ce0
SM
19052011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1906
ab0a61d0
SM
1907 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1908 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1909
21bb5ce0
SM
1910 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1911 Handle ?" and friends differently (e.g. don't use backrefs).
1912
603823f5
JB
19132011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1914
1915 * calc/calc.el (calc-default-power-reference-level)
1916 (calc-default-field-reference-level): New variables.
35f52ed6 1917 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1918 (math-logunits): New variable.
1919 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1920 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1921 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1922 New functions.
603823f5
JB
1923 (math-find-base-units-rec): Add entry for ln(10).
1924 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1925 (calc-ul-prefix-help): New function.
1926 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1927 functions. Add keybindings for new units functions.
603823f5 1928
11ea68ce 19292011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1930
1931 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1932 rcirc buffers. (Bug#4940)
10617634 1933
0412a5a4
GM
19342011-01-22 Glenn Morris <rgm@gnu.org>
1935
1936 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1937 split out from copyright-update-year.
1938 (copyright-update): Don't mess with the GPL version if we don't own the
1939 copyright. Update license regexp, and remove no longer needed
1940 Esperanto stuff.
d226ec23 1941 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1942
e7c1dca8
CY
19432011-01-22 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1946
4d0143e6
JA
19472011-01-22 Jari Aalto <jari.aalto@cante.net>
1948
1949 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1950 (lm): Rename to landmark.
1951 (lm-test-run): Rename to landmark-test-run.
1952
e3545d0d
CY
19532011-01-22 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1956 "Case sensitive" menu item.
1957
7c82f3e2 19582011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1959
1960 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1961 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1962
7c82f3e2 19632011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1964
1965 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1966
7c82f3e2 19672011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1968
6e1dbaa9
RM
1969 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1970 Assume foo(bar) is a manpage reference rather than some unquoted
1971 symbol (bug#7705).
26a27884 1972
7c82f3e2 19732011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1974
1975 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1976 Suggested by Flo <sensorflo@gmail.com>.
1977
7c82f3e2 19782011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1979
1980 * progmodes/compile.el (compilation-error-regexp-alist):
1981 Fix custom type. (Bug#7812)
1982
4936e3ba
KM
19832011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1984
1985 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1986 allout-number-siblings, in keeping with what obtained due to
1987 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1988 (prefixed) ?i.
1989 (allout-before-change-handler): Better expose spots affected by
1990 undo.
1991
cde7e38b
CY
19922011-01-22 Chong Yidong <cyd@stupidchicken.com>
1993
1994 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1995
6b072b27
PH
19962011-01-22 Phil Hagelberg <phil@evri.com>
1997
1998 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1999 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2000 (pcmpl-ssh-config-hosts): New function.
2001 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2002 pcmpl-ssh-known-hosts.
2003
26d82c3a
JB
20042011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2005
c310ff4f
JB
2006 * calc/calc-undo.el (calc-undo): Autoload it.
2007 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2008 and autoload for `calc-undo'.
2009 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2010 * calc/calc-prog.el:
2011 * calc/calc-graph.el:
2012 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2013
a10c4149
ŠN
20142011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2015
2016 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2017 keybindings to `calc-undo'.
2018
8dabbfd6
SM
20192011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 Don't mess with *temp*.
2022 * obsolete/spell.el: Move from textmodes/spell.el.
2023 (spell-string):
2024 * term.el (term-read-input-ring):
2025 * startup.el (display-startup-echo-area-message):
2026 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2027 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2028 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2029 point-min==1.
2030
d3e51865
KM
20312011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2032
35f52ed6 2033 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2034 reapplying defalias.
2035
2036 (allout-hotspot-key-handler): Check for non-control-modified
2037 bindings for hotspot characters if there are no control-modified
2038 versions.
2039
d3e51865
KM
2040 * allout.el: Summary - migrate to defining allout mode using
2041 define-minor-mode instead of defun. Significantly clean-up
2042 internal keymap provisions, refactoring and, in the process,
2043 removing a lot of accumulated cruft.
2044
2045 allout-mode-map is now a keymap by virtue of being a defalias to
2046 allout-mode-map-value, which contains the actual keymap structure.
2047
8dabbfd6
SM
2048 (allout-mode): Use define-minor-mode rather than defun.
2049 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2050 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2051 entry will be '(allout-mode . allout-mode-map) - see
2052 allout-mode-map-value, below. Adjust docstring to track changes.
2053 (allout-minor-mode): Remove this defalias, now that we're using
2054 define-minor-mode.
2055 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2056 keymap is allout-mode-map-value, via defalias.
2057 (allout-mode-map-value): The variable holding the actual mode
2058 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2059 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2060 allout-bind-keys, and including the binding-composition
2061 functionality of the former produce-allout-mode-map and
2062 allout-setup-mode-map.
2063 (allout-institute-keymap): Take over the "setup" part of the former
2064 allout-setup-mode-map. Reassign allout-mode-map-value value and
2065 update the defalias.
01c35094 2066 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2067 (allout-unprefixed-keybindings):
2068 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2069 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2070 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2071 user can customize if they want to use that binding.
2072 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2073 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2074 elided that, previously, instead of the one for \C-h.)
2075 (allout-hotspot-key-handler): Remove attempt to resolve the key
2076 through the literal key-string lookup on allout-keybindings-list.
2077 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2078 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2079 (allout-pre-command-business): Use allout-mode-map-value instead
2080 of allout-mode-map.
2081 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2082 the bindings if they want to use a keybinding having a trailing
2cf429d0 2083 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2084 (allout-keybindings-list): Remove. It's not been useful for a
2085 while. (See allout-hotspot-key-handler changes, above.)
2086 (produce-allout-mode-map): Remove. Consolidate into
2087 allout-compose-and-institute-keymap.
2088 (allout-mode-map-adjustments): Remove. No longer necessary with
2089 removal of allout-preempt-trailing-ctrl-h.
2090 (allout-setup-mode-map): Remove. Consolidate into
2091 allout-compose-and-institute-keymap and allout-institute-keymap.
2092
c11136ec
GM
20932011-01-20 Glenn Morris <rgm@gnu.org>
2094
dbfb414e
GM
2095 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2096
c11136ec
GM
2097 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2098
9aea757b
CY
20992011-01-20 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2102
2103 * files.el (find-alternate-file, basic-save-buffer)
2104 (basic-save-buffer-2, revert-buffer, recover-file)
2105 (kill-buffer-ask, abort-if-file-too-large)
2106 (set-visited-file-name, write-file, backup-buffer)
2107 (basic-save-buffer, save-some-buffers):
2108 * dired-aux.el (dired-compress-file): Callers changed.
2109
5dd4f3f7
GM
21102011-01-19 Glenn Morris <rgm@gnu.org>
2111
2112 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2113 Also check the property status. (Bug#7861)
2114
56761182
MA
21152011-01-18 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * net/tramp.el (tramp-debug-message): Extend function exclude
2118 list. Use `regexp-opt'.
2119
a9faac5c 21202011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2121
9cc3a0c7
SM
2122 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2123 highlighting doesn't spill over subsequent lines.
2124
1a1fcbe1
SM
2125 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2126 keymap expression. Improve docstring.
2127
74a10be5
SM
2128 * electric.el (electric-indent-post-self-insert-function):
2129 Don't auto-indent for indent-to-left-margin, it's too often
2130 counter-productive.
2131
721be9cd
TH
21322011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2133
2134 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2135 spaces if the frame was resized, so that the full visible buffer
2136 serves as canvas for strokes.
2137
a767645f
GM
21382011-01-16 Glenn Morris <rgm@gnu.org>
2139
2140 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2141 Also skip directories.
a767645f 2142
444ee8dd
KR
21432011-01-16 Kevin Ryde <user42@zip.com.au>
2144
2145 * info-xref.el: Version 3.
2146 (info-xref-check, info-xref-check-all): Move commentary details
2147 into docstrings for better visibility.
2148 Use compilation-mode for the results buffer.
2149 (info-xref-output, info-xref-output-error, info-xref-with-output)
2150 (info-xref-filename, info-xref-in-progress):
2151 New internals for this.
2152 (info-xref-check-list, info-xref-check-buffer)
2153 (info-xref-check-all-custom): Use those.
2154 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2155 (info-xref-output-heading): Rename from info-xref-filename-heading.
2156 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2157 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2158 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2159 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2160 (info-xref-subfile-p): Move to generic section with those two.
2161 (info-xref-check-node): New function split from
2162 info-xref-check-buffer, shared by info-xref-docstrings.
2163 (info-xref-goto-node-p): Move to a checking section with that func.
2164 (info-xref-unavail): New counter.
2165 (info-xref-check-node): Use it.
2166 (info-xref-with-output): Show count of unavailables at end of output.
2167 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2168 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2169 (info-xref-check-all-custom): Fix quietening viper-mode and
2170 gnus-registry-install -- use setq not let so as not to unbind
2171 after load.
2172
d4119912
JL
21732011-01-16 Juri Linkov <juri@jurta.org>
2174
2175 * isearch.el (isearch-abort): Don't quit if search has
2176 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2177
b024d9f0
MD
21782011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2179
2180 * files.el (backup-buffer): Make last-resort backup file in
2181 .emacs.d (Bug#6953).
2182
2183 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2184 make it with permission 700.
2185
d52969e8 21862011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2187
74a10be5
SM
2188 * mail/rmailmm.el (rmail-mime-insert-header):
2189 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2190 system used to decode the header.
2191 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2192 (rmail-mime-insert-decoded-text):
2193 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2194 (rmail-show-mime): If only a header part was decoded, find the
2195 coding system while ignoring mm-charset-override-alist.
2196
d52969e8 21972011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2198
2199 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2200
d52969e8 22012011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2202
2203 * mail/rmailmm.el (rmail-mime-next-item)
2204 (rmail-mime-previous-item): Delete them.
2205 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2206 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2207 Callers changed.
e7ca0062
KH
2208 (rmail-mime-raw-mode): Recursively call for children.
2209 (rmail-mode-map): Change mapping of tab and backtab to
2210 forward-button and backward-button respectively.
2211 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2212 button.
2213 (rmail-mime-update-tagline): New function.
2214 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2215 body display is changed.
74a10be5 2216 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2217 (rmail-mime-image): Delete this button type.
2218 (rmail-mime-toggle): New button type.
2219 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2220 body display is changed. Change the save button label to "Save".
2221 Don't process show/hide button here.
2222 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2223 the body display is changed. Unconditionally call
2224 rmail-mime-insert for children.
2225 (rmail-mime-handle): Update `display' vector of the just inserted
2226 entity.
2227 (rmail-mime-process): If mail-header-parse-content-type returns
2228 nil, use "text/plain" as the fallback type.
2229 (rmail-mime-insert): For raw-mode, recursively call
2230 rmail-mim-insert for children.
2231 (rmail-mime): Handle the case that the current buffer is not rmail
2232 buffer (e.g. in summary buffer).
2233
d52969e8 22342011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2235
2236 * mail/rmailmm.el (rmail-mime-next-item)
2237 (rmail-mime-previous-item): Skip the body of a non-multipart
2238 entity if a tagline is shown.
2239
362b9d48
GM
22402011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2243 (tmm-prompt): Simplify.
2244 (tmm-add-prompt): Remove unused var `win'.
2245
2246 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2247 to minor mode which used nil accidentally to mean "turn off".
2248
22492011-01-15 Michael Albinus <michael.albinus@gmx.de>
2250
2251 * net/tramp-sh.el (tramp-find-inline-compress)
2252 (tramp-get-inline-coding): Quote command after pipe symbol for
2253 local calls under W32. (Bug#6784)
2254
22552011-01-15 Michael Albinus <michael.albinus@gmx.de>
2256
2257 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2258 only when running under W32.
2259
22602011-01-15 Eli Zaretskii <eliz@gnu.org>
2261
2262 * progmodes/grep.el (grep-compute-defaults): Quote the program
2263 file name after the pipe symbol in Grep templates. (Bug#6784)
2264 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2265
22662011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2267
2268 * buff-menu.el (Buffer-menu-buffer-list): New var.
2269 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2270 restricted buffer list is not lost on revert (Bug#7749).
2271
22722011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2273
2274 * net/ldap.el (ldap-search-internal): Discard stderr output.
2275
22762011-01-15 Eli Zaretskii <eliz@gnu.org>
2277
2278 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2279
22802011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2283
22842011-01-15 Kenichi Handa <handa@m17n.org>
2285
2286 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2287 part as a plain text.
2288 (rmail-mime-process-multipart): Set the default content-type to
2289 nil for unknown multipart subtypes (bug#7651).
2290
6d3d6113
SM
22912011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2292
4391b429
SM
2293 * hexl.el (hexl-mode-old-*): Remove.
2294 (hexl-mode--old-var-vals): New var to replace them.
2295 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2296 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2297 Use them to set local vars (bug#7846).
2298 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2299 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2300 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2301
6d3d6113
SM
2302 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2303 (smerge-resolve--normalize-re): New var.
2304 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2305 (smerge-resolve): Use them.
2306 * newcomment.el (comment-only-p): New function.
2307 (comment-or-uncomment-region): Use it.
2308
77ab81d0 23092011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2310
2311 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2312 table, get the value before switching to the output buffer. (Bug#7733)
2313
77ab81d0 23142011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2315
2316 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2317
8faba62c
KS
23182011-01-14 Kim F. Storm <storm@cua.dk>
2319
2320 * emulation/cua-base.el (cua--init-keymaps):
2321 Remap exchange-point-and-mark in cua-global-keymap.
2322
ab7eb811
TH
23232011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2324
2325 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2326 loop keyword.
2327
fc55380c
SM
23282011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2331 Require CL.
2332 (easy-menu-create-menu, easy-menu-convert-item-1):
2333 Use :label rather than nil for labels. Use `case'.
2334 Add :enable as alias for :active.
2335 (easy-menu-binding): Obey :label.
2336
dbed16aa
SM
23372011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2338
4d789d84
SM
2339 Use run-mode-hooks for major mode hooks (bug#513).
2340 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2341 Rename from reftex-toc-map.
2342 (reftex-toc-mode): Use define-derived-mode.
2343 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2344 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2345 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2346 (reftex-select-label-mode, reftex-select-bib-mode):
2347 Use define-derived-mode.
2348 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2349 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2350 Move init into delcaration.
2351 (reftex-index-mode, reftex-index-phrases-mode):
2352 Use define-derived-mode.
2353 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2354 speedbar-syntax-table. Move init into declaration.
2355 (speedbar-mode-map): Rename from speedbar-key-map.
2356 Move init into declaration.
2357 (speedbar-file-key-map): Move init into declaration.
2358 (speedbar-mode): Use define-derived-mode.
2359 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2360 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2361 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2362 (chart-face-list): Move initialization into declaration.
2363 (chart-mode): Use define-derived-mode.
2364 * calculator.el (calculator-mode-map): Move init into declaration.
2365 (calculator-mode): Use define-derived-mode.
2366
b49a2dbf
SM
2367 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2368 work for nested comments.
2369
dbed16aa
SM
2370 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2371 (prolog-use-prolog-tokenizer-flag): Change default when
2372 syntax-propertize can be used.
2373 (prolog-syntax-propertize-function): New var.
2374 (prolog-mode-variables): Move make-local-variable into `set'.
2375 Don't make comment-column local since we don't set it.
2376 Set comment-add (as it was in previous prolog.el). Use dolist.
2377 Set syntax-propertize-function.
2378 (prolog-mode, prolog-inferior-mode):
2379 Call prolog(-inferior)-menu directly, not through the mode-hook.
2380 (prolog-buffer-module, prolog-indent-level)
2381 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2382 (prolog-comment-limits, prolog-goto-comment-column):
2383 Use line-(end|beginning)-position.
2384 (prolog-build-prolog-command): Tighten up regexp.
2385 (prolog-consult-compile): Move make-local-variable into `set'.
2386 (prolog-consult-compile-filter, prolog-goto-next-paren)
2387 (prolog-help-on-predicate, prolog-clause-info)
2388 (prolog-mark-predicate): Don't let+setq.
2389 (prolog-indent-line): Use indent-line-to.
2390 Only call prolog-goto-comment-column if necessary.
2391 (prolog-indent-level): Use bobp.
2392 (prolog-first-pos-on-line): Remove, not used any more.
2393 (prolog-in-string-or-comment): Use syntax-ppss if available.
2394 (prolog-help-on-predicate): Use read-string.
2395 (prolog-goto-predicate-info): Simplify.
2396 (prolog-read-predicate): Use `default' rather than `initial'.
2397 (prolog-temporary-file): Use make-temp-file to close a security hole.
2398 (prolog-toggle-sicstus-sd): New command.
2399 (prolog-electric-underscore, prolog-variables-to-anonymous):
2400 Use dynamic-scoping as it was meant.
2401 (prolog-menu): Move menu definitions to top-level.
2402 Use a toggle-button for Sicstus's source debugger.
2403 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2404 to "System".
2405 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2406 Move other menu definition to top-level.
2407
50f8cd96
TH
24082011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2409
5b355315
TH
2410 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2411 name. Keep original document's directory as default-directory
2412 (bug#6446).
1281bd51
TH
2413 (doc-view-initiate-display): Fall back to normal mode when
2414 doc-view-mode cannot be enabled, also when extracting the document
2415 text into a separate buffer (bug#6446).
5b355315 2416
50f8cd96
TH
2417 * simple.el (shell-command): Don't error out if shell command
2418 buffer contains text with non-nil read-only property when erasing
2419 the buffer.
2420
821f936d
KS
24212011-01-13 Kim F. Storm <storm@cua.dk>
2422
2423 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2424 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2425 items when cycling through the matches.
2426
f754f898
TH
24272011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2428
2429 * dired-x.el (dired-omit-verbose): New defcustom that allows
2430 disabling the omit messages.
2431 (dired-omit-expunge): Use it.
2432
d221e780
CO
24332011-01-13 Christian Ohler <ohler@gnu.org>
2434
2435 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2436
a03b542a
CY
24372011-01-13 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * font-lock.el (font-lock-verbose): Default to nil.
2440
25ca2e61
CY
24412011-01-13 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2444 (compose-mail): New arg RETURN-ACTION.
2445 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2446
2447 * mail/sendmail.el (mail-return-action): New var.
2448 (mail-mode): Make it buffer-local.
2449 (mail-bury): Obey it. Move special Rmail window handling to
2450 rmail-mail-return.
2451 (mail, mail-setup): New arg RETURN-ACTION.
2452 (sendmail-user-agent-compose): Move from simple.el.
2453
2454 * mail/rmail.el (rmail-mail-return): New function.
2455 (rmail-start-mail): Pass it to compose-mail.
2456
2a8b13af
CY
24572011-01-12 Chong Yidong <cyd@stupidchicken.com>
2458
b2948a87
CY
2459 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2460 menus. Add menu item for customize-themes.
2461
2462 * cus-theme.el (customize-themes):
74a10be5
SM
2463 * emacs-lisp/package.el (package--list-packages):
2464 Use switch-to-buffer.
2a8b13af 2465
059616e5
JB
24662011-01-11 Johan Bockgård <bojohan@gnu.org>
2467
2468 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2469
04380ff1
SM
24702011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * progmodes/prolog.el: Fix up coding convention and such.
2473 (prolog-indent-width): Use the same default as in
2474 previous prolog.el rather than tab-width which depends on which buffer
2475 is current when the file is loaded.
2476 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2477 is not available.
2478 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2479 (prolog-known-systems): Remove.
2480 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2481 Move initialization into declaration.
2482 (prolog-mode-map): Move initialization into declaration.
2483 Remove system-specific mode-map vars, since they referred to the same
2484 keymap anyway.
2485 (prolog-mode-variables): Obey the user's preference w.r.t
2486 adaptive-fill-mode. Prefer symbol-value to `eval'.
2487 (prolog-mode-keybindings-edit): Add compatibility bindings.
2488 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2489 (mercury-mode-map): New var.
2490 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2491 (prolog-ensure-process, prolog-process-insert-string)
2492 (prolog-consult-compile): Use with-current-buffer.
2493 (prolog-guess-fill-prefix): Simplify data flow.
2494 (prolog-replace-in-string): New function to use instead of
2495 replace-in-string.
2496 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2497 (prolog-uncomment-region): Use `uncomment-region' when available.
2498 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2499 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2500 of int-to-char and char-to-int.
2501 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2502
e2019526
SB
25032011-01-11 Stefan Bruda <stefan@bruda.ca>
2504
2505 * progmodes/prolog.el: Replace by a whole new file.
2506
3fa173b4
SM
25072011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2508
2509 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2510 (declare-function, undefined, insert-for-yank)
2511 (replace-regexp-in-string): Follow checkdoc's recommendations.
2512
7973bcea
SM
25132011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2516 refreshing the diary buffer.
2517
0af8c88b
KM
25182011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2519
7973bcea 2520 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2521 (allout-encrypt-string): Prevent encryption from adding an extra
2522 newline at the end of the topic body.
2523 (allout-version): Increment to 2.3.
2524
1a27c64e
MA
25252011-01-10 Michael Albinus <michael.albinus@gmx.de>
2526
7973bcea
SM
2527 * net/dbus.el (dbus-unregister-service): Complete doc.
2528 Fix call of dbus-error signal.
5c0b4070 2529 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2530
0a203b61
MA
25312011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2532
2533 * net/dbus.el (dbus-unregister-service): Translate returned
2534 integer into a symbol.
2535 (dbus-register-property): Use `dbus-register-service' to do the
2536 name registration.
2537
895123f5
CY
25382011-01-09 Chong Yidong <cyd@stupidchicken.com>
2539
7973bcea
SM
2540 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2541 Suggested by Joakim Verona.
12e1f328 2542
732eb50a
CY
2543 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2544
895123f5
CY
2545 * wid-edit.el (visibility): Replace :on-image and :off-image
2546 widget properties with :on-glyph and :off-glyph, for consistency
2547 with the `visibility' widget.
2548 (widget-toggle-value-create, widget-visibility-value-create):
2549 Merge into a single function `widget-toggle-value-create'.
2550
2551 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2552 (custom-face-edit-value-create, custom-face-value-create):
2553 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2554 :off-glyph, for consistency with the `visibility' widget.
2555
c8043a22
AS
25562011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2557
2558 * net/ldap.el (ldap-search-internal): Don't use eval.
2559
b7617f6d
CY
25602011-01-09 Chong Yidong <cyd@stupidchicken.com>
2561
973f1f2a
CY
2562 * subr.el (read-char-choice): Use read-key.
2563
b7617f6d
CY
2564 * custom.el (custom-safe-themes): Rename from
2565 custom-safe-theme-files. Add :risky tag.
2566 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2567 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2568
900503ae
CY
25692011-01-09 Chong Yidong <cyd@stupidchicken.com>
2570
2571 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2572 from Search and add a label to Undo.
2573
2574 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2575 inappropriate buttons and adding :vert-only tags.
2576
2577 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2578 removal of Help tool-bar button. Remove Undo button for space.
2579
2580 * info.el (info-tool-bar-map): Add :vert-only tags.
2581
c44d54b3
TH
25822011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2583
2584 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2585 image backend support. Either of them is fine.
2586
3ef01959
CY
25872011-01-08 Chong Yidong <cyd@stupidchicken.com>
2588
3d91e302
CY
2589 * subr.el (y-or-n-p): Doc fix.
2590
278f6845
CY
2591 * custom.el (custom-safe-theme-files): New defcustom.
2592 (custom-theme-load-confirm): New function.
2593 (load-theme): Load theme using `load', confirming with
2594 custom-theme-load-confirm if necessary.
2595
3ef01959
CY
2596 * subr.el (read-char-choice): New function, factored out from
2597 dired-query and hack-local-variables-confirm.
2598
2599 * dired-aux.el (dired-query):
2600 * files.el (hack-local-variables-confirm): Use it.
2601
2602 * dired-aux.el (dired-compress-file):
2603 * files.el (abort-if-file-too-large, find-alternate-file)
2604 (set-visited-file-name, write-file, backup-buffer)
2605 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2606 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2607 Use new format string args for y-or-n-p and yes-or-no-p.
2608
7c837933
AS
26092011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2610
2611 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2612 [gcc-include]: Tighten file name match, add match for column
2613 number. (Bug#7806)
6c7ec171 2614 [gnu]: Remove unused group.
7c837933 2615
d0981f82
GM
26162011-01-08 Glenn Morris <rgm@gnu.org>
2617
e7a42417
GM
2618 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2619
d0981f82
GM
2620 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2621
d43bb7d3
SS
26222011-01-07 Sam Steingold <sds@gnu.org>
2623
2624 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2625 the `explicit-shell-file-name' because that is the
2626 non-interactive shell.
2627
8c51d2a2
CY
26282011-01-07 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * subr.el (y-or-n-p): Accept format string args.
2631
66b7b0fe
GM
26322011-01-07 Glenn Morris <rgm@gnu.org>
2633
2634 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2635
1e004a83
KM
26362011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2637
66b7b0fe 2638 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2639 the visible containing topic, rather than a collapsed one.
66b7b0fe 2640 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2641 (allout-exposure-change-hook): Remove documentation remarks
2642 concerning removed allout-view-change-hook.
2643 (allout-flag-region): Remove invocation of and documentation
2644 remarks concerning allout-view-change-hook.
2645
b0a8e46b
GM
26462011-01-06 Glenn Morris <rgm@gnu.org>
2647
2648 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2649 (vc-bzr-annotate-extract-revision-at-line):
2650 Handle authors with embedded spaces. (Bug#7792)
2651
875c044a
TH
26522011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2653
2654 * doc-view.el (doc-view-image-width): New variable.
2655 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2656 backend for PNG images, and do dynamic rescaling instead of
2657 reconverting the whole doc.
2658
1f6f7722
GM
26592011-01-05 Glenn Morris <rgm@gnu.org>
2660
2661 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2662
e9e68fda
KM
26632011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2664
4896e8fc 2665 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2666 long text lines that cross more than a single physical window
2667 line, ie when truncate-lines is nil.
e9e68fda
KM
2668 (allout-next-visible-heading): Provide for change in line-move
2669 behavior on long lines when truncate-lines is nil. In that case,
2670 line-move can wind up on the same textual line when it moves to
2671 the next window line, and moving to the bullet position after the
2672 move yields zero advancement. Add logic to detect and compensate
2673 for the lack of progress.
2674 (allout-current-topic-collapsed-p): move-end-of-line respect for
2675 field boundaries is different when operating with body lines
2676 shorter than window width versus ones greater than window width,
2677 which can yield false negatives in this function. Avoid
2678 difference by applying move-end-of-line while field-text-motion is
2679 inhibited.
2680
3f1b6eb2
GM
26812011-01-04 Glenn Morris <rgm@gnu.org>
2682
2683 * textmodes/rst.el (rst-compile-toolsets):
2684 Add pdf and s5 to option alist.
2685
6388924a
MA
26862011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2687
7973bcea 2688 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2689 dont-register-service. Updated docstring accordingly.
2690
c3e4b003
AS
26912011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2692
2693 * textmodes/rst.el (rst-compile-pdf-preview)
2694 (rst-compile-slides-preview): Remove extra line.
2695
ef4271fe
GM
26962011-01-04 Glenn Morris <rgm@gnu.org>
2697
2698 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2699 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2700 default to `prog' without a .py extension.
2701 (rst-compile-pdf-preview, rst-compile-slides-preview):
2702 Use program names from rst-compile-toolsets, rather than hard-coding.
2703 (rst-portable-mark-active-p): Fix presumed typo.
2704
7c420169 27052011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2706
7c420169 2707 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2708 libpng versions both before and after 1.4.0. (Bug#7716)
2709
7c420169 27102011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2711
6491af11
EZ
2712 * time.el (display-time-mode): Mention display-time-interval in
2713 the doc string. (Bug#7713)
2714
7c420169 27152011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2716
2717 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2718 condition-case and return an error message string if something
2719 goes wrong.
2f952059 2720 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2721 header by rmail-mime-insert-header.
2722
7c420169 27232011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2724
2725 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2726 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2727 (rmail-mime-mbox-buffer)
2728 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2729 (rmail-mime-entity): Argument changed. All codes handling an
2730 entity object are changed.
2f952059 2731 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2732 the above change.
2733 (rmail-mime-entity-children, rmail-mime-entity-handler)
2734 (rmail-mime-entity-tagline): New functions.
2735 (rmail-mime-message-p): New function.
2736 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2737 (rmail-mime-entity-segment, rmail-mime-next-item)
2738 (rmail-mime-previous-item, rmail-mime-shown-mode)
2739 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2740 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2741 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2742 New functions.
186f7f0b
KH
2743 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2744 (rmail-mime-insert-decoded-text): New function.
2745 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2746 (rmail-mime-insert-image): Argument changed. Caller changed.
2747 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2748 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2749 (rmail-mime-insert-bulk): Argument changed.
2750 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2751 (rmail-mime-process-multipart): Argument changed.
2752 Handle "multipart/alternative" here.
186f7f0b
KH
2753 (rmail-mime-process): Argument changed.
2754 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2755 (rmail-mime-insert): Argument changed. Handle raw display mode.
2756 (rmail-mime): Argument changed. Handle toggling of raw display
2757 mode.
2758 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2759 rmail-mime-view-buffer.
2760 (rmail-insert-mime-forwarded-message): Likewise.
2761 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2762
2763 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2764 non-nil, handle the header in rmail-show-mime-function.
2765
7c420169 27662011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2767
7c420169 2768 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2769
7c420169 27702011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2771
2772 * isearch.el (isearch-lazy-highlight-error): New variable.
2773 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2774 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2775 to the current value of `isearch-error' (Bug#7468).
2776
7c420169 27772011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2778
2779 * help-fns.el (describe-variable): Don't emit trailing whitespace
2780 (Bug#7511).
2781
7c420169 27822011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2783
2784 * textmodes/rst.el (rst-compile-pdf-preview)
2785 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2786
7c420169 27872011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2788
2789 * emulation/edt-mapper.el: Override mapping of function keys so
2790 that the later call to read-key-sequence works.
2791
7c420169 27922011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2793
2794 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2795 Unix EOLs. (Bug#7589)
2796
7c420169
CY
27972011-01-02 Leo <sdl.web@gmail.com>
2798
2799 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2800 if point is not behind eshell-last-output-end (Bug#7585).
2801
28022011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * files.el (file-local-variables-alist):
2805 Make permanent-local (bug#7767).
2806
28072011-01-02 Glenn Morris <rgm@gnu.org>
2808
2809 * version.el (emacs-copyright): Set short copyright year to 2011.
2810
28112011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2812
2813 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2814 an existing temp buffer. (Bug#7746)
2815
28162011-01-02 Glenn Morris <rgm@gnu.org>
2817
2818 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2819 multiple addresses. (Bug#7760)
2820
fb9a573a
KM
28212011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2822
e9e68fda 2823 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2824 do-auto-fill if everything points back to allout-auto-fill.
2825 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2826 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2827
8d68c659
MA
28282010-12-31 Michael Albinus <michael.albinus@gmx.de>
2829
2830 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2831 and "scpx".
2832
291cc045
TH
28332010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2834
2835 * doc-view.el (doc-view-set-doc-type): New function refactored
2836 from doc-view-mode.
2837 (doc-view-fallback-mode): New function.
2838 (doc-view-mode): Use it.
2839 (doc-view-mode-maybe): New function that checks if doc-view-mode
2840 can be used and falls back to the next best mode otherwise.
2841
2842 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2843 DVI, OpenDocument, and MS Office files.
2844
8ee2dc5c
AS
28452010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2846
2847 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2848
f9e68477
TH
28492010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2850
2851 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2852 on a copy of auto-mode-alist, because that deletes with side
2853 effects.
2854
ad727c81
TH
28552010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2856
7973bcea
SM
2857 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2858 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2859 fallback instead of hard coding fundamental mode.
2860
b71b7803
TH
28612010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2862
2863 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2864 Office) files also for searching.
2865
95e16d17
TH
28662010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2867
2868 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2869 Office) files. Not yet enabled via auto-mode-list.
2870 (doc-view-unoconv-program): New custom variable.
2871 (doc-view-mode-p): Handle new odf document type.
2872 (doc-view-odf->pdf): New conversion function.
2873 (doc-view-convert-current-doc): Call it for odf files.
2874 (doc-view-mode): Recognize newly supported file extensions.
2875
b191c9d9
MA
28762010-12-30 Michael Albinus <michael.albinus@gmx.de>
2877
2878 * net/tramp.el (tramp-default-method-alist)
2879 (tramp-default-user-alist)
2880 (tramp-local-host-regexp, tramp-prefix-domain-format)
2881 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2882
2883 * net/tramp-ftp.el:
2884 * net/tramp-gvfs.el:
2885 * net/tramp-gw.el:
2886 * net/tramp-imap.el:
2887 * net/tramp-sh.el:
2888 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2889 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2890
6e457cc9
KF
28912010-12-29 Karl Fogel <kfogel@red-bean.com>
2892
2893 * saveplace.el (save-place-alist-to-file): Save list sorted and
2894 pretty-printed, so that it is mergeable by line-based text merging,
2895 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2896
fb9a573a
KM
28972010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2898
e9e68fda 2899 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2900 (allout-mode): Argument "toggle" => "force".
2901 Refine the docstring.
2902 Remove special provisions for reactivation, besides the 'force'
2903 argument.
2904 Consolidate layout provisions coce directly into the activation
2905 condition branch, now that we've removed those provisions.
2906 (allout-unload-function): Explicitly activate the mode before
2907 deactivating, if it's initially deactivated.
2908 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2909 warnings for version of function used only where
2910 set-buffer-multibyte is unavailable.
2911
c940c054
CY
29122010-12-28 Chong Yidong <cyd@stupidchicken.com>
2913
2914 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2915 are handled by the menu-bar entries. As before, don't use
2916 :visibile to avoid changing the tool-bar.
2917
4c145d5d
MA
29182010-12-27 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/secrets.el (secrets-delete-alias): New defun.
2921
fe99f704
MA
29222010-12-27 Michael Albinus <michael.albinus@gmx.de>
2923
2924 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2925 methods, otherwise ~/.ssh/config would be ignored.
2926
723ee192
SM
29272010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * emacs-lisp/rx.el: Make it a superset of sregex.
2930 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2931 of args, add `regex' alias.
2932 (rx-info): Add arg to distinguish head and standalone forms.
2933 (rx-check, rx-form): Pass the corresponding arg.
2934 (rx-**): Simplify.
2935 (rx-repeat): Make it work for any number of args.
2936 (rx-syntax): Make it accept syntax chars as is.
2937 * obsolete/sregex.el: Move from emacs-lisp/.
2938 * emacs-lisp/re-builder.el: Remove sregex support.
2939 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2940
e77714da
EZ
29412010-12-25 Eli Zaretskii <eliz@gnu.org>
2942
2943 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2944 PRIMARY first, then the clipboard. (Bug#7699)
2945
17870c01
SM
29462010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2949 print-number-table.
2950
6bfa51ba
CY
29512010-12-21 Chong Yidong <cyd@stupidchicken.com>
2952
d78cdcf7
CY
2953 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2954 .emacs.elc (Bug#7530).
2955
6bfa51ba
CY
2956 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2957 image spec (Bug#7480).
2958
9d9cfd53
DU
29592010-12-21 Daiki Ueno <ueno@unixuser.org>
2960
2961 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2962 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2963 Move from lisp/.
9d9cfd53 2964
adc0b793
JD
29652010-12-20 Leo <sdl.web@gmail.com>
2966
2967 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2968 always be performed (Bug#7680).
2969
778ca437
CY
29702010-12-20 Chong Yidong <cyd@stupidchicken.com>
2971
3f95d7ff
CY
2972 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2973 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2974 mouse-region-match.
778ca437 2975
3f95d7ff 2976 * color.el: Move from gnus/.
94975270 2977
f48fdaad
CY
2978 * vc/diff.el (diff-better-file-name): Function deleted.
2979 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2980 (diff-no-select): Just use expand-file-name.
2981
2982 * tool-bar.el (tool-bar--image-expression): New function.
2983 (tool-bar-local-item, tool-bar--image-exp): Use it.
2984 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2985 Use :enable instead of :visible to avoid changing the tool-bar
2986 configuration unnecessarily.
2987
2988 * info.el (info-tool-bar-map): Add separators.
2989
2e306b39
KB
29902010-12-17 Ken Brown <kbrown@cornell.edu>
2991
2992 * loadup.el: Use version numbers in Cygwin build.
2993
395542c6
RT
29942010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2995
2996 * ido.el (ido-file-internal): Ask for confirmation before
2997 overwriting an existing file (Bug#1238).
2998
4039c786
CY
29992010-12-16 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * tool-bar.el (tool-bar-setup): Add separators.
3002
3003 * menu-bar.el (featurep): Use menu-bar-separator.
3004
45720dc3
GM
30052010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3006
3007 Migrate allout encryption provisions from pgg to epg.
3008
3009 * allout.el (allout-toggle-current-subtree-encryption)
3010 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3011 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3012 for simpler universal argument interpretation.
35f52ed6 3013 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3014 changed encryption provisions. Change fetch-pass to keymode-cue, for
3015 simpler universal argument interpretation. Remove provisions for
3016 handling key type and identity - they'll all be within
3017 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3018 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3019 for keypair recipients (universal argument > 1) and, in addition,
3020 associating the specified recipients with the outline (universal
3021 argument > 4) using a file local variable setting for
3022 'epa-file-encrypt-to'.
3023 Require epa, for recipients handling.
3024 Change how regexp filtering elements are named.
3025 Describe the problem with caching of incorrect symmetric-decryption
3026 keys.
3027 Use the epa-passphrase-callback-function, in case the user is using
3028 GnuPG v1.
3029 Support saving of the selected keypair recipients when invoked with a
3030 keymode-cue > 4.
3031 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3032 Require 'epa.
3033 Establish epg-context with armoring and default epg-protocol.
3034 Remove all passphrase cache, verification, and hinting code.
3035 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3036 No longer used, delete.
3037 (allout-mode): Adjust docstring to describe changed encryption
3038 provisions. Describe the problem with caching of incorrect
3039 symmetric-decryption keys.
3040 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3041 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3042 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3043 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3044 Obsolete, remove.
3045
33088bed
DU
30462010-12-16 Daiki Ueno <ueno@unixuser.org>
3047
3048 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3049 key selection prompt; make 'silent as default (Bug#7487).
3050
bfc49a5b
LL
30512010-12-16 Leo <sdl.web@gmail.com>
3052
7973bcea
SM
3053 * eshell/eshell.el (eshell-directory-name):
3054 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3055
68251e16
GM
30562010-12-15 Glenn Morris <rgm@gnu.org>
3057
3058 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3059
99f053cf 30602010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3061 Scott Evans <gse@antisleep.com>
99f053cf
JA
3062
3063 * rect.el (rectange--default-line-number-format)
3064 (rectangle-number-line-callback): New functions.
3065 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3066
5614fd56
CY
30672010-12-15 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3070 Delete unused variables.
3071 (move-to-column-force): Remove function obsolete since 21.2.
3072
d68b0220
MA
30732010-12-14 Michael Albinus <michael.albinus@gmx.de>
3074
3075 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3076 (tramp-handle-insert-file-contents): Do not set permanent-local
3077 property.
3078
7973bcea
SM
3079 * net/tramp-cache.el (tramp-persistency-file-name):
3080 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3081
3082 * net/tramp-sh.el (tramp-methods): Add "ksu".
3083 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3084 method list.
3085
0273f794
GM
30862010-12-14 Glenn Morris <rgm@gnu.org>
3087
ab274982
GM
3088 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3089 (find-tag-marker-ring): Declare.
3090 (js-find-symbol): Require etags.
3091
e758216c
GM
3092 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3093 Require mail-utils.
3094 (mail-alias-file): Don't autoload. Doc fix.
3095 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3096 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3097 Mark as obsolete, and risky.
3098 (mail-setup): Simplify.
3099
53aff12a
GM
3100 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3101 * mail/sendmail.el (build-mail-aliases): Update autoload.
3102
aae4b48c
GM
3103 * dired.el (dired-trivial-filenames, dired-chown-program)
3104 (dired-auto-revert-buffer): Remove autoload cookies.
3105 * mail/sendmail.el (mail-recover-1): Require 'dired.
3106
bff7c1ad
GM
3107 * dired.el (dired-subdir-switches, dired-chown-program)
3108 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3109 Make into defcustoms.
3110 (dired-chown-program): Simplify initialization.
3111
0273f794
GM
3112 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3113
bc557672
RF
31142010-12-13 Romain Francoise <romain@orebokech.com>
3115
3116 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3117
7410c270
G
31182010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3119
3120 * net/netrc.el (netrc-point-at-eol): Remove the unused
3121 netrc-point-at-old and netrc-bound-and-true-p bindings.
3122 (netrc-parse): Cache the netrc contents.
3123
f49d1f52 31242010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3125
3126 * subr.el (posn-col-row): Evaluate header-line-format in the
3127 context of the POSITION window's buffer.
3128
f49d1f52 31292010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3130
3131 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3132 (with-silent-modifications): Doc fixes.
3133
f49d1f52 31342010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3135
3136 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3137 Revert previous from. Use `save-restriction'.
158d5945 3138
f49d1f52 31392010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3140
3141 * calendar/diary-lib.el (diary-list-sexp-entries):
3142 Handle case of no newline at end of file. (Bug#7536)
3143
f49d1f52 31442010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3145
3146 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3147
f49d1f52 31482010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3149
f49d1f52 3150 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3151 (tramp-process-actions): Do not widen.
d68b0220 3152
f49d1f52
SM
3153 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3154 Protect buffer-modified value. (Bug#7557)
32802ee1 3155
f49d1f52 31562010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3157
3158 * log-edit.el (log-edit-changelog-entries):
3159 Regexp quote filename. (Bug#7505)
3160
f49d1f52 31612010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3162
3163 * cus-edit.el (custom-save-all):
3164 Bind print-length and print-level to nil. (Bug#7581)
3165
f49d1f52 31662010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3167
d5e6e0b6
GM
3168 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3169 Run hooks to update menu contents. (Bug#7586)
3170
3c1e62f8
GM
3171 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3172 file names, for the sake of MS Windows. (Bug#7588)
3173
f49d1f52 31742010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3175
3176 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3177 empty lines without a leading space.
3178
f49d1f52 31792010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3180
740af6c9
GM
3181 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3182 while mapping over marks (Bug#6810).
86a6e8e0 3183
f49d1f52 31842010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3185
3186 * image-dired.el (image-dired-db-file)
3187 (image-dired-temp-image-file, image-dired-gallery-dir)
3188 (image-dired-temp-rotate-image-file): Set default values relative
3189 to image-dired-dir (Bug#7518).
3190
f49d1f52 31912010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3192
3193 * format.el (format-decode-run-method): Pass args FROM and TO, not
3194 point-min and point-max, to shell-command-on-region (Bug#7488).
3195
f49d1f52 31962010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3197
3198 * frame.el (blink-cursor-mode): Make default t for ns.
3199
f49d1f52 32002010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3201
3202 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3203
f49d1f52 32042010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3205
637c2c43
CY
3206 * comint.el (comint-dynamic-list-input-ring)
3207 (comint-dynamic-complete-filename)
3208 (comint-replace-by-expanded-filename)
3209 (comint-dynamic-simple-complete)
3210 (comint-dynamic-list-filename-completions)
3211 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3212
74194465
CY
3213 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3214 Doc fix (Bug#7471).
3215
f49d1f52 32162010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3217
3218 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3219 (Bug#7533).
3220
01c35094 32212010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3222
3223 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3224 (Bug#7491).
3225
f49d1f52 32262010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3227
3228 * files.el (file-relative-name): Handle UNC file names on
3229 DOS/Windows. (Bug#4674)
3230
f49d1f52 32312010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3232
3233 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3234 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3235 (epg-context-set-passphrase-callback): Mention that the callback
3236 is not called when used with GnuPG 2.x.
3237
f49d1f52 32382010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3239
3240 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3241 Ensure ps-footer-font-size-internal is initialized.
3242 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3243
f49d1f52 32442010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3245
3246 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3247 within condition-case.
3248 (rmail-show-mime): Don't use condition-case.
3249 (rmail-search-mime-message): New function.
3250 (rmail-search-mime-message-function): Set to
3251 rmail-search-mime-message.
3252
f49d1f52 32532010-12-13 Leo <sdl.web@gmail.com>
bd794450 3254
0fdd1db7 3255 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3256 (ido-mode): Use it.
3257 (ido-completing-read): Call it.
3258
fdbb4d85
KF
32592010-12-12 Karl Fogel <kfogel@red-bean.com>
3260
3261 * bookmark.el (bookmark-name-from-full-record): Rename back to
3262 this original name from `bookmark-name-from-record' reverting part
3263 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3264 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3265 third-party callers. (Bug#7609)
fdbb4d85 3266
0e5cf2b8
AM
32672010-12-12 Alan Mackenzie <acm@muc.de>
3268
3269 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3270 template arglist, check that the current language supports this.
3271
6961d41c
GM
32722010-12-11 Glenn Morris <rgm@gnu.org>
3273
2b404597
GM
3274 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3275 state of the file matches. (Bug#7544)
3276 (vc-bzr-register, vc-bzr-checkin)
3277 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3278 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3279
6961d41c
GM
3280 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3281
1e5d2a04
KK
32822010-12-11 Karel Klíč <kklic@redhat.com>
3283
3284 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3285
175069ef
SM
32862010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 Derive from prog-mode, use derived-mode-p, and fix up various
3289 minor style issues in lisp/progmodes.
3290
3291 * progmodes/vhdl-mode.el (vhdl-mode):
3292 * progmodes/verilog-mode.el (verilog-mode):
3293 * progmodes/vera-mode.el (vera-mode):
3294 * progmodes/sql.el (sql-mode):
3295 * progmodes/scheme.el (scheme-mode):
3296 * progmodes/perl-mode.el (perl-mode):
3297 * progmodes/octave-inf.el (inferior-octave-mode):
3298 * progmodes/autoconf.el (autoconf-mode):
3299 * progmodes/m4-mode.el (m4-mode):
3300 * progmodes/inf-lisp.el (inferior-lisp-mode):
3301 * progmodes/idlwave.el (idlwave-mode):
3302 * progmodes/icon.el (icon-mode):
3303 * progmodes/idlw-help.el (idlwave-help-mode):
3304 * progmodes/dcl-mode.el (dcl-mode):
3305 * progmodes/idlw-shell.el (idlwave-shell-mode):
3306 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3307 (ebrowse-member-mode, ebrowse-electric-position-mode):
3308 Use define-derived-mode.
3309
3310 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3311 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3312 (xscheme-debugger-mode-p, xscheme-send-string-1):
3313 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3314 (tcl-load-file, tcl-restart-with-file):
3315 * progmodes/ps-mode.el (ps-run-running):
3316 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3317 * progmodes/js.el (js--get-all-known-symbols):
3318 * progmodes/inf-lisp.el (inferior-lisp-proc):
3319 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3320 (idlwave-template, idlwave-update-buffer-routine-info)
3321 (idlwave-update-current-buffer-info)
3322 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3323 (idlwave-scan-class-info, idlwave-fix-keywords)
3324 (idlwave-list-buffer-load-path-shadows):
3325 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3326 (idlwave-toolbar-remove):
3327 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3328 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3329 (idlwave-shell-menu-def):
3330 * progmodes/idlw-complete-structtag.el
3331 (idlwave-prepare-structure-tag-completion):
3332 * progmodes/gud.el (gud-set-buffer):
3333 * progmodes/f90.el (f90-backslash-not-special):
3334 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3335
3336 * progmodes/xscheme.el (xscheme-start)
3337 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3338 * progmodes/which-func.el (which-function):
3339 * progmodes/vhdl-mode.el (vhdl-set-style):
3340 * progmodes/verilog-mode.el (verilog-set-compile-command)
3341 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3342 (verilog-set-define, verilog-auto-reeval-locals):
3343 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3344 * progmodes/simula.el (simula-mode):
3345 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3346 * progmodes/python.el (python-check, python-mode):
3347 * progmodes/prolog.el (prolog-mode-variables):
3348 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3349 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3350 * progmodes/delphi.el (delphi-mode):
3351 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3352 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3353 (c-font-lock-init): Move make-local-variable to their setq.
3354
3355 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3356 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3357 make-local-hook.
3358 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3359 (sh-set-shell): Don't set require-final-newline since it's already done
3360 by prog-mode.
3361 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3362 since we never set it.
3363 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3364 Use read-string and standard prompt.
3365 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3366 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3367 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3368 (meta-common-mode-map): Rename from meta-mode-map.
3369 Remove C-m binding, which is a user preference, not mode specific.
3370 (meta-common-mode): New major mode; replace meta-common-initialization.
3371 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3372 around with font-lock.
3373 * progmodes/etags.el (select-tags-table-mode):
3374 Derive from special-mode.
3375 * progmodes/octave-mod.el (octave-mode):
3376 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3377 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3378 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3379 Let define-derived-mode do its job.
3380 * progmodes/cpp.el (cpp-edit-mode-map):
3381 Move initialization into declaration.
3382 (cpp-edit-mode): Use define-derived-mode.
3383 (cpp-edit-load): Use derived-mode-p.
3384 * progmodes/mixal-mode.el (mixal-mode):
3385 * progmodes/f90.el (f90-mode):
3386 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3387 require-final-newline since prog-mode does it already.
3388 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3389 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3390 * progmodes/antlr-mode.el: Require cc-mode upfront.
3391 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3392 the declaration.
3393 (antlr-directory-dependencies, antlr-show-makefile-rules):
3394 Use derived-mode-p.
3395 (antlr-language-option): Don't assume point-min==1.
3396 (antlr-mode): Use define-derived-mode.
3397 * progmodes/ada-mode.el: Use derived-mode-p.
3398 (ada-mode): Use define-derived-mode.
3399 Use hack-local-variables-hook.
3400
61f91c04
SM
34012010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3402
3403 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3404 (texinfo-mode): Don't disable adaptive-fill-mode.
3405 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3406 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3407 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3408 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3409 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3410 (texinfo-insert-@quotation, texinfo-insert-@samp)
3411 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3412 (texinfo-insert-@uref): Use define-skeleton.
3413 (texinfo-insert-@-with-arg): Delete.
3414
72a44673
EZ
34152010-12-10 Eli Zaretskii <eliz@gnu.org>
3416
3417 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3418 nil, do quote archive member names. (Bug#6144)
3419
ab540f59
GM
34202010-12-10 Glenn Morris <rgm@gnu.org>
3421
66f782de
GM
3422 * files.el (diff-no-select): Declare.
3423
e554b3f8
GM
3424 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3425 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3426
ab540f59
GM
3427 * comint.el (comint-input-ring-file-name): Doc fix.
3428
f68ab99b
EZ
34292010-12-09 Eli Zaretskii <eliz@gnu.org>
3430
3431 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3432 New functions.
61f91c04
SM
3433 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3434 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3435 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3436 instead of `nil'.
3437 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3438 and menu-bar-positive-p instead of `nil' and `>', respectively.
3439 (Bug#1077)
3440
650453a9
VJL
34412010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3442
3443 * whitespace.el (whitespace-newline-mode): Code fix.
3444
28d5de72
GM
34452010-12-09 Glenn Morris <rgm@gnu.org>
3446
3447 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3448 Rename functions without commas, update callers.
3449
b596d50d 34502010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3451
b596d50d
GM
3452 * whitespace.el (whitespace-cleanup-region):
3453 Clean up spaces before tabs. (Bug#7582)
16498102 3454
eff37c5e
KF
34552010-12-08 Karl Fogel <kfogel@red-bean.com>
3456
3457 * bookmark.el: Adjust parameter names and doc strings to resolve
3458 confusion over whether "bookmark" meant a bookmark name or a
3459 bookmark record. Along the way, shorten one function's name for
3460 similar reasons. (Issue #7548)
3461 (bookmark-name-from-record): New name for
3462 `bookmark-name-from-full-record'. All callers changed.
3463 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3464 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3465 (bookmark-get-annotation, bookmark-set-annotation)
3466 (bookmark-get-filename, bookmark-set-filename)
3467 (bookmark-get-position, bookmark-set-position)
3468 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3469 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3470 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3471 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3472 Rename `bookmark' parameter to `bookmark-name-or-record', to
3473 clearly show its role, and shorten or adjust doc strings accordingly.
3474 (bookmark-set-name): Same, and pass the parameter directly to
3475 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3476 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3477 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3478 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3479 and in some cases shorten doc string accordingly.
3480 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3481 and `new-name', and adjust an internal variable to avoid confusion.
3482 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3483 parameter in doc string.
3484
5fe9ebd1
GM
34852010-12-08 Glenn Morris <rgm@gnu.org>
3486
ac8331a7
GM
3487 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3488 from gdb's history file. (Bug#7575)
3489
5fe9ebd1
GM
3490 * mail/emacsbug.el (report-emacs-bug):
3491 Try to handle some other mail clients.
3492
33cf0fb2
SM
34932010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3496 Use string-prefix-p.
3497 (file-name-version-regexp): New var.
3498 (file-name-sans-versions):
3499 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3500 (jka-compr-get-compression-info): Use dolist.
3501 (jka-compr-compression-info-list): Don't bother specifying
3502 version/backup regexps.
3503
11c31b99
TH
35042010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3505
3506 * simple.el (just-one-space): Make argument n default to 1 if
3507 omitted.
3508
a733fc37
SM
35092010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * electric.el (electric-indent-post-self-insert-function):
3512 Delete trailing newlines even if we don't reindent.
3513
88b5a757
DD
35142010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3515
a733fc37
SM
3516 * minibuffer.el (completion-at-point): Remove the `arg'.
3517 * bindings.el (complete-symbol): Move back from minibuffer.el.
3518
35192010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3520
88b5a757
DD
3521 * simple.el (just-one-space): Delete newlines for negative arg.
3522
ce327e48
SM
35232010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3526 (ansi-color-filter-apply): Simplify.
3527 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3528
ac73d955
BR
35292010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3530
3531 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3532
8c44f097
CY
35332010-12-04 Chong Yidong <cyd@stupidchicken.com>
3534
3535 * dired.el (dired-use-ls-dired): Set default to a special
3536 "unspecified" value.
3537 (dired-insert-directory): When called the first time, check
3538 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3539
15af15e5
TO
35402010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3541
3542 * replace.el: Add "collect" feature to occur.
3543 (occur-collect-regexp-history): New var.
88b5a757
DD
3544 (occur-read-primary-args): Return a replace string for nlines,
3545 if needed.
15af15e5
TO
3546 (occur): Extend the meaning of nlines.
3547
b2e6e5bd
SM
35482010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3551 (which-func-update-1): Distinguish symbols from strings.
3552 (which-function): Stay within 80 columns.
3553
ee9355dc
SM
35542010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3555
7f0ea0ff
SM
3556 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3557
ee9355dc
SM
3558 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3559 Improve docstring.
3560 (comment-style): Use comment-styles's docs to describe values.
3561
3e972d98
JD
35622010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3563
3564 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3565 and ns-show-prefs (Bug#7535).
3566
3567 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3568 bindings (Bug#7535).
3569
c879436a
GM
35702010-12-03 Glenn Morris <rgm@gnu.org>
3571
afe27238
GM
3572 * nxml/nxml-mode.el: Require rng-nxml.
3573 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3574 Remove declarations.
3575
65beee52
GM
3576 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3577 * nxml/rng-nxml.el, nxml/rng-valid.el:
3578 Remove leading `*' from defcustom docs.
3579
ad961a00
GM
3580 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3581 (normal-top-level-add-to-load-path, tty-handle-args):
3582 Convert comments to basic doc-strings.
3583
c5fd0ab5
GM
3584 * net/browse-url.el (browse-url-url-at-point)
3585 (browse-url-default-browser): Remove autoload cookies.
3586
f62f063d
GM
3587 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3588 Remove more undefined cl functions.
3589
c879436a
GM
3590 * vc/diff.el (diff-sentinel): Make new arguments optional.
3591 * ibuf-ext.el (diff-sentinel): Update declaration.
3592
3721e124
DU
35932010-12-03 Daiki Ueno <ueno@unixuser.org>
3594
3595 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3596 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3597 (epg-context-set-passphrase-callback): Mention that the callback
3598 is not called when used with GnuPG 2.x.
3599
66feec8b
MA
36002010-12-02 Michael Albinus <michael.albinus@gmx.de>
3601
3602 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3603 (tramp-file-name-port): Check also for `tramp-default-port'.
3604 (tramp-get-connection-name): New defun.
3605 (tramp-get-connection-process): Use it.
3606 (tramp-debug-message): Extend function exclude list.
3607 (tramp-drop-volume-letter): Fix doc string.
3608
3609 * net/tramp-cmds.el: Remove solved todo item.
3610
66feec8b
MA
3611 * net/tramp-ftp.el:
3612 * net/tramp-gvfs.el:
3613 * net/tramp-gw.el:
3614 * net/tramp-imap.el:
3615 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3616 and `tramp-default-user-alist', respectively.
3617
88b5a757
DD
3618 * net/tramp-gw.el (tramp-gw-open-connection):
3619 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3620
3621 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3622 `tramp-file-name-port'.
3623
3624 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3625 and "psftp". Exchange "%k" marker with options.
3626 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3627 Compute size of link target.
35f52ed6
JB
3628 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3629 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3630 copy arguments. Use `tramp-get-connection-name' and
3631 `tramp-get-connection-buffer'. Improve debug messages.
3632 (tramp-compute-multi-hops): Remove port determination.
3633 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3634
3635 * net/trampver.el: Update release number.
3636
bd77c2ef
GM
36372010-12-02 Glenn Morris <rgm@gnu.org>
3638
05907bb3
GM
3639 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3640 Avoid infinite loop over windows. (Bug#7492)
3641
bd77c2ef
GM
3642 * progmodes/flymake.el (flymake-check-file-limit):
3643 Allow nil to mean "no limit".
3644 (flymake-check-patch-master-file-buffer): Update for above change.
3645 Allow a .tex file-name extension to be optional.
3646 (flymake-master-tex-init): Also match \include statements.
3647
f7ca27a1
SS
36482010-11-30 Sam Steingold <sds@gnu.org>
3649
3650 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3651 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3652 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3653 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3654 define-derived-mode').
3655 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3656 users who want to call `nxml-parent-document-set'.
3657
402c8a49
CY
36582010-11-27 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3661 stand-alone lines, since that is handled by log-edit-match-to-eoh
3662 (Bug#6465).
3663
d1882ac7
EW
36642010-11-27 Eduard Wiebe <usenet@pusto.de>
3665
3666 * dired.el (dired-get-filename): Replace backslashes with slashes
3667 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3668 * locate.el (locate-default-make-command-line): Don't consider
3669 drive letter and root directory part of
3670 `directory-listing-before-filename-regexp'. (Bug#7308)
3671 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3672
07976ae3 36732010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3674
3675 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3676 of :smie-open/close-alist.
3677 (smie-next-sexp): Make it accept a "start token" as argument.
3678 (smie-indent-keyword): Be careful not to misidentify tokens that span
3679 more than one line, as empty lines. Add argument `token'.
3680
07976ae3 36812010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3682
afde451a
KH
3683 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3684 multipart subtypes, insert all as usual.
3685
3d9ee611
KH
3686 * mail/rmail.el: Require rfc2047.
3687
07976ae3 36882010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3689
3690 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3691 (rmail-mime-entity-disposition)
3692 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3693 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3694 (rmail-mime-save): Handle the case that the button's `data' is a
3695 MIME entity.
3696 (rmail-mime-insert-text): New function.
9e0ecdab 3697 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3698 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3699 (rmail-mime-insert-bulk): New function mostly copied from the old
3700 rmail-mime-bulk-handler.
9e0ecdab
GM
3701 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3702 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3703 the old rmail-mime-multipart-handler.
3704 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3705 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3706 rmail-mime-show.
3707 (rmail-mime-insert-multipart, rmail-mime-parse)
3708 (rmail-mime-insert, rmail-show-mime)
3709 (rmail-insert-mime-forwarded-message)
3710 (rmail-insert-mime-resent-message): New functions.
3711 (rmail-insert-mime-forwarded-message-function): Set to
3712 rmail-insert-mime-forwarded-message.
3713 (rmail-insert-mime-resent-message-function): Set to
3714 rmail-insert-mime-resent-message.
3715
3716 * mail/rmailsum.el: Require rfc2047.
3717 (rmail-header-summary): Handle multiline Subject: field.
3718 (rmail-summary-line-decoder): Change the default to
3719 rfc2047-decode-string.
3720
3721 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3722 (rmail-mime-feature): Change the default to `rmailmm'.
3723 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3724 (rmail-display-labels): Likewise.
3725 (rmail-show-message-1): Check rmail-enable-mime, and use
3726 rmail-show-mime-function for a MIME message. Decode the headers
3727 according to RFC2047.
3728
07976ae3 37292010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3730
3731 * progmodes/which-func.el (which-func-imenu-joiner-function):
3732 Return a string, as expected.
3733 (which-function-mode): Make sure we stop any previous timer before
3734 starting a new one.
3735
07976ae3 37362010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3737
3738 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3739 (tramp-default-user-alist, tramp-default-proxies-alist):
3740 Adapt custom options type. (Bug#7445)
e40fc745 3741
07976ae3 37422010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3743
3744 * progmodes/python.el: Add Ipython support (Bug#5390).
3745 (python-shell-prompt-alist)
3746 (python-shell-continuation-prompt-alist): New options.
3747 (python--set-prompt-regexp): New function.
33aeea0e
SM
3748 (inferior-python-mode, run-python, python-shell):
3749 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3750 prompt based on the Python interpreter.
3751 (python--prompt-regexp): New var.
3752 (python-check-comint-prompt)
3753 (python-comint-output-filter-function): Use it.
3754 (run-python): Use a pipe (Bug#5694).
3755
07976ae3 37562010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3757
3758 * progmodes/python.el (run-python): Doc fix.
3759 (python-keep-current-directory-in-path): New var (Bug#7454).
3760
07976ae3 37612010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3762
3763 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3764 Prompt user before actually printing.
3765
0b839457
GM
37662010-11-27 Glenn Morris <rgm@gnu.org>
3767
3768 * startup.el (package-enable-at-startup, package-initialize):
3769 Remove unnecessary declarations.
3770
96107967
EZ
37712010-11-27 Eli Zaretskii <eliz@gnu.org>
3772
3773 * international/characters.el (glyphless-char-display-control):
3774 Exclude newline and TAB from the c0-control group.
3775
a140ec5f
GM
37762010-11-27 Glenn Morris <rgm@gnu.org>
3777
82445062
GM
3778 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3779 (expand-mail-aliases): Remove unnecessary autoload.
3780
08b5f072
GM
3781 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3782
e96d4147
GM
3783 * shell.el (shell-dir-cookie-re): Move definition before use.
3784
a140ec5f
GM
3785 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3786 Replace undefined CL functions.
3787
a2249e66
EZ
37882010-11-26 Eli Zaretskii <eliz@gnu.org>
3789
228482b2
EZ
3790 * simple.el (prog-mode): Set bidi-paragraph-direction to
3791 left-to-right.
3792
a2249e66
EZ
3793 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3794
d01d7b8d
GM
37952010-11-26 Glenn Morris <rgm@gnu.org>
3796
3797 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3798 diary-outlook-formats can be sensitive to calendar-date-style.
3799 (diary-outlook-formats): Simplify the default setting.
3800 (diary-from-outlook-internal): Pass subject and body as arguments.
3801 Use dolist rather than dotimes. Don't save the diary buffer.
3802 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3803 Pass subject and body as explicit arguments to the -internal function.
3804
b3ea64a3
LMI
38052010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3808 parsing them. This makes mailto:...?subject=foo\nbar work.
3809
d5e7b0d8
SM
38102010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3811
3812 * vc/diff.el (diff): Fix last change.
3813
872ab164
SM
38142010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3817 (pcase--dontcare-upats): New var.
3818 (pcase-let, pcase-let*): Generate better code.
3819 Accept the same bodies as `let'.
3820 (pcase-dolist): New macro.
3821 (pcase--trivial-upat-p): New helper function.
3822 (pcase--expand): Strip leading "(let nil" if any.
3823
876d1684
LMI
38242010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3825
7bd9b9d8
LMI
3826 * mail/mailclient.el (browse-url): Require.
3827 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3828 use the external browser function to send the mail (bug#7469).
3829
876d1684
LMI
3830 * net/browse-url.el (browse-url-browser-function): Revert the
3831 default back to the previous value, since the new value broke
3832 mailclient.el.
3833 (browse-url-mailto-function): New variable for mailto: URLs.
3834 (browse-url): Use the new variable for mailto: URLs.
3835
6e13206c
SM
38362010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * eshell/esh-cmd.el (eshell-parse-command):
3839 * eshell/esh-arg.el (eshell-parse-arguments):
3840 * eshell/em-script.el (eshell-source-file):
3841 Use with-silent-modifications.
3842
3d92f44e
CY
38432010-11-23 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3846 for a merge location.
3847
3848 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3849 (vc-bzr-merge-branch): Always prompt.
3850 (vc-bzr-async-command): Use the full branch filename.
3851
8f5f1e68
SM
38522010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * shell.el (shell): Use current-buffer by default if it's already
3855 a shell mode buffer and its process is dead.
ee9355dc 3856 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3857
331460ac
TH
38582010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3859
8f5f1e68
SM
3860 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3861 Mention that the keywords should be comma separated.
331460ac 3862
2c3160c5
CY
38632010-11-23 Chong Yidong <cyd@stupidchicken.com>
3864
3865 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3866 Accept optional prefix arg meaning to prompt for a command.
3867 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3868 prefix arg meaning to prompt for a command.
3869 (vc-pull): Alias for vc-update.
3870
3871 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3872 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3873 (vc-bzr-merge-branch): New functions, implementing merge-branch
3874 and pull operations.
3875
b2e44819
SM
38762010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3877
8a0eb852
SM
3878 * Makefile.in: Fix up last merge.
3879
b2e44819
SM
3880 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3881 (diff-sentinel): Get them as arguments instead.
3882 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3883 (diff-file-local-copy, diff-better-file-name): New funs.
3884 (diff-no-select): Rename from diff-into-buffer.
3885 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3886 Prefer closures to buffer-local variables.
3887 (diff): Adjust accordingly.
3888 (diff-buffer-with-file): Move from files.el.
3889 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3890 (diff-buffer-internal): Remove.
3891 (diff-buffer-buffer): Remove.
3892 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3893 the buffer name used, and so as not to mess up windows and frames.
3894
6a7662bb
BR
38952010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3896
3897 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3898 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3899 (diff-buffer-with-file): Use it.
3900 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3901 (diff): Use it.
3902
c799747b
TH
39032010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3904
3905 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3906 \ref's or \pageref's value as default instead of initial input.
3907
e274eb13
MA
39082010-11-21 Michael Albinus <michael.albinus@gmx.de>
3909
3910 * files.el (backup-by-copying-when-mismatch): The default value is
3911 now t.
3912
3913 * startup.el (normal-top-level):
3914 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3915 `backup-by-copying-when-mismatch'.
3916
77af54d7
JD
39172010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3918
3919 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3920
4e2f7d2a
CY
39212010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3922
6a7662bb
BR
3923 * progmodes/python.el (python-font-lock-keywords):
3924 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3925
b7d1e144
JD
39262010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3927
3928 * term/ns-win.el (ns-right-control-modifier)
3929 (ns-right-command-modifier): Defvar them.
3930
3931 * cus-start.el (all): Add ns-right-control-modifier and
3932 ns-right-command-modifier (Bug#7458).
3933
c11cc37a
GM
39342010-11-20 Glenn Morris <rgm@gnu.org>
3935
3936 * emacs-lisp/authors.el (authors-ignored-files)
3937 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3938
7dcd777e
TH
39392010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3940
3941 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3942 (report-emacs-bug-parse-query-results)
3943 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3944 keywords used for querying the bug database to show them in the
3945 existing bugs buffer.
3946
d2bd5189
JD
39472010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3948
3949 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3950
3951 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3952
0e7c0582
EZ
39532010-11-20 Eli Zaretskii <eliz@gnu.org>
3954
3955 * international/characters.el (glyphless-char-display-control):
3956 Make it a defcustom, with update-glyphless-char-display as its
3957 :set attribute.
3958 (top level): Don't call update-glyphless-char-display.
3959
7398933f
MA
39602010-11-20 Michael Albinus <michael.albinus@gmx.de>
3961
3962 Sync with Tramp 2.2.0.
3963
3964 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3965 `file-remote-p' (due to compatibility).
3966
3967 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3968 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3969
3970 * net/trampver.el: Update release number.
3971
1cd64aae
EZ
39722010-11-20 Eli Zaretskii <eliz@gnu.org>
3973
3974 * faces.el (glyphless-char): Define value for `pc'.
3975
614316a7
TH
39762010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3977
26214810
EZ
3978 Implemented a bug querying mechanism.
3979 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3980 (report-emacs-bug-create-existing-bugs-buffer)
3981 (report-emacs-bug-parse-query-results)
26214810 3982 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3983
9061f667
TH
39842010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3985
3986 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3987 a \ref{} or \pageref{} macro, then use its value as initial input.
3988
1265829e
JB
39892010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3990
3991 * calc/calc-units.el (math-build-units-table-buffer):
3992 calc/README: Mention that the TeX specific units won't use the
3993 `tex' prefix in TeX mode.
3994 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3995 prefix for units in TeX mode.
3996
9fca7811
SM
39972010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4000 * comint.el (comint-kill-region): Make the yank-handler argument
4001 obsolete.
9fca7811 4002
4a47c275 40032010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4004
e2f454c4
SM
4005 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4006 that are both openers (resp. closers) and something else.
4007 (smie-grammar): Loosen definition of valid values.
4008 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4009 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4010 (smie-indent-after-keyword): Adjust users.
4011 (smie-indent-keyword): Don't indent empty lines.
4012
88bf1bec
SM
4013 * vc-hg.el (vc-hg-program): New var.
4014 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4015 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4016
4a47c275 40172010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4018
4019 * emacs-lisp/autoload.el (autoload-find-destination): The function
4020 coding-system-eol-type may return non-numeric values. (Bug#7414)
4021
4a47c275 40222010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4023
4024 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4025
4a47c275 40262010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4027
4028 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4029
4a47c275 40302010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4031
4032 * textmodes/picture.el (picture-mouse-set-point): Don't use
4033 posn-col-row; explicitly compute the motion based on the posn at
4034 the window-start (Bug#7390).
4035
4a47c275 40362010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4037
4038 * novice.el (disabled-command-function):
4039 Fix 2009-11-15 change. (Bug#7384)
4040
4a47c275 40412010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4042
4043 * calendar/calendar.el (diary-iso-date-forms): Make elements
4044 mutually exclusive. (Bug#7377)
4045
4a47c275 40462010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4047
4048 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4049 when filling the remaining "unconstrained" values.
4050
4a47c275 40512010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4052
acef0722
SM
4053 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4054 safety predicate.
4055
4056 * files.el (safe-local-variable-p): Gracefully handle errors.
4057
7bea8c7a
SM
4058 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4059 Use smie-indent-virtual when indenting relative to an opener.
4060 (smie-rule-separator): Use smie-rule-parent.
4061 (smie-indent-keyword): Consult rules, even for openers at bol.
4062 (smie-indent-comment-close): Try to align closer's content.
4063
4a47c275 40642010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4065
4066 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4067
4a47c275 40682010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4069
aa514451
GM
4070 * printing.el (pr-menu-bind): Doc fix.
4071
32b636de
GM
4072 * speedbar.el (speedbar-toggle-images): Doc fix.
4073
bc1d5cdf
GM
4074 * progmodes/python.el (python-shell): Doc fix.
4075
c790cad4
GM
4076 * wid-edit.el (widget-field-use-before-change)
4077 (widget-use-overlay-change): Doc fixes.
4078
c51bb5d2
SM
40792010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4080
8bbb7dd8
SM
4081 Minor cleanup to improve style.
4082 * textmodes/rst.el (rst-update-section): Use point-marker.
4083 (rst-get-decoration): Eliminate unneeded assignment.
4084 (rst-promote-region, rst-straighten-decorations)
4085 (rst-section-tree, rst-adjust): Use point-marker.
4086 (rst-toc-mode-mouse-goto): Avoid setq.
4087 (rst-shift-region-guts, rst-shift-region-left)
4088 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4089 (rst-convert-bullets-to-enumeration): Use copy-marker.
4090
b7e270a2
SM
4091 * minibuffer.el (completion-fail-discreetly): New var.
4092 (completion--do-completion): Use it.
4093
c51bb5d2
SM
4094 * electric.el (electric-pair-pairs): New var.
4095 (electric-pair-post-self-insert-function): Use it.
4096 (electric-layout-post-self-insert-function): Don't insert a before
4097 newline unless it's actually needed.
4098
c04f2ac0
SM
40992010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4100
bac2de0f
SM
4101 * progmodes/python.el (run-python): Explain why we remove the current
4102 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4103
c04f2ac0
SM
4104 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4105
7100ff98
SM
41062010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4107
03f70355
SM
4108 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4109 (octave-mode-map): Don't bind ;, SPC, and LF.
4110 (octave-auto-indent, octave-auto-newline): Remove.
4111 (electric-layout-rules): Declare.
4112 (octave-mode): Set electric-layout-rules.
4113 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4114 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4115 (octave-electric-space): Remove.
4116
7100ff98
SM
4117 * electric.el (electric-layout-mode): New minor mode.
4118 (electric--after-char-pos): New function.
4119 (electric-indent-post-self-insert-function): Use it.
4120 (electric-layout-rules): New var.
4121 (electric-layout-post-self-insert-function): New function.
4122 (electric-indent-mode): Make them interact better.
4123
cca982d0
SM
41242010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4127 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4128 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4129
84992dff
AM
41302010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4131
4132 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4133 Make sure to check inside the word (Bug#6761).
4134
afa42fe3
CY
41352010-11-14 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * startup.el (command-line): If the cursorColor resource is set,
4138 change the cursor face-spec (Bug#7392).
4139
a798747d 41402010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4141
a798747d 4142 The main features of the following allout.el changes are:
1c9b9df0
KM
4143 - implement user customization for the allout key bindings
4144 - add a customization control by which the user can inhibit use of
a798747d 4145 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4146 describe-prefix-bindings
4147 - adapt to new version of called-interactively-p, while
a798747d 4148 maintaining backwards compatibility with old version
01c35094 4149 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4150
a798747d
GM
4151 * allout.el (allout-keybindings, allout-bind-keys)
4152 (allout-keybindings-binding, allout-prefixed-keybindings)
4153 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4154 (allout-keybindings-list, allout-mode-map-adjustments)
4155 (allout-setup-mode-map): Establish allout-mode keymaps as user
4156 customizable settings, and also establish a customizable setting which
4157 regulates whether or not a trailing control-h is reserved for use with
4158 describe-prefix-bindings - and inhibit it by default, so that control-h
4159 *is* reserved for describe-prefix-bindings unless the user changes it.
4160
4161 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4162 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4163 modified events more comprehensively.
4164
a798747d
GM
4165 * allout.el (allout-substring-no-properties):
4166 Alias to use or provide version of `substring-no-properties'.
4167 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4168
a798747d
GM
4169 * allout.el (allout-next-single-char-property-change):
4170 Alias to use or provide version of `next-single-char-property-change'.
4171 (allout-annotate-hidden, allout-hide-by-annotation):
4172 Use `allout-next-single-char-property-change'.
1c9b9df0 4173
a798747d
GM
4174 * allout.el (allout-select-safe-coding-system):
4175 Alias to use or provide version of `select-safe-coding-system'.
4176 (allout-toggle-subtree-encryption):
4177 Use `allout-select-safe-coding-system'.
1c9b9df0 4178
a798747d
GM
4179 * allout.el (allout-set-buffer-multibyte):
4180 Alias to use or provide version of `set-buffer-multibyte'.
4181 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4182
a798747d
GM
4183 * allout.el (allout-called-interactively-p): Macro for using the
4184 different versions of called-interactively-p identically, depending on
4185 the subroutine's argument signature.
4186 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4187 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4188
a798747d
GM
4189 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4190 (allout-previous-visible-heading, allout-forward-current-level)
4191 (allout-backward-current-level, allout-show-children):
4192 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4193
a798747d
GM
4194 * allout.el (allout-before-change-handler):
4195 Exempt edits to the (overlaid) character after the allout outline
4196 bullet from edit confirmation prompt.
1c9b9df0 4197
a798747d
GM
4198 * allout.el (allout-add-resumptions):
4199 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4200
a798747d
GM
4201 * allout.el (allout-beginning-of-line):
4202 Use `allout-previous-single-char-property-change' alias for the sake of
4203 diverse compatibility.
1c9b9df0 4204
a798747d
GM
4205 * allout.el (allout-end-of-line):
4206 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4207
0216b738
CY
42082010-11-13 Chong Yidong <cyd@stupidchicken.com>
4209
4210 * frame.el (frame-notice-user-settings): Don't clobber other
4211 user-set parameters when calling face-set-after-frame-default in
4212 response to background-color parameter (Bug#7373).
4213
0eb025fb
EZ
42142010-11-13 Eli Zaretskii <eliz@gnu.org>
4215
4216 * international/characters.el (glyphless-char-display-control):
88b5a757 4217 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4218 Signal an error if display method is not one of the recognized
4219 symbols.
0eb025fb 4220
6e060cee
MA
42212010-11-13 Michael Albinus <michael.albinus@gmx.de>
4222
4223 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4224 (tramp-compat-line-end-position): Remove them.
4225
4226 * net/tramp.el (tramp-parse-rhosts-group)
4227 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4228 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4229 (tramp-parse-netrc-group, tramp-parse-putty-group)
4230 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4231 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4232 (tramp-sh-handle-file-selinux-context)
4233 (tramp-sh-handle-file-name-all-completions)
4234 (tramp-sh-handle-insert-directory)
4235 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4236 (tramp-wait-for-output, tramp-send-command-and-read)
4237 * net/tramp-smb.el (tramp-smb-read-file-entry)
4238 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4239
4240 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4241 `point-at-bol'.
4242 (tramp-remote-coding-commands): Add an alternative using "base64
4243 -d -i". This is needed for older base64 versions from GNU
4244 coreutils. Reported by Klaus Reichl
4245 <Klaus.Reichl@thalesgroup.com>.
4246
8da5345f
HN
42472010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4248
4249 * simple.el (count-words-region): New function.
4250
c156a63b
SM
42512010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4252
78835dd0
SM
4253 * shell.el (shell-dir-cookie-re): New custom variable.
4254 (shell-dir-cookie-watcher): New function.
4255
ebff325e
SM
4256 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4257 and compilation-mode (bug#7350).
4258
4e9e1584
SM
4259 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4260 highlight when one of them is empty.
4261
4490f875
SM
4262 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4263 trailing space.
4264 (skeleton-newline): New function.
4265 (skeleton-internal-1): Use it.
4266
c156a63b
SM
4267 * simple.el (open-line): `newline' may strip trailing space.
4268
f3bb9e16
KR
42692010-11-12 Kevin Ryde <user42@zip.com.au>
4270
4271 * international/mule-cmds.el (princ-list): Use mapc.
4272
7847454a
GM
42732010-11-12 Glenn Morris <rgm@gnu.org>
4274
4275 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4276 Use it to replace all instances of "*Compile-Log*".
7847454a 4277
aa310257
SM
42782010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4281 indentation specs.
4282
cbf83ce9
SM
42832010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * progmodes/modula2.el: Use SMIE and skeleton.
4286 (m2-mode-syntax-table): (*..*) can be nested.
4287 Add //...\n. Fix paren syntax.
4288 (m2-mode-map): Remove LF and TAB bindings.
4289 (m2-indent): Add safety property.
4290 (m2-smie-grammar): New var.
4291 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4292 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4293 (m2-mode): Use define-derived-mode.
4294 (m2-newline, m2-tab): Remove.
4295 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4296 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4297 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4298 (m2-import): Use define-skeleton.
4299
e7c4fb1e
GM
43002010-11-11 Glenn Morris <rgm@gnu.org>
4301
b3e4c911
GM
4302 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4303
b3e22bd4
GM
4304 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4305 (ls-lisp-verbosity): Add custom :set-after property.
4306 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4307 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4308 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4309 (ls-lisp-set-options): New function.
4310 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4311 Doc fix.
b3e22bd4 4312
55a4b4fe
GM
4313 * play/landmark.el (lm-prompt-for-move):
4314 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4315
e7c4fb1e
GM
4316 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4317
4318 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4319 (idlwave-study-twins): Prefix dynamic local variable `name'.
4320 (idlwave-routine-twin-compare): Update for above change.
4321
4322 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4323 Prefix dynamic local variables `name', `kwd', and `link'.
4324 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4325 * progmodes/idlw-complete-structtag.el
4326 (idlwave-complete-structure-tag-help):
4327 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4328 (idlwave-complete-sysvar-tag-help)
4329 (idlwave-complete-class-structure-tag-help):
4330 Update for above name changes.
4331
afe2870b
LMI
43322010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4333
4334 * net/browse-url.el (browse-url-browser-function): Change the
4335 default to use `browse-url-mail' on mailto: URLs.
4336
fbe3be3f
CY
43372010-11-10 Chong Yidong <cyd@stupidchicken.com>
4338
cbf83ce9
SM
4339 * emacs-lisp/package.el (package-read-all-archive-contents):
4340 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4341
a7cfbaea 43422010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4343
4344 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4345 already found as misspellings by (flyspell-large-region), just
c97685d4 4346 do highlighting (bug#7322).
bd4532fc 4347
13e7256f
GM
43482010-11-10 Glenn Morris <rgm@gnu.org>
4349
6d2a1e35
GM
4350 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4351
d4aca69c
GM
4352 * emulation/edt.el (edt-with-position): New macro.
4353 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4354 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4355 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4356
f8a09adb
GM
4357 * emulation/tpu-extras.el (tpu-with-position): New macro.
4358 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4359
c026460b
GM
4360 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4361
dea53a43
GM
4362 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4363 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4364 (texinfo-master-menu, texinfo-insert-node-lines)
4365 (texinfo-multiple-files-update):
4366 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4367 Use line-beginning-position.
4368
72bc50c0
GM
4369 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4370 No recent Emacs supports system-type `emx'.
4371
4372 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4373 (ada-command-separator, ada-default-prj-properties)
4374 (ada-find-any-references): Update for above name change.
4375
4376 * dirtrack.el (dirtrack-directory-function)
4377 (dirtrack-canonicalize-function):
4378 * filecache.el (file-cache-completion-ignore-case)
4379 (file-cache-case-fold-search, file-cache-ignore-case):
4380 * term.el (serial-port-is-file-p): Cosmetic change.
4381
4382 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4383 Remove non-existent `windows-95' system-type.
4384 * dired.el (dired-chown-program): Remove non-existent `linux'
4385 system-type.
4386
17731c39
GM
4387 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4388 (ping-program-options): Remove non-existent `linux' system-type.
4389
9228bbd3
GM
4390 * startup.el (package-initialize): Update declaration.
4391
6e404950
GM
4392 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4393 (ls-lisp-handle-switches): Use time-less-p.
4394 (ls-lisp-format-time): Use float-time.
4395
6f0d4bb6
GM
4396 * textmodes/remember.el (remember-time-to-seconds): Remove.
4397 (remember-store-in-mailbox): Use float-time.
4398
4399 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4400
4401 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4402 never a real function.
4403 (with-no-warnings): Remove compat stub, now unused.
4404 (time-less-p): Doc fix.
4405 (time-to-number-of-days): Simplify.
4406
73171bd4
GM
4407 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4408 Remove.
4409 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4410 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4411 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4412 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4413 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4414
13e7256f
GM
4415 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4416 (eshell-shuffle-files, eshell-shorthand-tar-command)
4417 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4418 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4419 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4420 Prefix dynamic local variable `matches'.
4421
b565f5a1
GM
4422 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4423 Prefix dynamic local variable `skeleton'.
4424
5ad3e885
KY
44252010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4426
4427 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4428 in mail buffer; make yank-action always a command that yanks original
4429 buffer.
4430
14121c52
GM
44312010-11-09 Glenn Morris <rgm@gnu.org>
4432
4433 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4434
d607b96b 44352010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4436
9bdba5f5
SM
4437 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4438 completion field (bug#7211).
4439
73525e72
SM
4440 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4441 Fix handling of backslash escapes.
4442 (python-quote-syntax): Adjust accordingly.
4443
d607b96b 44442010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4445
4446 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4447 (vc-mtn-workfile-branch): Adjust to new output format.
4448
d607b96b 44492010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4450
4451 * international/mule-cmds.el (princ-list): Mark as obsolete.
4452
d607b96b 44532010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4454
4455 * emacs-lisp/smie.el: New package.
4456
d607b96b 44572010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4458
7f925a67
SM
4459 * files.el (backup-by-copying-when-mismatch):
4460 Set `permanent-local' property.
6ce78fdc
MA
4461
4462 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4463 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4464
d607b96b 44652010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4466
4467 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4468
d607b96b 44692010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4470
7f925a67 4471 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4472 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4473 AUTOINOUT for SV style multidimensional arrays, bug294.
4474 Reported by Eric Mastromarchi.
4475 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4476 font-lock-fontify-buffer to cleanup style issues.
4477
d607b96b 44782010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4479
4480 * locate.el (locate, locate-mode): Doc fixes.
4481
d607b96b 44822010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4483
4484 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4485 user for confirmation.
4486 (server-force-stop): Use it.
4487 (server-start): Use server-force-stop for kill-emacs-hook, to
4488 avoid user interaction while killing Emacs.
4489
9b026d9f
GM
44902010-11-09 Glenn Morris <rgm@gnu.org>
4491
3406534c 4492 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4493 (meta-indent-line): Simplify.
3406534c 4494
9b026d9f
GM
4495 * vc/emerge.el (emerge-line-number-in-buf):
4496 * textmodes/ispell.el (ispell-region):
4497 * textmodes/fill.el (current-fill-column):
4498 * progmodes/xscheme.el (xscheme-send-current-line):
4499 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4500 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4501 * progmodes/sh-script.el (sh-handle-prev-do):
4502 * progmodes/meta-mode.el (meta-indent-line):
4503 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4504 (idlwave-in-quote):
4505 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4506 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4507 * progmodes/fortran.el (fortran-looking-at-if-then):
4508 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4509 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4510 (cperl-find-pods-heres):
4511 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4512 * net/quickurl.el (quickurl-list-insert):
4513 * net/ldap.el (ldap-search-internal):
4514 * net/eudc.el (eudc-expand-inline):
4515 * mail/sendmail.el (sendmail-send-it):
4516 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4517 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4518 (viper-brac-function):
4519 * calc/calc-yank.el (calc-do-grab-region):
4520 * calc/calc-keypd.el (calc-keypad-press):
4521 * term.el (term-move-columns, term-insert-spaces):
4522 * speedbar.el (speedbar-highlight-one-tag-line):
4523 * simple.el (current-word):
4524 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4525 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4526 (Info-scroll-down):
4527 * hippie-exp.el (he-line-beg):
4528 * epa.el (epa--marked-keys):
4529 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4530 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4531 (dired-relist-entry):
4532 * buff-menu.el (Buffer-menu-buffer):
4533 * array.el (current-line):
4534 * allout.el (allout-resolve-xref)
4535 (allout-latex-verbatim-quote-curr-line):
4536 Replace yet more uses of end-of-line etc with line-end-position, etc.
4537
db94771e
SM
45382010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4539
1398b795
SM
4540 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4541 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4542 (checkdoc-syntax-table): Initialize in the declaration.
4543 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4544 the mode on unconditionally.
4545
db94771e
SM
4546 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4547 (extent-end-position, extent-start-position): Remove setf method for
4548 non-existing functions (bug#7319).
4549
674728d4
SM
45502010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4553 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4554 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4555 (smie-prec2->grammar): Rename from smie-prec2-levels.
4556 (smie-grammar): Rename from smie-op-levels.
4557 (smie-indent--hanging-p): Rename from smie-hanging-p.
4558 (smie-rule-hanging-p): New alias.
4559 (smie-indent--bolp): Rename from smie-bolp.
4560 (smie-indent--hanging-p): New alias.
4561 (smie--token): New dynamically bound variable.
4562 (smie-indent--parent): New function.
4563 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4564 (smie-rule-next-p): Rename from smie-next-p.
4565 (smie-rule-prev-p): Rename from smie-prev-p.
4566 (smie-rule-sibling-p, smie-rule-parent)
4567 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4568 (smie-rule-separator-outdent): New var.
4569 (smie-indent--rule): Merge with smie-indent--column.
4570 (smie-indent-forward-token, smie-indent-backward-token):
4571 Also recognize close parens.
4572 (smie-indent-keyword): Don't use smie-indent--column any more.
4573 (smie-indent-after-keyword): Ignore closers by default.
4574 (smie-indent-line): Use with-demoted-errors.
4575 * progmodes/octave-mod.el (octave-smie-grammar):
4576 Rename from octave-smie-op-levels.
4577 (octave-smie-rules): Adjust to new behavior.
4578 * progmodes/prolog.el (prolog-smie-grammar):
4579 Rename from prolog-smie-op-levels.
4580
26f097bf
GM
45812010-11-07 Glenn Morris <rgm@gnu.org>
4582
de3490e1
GM
4583 * eshell/esh-util.el (subst-char-in-string)
4584 (directory-files-and-attributes): These compatibility definitions are
4585 not needed on any version of Emacs since at least 21.4.
4586
3ba6b2ee
GM
4587 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4588 (verilog-get-end-of-line): Remove.
4589 (verilog-within-string, verilog-re-search-forward-substr)
4590 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4591 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4592 Use point-at-bol, point-at-eol.
4593 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4594 Remove.
4595 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4596 (electric-pascal-terminate-line, pascal-set-auto-comments)
4597 (pascal-indent-paramlist, pascal-indent-declaration)
4598 (pascal-get-lineup-indent, pascal-func-completion)
4599 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4600 Use point-at-bol, point-at-eol.
4601 * progmodes/flymake.el (flymake-line-beginning-position)
4602 (flymake-line-end-position): Remove.
4603 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4604 * eshell/esh-util.el (line-end-position, line-beginning-position):
4605 Remove compat definitions.
4606
76fc02b6
GM
4607 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4608 Use end-of-line N.
4609 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4610 Use line-end-position.
4611
e180ab9f
GM
4612 * emacs-lisp/chart.el (chart-zap-chars):
4613 * play/decipher.el (decipher-set-map):
4614 * progmodes/ada-mode.el (ada-get-current-indent)
4615 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4616 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4617 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4618 (ada-get-all-references):
4619 * progmodes/cperl-mode.el (cperl-electric-paren)
4620 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4621 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4622 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4623 (cperl-word-at-point-hard):
4624 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4625 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4626 (idlwave-shell-display-line):
4627 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4628 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4629 * progmodes/js.el (js--re-search-forward-inner)
4630 (js--re-search-backward-inner):
4631 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4632 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4633 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4634 * textmodes/flyspell.el (flyspell-process-localwords):
4635 * textmodes/ispell.el (ispell-buffer-local-parsing)
4636 (ispell-buffer-local-dict, ispell-buffer-local-words):
4637 Use point-at-bol and point-at-eol.
4638
26f097bf
GM
4639 * speedbar.el (speedbar-generic-item-info)
4640 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4641 (speedbar-add-indicator, speedbar-check-vc-this-line)
4642 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4643 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4644 Replace more uses of end-of-line etc with line-end-position.
4645
b05fde66
GM
46462010-11-06 Glenn Morris <rgm@gnu.org>
4647
5ed619e0
GM
4648 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4649 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4650 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4651 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4652 (texinfo-multiple-files-update):
4653 * textmodes/table.el (table--probe-cell-left-up)
4654 (table--probe-cell-right-bottom):
4655 * textmodes/picture.el (picture-tab-search):
4656 * textmodes/page-ext.el (pages-copy-header-and-position)
4657 (pages-directory-for-addresses):
4658 * progmodes/vera-mode.el (vera-get-offset):
4659 * progmodes/simula.el (simula-calculate-indent):
4660 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4661 * progmodes/prolog.el (end-of-prolog-clause):
4662 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4663 * progmodes/icon.el (indent-icon-exp):
4664 * progmodes/etags.el (tag-re-match-p):
4665 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4666 * progmodes/ebnf2ps.el (ebnf-begin-file):
4667 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4668 (dcl-save-local-variable):
4669 * play/life.el (life-setup):
4670 * play/gametree.el (gametree-looking-at-ply):
4671 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4672 * mail/sendmail.el (mail-mode-auto-fill):
4673 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4674 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4675 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4676 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4677 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4678 * type-break.el (type-break-file-keystroke-count):
4679 * term.el (term-replace-by-expanded-history-before-point)
4680 (term-skip-prompt, term-extract-string):
4681 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4682 (speedbar-contract-line, speedbar-toggle-line-expansion)
4683 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4684 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4685 * sort.el (sort-skip-fields):
4686 * skeleton.el (skeleton-internal-list):
4687 * simple.el (line-move-finish, line-move-to-column):
4688 * shell.el (shell-forward-command):
4689 * misc.el (copy-from-above-command):
4690 * makesum.el (double-column):
4691 * ebuff-menu.el (electric-buffer-update-highlight):
4692 * dired.el (dired-move-to-end-of-filename):
4693 * dframe.el (dframe-popup-kludge):
4694 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4695 * arc-mode.el (archive-get-lineno):
4696 Use line-end-position and line-beginning-position.
4697
e2a9c0bc
GM
4698 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4699 (idlwave-study-twins): Prefix dynamic local `class'.
4700 (idlwave-routine-twin-compare): Update for above name change.
4701
4e44448f
GM
4702 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4703 Use boundp tests to silence compiler. Update for changed name of
4704 bytecomp-filename variable.
4705
8f6c3eac
GM
4706 * emulation/viper-cmd.el (viper-read-string-with-history):
4707 Prefix dynamic local `initial'.
4708 (viper-minibuffer-standard-hook): Update for above name change.
4709
79d1dabe
GM
4710 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4711 (elint-init-form): Update for above name change.
4712
0e4bb7f0
GM
4713 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4714 local variables `cbeg' and `cend' a prefix.
4715 (mail-extr-voodoo): Update for above name change.
4716
c8f3bf36
GM
4717 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4718 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4719 (reftex-toc-promote-action): Doc fix.
4720
4721 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4722 `prompt', `data' a prefix.
4723 (reftex-select-post-command-hook, reftex-select-callback)
4724 (reftex-select-mouse-accept, reftex-select-read-cite):
4725 Update for above name changes.
4726
4727 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4728 `refstyle' to reftex-refstyle.
4729 (reftex-offer-label-menu): Update for above name change.
4730 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4731 `refstyle' name change.
4732
b05fde66
GM
4733 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4734 with with-current-buffer.
4735 (diff, template): Give dynamic local variables a prefix.
4736 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4737 (emerge-line-number-in-buf): Update for above name change.
4738 (emerge-combine-versions-internal): Rename local `template' to
4739 emerge-combine-template.
4740 (emerge-combine-versions-edit): Update for above name change.
4741
5d8f9169
RA
47422010-11-06 Ralf Angeli <angeli@caeruleus.net>
4743
4744 * textmodes/reftex-cite.el
4745 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4746 entries with whitespace after \bibitem.
4747 (reftex-create-bibtex-file): Match entries containing numbers and
4748 symbol constituents. Make sure that entries with whitespace at
4749 various places are found.
4750
f8aefe82
MA
47512010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4752
4753 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4754
e06918d2
JD
47552010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4756
4757 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4758
17fc58c9
GM
47592010-11-05 Glenn Morris <rgm@gnu.org>
4760
f7fe4837
GM
4761 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4762 (woman2-roff-buffer): Give local variable `request' a prefix.
4763 (woman0-macro): Rename argument `request' in the same way.
4764 (woman-request): New name for `request' dynamic variable.
4765 (woman-unquote, woman-forward-arg): Update for above name change.
4766 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4767 (woman1-unquote): New name for `unquote' dynamic variable.
4768 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4769 (woman-translations): Rename from `translations'. No longer global.
4770 (woman2-tr, woman-translate): Update for above name change.
4771 (woman-translate): Check for bound variable.
4772 (woman2-roff-buffer): Give local variable `translations' a prefix.
4773
869c4186
GM
4774 * play/doctor.el: Give all local variables a prefix. Update callers.
4775 (doc$, doctor-put-meaning): Use backquote.
4776
215461a8
GM
4777 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4778 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4779
17fc58c9
GM
4780 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4781 variables bytes, ptr, op a prefix.
4782 (disassemble-offset): Update for above change.
4783
015eea59
CY
47842010-11-03 Chong Yidong <cyd@stupidchicken.com>
4785
4786 * emacs-lisp/package.el (package-unpack): Remove no-op.
4787 (package--builtins, package--dir): Doc fix.
4788 (package-activate-1, package-activate, package-install)
4789 (package-compute-transaction): Fix error message.
4790 (package-delete): Use delete-directory. Omit system packages.
4791 (package-initialize): Set package-alist to nil first.
4792 (package-menu-mark-delete, package-menu-mark-install): Don't add
4793 symbols that are inconsistent with the package state.
4794 (package-menu-execute): Perform deletions and installations as
4795 single batch operations.
4796
033862d1
GM
47972010-11-03 Glenn Morris <rgm@gnu.org>
4798
0b03a950
GM
4799 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4800 (props): Remove unnecessary declaration.
4801
e337e22c
GM
4802 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4803 set-process-query-on-exit-flag.
4804
a88e24dd 4805 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4806 (reftex-toc-do-promote): Remove unused local `mpos'.
4807 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4808
537b04b9
GM
4809 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4810
52365e61
GM
4811 * play/landmark.el (lm-losing-threshold): Correct spelling.
4812 (lm-human-plays): Use new name.
4813
cd32f8a9
GM
4814 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4815 (gomoku-human-plays): Use new name.
4816
033862d1
GM
4817 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4818 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4819 (gomoku-score-trans-table, gomoku-winning-threshold)
4820 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4821
4b99edf2
CY
48222010-11-03 Chong Yidong <cyd@stupidchicken.com>
4823
4824 * emacs-lisp/package.el: Don't put built-in packages in
4825 package-alist, to avoid loading inefficiencies.
4826 (package-built-in-p): Make VERSION optional, and treat it as a
4827 minimum acceptable version.
6a7662bb
BR
4828 (package-activate): Search separately for built-in packages.
4829 Emit a warning if a dependency fails.
4b99edf2
CY
4830 (define-package): Handle most common case, where there is no
4831 obsolete package, first.
4832 (package-compute-transaction): Print required version in error.
4833 (package--initialized): New variable.
4834 (list-packages): Use it.
4835 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4836 built-in packages in packages-alist; keep it separate.
4837 Set package--initialized.
4b99edf2
CY
4838 (describe-package): Avoid activating packages as a side-effect.
4839 Search separately for built-in packages.
4840 (describe-package-1): Handle the case where an elpa package is
4841 simultaneously built-in and available/installed.
6a7662bb
BR
4842 (package-installed-p, package--generate-package-list):
4843 Search separately for built-in packages.
4b99edf2
CY
4844 (package-load-descriptor): Doc fix.
4845
3225dcaa
SM
48462010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4849 Handle __DATA__ and __END__.
4850
fa14dc18
NF
48512010-11-02 Noah Friedman <friedman@splode.com>
4852
4853 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4854 nil, do not ask to recompile files that are not already compiled,
4855 and do not recompile them.
4856
0f75c62a
CY
48572010-11-02 Chong Yidong <cyd@stupidchicken.com>
4858
4859 * emacs-lisp/package.el (package-initialize): Ensure that
4860 obsoleted built-in packages are not in package-activated-list
4861 during activation.
4862 (describe-package-1): Make the "installed" status override
4863 "built-in".
4864
b29f5b7b
VJL
48652010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4866
4867 * subr.el (version-separator, version-regexp-alist): Remove '*'
4868 from docstring.
4869 (version-list-<=, version<=, version=): Doc fix.
4870
b18fad6d
KH
48712010-11-01 Kenichi Handa <handa@m17n.org>
4872
4873 * faces.el (glyphless-char): Inherit underline for tty.
4874
a8039db1 48752010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4876
4877 Implement various display methods for glyphless characters.
4878
4879 * international/characters.el (char-acronym-table): New variable.
4880 (glyphless-char-control): New variable.
35f52ed6 4881 (update-glyphless-char-display): New function.
b2cca856
KH
4882
4883 * faces.el (glyphless-char): New face.
4884
28886d5e
GM
48852010-11-01 Glenn Morris <rgm@gnu.org>
4886
919dd7aa
GM
4887 * calendar/holidays.el (general-holidays, oriental-holidays)
4888 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4889 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4890 the definitions of their targets.
4891
c79fc059
GM
4892 * emacs-lisp/smie.el (smie): New custom group.
4893 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4894
c8ccffb1
GM
4895 * faces.el (xw-defined-colors, x-setup-function-keys):
4896 * mouse-sel.el (x-select-text):
4897 * term/w32console.el (x-setup-function-keys): Update declarations.
4898
f4ff702e
GM
4899 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4900
806c491a
GM
4901 * textmodes/ispell.el (comment-add): Declare.
4902
c3dfebd1
GM
4903 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4904 Declare.
4905
28886d5e
GM
4906 * info.el (finder-keywords-hash, package-alist): Declare.
4907
693c9d15
CY
49082010-11-01 Chong Yidong <cyd@stupidchicken.com>
4909
4910 * finder.el (finder-compile-keywords): Don't use intern-soft,
4911 since package names may not yet exist in the obarray.
4912
49132010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4914
4915 * vc/vc-arch.el (vc-arch-checkin):
4916 * vc/vc-cvs.el (vc-cvs-checkin):
4917 * vc/vc-mtn.el (vc-mtn-checkin):
4918 * vc/vc-rcs.el (vc-rcs-checkin):
4919 * vc/vc-sccs.el (vc-sccs-checkin):
4920 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4921 since 2010-04-21 commit by Stefan Monnier.
4922
36967cf7
GM
49232010-11-01 Glenn Morris <rgm@gnu.org>
4924
feb5e60a
GM
4925 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4926
1f023ca9
GM
4927 * startup.el (package-enable-at-startup, package-initialize):
4928 Silence compiler.
4929
36967cf7
GM
4930 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4931 Silence compiler.
4932
430e7297
JD
49332010-10-31 Julien Danjou <julien@danjou.info>
4934
4935 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4936 (byte-recompile-directory):
4937 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4938 Use `byte-recompile-file'.
4939
c8c59954
GM
49402010-10-31 Glenn Morris <rgm@gnu.org>
4941
4942 * cus-start.el: Handle standard values via a keyword.
4943 Only set version property if specified.
4944 (cursor-in-non-selected-windows, menu-bar-mode)
4945 (tool-bar-mode, show-trailing-whitespace):
4946 Do not specify standard values.
4947 (transient-mark-mode, temporary-file-directory): Use :standard.
4948
04e63796
JD
49492010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4950
4951 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4952 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4953
2699a554 49542010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4955
4956 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4957 preserve owner and group when editing files. (Bug#7289)
4958
35fcc05c 49592010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4960
4961 * speedbar.el (speedbar-mode):
4962 * play/fortune.el (fortune-in-buffer, fortune):
4963 * play/gomoku.el (gomoku-mode):
4964 * play/landmark.el (lm-mode):
4965 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4966 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4967
82f7efc3
GM
4968 * select.el (x-selection): Mark it as an obsolete alias.
4969
2699a554 49702010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4971
f486841f 4972 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4973 major-mode (bug#7284).
4974
2699a554 49752010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4976
4977 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4978 rather than just an unused variable that inherits from the real one.
4979
e6ef5dd9
AM
49802010-10-31 Alan Mackenzie <acm@muc.de>
4981
4982 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4983 This fixes bug #7185.
4984
8a500a91
CY
49852010-10-30 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * startup.el (command-line): Search for package directories, and
4988 don't load package.el if none are found.
4989
6a7662bb
BR
4990 * emacs-lisp/package.el (describe-package, list-packages):
4991 Call package-initialize if it has not been called yet.
8a500a91 4992
4f9e41e4
AM
49932010-10-30 Alan Mackenzie <acm@muc.de>
4994
4995 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4996 which fontifies the tail of an enum.
4997 (c-basic-matchers-after): Insert a call to the above new function.
4998 This fixes bug #7264.
4999
88f43c67
GM
50002010-10-30 Glenn Morris <rgm@gnu.org>
5001
5002 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5003 tool-bar-mode, transient-mark-mode. (Bug#7306)
5004 Include the :set property in the dumped Emacs.
5005
c4d17d50
SM
50062010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 SMIE: change indent rules format, improve smie-setup.
5009 * emacs-lisp/smie.el (smie-precs-precedence-table)
5010 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5011 Mark them pure so the tables gets built at compile time.
5012 (smie-bnf-precedence-table): Store the closer-alist in the table.
5013 (smie-prec2-levels): Preserve the closer-alist.
5014 (smie-blink-matching-open): Be more forgiving in case of indentation.
5015 (smie-hanging-p): Rename from smie-indent--hanging-p.
5016 (smie-bolp): Rename from smie-indent--bolp.
5017 (smie--parent, smie--after): New dynamic vars.
5018 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5019 (smie-indent-rules): Remove.
5020 (smie-indent--offset-rule): Remove fun.
5021 (smie-rules-function): New var.
5022 (smie-indent--rule): New fun.
5023 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5024 (smie-indent-exps): Use it.
5025 (smie-setup): Setup paren blinking; add keyword args for token
5026 functions; extract closer-alist from op-levels.
5027 (smie-indent-debug-log): Remove var.
5028 (smie-indent-debug): Remove fun.
5029 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5030 (prolog-smie-rules): New fun to replace it.
5031 (prolog-mode-variables): Simplify.
5032 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5033 it's setup automatically.
5034 (octave-smie-indent-rules): Remove.
5035 (octave-smie-rules): New fun to replace it.
5036 (octave-mode): Simplify.
5037
9d794026
GM
50382010-10-29 Glenn Morris <rgm@gnu.org>
5039
e088c02a
GM
5040 * files.el (temporary-file-directory): Remove (already defined in C).
5041 * cus-start.el: Add temporary-file-directory.
5042
9d794026
GM
5043 * abbrev.el (abbrev-mode):
5044 * composite.el (auto-composition-mode):
5045 * menu-bar.el (menu-bar-mode):
5046 * simple.el (transient-mark-mode):
5047 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5048 that they do not define the associated variables twice.
5049 * simple.el (transient-mark-mode): Remove defvar.
5050 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5051 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5052 Handle multiple groups, and also custom-delayed-init-variables.
5053 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5054
dcc029e0
SM
50552010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5058 (pcase-if): Add one minor optimization.
5059 (pcase-split-equal): Rename from pcase-split-eq.
5060 (pcase-split-member): Rename from pcase-split-memq.
5061 (pcase-u1): Add strings to the member optimization.
5062 Add `guard' variant of predicates.
5063 (pcase-q1): Add string patterns.
5064
a62b88d4
SM
50652010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5068
f41f19b0
GM
50692010-10-28 Glenn Morris <rgm@gnu.org>
5070
b3edb781
GM
5071 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5072 Move menu-bar related settings to ../menu-bar.el.
5073 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5074 Move ns-specific settings here from term/ns-win.el.
5075
f41f19b0
GM
5076 * simple.el (x-selection-owner-p): Remove unused declaration.
5077
6175cd08
SM
50782010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * minibuffer.el (completion-cycling): New var (bug#7266).
5081 (minibuffer-complete, completion--do-completion):
5082 Use completion--flush-all-sorted-completions.
5083 (minibuffer-complete): Only cycle if completion-cycling is set.
5084 (completion--flush-all-sorted-completions): Unset completion-cycling.
5085 (minibuffer-force-complete): Set completion-cycling.
5086 (completion-all-sorted-completions): Move declaration before first use.
5087
19677c71
LL
50882010-10-28 Leo <sdl.web@gmail.com>
5089
5090 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5091 which changes the order of matches seen by users (bug#7231).
5092
50932010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5094
5095 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5096 Don't confuse -omega as "-o mega".
5097
2122161f
SM
50982010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5099
ce8794df
SM
5100 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5101 (log-edit-author): New dynamic var.
5102 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5103 to return the author if different from committer.
5104 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5105
80cb310d
SM
5106 * play/landmark.el: Adjust commenting convention.
5107 (lm-nil-score): Rename from nil-score.
5108 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5109 (OOOOscore): Move into a let in lm-score-trans-table.
5110 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5111
2122161f
SM
5112 * electric.el (electric-indent-chars): Autoload.
5113 * progmodes/octave-mod.el (octave-mode):
5114 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5115 (ruby-mode-abbrev-table): Merge initialization and declaration.
5116
e925113b
GM
51172010-10-27 Glenn Morris <rgm@gnu.org>
5118
208d109c
GM
5119 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5120 variable.
5121
7d3e3843
GM
5122 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5123
e925113b
GM
5124 * term/ns-win.el: Restore require of cl when compiling.
5125 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5126 (ns-handle-nxopen): Optionally handle the temp-case.
5127 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5128 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5129
b94a5a43
GM
51302010-10-26 Glenn Morris <rgm@gnu.org>
5131
5132 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5133
fc3eda04
AR
51342010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5135
5136 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5137 global map.
5138 * term/common-win.el (x-setup-function-keys): Remove most of the
5139 keymappings. Comment on the remaining ones.
5140
c79b0b1c
PO
51412010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5142
c31dc2c0 5143 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5144 (server-start): Use server-port.
5145
725513b7
GM
51462010-10-26 Glenn Morris <rgm@gnu.org>
5147
d7d8c62a
GM
5148 * term/ns-win.el (ns-version-string): Remove unused declaration.
5149 (ns-invocation-args): Change to x-invocation-args.
5150 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5151 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5152 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5153 Use x-invocation-args instead of ns-invocation-args.
5154 (ns-initialize-window-system, handle-args-function-alist):
5155 Use x-handle-args instead of ns-handle-args.
5156 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5157 * startup.el (command-line-ns-option-alist): Replace
5158 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5159 ns-handle-iconic with the x- equivalents.
5160
725513b7
GM
5161 * term/common-win.el (x-select-enable-clipboard):
5162 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5163
5164 * term/ns-win.el: No need to require cl when compiling.
5165 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5166 (xw-defined-colors): Use the common-win definitions.
5167 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5168 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5169 * term/common-win.el (x-select-text, x-alternatives-map)
5170 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5171 * loadup.el [ns]: Load common-win.
5172
77ec02d8
DU
51732010-10-26 Daiki Ueno <ueno@unixuser.org>
5174
5175 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5176 recipients; expand mail aliases (Bug#7280).
77ec02d8 5177
6a5c2175
GM
51782010-10-25 Glenn Morris <rgm@gnu.org>
5179
59ba9d59
GM
5180 * term/common-win.el (x-handle-switch): Simplify with pop.
5181 Optionally handle numeric switches.
5182 (x-handle-numeric-switch): Just call x-handle-switch.
5183 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5184 (x-handle-name-switch, x-handle-display, x-handle-args):
5185 Simplify with pop.
5186
6a5c2175
GM
5187 * term/ns-win.el: Do not require easymenu.
5188 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5189 <spell>: Move adjustments to menu-bar.el.
5190 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5191 <separator-undo, spell>: Move ns-win's adjustments here.
5192 * loadup.el [ns]: Do not load easymenu.
5193
01898dc2
CY
51942010-10-24 Chong Yidong <cyd@stupidchicken.com>
5195
5196 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5197 Delete (Bug#7222).
01898dc2
CY
5198
5199 * startup.el (fancy-startup-tail): Instead of using inline images,
5200 refer to image files from etc/.
5201
5202 * wid-edit.el (checkbox): Likewise.
5203 (widget-image-find): Center image specs.
5204
a44d921f
GM
52052010-10-24 Glenn Morris <rgm@gnu.org>
5206
5207 * term/ns-win.el (x-select-text): Doc fix.
5208 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5209 (x-select-text): Move to term/common-win.
5210 * term/w32-win.el (xw-defined-colors): Move to common-win.
5211 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5212 (x-setup-function-keys, x-select-text): Move to common-win.
5213 * term/common-win.el (x-select-text, x-alternatives-map)
5214 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5215 definitions here.
5216
709228c0 52172010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5218
5219 * net/mairix.el (mairix-searches-mode-map):
5220 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5221
0c382083 52222010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5223
2b0c7330 5224 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5225 auto-built for efficiency of execution and updating.
5226 (verilog-extended-complete-re): Support 'pure' fucntion & task
5227 declarations (these have no bodies).
ca39416c
AH
5228 (verilog-beg-of-statement): General cleanup to enable support of
5229 'pure' fucntion & task declarations (these have no bodies).
5230 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5231 noticed by Steve Pearlmutter.
5232 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5233 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5234 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5235 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5236 attribute handling for lining up declarations and assignments.
5237 (verilog-beg-of-statement-1): Fix issue where continued declaration
5238 is indented differently if it is after a begin..end clock.
5239 (verilog-in-attribute-p, verilog-skip-backward-comments)
5240 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5241 attributes by indent code. Reported by Jeff Steele.
ca39416c 5242 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5243 (verilog-backward-up-list, verilog-in-struct-region-p)
5244 (verilog-backward-token, verilog-in-struct-p)
5245 (verilog-in-coverage-p, verilog-do-indent)
5246 (verilog-pretty-declarations): Use verilog-backward-up-list as
5247 wrapper around backward-up-list inorder to properly skip comments.
5248 Reported by David Rogoff.
5249 (verilog-property-re, verilog-endcomment-reason-re)
5250 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5251 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5252 of if). Reported by Max Bjurling and
a03c2342 5253 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5254 declaration. Reported by Brian Hunter.
a03c2342 5255
0c382083 52562010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5257
2b0c7330 5258 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5259 (verilog-gate-keywords, verilog-read-sub-decls)
5260 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5261 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5262 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5263 (verilog-read-decls): Fix spaces in V2K module parameters causing
5264 mis-identification as interfaces, bug287.
5265 (verilog-read-decls): Fix not treating "parameter string" as a
5266 parameter in AUTOINSTPARAM.
5267 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5268 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5269 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5270 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5271 (verilog-font-lock-keywords-2): Fix highlighting of single
5272 character pins, bug264. Reported by Michael Laajanen.
5273 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5274 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5275 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5276 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5277 (verilog-pretty-expr): Fix interactive arguments, bug272.
5278 Reported by Mark Johnson.
5279 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5280 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5281 bug269. Suggested by Gary Delp.
a03c2342 5282 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5283 (verilog-preprocessor, verilog-set-compile-command):
5284 Create verilog-preprocess and verilog-preprocessor to show
5285 preprocessed output.
a03c2342
WS
5286 (verilog-get-beg-of-line, verilog-get-end-of-line)
5287 (verilog-modi-file-or-buffer, verilog-modi-name)
5288 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5289 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5290 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5291 (verilog-colorize-region, verilog-highlight-buffer)
5292 (verilog-highlight-includes, verilog-highlight-modules)
5293 (verilog-highlight-region, verilog-mode): Rename colorize to
5294 highlight to match other packages. Disable module highlighting,
5295 as received speed complaints, reenable for experimentation only
5296 using new verilog-highlight-modules.
5297 (verilog-read-decls): Fix regexp stack overflow in very large
5298 AUTO_TEMPLATEs, bug250.
5299 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5300 (verilog-scan): Create verilog-save-buffer-state to standardize
5301 making insignificant changes that shouldn't call hooks.
5302 (verilog-save-no-change-functions, verilog-save-scan-cache)
5303 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5304 Create verilog-save-no-change-functions to wrap verilog-scan
5305 preservation, and fix to work with nested preserved calls.
5306 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5307 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5308 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5309 (verilog-submit-bug-report): Update variable list to be complete.
5310 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5311 breaking on-the-fly font-locking.
5312 (verilog-colorize-buffer, verilog-colorize-include-files)
5313 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5314 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5315 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5316 AUTOINST cell instance name, middle mouse button now finds-file on
5317 it. Suggested by Brad Dobbie.
5318 (verilog-alw-get-temps, verilog-auto-reset)
5319 (verilog-auto-sense-sigs, verilog-read-always-signals)
5320 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5321 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5322 initialization section of a for() should be ignored.
5323 Reported by Dan Dever.
a03c2342
WS
5324 (verilog-error-font-lock-keywords)
5325 (verilog-error-regexp-emacs-alist)
5326 (verilog-error-regexp-xemacs-alist): Fix error detection of
5327 Cadence HAL, reported by David Asher. Repair drift between the
5328 three similar error variables.
5329 (verilog-modi-lookup, verilog-modi-lookup-cache)
5330 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5331 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5332 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5333 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5334 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5335 "{1*2{...". Broke in last revision.
5336 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5337 submodule connections with replications "{#{a},#{b}}".
5338
0c382083
CY
53392010-10-24 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5342 Fix typo in docstring.
5343
53442010-10-24 Kenichi Handa <handa@m17n.org>
5345
5346 * face-remap.el (text-scale-adjust): Call read-event with a proper
5347 prompt.
5348
53492010-10-24 Chong Yidong <cyd@stupidchicken.com>
5350
5351 * emacs-lisp/unsafep.el: Don't mark functions that display
5352 messages as safe. Suggested by Johan Bockgård.
5353
53542010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5357 Turn comments into docstrings.
5358
5359 * minibuffer.el (completion--replace): Move point where it belongs
5360 when there's a common suffix (bug#7215).
5361
9317e499
CY
53622010-10-24 Chong Yidong <cyd@stupidchicken.com>
5363
5364 Merge read-color and facemenu-read-color (Bug#7242).
5365
5366 * faces.el (read-color): Use the completion code from
5367 facemenu-read-color. Require match in completion. Doc fix.
5368
5369 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5370 (facemenu-set-foreground, facemenu-set-background):
5371 Use read-color.
9317e499
CY
5372
5373 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5374 (set-cursor-color, set-mouse-color, set-border-color):
5375 Use read-color.
9317e499 5376
a44d921f 53772010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5378
5379 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5380 argument of delete-file and delete-directory (Bug#7011).
5381
43207249
CY
53822010-10-24 Chong Yidong <cyd@stupidchicken.com>
5383
5384 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5385 button-buffer-map.
5386
484db896 53872010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5388
5389 * emacs-lisp/package.el (package--generate-package-list): Make the
5390 *Packages* buffer read-only.
5391
10f5e3e6
AM
53922010-10-24 Alan Mackenzie <acm@muc.de>
5393
5394 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5395 result of `c-beginning-of-decl-1' between invocations of a lambda
5396 function (Bug #7265).
5397
3ec6ca72
DU
53982010-10-24 Daiki Ueno <ueno@unixuser.org>
5399
5400 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5401 executable is not available on the system (Bug#7268).
5402
ec514007
GM
54032010-10-24 Glenn Morris <rgm@gnu.org>
5404
f5f25615
GM
5405 * select.el (selection-coding-system, next-selection-coding-system):
5406 Sync doc with C versions.
3646b86d 5407
8aa0f263
GM
5408 * w32-vars.el (x-select-enable-clipboard):
5409 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5410 * term/common-win.el (x-select-enable-clipboard): Move here.
5411
46710489
GM
5412 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5413 definition of C variable.
5414
ec514007
GM
5415 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5416 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5417 Don't redefine things that are defined in C.
5418 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5419 (show-trailing-whitespace, auto-hscroll-mode)
5420 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5421 Set up the appropriate custom properties.
5422
8a79905d
CY
54232010-10-24 Chong Yidong <cyd@stupidchicken.com>
5424
5425 Bind "C-c ]" to ...
5426 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5427 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5428 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5429 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5430
aa02a29f
GM
54312010-10-23 Glenn Morris <rgm@gnu.org>
5432
7dfc15df
GM
5433 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5434 say what it was.
5435
66c6abf0
GM
5436 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5437 Sync docs with C version.
f3d87560 5438
3193e969
GM
5439 * term/ns-win.el (xw-defined-colors):
5440 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5441
6f748f70
GM
5442 * term/pc-win.el (x-select-enable-clipboard):
5443 * term/x-win.el (x-select-enable-clipboard):
5444 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5445
7aa93795
GM
5446 * comint.el (comint-password-prompt-regexp): Make it less vague.
5447 Bump version.
5448
17284e30
GM
5449 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5450
aa02a29f
GM
5451 * help.el (finder-by-keyword): Remove unnecessary autoload.
5452
69b55131
GM
54532010-10-22 Glenn Morris <rgm@gnu.org>
5454
9a0dd02d
GM
5455 * loadup.el: Unconditionally load float-sup.
5456 * paren.el (show-paren-delay):
5457 * emacs-lisp/float-sup.el:
5458 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5459 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5460 (lazy-lock-stealth-verbose): Assume float support.
5461 * ps-print.el: Assume float support on Emacs.
5462 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5463 Remove non-float branch.
5464
69b55131
GM
5465 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5466 src/Makefile no longer being pre-processed.
5467
7c23d9e8
SM
54682010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * emacs-lisp/find-func.el (find-library): Use test-completion.
5471
23737b4a
LMI
54722010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5473
7c23d9e8 5474 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5475
6e060cee 54762010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5477
5478 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5479 space in stat format string.
5480 (tramp-send-command): Unset $PS1 when using here documents, in
5481 order not to get several prompts.
5482 (tramp-get-inline-coding): Return `nil' in case of errors.
5483
08ffb131
DU
54842010-10-21 Daiki Ueno <ueno@unixuser.org>
5485
7c23d9e8
SM
5486 * hexl.el (hexl-mode, hexl-mode-exit):
5487 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5488 (hexl-revert-buffer-function): New function.
5489 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5490
ba7fdf30
AM
54912010-10-19 Alan Mackenzie <acm@muc.de>
5492
7c23d9e8
SM
5493 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5494 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5495 that these keywords aren't wrongly matched as identifiers.
5496
ba7fdf30
AM
5497 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5498 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5499 c-after-change. (Bug#7181)
ba7fdf30 5500
7fd8732d
CY
55012010-10-19 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5504 Don't mark as safe.
5505
5506 * custom.el (custom-theme-set-variables): Likewise.
5507 (load-theme): Add custom-theme-set-faces and
5508 custom-theme-set-variables to safe-functions while loading.
5509 (custom-enabled-themes): Mark as risky.
5510
3f12b18c
JD
55112010-10-18 Julien Danjou <julien@danjou.info>
5512
5513 * bindings.el: Remove end dashes in default mode-line-format.
5514
b8a47412
CY
55152010-10-19 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5518 to delete-forward-char.
5519
5520 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5521 deletechar, and hence delete-forward-char.
5522
ca3fa302
JB
55232010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * repeat.el (repeat): Use read-key (bug#6256).
5526
55272010-10-19 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * emacs-lisp/unsafep.el: Don't mark functions that display
5530 messages as safe. Suggested by Johan Bockgård.
5531
55322010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * minibuffer.el (completion--replace): Move point where it belongs
5535 when there's a common suffix (bug#7215).
5536
55372010-10-19 Kenichi Handa <handa@m17n.org>
5538
5539 * international/characters.el: Add category '|' (word breakable)
5540 to fullwidth characters.
5541
3224b54d
MA
55422010-10-19 Michael Albinus <michael.albinus@gmx.de>
5543
5544 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5545 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5546 order to make stat results a float. Patch by Andreas Schwab
5547 <schwab@linux-m68k.org>.
5548
36ba6f07
JD
55492010-10-18 Julien Danjou <julien@danjou.info>
5550
5551 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5552 hidden by `make-pointer-invisible'.
5553
43f964fc
SM
55542010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * files.el (locate-file-completion-table): Strip non-matching elements
5557 before checking length of list (bug#7238).
5558
e48eb343
CY
55592010-10-18 Chong Yidong <cyd@stupidchicken.com>
5560
5561 * custom.el (custom-theme-set-variables): Mark as a safe function.
5562 (load-theme): Check forms using unsafep.
5563
5564 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5565
df987d70
AM
55662010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5567
43f964fc
SM
5568 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5569 Fix aspell data file searching (bug#7230).
df987d70 5570
29a4c45b
CY
55712010-10-16 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * cus-theme.el (custom-theme--migrate-settings): New var.
5574 (customize-create-theme): Allow editing the `user' theme.
5575 (custom-theme-add-variable, custom-theme-add-var-1)
5576 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5577 to the front of each variable or face widget.
5578 (custom-theme-write): Save theme settings in the correct order.
5579 Optionally, remove saved settings from user customizations.
43f964fc
SM
5580 (custom-theme-write-variables, custom-theme-write-faces):
5581 Save only the checked widgets.
29a4c45b
CY
5582 (customize-themes): Add a link for migrating custom settings.
5583
43f964fc
SM
5584 * custom.el (custom-declare-theme, provide-theme):
5585 Use custom-theme-name-valid-p.
29a4c45b
CY
5586 (custom-theme-name-valid-p): Remove checks that are now
5587 unnecessary since themes no longer obey load-path.
5588
5589 * cus-edit.el (custom-variable-value-create): For the simple
5590 style, hide documentation string when hidden.
5591
782b5e8d
CY
55922010-10-16 Chong Yidong <cyd@stupidchicken.com>
5593
647bc502
CY
5594 * cus-edit.el (custom-variable, custom-face): Combine the
5595 :inhibit-magic and :display-style properties into a single
5596 :custom-style property.
43f964fc
SM
5597 (custom-toggle-hide-variable, custom-toggle-hide-face):
5598 New functions. If hiding an edited value, save it to :shown-value.
5599 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5600 (custom-magic-reset): Allow magic property to be unset.
5601
782b5e8d
CY
5602 * custom.el: Custom themes no longer use load-path.
5603 (custom-theme-load-path): New option. Change built-in theme
5604 directory to etc/.
5605 (custom-enabled-themes): Add custom-theme-load-path dependency.
5606 (custom-theme--load-path): New function.
5607 (load-theme, custom-available-themes): Use it.
5608
5609 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5610 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5611 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5612 :custom-style property.
782b5e8d
CY
5613
5614 * themes/*.el: Moved to etc/.
5615
99f65cfa
RA
56162010-10-16 Ralf Angeli <angeli@caeruleus.net>
5617
5618 * textmodes/reftex-cite.el
5619 (reftex-extract-bib-entries-from-thebibliography): Do not move
5620 point when searching for \bibitem entries. Match entries with
5621 spaces or tabs in front of arguments.
5622
da16abfc
CY
56232010-10-16 Chong Yidong <cyd@stupidchicken.com>
5624
5625 * cus-theme.el (customize-create-theme): Delete overlays after
5626 erasing. If given a THEME arg, display only the faces of that arg
5627 instead of custom-theme--listed-faces.
5628 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5629 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5630 (custom-theme-add-variable, custom-theme-add-face): Apply value
5631 from the theme settings, instead of the current value.
5632 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5633 (custom-theme-visit-theme): Allow calling outside theme buffers.
5634 (custom-theme-merge-theme): Don't enable the theme when merging.
5635 (custom-theme-write-variables, custom-theme-write-faces): Use the
5636 :shown-value properties to save buffer values, not global ones.
5637 (customize-themes): Display a warning about user customizations.
5638
5639 * cus-edit.el (custom-variable-value-create)
5640 (custom-face-value-create): Obey new special properties
5641 :shown-value and :inhibit-magic.
5642
aa095b2d
MA
56432010-10-15 Michael Albinus <michael.albinus@gmx.de>
5644
5645 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5646 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5647 <dale@codefu.org>.
aa095b2d 5648
7ca9cfda
KH
56492010-10-14 Kenichi Handa <handa@m17n.org>
5650
9650fc61
KH
5651 * mail/rmail.el (rmail-show-message-1): Catch an error of
5652 base64-decode-region and just show an error message (bug#7165).
5653
43f964fc 5654 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5655 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5656 a font-spec (bug#7197).
5657
220d91b8 56582010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5659
5660 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5661
220d91b8 56622010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5663
c0943d3d
JB
5664 * international/mule.el (define-coding-system):
5665 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5666 * composite.el (compose-region): Fix typo in docstring.
5667
4983ddea
CY
56682010-10-14 Chong Yidong <cyd@stupidchicken.com>
5669
de43f11b
CY
5670 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5671 only after checking the theme-face property.
5672
4983ddea
CY
5673 * faces.el (face-spec-reset-face): Reset all attributes in one
5674 single call to set-face-attribute.
5675 (face-spec-match-p): Make it a defsubst.
5676 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5677 (x-create-frame-with-faces, tty-create-frame-with-faces)
5678 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5679 frame-set-background-mode, since they are recomputed immediately
5680 afterwards in face-set-after-frame-default.
5681 (face-set-after-frame-default): Minor optimization.
5682 (cursor): Provide non-trivial defface spec.
5683
5684 * custom.el (custom-theme-recalc-face): Simplify.
5685
a974dcf2
JB
56862010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5687
43f964fc 5688 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5689 (math-is-polynomial, math-is-poly-rec): Replace `var'
5690 with `math-var'.
5691
43f964fc 5692 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5693 (calcFunc-table, math-scan-for-limits): Replace `var'
5694 with `math-var'.
5695
10e4702a
GM
56962010-10-13 Glenn Morris <rgm@gnu.org>
5697
5698 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5699
88f427d5
SB
57002010-10-13 Stephen Berman <stephen.berman@gmx.net>
5701
5702 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5703
a1d16a7b
G
57042010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5705
5706 * net/tls.el (tls-program): Remove spurious %s from openssl.
5707 (tls-starttls-switches): Remove starttls hack.
5708 (open-tls-stream): Ditto.
5709 (tls-find-starttls-argument): Ditto.
5710
2e288d54
JB
57112010-10-13 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * image.el (image-library-alist): Declare as obsolete alias.
5714 (image-type-available-p): Use `dynamic-library-alist'.
5715
5716 * term/w32-win.el (dynamic-library-alist):
5717 Use instead of `image-library-alist'.
5718
35744400
IS
57192010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5720
5721 * subr.el (last): Make it faster. (Bug#7174)
5722
290fe464
RO
57232010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5724
5725 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5726
2919746c
CY
57272010-10-12 Chong Yidong <cyd@stupidchicken.com>
5728
5729 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5730 (describe-theme-1): Extract doc from unloaded themes.
5731
5732 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5733
5734 * themes/tango-theme.el:
5735 * themes/tango-dark-theme.el:
5736 * themes/wheatgrass-theme.el: New files.
5737
6b09b5d1
CY
57382010-10-12 Chong Yidong <cyd@stupidchicken.com>
5739
5740 * cus-theme.el (describe-theme, customize-themes)
5741 (custom-theme-save): New commands.
5742 (custom-new-theme-mode-map): Bind C-x C-s.
5743 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5744 (customize-create-theme): New optional arg THEME.
5745 (custom-theme-revert): Use it.
5746 (custom-theme-visit-theme): Remove dead code.
5747 (custom-theme-merge-theme): Use custom-available-themes.
5748 (custom-theme-write): Make interactive.
5749 (custom-theme-write): Use custom-theme-name-valid-p.
5750 (describe-theme-1, custom-theme-choose-revert)
5751 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5752 New funs.
5753 (custom-theme-allow-multiple-selections): New option.
5754 (custom-theme-choose-mode): New major mode.
5755
43f964fc
SM
5756 * custom.el (custom-theme-set-variables): Remove dead code.
5757 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5758 (custom--inhibit-theme-enable): New var.
5759 (provide-theme): Obey it.
5760 (load-theme): Replace load with manual read/eval, in order to
5761 check for correctness. Use custom-theme-name-valid-p.
5762 (custom-theme-name-valid-p): New function.
5763 (custom-available-themes): Use it.
5764
5765 * cus-edit.el (custom--initialize-widget-variables): New function.
5766 (Custom-mode): Use it.
5767
43f964fc
SM
5768 * cus-face.el (custom-theme-set-faces): Remove dead code.
5769 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5770
5771 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5772
16366259
JB
57732010-10-12 Juanma Barranquero <lekktu@gmail.com>
5774
cb7d821e 5775 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5776
4c14013d 57772010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5778
4c14013d
JB
5779 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5780 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5781 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5782
5783 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5784
4c14013d 57852010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5786
5787 * emacs-lisp/lisp.el (lisp-completion-at-point):
5788 Use emacs-lisp-mode-syntax-table for the whole function.
5789
4c14013d 57902010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5791
5792 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5793 instead of font-lock-mode before adding keywords.
5794 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5795 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5796 non-nil; removed hook inhibit hack.
5797
4c14013d 57982010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5799
d15f9a2b
GM
5800 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5801 (load-path-shadows-find): ... to this.
5802 (list-load-path-shadows): Update for above change.
5803
c7d6d8a1
GM
5804 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5805
f0b7f5a8
KY
58062010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5807
5808 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5809 Fix comment for declare-function.
5810
05d22d02
CY
58112010-10-11 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * custom.el (custom-fix-face-spec): New function; code moved from
5814 custom-face-edit-fix-value.
5815 (custom-push-theme): Use it when checking if a face has been
5816 changed outside customize.
5817 (custom-available-themes): New function.
5818 (load-theme): Use it.
5819
43f964fc 5820 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5821
5822 * custom.el (custom-push-theme): Cleanup (use cond).
5823 (disable-theme): Recompute the saved-face property.
5824 (custom-theme-recalc-face): Follow face alias before setting prop.
5825
43f964fc
SM
5826 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5827 New variables, containing checkbox images.
05d22d02
CY
5828
5829 * startup.el (fancy-startup-tail):
5830 * wid-edit.el (checkbox): Use them.
5831
293e7c22
DN
58322010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5833
a0310a6c
DN
5834 * shell.el (shell-mode-map):
5835 * progmodes/modula2.el (m2-mode-map):
5836 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5837 * play/mpuz.el (mpuz-mode-map):
5838 * play/landmark.el (lm-mode-map):
5839 * play/decipher.el (decipher-mode-map):
5840 * play/5x5.el (5x5-mode-map):
5841 * net/telnet.el (telnet-mode-map):
5842 * net/quickurl.el (quickurl-list-mode-map):
5843 * net/mairix.el (mairix-searches-mode-map):
5844 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5845 * net/dig.el (dig-mode-map):
5846 * mail/mspools.el (mspools-mode-map):
5847 * hexl.el (hexl-mode-map):
5848 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5849 (wordstar-C-o-map, wordstar-C-q-map):
5850 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5851 * emacs-lisp/chart.el (chart-map):
5852 * edmacro.el (edmacro-mode-map):
5853 * erc/erc-list.el (erc-list-menu-mode-map):
5854 * array.el (array-mode-map): Declare and define in one step.
5855
293e7c22
DN
5856 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5857
446b12da
DU
58582010-10-10 Daiki Ueno <ueno@unixuser.org>
5859
5860 * epa.el (epa-passphrase-callback-function): Display filename
5861 passed as the 3rd arg.
43f964fc
SM
5862 * epa-file.el (epa-file-passphrase-callback-function):
5863 Pass filename to epa-passphrase-callback-function.
446b12da 5864
76c16af8
CY
58652010-10-09 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * cus-edit.el (custom-face-widget-to-spec)
5868 (custom-face-get-current-spec, custom-face-state): New functions.
5869 (custom-face-set, custom-face-mark-to-save)
5870 (custom-face-value-create, custom-face-state-set): Use them.
5871
5872 * cus-theme.el (custom-theme--listed-faces): New var.
5873 (customize-create-theme): Use *Custom Theme* as the buffer name.
5874 Set revert-buffer-function. Optional arg BUFFER. Insert all
5875 faces listed in custom-theme--listed-faces.
5876 (custom-theme-revert): New function.
5877 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5878 bottom of the list.
5879 (custom-theme-write): Prompt for theme name if empty.
5880 (custom-theme-write-variables): Use dolist.
5881 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5882
e15f8aaa
AM
58832010-10-09 Alan Mackenzie <acm@muc.de>
5884
5885 Enhance fontification of declarators to take account of the
5886 presence/absence of "typedef".
5887
5888 * cc-engine.el (c-forward-type): New &optional param
5889 "brace-block-too".
5890 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5891 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5892
5893 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5894 fontification of declarators which follow a "}".
5895 (c-font-lock-declarations): Fontify declarators according to the
5896 presence/absence of "typedef".
5897
5898 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5899 for "typedef".
5900 (c-typedef-decl-key): New lang variable built from
5901 c-typedef-decl-kwds.
5902
cf321e50
LMI
59032010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5904
77aec221
LMI
5905 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5906 since that's too annoying. Move the filter groups commands to
5907 TAB/backtab.
5908
7450df5d
LMI
5909 * epa.el (epa-passphrase-callback-function): Say what we're
5910 querying the password for.
5911
cf321e50 5912 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5913 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5914
587faadd
CY
59152010-10-08 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5918 (custom-magic-value-create): Pad button tags with spaces.
5919 (custom-face-edit): New variable.
5920 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5921 face editor here, instead of using custom-face-selected.
5922 Pass face defaults to custom-face-edit widget.
587faadd
CY
5923 (custom-face-selected, custom-display-unselected): Delete widgets.
5924 (custom-display-unselected-match): Function removed.
43f964fc
SM
5925 (custom-face-set, custom-face-mark-to-save):
5926 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5927
5928 * wid-edit.el (widget--completing-widget): New var.
5929 (widget-default-complete): Bind it when doing completion.
5930 (widget-string-complete, widget-file-complete): Use it.
5931
a1ab97d0
GM
59322010-10-09 Glenn Morris <rgm@gnu.org>
5933
85d50db7
GM
5934 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5935 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5936 (holiday-hebrew-misc): Small simplifications.
5937
3fb78d1f
GM
5938 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5939
a1ab97d0
GM
5940 * net/browse-url.el: Don't require thingatpt, term, dired,
5941 executable, or w3-auto when compiling.
5942 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5943 Declare.
5944 (browse-url-text-emacs): Require term.
5945
2187e5bb
AS
59462010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5947
5948 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5949
e5d49589
GM
59502010-10-08 Glenn Morris <rgm@gnu.org>
5951
5823f53f
GM
5952 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5953
e5d49589
GM
5954 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5955 (shadows-compare-text-p): Make it an obsolete alias for...
5956 (load-path-shadows-compare-text): ... new name.
5957 (find-emacs-lisp-shadows): Update for above name change.
5958 (load-path-shadows-same-file-or-nonexistent): New name for the old
5959 shadow-same-file-or-nonexistent.
5960
4628bef1 59612010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5962
5963 * minibuffer.el (completion--some, completion--do-completion)
5964 (minibuffer-complete-and-exit, minibuffer-completion-help)
5965 (completion-basic-try-completion)
5966 (completion-basic-all-completions)
5967 (completion-pcm--find-all-completions): Use lexical-let to
5968 avoid some false matches in variable completion (Bug#7056)
5969
4628bef1 59702010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5971
5972 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5973
4628bef1 59742010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5975
5976 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5977 return non-nil if the file exists (Bug#7090).
5978
4628bef1 59792010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5980
5981 * minibuffer.el (completion--replace):
5982 Better preserve markers (bug#7138).
5983
4628bef1 59842010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5985
5986 * server.el (server-process-filter): Doc fix.
5987
4628bef1 59882010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5989
5990 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5991
e4adf61e
GM
59922010-10-08 Glenn Morris <rgm@gnu.org>
5993
24ac444f
GM
5994 * vc/ediff-wind.el (ediff-setup-control-frame):
5995 * vc/ediff-ptch.el (ediff-default-backup-extension):
5996 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5997 (ediff-exec-process): Remove system-types emx, windows-95.
5998
e4adf61e
GM
5999 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6000
61328d7c
CY
60012010-10-07 Chong Yidong <cyd@stupidchicken.com>
6002
6003 * cus-edit.el (custom-variable, custom-face): Doc fix.
6004 (custom-face-edit): Add value-create attribute.
6005 (custom-face-edit-value-create)
43f964fc
SM
6006 (custom-face-edit-value-visibility-action): New functions.
6007 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6008 (custom-face-edit-deactivate): Show empty values with shadow face.
6009 (custom-face-selected): Only use this for face specs with default
6010 attributes.
6011 (custom-face-value-create): Cleanup.
6012
6013 * wid-edit.el (widget-checklist-value-create): Use dolist.
6014 (widget-checklist-match-find): Make second arg optional.
6015
ac44263a
GM
60162010-10-07 Glenn Morris <rgm@gnu.org>
6017
849b02b4
GM
6018 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6019 Prefix things.
6020
ac44263a
GM
6021 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6022 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6023 load-path-shadows-mode, update references.
06d9ef85
GM
6024 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6025 Rename variable and button.
6026 (list-load-path-shadows): Update button caller.
ac44263a 6027
29c72a6e
SM
60282010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6031 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6032 (smie-merge-prec2s): Handle those new entries.
6033 (smie-prec2-levels): Only set precedence to nil for actual
6034 openers/closers.
6035 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6036 that is now unnecessary.
6037
775f75bc 60382010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6039
6040 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6041
7e1e2a6e
GM
60422010-10-07 Glenn Morris <rgm@gnu.org>
6043
58d1ac6d
GM
6044 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6045 (mail-position-on-field): Remove declarations.
6046 (mail-position-on-field): Autoload it.
6047 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6048 and mail-header-end. Don't require sendmail.
6049
7b9235ad
GM
6050 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6051 (shadow-mode): New mode.
6052 (shadow-find-file): New button.
6053 (list-load-path-shadows): Use shadow-mode and buttons.
6054
52da2182
GM
6055 * iimage.el (iimage-version): Remove.
6056 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6057 Turn into defcustoms.
6058 (iimage-mode-map): Give it a doc string.
6059
7e1e2a6e
GM
6060 * calendar/appt.el (appt-activate): Give a warning rather than an error
6061 if there is no diary-file.
6062
e44eccd7
MA
60632010-10-06 Michael Albinus <michael.albinus@gmx.de>
6064
29c72a6e
SM
6065 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6066 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6067
4583e796
GM
60682010-10-06 Glenn Morris <rgm@gnu.org>
6069
6aecca99
GM
6070 * font-core.el (font-lock-defaults-alist): Remove variable.
6071 (font-lock-mode): Doc fix.
6072 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6073 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6074 (font-lock-set-defaults): Doc fix.
6075 Do not consult font-lock-defaults-alist.
6076
645a6257
GM
6077 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6078
4583e796
GM
6079 * emacs-lisp/cl.el: No longer provide cl-19.
6080
bd8fadca
MA
60812010-10-05 Michael Albinus <michael.albinus@gmx.de>
6082
6083 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6084 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6085 New defuns, taken from tramp-smb.el.
6086 (tramp-coding-system-change-eol-conversion)
43f964fc 6087 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6088
43f964fc 6089 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6090 (tramp-compat-coding-system-change-eol-conversion)
6091 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6092 from tramp.el.
6093
6094 * net/tramp-gvfs.el:
6095 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6096 by `tramp-compat-set-process-query-on-exit-flag'.
6097
43f964fc
SM
6098 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6099 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6100 `tramp-handle-file-exists-p' and
6101 `tramp-handle-file-newer-than-file-p'.
6102 (tramp-imap-handle-file-exists-p)
6103 (tramp-imap-handle-file-executable-p)
6104 (tramp-imap-handle-file-readable-p)
6105 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6106 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6107
6108 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6109 by `tramp-compat-set-process-query-on-exit-flag' and
6110 `tramp-coding-system-change-eol-conversion' by
6111 `tramp-compat-coding-system-change-eol-conversion'.
6112
43f964fc
SM
6113 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6114 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6115 `tramp-handle-file-exists-p' and
6116 `tramp-handle-file-newer-than-file-p'.
6117 (tramp-smb-handle-directory-files-and-attributes)
6118 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6119 (tramp-smb-handle-file-newer-than-file-p): Remove.
6120 (tramp-smb-maybe-open-connection):
6121 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6122 `tramp-compat-set-process-query-on-exit-flag'.
6123
726c5357
GM
61242010-10-05 Glenn Morris <rgm@gnu.org>
6125
6126 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6127
4a93e698
MA
61282010-10-04 Michael Albinus <michael.albinus@gmx.de>
6129
6130 Continue reorganization of load dependencies. (Bug#7156)
6131
6132 * net/tramp.el (tramp-handle-file-local-copy-hook)
6133 (tramp-delete-temp-file-function): Move down.
6134 (tramp-exists-file-name-handler): Move up.
6135 (tramp-register-file-name-handlers): Simplify autoload.
6136 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6137 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6138 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6139 (tramp-handle-file-name-completion)
6140 (tramp-handle-file-name-directory)
6141 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6142 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6143 (tramp-handle-find-backup-file-name)
6144 (tramp-handle-insert-file-contents, tramp-handle-load)
6145 (tramp-handle-substitute-in-file-name)
6146 (tramp-handle-unhandled-file-name-directory)
6147 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6148 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6149
6150 * net/tramp-gvfs.el (top):
6151 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6152
6153 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6154 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6155
b4593555
GM
61562010-10-04 Glenn Morris <rgm@gnu.org>
6157
6158 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6159 (appt-activate): Give status messages.
6160
8762aa10
TZ
61612010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6162
6163 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6164 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6165 `gnutls-negotiate' (formerly `starttls-negotiate').
6166 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6167
82fb8701
DN
61682010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6169
6170 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6171 log-outgoing commands.
6172 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6173 to create a buffer local revert-buffer-function variable.
6174 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6175 revert-buffer-function lambda.
6176
c1ae068b
LMI
61772010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6178
6179 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6180 `gnutls-boot'. Make TYPE the only required parameter.
6181 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6182 (open-ssl-stream): Use it.
6183
67141a37
GM
61842010-10-03 Glenn Morris <rgm@gnu.org>
6185
77f38949
GM
6186 * subr.el (directory-sep-char): Remove obsolete variable.
6187 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6188 it is "necessary".
6189
67141a37
GM
6190 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6191 * vc/vc.el (vc-static-header-alist): Doc fix.
6192 * vc/vc-cvs.el (vc-cvs-header):
6193 * vc/vc-rcs.el (vc-rcs-header):
6194 * vc/vc-sccs.el (vc-sccs-header):
6195 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6196 * obsolete/vc-mcvs.el (vc-mcvs-header):
6197 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6198 on XEmacs.
6199
96bcef2e
CY
62002010-10-03 Chong Yidong <cyd@stupidchicken.com>
6201
43f964fc
SM
6202 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6203 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6204
ef47f179
GM
62052010-10-03 Glenn Morris <rgm@gnu.org>
6206
01c35094 6207 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6208
aee3c6f7
GM
6209 * textmodes/rst.el (rst-font-lock-keywords-function):
6210 Drop Emacs 20 code.
6211
f88cd114
GM
6212 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6213
6abfe35f
GM
6214 * printing.el: Drop Emacs 20 code.
6215
59e31cfa
GM
6216 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6217 without having used appt.el already).
6218
922ad43e
GM
6219 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6220 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6221 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6222 XEmacs.
6223 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6224 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6225
ef47f179
GM
6226 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6227 (charset-width, find-charset-region, chars-in-region, forward-point)
6228 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6229 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6230 Remove compatibility cruft (none of these are used by ps*.el).
6231
ac6ca7ba
KR
62322010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6233
6234 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6235
2a847524
CY
62362010-10-03 Chong Yidong <cyd@stupidchicken.com>
6237
43f964fc
SM
6238 * server.el (server-process-filter, server-return-error):
6239 Give emacsclient time to shut down after receiving an error string.
2a847524 6240
4bc3c53d
MA
62412010-10-02 Michael Albinus <michael.albinus@gmx.de>
6242
6243 * files.el (remote-file-name-inhibit-cache): New defcustom.
6244
43f964fc
SM
6245 * time.el (display-time-file-nonempty-p):
6246 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6247
43f964fc
SM
6248 * net/tramp.el (tramp-completion-reread-directory-timeout):
6249 Fix docstring.
4bc3c53d
MA
6250
6251 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6252 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6253 `remote-file-name-inhibit-cache'. Check also for an integer
6254 value. Add/increase counter when `tramp-verbose' >= 10.
6255 (tramp-set-file-property): Add/increase counter when
6256 `tramp-verbose' >= 10.
6257
6258 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6259 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6260 (tramp-bug): Set tramp-autoload cookie. Report all interned
6261 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6262 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6263 characters only in strings.
6264
6265 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6266 to backward compatibility.
6267
6268 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6269 (tramp-handle-file-name-all-completions)
43f964fc
SM
6270 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6271 (tramp-open-connection-setup-interactive-shell):
6272 Call `tramp-cleanup-connection' directly.
4bc3c53d 6273
9c524fcb
GM
62742010-10-02 Glenn Morris <rgm@gnu.org>
6275
3226d6ca
GM
6276 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6277
6278 * subr.el (char-bytes): Remove obsolete function.
6279
6280 * isearch.el (isearch-return-char): Remove obsolete function.
6281
6282 * mouse.el: No longer provide mldrag.
6283 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6284 Remove obsolete aliases.
6285
6286 * comint.el (comint-kill-output): Remove obsolete alias.
6287
6288 * composite.el (decompose-composite-char): Remove obsolete function.
6289 * ps-def.el (decompose-composite-char): Remove unused function.
6290
6291 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6292
6293 * outline.el (outline-visible): Remove obsolete function.
6294
6295 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6296 * faces.el (internal-find-face, internal-get-face)
6297 (frame-update-faces, frame-update-face-colors)
6298 (x-frob-font-weight, x-frob-font-slant)
6299 (internal-frob-font-weight, internal-frob-font-slant)
6300 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6301 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6302 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6303 since Emacs 21.1.
6304 * emulation/viper-util.el (viper-get-face):
6305 * obsolete/lucid.el (find-face, get-face): Use facep.
6306 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6307 Remove unused functions.
6308 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6309
9c524fcb
GM
6310 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6311 delete tempfile if interrupted during compilation.
6312
aecb42aa
LMI
63132010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6314
6315 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6316 gnutls-cli.
6317 (tls-program): Add --insecure to be consistent with the defaults from
6318 openssl s_client. Now all three commands are insecure.
6319
73077a9a
EZ
63202010-10-01 Eli Zaretskii <eliz@gnu.org>
6321
6322 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6323 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6324 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6325
1ef075bb
GM
63262010-10-01 Glenn Morris <rgm@gnu.org>
6327
1fcaf927
GM
6328 * obsolete/sc.el: Remove file.
6329
1ef075bb
GM
6330 * files.el (temporary-file-directory): On darwin, also try
6331 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6332
a16f5f64
JB
63332010-10-01 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6336 Let's not break compatibility gratuitously, shall we?
6337
6b958814
G
63382010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6339
47e08896 6340 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6341 (tls-find-starttls-argument): Use it.
6342 (open-tls-stream): Ditto.
6343
47e08896 6344 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6345 entry.
6346 (netrc-machine): Ditto.
6347
cad90f3b
EZ
63482010-09-30 Eli Zaretskii <eliz@gnu.org>
6349
6350 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6351
968ef9b4
JB
63522010-09-30 Juanma Barranquero <lekktu@gmail.com>
6353
6354 * server.el (server-start): Don't write pid to the authentication file.
6355 (server-create-tty-frame): Don't send pid.
6356 (server-process-filter): Send pid at the start of every connection.
6357
3536dea8
GM
63582010-09-30 Glenn Morris <rgm@gnu.org>
6359
8e378d88
GM
6360 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6361 (show-all-diary-entries): Remove obsolete function aliases.
6362
3536dea8
GM
6363 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6364 Remove options, obsolete since 22.1.
6a7662bb
BR
6365 (appt-display-format, appt-display-message):
6366 Remove backwards-compatibility code.
3536dea8
GM
6367 (appt-check): No longer check appt-issue-message.
6368 (appt-make-list): No longer autoload it. Doc fix. No longer
6369 activate the package.
6370
df7fcaff
LMI
63712010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6372
6373 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6374 (starttls-negotiate): Just call boot, and let the handshake be
6375 triggered from the read loop.
df7fcaff 6376
c2828614
GM
63772010-09-29 Glenn Morris <rgm@gnu.org>
6378
17a46341
GM
6379 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6380 not displaying the diary.
6381 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6382 * calendar/appt.el (appt-check): No longer need to kill diary.
6383
7161e329
GM
6384 * calendar/diary-lib.el (diary-list-entries): Move the
6385 "Preparing..." message entirely here.
6386 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6387 messages to diary-list-entries.
6388 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6389 diary-display-function.
6390
d0de6cba
GM
6391 * calendar/diary-lib.el (diary-include-other-diary-files):
6392 Trap some recursive includes.
6393
c2828614
GM
6394 * calendar/appt.el (appt-activate): Check diary file.
6395
0c43b6f8
KY
63962010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6397
6398 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6399 construction.
6400
6401 * calendar/time-date.el: No need to require cl for Emacs 21.
6402
97ce2730
GM
64032010-09-28 Glenn Morris <rgm@gnu.org>
6404
6405 * calendar/appt.el (appt-check): Minor simplification.
6406
e0a185ae
KY
64072010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6408
6409 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6410 citation prefix.
6411
c19f76a1
AS
64122010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6413
95b6d681
JB
6414 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6415 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6416
fd057fd2
KH
64172010-09-27 Kenichi Handa <handa@m17n.org>
6418
6419 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6420 "ustar" format.
6421
368b3544
KH
64222010-09-27 Kenichi Handa <handa@m17n.org>
6423
6424 * international/mule.el (define-coding-system): Docstring fixed.
6425
6426 * international/mule-diag.el (describe-character-set): Use princ
6427 with proper print-length and print-level instead of insert.
6428
95b6d681 64292010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6430
6431 * window.el (walk-windows): Doc fix (bug#7105).
6432
99368725
SM
64332010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * emacs-lisp/float-sup.el (e): Remove.
6436
8ed70bf3
LMI
64372010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6438
6439 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6440 variable.
6441 (starttls-negotiate): Use it.
6442
d2e9d0bb
LMI
64432010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6444
6445 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6446 back.
6447
15413fb4
SM
64482010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6451
1821a7b4
LMI
64522010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6453
6303aba1
LMI
6454 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6455
1821a7b4
LMI
6456 * net/netrc.el (netrc-store-data): New function.
6457
8af55556
TZ
64582010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6459
6460 * net/gnutls.el: GnuTLS glue code to set up a connection.
6461
42343747
JD
64622010-09-25 Julien Danjou <julien@danjou.info>
6463
6464 * notifications.el: Call dbus-register-signal only if it is bound.
6465
ec60da52
GM
64662010-09-25 Glenn Morris <rgm@gnu.org>
6467
6468 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6469 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6470 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6471 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6472 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6473 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6474 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6475 * eshell/esh-util.el, eshell/esh-var.el:
6476 Remove leading `*' from docs of faces and defcustoms.
6477
4c964351
UM
64782010-09-25 Ulrich Mueller <ulm@gentoo.org>
6479
6480 * eshell/em-ls.el (eshell-ls-archive-regexp):
6481 * eshell/esh-util.el (eshell-tar-regexp):
6482 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6483 * info.el (Info-suffix-list):
6484 * international/mule.el (auto-coding-alist):
6485 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6486 * progmodes/etags.el (tags-compression-info-list):
6487 Support xz compression.
6488
41f54b73
CY
64892010-09-25 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * files.el (get-free-disk-space): Don't assume the "df" output
6492 columns line up (Bug#6995).
6493
40b1a3a9
JB
64942010-09-25 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * finder.el (finder-unknown-keywords):
6497 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6498 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6499
ba3033ee
JB
65002010-09-25 Juanma Barranquero <lekktu@gmail.com>
6501
6502 * server.el (server-start): Revert part of 2010-08-08 change. Using
6503 address 127.0.0.1 for local host is now done in Fmake_network_process.
6504
5e339ee2
GM
65052010-09-24 Glenn Morris <rgm@gnu.org>
6506
6507 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6508 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6509 * textmodes/css-mode.el, textmodes/dns-mode.el:
6510 Move autoloaded auto-mode-alist entries to files.el.
6511 * files.el (auto-mode-alist): Move entries here.
6512
af3ccb5c
GM
65132010-09-23 Glenn Morris <rgm@gnu.org>
6514
6515 * isearch.el (isearch-lazy-highlight-cleanup)
6516 (isearch-lazy-highlight-initial-delay)
6517 (isearch-lazy-highlight-interval)
6518 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6519 * net/net-utils.el (ipconfig-program-options):
6520 Move aliases to options before the associated definitions.
6521
266a86bd 65222010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6523
6524 * newcomment.el (comment-normalize-vars): Better test validity of
6525 comment-end-skip.
6526
27ffea71 65272010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6528
6529 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6530 (float-e): New name for `e'.
6531 (degrees-to-radians, radians-to-degrees):
6532 * calendar/solar.el (solar-longitude):
6533 * calculator.el (calculator-registers, calculator-funcall):
6534 * textmodes/artist.el (artist-spray-random-points):
6535 * play/bubbles.el (bubbles--initialize-images): Use new names.
6536
27ffea71 65372010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6538
6539 Update to CEDET 1.0's version of EIEIO.
6540
9e0d4f9e
SM
6541 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6542 New function.
a2930e43
EL
6543 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6544 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6545 (class-precedence-list): If class is nil, return nil.
6546 (eieio-generic-call): If class of first input arg is nil, don't
6547 look up static methods, and do check for primary methods.
6548 (initialize-instance): See if the default needs to be evaluated
6549 during the constructor.
6550 (eieio-perform-slot-validation-for-default): Don't do the check
6551 for values that will eventually be evaluated.
6552 (eieio-eval-default-p): New function.
6553 (eieio-default-eval-maybe): Use it.
6554
27ffea71 65552010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6556
6557 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6558 method-invocation-order.
6559 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6560 (eieio-class-precedence-dfs): Compute class precedence list using
6561 dfs algorithm.
6562 (eieio-class-precedence-bfs): Compute class precedence list using
6563 bfs algorithm.
9e0d4f9e 6564 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6565 c3 algorithm.
6566 (class-precedence-list): New function.
6567 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6568 (inconsistent-class-hierarchy): New error symbol.
6569 (call-next-method): Stow the replacement argument list for future
6570 call-next-method invocations.
6571
266a86bd 65722010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6573
ea7f9ebf
GM
6574 * calendar/appt.el (appt-check): If not displaying the diary,
6575 use (diary 1) to only get the entries we need.
6576 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6577 that it is in day order. (Bug#7019)
6578
1bf6d075
GM
6579 * calendar/appt.el (appt-check): Rather than showing the diary,
6580 just turn off invisible display, and only if needed.
6581
87e798a7
GM
6582 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6583
1fc7dabf
GM
65842010-09-23 Glenn Morris <rgm@gnu.org>
6585
7a16788b
GM
6586 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6587 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6588 Start warnings with lower-case, like the majority.
7a16788b 6589
19543b17
GM
6590 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6591
54238e6d
GM
6592 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6593
ce009d0b
GM
6594 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6595 * files.el (auto-mode-alist): Move ld-script entries here, further down
6596 the list.
6597
7b344dfe
GM
6598 * vc/add-log.el: Don't require timezone when compiling.
6599 (timezone-make-date-sortable): Autoload it.
6600 (change-log-sortable-date-at): Don't require timezone.
6601 Use `ignore-errors'.
6602
d9703498
GM
6603 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6604 Move alias before definition, so it does not need autoloading.
6605
1fc7dabf
GM
6606 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6607 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6608 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6609 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6610 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6611 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6612 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6613 * textmodes/tex-mode.el, textmodes/two-column.el:
6614 Remove leading `*' from docs of defcustoms etc.
6615
7676efad
TZ
66162010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6617
6618 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6619
b069e5a6
G
66202010-09-22 Dan Christensen <jdc@uwo.ca>
6621
6622 * calendar/time-date.el (date-to-time): Try using parse-time-string
6623 first before using the slower timezone-make-date-arpa-standard.
6624
1bf68d53
KY
66252010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6626
6627 * calendar/time-date.el (format-seconds): Comment fix.
6628
cd205c76
GM
66292010-09-22 Glenn Morris <rgm@gnu.org>
6630
6631 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6632 is not automatically buffer-local.
6633
4ddea91b
SM
66342010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6637 (smie-indent-comment): Be more careful with comment-start-skip.
6638 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6639 (smie-indent-functions): Use them.
6640
b0f037ed
MA
66412010-09-21 Michael Albinus <michael.albinus@gmx.de>
6642
6643 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6644
8cf1771a
JD
66452010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6646
36a1b6db
JD
6647 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6648 tool-bar-position. Don't modify frame parameters here.
180fb94a 6649 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6650
8cf1771a
JD
6651 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6652
0097720d
SM
66532010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6654
5d8e0d5d
SM
6655 * textmodes/reftex-parse.el (reftex-what-macro)
6656 (reftex-context-substring): Let-bind forward-sexp-function to nil
6657 since we don't need/want to treat \begin...\end as a block (bug#7053).
6658
984edd22
SM
6659 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6660
6661 * simple.el (blink-matching-open): Use syntax-class.
6662
3672149f
SM
6663 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6664 Set invisibility spec for pascal's outline mode.
6665 (pascal-outline-change): Clean up calling convention.
6666 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6667
549d0e1e
SM
6668 * progmodes/prolog.el (prolog-smie-forward-token)
6669 (prolog-smie-backward-token): New functions.
6670 (prolog-mode-variables): Use them to parse "!," correctly.
6671 Set up smie-blink-matching for ".".
6672
a9cb95dd
SM
6673 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6674 and `end'.
6675 (ispell-region, ispell-process-line): Update users.
6676
de558d10
SM
6677 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6678 point-min==1.
6679
94eb3112
SM
6680 * textmodes/ispell.el: Fix commenting convention.
6681 (ispell-parse-output): Simplify, use push.
6682 (ispell-region): Use match-string-no-properties.
6683 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6684 (ispell-minor-mode): Use define-minor-mode.
6685 (ispell-message): Remove unused var `skip-regexp'.
6686 (ispell-add-per-file-word-list): Use dynamic let-binding.
6687 Try and use the proper comment marker.
6688
1f7f45a5
SM
6689 * mail/sendmail.el: Fix commenting convention.
6690 (sendmail-send-it): Use line-beginning-position.
6691
0097720d
SM
6692 * help-fns.el (describe-variable): Add original value, if applicable.
6693
596880ea
JB
66942010-09-20 Juanma Barranquero <lekktu@gmail.com>
6695
f0713411
JB
6696 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6697
596880ea
JB
6698 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6699
37c0347e
SM
67002010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6701
2bc01104
SM
6702 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6703 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6704 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6705 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6706 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6707 something like "." can also be a closer.
6708 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6709 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6710 Rename internal functions to use "--". Update callers.
6711
e2c3f530
SM
6712 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6713
37c0347e
SM
6714 * fringe.el (fringe-styles): New var.
6715 (fringe-mode, fringe-query-style): Use it.
6716
74790210
MM
67172010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6718
6719 * progmodes/sql.el: Version 2.8
93acd23d 6720 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6721 (sql-product-alist): Add :list-all and :list-table features for
6722 SQLite, Postgres and MySQL products.
6723 (sql-redirect): Handle default value.
6724 (sql-execute, sql-execute-feature): New functions.
6725 (sql-read-table-name): New function.
93acd23d 6726 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6727 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6728 for above functions.
6729 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6730 for above functions.
6731 (sql-postgres-login-params): Add user and database defaults.
6732 (sql-buffer-live-p): Bug fix.
93acd23d 6733 (sql-product-history): New variable.
35f52ed6 6734 (sql-read-product): New function. Use it.
74790210
MM
6735 (sql-set-product, sql-product-interactive): Use it.
6736 (sql-connection-history): New variable.
93acd23d 6737 (sql-read-connection): New function. Use it.
74790210
MM
6738 (sql-connect): New function.
6739 (sql-for-each-login): Redesign function interface.
6740 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6741 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6742 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6743 (sql-comint-postgres): Add port parameter.
6744
cec01cd2
SM
67452010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * emacs-lisp/warnings.el: Fix commenting convention.
6748 (display-warning): Use special mode and make the buffer read-only.
6749
c2a845b5
JB
67502010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6751
6752 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6753 empty string when it follows a repeated or optional pattern.
6754
f5632fb6
SM
67552010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6758 (indent-region): Use indent-according-to-mode.
6759
71b961e8
EZ
67602010-09-18 Eli Zaretskii <eliz@gnu.org>
6761
6762 * fringe.el (fringe-mode): Doc fix.
6763
dbbd7ad4
KRC
67642010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6765
6766 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6767 refreshing the preview buffer.
6768
b879a6e2
SM
67692010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6772 (latex-syntax-propertize-rules): New consts; replace
6773 tex-font-lock-syntactic-keywords.
6774 (tex-env-mark, latex-env-before-change): New functions.
6775 (latex-electric-env-pair-mode): New minor mode.
6776 (tex-font-lock-verb): Change arguments; do move point.
6777 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6778 representation as a form of comment.
6779 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6780 (doctex-syntax-propertize-rules): New const; replaces
6781 doctex-font-lock-syntactic-keywords.
6782 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6783
6784 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6785 (fortran-make-syntax-propertize-function): New function; replaces
6786 fortran-font-lock-syntactic-keywords.
6787 (fortran-mode): Use it.
6788 (fortran-line-length): Use it. Improve interactive spec.
6789
6790 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6791 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6792 when adding surrounding \(..\).
6793
6794 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6795
4be520fb
SM
67962010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6797
269c197e
SM
6798 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6799 Use with-current-buffer.
6800
4be520fb
SM
6801 * isearch.el (isearch-face): Rename from `isearch'.
6802 (isearch-highlight): Use new name.
6803
a67597d6
EZ
68042010-09-17 Eli Zaretskii <eliz@gnu.org>
6805
6806 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6807 5, for `half' width fringes. (Bug#6933)
6808
31c381e8
SM
68092010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6810
3fe6ef4e
SM
6811 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6812 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6813
31c381e8
SM
6814 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6815
fb0cf781
J
68162010-09-17 Stephen Berman <stephen.berman@gmx.net>
6817
6818 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6819 in calculating new frame position. Add more space between new and
6820 parent on the left (Bug#7048).
6821
1a9dc3b5
MA
68222010-09-17 Michael Albinus <michael.albinus@gmx.de>
6823
6824 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6825 defmacro.
6826
dff0fdc3
CY
68272010-09-16 Chong Yidong <cyd@stupidchicken.com>
6828
31c381e8 6829 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6830
117c96c7
CY
6831 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6832 obsolete alias for x-selection-value.
6833
dff0fdc3
CY
6834 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6835
c6f2191f
MA
68362010-09-16 Michael Albinus <michael.albinus@gmx.de>
6837
6838 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6839 cookie.
6840
6139f995
MA
68412010-09-15 Michael Albinus <michael.albinus@gmx.de>
6842
6843 * net/tramp-compat.el (tramp-compat-with-temp-message)
6844 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6845 (tramp-compat-process-put): New defuns.
6846
6847 * net/tramp.el (top):
6848 * net/tramp-gvfs.el (top):
6849 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6850
31c381e8
SM
6851 * net/tramp.el (tramp-progress-reporter-update):
6852 Use `tramp-compat-funcall'.
6139f995
MA
6853
6854 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6855 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6856 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6857 (tramp-get-remote-stat, tramp-get-remote-readlink):
6858 Use `tramp-compat-with-temp-message'.
6139f995
MA
6859
6860 * net/tramp-sh.el (top): Require 'cl.
6861 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6862 (tramp-open-connection-setup-interactive-shell):
6863 Use `tramp-compat-process-put'.
6139f995 6864
22c3ce97
AM
68652010-09-15 Alan Mackenzie <acm@muc.de>
6866
6867 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6868 indentation.
a4ee83cc 6869 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6870
4f1e9960
SM
68712010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6874 `lexical' for warnings related to lexical scoping.
6875 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6876 global vars which don't have a prefix and could hence affect lexical
6877 scoping in unrelated files.
6878
01e80360
LMI
68792010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6880
6881 * net/imap.el: Revert back to version
6882 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6883 seem problematic.
6884
5e2a84e3
JB
68852010-09-14 Juanma Barranquero <lekktu@gmail.com>
6886
6887 * obsolete/old-whitespace.el (whitespace-unload-function):
6888 Explicitly pass `obarray' to `unintern' to avoid a warning.
6889
f3a30a50
SM
68902010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6893 Add `when' argument. Update callers.
6894
6895 * subr.el (unintern): Declare the obarray arg mandatory.
6896
92b99a01
GM
68972010-09-14 Glenn Morris <rgm@gnu.org>
6898
67ae9766
GM
6899 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6900 Doc fixes.
6901
92b99a01
GM
6902 * calendar/diary-lib.el (diary-included-files): New variable.
6903 (diary-list-entries): Maybe initialize diary-included-files.
6904 (diary-include-other-diary-files): Append to diary-included-files.
6905 * calendar/appt.el (appt-update-list): Also check the members of
6906 diary-included-files. (Bug#6999)
08151ec5 6907 (appt-check): Doc fix.
92b99a01 6908
6664fc59 69092010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6910
6911 * simple.el (line-move-visual): Do not truncate goal column to
6912 integer size. (Bug#7020)
6913
6664fc59 69142010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6915
6916 * repeat.el (repeat): Allow repeating when the last event is a click.
6917 Suggested by Drew Adams (bug#6256).
6918
6664fc59 69192010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6920
01c35094 6921 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6922 Replace setting HGRCPATH to "" by some less invasive --config options.
6923
6664fc59 69242010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6925
6926 * font-lock.el (font-lock-beginning-of-syntax-function):
6927 Mark as obsolete.
6928
6664fc59 69292010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6930
6931 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6932 and tool-bar modes. (Bug#6211)
6933 (menu-bar-mode): Move setting of standard-value after the
6934 minor-mode definition, otherwise it seems to have no effect.
6935
6664fc59 69362010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6937
6938 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6939 Fix typo. (Bug#6976)
6940
6664fc59 69412010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6942
6943 * whitespace.el: Allow cleaning up blanks without blank
6944 visualization (Bug#6651). Adjust help window for
6945 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6946 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6947 (whitespace-style): Add new value 'face. Adjust docstring.
6948 (whitespace-space, whitespace-hspace, whitespace-tab):
6949 Adjust foreground property face.
9c405a86
CY
6950 (whitespace-line-column): Adjust docstring and type declaration.
6951 (whitespace-style-value-list, whitespace-toggle-option-alist)
6952 (whitespace-help-text): Adjust const initialization.
6953 (whitespace-toggle-options, global-whitespace-toggle-options):
6954 Adjust docstring.
6955 (whitespace-display-window, whitespace-interactive-char)
6956 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6957 (whitespace-help-scroll): New fun.
6958
ba96ddf5
KY
69592010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6960
6961 * calendar/time-date.el (format-seconds): Comment fix.
6962
a386ac70
MM
69632010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6964
6965 * progmodes/sql.el: Version 2.7.
6966 (sql-buffer-live-p): Improve detection.
6967 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6968 (sql-set-sqli-buffer): Use it.
6969 (sql-product-interactive): Run `sql-set-sqli-hook'.
6970 (sql-rename-buffer): Code cleanup.
6971 (sql-redirect, sql-redirect-value): New functions. More to come.
6972
5d921df2
JB
69732010-09-13 Juanma Barranquero <lekktu@gmail.com>
6974
6975 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.
6976 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6977 (TRAMP_SRC): New macro.
6978 ($(lisp)/net/tramp-loaddefs.el): New target.
6979
03c1ad43
MA
69802010-09-13 Michael Albinus <michael.albinus@gmx.de>
6981
6982 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6983
6984 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6985
6986 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6987 'tramp-compat, everything else is required there.
6988 Use `ignore-errors' where appropriate.
03c1ad43
MA
6989 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6990 (tramp-terminal-type, tramp-end-of-output)
6991 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6992 (tramp-completion-function-alist-ssh)
6993 (tramp-completion-function-alist-telnet)
6994 (tramp-completion-function-alist-su)
6995 (tramp-completion-function-alist-putty, tramp-remote-path)
6996 (tramp-remote-process-environment, tramp-sh-extra-args)
6997 (tramp-actions-before-shell, tramp-uudecode)
6998 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6999 (tramp-perl-file-attributes)
7000 (tramp-perl-directory-files-and-attributes)
7001 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7002 (tramp-perl-encode, tramp-perl-decode)
7003 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7004 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7005 (tramp-handle-make-symbolic-link, tramp-handle-load)
7006 (tramp-handle-file-name-as-directory)
7007 (tramp-handle-file-name-directory)
7008 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7009 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7010 (tramp-do-file-attributes-with-ls)
7011 (tramp-do-file-attributes-with-perl)
7012 (tramp-do-file-attributes-with-stat)
7013 (tramp-handle-set-visited-file-modtime)
7014 (tramp-handle-verify-visited-file-modtime)
7015 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7016 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7017 (tramp-handle-file-selinux-context)
7018 (tramp-handle-set-file-selinux-context)
7019 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7020 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7021 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7022 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7023 (tramp-handle-file-ownership-preserved-p)
7024 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7025 (tramp-handle-directory-files-and-attributes)
7026 (tramp-do-directory-files-and-attributes-with-perl)
7027 (tramp-do-directory-files-and-attributes-with-stat)
7028 (tramp-handle-file-name-all-completions)
7029 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7030 (tramp-handle-copy-file, tramp-handle-copy-directory)
7031 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7032 (tramp-do-copy-or-rename-file-via-buffer)
7033 (tramp-do-copy-or-rename-file-directly)
7034 (tramp-do-copy-or-rename-file-out-of-band)
7035 (tramp-handle-make-directory, tramp-handle-delete-directory)
7036 (tramp-handle-delete-file)
7037 (tramp-handle-dired-recursive-delete-directory)
7038 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7039 (tramp-handle-insert-directory)
7040 (tramp-handle-unhandled-file-name-directory)
7041 (tramp-handle-expand-file-name)
7042 (tramp-handle-substitute-in-file-name)
7043 (tramp-handle-executable-find, tramp-process-sentinel)
7044 (tramp-handle-start-file-process, tramp-handle-process-file)
7045 (tramp-handle-call-process-region, tramp-handle-shell-command)
7046 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7047 (tramp-handle-insert-file-contents)
7048 (tramp-handle-insert-file-contents-literally)
7049 (tramp-handle-find-backup-file-name)
7050 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7051 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7052 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7053 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7054 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7055 (tramp-find-file-exists-command, tramp-open-shell)
7056 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7057 (tramp-open-connection-setup-interactive-shell)
7058 (tramp-local-coding-commands, tramp-remote-coding-commands)
7059 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7060 (tramp-inline-compress-commands, tramp-find-inline-compress)
7061 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7062 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7063 (tramp-send-command-and-check, tramp-barf-unless-okay)
7064 (tramp-send-command-and-read, tramp-mode-string-to-int)
7065 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7066 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7067 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7068 (tramp-method-out-of-band-p, tramp-local-host-p)
7069 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7070 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7071 (tramp-get-test-command, tramp-get-test-nt-command)
7072 (tramp-get-file-exists-command, tramp-get-remote-ln)
7073 (tramp-get-remote-perl, tramp-get-remote-stat)
7074 (tramp-get-remote-readlink, tramp-get-remote-trash)
7075 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7076 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7077 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7078 tramp-sh.el.
7079 (tramp-methods, tramp-default-method-alist)
7080 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7081 Move initialization to tramp-sh.el.
7082 (tramp-temp-name-prefix): Make it a defconst.
7083 (tramp-dissect-file-name): Don't check anymore for multi-hop
7084 methods.
7085 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7086 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7087 (tramp-get-debug-buffer): Use it.
7088
7089 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7090 initialization forms.
7091 (tramp-set-connection-property): Don't protect `tramp-message'
7092 call, it isn't necessary any longer.
7093 (tramp-dump-connection-properties): Use `ignore-errors'.
7094
7095 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7096 'password-cache and 'auth-source.
7097
7098 * net/tramp-gvfs.el (top):
7099 * net/tramp-smb.el (top): Require 'tramp-sh.
7100
7101 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7102
7103 * net/tramp-sh.el: New file, derived from tramp.el.
7104 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7105 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7106 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7107 Use `ignore-errors' where appropriate.
7108 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7109 `tramp-file-name-handler-alist'.
7110 (tramp-send-command-and-check): Return t or nil. Remove all
7111 `zerop' checks, where called.
7112 (tramp-handle-set-file-modes)
7113 (tramp-do-copy-or-rename-file-directly)
7114 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7115 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7116 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7117 (tramp-get-remote-ln): Set tramp-autoload cookie.
7118
7119 * net/tramp-fish.el: Remove file.
7120
c5fe4acb
DU
71212010-09-13 Daiki Ueno <ueno@unixuser.org>
7122
7123 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7124 buffer-file-name to avoid file-locking. (Bug#7026)
7125
7ea2d383
MA
71262010-09-13 Julien Danjou <julien@danjou.info>
7127
7128 * notifications.el (notifications-notify): Add support for
7129 image-path and sound-name.
7130 (notifications-specification-version): Add this variable.
7131
5616cc54
SM
71322010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7133
31c381e8 7134 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7135
94c7243b
LL
71362010-09-12 Leo <sdl.web@gmail.com>
7137
7138 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7139 (rcirc-completion-start): New variables.
7140 (rcirc-nick-completions): Rename to rcirc-completions.
7141 (rcirc-nick-completion-start-offset): Delete.
7142 (rcirc-completion-at-point): New function for constructing
7143 completion data for both nicks and irc commands. Add to
7144 completion-at-point-functions in rcirc mode.
7145 (rcirc-complete): Rename from rcirc-nick-complete; use
7146 rcirc-completion-at-point.
7147 (defun-rcirc-command): Update rcirc-client-commands.
7148
0f34ae28
GM
71492010-09-11 Glenn Morris <rgm@gnu.org>
7150
7151 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7152 atomically, to avoid parallel build errors. (Bug#4196)
7153
9250002f
MM
71542010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7155
7156 * progmodes/sql.el: Version 2.6
7157 (sql-dialect): Synonym for "sql-product".
7158 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7159 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7160 Set "sql-buffer" to buffer name not buffer object so multiple sql
7161 interactive buffers work properly. Reverts misguided changes in
7162 earlier work.
7163 (sql-comint): Make sure different buffer name is used if "*SQL*"
7164 buffer is for a different product.
7165 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7166 login param.
7167 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7168 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7169 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7170 Accept new buffer name or prompt for one.
7171 (sql-port): Default to zero.
7172 (sql-comint-mysql): Handle "sql-port" as a numeric.
7173 (sql-port-history): Delete unused variable.
7174 (sql-get-login): Default "sql-port" to a number.
31c381e8 7175 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7176 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7177 "sqlite3" executables.
31c381e8 7178 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7179 (sql-buffer-live-p): New function.
7180 (sql-mode-menu, sql-send-string): Use it.
7181 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7182 syntax pattern.
7183 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7184 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7185
a9ec34f4
LMI
71862010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7187
31c381e8 7188 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7189
cf38dd42
SM
71902010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7193 to replace texinfo-font-lock-syntactic-keywords.
7194 (texinfo-mode): Use it.
7195
7196 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7197 Use syntax-propertize-function.
7198
7199 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7200 replace sgml-font-lock-syntactic-keywords.
7201 (sgml-mode): Use it.
7202
7203 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7204 since we don't use it.
7205
7206 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7207
7208 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7209 if available.
7210 (vhdl-fontify-buffer): Adjust.
7211
7212 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7213 replace tcl-font-lock-syntactic-keywords.
7214 (tcl-mode): Use it.
7215
7216 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7217 replace simula-font-lock-syntactic-keywords.
7218 (simula-mode): Use it.
7219
7220 * progmodes/sh-script.el (sh-st-symbol): Remove.
7221 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7222 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7223 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7224 (sh-font-lock-paren): Set syntax-multiline.
7225 (sh-font-lock-syntactic-keywords): Remove.
7226 (sh-syntax-propertize-function): New function to replace it.
7227 (sh-mode): Use it.
7228
7229 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7230 Define while compiling.
7231 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7232 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7233 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7234 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7235 (ruby-here-doc-end-syntax): Only define when
7236 syntax-propertize is not available.
7237 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7238 New functions.
7239 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7240 (electric-indent-chars): Silence bytecompiler.
7241 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7242 electric-indent-chars.
7243
7244 * progmodes/python.el (python-syntax-propertize-function): New var to
7245 replace python-font-lock-syntactic-keywords.
7246 (python-mode): Use it.
7247 (python-quote-syntax): Simplify and adjust to new use.
7248
7249 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7250 replace perl-font-lock-syntactic-keywords.
7251 (perl-syntax-propertize-special-constructs): New fun to replace
7252 perl-font-lock-special-syntactic-constructs.
7253 (perl-font-lock-syntactic-face-function): New fun.
7254 (perl-mode): Use it.
7255
7256 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7257 to replace octave-font-lock-close-quotes.
7258 (octave-syntax-propertize-function): New function to replace
7259 octave-font-lock-syntactic-keywords.
7260 (octave-mode): Use it.
7261
7262 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7263 replaces mixal-font-lock-syntactic-keywords.
7264 (mixal-mode): Use it.
7265
7266 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7267 New var; replaces makefile-font-lock-syntactic-keywords.
7268 (makefile-mode): Use it.
7269 (makefile-imake-mode): Adjust.
7270
7271 * progmodes/js.el (js--regexp-literal): Define while compiling.
7272 (js-syntax-propertize-function): New var; replaces
7273 js-font-lock-syntactic-keywords.
7274 (js-mode): Use it.
7275
7276 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7277 replaces gdb-script-font-lock-syntactic-keywords.
7278 (gdb-script-mode): Use it.
7279
7280 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7281 (fortran--font-lock-syntactic-keywords): New var.
7282 (fortran-line-length): Update syntax-propertize-function and
7283 fortran--font-lock-syntactic-keywords.
7284
7285 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7286
7287 * progmodes/cfengine.el (cfengine-mode):
7288 Use syntax-propertize-function.
7289 (cfengine-font-lock-syntactic-keywords): Remove.
7290
7291 * progmodes/autoconf.el (autoconf-mode):
7292 Use syntax-propertize-function.
7293 (autoconf-font-lock-syntactic-keywords): Remove.
7294
7295 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7296 (ada-after-change-function, ada-initialize-syntax-table-properties)
7297 (ada-handle-syntax-table-properties): Only define when
7298 syntax-propertize is not available.
7299 (ada-mode): Use syntax-propertize-function.
7300
7301 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7302 (font-lock-fontify-syntactic-keywords-region): Move handling of
7303 font-lock-syntactically-fontified to...
7304 (font-lock-default-fontify-region): ...here.
7305 Let syntax-propertize-function take precedence.
7306 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7307
7308 * emacs-lisp/syntax.el (syntax-propertize-function)
7309 (syntax-propertize-chunk-size, syntax-propertize--done)
7310 (syntax-propertize-extend-region-functions): New vars.
7311 (syntax-propertize-wholelines, syntax-propertize-multiline)
7312 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7313 (syntax-propertize): New functions.
7314 (syntax-propertize-rules): New macro.
7315 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7316 (syntax-ppss): Call syntax-propertize.
7317
7318 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7319
36f7d366
AM
73202010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7321
7322 * textmodes/ispell.el (ispell-init-process): Improve comments.
7323 XEmacs compatibility changes regarding (add-hook) 'local option
7324 and (set-process-query-on-exit-flag).
7325
8fca3921
MA
73262010-09-09 Michael Albinus <michael.albinus@gmx.de>
7327
cf38dd42
SM
7328 * net/tramp-cache.el (tramp-parse-connection-properties):
7329 Set tramp-autoload cookie.
8fca3921 7330
399653d6
GM
73312010-09-09 Glenn Morris <rgm@gnu.org>
7332
7333 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7334 (imagemagick-register-types): Doc fix.
7335
c34a9669
SM
73362010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7337
b073dc4b
SM
7338 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7339
7340 * progmodes/js.el (require): Require is already "eval-and-compile".
7341 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7342 (js--re-search-backward): Use js--re-search-forward.
7343
7344 * progmodes/fortran.el (fortran-line-length): Don't recompute
7345 syntactic keywords redundantly a second time.
7346
7347 * progmodes/ada-mode.el: Replace "(set '" with setq.
7348 (ada-mode): Simplify.
7349 (ada-create-case-exception, ada-adjust-case-interactive)
7350 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7351 (ada-search-ignore-string-comment, ada-move-to-start)
7352 (ada-move-to-end): Use with-syntax-table.
7353
7354 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7355 (font-lock-unfontify-region, font-lock-default-fontify-region):
7356 Update usage correspondingly.
7357 (font-lock-fontify-syntactic-keywords-region):
7358 Set parse-sexp-lookup-properties buffer-locally here.
7359 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7360
c34a9669
SM
7361 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7362
13639aab
GM
73632010-09-08 Glenn Morris <rgm@gnu.org>
7364
5a972c36
GM
7365 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7366 Error if not compiled with -DBYTE_CODE_METER.
7367
13639aab
GM
7368 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7369 Ignore dir-locals-file.
7370
331b2b90
SM
73712010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7374 Not a const.
7375 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7376 for the `gnu' messages.
7377 (compilation-set-skip-threshold): New command.
7378 (compilation-start): Use \' rather than $.
7379 (compilation-forget-errors): Use clrhash.
7380
73b4d51a
AM
73812010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7382
7383 * textmodes/ispell.el (ispell-valid-dictionary-list):
7384 Simplify logic.
7385
0f34aa77
MA
73862010-09-08 Michael Albinus <michael.albinus@gmx.de>
7387
7388 Migrate to Tramp 2.2. Rearrange load dependencies.
7389 (Bug#1529, Bug#5448, Bug#5705)
7390
7391 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7392 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7393 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7394
7395 * net/tramp.el (top): Remove all other tramp-* loads except
7396 tramp-compat.el. Remove all changes to tramp-unload-hook for
7397 other tramp-* packages. Rearrange defun order. Change calls of
7398 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7399 `tramp-compat-octal-to-decimal' to new function names.
7400 (tramp-terminal-type, tramp-initial-end-of-output)
7401 (tramp-methods, tramp-foreign-file-name-handler-alist)
7402 (tramp-tramp-file-p, tramp-completion-mode-p)
7403 (tramp-send-command-and-check, tramp-get-remote-path)
7404 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7405 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7406 (with-file-property, with-connection-property): Move to
7407 tramp-cache.el.
7408 (tramp-local-call-process, tramp-decimal-to-octal)
7409 (tramp-octal-to-decimal): Move to tramp-compat.el.
7410 (tramp-handle-shell-command): Do not require 'shell.
7411 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7412 symbols.
7413 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7414
7415 * net/tramp-cache.el (top): Require 'tramp. Add to
7416 `tramp-unload-hook'.
7417 (tramp-cache-data, tramp-get-file-property)
7418 (tramp-set-file-property, tramp-flush-file-property)
7419 (tramp-flush-directory-property, tramp-get-connection-property)
7420 (tramp-set-connection-property, tramp-flush-connection-property)
7421 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7422 cookie.
7423 (with-file-property, with-connection-property): New defuns, moved
7424 from tramp.el.
7425 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7426 macro.
7427
7428 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7429 (tramp-version): Set tramp-autoload cookie.
7430
7431 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7432 changes to tramp-unload-hook for other tramp-* packages. Add to
7433 `tramp-unload-hook'.
7434 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7435 (tramp-compat-call-process): New defuns, moved from tramp.el.
7436
7437 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7438 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7439 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7440 `tramp-compat-decimal-to-octal' to new function name.
7441 (tramp-fish-method): Make it a defconst.
7442 (tramp-fish-file-name-p): Make it a defsubst.
7443 (tramp-fish-method, tramp-fish-file-name-handler)
7444 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7445
7446 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7447 `tramp-foreign-file-name-handler-alist'. Add to
7448 `tramp-unload-hook'.
7449 (tramp-ftp-method): Make it a defconst.
7450 (tramp-ftp-file-name-p): Make it a defsubst.
7451 (tramp-ftp-method, tramp-ftp-file-name-handler)
7452 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7453
7454 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7455 `tramp-foreign-file-name-handler-alist'. Add to
7456 `tramp-unload-hook'. Change checks, whether package can be
7457 loaded.
7458 (tramp-gvfs-file-name-p): Make it a defsubst.
7459 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7460 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7461 (tramp-gvfs-handle-file-directory-p): New defun.
7462 (tramp-gvfs-file-name-handler-alist): Use it.
7463
7464 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7465 `tramp-foreign-file-name-handler-alist'. Add to
7466 `tramp-unload-hook'.
7467 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7468 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7469 defconst.
7470 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7471 (tramp-gw-open-connection): Set tramp-autoload cookie.
7472
7473 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7474 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7475 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7476 loaded.
7477 (tramp-imap-file-name-p): Make it a defsubst.
7478 (tramp-imap-method, tramp-imaps-method)
7479 (tramp-imap-file-name-handler)
7480 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7481
7482 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7483 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7484 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7485 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7486 function name.
7487 (tramp-smb-tunnel-method): Make it a defconst.
7488 (tramp-smb-file-name-p): Make it a defsubst.
7489 (tramp-smb-method, tramp-smb-file-name-handler)
7490 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7491
7492 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7493 (tramp-uuencode-region): Set tramp-autoload cookie.
7494
7495 * net/trampver.el (top) Add to `tramp-unload-hook'.
7496 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7497 cookie. Update release number.
7498
308e764f
AM
74992010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7500
7501 * textmodes/ispell.el (ispell-start-process): Make sure original
7502 arg list is properly initialized (Bug#6993, Bug#6994).
7503
10999305 75042010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7505
7506 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7507
7508 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7509 chars like - or ] (bug#6984).
7510 (rx-any-condense-range): Explode 2-char ranges.
7511
10999305
CY
75122010-09-06 Glenn Morris <rgm@gnu.org>
7513
7514 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7515
75162010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7517
7518 * textmodes/bibtex.el:
7519 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7520
f292afe5
LMI
75212010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7522
331b2b90 7523 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7524 since no callers use it.
7525 (imap-message-get): Ditto.
7526 (imap-message-put): Ditto.
7527 (imap-mailbox-map): Ditto.
7528 (imap-mailbox-put): Ditto.
7529 (imap-mailbox-get): Ditto.
a131b9b8 7530 (imap-mailbox-get): Revert last change for this function.
f292afe5 7531
dfe1285d
LMI
75322010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7533
331b2b90 7534 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7535 callers to use `imap-fetch' instead. According to the comments, this
7536 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7537 (imap-enable-exchange-bug-workaround): Remove.
7538 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7539
3ff31c90
LMI
75402010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7541
7542 * net/imap.el (imap-log): New convenience function used throughout
7543 instead of repeating the same code all over the place.
7544
dfe1285d 75452010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7546
7547 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7548 when mouse-drag-copy-region is non-nil (Bug#6956).
7549
93a596e1
CY
75502010-09-05 Chong Yidong <cyd@stupidchicken.com>
7551
8d76af4a
CY
7552 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7553 Improve regexps (Bug#6987).
7554 (dired-sort-toggle): Search more robustly for -t flag.
7555
93a596e1
CY
7556 * files.el (get-free-disk-space): Search more robustly for
7557 "available" column. Suggested by Ehud Karni
7558 <ehud@unix.mvs.co.il>.
7559
733946e7
JB
75602010-09-05 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * international/uni-bidi.el:
7563 * international/uni-category.el:
7564 * international/uni-combining.el:
7565 * international/uni-decimal.el:
7566 * international/uni-mirrored.el:
7567 * international/uni-name.el: Regenerate.
7568
2e664aab
SM
75692010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7570
6aeafb34
SM
7571 * electric.el (electric-indent-post-self-insert-function):
7572 Don't reindent with a sloppy indentation function.
7573
2e664aab
SM
7574 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7575 border case in change-log-mode.
7576
13ef65a4
CY
75772010-09-04 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7580 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7581 Recognize leading tab in gcc-include regexp. Ignore names with
7582 leading "from" or "in" in gnu regexp (Bug#6937).
7583
5abf1556
SM
75842010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7585
6aeafb34 7586 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7587 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7588 (ispell-start-process): Avoid setq and simplify logic.
7589 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7590 (kill-buffer-hook): Don't use it globally with code that uses
7591 expand-file-name since that may call kill-buffer via
7592 code_conversion_restore.
7593
0be01d2c
CY
75942010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7595
7596 * emacs-lisp/package.el (package-directory-list): Only call
7597 file-name-nondirectory on a string.
7598
ebf662f4
CY
75992010-09-02 Chong Yidong <cyd@stupidchicken.com>
7600
5abf1556
SM
7601 * emacs-lisp/package.el (package--download-one-archive):
7602 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7603 (package-activate-1, package-mark-obsolete, define-package)
7604 (package-compute-transaction, package-list-maybe-add): Use push.
7605
e5eddfd1
SM
76062010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7607
89acf735
SM
7608 Use SMIE's blink-paren for octave-mode.
7609 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7610 Backslashes do not escape single-quotes, single-quotes do.
7611 (octave-block-else-regexp, octave-block-end-regexp)
7612 (octave-block-match-alist): Remove.
7613 (octave-smie-bnf-table): New var, with old content.
7614 (octave-smie-op-levels): Use it.
7615 (octave-smie-closer-alist): New var.
7616 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7617 (octave-blink-matching-block-open): Remove.
7618 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7619 (octave-electric-space): Let self-insert-command run expand-abbrev and
7620 blink parens.
7621
3b843809
SM
7622 * electric.el (electricity): New group.
7623 (electric-indent-chars): New var.
7624 (electric-indent-post-self-insert-function): New fun.
7625 (electric-indent-mode): New minor mode.
7626 (electric-pair-skip-self): New custom.
7627 (electric-pair-post-self-insert-function): New function.
7628 (electric-pair-mode): New minor mode.
7629
0da20854
SM
7630 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7631 calcAlg-blink-matching-open.
7632 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7633 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7634 Use the new blink-matching-check-function.
7635
a49e651e
SM
7636 Provide blink-matching support to SMIE.
7637 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7638 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7639 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7640
e5eddfd1
SM
7641 * simple.el (newline): Fix last change to properly remove itself from
7642 the hook.
7643
b13ebb5c
SM
76442010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * simple.el (newline): Eliminate optimization.
7647 Use post-self-insert-hook to set hard-newline and things before
7648 running post-self-insert-hook.
7649 (blink-matching-check-mismatch): New function.
7650 (blink-matching-check-function): New variable.
7651 (blink-matching-open): Use them.
7652 Skip back forward over prefix chars skipped by forward-sexp.
7653 Don't check if the parens are backslash escaped.
7654 (blink-paren-post-self-insert-function): Check backslash escaping here.
7655
e687c2cd
CY
76562010-09-02 Chong Yidong <cyd@stupidchicken.com>
7657
b13ebb5c
SM
7658 * emacs-lisp/package.el (package-menu-mode-map):
7659 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7660 (package-menu-mode): Set revert-buffer-function.
7661 (package-menu-revert): Doc fix.
7662
567efba9
AM
76632010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7664
7665 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7666 `default-directory' unless using Ispell per-directory personal
7667 dictionaries and not in a mini-buffer under XEmacs.
7668 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7669 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7670
6d7cc563
JD
76712010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7672
08d4877e
J
7673 * simple.el (kill-new): Call interprogram-cut-function with only
7674 one argument.
7675
45240125
JD
7676 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7677 Remove cut buffer from error message.
7678
7679 * term/x-win.el (x-select-text):
7680 * term/pc-win.el (x-selection-value):
7681 * term/ns-win.el (x-selection-value):
7682 * eshell/em-term.el:
7683 * w32-fns.el (x-get-selection-value):
7684 * mouse-sel.el (mouse-sel-set-selection-function):
7685 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7686
6d7cc563
JD
7687 * term/x-win.el: Update documentation for x-last-selected-text-*.
7688 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7689 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7690 (x-select-text): Remove argument PUSH, update documentation.
7691 Remove cut-buffer code.
6d7cc563 7692 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7693 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7694 Update documentation, remove cut-buffer code.
7695 Call x-selection-value-internal.
6d7cc563
JD
7696 (x-clipboard-yank): Call x-selection-value-internal.
7697 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7698
7699 * term/pc-win.el (x-last-selected-text):
7700 x-cut-buffer-or-selection-value renamed to x-selection-value
7701 (x-select-text): Remove argument PUSH, update documentation.
7702
7703 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7704 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7705 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7706 (x-select-text): Remove argument PUSH, update documentation.
7707
7708 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7709
7710 * w32-fns.el (x-last-selected-text):
7711 x-cut-buffer-or-selection-value renamed to x-selection-value.
7712 (x-cut-buffer-max): Remove.
7713 (x-select-text): Remove argument PUSH, update documentation.
7714
7715 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7716
7717 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7718
7719 * mouse-sel.el (mouse-sel-get-selection-function):
7720 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7721 (x-select-text): Remove optional push.
6d7cc563 7722
4de81ee0
SM
77232010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7724
8f4e9110
SM
7725 * simple.el (blink-paren-function): Move from C to here.
7726 (blink-paren-post-self-insert-function): New function.
7727 (post-self-insert-hook): Use it.
7728
4de81ee0
SM
7729 * emacs-lisp/pcase.el (pcase-split-memq):
7730 Fix overenthusiastic optimisation.
7731 (pcase-u1): Handle the case of a lambda pred.
7732
d419e1d9
KH
77332010-08-31 Kenichi Handa <handa@m17n.org>
7734
7735 * international/mule-cmds.el (standard-display-european-internal):
7736 Setup standard-display-table for 8-bit characters by storing 8-bit
7737 characters in the element vector.
7738
1e05f387
SM
7739 * disp-table.el (standard-display-8bit):
7740 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7741 characters in the element vector.
7742 (standard-display-european): Likewise.
7743
61f7096c
CY
77442010-08-31 Masatake YAMATO <yamato@redhat.com>
7745
7746 * textmodes/nroff-mode.el (nroff-view): New command.
7747 (nroff-mode-map): Bind it to C-c C-c.
7748
ec5d3ff7
SM
77492010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7750
c8977b2e
SM
7751 * emacs-lisp/smie.el (smie-down-list): New command.
7752
ec5d3ff7
SM
7753 Remove old indentation and navigation code on octave-mode.
7754 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7755 smie-down-list rather than add a binding for octave-down-block.
7756 (octave-mark-block, octave-blink-matching-block-open):
7757 Rely on forward-sexp-function.
7758 (octave-fill-paragraph): Don't narrow, so you can use
7759 indent-according-to-mode.
7760 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7761 (octave-in-block-p, octave-re-search-forward-kw)
7762 (octave-re-search-backward-kw, octave-indent-calculate)
7763 (octave-end-as-array-index-p, octave-block-end-offset)
7764 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7765 (octave-down-block, octave-backward-up-block, octave-up-block)
7766 (octave-before-magic-comment-p, octave-indent-line): Remove.
7767
187d3296
CY
77682010-08-31 Chong Yidong <cyd@stupidchicken.com>
7769
7770 * emacs-lisp/package.el (package--read-archive-file): Just use
7771 `read', to avoid copying an additional string.
7772 (package-menu-mode): Set header-line-format here.
7773 (package-menu-refresh, package-menu-revert): Signal an error if
7774 not in the Package Menu.
7775 (package-menu-package-list): New var.
7776 (package--generate-package-list): Operate on the current buffer;
7777 don't assume that it is *Packages*, since the user may rename it.
7778 Allow persistent package listings and sort keys using
7779 package-menu-package-list and package-menu-package-sort-key.
7780 (package-menu--version-predicate): Fix version calculation.
7781 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7782 (package--list-packages): Create the *Packages* buffer.
7783 Set package-menu-package-list-key.
187d3296
CY
7784 (list-packages): Sorting by status is now the default.
7785 (package-buffer-info): Use match-string-no-properties.
7786 (define-package): Add a &rest argument for future proofing, but
7787 don't use it yet.
7788 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7789 Merge into a single function, package-install-from-buffer.
7790 (package-install-file): Change caller.
187d3296
CY
7791
7792 * finder.el: Load finder-inf using `require'.
7793 (finder-list-matches): Sorting by status is now the default.
7794 (finder-compile-keywords): Simpify printing.
7795
e17b68ed
SM
77962010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7799 (octave-mode-map): Remove special bindings for forward/backward-block
7800 and octave-backward-up-block. Use smie-close-block.
7801 (octave-continuation-marker-regexp): New var.
7802 (octave-continuation-regexp): Use it.
7803 (octave-operator-table, octave-smie-op-levels)
7804 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7805 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7806 (octave-mode): Use SMIE.
7807 (octave-close-block): Delete.
7808
42b6a73b
EZ
78092010-08-30 Eli Zaretskii <eliz@gnu.org>
7810
7811 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7812 CLIPBOARD, not in PRIMARY. (Bug#6944)
7813
f291fe60
SM
78142010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7815
ee992a8c
SM
7816 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7817 a list of parents.
7818 (smie-indent-column): Allow indirection through variables.
7819
d36b74ca
SM
7820 * composite.el (save-buffer-state): Delete, unused.
7821 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7822 (font-lock-default-fontify-region): Use with-syntax-table.
7823 * jit-lock.el (with-buffer-unmodified): Remove.
7824 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7825
f291fe60
SM
7826 Use `declare' in defmacros.
7827 * window.el (save-selected-window):
7828 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7829 * progmodes/python.el (def-python-skeleton):
7830 * net/dbus.el (dbus-ignore-errors):
7831 * jka-cmpr-hook.el (with-auto-compression-mode):
7832 * international/mule.el (with-category-table):
7833 * emacs-lisp/timer.el (with-timeout):
7834 * emacs-lisp/lisp-mnt.el (lm-with-file):
7835 * emacs-lisp/eieio.el (with-slots):
7836 * emacs-lisp/easymenu.el (easy-menu-define):
7837 * emacs-lisp/debug.el (debugger-env-macro):
7838 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7839 (Multiple-value-call, Multiple-value-prog1):
7840 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7841 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7842 edebug rule to definition.
7843 * emacs-lisp/lisp-mode.el (save-selected-window)
7844 (with-current-buffer, combine-after-change-calls)
7845 (with-output-to-string, with-temp-file, with-temp-buffer)
7846 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7847 (dolist, dotimes, when, unless):
7848 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7849
96ae4c8f
CY
78502010-08-29 Chong Yidong <cyd@stupidchicken.com>
7851
7852 * finder.el: Require `package'.
7853 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7854 (finder-package-info): Var deleted.
7855 (finder-keywords-hash, finder--builtins-alist): New vars.
7856 (finder-compile-keywords): Compute package--builtins and
7857 finder-keywords-hash instead of finder-keywords-hash, respecting
7858 the "Package" header.
f291fe60
SM
7859 (finder-unknown-keywords, finder-list-matches):
7860 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7861 (finder-mode): Don't set font-lock-defaults.
7862 (finder-exit): We don't use "*Finder-package*" and "*Finder
7863 Category*" buffers anymore.
7864
7865 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7866 (package--builtins): Set default value to nil.
7867 (package-initialize): Load precomputed value of package--builtins
7868 from finder-inf.el.
7869 (package-alist, package-compute-transaction)
7870 (package-download-transaction): Improve docstring.
7871 (package-read-all-archive-contents): Do not change
7872 package--builtins here.
7873 (list-packages): Make package-list-packages an alias for this.
7874 Sort by status by default.
7875 (package--list-packages): Add optional PACKAGES arg.
7876 (describe-package-1): Use font-lock-face property. For built-in
7877 packages, insert file commentary.
7878 (package--generate-package-list): Rename from
7879 package-list-packages-internal; all callers changed. Add optional
7880 PACKAGES arg. Add alphabetical sort fallbacks.
7881 (package-menu--version-predicate, package-menu--status-predicate)
7882 (package-menu--description-predicate)
7883 (package-menu--name-predicate): New functions.
7884
7885 * info.el (Info-finder-find-node): Search package-alist instead of
7886 finder-package-info.
7887
e2046ecf
CY
78882010-08-29 Chong Yidong <cyd@stupidchicken.com>
7889
7890 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7891 "alpha" and "beta".
7892 (version-to-list): Handle versions like "10.3d".
7893
6fe79b7c
SM
78942010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7897 (macroexp-accumulate): Use `declare'.
7898
1a868076
VJL
78992010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7900
7901 * whitespace.el (whitespace-style): Adjust type declaration.
7902
9e69cb05
KH
79032010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7904
7905 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7906
79072010-08-26 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7910 (Bug#6907).
7911
4142607e
NW
79122010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7913
7914 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7915 (js-paren-indent-offset, js-square-indent-offset)
7916 (js-curly-indent-offset): New options.
7917 (js--proper-indentation): Use them.
7918
88a36e60
DC
79192010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7920
7921 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7922 instead of inspecting font-lock properties (Bug#6916).
7923
38dbc4d8
DR
79242010-08-26 David Reitter <david.reitter@gmail.com>
7925
7926 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7927 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7928 (server-execute): Do not run hooks here.
7929
44ffae96
MA
79302010-08-26 Michael Albinus <michael.albinus@gmx.de>
7931
7932 Sync with Tramp 2.1.19.
7933
0dc3e410
MA
7934 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7935 deleting tmpfile.
7936 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7937
0dc3e410 7938 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7939 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7940 (tramp-completion-handle-file-name-completion):
7941 Use `tramp-connectable-p'.
20b8ac83 7942
44ffae96
MA
7943 * net/trampver.el: Update release number.
7944
cb6c4991
CY
79452010-08-26 Chong Yidong <cyd@stupidchicken.com>
7946
7947 * help.el (help-map): Bind `C-h P' to describe-package.
7948
7949 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7950
7951 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7952 when downloading archives.
7953 (describe-package-1): Add package commentary.
7954 (package-install-button-action): New function.
7955 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7956 (package-menu-view-commentary): Function removed.
7957 (package-list-packages-internal): Hide the `package' package too.
7958
b60f961f
KH
79592010-08-25 Kenichi Handa <handa@m17n.org>
7960
7961 * language/misc-lang.el ("Arabic"): New language environment.
7962 Setup composition-function-table for Arabic characters.
7963
7964 * international/fontset.el (setup-default-fontset): Fix typo for
7965 arabic OTF spec (fini->fina).
7966
a0c16be4
J
79672010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7968
7969 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7970 on all frames.
7971
85cc3d4f
VJL
79722010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7973
7974 * whitespace.el: Allow cleaning up blanks without blank
7975 visualization (Bug#6651). Adjust help window for
7976 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7977 instead of whitespace-line-column (from EmacsWiki). New version
7978 13.1.
88b5a757 7979 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7980 (whitespace-space, whitespace-hspace, whitespace-tab):
7981 Adjust foreground property face.
85cc3d4f
VJL
7982 (whitespace-line-column): Adjust docstring and type declaration.
7983 (whitespace-style-value-list, whitespace-toggle-option-alist)
7984 (whitespace-help-text): Adjust const initialization.
7985 (whitespace-toggle-options, global-whitespace-toggle-options):
7986 Adjust docstring.
7987 (whitespace-display-window, whitespace-interactive-char)
7988 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7989 (whitespace-help-scroll): New fun.
7990
cb8759ca
CY
79912010-08-24 Chong Yidong <cyd@stupidchicken.com>
7992
7993 * emacs-lisp/package.el (list-packages): Alias for
7994 package-list-packages.
7995
44a41a47
KR
79962010-08-24 Kevin Ryde <user42@zip.com.au>
7997
be7748e7
KR
7998 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7999 (Bug#5651).
8000
44a41a47
KR
8001 * progmodes/ruby-mode.el (ruby): Add defgroup.
8002
edfd00fa
CY
80032010-08-24 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * progmodes/python.el: Add Ipython support (Bug#5390).
8006 (python-shell-prompt-alist)
8007 (python-shell-continuation-prompt-alist): New options.
8008 (python--set-prompt-regexp): New function.
6a7662bb
BR
8009 (inferior-python-mode, run-python, python-shell):
8010 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8011 prompt based on the Python interpreter.
8012 (python--prompt-regexp): New var.
8013 (python-check-comint-prompt)
8014 (python-comint-output-filter-function): Use it.
8015 (run-python): Use a pipe (Bug#5694).
8016
80172010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8018
8019 * progmodes/python.el (python-send-region): Send a different
8020 Python command if Ipython is in use.
8021 (python-check-version): Use a Python command to find the version.
8022
1c409d0b
CY
80232010-08-24 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * mouse.el (mouse-yank-primary): Avoid setting primary when
8026 deactivating the mark (Bug#6872).
8027
733946e7 80282010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8029
8030 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8031 with "else" (Bug#3991).
8032
e73f184c
MA
80332010-08-23 Michael Albinus <michael.albinus@gmx.de>
8034
8035 * net/dbus.el: Accept UNIX domain sockets as bus address.
8036 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8037 this is done in dbusbind.c.
e73f184c
MA
8038 (dbus-check-event): Adapt test for bus.
8039 (dbus-return-values-table, dbus-unregister-service)
8040 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8041 Adapt doc string.
8042
1a140747
JB
80432010-08-23 Juanma Barranquero <lekktu@gmail.com>
8044
8045 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8046
7133b7ee
JL
80472010-08-22 Juri Linkov <juri@jurta.org>
8048
8049 * simple.el (read-extended-command): New function with the logic
8050 for `completing-read' moved to Elisp from `execute-extended-command'.
8051 Use `function-called-at-point' in `minibuffer-default-add-function'
8052 to get a command name for M-n (bug#5364, bug#5214).
8053
198a7a97
CY
80542010-08-22 Chong Yidong <cyd@stupidchicken.com>
8055
8056 * startup.el (command-line-1): Issue warning for ignored arguments
8057 --unibyte, etc (Bug#6886).
8058
c00725d7
LL
80592010-08-22 Leo <sdl.web@gmail.com>
8060
8061 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8062 (ignore, bright, dim, keyword): Split list of nicknames before
8063 passing to rcirc-add-or-remove (Bug#6894).
8064
bc7d7ea6
CY
80652010-08-22 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8068
b0126eac 80692010-08-22 Leo <sdl.web@gmail.com>
e0143335 8070
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8071 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8072 * ido.el: Revert Óscar's.
e0143335
LL
8073 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8074 Remember the buffers at head, rather than their name.
76e3243a 8075 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8076
b0126eac 80772010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8078 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8081 extra backslash added to each line (bug#6890).
8082
b0126eac 80832010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8084
8085 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8086
b0126eac 80872010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8088
8089 * menu-bar.el (menu-bar-games-menu): Add landmark.
8090
b0126eac 80912010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8092
9130a2d6
GM
8093 * align.el (align-regexp): Make group and spacing arguments
8094 use the interactive defaults when non-interactive. (Bug#6698)
8095
fb89a654
GM
8096 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8097 expansion, so as not to need sendmail.
8098 (mail-text-start): Remove declaration.
8099 (rmail-retry-failure): Require sendmail.
8100
b0126eac 81012010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8102
8103 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8104
b0126eac 81052010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8106
186e86db
SM
8107 * progmodes/flymake.el (flymake-start-syntax-check-process):
8108 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8109
b0126eac 81102010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8111
8112 * files.el: Add `word-wrap' as safe local variable.
8113
b0126eac 81142010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8115
8116 * woman.el (woman-translate): Case matters. (Bug#6849)
8117
b0126eac 81182010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8119
8120 * simple.el (kill-region): Doc fix (Bug#6787).
8121
b0126eac 81222010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8123
8124 * calendar/diary-lib.el (diary-header-line-format):
8125 Fit it to the window, not the frame.
8126
b0126eac 81272010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8128
8129 * subr.el (ignore-errors): Add debug declaration.
8130
b0126eac 81312010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8132
8133 * whitespace.el (whitespace-color-off): Remove post-command-hook
8134 locally.
8135
537ffaf3
SM
81362010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8139
d64b8a68
CY
81402010-08-21 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * cus-edit.el (custom-group-value-create): Add extra newline
8143 before end line (Bug#6876).
8144
d2625c3d
CY
81452010-08-21 Chong Yidong <cyd@stupidchicken.com>
8146
8147 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8148 when extending it. Before killing on the second click, check if
8149 the buffer is the correct one. Doc fix.
8150 (mouse-secondary-save-then-kill): Allow usage without first
8151 calling mouse-start-secondary, by defaulting to point. Don't save
8152 an empty secondary selection. Doc fix.
8153
80525855
VJL
81542010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8155
91bdeb66
VJL
8156 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8157 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8158 New version 13.0.
80525855
VJL
8159 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8160 Adjust initialization.
8161 (whitespace-bob-marker, whitespace-eob-marker)
8162 (whitespace-buffer-changed): New vars.
8163 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8164 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8165 (whitespace-post-command-hook, whitespace-display-char-on):
8166 Adjust code.
80525855 8167 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8168 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8169
4b9c0a49
SM
81702010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8171
118cf454
SM
8172 * files.el (locate-file-completion-table): Only list the .el and .elc
8173 extensions if there's no other choice (bug#5955).
8174
a2e5caf7
SM
8175 * facemenu.el (facemenu-self-insert-data): New var.
8176 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8177 New functions.
8178 (facemenu-add-face): Use them.
8179
4b9c0a49
SM
8180 * simple.el (blink-matching-open): Obey forward-sexp-function.
8181
0193499f
SM
81822010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8183
b2a15250
SM
8184 * simple.el (prog-mode-map): New var.
8185 (prog-indent-sexp): New command.
8186
b5ba2d6f
SM
8187 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8188
9acd1bdc
SM
8189 * progmodes/prolog.el (smie): Require.
8190
8723cfa4
SM
8191 * emacs-lisp/smie.el (smie-default-backward-token)
8192 (smie-default-forward-token): Strip properties.
8193 (smie-next-sexp): Be more careful with associative operators.
8194 (smie-forward-sexp-command): Generalize.
8195 (smie-backward-sexp-command): Simplify.
8196 (smie-closer-alist): New var.
8197 (smie-close-block): New command.
8198 (smie-indent-debug-log): New var.
8199 (smie-indent-offset-rule): Add a few more cases.
8200 (smie-indent-column): New function.
8201 (smie-indent-after-keyword): Use it.
8202 (smie-indent-keyword): Use it.
8203 Fix up the opener code's point position.
8204 (smie-indent-comment): Only applies at BOL.
8205 (smie-indent-debug): New command.
8206
0193499f
SM
8207 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8208 declarations that are useful before running the macro.
8209
0c9b8993
GM
82102010-08-18 Joakim Verona <joakim@verona.se>
8211
8212 * image.el (imagemagick-types-inhibit): New variable.
8213 (imagemagick-register-types): New function.
8214 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8215 (image-transform-set-scale, image-transform-fit-to-height)
8216 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8217 (image-transform-fit-to-width, image-transform-fit-to-height):
8218 New functions.
ccd80618
JV
8219 (image-toggle-display-image): Support image transforms.
8220
1075cd61
KY
82212010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8222
8223 * image.el (create-animated-image): Don't add heuristic mask to image
8224 (Bug#6839).
8225
64cb6c78
J
82262010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8227
0193499f
SM
8228 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8229 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8230
ff80a446
SM
82312010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8232
afa22f7c
SM
8233 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8234
ff80a446
SM
8235 Font-lock '...' strings, plus various simplifications and fixes.
8236 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8237 (octave-font-lock-close-quotes): New function.
8238 (octave-font-lock-syntactic-keywords): New var.
8239 (octave-mode): Use it. Set beginning-of-defun-function.
8240 (octave-mode-map): Don't override the <foo>-defun commands.
8241 (octave-mode-menu): Pass it directly to easy-menu-define;
8242 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8243 (octave-block-match-alist): Fix up last change so that
8244 octave-close-block uses the more specific keyword.
8245 (info-lookup-mode): Silence byte-compiler.
8246 (octave-beginning-of-defun): Not interactive any more.
8247 Optimize slightly.
8248 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8249 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8250 (octave-completion-at-point-function): Make sure point is within
8251 beg..end.
8252 (octave-reindent-then-newline-and-indent):
8253 Use reindent-then-newline-and-indent.
8254 (octave-add-octave-menu): Remove.
8255
2269b349
JD
82562010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8257
489cd5bd
JD
8258 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8259 (report-emacs-bug-can-use-xdg-email): New functions.
8260 (report-emacs-bug): Set can-xdg-email to result of
8261 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8262 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8263 about it.
30ebab6d 8264
a2fb159c
GM
8265 * net/browse-url.el (browse-url-default-browser): Add cond
8266 for browse-url-xdg-open.
8267 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8268
82692010-08-17 Glenn Morris <rgm@gnu.org>
8270
8271 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8272 (c-fontify-recorded-types-and-refs): Define for compiler.
8273 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8274 before use.
8275
8276 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8277 Fix format call.
8278
bb6aba9c
MA
82792010-08-17 Michael Albinus <michael.albinus@gmx.de>
8280
8281 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8282 properties.
8283 (tramp-handle-process-file): Call the program in a subshell, in
8284 order to preserve working directory.
8285 (tramp-action-password): Hide password prompt before next run.
8286 (tramp-process-actions): Widen connection buffer for the trace.
8287
8f10c937
DD
82882010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8289
8290 * net/rcirc.el (rcirc-log-process-buffers): New option.
8291 (rcirc-print): Use it.
8292 (rcirc-generate-log-filename): New function.
8293 (rcirc-log-filename-function): Change default to
8294 rcirc-generate-log-filename (Bug#6828).
8295
7c23dd44
CY
82962010-08-16 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * simple.el (deactivate-mark): If select-active-regions is `only',
8299 only set selection for temporarily active regions.
8300
8301 * cus-start.el: Change defcustom for select-active-regions.
8302
6d3e82d2
CY
83032010-08-15 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8306 (mouse-drag-track): Use LOCATION arg to push-mark.
8307 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8308 consideration when updating point and mark (Bug#6840).
8309
c68263b1
CY
83102010-08-15 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8313 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8314
456f369a
ŠN
83152010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8316
ff80a446
SM
8317 * font-lock.el (lisp-font-lock-keywords-2):
8318 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8319 with-demoted-errors, and with-silent-modifications (Bug#6025).
8320
c22e18f5
KR
83212010-08-14 Kevin Ryde <user42@zip.com.au>
8322
8323 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8324 (copyright-update): Temporary switch-to-buffer to ensure the
8325 buffer change being queried is visible (Bug#5394).
c22e18f5 8326
6f1a6faf
TT
83272010-08-14 Tom Tromey <tromey@redhat.com>
8328
8329 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8330 (Bug#6733).
8331
e7afcf30
EZ
83322010-08-14 Eli Zaretskii <eliz@gnu.org>
8333
8334 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8335 MS-DOS. (Bug#6689)
8336
2b4e6277
J
83372010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8338
8339 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8340 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8341 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8342 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8343 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8344 Call menu-bar-set-tool-bar-position.
2b4e6277 8345
dc94fc85
SM
83462010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8347
c5683ceb
SM
8348 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8349 comment style (bug#6834).
8350 * progmodes/scheme.el (scheme-mode-syntax-table):
8351 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8352 "b" flag in "' 14b" syntax.
8353
c82d5b11
SM
8354 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8355 for (un)commenting the region and performing completion.
8356 (octave-mode-menu): Use standard commands for help and completion.
8357 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8358 (octave-mode): Use define-derived-mode.
8359 Set completion-at-point-functions and don't set columns.
8360 Don't disable adaptive-fill-regexp.
8361 (octave-describe-major-mode, octave-comment-region)
8362 (octave-uncomment-region, octave-comment-indent)
8363 (octave-indent-for-comment): Remove.
8364 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8365 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8366 (octave-initialize-completions): No need to make an alist.
8367 (octave-completion-at-point-function): New function.
8368 (octave-complete-symbol): Use it.
8369 (octave-insert-defun): Use define-skeleton.
8370
8371 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8372 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8373
abec5126 83742010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8375
8376 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8377 indentation of inserted comment.
8378
3a46642b
J
83792010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8380
8381 * faces.el (region): Add type gtk that uses gtk colors.
8382
8383 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8384 Handle theme-name change.
8385
3bd2cfef
MM
83862010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8387
8388 * progmodes/sql.el: Version 2.5
8389 (sql-product-alist): Add :prompt-cont-regexp property for several
8390 database products.
8391 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8392 (sql-output-newline-count, sql-output-by-send):
8393 New variables. Record number of newlines in input text.
3bd2cfef
MM
8394 (sql-send-string): Handle multiple filters and count newlines.
8395 (sql-send-magic-terminator): Count terminator newline.
8396 (sql-interactive-remove-continuation-prompt): Filters output to
8397 remove continuation prompts; one for each newline.
8398 (sql-interactive-mode): Set up new variables, prompt regexp and
8399 output filter.
8400 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8401 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8402
d02c9bcd
SM
84032010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * emacs-lisp/pcase.el: New file.
8406
80ca4f1e
MA
84072010-08-10 Michael Albinus <michael.albinus@gmx.de>
8408
8409 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8410 as here-document, otherwise the command could exceed maximum
8411 length of command line.
d02c9bcd
SM
8412 (tramp-handle-vc-registered): Call script accordingly.
8413 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8414
2948599b
KH
84152010-08-10 Kenichi Handa <handa@m17n.org>
8416
8417 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8418 composable pattern.
8419
148cef8e
CY
84202010-08-09 Chong Yidong <cyd@stupidchicken.com>
8421
8422 * emacs-lisp/package.el (package-version-split)
8423 (package--version-first-nonzero, package-version-compare):
8424 Functions removed.
8425 (package-directory-list, package-load-all-descriptors)
8426 (package--built-in, package-activate, define-package)
8427 (package-installed-p, package-compute-transaction)
8428 (package-read-all-archive-contents)
8429 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8430 (package-tar-file-info, package-list-packages-internal):
8431 Use version-to-list and version-list-*.
148cef8e 8432
d02c9bcd
SM
8433 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8434 Use version-to-list.
148cef8e
CY
8435 (package-upload-buffer-internal): Use version-list-<=.
8436
82a9ce0f
KH
84372010-08-09 Kenichi Handa <handa@m17n.org>
8438
231e5e5f 8439 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8440 composable pattern.
8441
7adf5fdc
CY
84422010-08-08 Chong Yidong <cyd@stupidchicken.com>
8443
fc560445
CY
8444 * tutorial.el (tutorial--default-keys): C-d is now bound to
8445 delete-forward-char (Bug#6826).
8446
7adf5fdc
CY
8447 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8448 for `double' value of mouse-1-click-follows-link (Bug#6807).
8449
e54a1075
JB
84502010-08-08 Johan Bockgård <bojohan@gnu.org>
8451
8452 * replace.el (replace-highlight): Bind isearch-forward and
8453 isearch-error, ensuring that highlighting is updated if the user
8454 switches the search direction (Bug#6808).
8455
8456 * isearch.el (isearch-lazy-highlight-forward): New var.
8457 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8458 (isearch-lazy-highlight-update): Use it.
8459
7815fe19 84602010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8461
8d9e03e4
JB
8462 * international/mule.el (define-charset): Store NAME as :base property.
8463 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8464 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8465 current priority. Force using the designation of the specific
8d9e03e4 8466 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8467
7815fe19 84682010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8469
8470 * emulation/pc-select.el (pc-selection-mode-hook)
8471 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8472 (pc-selection-mode): Fix typos in docstrings.
8473
7815fe19 84742010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8475
8476 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8477 ctext-non-standard-encodings-alist here.
8478
8d9e03e4
JB
8479 * international/mule.el (ctext-non-standard-encodings-alist):
8480 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8481 (ctext-standard-encodings): New variable.
8482 (ctext-non-standard-encodings-table): List only elements for
8483 non-standard encodings.
186e86db 8484 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8485 Check ctext-standard-encodings.
8486
8487 * international/mule-conf.el (compound-text): Doc fix.
8488 (ctext-no-compositions): Doc fix.
8489 (compound-text-with-extensions): Doc fix.
8490
7815fe19 84912010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8492
8493 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8494
8d9e03e4 84952010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8496
9ebc731b
JB
8497 * progmodes/which-func.el (which-func-format): Split help-echo text
8498 into lines, like other mode-line tooltips.
8499
d5b8058f
JB
8500 * server.el (server-start): When using TCP sockets, force IPv4
8501 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8502
8d9e03e4 85032010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8504
8505 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8506
8d9e03e4 85072010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8508
8509 * term.el (term-delimiter-argument-list): Reflow docstring.
8510 (term-read-input-ring, term-write-input-ring, term-send-input)
8511 (term-bol, term-erase-in-display, serial-supported-or-barf):
8512 Fix typos in docstrings.
8513
8d9e03e4 85142010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8515
8516 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8517
8d9e03e4 85182010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8519
8520 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8521
8d9e03e4 85222010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8523
8524 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8525 Fix typo in docstring (bug#6747).
8526
7815fe19 85272010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8528
8529 * eshell/esh-io.el (eshell-get-target): Better detection of
8530 read-only file (Bug#6762).
8531
7815fe19 85322010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8533
8534 * align.el (align-default-spacing): Doc fix.
8535 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8536
733946e7 85372010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8538
490b89ac 8539 * calendar/icalendar.el
93acd23d
JB
8540 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8541 (icalendar--get-weekday-numbers): New.
81ee9410 8542 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8543 values in weekly rules. (Bug#6766)
81ee9410 8544
490b89ac
UJ
85452010-08-08 Ulf Jasper <ulf.jasper@web.de>
8546
8547 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8548 (icalendar--create-uid, icalendar-export-region)
8549 (icalendar--parse-summary-and-rest): Code formatting.
8550
2c695727
JB
85512010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8552
01c35094 8553 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8554 to italicize headers.
8555 (calc-highlight-selections-with-faces): New variable.
8556 (calc-selected-face, calc-nonselected-face): New faces.
8557
8558 * calc/calccomp.el (math-comp-highlight-string): Use
8559 `calc-highlight-selections-with-faces' to determine how to highlight
8560 sub-formulas.
8561
8562 * calc/calc-sel.el (calc-show-selections): Change message to when
8563 using faces to highlight selections.
8564
b93d4f22
MM
85652010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8566
8d9e03e4
JB
8567 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8568 Add SQLite 3 keywords, functions and datatypes.
8569 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8570 (Bug#6686).
8571
9852377f
CY
85722010-08-07 Chong Yidong <cyd@stupidchicken.com>
8573
8574 * simple.el (select-active-regions): Move to keyboard.c.
8575 (deactivate-mark): Used saved-region-selection.
8576 (select-active-region): Function removed.
8577 (activate-mark, set-mark, push-mark-command)
8578 (handle-shift-selection): Don't call it.
8579 (keyboard-quit): Avoid adding the region to the window selection.
8580
8581 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8582 select-active-regions implementation.
8583 (mouse-yank-at-click): Doc fix.
8584
8585 * cus-start.el: Add custom declaration for select-active-regions.
8586
822775bf
EZ
85872010-08-07 Eli Zaretskii <eliz@gnu.org>
8588
4c5130d6
EZ
8589 * simple.el (delete-forward-char): Doc fix.
8590
822775bf
EZ
8591 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8592 after reading the tutorial.
8593
bd4c5e3e
AM
85942010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8595
6a7662bb
BR
8596 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8597 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8598 their respective lines. (Bug#193)
bd4c5e3e 8599
d00fa9b6
MA
86002010-08-06 Michael Albinus <michael.albinus@gmx.de>
8601
8d9e03e4 8602 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8603 property "vec".
6a7662bb
BR
8604 (tramp-process-sentinel): Use it for flushing the cache.
8605 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8606 already when running the sentinel.
8607
86082010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8609
8610 * comint.el (comint-mode): Make directory tracking functions
8611 functional on remote files. (Bug#6764)
8612
b3d42406
DN
86132010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8614
8615 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8616
29cf3e20
EZ
86172010-08-05 Eli Zaretskii <eliz@gnu.org>
8618
6a7662bb
BR
8619 * emacs-lisp/find-gc.el (find-gc-source-files):
8620 Rename unexec.c => unexcoff.c.
29cf3e20 8621
6a7662bb
BR
8622 * emacs-lisp/authors.el (authors-fixed-entries):
8623 Rename unexec.c => unexcoff.c.
29cf3e20 8624
39e1bf0b
MA
86252010-08-05 Michael Albinus <michael.albinus@gmx.de>
8626
8627 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8628 cache, not only file cache.
8629 (tramp-process-sentinel): New defun.
8630 (tramp-handle-start-file-process): Use it, in order to invalidate
8631 file caches.
8632
9f982e22
LL
86332010-08-03 Leo <sdl.web@gmail.com>
8634
8635 * server.el (server-start): Simplify loop.
8636
0798a8d8
SM
86372010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8638
548c5c47
SM
8639 * frame.el (screen-height, screen-width, set-screen-width)
8640 (set-screen-height): Remove ancient compatibility aliases.
8641
3311d1c2
SM
8642 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8643 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8644
0798a8d8
SM
8645 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8646 that change current buffer.
8647
26ee77a6
YM
86482010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8649
8650 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8651 beginning of the string. Use `string-match-p'. (Bug#6765)
8652
aa1859f5
J
86532010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8654
8655 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8656
376c2b6b
CY
86572010-08-01 Chong Yidong <cyd@stupidchicken.com>
8658
0798a8d8 8659 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8660 (package--builtins): Tweak descriptions.
0798a8d8
SM
8661 (package-print-package): Upcase descriptions if necessary.
8662 Show all built-in packages in font-lock-builtin-face.
8663 (package-list-packages-internal): Omit "emacs" package.
8664 Show status of built-in packages as "built-in".
376c2b6b 8665
16041401
CY
86662010-07-31 Chong Yidong <cyd@stupidchicken.com>
8667
8668 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8669 before killing to preserve the primary selection (Bug#6701).
8670
8671 * term/x-win.el (x-select-text): Doc fix.
8672
0798a8d8
SM
86732010-07-31 Nathaniel Flath <flat0103@gmail.com>
8674
452ea855
AM
8675 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8676 (objc-font-lock-extra-types):
452ea855 8677 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8678 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8679 (c++-make-template-syntax-table)
8680 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8681 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8682 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8683 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8684 * progmodes/cc-fonts.el (c-make-inverse-face)
8685 (c-basic-matchers-after):
452ea855
AM
8686 * progmodes/cc-engine.el (c-forward-keyword-clause)
8687 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8688 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8689 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8690 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8691 The above functions were modified or created.
452ea855 8692
37766706
J
86932010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8694
0798a8d8 8695 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8696
cd83d522
EZ
86972010-07-31 Eli Zaretskii <eliz@gnu.org>
8698
8699 * files.el (bidi-paragraph-direction): Define safe local values.
8700
8701 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8702 language-info-alist. Remove outdated FIXME in a comment.
8703
28e5cf7c
AM
87042010-07-31 Alan Mackenzie <acm@muc.de>
8705
8706 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8707 Auto-fill broken in C/C++ modes.
8708
bfeabdc3
JD
87092010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8710
8711 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8712 (menu-bar-showhide-tool-bar-menu-customize-disable)
8713 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8714 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8715 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8716 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8717 make a menu for Options => toolbar that can move it.
8718
063e5294
CY
87192010-07-29 Chong Yidong <cyd@stupidchicken.com>
8720
8721 * emacs-lisp/package-x.el (package--make-rss-entry):
8722 (package-maint-add-news-item, package--update-news)
8723 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8724
8725 * emacs-lisp/package.el (package-archive-url): Rename from
8726 package-archive-id.
8727 (package-install): Doc fix.
8728 (package-download-single, package-download-tar, package-install)
8729 (package-menu-view-commentary): Callers changed.
8730
683cc385
MA
87312010-07-29 Michael Albinus <michael.albinus@gmx.de>
8732
8733 * net/tramp.el (tramp-handle-start-file-process): Check only for
8734 `remote-tty' process property.
8735 (tramp-open-shell): Don't check for tty.
8736 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8737 process property.
8738
8739 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8740 host.
8741
bc44bef7
PH
87422010-07-28 Chong Yidong <cyd@stupidchicken.com>
8743
8744 * emacs-lisp/package.el (package-load-list, package-archives)
8745 (package-archive-contents, package-user-dir)
8746 (package-directory-list, package--builtins, package-alist)
8747 (package-activated-list, package-obsolete-alist): Mark as risky.
8748
87492010-07-28 Phil Hagelberg <phil@evri.com>
8750
8751 Add support for non-default package repositories.
8752 * emacs-lisp/package.el (package-archive-base): Var deleted.
8753 (package-archives): New variable.
8754 (package-archive-contents): Doc fix.
0798a8d8 8755 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8756 (package--write-file-no-coding): New function.
8757 (package-unpack-single): Use it.
8758 (package-archive-id): New function.
8759 (package-download-single, package-download-tar)
8760 (package-menu-view-commentary): Use it.
8761 (package-installed-p): Make second argument optional.
8762 (package-read-all-archive-contents): New function.
8763 (package-initialize): Use it.
8764 (package-read-archive-contents): Add ARCHIVE argument.
8765 (package--add-to-archive-contents): New function.
8766 (package-install): Don't call package-read-archive-contents.
8767 (package--download-one-archive): Store archive file in a
8768 subdirectory of package-user-dir.
8769 (package-menu-execute): Remove spurious line movement.
8770
8a52f00a
JD
87712010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8772
8773 * cus-start.el (tool-bar-style): Add text-image-horiz.
8774
b21d3ceb
MA
87752010-07-28 Michael Albinus <michael.albinus@gmx.de>
8776
8777 * progmodes/gud.el (gud-common-init): Check for remoteness of
8778 `file', and not of `default-directory'.
8779
8fbcce2d
MA
87802010-07-28 Michael Albinus <michael.albinus@gmx.de>
8781
8782 * net/tramp.el (tramp-methods): Move hostname to the end in all
8783 ssh `tramp-login-args'.
8784 (tramp-verbose): Describe verbose level 9.
8785 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8786 (tramp-open-connection-setup-interactive-shell): Trace stty
8787 settings if `tramp-verbose' >= 9.
8788 (tramp-handle-start-file-process): Implement tty setting.
8789 (Bug#4604, Bug#6360)
8790
8791 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8792 `tramp-verbose' to 9.
8793
128440c9
AH
87942010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8795
8796 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8797 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8798 Remove references to package `lisp-re' (bug#4369).
8799
ae0c2494
TT
88002010-07-27 Tom Tromey <tromey@redhat.com>
8801
8802 * progmodes/js.el (js-mode):
8803 * progmodes/make-mode.el (makefile-mode):
8804 * progmodes/simula.el (simula-mode):
8805 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8806
0ed082fe 88072010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8808
8809 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8810
7c7c04c0
JB
8811 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8812 (display-time-world-buffer-name, display-time-world-mode-map):
8813 Fix typos in docstrings.
8814
0ed082fe 88152010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8816
8817 * image-mode.el (image-display-size): New function.
8818 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8819 (image-mode-fit-frame): Use it (Bug#6639).
8820
0ed082fe 88212010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8822
8823 * dired.el (dired-buffers-for-dir): Handle list values of
8824 dired-directory (Bug#6636).
8825
aa2d4bd3
SS
88262010-07-26 Sam Steingold <sds@gnu.org>
8827
8828 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8829 Do not call `x-get-selection' the second time, reuse the value.
8830
78b84da3
DU
88312010-07-26 Daiki Ueno <ueno@unixuser.org>
8832
8833 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8834 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8835
4f195cf7
DU
88362010-07-25 Daiki Ueno <ueno@unixuser.org>
8837
8838 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8839 exists before passing an error to find-file-not-found-functions
8840 (bug#6723).
8841
195e19e4
LH
88422010-07-23 Lukas Huonker <l.huonker@gmail.com>
8843
8844 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8845 Remove leading nil element, adjust values.
8846 (tetris-shapes, tetris-shape-scores):
8847 Change representation of shapes and remove some redundancy.
8848 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8849 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8850 Adjust for working with new representation of shapes.
8851 (tetris-shape-rotations): New function.
8852 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8853 (tetris-rotate-prev, tetris-rotate-next):
8854 Adjust for working with the new version of tetris-test-shape.
8855
9cf2db99
MT
88562010-07-23 Markus Triska <markus.triska@gmx.at>
8857
8858 * progmodes/ps-mode.el: Use comint (bug#5954).
8859 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8860 (ps-mode-other-newline): Simplify.
8861 (ps-run-mode): Derive from comint-mode instead of
8862 fundamental-mode, yielding input history etc.
8863 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8864 (ps-run-send-string): Adapt for comint-mode.
8865 (ps-run-newline): Remove now unneeded function.
8866
225d5e9e
MA
88672010-07-23 Michael Albinus <michael.albinus@gmx.de>
8868
8869 * net/tramp.el (tramp-methods): Move hostname to the end in all
8870 plink `tramp-login-args'.
8871
84bc68f2
MA
88722010-07-23 Michael Albinus <michael.albinus@gmx.de>
8873
8874 * net/tramp.el (tramp-open-shell): New defun.
8875 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8876 Use it.
8877
1eb5ca1c
MA
88782010-07-23 Michael Albinus <michael.albinus@gmx.de>
8879
8880 * net/tramp.el (tramp-file-name-regexp-unified)
8881 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8882 not regard the volume letter as remote filename. (Bug#5447)
8883
440735a7
JB
88842010-07-23 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * custom.el (custom-declare-variable): Give a clearer error message
8887 when the docstring is missing (bug#6476).
8888
5474c40f
MM
88892010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8890
8891 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8892 (sql-login-params): New widget definition.
8893 (sql-oracle-login-params, sql-mysql-login-params)
8894 (sql-solid-login-params, sql-sybase-login-params)
8895 (sql-informix-login-params, sql-ingres-login-params)
8896 (sql-ms-login-params, sql-postgres-login-params)
8897 (sql-interbase-login-params, sql-db2-login-params)
8898 (sql-linter-login-params): Use it.
8899 (sql-sqlite-login-params): Use it; Define "database" parameter as
8900 a file name.
c4cc8b9a 8901 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8902 (sql-comint-sqlite): Make sure database name is complete.
8903 (sql-for-each-login): New function.
8904 (sql-connect, sql-save-connection): Use it.
8905 (sql-get-login-ext): New function.
8906 (sql-get-login): Use it.
8907 (sql-make-alternate-buffer-name): Handle :file parameters.
8908
9c0deccb
JB
89092010-07-22 Juanma Barranquero <lekktu@gmail.com>
8910
8911 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8912 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8913
aac818a8
TL
89142010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8915
8916 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8917
47d2734f
LM
89182010-07-22 Lawrence Mitchell <wence@gmx.li>
8919
8920 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8921
10e73994
MA
89222010-07-21 Michael Albinus <michael.albinus@gmx.de>
8923
8924 * net/tramp.el (tramp-get-ls-command)
8925 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8926 instead of "/".
8927
d26b0ea9
MM
89282010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8929
8930 * progmodes/sql.el: Version 2.3.
f49d1f52 8931 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8932 enhanced the widget definition.
88b5a757
DD
8933 (sql-mode-menu): Add submenu to select connections.
8934 (sql-interactive-mode-menu): Add "Save Connection" item.
8935 (sql-add-product): Fix menu item.
d26b0ea9 8936 (sql-get-product-feature): Improved error handling.
5f9d345c 8937 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8938 (sql-make-alternate-buffer-name): Simplified.
8939 (sql-product-interactive): Handle missing product.
8940 (sql-connect): Support string keys, minor improvements.
8941 (sql-save-connection): New function.
8942 (sql-connection-menu-filter): New function.
8943
af4b9ae5
MA
89442010-07-20 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8947 (tramp-open-connection-setup-interactive-shell):
8948 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8949 `tramp-send-command' where it belongs to.
8950
da040a16
MA
89512010-07-20 Michael Albinus <michael.albinus@gmx.de>
8952
8953 * net/tramp.el (tramp-perl-file-attributes)
8954 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8955 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8956 front of `login-args'.
8957
16f3ade5
JB
89582010-07-19 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8961 Set `show-trailing-whitespace' to nil.
8962 (display-time-world-display): Simplify.
8963
00af0b67
AM
89642010-07-18 Alan Mackenzie <acm@muc.de>
8965
8966 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8967 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8968 (c-before-hack-hook): Call `c-set-style' differently according to
8969 whether c-file-style was set in file or directory local
8970 variables.
8971
30c4d8dc
MM
89722010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8973
8974 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8975 (sql-product, sql-user, sql-database, sql-server, sql-port):
8976 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8977 property.
8978 (sql-password): Use defcustom :risky keyword rather than putting
8979 risky-local-variable property.
8980 (sql-oracle-login-params, sql-sqlite-login-params)
8981 (sql-solid-login-params, sql-sybase-login-params)
8982 (sql-informix-login-params, sql-ingres-login-params)
8983 (sql-ms-login-params, sql-postgres-login-params)
8984 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8985 (sql-linter-login-params): Add `port' option.
88b5a757 8986 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8987 (sql-comint-oracle, sql-comint-sybase)
8988 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8989 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8990 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8991 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8992 sql-comint-*.
88b5a757 8993 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8994 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8995 (sql-connection): New variable.
30c4d8dc
MM
8996 (sql-interactive-mode): Set it.
8997 (sql-connection-alist): New variable.
8998 (sql-connect): New function.
8999 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9000 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9001
f12492c8
TV
90022010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9003
9004 * image-mode.el (image-bookmark-make-record): Do not set context
9005 in an image (Bug#6650).
9006
91023c68
CY
90072010-07-17 Chong Yidong <cyd@stupidchicken.com>
9008
9009 * simple.el (select-active-region): New function.
9010 (push-mark-command, set-mark, activate-mark)
9011 (handle-shift-selection): Use it.
9012 (deactivate-mark): Don't check for size of region.
9013
9014 * mouse.el (mouse-drag-track): Use select-active-region.
9015
1c0e8f0e
MA
90162010-07-17 Michael Albinus <michael.albinus@gmx.de>
9017
9018 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9019 "--dired" stronger.
9020
2490cbbc
CY
90212010-07-17 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * term/x-win.el (x-select-enable-primary): Change default to nil.
9024 (x-select-enable-clipboard): Add :version keyword.
9025
9026 * mouse.el (mouse-drag-copy-region):
9027 * simple.el (select-active-regions): Likewise.
9028
f253ef6a
RS
90292010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9030
a628ad9d 9031 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9032 (vc-coding-system-for-diff): Use it to decide whether to inherit
9033 from the file the EOL format for reading the diffs of that file.
9034 (Bug#4451)
9035
134a027f
EZ
90362010-07-16 Eli Zaretskii <eliz@gnu.org>
9037
9038 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9039 unibyte, so compressed attachments are not compressed again.
9040
7e4289ad
MA
90412010-07-16 Michael Albinus <michael.albinus@gmx.de>
9042
9043 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9044 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9045 (tramp-find-shell): Simplify setting connection property.
9046 (tramp-get-ls-command): Make test for "--color=never" stronger.
9047
7473fff9 90482010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9049
9050 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9051 blocks within record declarations (i.e. variant parts) correctly.
9052
a11b38ee
SS
90532010-07-15 Simon South <ssouth@member.fsf.org>
9054
9055 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9056 over literal tokens when parsing so newlines aren't "absorbed" by
9057 single-line comments. Corrects the indentation of case blocks
9058 that have a comment on the first line.
9059
077e0753
KF
90602010-07-14 Karl Fogel <kfogel@red-bean.com>
9061
9062 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9063 by Drew Adams (Bug#5504).
9064
243881ed
J
90652010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9066
9067 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9068 now that Unicode is used (Bug#6594).
243881ed 9069
f9d71b42
CY
90702010-07-14 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * term/x-win.el (x-select-enable-clipboard): Default to t.
9073 (x-initialize-window-system): Don't overwrite Paste menu item.
9074
9075 * simple.el (select-active-regions): Default to t.
9076 (push-mark-command): Don't overwrite primary with empty string.
9077
9078 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9079 (mouse-drag-copy-region): Default to nil.
9080
9081 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9082 Cut/Copy/Paste menu bar items.
9083
a628ad9d 90842010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9085
9086 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9087 Patch applied by Karl Fogel.
9088
9089 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9090 and `bookmark-current-buffer' if they have been already set in
9091 another buffer (e.g gnus-art).
9092
e44fa724 90932010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9094 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9095
9096 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9097
9098 * bookmark.el (bookmark-make-record-default): Allow unneeded
9099 information to be omitted from the record.
9100
9101 Adjust declarations and calls:
9102
9103 * info.el (bookmark-make-record-default): Adjust declaration.
9104 (Info-bookmark-make-record): Adjust call.
9105
9106 * woman.el (bookmark-make-record-default): Adjust declaration.
9107 (woman-bookmark-make-record): Adjust call.
9108
9109 * man.el (bookmark-make-record-default): Adjust declaration.
9110 (Man-bookmark-make-record): Adjust call.
9111
9112 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9113
9114 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9115
0c4371fe
KF
91162010-07-13 Karl Fogel <kfogel@red-bean.com>
9117
9118 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9119 This is also from Thierry Volpiatto's patch in bug #6444. However,
9120 because it was extraneous to the functional change in that patch,
9121 and causes a re-indendation, I am committing it separately.
9122
2bb8db3e 91232010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9124
9125 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9126 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9127 Patch applied by Karl Fogel (Bug#6444).
068a0233 9128
21bd02a6
CY
91292010-07-13 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9132
79cb9c05
AR
91332010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9134
9135 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9136 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9137 (ns-alternatives-map): Change S-tab binding to backtab
9138 (bug#6616).
9139
9140 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9141 under ns.
9142
beb000f9
AS
91432010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9144
dd86ea11
JB
9145 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9146 (Bug#5806)
e9952282 9147
beb000f9
AS
9148 * language/tv-util.el (tai-viet-re): Remove format.
9149
6f2cdcd1
KH
91502010-07-12 Kenichi Handa <handa@m17n.org>
9151
dd86ea11
JB
9152 * language/hebrew.el: Remove no-byte-compile declaration.
9153 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9154 composition-function-table for 3-character looking back.
9155 (hebrew-font-get-precomposed): New function.
9156 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9157
f479ef6e
CY
91582010-07-11 Chong Yidong <cyd@stupidchicken.com>
9159
9160 * mouse.el (mouse-drag-track): Handle select-active-regions
9161 (Bug#6612).
9162
3277c1ee
MA
91632010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9164
9165 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9166 empty argument to gvfs-copy.
9167
3260caf8
GM
91682010-07-10 Glenn Morris <rgm@gnu.org>
9169
9170 * calendar/calendar.el (calendar-week-end-day): New function.
9171 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9172 Respect calendar-week-start-day. (Bug#6606)
9173 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9174 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9175 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9176 respect calendar-week-start-day.
9177
c876b263
CY
91782010-07-10 Chong Yidong <cyd@stupidchicken.com>
9179
9180 * simple.el (use-region-p): Doc fix (Bug#6607).
9181
dce34635
AG
91822010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9183
6a7662bb
BR
9184 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9185 Add regexps for cucumber and ruby.
dce34635 9186
c0397930
DU
91872010-07-08 Daiki Ueno <ueno@unixuser.org>
9188
9189 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9190 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9191 find-file from opening empty buffer when decryption failed
c0397930
DU
9192 (bug#6568).
9193
fd5539c6
AM
91942010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9195
a628ad9d
JB
9196 * textmodes/ispell.el (ispell-alternate-dictionary):
9197 Use file-readable-p.
fd5539c6
AM
9198 Return nil if no word-list is found at default locations.
9199 (ispell-complete-word-dict): Default to nil.
9200 (ispell-command-loop): Use 'word-list' when using lookup-words.
9201 (lookup-words): Use ispell-complete-word-dict or
9202 ispell-alternate-dictionary. Check for word-list availability
9203 and handle errors if needed with better messages (Bug#6539).
9204 (ispell-complete-word): Use ispell-complete-word-dict or
9205 ispell-alternate-dictionary.
9206
4565b08e
CS
92072010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9208
9209 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9210 builtins (BufferError, BytesWarning, WindowsError; callables
9211 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9212
a2c270e7
GM
92132010-07-07 Glenn Morris <rgm@gnu.org>
9214
9215 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9216 (zone-shift-left): Ignore intangibility, and any errors from
9217 forward-char.
9218 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9219 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9220 deleting, and copying text properties.
9221 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9222 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9223 to point-max is hard.
9224 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9225 (zone-fill-out-screen): Ignore intangibility.
9226
81133808
CY
92272010-07-05 Chong Yidong <cyd@stupidchicken.com>
9228
4ad11f8c
CY
9229 * menu-bar.el (menu-bar-mode):
9230 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9231 if it has been set.
9232
81133808
CY
9233 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9234 word/line selection (Bug#6565).
9235
b24344ca
JB
92362010-07-04 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * net/dbus.el (dbus-send-signal): Declare function.
9239
b1ce08da
MA
92402010-07-04 Michael Albinus <michael.albinus@gmx.de>
9241
9242 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9243 (dbus-register-property): New optional argument EMITS-SIGNAL.
9244 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9245
5592c08f
CY
92462010-07-03 Chong Yidong <cyd@stupidchicken.com>
9247
9248 * mouse.el (mouse-drag-overlay): Variable deleted.
9249 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9250 (mouse--remap-link-click-p): New function.
9251 (mouse-drag-track): Handle dragging by using temporary Transient
9252 Mark mode, instead of a special overlay.
9253 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9254 mouse-show-mark.
9255
9256 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9257 deleted.
9258
a6ed0e28
JL
92592010-07-02 Juri Linkov <juri@jurta.org>
9260
9261 * autoinsert.el (auto-insert-alist): Fix readability
9262 by using dotted pair notation for lambda.
9263
c91e692b
JL
92642010-07-02 Juri Linkov <juri@jurta.org>
9265
9266 * faces.el (read-face-name): Rename arg `string-describing-default'
9267 to `default'. Doc fix. Display the default value in quotes
9268 in the prompt. With empty input, return the `default' arg,
9269 unless the default value is a string (in which case return nil).
9270 (describe-face): Replace the string `default' arg of `read-face-name'
9271 with the symbol `default'.
9272
23640f8f
CY
92732010-07-02 Chong Yidong <cyd@stupidchicken.com>
9274
9275 * emulation/viper-cmd.el (viper-delete-backward-char)
9276 (viper-del-backward-char-in-insert)
9277 (viper-del-backward-char-in-replace, viper-change)
9278 (viper-backward-indent): Replace delete-backward-char with
9279 delete-char (Bug#6552).
9280
b32d1614
CY
92812010-07-01 Chong Yidong <cyd@stupidchicken.com>
9282
9283 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9284
c1ef4455
CY
92852010-06-30 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9288 argument passed to frame-creation-function (Bug#5378).
9289
9290 * faces.el (x-handle-named-frame-geometry)
9291 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9292 (face-set-after-frame-default, tty-create-frame-with-faces):
9293 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9294 PARAMETER argument.
9295
55702e89
AS
92962010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9297
9298 * startup.el (command-line): Don't call tool-bar-setup in a
9299 tty-only build.
9300
dc9a226c
CY
93012010-06-30 Chong Yidong <cyd@stupidchicken.com>
9302
9303 * ruler-mode.el (ruler--save-header-line-format): New fun.
9304 (ruler-mode): Use it as a setter function, so as not to overwrite
9305 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9306
a2f043d3
CY
93072010-06-29 Chong Yidong <cyd@stupidchicken.com>
9308
9309 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9310 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9311 (vc-log-outgoing): Use it.
9312 (vc-diff-internal): Set diff-vc-backend.
9313
9314 * vc/diff-mode.el (diff-vc-backend): New var.
9315
62d115ef
J
93162010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9317
6a7662bb
BR
9318 * dynamic-setting.el (font-setting-change-default-font):
9319 Remove call to message.
62d115ef 9320
1180f752
KH
93212010-06-28 Kenichi Handa <handa@m17n.org>
9322
9323 * international/quail.el (quail-insert-kbd-layout): Fix the
9324 showing of untranslated characters.
9325
b9229673
CY
93262010-06-28 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * simple.el (delete-active-region): New option.
9329 (delete-backward-char): Implement in Lisp.
9330 (delete-forward-char): New command.
9331
5f9d345c 9332 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9333 (mouse-show-mark): Simplify.
9334
9335 * bindings.el (global-map): Bind delete and DEL, the former to
9336 delete-forward-char.
9337
a628ad9d 93382010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9339
9340 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9341 (ruby-mode): Bind indent-line-function (Bug#5119).
9342
3468f435
CY
93432010-06-27 Chong Yidong <cyd@stupidchicken.com>
9344
9345 * startup.el (command-line): Recognize "0" X resource value.
9346
6431f2e6
CY
93472010-06-27 Chong Yidong <cyd@stupidchicken.com>
9348
9349 * startup.el (command-line): Use X resources to set the value of
9350 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9351
9352 * menu-bar.el (menu-bar-mode):
9353 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9354 Set init-value to t.
9355
9356 * frame.el (frame-notice-user-settings): Don't change
9357 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9358 vice versa (Bug#2249).
9359
b61dfbe2
EZ
93602010-06-26 Eli Zaretskii <eliz@gnu.org>
9361
9362 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9363
f5cbf40e
AM
93642010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9365
a628ad9d
JB
9366 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9367 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9368
a628ad9d 9369 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9370 default directories are expanded (Bug#6143).
f5cbf40e 9371
8f3b8a5f
JL
93722010-06-24 Juri Linkov <juri@jurta.org>
9373
9374 * minibuffer.el (completions-format): Change default from nil to
9375 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9376
5af72a47
JL
93772010-06-24 Juri Linkov <juri@jurta.org>
9378
9379 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9380 buffer-locally to lambda that re-runs the vc diff command.
9381 (Bug#6447)
9382
8f804316
CY
93832010-06-24 Chong Yidong <cyd@stupidchicken.com>
9384
9385 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9386 echo area is in use (Bug#3412).
9387
be19ef0b
GM
93882010-06-22 Glenn Morris <rgm@gnu.org>
9389
6555773f
GM
9390 * textmodes/texinfmt.el (texinfo-format-region)
9391 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9392 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9393 (texinfo-format-option, texinfo-noindent):
9394 Use line-beginning-position and line-end-position.
9395
be19ef0b
GM
9396 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9397 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9398 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9399 utf-8 characters.
9400
7f0b7b3e
KF
94012010-06-21 Karl Fogel <kfogel@red-bean.com>
9402
49554388
GM
9403 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9404 forward-line fallout.
9405
e8579ebc
CY
94062010-07-06 Chong Yidong <cyd@stupidchicken.com>
9407
9408 * mouse.el (mouse-appearance-menu): Add docstring.
9409
9410 * help.el (describe-key): Print up-event using key-description.
9411
5d1cd8bd
MA
94122010-07-03 Michael Albinus <michael.albinus@gmx.de>
9413
9414 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9415 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9416 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9417
112dbc0e
MA
94182010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9419
9420 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9421
d0cb23ca
DN
94222010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9423
9424 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9425 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9426 cases that cause insertion.
9427 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9428 with a nil state.
9429
01b229d1
CY
94302010-06-30 Chong Yidong <cyd@stupidchicken.com>
9431
9432 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9433
8bf1c786 94342010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9435
9436 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9437
dfc6544c
CY
94382010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9439
9440 * generic-x.el (bat-generic-mode): Fix regexp for command line
9441 switches (Bug#5719).
9442
b7d4de51
CY
94432010-06-27 Masatake YAMATO <yamato@redhat.com>
9444
dfc6544c
CY
9445 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9446 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9447
53cfe624 94482010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9449
8bf1c786 9450 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9451 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9452 bindings of bookmark-automatically-show-annotations (Bug#6515).
9453
aca54191
EZ
94542010-06-25 Eli Zaretskii <eliz@gnu.org>
9455
9456 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9457 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9458
2330fa87
ŠN
94592010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9460
9461 * comint.el (make-comint, make-comint-in-buffer): Mention return
9462 value in the docstrings. (Bug#6498)
9463
29115ca9
YR
94642010-06-24 Yoni Rabkin <yoni@rabkins.net>
9465
9466 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9467 since it is not present when using some non-default switches.
9468
2c79f053
KF
94692010-06-23 Karl Fogel <kfogel@red-bean.com>
9470
7f0b7b3e
KF
9471 * simple.el (compose-mail): Fix doc string to refer to
9472 `compose-mail-user-agent-warnings', instead of to the
9473 nonexistent `compose-mail-check-user-agent'.
9474
43a91810
AM
94752010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9476
9477 Fix an indentation bug:
9478
9479 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9480 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9481 of existing values.
9482
9483 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9484 (c-clear->-pair-props-if-match-before): now return t when they've
9485 cleared properties, nil otherwise.
9486 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9487 by taking account of the existing value.
9488
9489 * progmodes/cc-defs.el
9490 (c-clear-char-property-with-value-function): Fix this to clear the
9491 property rather than overwriting it with nil.
9492
8adb4c33
CY
94932010-06-20 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * emacs-lisp/package.el (package-print-package): Add link to
9496 package description via describe-package.
9497 (describe-package-1): List package requirements. Add button to
9498 perform installation.
9499 (package-menu-describe-package): New command.
9500
9501 * help-mode.el (help-package): New button type.
9502
cced7584
CY
95032010-06-19 Chong Yidong <cyd@stupidchicken.com>
9504
9505 * emacs-lisp/package.el: Move package-list-packages binding to
9506 menu-bar.el.
9507 (describe-package, describe-package-1, package--dir): New funs.
9508 (package-activate-1): Use package--dir.
9509
9510 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9511
9512 * help-mode.el (help-package-def): New button type.
9513
9514 * menu-bar.el: Move package-list-packages binding here from
9515 package.el.
9516
d148e8f9
GH
95172010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9518
9519 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9520
b1a03ef6
SM
95212010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * emacs-lisp/edebug.el (edebug-read-list):
9524 Phase out old-style backquotes.
9525
dbd6da78
JL
95262010-06-17 Juri Linkov <juri@jurta.org>
9527
9528 * help-mode.el (help-mode): Set buffer-local variable
9529 revert-buffer-function to help-mode-revert-buffer.
9530 (help-mode-revert-buffer): New function.
9531
9532 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9533 before popping to "*info*" (like in other Info functions).
9534 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9535 old-history-forward. Pop to old-buffer-name or "*info*" to
9536 recreate the killed buffer. Set Info-history-forward from
9537 old-history-forward.
9538 (Info-breadcrumbs-depth): Add :group and :version.
9539
64eba874
DN
95402010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9541
9542 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9543
26508c03
AM
95442010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9545
a628ad9d
JB
9546 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9547 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9548
69582fcd
JB
95492010-06-17 Juanma Barranquero <lekktu@gmail.com>
9550
54ea2a0d
JB
9551 * emacs-lisp/package.el (package-menu-mode-map):
9552 Move initialization into declaration.
9553
69582fcd
JB
9554 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9555
44198b6e
CY
95562010-06-17 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * emacs-lisp/package.el (package-archive-base): Point to
9559 elpa.gnu.org.
9560 (package-enable, package-load-list): New defcustoms.
9561 (package-user-dir, package-directory-list): Turn into defcustoms.
9562 Don't include package-user-dir in package-directory-list.
9563 (package--builtins-base): Don't include Emacs as a "package".
9564 (package-subdirectory-regexp): New var.
9565 (package-load-all-descriptors, package-compute-transaction)
9566 (package-download-transaction): Obey package-load-list.
9567 (package-activate-1): Rename from package-do-activate.
9568 (package-list-packages-internal): Check package-load-list.
9569 (package-load-descriptor, package-generate-autoloads)
9570 (package-unpack, package-unpack-single)
6a7662bb
BR
9571 (package--read-archive-file, package-delete):
9572 Use expand-file-name.
44198b6e
CY
9573
9574 * emacs-lisp/package-x.el: New file. Package uploading
9575 functionality split out from package.el.
9576
95b6d681 9577 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9578
95792010-06-17 Tom Tromey <tromey@redhat.com>
9580
9581 * emacs-lisp/package.el: New file.
9582
50d76a9f
DN
95832010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9584
9585 Fix vc-annotate for renamed files when using Git.
76e3243a 9586 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9587 ls-files. Doe not pass the object as a file name to cat-file, it
9588 is not a file name.
9589 (vc-git-annotate-command): Pass the file name using -- to avoid
9590 ambiguity with the revision.
9591 (vc-git-previous-revision): Pass a relative file name.
9592
6095a05b
GM
95932010-06-22 Glenn Morris <rgm@gnu.org>
9594
943375a6
GM
9595 * progmodes/js.el (js-mode-map): Use standard capitalization and
9596 ellipses for menu entries.
9597
6095a05b
GM
9598 * wid-edit.el (widget-complete): Doc fix.
9599
4514199e
JH
96002010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9601
9602 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9603
c4786d60
DN
96042010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9605
11c46b39 9606 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9607 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9608 VC backend. Use it when non-nil.
a628ad9d 9609 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9610 (Bug#6487).
11c46b39 9611
c4786d60 9612 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9613 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9614 Do not pass the file name to the 'previous-revision call when we
9615 don't want a file diff. (Bug#6489)
9616
04ec0963
DN
96172010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9618
11c46b39 9619 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9620 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9621 the VC backend. Use it when non-nil.
76e3243a 9622 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9623 backend to vc-find-revision. (Bug#6487)
9624
c036381c
DN
96252010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9626
9627 Fix reading file names in Git annotate buffers.
95b6d681
JB
9628 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9629 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9630
05c123e6
AM
96312010-06-20 Alan Mackenzie <acm@muc.de>
9632
9633 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9634 in file local variables, set it first.
9635
4111f0c7
GM
96362010-06-19 Glenn Morris <rgm@gnu.org>
9637
74739ffd
GM
9638 * descr-text.el (describe-char-unicode-data): Insert separating
9639 space when needed. (Bug#6422)
9640
4111f0c7
GM
9641 * progmodes/idlwave.el (idlwave-action-and-binding):
9642 Fix typo in 2009-12-03 change. (Bug#6450)
9643
e20f0421
SM
96442010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9647 handling for `lambda' (misunderstanding).
9648
fb3e306a
JB
96492010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9650
dd86ea11 9651 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9652 constants aren't distributed after they are factored out.
9653
e020fb59
JL
96542010-06-16 Juri Linkov <juri@jurta.org>
9655
9656 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9657 `list-colors-print'. (Bug#6332)
9658
b8add347
SM
9659 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9660
36901266
SM
96612010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9662
49b2e83d
SM
9663 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9664 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9665
36901266
SM
9666 * font-lock.el (font-lock-major-mode): Rename from
9667 font-lock-mode-major-mode to distinguish it from
9668 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9669 (font-lock-set-defaults):
9670 * font-core.el (font-lock-default-function): Adjust users.
9671 (font-lock-mode): Don't set it at all.
9672
2a64315a 96732010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9674
76e3243a 9675 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9676
2a64315a 96772010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9678
9679 * calendar/appt.el (appt-time-msg-list): Doc fix.
9680 (appt-check): Let-bind appt-warn-time.
9681 (appt-add): Make the 3rd argument optional.
9682 Simplify argument names. Doc fix. Check for integer WARNTIME.
9683 Only add WARNTIME to the output list if non-nil.
9684
2a64315a 96852010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9686
9687 * calendar/appt.el (appt-check): Let the 3rd element of
9688 appt-time-msg-list specify the warning time.
9689 (appt-add): Add new argument with the warning time. (Bug#5176)
9690
6a7662bb 96912010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9692
76e3243a 9693 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9694 older than version 1.6. (Bug#6361)
9695
2a64315a 96962010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9697
9698 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9699 used by cl-do-arglist. (Bug#6408)
9700
30d7ac37
AM
97012010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9702
6a7662bb
BR
9703 * textmodes/ispell.el (ispell-dictionary-base-alist):
9704 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9705 Suggested by Rolando Pereira (bug#6434).
9706
8fd02581
JB
97072010-06-15 Juanma Barranquero <lekktu@gmail.com>
9708
9709 * facemenu.el (list-colors-sort): Doc fix.
9710
6a7662bb 97112010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9712
9713 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9714
f0bf7c8e
JL
97152010-06-14 Juri Linkov <juri@jurta.org>
9716
9717 Add sort option `list-colors-sort'. (Bug#6332)
9718 * facemenu.el (color-rgb-to-hsv): New function.
9719 (list-colors-sort): New defcustom.
9720 (list-colors-sort-key): New function.
9721 (list-colors-display): Doc fix. Sort list according to the option
9722 `list-colors-sort'.
9723 (list-colors-print): Add HSV values to `help-echo' property of
9724 RGB strings.
9725
c42fe9a5
JL
97262010-06-14 Juri Linkov <juri@jurta.org>
9727
9728 * compare-w.el: Move to the "vc" subdirectory.
9729
b263a4c4
SM
97302010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9731
d8b0cddd
SM
9732 * image-mode.el (image-mode-map): Remap left-char and right-char.
9733
b263a4c4
SM
9734 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9735
89877f5f
CY
97362010-06-12 Chong Yidong <cyd@stupidchicken.com>
9737
133a8d82
CY
9738 * term/common-win.el (x-colors): Add all the color names defined
9739 in rgb.txt (Bug#6332).
9740
89877f5f
CY
9741 * facemenu.el (list-colors-print): Don't print extra names if it
9742 will overflow the window width.
9743
9744 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9745 change (Bug#6343).
89877f5f 9746
9d1f18b5
EZ
97472010-06-12 Eli Zaretskii <eliz@gnu.org>
9748
9749 * files.el (make-directory): Doc fix (bug#6396).
9750
b81a0b56
MA
97512010-06-12 Michael Albinus <michael.albinus@gmx.de>
9752
9753 * net/tramp.el (tramp-remote-process-environment): Protect version
9754 string by apostroph.
9755 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9756 XEmacs.
9757 (tramp-file-name-for-operation): Add `call-process-region'.
9758 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9759
9760 * net/tramp-compat.el (top): Do not autoload
9761 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9762 only when `start-file-process' is not bound.
9763 (tramp-advice-file-expand-wildcards): Do not use
9764 `tramp-handle-file-remote-p'.
9765 (tramp-compat-make-temp-file): Handle the case, that
9766 `make-temp-file' has no third argument EXTENSION.
9767
69f18acc
JB
97682010-06-11 Juanma Barranquero <lekktu@gmail.com>
9769
5fee75d4
JB
9770 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9771
69f18acc
JB
9772 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9773
9766adfb
JL
97742010-06-11 Juri Linkov <juri@jurta.org>
9775
9776 * finder.el (finder-known-keywords): Add keyword "vc"
9777 for version control.
9778
9779 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9780 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9781 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9782 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9783
56b2854f
JL
97842010-06-11 Juri Linkov <juri@jurta.org>
9785
9786 Move version control related files to the "vc" subdirectory.
9787 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9788 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9789 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9790 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9791 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9792 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9793 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9794 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9795 Move files to the "vc" subdirectory.
9796
6534e58a
CY
97972010-06-11 Chong Yidong <cyd@stupidchicken.com>
9798
9799 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9800 (Bug#6367).
9801
84d9562f
SE
98022010-06-11 Stephen Eglen <stephen@gnu.org>
9803
9804 * shell.el: Bind `shell-resync-dirs' to M-RET.
9805
3ef0a6a5
MA
98062010-06-10 Michael Albinus <michael.albinus@gmx.de>
9807
9808 * notifications.el: Move file from lisp/net, because it is
9809 supposed to talk locally to the user.
9810
fa4003da
MA
98112010-06-10 Julien Danjou <julien@danjou.info>
9812
9813 * net/notifications.el (notifications-on-action-signal)
9814 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9815 argument to the callback functions. Add docstrings.
fa4003da
MA
9816 (notifications-notify): Fix docstring.
9817
46e6650e
GM
98182010-06-10 Glenn Morris <rgm@gnu.org>
9819
9820 * emacs-lisp/authors.el (authors-ignored-files)
9821 (authors-valid-file-names): Add some files.
9822
a71832f7
SM
98232010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9824
9825 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9826 merge conflict, giving preference to the emacs-23 version of the code.
9827
8c6eab5a
SM
98282010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9829
989bc97f
SM
9830 * emacs-lisp/advice.el (ad-compile-function):
9831 Define warning-suppress-types before we let-bind it (bug#6275).
9832
8c6eab5a
SM
9833 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9834 declare it, make it buffer-local and permanent-local (bug#6324).
9835 (vc-resynch-window): Adjust name.
9836 * vc-hooks.el (vc-find-file-hook): Adjust name.
9837
890a18d6
MA
98382010-06-09 Michael Albinus <michael.albinus@gmx.de>
9839
9840 * net/notifications.el (notifications-notify): Fix docstring.
9841
bf3e70eb
JB
98422010-06-09 Juanma Barranquero <lekktu@gmail.com>
9843
9844 Update to Unicode 6.0.0 beta.
9845 * international/charprop.el: Update copyright.
9846 * international/mule-cmds.el (ucs-names): Update character ranges.
9847 * international/uni-bidi.el:
9848 * international/uni-category.el:
9849 * international/uni-combining.el:
9850 * international/uni-comment.el:
9851 * international/uni-decimal.el:
9852 * international/uni-decomposition.el:
9853 * international/uni-digit.el:
9854 * international/uni-lowercase.el:
9855 * international/uni-mirrored.el:
9856 * international/uni-name.el:
9857 * international/uni-numeric.el:
9858 * international/uni-old-name.el:
9859 * international/uni-titlecase.el:
9860 * international/uni-uppercase.el: Regenerate.
9861
b978141d
JB
98622010-06-09 Juanma Barranquero <lekktu@gmail.com>
9863
ee8359ba
JB
9864 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9865 (smie-precs-precedence-table): Fix typo in docstring.
9866
f64ab8fb
JB
9867 * vc-mtn.el (log-edit-extract-headers): Declare function.
9868
883ffa8c
JB
9869 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9870
b978141d
JB
9871 * net/notifications.el (dbus-register-signal): Declare function.
9872 (notifications-notify): Fix typos and reflow docstring.
9873
5f4f2ae4
DN
98742010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9875
9876 Improve VC create/retrieve tag/branch.
9877 * vc.el (vc-create-tag): Do not read the directory name for VCs
9878 with repository revision granularity. Adjust the tag/branch
9879 prompt. Reset VC properties.
9880 (vc-retrieve-tag): Do not read the directory name for VCs
9881 with repository revision granularity. Reset VC properties.
9882
41a86354
MA
98832010-06-09 Julien Danjou <julien@danjou.info>
9884
ef33fd34 9885 * net/notifications.el: New file.
41a86354 9886
fab43c76
DN
98872010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9888
00fd1147
DN
9889 Add optional support for resetting VC properties.
9890 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9891 call vc-file-clearprops when true.
9892 (vc-resynch-buffer): Add new optional argument, pass it down.
9893 (vc-resynch-buffers-in-directory): Likewise.
9894
fab43c76
DN
9895 Improve support for special markup in the VC commit message.
9896 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9897 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9898 * vc-git.el (vc-git-checkin):
9899 * vc-bzr.el (vc-bzr-checkin): Likewise.
9900
e7d67e73
SM
99012010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9904 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9905
277e6741
MP
99062010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9907
9908 * iimage.el: Remove images as soon as the underlying text is modified.
9909 (iimage-modification-hook): New function.
9910 (iimage-mode-buffer): Use it.
9911
83156c18
SM
99122010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9915 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9916 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9917 (smie-indent-keyword): Add handling of open-paren keywords.
9918 (smie-indent-comment-continue): Don't assume comment-continue.
9919
13b5221f
MR
99202010-06-07 Martin Rudalics <rudalics@gmx.at>
9921
9922 * window.el (pop-to-buffer): Remove the conditional that
9923 compares new-window and old-window, so it will reselect
9924 the selected window unconditionally.
9925 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9926
c2ea5810
SM
99272010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * emacs-lisp/smie.el (smie-indent-offset-after)
9930 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9931 (smie-indent-after-keyword): Use them.
9932 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9933 (smie-indent-keyword): Tweak the black magic.
9934 (smie-indent-comment-continue): Strip comment-continue before use.
9935 (smie-indent-functions): Indent comments before keywords.
9936
27dd3c11
JL
99372010-06-06 Juri Linkov <juri@jurta.org>
9938
9939 * isearch.el (isearch-lazy-highlight-search): Fix looping
9940 by checking for empty match. This syncs this loop with the
9941 similar loop in `isearch-search'. (Bug#6362)
9942
35b148ee
JB
99432010-06-05 Juanma Barranquero <lekktu@gmail.com>
9944
9945 * net/dbus.el (dbus-register-method): Declare function.
9946 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9947 (dbus-introspect): Doc fix.
9948 (dbus-event-bus-name, dbus-introspect-get-interface)
9949 (dbus-introspect-get-argument): Reflow docstrings.
9950
eccdfe5f
DN
99512010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9952
9953 vc-log-incoming/vc-log-outgoing fixes for Git.
9954 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9955 incoming/outgoing logs.
9956 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9957 instead of vc-git-compute-remote.
9958 (vc-git-compute-remote): Remove.
9959
86253dc0
CY
99602010-06-04 Chong Yidong <cyd@stupidchicken.com>
9961
9962 * term/common-win.el (x-colors): Add "dark green" and "dark
9963 turquoise" (Bug#6332).
9964
0665f661
JL
99652010-06-04 Juri Linkov <juri@jurta.org>
9966
9967 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9968 Instead of setting `replace' to t and replacing the same string
9969 with itself, don't do certain actions when
9970 kill-do-not-save-duplicates is non-nil and string is equal to car
9971 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9972 interprogram-paste strings to kill-ring, and don't push the input
9973 argument `string' to kill-ring.
9974 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9975
087fc47a
JB
99762010-06-04 Juanma Barranquero <lekktu@gmail.com>
9977
9978 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9979
4f201088
MA
99802010-06-04 Michael Albinus <michael.albinus@gmx.de>
9981
9982 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9983 (tramp-gvfs-handler-mounted-unmounted)
9984 (tramp-gvfs-connection-mounted-p): Handle default-location.
9985
9986 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9987 move files to trash.
9988
18ccd78a
JB
99892010-06-04 Juanma Barranquero <lekktu@gmail.com>
9990
9991 * international/mule-cmds.el (nonascii-insert-offset)
9992 (nonascii-translation-table): Add obsolescence information.
9993
9994 * international/mule.el (make-translation-table-from-vector): Doc fix.
9995
3845c322
GM
99962010-06-03 Glenn Morris <rgm@gnu.org>
9997
9998 * desktop.el (desktop-clear-preserve-buffers):
9999 Add "*Warnings*" buffer. (Bug#6336)
10000
54d3626e
DN
100012010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10002
6941ffec
DN
10003 vc-log-incoming/vc-log-outgoing improvements for Git.
10004 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10005 short log.
10006 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10007
54d3626e
DN
10008 Add bindings for vc-log-incoming and vc-log-outgoing.
10009 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10010 and vc-log-outgoing.
10011 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10012 and vc-log-outgoing.
10013
aa1bc616
CY
100142010-06-03 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10017 (rcirc-handler-366): Always sort nicknames.
10018
e2d2a205
JB
100192010-06-03 Juanma Barranquero <lekktu@gmail.com>
10020
10021 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10022
44ea155d
CY
100232010-06-03 Chong Yidong <cyd@stupidchicken.com>
10024
a628ad9d 10025 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10026
a91dedc4
SM
100272010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10030 (rcirc-sort-nicknames-join): Avoid setq.
10031
c62bf05a
DD
100322010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10033
10034 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10035 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10036 (rcirc-handler-366): Use them.
10037
dd2c3c92
SM
100382010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 Split smie-indent-calculate into more manageable chunks.
10041 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10042 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10043 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10044 (smie-indent-exps): Extract from smie-indent-calculate.
10045 (smie-indent-functions): New var.
10046 (smie-indent-functions): Use them.
10047
927c346b
SM
100482010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10051 (smie-indent-calculate): Simplify and cleanup.
10052
1efeec86
MA
100532010-06-02 Michael Albinus <michael.albinus@gmx.de>
10054
10055 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10056 (tramp-gvfs-mount-point): Remove.
10057 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10058 New defuns.
1efeec86
MA
10059 (with-tramp-dbus-call-method): Format trace message.
10060 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10061 Implement backup call, when operation on local files fails.
10062 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10063 (tramp-gvfs-handle-make-directory): Make more traces.
10064 (tramp-gvfs-url-file-name): Hexify file name in url.
10065 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10066 into account for the resulting file name.
10067 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10068 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10069 (tramp-gvfs-handler-mounted-unmounted)
10070 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10071 attribute "default_location". Set "prefix" property.
10072 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10073 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10074 exists. Raise an error, if not (due to a corresponding answer
10075 "no" in interactive questions, for example).
10076
89877f5f 100772010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10078
10079 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10080
24f574a9
JB
100812010-06-01 Juanma Barranquero <lekktu@gmail.com>
10082
10083 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10084 right-*. (Bug#6265)
10085
290736f2
DN
100862010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10087
61158bfa
DN
10088 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10089 * vc-git.el (vc-git-compute-remote): New function.
10090 (vc-git-log-outgoing): Use it instead of hard coding a value.
10091 (vc-git-log-incoming): New function.
10092
5828f6ca
DN
10093 Improve state updating for VC tag commands.
10094 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10095 to update the state of all buffers in the directory.
10096
290736f2
DN
10097 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10098
feceda26
SM
100992010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10102 `file-directory-p' to the filename part rather than to the whole text.
10103
896114cf
SM
101042010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10107
1603358c
DA
101082010-05-31 Drew Adams <drew.adams@oracle.com>
10109
10110 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10111
fe40dc63
JB
101122010-05-31 Juanma Barranquero <lekktu@gmail.com>
10113
10114 * subr.el (momentary-string-display): Just use read-event to read
10115 the exit event (Bug#6238).
10116
9e8014c6
EZ
101172010-05-30 Eli Zaretskii <eliz@gnu.org>
10118
10119 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10120
61a08071
JB
101212010-05-30 Juanma Barranquero <lekktu@gmail.com>
10122
10123 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10124 Suggested by Eli Zaretskii <eliz@gnu.org>.
10125
5feec8ca
SM
101262010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * minibuffer.el (completion-file-name-table): Don't return a boundary
10129 past the end of `string' (bug#6299).
10130 (completion--file-name-table): Delegate to completion-file-name-table
10131 for the `boundaries' case.
10132
8175cb90
JB
101332010-05-30 Juanma Barranquero <lekktu@gmail.com>
10134
2b94133f
JB
10135 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10136 movement commands.
10137
8175cb90
JB
10138 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10139 `path-separator', but maintain compatibility with Emacs 20.2.
10140
0191e222
CY
101412010-05-29 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * server.el (server-process-filter): Receive parent-id argument
10144 from emacsclient.
10145 (server-create-window-system-frame): New arg. Pass parent-id as
10146 frame parameter.
10147
9b655a0a
EZ
101482010-05-29 Eli Zaretskii <eliz@gnu.org>
10149
db5dce9d
EZ
10150 Bidi-sensitive word movement with arrow keys.
10151 * subr.el (right-arrow-command, left-arrow-command): Move to
10152 bindings.el.
10153
10154 * bindings.el (right-char, left-char): Move from subr.el and
10155 rename from right-arrow-command and left-arrow-command.
10156 (right-word, left-word): New functions.
10157 (global-map) <right>: Bind to right-char.
10158 (global-map) <left>: Bind to left-char.
10159 (global-map) <C-right>: Bind to right-word.
10160 (global-map) <C-left>: Bind to left-word.
10161
9b655a0a
EZ
10162 * ls-lisp.el (ls-lisp-classify-file): New function.
10163 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10164 (ls-lisp-classify): Call ls-lisp-classify-file.
10165 (insert-directory): Remove blanks from switches.
10166
fcb52808
CY
101672010-05-29 Chong Yidong <cyd@stupidchicken.com>
10168
10169 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10170 (ansi-color-drop-regexp): New constant.
10171 (ansi-color-apply, ansi-color-filter-region)
896114cf 10172 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10173 (ansi-color-apply): Build string list before calling concat.
10174
0040735a
JL
101752010-05-28 Juri Linkov <juri@jurta.org>
10176
10177 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10178 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10179 (Bug#5270)
10180
b6827fff
MA
101812010-05-28 Michael Albinus <michael.albinus@gmx.de>
10182
10183 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10184 to ignored backtrace functions.
10185 (with-progress-reporter): Expand docstring.
10186 (tramp-handle-delete-file): Implement TRASH argument.
10187 (tramp-get-remote-trash): New defun.
10188
eba082a2
MA
101892010-05-28 Michael Albinus <michael.albinus@gmx.de>
10190
6a7662bb
BR
10191 * net/tramp-compat.el (tramp-compat-delete-file):
10192 Use `symbol-value' for backward compatibility.
eba082a2
MA
10193
10194 * net/tramp.el (tramp-handle-make-symbolic-link)
10195 (tramp-handle-load)
10196 (tramp-do-copy-or-rename-file-via-buffer)
10197 (tramp-do-copy-or-rename-file-directly)
10198 (tramp-do-copy-or-rename-file-out-of-band)
10199 (tramp-handle-process-file, tramp-handle-call-process-region)
10200 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10201 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10202 (tramp-delete-temp-file-function): Use `delete-file' instead
10203 of `tramp-compat-delete-file'.
10204
10205 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10206 (tramp-fish-handle-make-symbolic-link)
10207 (tramp-fish-handle-process-file): Use `delete-file' instead
10208 of `tramp-compat-delete-file'.
10209
6a7662bb
BR
10210 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10211 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10212
0dc3e410
MA
10213 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10214 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10215
6a7662bb
BR
10216 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10217 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10218
10219 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10220 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10221 (tramp-smb-handle-write-region): Use `delete-file' instead of
10222 `tramp-compat-delete-file'.
10223 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10224
f1a5d776
CY
102252010-05-27 Chong Yidong <cyd@stupidchicken.com>
10226
10227 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10228 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10229 (dired-do-flagged-delete, dired-do-delete): Use trash.
10230
10231 * speedbar.el (speedbar-item-delete): Allow trashing.
10232
10233 * files.el (delete-directory): New arg TRASH.
10234
10235 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10236 (ange-ftp-rename-remote-to-remote)
10237 (ange-ftp-rename-local-to-remote)
10238 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10239 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10240 `delete-file'.
10241 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10242 allow trashing.
10243
10244 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10245 handle new TRASH arg of `delete-file'.
10246
c4ce1145 10247 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10248 (tramp-handle-make-symbolic-link, tramp-handle-load)
10249 (tramp-do-copy-or-rename-file-via-buffer)
10250 (tramp-do-copy-or-rename-file-directly)
10251 (tramp-do-copy-or-rename-file-out-of-band)
10252 (tramp-handle-process-file, tramp-handle-call-process-region)
10253 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10254 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10255 (tramp-delete-temp-file-function): Use null TRASH arg in
10256 tramp-compat-delete-file call.
10257
10258 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10259 (tramp-fish-handle-delete-file)
10260 (tramp-fish-handle-make-symbolic-link)
10261 (tramp-fish-handle-process-file): Use null TRASH arg in
10262 `tramp-compat-delete-file' call.
10263
10264 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10265 arg in `tramp-compat-delete-file' call.
10266
10267 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10268 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10269 `tramp-compat-delete-file' call.
10270
10271 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10272 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10273 `tramp-compat-delete-file' call.
10274
10275 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10276 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10277 (tramp-smb-handle-write-region): Use null TRASH arg in
10278 tramp-compat-delete-file call.
10279 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10280 (tramp-smb-handle-delete-file): Rename arg.
10281
10282 * diff.el (diff-sentinel):
10283 * epg.el (epg--make-temp-file, epg-decrypt-string)
10284 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10285 * jka-compr.el (jka-compr-partial-uncompress)
10286 (jka-compr-call-process, jka-compr-write-region):
10287 * server.el (server-sentinel): Remove optional arg from
10288 delete-file, reverting 2010-05-03 change.
10289
ecb0ab90
CY
102902010-05-27 Chong Yidong <cyd@stupidchicken.com>
10291
6a7662bb
BR
10292 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10293 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10294
2b25da45
KH
102952010-05-27 Kenichi Handa <handa@m17n.org>
10296
10297 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10298 element of GSTRING is nil.
10299
11e4d8c0
SM
103002010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * emacs-lisp/smie.el (smie-forward-token-function)
10303 (smie-backward-token-function): New vars.
10304 (smie-backward-sexp, smie-forward-sexp)
10305 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10306 (smie-default-backward-token): Rename from smie-backward-token and
10307 skip comments.
10308 (smie-default-forward-token): Rename from smie-forward-token and
10309 skip comments.
10310 (smie-next-sexp): Handle nil results from next-token.
10311 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10312
4da3541b
CY
103132010-05-27 Chong Yidong <cyd@stupidchicken.com>
10314
896114cf
SM
10315 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10316 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10317
103182010-05-27 Masatake YAMATO <yamato@redhat.com>
10319
10320 * htmlfontify.el (hfy-face-resolve-face): New function.
10321 (hfy-face-to-style): Use it (Bug#6279).
10322
6dc439cb
SM
103232010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10326 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10327
021eb8d7
GM
103282010-05-26 Glenn Morris <rgm@gnu.org>
10329
10330 * emulation/edt.el (edt-load-keys): Use locate-library.
10331
bef4957b
CY
103322010-05-25 Chong Yidong <cyd@stupidchicken.com>
10333
10334 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10335 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10336 (log-edit-changelog-insert-entries): Args changed.
10337 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10338 (log-edit-insert-changelog-entries): Reorganize return value of
10339 `log-edit-changelog-entries' to pass filenames to
10340 log-edit-changelog-insert-entries.
10341
84fb0956
TV
103422010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10343
10344 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10345 `image-dired-dired-insert-marked-thumbs' to
10346 `image-dired-dired-toggle-marked-thumbs'.
10347
10348 * image-dired.el: Require cl when compiling.
10349 (image-dired-dired-toggle-marked-thumbs): Rename from
10350 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10351 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10352 to 'no-dir. Skip files whose names don't match
10353 `image-file-name-regexp'. When file has a thumbnail overlay,
10354 delete it. (Bug#5270)
10355
0fb1193d
JL
103562010-05-25 Juri Linkov <juri@jurta.org>
10357
10358 * image-mode.el (image-mode): Add image-after-revert-hook to
10359 after-revert-hook.
10360 (image-after-revert-hook): New function. (Bug#5669)
10361
fc937924
JL
103622010-05-25 Juri Linkov <juri@jurta.org>
10363
10364 * image.el (image-animated-p): When delay between animated images
10365 is 0, set it to 10 (0.1 sec). (Bug#6258)
10366
fa9ba953
MA
103672010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10368
10369 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10370 `forward-word', its default syntax could be changed.
fa9ba953 10371
9e021389
MA
103722010-05-25 Michael Albinus <michael.albinus@gmx.de>
10373
10374 * net/tramp.el (tramp-progress-reporter-update): New defun.
10375 (with-progress-reporter): Use it.
10376 (tramp-process-actions):
6a7662bb
BR
10377 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10378 Preserve current message, in order to let progress reporter continue
9e021389
MA
10379 afterwards. (Bug#6257)
10380
6169260b
GM
103812010-05-25 Glenn Morris <rgm@gnu.org>
10382
10383 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10384 Add :version.
10385
d26781af
RY
103862010-05-25 Ryan Yeske <rcyeske@gmail.com>
10387
8826afe3 10388 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10389 (rcirc-default-full-name): Change to "unknown".
10390 (rcirc-user-name-history): Add variable.
8826afe3
GM
10391
103922010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10393 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10394
10395 * net/rcirc.el (rcirc-server-alist): Add :pass.
10396 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10397 username and password.
a628ad9d 10398 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10399 value to server when connecting.
10400
d355a0b7
SM
104012010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10402
f5228f84
SM
10403 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10404 (smie-merge-prec2s): Pass the tables as separate args.
10405 (smie-bnf-precedence-table): Adjust call accordingly.
10406 (smie-prec2-levels): Set levels at the end.
10407
d355a0b7
SM
10408 Replace Lisp calls to delete-backward-char by delete-char.
10409 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10410 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10411 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10412 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10413 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10414 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10415 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10416 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10417 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10418 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10419 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10420 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10421 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10422 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10423 delete-backward-char by calls to delete-char.
10424
f668ef02
KH
104252010-05-25 Kenichi Handa <handa@m17n.org>
10426
10427 * language/hebrew.el (hebrew-shape-gstring): New function.
10428 Register it in composition-function-table for all Hebrew combining
10429 characters.
10430
397eb3f3
SM
104312010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * epa.el (epa--select-keys): Don't explicitly delete the window since
10434 that can fail (e.g. sole window in frame). Use dedication instead.
10435
171eda53 104362010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10437
10438 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10439
110683ad
CY
104402010-05-22 Chong Yidong <cyd@stupidchicken.com>
10441
10442 * image.el (image-refresh): Define as an alias for image-flush.
10443
10444 * image-mode.el (image-toggle-display-image): Caller changed.
10445
df9db151
JL
104462010-05-21 Juri Linkov <juri@jurta.org>
10447
10448 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10449 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10450 whitespace, call wildcard-to-regexp on substrings and concat them
10451 with "\\|". (Bug#6114)
10452
c0209c2c
AM
104532010-05-21 Alan Mackenzie <acm@muc.de>
10454
171eda53
SM
10455 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10456 Replace parameter `here' with `here-' and `here-plus', which sandwich
10457 any pertinent CPP construct.
c0209c2c
AM
10458 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10459 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10460 CPP construct from taking part in the scanning.
10461
655bded0
MA
104622010-05-21 Michael Albinus <michael.albinus@gmx.de>
10463
10464 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10465 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10466 Tune `with-progress-reporter' messages.
655bded0
MA
10467 (tramp-handle-vc-registered):
10468 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10469 (tramp-fish-handle-insert-file-contents)
10470 (tramp-fish-maybe-open-connection):
10471 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10472 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10473 (tramp-imap-handle-insert-file-contents)
10474 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10475
3e17a1a7
JB
104762010-05-21 Juanma Barranquero <lekktu@gmail.com>
10477
bf1e8d4a
JB
10478 * add-log.el (change-log-font-lock-keywords):
10479 Highlight all authors in multi-author entries.
10480
3e17a1a7
JB
10481 * smerge-mode.el (smerge-refine-ignore-whitespace)
10482 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10483 Fix typos in docstrings.
10484 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10485
969e684a
GM
104862010-05-21 Glenn Morris <rgm@gnu.org>
10487
e75c1e7d
GM
10488 * progmodes/fortran.el (fortran-mode):
10489 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10490
969e684a
GM
10491 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10492 having a relative path in src/Makefile.in.
10493
a50878fa
KR
104942010-05-20 Kevin Ryde <user42@zip.com.au>
10495
10496 * help-mode.el (help-make-xrefs): For Info node links turn
10497 newlines into spaces. Link node names with newlines are matched
10498 by help-xref-info-regexp and buttonized, this change ensures they
10499 can be followed successfully with RET. (Bug#6206)
10500
f66a2f90
JL
105012010-05-20 Juri Linkov <juri@jurta.org>
10502
10503 * locate.el (locate): Use pop-to-buffer instead of
10504 switch-to-buffer-other-window. (Bug#6204)
10505
201d895a
JL
105062010-05-20 Juri Linkov <juri@jurta.org>
10507
10508 * replace.el (replace-highlight): Fix lazy-highlighting
10509 for `M-s w str M-% str RET'.
10510
1ddb2ea0
MY
105112009-12-15 Masatake YAMATO <yamato@redhat.com>
10512
10513 * isearch.el (isearch-yank-word-or-char): Pull next subword
10514 when `subword-mode' is activated. (Bug#6220)
10515
a6020335
MH
105162010-05-20 Mark A. Hershberger <mah@everybody.org>
10517
10518 * isearch.el (isearch-update-post-hook): New hook.
10519 (isearch-update): Use the new hook. (Bug#6225)
10520
50de6a38
JL
105212010-05-20 Juri Linkov <juri@jurta.org>
10522
10523 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10524 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10525 (Bug#6222)
10526
5d944a8f
JL
105272010-05-20 Juri Linkov <juri@jurta.org>
10528
10529 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10530 (Bug#6223)
10531
f5d6548a
JL
105322010-05-20 Juri Linkov <juri@jurta.org>
10533
10534 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10535 FILE-NAME to read from the minibuffer when called interactively
10536 with prefix argument instead of using buffer-file-name.
10537 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10538
10539 * dired.el: Update autoloads.
10540
f8e63691
CY
105412010-05-20 Chong Yidong <cyd@stupidchicken.com>
10542
10543 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10544 nxml-finish-element, for consistency with SGML mode.
10545
10546 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10547 octave-close-block.
10548
07d7c3bd
JB
105492010-05-20 Juanma Barranquero <lekktu@gmail.com>
10550
10551 * composite.el: Require cl when compiling.
10552 (reference-point-alist, compose-gstring-for-graphic)
10553 (compose-gstring-for-terminal): Fix typos in docstrings.
10554
7bce8510
JL
105552010-05-19 Juri Linkov <juri@jurta.org>
10556
10557 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10558 set-window-parameter.
10559
a7723e05
MA
105602010-05-19 Michael Albinus <michael.albinus@gmx.de>
10561
10562 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10563 where appropriate.
10564 (tramp-maybe-open-connection): Use it.
10565
3f2e7735
EZ
105662010-05-19 Eli Zaretskii <eliz@gnu.org>
10567
10568 * simple.el (move-end-of-line): Make sure we are at line beginning
10569 before backing up to end of previous line.
10570
8d9181c7
MA
105712010-05-19 Michael Albinus <michael.albinus@gmx.de>
10572
8c4ec20f
MA
10573 * password-cache.el (password-cache-remove): Fix docstring.
10574
8d9181c7
MA
10575 * net/secrets.el: Autoload the widget functions.
10576 (secrets-search-items, secrets-create-item)
10577 (secrets-get-attributes, secrets-expand-item): Attributes will be
10578 stored on the password database without leading ":", as all other
10579 clients do as well.
10580 (secrets-mode): Fix docstring.
10581 (secrets-show-secrets): Provide it as autoloaded command only when
10582 D-Bus support is available. Check existence of Secret Service API.
10583
2a96c2a7
SM
105842010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * indent.el (indent-region): Deactivate region (bug#6200).
10587
d24e10b1
GM
105882010-05-19 Glenn Morris <rgm@gnu.org>
10589
10590 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10591
2833d915
KH
105922010-05-19 Kenichi Handa <handa@m17n.org>
10593
10594 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10595 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10596
134c2f29
JB
105972010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10598
10599 * calc/calc-trail.el (calc-trail-isearch-forward)
10600 (calc-trail-isearch-backward): Ensure that the new window
10601 point is set correctly.
10602
278847cd
SM
106032010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * subr.el (read-quoted-char): Resolve modifiers after key
10606 remapping (bug#6212).
10607
3a8e7cbd
MA
106082010-05-18 Michael Albinus <michael.albinus@gmx.de>
10609
10610 Add visualization code for secrets.
10611 * net/secrets.el (secrets-mode): New major mode.
10612 (secrets-show-secrets, secrets-show-collections)
10613 (secrets-expand-collection, secrets-expand-item)
10614 (secrets-tree-widget-after-toggle-function)
10615 (secrets-tree-widget-show-password): New defuns.
10616
472e7ec1
SM
106172010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10618
224b70cb
SM
10619 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10620 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10621 handled in smie-next-sexp.
10622 (smie-indent-calculate): Provide a starting indentation (so the
10623 recursion is well-founded ;-).
10624
472e7ec1
SM
10625 Fix handling of non-associative equal levels.
10626 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10627 when it's not needed.
10628 (smie-op-left, smie-op-right): New functions.
10629 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10630 Better handle equal levels to distinguish the associative case from
10631 the "multi-keyword construct" case.
10632 (smie-backward-sexp, smie-forward-sexp): Use it.
10633
35e53abd
JB
106342010-05-18 Juanma Barranquero <lekktu@gmail.com>
10635
5d8fe0ba
JB
10636 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10637
35e53abd
JB
10638 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10639 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10640
5ad4bef5
SM
106412010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 Provide a simple generic indentation engine and use it for Prolog.
10644 * emacs-lisp/smie.el: New file.
10645 * progmodes/prolog.el (prolog-smie-op-levels)
10646 (prolog-smie-indent-rules): New var.
10647 (prolog-mode-variables): Use them to configure SMIE.
10648 (prolog-indent-line, prolog-indent-level): Remove.
10649
00681a3c
JB
106502010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10651
560bb7ae 10652 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10653 order before computing the averages.
10654
eba62f7a
JB
106552010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10656
597517ef 10657 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10658 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10659 (math-vector-avg): New function.
10660
560bb7ae 10661 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10662 being grouped depend on the radix (Bug#6189).
10663
8c5ff6dd
KR
106642010-05-15 Ken Raeburn <raeburn@raeburn.org>
10665
10666 * version.el (emacs-copyright, emacs-version): Don't define here,
10667 now that emacs.c defines it.
10668
98d8b17e
EZ
106692010-05-15 Eli Zaretskii <eliz@gnu.org>
10670
71078429
EZ
10671 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10672 "Describe Language Environment" menu item.
10673
ce6233c1
EZ
10674 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10675
d20e1419
EZ
10676 Bidi-sensitive movement with arrow keys.
10677 * subr.el (right-arrow-command, left-arrow-command): New functions.
10678
10679 * bindings.el (global-map): Bind them to right and left arrow keys.
10680
98d8b17e 10681 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10682 * files.el (convert-standard-filename):
10683 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10684 the corresponding systems.
10685
10686 * w32-fns.el (w32-convert-standard-filename): Rename from
10687 convert-standard-filename. Doc fix.
10688
10689 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10690 (convert-standard-filename): Don't defalias.
10691 (register-name-alist, make-register, register-value)
10692 (set-register-value, intdos): Obsolete aliases for the
10693 corresponding dos-* functions and variables.
10694 (dos-intdos): Add a doc string.
10695
ae6bc504
JB
106962010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10697
10698 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10699 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10700 (math-compose-tex-func):
10701 * calc/calccomp.el (math-compose-expr):
10702 * calc/calc-ext.el (math-format-flat-expr-fancy):
10703 * calc/calc-store.el (calc-read-var-name):
10704 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10705
10706 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10707 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10708 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10709 (math-standard-units): Add units.
ae6bc504 10710
c26ea4b2
SM
107112010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10712
7aefa445 10713 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10714 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10715
c26ea4b2
SM
10716 * pcomplete.el (pcomplete-completions-at-point): New function,
10717 extracted from pcomplete-std-complete.
10718 (pcomplete-std-complete): Use it.
10719
02be533b
GM
107202010-05-15 Glenn Morris <rgm@gnu.org>
10721
10722 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10723 Remove references to CVS, RCS and Old directories.
10724
78ed0efc
JB
107252010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10726
ae6bc504 10727 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10728 appropriate.
10729
10dcc561
SM
107302010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10731
5ccaa359
SM
10732 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10733 (sh-mode-syntax-table): Give it a default value instead.
10734 (sh-header-marker): Make buffer-local.
10735 (sh-mode): Move make-local-variable to the corresponding setq.
10736 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10737 Use complete-with-action.
10738
10dcc561
SM
10739 * simple.el (prog-mode): New (abstract) major mode.
10740 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10741 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10742
c38762fd
JB
107432010-05-14 Juanma Barranquero <lekktu@gmail.com>
10744
10745 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10746 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10747 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10748 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10749 (sql-escape-newlines-filter, sql-input-sender)
10750 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10751
2ef3c144
CY
107522010-05-13 Chong Yidong <cyd@stupidchicken.com>
10753
560bb7ae 10754 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10755
10756 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10757 latex-open-block and C-c / to latex-close-block.
10758
10759 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10760 and C-c C-e to sgml-close-tag.
10761
3b30ccda
MA
107622010-05-13 Michael Albinus <michael.albinus@gmx.de>
10763
10764 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10765 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10766 (tramp-handle-load, tramp-handle-file-local-copy)
10767 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10768 (tramp-maybe-send-script, tramp-find-shell):
10769 Use `with-progress-reporter'.
3b30ccda
MA
10770 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10771 Fix message text.
10772
10773 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10774 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10775 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10776 Use `with-progress-reporter'.
10777
57ff5d7b
AM
107782010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10779
a628ad9d
JB
10780 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10781 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10782
5a70d10f
SM
107832010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10784
791ffe1c
SM
10785 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10786
5a70d10f
SM
10787 * dos-fns.el: Add "dos-" prefix for namespace control.
10788 (convert-standard-filename): Define as alias for
10789 dos-convert-standard-filename but only if applicable.
10790
38d93f03
AM
107912010-05-12 Alan Mackenzie <acm@muc.de>
10792
10793 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10794 Push the mark at the start of these functions when appropriate.
10795
902a6d8d
SM
107962010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10797
10798 * minibuffer.el (completion-cycle-threshold): New custom var.
10799 (completion--do-completion): Use it.
10800 (minibuffer-complete): Use cycling if appropriate.
10801
9ee120ba
JB
108022010-05-11 Juanma Barranquero <lekktu@gmail.com>
10803
10804 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10805 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10806
841c4085
JL
108072010-05-11 Juri Linkov <juri@jurta.org>
10808
10809 * scroll-all.el (scroll-all-check-to-scroll):
10810 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10811
8a67c70e
SM
108122010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10813
f2b9ed18
SM
10814 * iimage.el (iimage-mode-map): Move initialization into declaration.
10815 (iimage-mode-buffer): Use with-silent-modifications.
10816 Simplify calling convention. Adjust callers.
10817 (iimage-mode): Don't run hook redundantly.
10818
8a67c70e
SM
10819 * minibuffer.el (completion-pcm--pattern->regex):
10820 Fix last change (bug#6160).
10821
4bbedd98
JL
108222010-05-10 Juri Linkov <juri@jurta.org>
10823
10824 Remove nodes visited during Isearch from the Info history.
10825 * info.el (Info-isearch-initial-history)
10826 (Info-isearch-initial-history-list): New variables.
10827 (Info-isearch-start): Record initial values of
10828 Info-isearch-initial-history and Info-isearch-initial-history-list.
10829 Add Info-isearch-end to isearch-mode-end-hook.
10830 (Info-isearch-end): New function.
10831
94ecf5da
MA
108322010-05-10 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10835 format string, in order to work around a bug in pdksh.
10836 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10837 (tramp-handle-verify-visited-file-modtime): Do not send a command
10838 when the connection is not established.
10839 (tramp-handle-set-file-times): Simplify the check for utc.
10840
c5eb971b
JB
108412010-05-10 Juanma Barranquero <lekktu@gmail.com>
10842
10843 Fix use of `filter-buffer-substring' (rework previous change).
10844 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10845 (cua-repeat-replace-region):
10846 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10847 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10848 (cua-cut-region-to-global-mark): Use it.
10849
7492acc9
MM
108502010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10851
77e2fc7a
JB
10852 * progmodes/sql.el: Version 2.1.
10853 (sql-product-alist): Redesign structure of product info.
10854 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10855 (sql-port, sql-port-history): New variables.
10856 (sql-interactive-product): New variable.
10857 (sql-send-terminator): New variable.
77e2fc7a 10858 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10859 (sql-oracle-login-params, sql-sqlite-login-params)
10860 (sql-mysql-login-params, sql-solid-login-params)
10861 (sql-sybase-login-params, sql-informix-login-params)
10862 (sql-ingres-login-params, sql-ms-login-params)
10863 (sql-postgres-login-params, sql-interbase-login-params)
10864 (sql-db2-login-params, sql-linter-login-params)
10865 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10866 (sql-mode-map): Add C-c C-i to start interactive mode.
10867 (sql-mode-menu): Update existing menu entries.
10868 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10869 (sql-mode-oracle-font-lock-keywords)
10870 (sql-mode-postgres-font-lock-keywords)
10871 (sql-mode-ms-font-lock-keywords)
10872 (sql-mode-sybase-font-lock-keywords)
10873 (sql-mode-informix-font-lock-keywords)
10874 (sql-mode-interbase-font-lock-keywords)
10875 (sql-mode-ingres-font-lock-keywords)
10876 (sql-mode-solid-font-lock-keywords)
10877 (sql-mode-mysql-font-lock-keywords)
10878 (sql-mode-sqlite-font-lock-keywords)
10879 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10880 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10881 reduce run-time complexity.
10882 (sql-add-product, sql-del-product): New functions.
10883 (sql-set-product-feature, sql-get-product-feature): New functions.
10884 (sql-product-font-lock): Update product API.
10885 (sql-add-product-keywords): New function.
10886 (sql-highlight-product): Update product API.
10887 (sql-help-list-products): New function.
10888 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10889 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10890 prompt for port.
10891 (sql-copy-column): Copy without properties.
10892 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10893 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10894 Implement as a filter.
7492acc9
MM
10895 (sql-escape-newlines-filter): Implement as a filter.
10896 (sql-remove-tabs-filter): New function.
10897 (sql-send-magic-terminator): New function.
10898 (sql-send-string): Implement magic terminator.
10899 (sql-send-region): Use `sql-send-string'.
10900 (sql-interactive-mode): Use product API.
10901 (sql-product-interactive): Use product API.
10902 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10903 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10904 (sql-db2, sql-linter): Use `sql-product-interactive'.
10905 (sql-connect): New function.
10906 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10907 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10908 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10909 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10910 Use `sql-connect'.
7492acc9 10911
79ccd68f
SM
109122010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10915 New custom variable.
10916 (completion-pcm--string->pattern): Use it.
10917 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10918 Make it handle any symbol as `any'.
10919 (completion-pcm--merge-completions): Extract common suffix for the new
10920 `prefix' symbol as well.
10921 (completion-substring--all-completions): Use the new `prefix' symbol.
10922
0d5852cf
MA
109232010-05-09 Michael Albinus <michael.albinus@gmx.de>
10924
10925 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10926 not bound.
10927 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10928 (tramp-compat-funcall): New defmacro.
10929 (tramp-compat-line-beginning-position)
10930 (tramp-compat-line-end-position)
10931 (tramp-compat-temporary-file-directory)
10932 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10933 (tramp-compat-copy-file, tramp-compat-copy-directory)
10934 (tramp-compat-delete-file, tramp-compat-delete-directory)
10935 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10936 * net/tramp.el (top, with-progress-reporter)
10937 (tramp-rfn-eshadow-setup-minibuffer)
10938 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10939 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10940 (tramp-completion-mode-p, tramp-check-for-regexp)
10941 (tramp-open-connection-setup-interactive-shell)
10942 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10943 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10944 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10945 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10946 (tramp-reporter-dump-variable, tramp-load-report-modules)
10947 (tramp-append-tramp-buffers)
10948 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10949
10950 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10951
f913fe7d
SM
109522010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10953
10954 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10955 buffer-modtime. Adjust users.
10956
0235128c 109572010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10958
77e2fc7a 10959 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10960 car of each item, not the whole list (Bug#6083).
f034e176 10961
0235128c 109622010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10963
10964 * progmodes/js.el (js-mode): Make paragraph variables local before
10965 calling c-setup-paragraph-variables (Bug#6071).
10966
0235128c 109672010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10968
10969 * composite.el (compose-region, reference-point-alist): Fix typos
10970 in the doc strings.
10971
77e2fc7a 109722010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10973
10974 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10975 gnuplot's "set" command.
10976
0235128c 109772010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10978
10979 * abbrev.el (last-abbrev-text): Doc fix.
10980 (abbrev-prefix-mark): Don't escape parenthesis.
10981
0235128c 109822010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10983
10984 * composite.el (find-composition): Doc fix.
10985
0235128c 109862010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10987
10988 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10989 (sql-oracle-program, sql-sqlite-options)
10990 (sql-query-placeholders-and-send): Doc fixes.
10991 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10992 (sql-imenu-generic-expression, sql-buffer)
10993 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10994 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10995 (sql-mode-sybase-font-lock-keywords)
10996 (sql-mode-informix-font-lock-keywords)
10997 (sql-mode-interbase-font-lock-keywords)
10998 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10999 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11000 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11001 (sql-product-feature, sql-highlight-product)
11002 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11003 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11004 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11005 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11006 Fix typos in docstrings.
11007
0235128c 110082010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11009
11010 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11011 property instead of `invisible' and `after-string' (bug#5998).
11012
0235128c 110132010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11014
11015 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11016
0235128c 110172010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11018
11019 * filecache.el (file-cache-add-directory-list)
11020 (file-cache-add-directory-recursively): Fix typos in docstrings.
11021
0235128c 110222010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11023
11024 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11025 (gujarati-composable-pattern): Fix typo.
ece33a6e 11026
0235128c 110272010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11028
11029 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11030 (tamil-composable-pattern, malayalam-composable-pattern):
11031 Add two-part vowels to "v" (vowel sign).
771533aa 11032
0235128c 110332010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11034
99833607
CY
11035 * files.el (copy-directory): Handle symlinks (Bug#5982).
11036
0235128c 110372010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11038
11039 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11040 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11041 (Bug#5846).
11042
0235128c 110432010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11044
0ca12598
GM
11045 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11046
d2c7b917
GM
11047 * minibuffer.el (completion-at-point): Doc fix.
11048
ba5bf5f0
SM
110492010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * electric.el (Electric-command-loop): Minor tweak.
11052
11053 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11054 better with dedicated windows.
11055
0235128c
SM
110562010-05-07 Chong Yidong <cyd@stupidchicken.com>
11057
11058 * Version 23.2 released.
11059
560bb7ae 110602010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11061 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11062
11063 Highlight vendor specific properties.
11064 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11065 (css-proprietary-property): New face.
11066 (css-font-lock-keywords): Use them.
11067
c0162ade
EZ
110682010-05-07 Eli Zaretskii <eliz@gnu.org>
11069
11070 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11071
f3ee9200
SM
110722010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11073
05623156
SM
11074 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11075 * files.el (auto-mode-alist): Remove redundant entries.
11076
f3ee9200
SM
11077 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11078 * simple.el (auto-save-mode): Move from files.el.
11079 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11080
560bb7ae 110812010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11082
76e3243a 11083 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11084
765d4319
KY
110852010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11086
11087 * mail/binhex.el (binhex-decode-region-internal)
11088 * mail/uudecode.el (uudecode-decode-region-internal)
11089 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11090 (dns-read-type, dns-query)
11091 * pgg-parse.el (pgg-parse-armor)
11092 * pgg.el (pgg-verify-region)
11093 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11094 XEmacs.
11095
86d21cc0 11096 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11097
f83483ff
JB
110982010-05-07 Juanma Barranquero <lekktu@gmail.com>
11099
40ab7974
JB
11100 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11101
f83483ff
JB
11102 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11103 * emulation/cua-base.el (cua-repeat-replace-region):
11104 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11105 (cua-cut-region-to-global-mark):
11106 Remove text properties with `set-text-properties'.
11107
9566840f
MA
111082010-05-06 Michael Albinus <michael.albinus@gmx.de>
11109
f3ee9200
SM
11110 * net/tramp.el (top, with-progress-reporter):
11111 Use `symbol-function' inside `funcall'.
9566840f
MA
11112
11113 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11114 (tramp-compat-delete-file, tramp-compat-delete-directory):
11115 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11116
11117 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11118 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11119 inside `funcall'.
11120
0c495c21
SM
111212010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11122
1493963b
SM
11123 * minibuffer.el (completion--sreverse, completion--common-suffix):
11124 New functions.
11125 (completion-pcm--merge-completions): Extract common suffix when safe.
11126
0c495c21
SM
11127 * emacs-lisp/easy-mmode.el (define-minor-mode):
11128 Make :variable more flexible.
11129 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11130
221a0647
JL
111312010-05-05 Juri Linkov <juri@jurta.org>
11132
11133 Add `slow' and `history' tags to the desktop data.
11134
11135 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11136 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11137 (Info-finder-find-node): Require `finder.el' to be able
11138 to restore node from the desktop.
11139 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11140 data `Info-history' and `slow' tag in the assoc list.
11141 (Info-restore-desktop-buffer): Don't restore nodes with the
11142 `slow' tag. Restore `Info-history'.
11143
66bdc868
MA
111442010-05-05 Michael Albinus <michael.albinus@gmx.de>
11145
11146 Add FORCE argument to `delete-file'.
11147
11148 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11149 forcing to delete the temporary file.
11150 (ange-ftp-delete-file): Add FORCE arg.
11151 (ange-ftp-rename-remote-to-remote)
11152 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11153 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11154 Force file deletion.
66bdc868
MA
11155
11156 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11157
11158 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11159 (tramp-handle-make-symbolic-link, tramp-handle-load)
11160 (tramp-do-copy-or-rename-file-via-buffer)
11161 (tramp-do-copy-or-rename-file-directly)
11162 (tramp-do-copy-or-rename-file-out-of-band)
11163 (tramp-handle-process-file, tramp-handle-call-process-region)
11164 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11165 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11166 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11167
11168 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11169 (tramp-fish-handle-make-symbolic-link)
11170 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11171
0c495c21
SM
11172 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11173 Use `tramp-compat-delete-file'.
66bdc868
MA
11174
11175 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11176 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11177
11178 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11179 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11180
11181 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11182 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11183 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11184 Use `tramp-compat-delete-file'.
66bdc868 11185
f44379e7
SM
111862010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11187
365f8d85
SM
11188 Minor cleanups.
11189 * subr.el (add-minor-mode): Use push.
11190 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11191 * emulation/edt.el (edt-select-mode): Simplify.
11192
80ac5d4d
SM
11193 Use define-minor-mode in more cases.
11194 * term/tvi970.el (tvi970-set-keypad-mode):
11195 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11196 (normal-erase-is-backspace-mode):
11197 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11198 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11199 (get-scroll-bar-mode): New function.
11200 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11201
11202 Use define-minor-mode for less obvious cases.
f44379e7
SM
11203 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11204 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11205 * international/iso-ascii.el (iso-ascii-mode):
11206 * frame.el (auto-raise-mode, auto-lower-mode):
11207 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11208
c04b03f8
MA
112092010-05-04 Michael Albinus <michael.albinus@gmx.de>
11210
11211 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11212 in order to see error messages for failed logins.
11213
53967e09
CY
112142010-05-03 Chong Yidong <cyd@stupidchicken.com>
11215
11216 * diff.el (diff-sentinel):
11217
11218 * epg.el (epg--make-temp-file, epg-decrypt-string)
11219 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11220
11221 * jka-compr.el (jka-compr-partial-uncompress)
11222 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11223
11224 * server.el (server-sentinel): Use delete-file's new FORCE arg
11225 (Bug#6070).
11226
56eb0904
SM
112272010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 Use define-minor-mode where applicable.
11230 * view.el (view-mode):
11231 * type-break.el (type-break-query-mode)
11232 (type-break-mode-line-message-mode):
11233 * textmodes/reftex.el (reftex-mode):
11234 * term/vt100.el (vt100-wide-mode):
11235 * tar-mode.el (tar-subfile-mode):
11236 * savehist.el (savehist-mode):
11237 * ibuf-ext.el (ibuffer-auto-mode):
11238 * composite.el (auto-composition-mode):
11239 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11240 Use define-minor-mode.
11241 (vhdl-mode): Use static mode-line format.
11242 (vhdl-mode-line-update): Delete.
11243 (vhdl-create-mode-menu, vhdl-activate-customizations)
11244 (vhdl-hs-minor-mode): Don't bother calling it.
11245
672eb710
SM
112462010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11247
8f92b8ad
SM
11248 * simple.el (with-wrapper-hook): Move.
11249 (buffer-substring-filters): Mark obsolete.
11250 (filter-buffer-substring-functions): New variable.
1fada563 11251 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11252
c04b03f8 112532010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11254 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11255
11256 Implement compression for inline methods.
11257
11258 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11259 (tramp-copy-size-limit): Allow also nil.
11260 (tramp-inline-compress-commands): New defconst.
11261 (tramp-find-inline-compress, tramp-get-inline-compress)
11262 (tramp-get-inline-coding): New defuns.
cb7f3653 11263 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11264 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11265 (tramp-handle-file-local-copy, tramp-handle-write-region)
11266 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11267
8c0bf8b3
SM
112682010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11269
07125a91
SM
11270 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11271 Remove unused functions.
11272
f3a47002
SM
11273 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11274 Set find-tag-default-function as a variable rather than a property.
11275
8c0bf8b3
SM
11276 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11277 * progmodes/etags.el (tags-completion-at-point-function):
11278 Remove left over interactive spec. Add autoloading stub.
11279 (complete-tag): Use tags-completion-at-point-function.
11280
27601456
CY
112812010-04-30 Chong Yidong <cyd@stupidchicken.com>
11282
cb7f3653 11283 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11284
09d0284d
CY
112852010-04-29 Chong Yidong <cyd@stupidchicken.com>
11286
27d3cd56
CY
11287 * ido.el (ido-init-completion-maps): Remove C-v binding.
11288 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11289
3a07ffce
CY
112902010-04-29 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * minibuffer.el (tags-completion-at-point-function): New function.
11293 (completion-at-point-functions): Use it.
11294
3a07ffce
CY
11295 * progmodes/etags.el (complete-tag): Revert last change.
11296
3d14bb73
AM
112972010-04-29 Alan Mackenzie <acm@muc.de>
11298
11299 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11300 off-by-one error (in end of macro position).
11301
7d353d11
SM
113022010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11305 firefox is absent. Don't autoload.
11306 (browse-url-galeon-program): Don't autoload.
11307
48111a85
CY
113082010-04-28 Chong Yidong <cyd@stupidchicken.com>
11309
11310 * bindings.el (complete-symbol): Move into minibuffer.el.
11311
11312 * minibuffer.el (complete-tag): Move from etags.el. If tags
11313 completion cannot be performed, return nil instead of signalling
11314 an error.
11315 (completion-at-point): Make it an alias for complete-symbol.
11316 (complete-symbol): Move from bindings.el, and replace with the
11317 body of completion-at-point.
11318
11319 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11320
7ba94701
MA
113212010-04-28 Michael Albinus <michael.albinus@gmx.de>
11322
11323 * net/tramp.el (tramp-remote-selinux-p): New defun.
11324 (tramp-handle-file-selinux-context)
11325 (tramp-handle-set-file-selinux-context): Use it.
11326
95c6cc3e
SS
113272010-04-28 Sam Steingold <sds@gnu.org>
11328
11329 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11330 `safe-local-variable' if the value is a string or a symbol with
11331 the property `bug-reference-url-format'.
11332
36045ff3
CY
113332010-04-28 Chong Yidong <cyd@stupidchicken.com>
11334
537ffaf3
SM
11335 * progmodes/bug-reference.el (bug-reference-url-format):
11336 Revert 2010-04-27 change due to security risk.
36045ff3 11337
56924d99
SM
113382010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 Make it possible to locally disable a globally enabled mode.
11341 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11342 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11343 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11344 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11345 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11346 that subsequent hooks get a chance to disable it.
11347
ccaa4765
SM
113482010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11349
17818d71
SM
11350 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11351 Avoid re-enabling a minor mode after the user turned the minor mode
11352 off if MODE-enable-in-buffers is run twice (typically once from
11353 fundamental-mode's after-change-major-mode-hook and a second time from
11354 run-mode-hook's own after-change-major-mode-hook).
11355
ccaa4765
SM
11356 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11357
2a6f654e
SS
113582010-04-27 Sam Steingold <sds@gnu.org>
11359
11360 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11361 `safe-local-variable' if the value is a string or a function, as
11362 documented and implemented on 2010-04-02.
11363
cecaa674
JB
113642010-04-27 Juanma Barranquero <lekktu@gmail.com>
11365
11366 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11367 when method is 'kill.
11368
113692010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11370
a628ad9d
JB
11371 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11372 condition in default directory check.
01c35094 11373 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11374 Kill ispell process when killing its associated buffer.
11375
7dd7fbb9
JD
113762010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11377
11378 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11379 but we aren't using it.
11380
7ac82b84
J
113812010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11382
11383 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11384 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11385
fea1add4
GM
113862010-04-24 Glenn Morris <rgm@gnu.org>
11387
11388 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11389 Ignore VCS-ignore files, and deleted nextstep preferences files.
11390 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11391 (authors-ambiguous-files): New list.
11392 (authors-valid-file-names): Add some deleted files.
11393 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11394 (authors-disambiguate-file-name): New function. (Bug#5501)
11395 (authors-canonical-file-name): Doc fix.
11396 Don't warn about obsolete files.
11397 (authors-canonical-file-name, authors-scan-el):
11398 Use authors-disambiguate-file-name.
11399
cbcfee6e
GM
11400 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11401 Add autoload cookies.
11402 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11403 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11404 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11405 They have definitions / compiler macros in cl.el.
11406 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11407 Replace manual autoloads with generated ones.
11408 (htmlfontify-unload-rgb-file): Remove autoload.
11409 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11410
3b548e1b
SM
114112010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11412
9ae0c310
SM
11413 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11414 (byte-compile-setq-default): Optimize for the
11415 single-var case and don't call byte-compile-form in this case to avoid
11416 inf-loop with byte-compile-set-default.
11417
3b548e1b
SM
11418 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11419
632c5478
MA
114202010-04-23 Michael Albinus <michael.albinus@gmx.de>
11421
11422 Implement SELINUX backends.
11423
3b548e1b
SM
11424 * net/tramp.el (tramp-file-name-handler-alist):
11425 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11426 (tramp-handle-file-selinux-context)
11427 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11428 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11429 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11430
3b548e1b
SM
11431 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11432 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11433 (tramp-gvfs-handle-file-selinux-context)
11434 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11435 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11436
11437 * net/ange-ftp.el (ange-ftp-copy-file):
11438 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11439 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11440 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11441 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11442
a94d821f
MA
114432010-04-22 Michael Albinus <michael.albinus@gmx.de>
11444
11445 Synchronize with Tramp repository.
11446
11447 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11448 (tramp-action-process-alive, tramp-action-out-of-band)
11449 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11450 (tramp-exists-file-name-handler): Fix docstring.
11451 (with-progress-reporter): New defmacro.
11452 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11453 (tramp-maybe-open-connection): Use it.
11454
a92375d9
MA
114552010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11456
11457 Detect ssh 'ControlMaster' argument automatically in some cases.
11458
11459 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11460 (tramp-default-method): Use it.
11461
489fe4c2
MA
114622010-04-22 Michael Albinus <michael.albinus@gmx.de>
11463
25f14cdb
MA
11464 * net/tramp.el (tramp-handle-copy-file): Add new optional
11465 parameter `preserve-selinux-context'.
11466 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11467
a92375d9
MA
114682010-04-22 Michael Albinus <michael.albinus@gmx.de>
11469
489fe4c2
MA
11470 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11471 Ensure, that non remote files are still checked. Oops.
11472
acd1f317
MA
114732010-04-21 Michael Albinus <michael.albinus@gmx.de>
11474
11475 Fix Bug#5840.
11476
11477 * icomplete.el (icomplete-completions): Use `non-essential'.
11478
11479 * net/tramp.el (tramp-connectable-p): New defun.
11480 (tramp-handle-expand-file-name)
11481 (tramp-completion-handle-file-name-all-completions)
11482 (tramp-completion-handle-file-name-completion): Use it.
11483
62c5b459
SM
114842010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11487
f904c0f9
JD
114882010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11489
11490 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11491
11492 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11493
11494 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11495 is present.
11496
11497 * info.el (info-tool-bar-map): Add labels.
11498
11499 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11500
11501 * cus-edit.el (custom-commands): Add labels for tool bar.
11502 (custom-buffer-create-internal, Custom-mode): Adjust for
11503 labels in custom-commands.
11504
11505 * dynamic-setting.el: Renamed from font-setting.el.
11506
c5cbeb12
LL
115072010-04-21 John Wiegley <jwiegley@gmail.com>
11508
11509 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11510 toggles the use of virtual buffers.
537ffaf3 11511 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11512 (ido-toggle-virtual-buffers): New function.
11513
fcc93746
JB
115142010-04-21 Juanma Barranquero <lekktu@gmail.com>
11515
11516 Use `define-derived-mode'; fix window selection; doc fixes.
11517 * play/tetris.el (tetris, tetris-update-speed-function)
11518 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11519 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11520 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11521 (tetris-pause-game): Fix typos in docstrings.
11522 (tetris-mode-map, tetris-null-map):
11523 Move initialization into declaration.
11524 (tetris-mode): Define with `define-derived-mode';
11525 set show-trailing-whitespace to nil.
11526 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11527
574c05e2
KK
115282010-04-21 Karel Klíč <kklic@redhat.com>
11529
11530 * files.el (backup-buffer): Handle SELinux context, and return it
11531 if a backup was made by renaming.
11532 (backup-buffer-copy): Set SELinux context to the target file.
11533 (basic-save-buffer): Set SELinux context of the newly written file.
11534 (basic-save-buffer-1): Now it also returns any SELinux context.
11535 (basic-save-buffer-2): Set SELinux context of the newly created file,
11536 and return it.
11537 * net/tramp.el (tramp-file-name-for-operation):
11538 Add file-selinux-context.
11539
e97a42c1
SM
115402010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11541
f2b9ed18
SM
11542 Make the log-edit comments use RFC822 format throughout.
11543
e97a42c1
SM
11544 * vc.el (vc-checkin, vc-modify-change-comment):
11545 Adjust to new vc-start/finish-logentry.
11546 (vc-find-conflicted-file): New command.
11547 (vc-transfer-file): Adjust to new vc-checkin.
11548 (vc-next-action): Improve scoping.
11549
11550 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11551 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11552
11553 * vc-git.el (vc-git-log-edit-mode): Remove.
11554 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11555 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11556
11557 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11558 (vc-start-logentry): Remove argument `extra'.
11559 (vc-finish-logentry): Remove extra args.
11560
11561 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11562 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11563 (vc-bzr-conflicted-files): New function.
11564
11565 * log-edit.el (log-edit-extra-flags)
11566 (log-edit-before-checkin-process): Remove.
11567 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11568 (log-edit-headers-alist): New var.
11569 (log-edit-header-contents-regexp): New const.
11570 (log-edit-match-to-eoh): New function.
11571 (log-edit-font-lock-keywords): Use them.
11572 (log-edit): Insert a "Summary:" header as default.
11573 (log-edit-mode): Mark font-lock rules as case-insensitive.
11574 (log-edit-done): Cleanup headers.
11575 (log-view-process-buffer): Remove.
11576 (log-edit-extract-headers): New function to replace it.
11577
938efb77
JB
115782010-04-20 Juanma Barranquero <lekktu@gmail.com>
11579
11580 * subr.el (default-direction-reversed): Remove obsolescence info.
11581
1cfb415b
SM
115822010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11583
cb4f9513
SM
11584 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11585 windows/frames.
11586
6e610c72
SM
11587 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11588 I.e. include text after point in the completion region.
11589 Also, return nil when we're not after/in a symbol.
11590
1cfb415b
SM
11591 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11592 default enable-multibyte-characters.
11593
c80fa13c
SM
115942010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11595
87926e02
SM
11596 * international/mule.el: Help the user choose a valid coding-system.
11597 (read-buffer-file-coding-system): New function.
11598 (set-buffer-file-coding-system): Use it. Prompt the user if the
11599 coding-system cannot encode all the chars.
11600
c80fa13c
SM
11601 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11602 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11603 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11604 Don't use *vc-bzr-shelve*.
11605
6e104790 116062010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11607
11608 Fix the version number for added files.
11609 * vc-hg.el (vc-hg-working-revision): Check if the file is
11610 registered after hg parent fails (Bug#5961).
11611
6e104790 116122010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11613
11614 * htmlfontify.el (htmlfontify-buffer)
11615 (htmlfontify-copy-and-link-dir): Autoload entry points.
11616
6e104790 116172010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11618
11619 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11620 name relative to the project root (Bug#5960).
11621
6e104790 116222010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11623
11624 * vc-git.el (vc-git-print-log): Doc fix.
11625
6e104790 116262010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11627
11628 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11629
53cfe624 116302010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11631
11632 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11633 default settings (Bug#5928).
11634
6e104790 116352010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11636
11637 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11638 New function.
0a23b2c3 11639 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11640
6e104790 116412010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11642
11643 * language/indian.el (malayalam-composable-pattern): Fix previous
11644 change (add U+0D4D "SIGN VIRAMA").
11645 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11646 (tamil-composable-pattern): Fix typo in the regexp.
11647 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11648 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11649 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11650
6e104790 116512010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11652
11653 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11654 paragraph-separate (Bug#5821).
11655
6e104790 116562010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11657
11658 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11659
11660 * info.el (Info-find-node-2): Comment out code that skips
11661 breadcrumbs line.
11662 (Info-mouse-follow-link): New command.
11663 (Info-link-keymap): New keymap.
11664 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11665 Return a string with links instead of inserting breadcrumbs
11666 to the Info buffer.
11667 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11668 Instead of putting the `invisible' text property over the Info
11669 header, make an overlay over the Info header with the `invisible'
11670 property and `after-string' set to the string returned by
11671 `Info-breadcrumbs'.
11672
6e104790 116732010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11674
11675 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11676 Reported by monkey@sandpframing.com.
11677
98923800
SM
116782010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11679
b5feea0f
SM
11680 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11681 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11682 available in the "keyseq cache" any more.
11683
98923800
SM
11684 * custom.el (defcustom): Add edebug spec.
11685
fd5c9dfa
JL
116862010-04-18 Juri Linkov <juri@jurta.org>
11687
11688 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11689
11690 * view.el (view-file, view-buffer): Move test for special mode-class
11691 from view-file to view-buffer.
11692
11693 * tar-mode.el (tar-extract): Turn if's into one cond
11694 like in arc-mode.el.
11695
b3671a51
JL
116962010-04-18 Juri Linkov <juri@jurta.org>
11697
11698 Add 7z archive format support (bug#5475).
11699
11700 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11701 (archive-7z-extract): New defcustom.
11702 (archive-find-type): Add magic string for 7z.
11703 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11704 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11705 `buffer' arg of `call-process'.
11706 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11707 call the function `archive-7z-extract' with the variable
11708 `archive-7z-extract' let-bound to `archive-zip-extract'.
11709 (archive-7z-summarize, archive-7z-extract): New functions.
11710
11711 * international/mule.el (auto-coding-alist):
11712 * files.el (auto-mode-alist): Add 7z file extension.
11713
8a37fb25
SM
117142010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11715
e9515805
SM
11716 * loadup.el: Setup hash-cons for pure data.
11717
f8ea0098
SM
11718 Fix duplicate entries in cedet's loaddefs.el files.
11719 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11720 Should make most file-local generated-autoload-file unnecessary.
11721 (print-readably): Silence warnings.
11722 (autoload-find-destination): Take load-name as an arg to make sure
11723 it's the same as the one that will be in the file.
11724 (autoload-generate-file-autoloads): Adjust to above changes.
11725 Try to make the dataflow a bit simpler.
11726
8a37fb25
SM
11727 * cvs-status.el (cvs-refontify): Remove unused.
11728
f8b91752
JB
117292010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11730
76e3243a 11731 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11732
76e3243a 11733 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11734 twos-complement mode.
11735
d8b01fef
JB
117362010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11737
76e3243a
JB
11738 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11739 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11740 (calc-inverse): Add "Option" to message, as appropriate.
11741 (calc-hyperbolic): Add "Option" to message, as appropriate.
11742 (calc-option, calc-is-option): New functions.
11743
76e3243a 11744 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11745 (calc-option-prefix-help): New function.
11746
76e3243a 11747 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11748
76e3243a 11749 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11750 (calc-option-flag): New variable.
11751 (calc-do): Set `calc-option-flag to nil.
11752 (calc-set-mode-line): Add "Opt " as appropriate.
11753
74f806a1
JL
117542010-04-16 Juri Linkov <juri@jurta.org>
11755
11756 Move scrolling commands from simple.el to window.el
11757 because their primitives are implemented in window.c.
11758
11759 * simple.el (scroll-error-top-bottom)
11760 (scroll-up-command, scroll-down-command, scroll-up-line)
11761 (scroll-down-line, scroll-other-window-down)
11762 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11763 * window.el (scroll-error-top-bottom)
11764 (scroll-up-command, scroll-down-command, scroll-up-line)
11765 (scroll-down-line, scroll-other-window-down)
11766 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11767 Move from simple.el to window.el because their primitives are
11768 implemented in window.c.
11769
ad40eec5
JL
117702010-04-16 Juri Linkov <juri@jurta.org>
11771
11772 * isearch.el (isearch-lookup-scroll-key): Check both
11773 `isearch-scroll' and `scroll-command' properties.
11774 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11775
11776 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11777
11778 * simple.el (scroll-up-command, scroll-down-command)
11779 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11780
a4b000fb
JL
117812010-04-15 Juri Linkov <juri@jurta.org>
11782
11783 * simple.el (scroll-up-command, scroll-down-command)
11784 (scroll-up-line, scroll-down-line): Put `scroll-command'
11785 property on the these symbols. Remove them from
11786 `scroll-preserve-screen-position-commands'.
11787
11788 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11789 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11790 Remove it from `scroll-preserve-screen-position-commands'.
11791
11792 * isearch.el (isearch-allow-scroll): Doc fix.
11793
4874f5e6
MA
117942010-04-15 Michael Albinus <michael.albinus@gmx.de>
11795
11796 * net/tramp.el (tramp-error-with-buffer): Don't show the
11797 connection buffer when we are in completion mode.
11798 (tramp-file-name-handler): Catch the error for some operations
11799 when we are in completion mode. This gives the user the chance to
11800 correct the file name in the minibuffer.
11801
82883f0a
GM
118022010-04-15 Glenn Morris <rgm@gnu.org>
11803
11804 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11805
528b9ea9
JB
118062010-04-15 Juanma Barranquero <lekktu@gmail.com>
11807
11808 Simplify by using `define-derived-mode'.
11809 * info.el (Info-mode):
11810 * calendar/todo-mode.el (todo-mode):
11811 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11812 (gomoku-mode-map): Move initialization into declaration.
11813
5f2b693f
MA
118142010-04-14 Michael Albinus <michael.albinus@gmx.de>
11815
11816 Fix Bug#5840.
11817 * ido.el (ido-file-name-all-completions-1):
11818 * minibuffer.el (minibuffer-completion-help):
11819 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11820
ebb9641f
SM
118212010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11822
38111a5a
SM
11823 * simple.el (non-essential): New var.
11824
ebb9641f
SM
11825 Add a new field `location' to bookmarks for non-file bookmarks.
11826 * bookmark.el (bookmark-location): Use the new field, if present.
11827 (bookmark-insert-location): Undo last change, not needed any more.
11828 * man.el (Man-bookmark-make-record):
11829 * woman.el (woman-bookmark-make-record): Add `location' field.
11830
7b05466f
JL
118312010-04-14 Juri Linkov <juri@jurta.org>
11832
11833 * simple.el (scroll-error-top-bottom): New defcustom.
11834 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11835
11836 * emulation/pc-select.el (pc-select-override-scroll-error):
11837 Obsolete in favor of `scroll-error-top-bottom'.
11838
32129746
JL
118392010-04-14 Juri Linkov <juri@jurta.org>
11840
11841 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11842 `scroll-up-command' and `M-v' to `scroll-down-command'.
11843
11844 * emulation/cua-rect.el (cua--init-rectangles):
11845 * forms.el (forms--change-commands):
11846 * image-mode.el (image-mode-map):
11847 Remap scroll-down-command and scroll-up-command
11848 in addition to scroll-down and scroll-up.
11849
9013a7f8
JL
118502010-04-14 Juri Linkov <juri@jurta.org>
11851
11852 * mwheel.el (scroll-preserve-screen-position-commands):
11853 Add mwheel-scroll to this list of commands.
11854
11855 * simple.el (scroll-preserve-screen-position-commands):
11856 Add scroll-up-command, scroll-down-command, scroll-up-line,
11857 scroll-down-line to this list of commands.
11858
3b7e1d5f
SM
118592010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11860
c1e25821
SM
11861 * obsolete/complete.el: Move from lisp/complete.el.
11862
5b31b787
SM
11863 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11864
3b7e1d5f
SM
11865 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11866 to the minor mode function now turns the mode ON unconditionally.
11867
398a825b
SM
118682010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11869
a544e7c1
SM
11870 * vc-dir.el (vc-dir-kill-line): New command.
11871 (vc-dir-mode-map): Bind it to C-k.
11872
a1979d8e
SM
11873 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11874
398a825b
SM
11875 * woman.el: Add bookmark declarations to silence the compiler.
11876 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11877 step to compatibility between man and woman bookmarks.
11878 Adjust for Man-default-bookmark-title renaming.
11879 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11880
11881 * man.el: Add bookmark declarations to silence the compiler.
11882 (Man-name-local-regexp): Make it match NAME as well.
11883 (Man-getpage-in-background): Return the buffer.
11884 (Man-notify-when-ready): Use `case'.
11885 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11886 Don't hardcode "NAME". Simplify.
11887 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11888 Rename from Man-bookmark-make-record.
11889 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11890 we have the actual man-args. Use Man-getpage-in-background rather
11891 than `man' since the arg is already processed. Let bookmark.el do the
11892 window handling. Only wait for the relevant process.
11893 Don't forget to autoload.
11894
11895 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11896
45be326a
TV
118972010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11898
11899 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11900 New functions.
11901 (woman-mode): Setup bookmark support.
11902
11903 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11904 (man-bookmark-jump): New functions.
11905 (Man-mode): Setup bookmark support.
11906
3acb4c93
CY
119072010-04-10 Jari Aalto <jari.aalto@cante.net>
11908
11909 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11910 recognize ssh-keygen prompt (Bug#2817).
11911
b6bbb65e
MA
119122010-04-10 Michael Albinus <michael.albinus@gmx.de>
11913
11914 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11915
b533bc97
MA
119162010-04-10 Michael Albinus <michael.albinus@gmx.de>
11917
11918 Synchronize with Tramp repository.
11919
11920 * net/tramp.el (tramp-completion-function-alist)
11921 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11922 (tramp-local-coding-commands, tramp-remote-coding-commands):
11923 Fix docstring.
11924 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11925 (tramp-handle-directory-files-and-attributes)
11926 (tramp-get-remote-path): Use `copy-tree'.
11927 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11928 compatibility: Use `completion-ignore-case' if
11929 `read-file-name-completion-ignore-case' does not exist.
11930 (tramp-do-copy-or-rename-file-directly): Do not use
11931 `tramp-handle-file-remote-p'.
45be326a
TV
11932 (tramp-do-copy-or-rename-file-out-of-band):
11933 Use `tramp-compat-delete-directory'.
b533bc97 11934 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11935 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11936 Use `format-spec-make'.
b533bc97
MA
11937 (tramp-find-foreign-file-name-handler)
11938 (tramp-advice-make-auto-save-file-name)
11939 (tramp-set-auto-save-file-modes): Remove superfluous check for
11940 `stringp'. This is done inside `tramp-tramp-file-p'.
11941 (tramp-debug-outline-regexp): New defconst.
11942 (tramp-get-debug-buffer): Use it.
11943 (tramp-check-for-regexp): Use (forward-line 1).
11944 (tramp-set-auto-save-file-modes): Adapt version check.
11945
45be326a
TV
11946 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11947 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11948 (tramp-compat-make-temp-file): Simplify fallback implementation.
11949 (tramp-compat-copy-tree): Remove function.
11950 (tramp-compat-delete-directory): Provide implementation for older
11951 Emacsen.
11952
11953 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11954 Do not use `tramp-fish-handle-file-attributes.
11955
11956 * net/trampver.el: Update release number.
11957
ba33df00
GM
119582010-04-10 Glenn Morris <rgm@gnu.org>
11959
11960 * progmodes/compile.el (compilation-save-buffers-predicate):
11961 Add missing :version tag.
11962
4a8ae76f
SS
119632010-04-09 Sam Steingold <sds@gnu.org>
11964
11965 * progmodes/compile.el (compilation-save-buffers-predicate):
11966 Remove the "autoload" cookie.
11967
0880716f
SS
11968 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11969 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11970 and `bug-reference-prog-mode' can be used in hooks directly.
11971
6aebd58c
DN
119722010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11973
11974 Add --author support to git commit.
11975 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11976 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11977 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11978 New declarations.
6aebd58c 11979
f6d90772
ER
119802010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11981
11982 * vc-hooks.el, vc-git.el: Improve documentation comments.
11983
e754e83b
SM
119842010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 Fix some of the problems in defsubst* (bug#5728).
11987 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11988 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11989
9e86ab0b
SS
119902010-04-07 Sam Steingold <sds@gnu.org>
11991
e754e83b
SM
11992 * progmodes/compile.el (compilation-save-buffers-predicate):
11993 New custom variable.
9e86ab0b
SS
11994 (compile, recompile): Pass it to `save-some-buffers'.
11995
b0c8b840
JD
119962010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11997
11998 * wid-edit.el (widget-choose): Move cursor to the second line of
11999 the buffer (Bug#5695).
12000
31527c56
DN
120012010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12002
12003 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12004 * vc.el (vc-print-log-setup-buttons): New function split out from
12005 vc-print-log-internal.
12006 (vc-log-internal-common): New function, a parametrized version of
12007 vc-print-log-internal.
12008 (vc-print-log-internal): Just call vc-log-internal-common with the
12009 right arguments.
12010 (vc-incoming-outgoing-internal):
12011 (vc-log-incoming, vc-log-outgoing): New functions.
12012 (vc-log-view-type): New permanent local variable.
12013
12014 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12015
12016 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12017 of the dynamic bound vc-short-log.
12018 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12019
12020 * vc-git.el (vc-git-log-outgoing): New function.
12021 (vc-git-log-view-mode): Use vc-log-view-type instead
12022 of the dynamic bound vc-short-log.
12023
12024 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12025 of the dynamic bound vc-short-log. Highlight the tag.
12026 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12027 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12028 (vc-hg-incoming-mode): Remove.
12029 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12030
7ec69e2b
DN
120312010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12032
12033 Fix default-directory for vc-root-diff.
12034 * vc.el (vc-root-diff): Bind default-directory to the root
12035 directory for the diff command.
12036
fd9ea9d3
WS
120372010-04-07 Michael McNamara <mac@mail.brushroad.com>
12038
6e104790 12039 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12040 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12041 word keywords, suggested by Steve Pearlmutter.
6e104790 12042 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12043 port lists.
6e104790 12044 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12045 fix bug for /* / comments.
6e104790 12046 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12047 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12048 (verilog-pretty-declarations): Enhance to line up declarations
12049 inside a parameter list, suggested by Alan Morgan.
12050 (verilog-pretty-expr): Tune assignment regular expression match
12051 string for corner cases; also use markers instead of character
12052 number as indent changes the later.
fd9ea9d3
WS
12053
120542010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12055
6e104790
SM
12056 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12057 as missing keyword.
12058 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12059 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12060 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12061 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12062 Tennant.
12063 (verilog-keywords):
fd9ea9d3
WS
12064 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12065 1800-2009 keywords, including "global.".
12066
2a07afc5
JW
120672010-04-06 John Wiegley <jwiegley@gmail.com>
12068
8b32731a 12069 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12070 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12071 file basename). Should use uniquify to offer a real solution.
2a07afc5 12072
f9a27d86
JW
120732010-04-06 John Wiegley <jwiegley@gmail.com>
12074
8b32731a
JB
12075 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12076 comment to code, and add a :version tag.
12077 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12078
9caf8a8f
JB
120792010-04-06 Juanma Barranquero <lekktu@gmail.com>
12080
12081 Enable recentf-mode if using virtual buffers.
12082 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12083 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12084 (ido-make-buffer-list): Simplify.
12085 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12086
5a97d2da
JL
120872010-04-05 Juri Linkov <juri@jurta.org>
12088
12089 Scrolling commands which scroll a line instead of full screen.
12090 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12091
12092 * simple.el (scroll-up-line, scroll-down-line): New commands.
12093 Put property isearch-scroll=t on them.
12094
12095 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12096 Remove commands.
12097
79ce172a
JL
120982010-04-05 Juri Linkov <juri@jurta.org>
12099
8b32731a 12100 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12101 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12102
12103 * simple.el (scroll-up-command, scroll-down-command): New commands.
12104 Put property isearch-scroll=t on them.
12105
12106 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12107 `scroll-down-command' and [next] from `scroll-up' to
12108 `scroll-up-command'.
12109
12110 * emulation/cua-base.el: Put property CUA=move on
12111 `scroll-up-command' and `scroll-down-command'.
12112 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12113 and `scroll-down-command' to `cua-scroll-down'.
12114
309d5b43
JB
121152010-04-05 Juanma Barranquero <lekktu@gmail.com>
12116
6460e534 12117 * help.el (describe-mode): Return nil.
309d5b43 12118
0523d117
JW
121192010-04-04 John Wiegley <jwiegley@gmail.com>
12120
12121 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12122 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12123 (ido-virtual): Face used to indicate virtual buffers in the list.
12124 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12125 exists, but a virtual buffer of that name does (which would be why
12126 it was in the list), recreate the buffer by reopening the file.
12127 (ido-make-buffer-list): If virtual buffers are being used, call
12128 `ido-add-virtual-buffers-to-list' before the make list hook.
12129 (ido-virtual-buffers): New variable which contains a copy of the
12130 current contents of the `recentf-list', albeit pared down for the
12131 sake of speed, and with proper faces applied.
12132 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12133 create a list of "virtual buffers" to present to the user in
12134 addition to the currently open set. Note that this logic could
12135 get rather slow if that list is too large. With the default
12136 `recentf-max-saved-items' of 200, there is little speed penalty.
12137
202ff0d6
SM
121382010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * font-lock.el: Require CL when compiling.
12141 (font-lock-turn-on-thing-lock): Use `case'.
12142
ef43a0f4
EZ
121432010-04-03 Eli Zaretskii <eliz@gnu.org>
12144
12145 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12146 Zaretskii.
ef43a0f4 12147
9c13a46e
JL
121482010-04-02 Juri Linkov <juri@jurta.org>
12149
12150 * ehelp.el (electric-help-orig-major-mode):
12151 New buffer-local variable.
12152 (electric-help-mode): Set it to original major-mode. Doc fix.
12153 (with-electric-help): Use `electric-help-orig-major-mode' instead
12154 of (default-value 'major-mode). Doc fix.
12155 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12156
3fb87bf5
SS
121572010-04-02 Sam Steingold <sds@gnu.org>
12158
12159 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12160 `vc-hg-command' with a list of flags.
12161
202ff0d6
SM
12162 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12163 Also accept "patch" and "RFE".
dbb5e44a
SS
12164 (bug-reference-fontify): `bug-reference-url-format' can also be a
12165 function to be able to handle the bug kind.
202ff0d6 12166 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12167
d0b22876
JD
121682010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12169
12170 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12171 value to fboundp, it may not be a symbol.
12172
1625d379
CY
121732010-03-31 Chong Yidong <cyd@stupidchicken.com>
12174
202ff0d6 12175 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12176
1cd095c6
JL
121772010-03-31 Juri Linkov <juri@jurta.org>
12178
12179 * simple.el (next-line, previous-line): Re-throw a signal
12180 with `signal' instead of using `ding'.
12181 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12182
67189e62
JL
121832010-03-31 Juri Linkov <juri@jurta.org>
12184
12185 * simple.el (keyboard-escape-quit): Raise deselecting the active
12186 region higher than exiting the minibuffer.
12187 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12188
1546c559
JL
121892010-03-31 Juri Linkov <juri@jurta.org>
12190
12191 * image.el (image-animated-p): Use `image-metadata' instead of
12192 `image-extension-data'. Get GIF extenstion data from metadata
12193 property `extension-data'.
12194
85626eef
SM
121952010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * simple.el (append-to-buffer): Simplify.
12198
85738751 121992010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12200
12201 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12202 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12203
85738751 122042010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12205
12206 * language/sinhala.el (composition-function-table): Fix regexp for
12207 the new Unicode specification.
12208
12209 * language/indian.el (devanagari-composable-pattern)
12210 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12211 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12212 specification.
12213 (bengali-composable-pattern, gurmukhi-composable-pattern)
12214 (gujarati-composable-pattern, oriya-composable-pattern)
12215 (telugu-composable-pattern): New variables to cope with the new
12216 Unicode specification. Use them in composition-function-table.
12217
85738751 122182010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12219
79d74ac5 12220 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12221 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12222 vectors rather than cons cells, as used in menu-bar-update-buffers.
12223
85738751 122242010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12225
2a793f7f
CY
12226 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12227 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12228 electric punctuation for "{}();,:" (Bug#5586).
12229
03ffe8be
CY
12230 * mail/sendmail.el (mail-default-directory): Doc fix.
12231
85738751 122322010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12233
12234 * mail/sendmail.el (mail-default-directory): Doc fix.
12235
85738751 122362010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12237
12238 * subr.el (version-regexp-alist, version-to-list)
12239 (version-list-<, version-list-=, version-list-<=)
12240 (version-list-not-zero, version<, version<=, version=): Doc fix.
12241 (Bug#5744).
12242
85738751 122432010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12244
12245 * vc.el (vc-root-diff): Doc fix.
12246
85738751 122472010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12248
9aa2c576
CY
12249 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12250
9d30a9f4
CY
12251 * simple.el (append-to-buffer): Fix last change.
12252
85738751 122532010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12254
12255 * simple.el (append-to-buffer): Ensure that point is preserved if
12256 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12257 (Bug#5749)
12258
2372f278
SM
122592010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * files.el (auto-mode-case-fold): Change default to t.
12262
2223a1b3
JL
122632010-03-30 Juri Linkov <juri@jurta.org>
12264
12265 * dired-x.el (dired-omit-mode): Doc fix.
12266
0ef84fc8
JL
122672010-03-30 Juri Linkov <juri@jurta.org>
12268
12269 * replace.el (occur-accumulate-lines): Move occur-engine related
12270 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12271 to be located after `occur-engine'.
12272
dc2d2590
JL
122732010-03-30 Juri Linkov <juri@jurta.org>
12274
12275 Make occur handle multi-line matches cleanly with context.
12276 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12277
12278 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12279 (occur-engine): Add local variables `ret', `prev-after-lines',
12280 `prev-lines'. Use more arguments for `occur-context-lines'.
12281 Set first elem of its returned list to `data', and the second elem
12282 to `prev-after-lines'. Don't print the separator line.
12283 In the end, print remaining context after-lines.
12284 (occur-context-lines): Add new arguments `begpt', `endpt',
12285 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12286 after-lines of the previous match with before-lines of the
12287 current match and not overlap them. Return a list with two
12288 values: the output line and the list of context after-lines.
12289
47c88c06
JL
122902010-03-30 Juri Linkov <juri@jurta.org>
12291
12292 * replace.el (occur-accumulate-lines): Fix a bug where the first
12293 context line at the beginning of the buffer was missing.
12294
a7b02820
EZ
122952010-03-30 Eli Zaretskii <eliz@gnu.org>
12296
12297 * files.el: Make bidi-display-reordering safe variable for boolean
12298 values.
12299
9326ba26 123002010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12301 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12302
12303 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12304 (progress-reporter-update, progress-reporter-do-update):
12305 Handle non-numeric value arguments.
9326ba26
CY
12306 (progress-reporter--pulse-characters): New var.
12307
f6f8aa12
CY
123082010-03-28 Chong Yidong <cyd@stupidchicken.com>
12309
12310 * progmodes/compile.el (compilation-start): Fix regexp detection
12311 of initial cd command (Bug#5771).
12312
7ed287b5
CY
123132010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12314
12315 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12316
146b8b16
NR
123172010-03-27 Nick Roberts <nickrob@snap.net.nz>
12318
12319 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12320 * progmodes/gdb-mi.el: Restore.
12321 * progmodes/gdb-ui.el: Remove.
12322 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12323
b23caf75
GM
123242010-03-25 Glenn Morris <rgm@gnu.org>
12325
12326 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12327 all dired buffers, even tramp ones. (Bug#5755)
12328
18c812bd
SM
123292010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12330
12331 Add "union tags" in mpc.el.
12332 * mpc.el: Remove backward compatibility code.
12333 (mpc-browser-tags): Change default.
12334 (mpc--find-memoize-union-tags): New var.
12335 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12336 (mpc-cmd-find): Handle the case where the playlist does not exist.
12337 Handle union-tags.
12338 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12339 (mpc-cmd-add): Use mpc-cmd-flush.
12340 (mpc-tagbrowser-tag-name): New fun.
12341 (mpc-tagbrowser-buf): Use it.
12342 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12343
efee6a6d
SM
123442010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12345
9586c41a
SM
12346 Misc cleanup.
12347 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12348 Use replace-regexp-in-string.
12349 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12350 (makefile-imake-mode-syntax-table): Move init into defvar.
12351 (makefile-mode): Use define-derived-mode.
12352
efee6a6d
SM
12353 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12354 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12355 not be present any more.
12356
c6f3804c
JB
123572010-03-24 Juanma Barranquero <lekktu@gmail.com>
12358
12359 * faces.el (set-face-attribute): Fix typo in docstring.
12360 (face-valid-attribute-values): Reflow docstring.
12361
e867cb5d 123622010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12363
efee6a6d 12364 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12365
e867cb5d 123662010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12367
12368 * indent.el (indent-for-tab-command): Doc fix.
12369
e867cb5d 123702010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12371
efee6a6d
SM
12372 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12373 Fix off-by-one error. Fixes bug #5747.
657071fc 12374
e867cb5d 123752010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12376
12377 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12378 (image-dired-read-comment): Doc fix.
12379
efee6a6d
SM
12380 * json.el (json-object-type, json-array-type, json-key-type)
12381 (json-false, json-null, json-read-number):
c8de140b
JB
12382 * minibuffer.el (completion-in-region-functions):
12383 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12384 (cal-tex-cursor-week):
12385 * emacs-lisp/trace.el (trace-function):
12386 * eshell/em-basic.el (eshell/printnl):
12387 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12388 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12389 * obsolete/levents.el (allocate-event, event-key, event-object)
12390 (event-point, event-process, event-timestamp, event-to-character)
12391 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12392 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12393 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12394 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12395 (reftex-highlight-selection): Fix typos in docstrings.
12396
e867cb5d 123972010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12398
12399 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12400
e867cb5d 124012010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12402
12403 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12404 2008-02-13 without comment; mark it obsolete.
12405 (rmail-highlight-headers): Use rmail-highlight-face once more.
12406
e867cb5d 124072010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12408
12409 * woman.el (woman2-process-escapes): Only consume the newline if
12410 the filler character is on a line by itself (Bug#5729).
12411
e867cb5d 124122010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12413
12414 * language/indian.el (devanagari-composable-pattern): Add more
12415 consonants.
12416
e867cb5d 124172010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12418
12419 * net/trampver.el: Update release number.
12420
e867cb5d 124212010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12422
efee6a6d
SM
12423 * net/tramp.el (tramp-find-executable):
12424 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12425 output of "wc -l" more robust.
12426 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12427 (tramp-open-connection-setup-interactive-shell): Remove workaround
12428 for OpenSolaris bug, it is not needed anymore.
12429
e867cb5d 124302010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12431
12432 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12433
e867cb5d 124342010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12435
12436 * files.el (auto-mode-alist): Accept more verilog file patterns.
12437
b2b8574b
SM
124382010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12439
12440 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12441
1d94ebb0
GM
124422010-03-24 Glenn Morris <rgm@gnu.org>
12443
7e263967
GM
12444 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12445 log-edit-before-checkin-process.
12446
5ac92c5f
GM
12447 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12448
12449 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12450
549f324a
GM
12451 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12452 (log-view-process-buffer, log-edit-extra-flags): Declare.
12453
495b517c
GM
12454 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12455
f4087766
SS
124562010-03-23 Sam Steingold <sds@gnu.org>
12457
12458 Fix bug#5620: recalculate all markers on compilation buffer
12459 modifications, not on file modifications.
38e9aa53
GM
12460 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12461 variable: the buffer modification time, for buffers not associated with
12462 files.
f4087766
SS
12463 (compilation-mode): Create it.
12464 (compilation-filter): Update it.
12465 (compilation-next-error-function): Use it instead of
12466 `visited-file-modtime' for timestamp.
12467
774642e5
JL
124682010-03-23 Juri Linkov <juri@jurta.org>
12469
12470 Implement Occur multi-line matches.
12471 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12472
12473 * replace.el (occur): Doc fix.
12474 (occur-engine): Set `begpt' to the beginning of the first line.
12475 Set `endpt' to the end of the last match line. At first, count
12476 line numbers between `origpt' and `begpt'. Split out code from
12477 `out-line' variable to new let-bindings `match-prefix' and
12478 `match-str'. In `out-line' add non-numeric prefix to all
12479 non-first lines of multi-line matches. Finally, count lines
12480 between `begpt' and `endpt' and add to `lines'.
12481
f14d1172
JL
124822010-03-23 Juri Linkov <juri@jurta.org>
12483
12484 * replace.el (occur-accumulate-lines, occur-engine):
12485 Use `occur-engine-line' instead of duplicate code.
12486 (occur-engine-line): New function created from duplicate code
12487 in `occur-accumulate-lines' and `occur-engine'.
12488
53e87c57
JL
12489 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12490 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12491
75a3ff20
JL
124922010-03-23 Juri Linkov <juri@jurta.org>
12493
12494 * finder.el: Remove TODO tasks.
12495
12496 * info.el (Info-finder-find-node): Add node "all"
12497 with all package info. Handle a list of multiple keywords
12498 separated by comma.
12499 (info-finder): In interactive use with a prefix argument,
12500 use `completing-read-multiple' to read a list of keywords
12501 separated by comma.
12502
00278747
SM
125032010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12504
12505 Add a new completion style `substring'.
12506 * minibuffer.el (completion-basic--pattern): New function.
12507 (completion-basic-try-completion, completion-basic-all-completions):
12508 Use it.
12509 (completion-substring--all-completions)
12510 (completion-substring-try-completion)
12511 (completion-substring-all-completions): New functions.
12512 (completion-styles-alist): New style `substring'.
12513
64cb11cc
SM
125142010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 Get rid of .elc files after removal of the corresponding .el.
12517 * Makefile.in (compile-clean): New target.
12518 (compile-main): Use it.
12519
835e2c65
JD
125202010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12521
12522 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12523 don't do make there. When compiling with separate object dir, there
12524 is no Makefile there.
12525
111a9dff
SM
125262010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 Get rid of the ELCFILES abomination, again.
12529 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12530 (all, compile): Don't call compile-last.
12531 (compile-main): Build the "elcfiles" list dynamically.
12532 (compile-targets): New (internal) target.
12533
82c3d67a
AS
125342010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12535
12536 * Makefile.in (top_srcdir): Define.
12537 (abs_top_builddir): Define.
12538 (srcdir): Don't append `/..'.
12539 (EMACS): Use ${abs_top_builddir}.
12540 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12541 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12542 $(srcdir).
82c3d67a
AS
12543 (lisp): Use $(srcdir) instead of @srcdir@.
12544
d66ecdbb
JL
125452010-03-21 Juri Linkov <juri@jurta.org>
12546
12547 Fix message of multi-line occur regexps and multi-buffer header lines.
12548 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12549
12550 * replace.el (occur-1): Don't display regexp if it is longer
12551 than window-width. Use `query-replace-descr' to display regexp.
12552 (occur-engine): Don't display regexp in the buffer header for
12553 multi-buffer occur. Display a separate header line with total
12554 match count and regexp for multi-buffer occur.
12555 Use `query-replace-descr' to display regexp.
12556
f05e1b94
TZ
125572010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12558
12559 * net/secrets.el: Fix parenthesis.
12560 (secrets-enabled): Fix parenthesis.
12561
801ba3ba
SM
125622010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12563
3613edce
SM
12564 Use more relative file and directory names.
12565 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12566 (setwins, setwins_almost, setwins_for_subdirs):
12567 Don't `cd'; output relative names.
12568 (all, compile, compile-always, compile-last): Set emacswd.
12569 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12570 Just cd to the lisp source dir so we can use relative file names.
12571
801ba3ba
SM
12572 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12573
2b1400b9
GM
125742010-03-20 Glenn Morris <rgm@gnu.org>
12575
12576 * textmodes/rst.el: Use faces for font-lock customization, and make the
12577 old -face variables obsolete.
12578 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12579 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12580 (rst-block-face, rst-external-face, rst-definition-face)
12581 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12582 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12583 Make obsolete.
12584 (rst-font-lock-keywords-function): Update for above changes.
12585
5e418f17
JL
125862010-03-20 Juri Linkov <juri@jurta.org>
12587
12588 * s-region.el:
12589 * obsolete/s-region.el: Move to obsolete.
12590
b0287b39
JB
125912010-03-19 Juanma Barranquero <lekktu@gmail.com>
12592
12593 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12594
3c95bbb6
DN
125952010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12596
12597 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12598
09158997
DN
125992010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12600
12601 Add special markup processing for commit logs.
12602 * log-edit.el (log-edit-extra-flags): New variable.
12603 (log-edit): Add new argument MODE. Use that mode when non-nil
12604 instead of the log-view-mode.
12605 (log-view-process-buffer): New function.
12606
12607 * vc.el: Document that the checkin method takes optional
12608 arguments. Document new backend specific method: log-view-mode.
12609 (vc-default-log-edit-mode): New function.
12610 (vc-checkin): Use a backend specific log-view-mode.
12611 Pass extra arguments to the checkin method.
12612 (vc-modify-change-comment): Pass a dummy extra argument.
12613
12614 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12615 log-edit.
12616 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12617 (vc-finish-logentry): Process the log buffer before passing it
12618 down. Pass log-edit-extra-flags.
12619
12620 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12621 command.
85626eef
SM
12622 (log-edit-extra-flags, log-edit-before-checkin-process):
12623 New declarations.
09158997
DN
12624
12625 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12626 command.
85626eef
SM
12627 (log-edit-extra-flags, log-edit-before-checkin-process):
12628 New declarations.
09158997
DN
12629 (vc-hg-log-edit-mode): New derived mode.
12630
12631 * vc-arch.el (vc-arch-checkin):
12632 * vc-cvs.el (vc-cvs-checkin):
12633 * vc-git.el (vc-git-checkin):
12634 * vc-mtn.el (vc-mtn-checkin):
12635 * vc-rcs.el (vc-rcs-checkin):
12636 * vc-sccs.el (vc-sccs-checkin):
12637 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12638
f430423d
SM
126392010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12642 parent typo).
12643
aa8f8277
GM
126442010-03-19 Glenn Morris <rgm@gnu.org>
12645
f430423d 12646 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12647
04525749
GM
126482010-03-18 Glenn Morris <rgm@gnu.org>
12649
c70815f1
GM
12650 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12651
84d0a5f8
GM
12652 * replace.el (query-replace-history): Give it a doc string.
12653 (map-query-replace-regexp): Use query-replace-from-history-variable
12654 and query-replace-to-history-variable.
12655
e3a15161
GM
12656 * mail/hashcash.el (declare-function): Remove duplicate definition.
12657
27be0364
GM
12658 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12659 Make it an obsolete alias for report-emacs-bug-address.
12660 (message-strip-special-text-properties): Declare.
12661 (report-emacs-bug): Remove test for a pretest bug address.
12662 Combine message-mode-specific code.
12663
88b8d18e
GM
12664 * mail/supercite.el: Don't require sendmail.
12665 (mh-in-header-p): Declare rather than using with-no-warnings.
12666 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12667 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12668
1a355d09
GM
12669 * calendar/cal-french.el: Convert to utf-8.
12670
04525749
GM
12671 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12672 Emacs scripts.
12673
ae84eb97
MA
126742010-03-16 Michael Albinus <michael.albinus@gmx.de>
12675
12676 * net/secrets.el (secrets-enabled): New variable. Use it instead
12677 of a subfeature.
12678
7c75524e
MA
126792010-03-15 Michael Albinus <michael.albinus@gmx.de>
12680
12681 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12682 service "org.freedesktop.secrets" can be pinged.
12683 Provide subfeature `enabled'.
7c75524e 12684
57938a79
JL
126852010-03-14 Juri Linkov <juri@jurta.org>
12686
12687 Add finder unknown keywords.
12688
12689 * finder.el (finder-unknown-keywords): New function.
12690
12691 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12692 to create a Finder node with unknown keywords.
12693
88f4758e
JL
126942010-03-14 Juri Linkov <juri@jurta.org>
12695
12696 * finder.el (finder-compile-keywords): Replace `princ' with
12697 `prin1' on a list of symbols interned from keyword strings.
12698
12699 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12700 a comma, then split keywords using a comma and optional whitespace.
12701 Otherwise, split by whitespace.
12702
12703 * complete.el:
12704 * face-remap.el:
12705 * log-view.el:
12706 * net/hmac-def.el:
12707 * net/hmac-md5.el:
12708 * net/netrc.el:
12709 * progmodes/mixal-mode.el: Fix keywords.
12710
7725ebb7
MA
127112010-03-13 Michael Albinus <michael.albinus@gmx.de>
12712
12713 * Makefile.in (ELCFILES): Add net/secrets.elc.
12714
12715 * net/secrets.el: New file.
12716
6f320937
CY
127172010-03-12 Chong Yidong <cyd@stupidchicken.com>
12718
12719 * facemenu.el (list-colors-display, list-colors-print): New arg
12720 callback. Use it to allow selecting colors.
12721
12722 * wid-edit.el (widget-image-insert): Insert image prop even if the
12723 current display is non-graphic.
12724 (widget-field-value-set): New fun.
12725 (editable-field): Use it.
12726 (widget-field-value-get): Clean up unused var.
85626eef
SM
12727 (widget-color-value-create, widget-color--choose-action):
12728 New funs. Allow using list-colors-display to choose color.
6f320937 12729
647f9993
CY
127302010-03-12 Chong Yidong <cyd@stupidchicken.com>
12731
12732 * cus-edit.el: Resort topmost custom groups.
12733 (custom-buffer-sort-alphabetically): Default to t.
12734 (customize-apropos): Use apropos-parse-pattern.
12735 (custom-search-field): New var.
12736 (custom-buffer-create-internal): Add custom-apropos search field.
12737 (custom-add-parent-links): Don't display parent doc.
12738 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12739 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12740
12741 (custom-variable-state): New fun, from custom-variable-state-set.
12742 (custom-variable-state-set): Use it.
12743 (custom-group-value-create): Hide options with standard values
12744 using the :hidden-states property. Use progress reporter.
12745
12746 (custom-show): Simplify.
12747 (custom-visibility): Disable images by default.
12748 (custom-variable): New property :hidden-states.
12749 (custom-variable-value-create): Enable images for
12750 custom-visibility widgets. Use :hidden-states property to
12751 determine initial visibility.
12752
12753 * wid-edit.el (widget-image-find): Give images center ascent.
12754 (visibility): Add :on-image and :off-image properties.
12755 (widget-visibility-value-create): Use them.
12756
eba5b4dd
CY
127572010-03-12 Chong Yidong <cyd@stupidchicken.com>
12758
12759 * cus-edit.el (processes): Remove from development group.
12760 (oop, hypermedia): Delete group.
26f4b8ab 12761 (comm): Promote to top-level group.
eba5b4dd
CY
12762
12763 * net/browse-url.el (browse-url):
12764 * net/xesam.el (xesam):
12765 * net/tramp.el (tramp):
12766 * net/goto-addr.el (goto-address):
26f4b8ab 12767 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12768
12769 * view.el (view): Remove from editing group.
12770
12771 * uniquify.el (uniquify): Put in files group.
12772
12773 * net/browse-url.el (browse-url):
12774 * ps-print.el (postscript): Put in external group.
12775
12776 * cus-edit.el (outlines):
12777 * textmodes/text-mode.el (text-mode-hook):
12778 * textmodes/table.el (table):
12779 * textmodes/picture.el (picture):
12780 * outline.el (outlines): Put in wp group.
12781
12782 * nxml/nxml-mode.el (nxml): Remove from wp group.
12783
12784 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12785
12786 * mail/metamail.el (metamail): Remove from hypermedia group.
12787
12788 * cus-edit.el (abbrev):
12789 * whitespace.el (whitespace):
12790 * vcursor.el (vcursor):
12791 * reveal.el (reveal):
12792 * hl-line.el (hl-line): Put in convenience group.
12793
12794 * epg-config.el (epg): Put in data group.
12795
12796 * emulation/pc-select.el (pc-select): Put in emulations group.
12797
12798 * calculator.el (calculator): Put in applications group.
12799
8117868f
DN
128002010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12801
12802 Add .dir-locals.el support for file-less buffers.
12803 * files.el (hack-local-variables): Split out code to apply local
12804 variable settings ...
12805 (hack-local-variables-apply): ... here. New function.
12806 (hack-dir-local-variables): Use the default directory for when the
12807 buffer does not have an associated file.
12808 (hack-dir-local-variables-non-file-buffer): New function.
12809 * diff-mode.el (diff-mode):
12810 * vc-annotate.el (vc-annotate-mode):
12811 * vc-dir.el (vc-dir-mode):
12812 * log-edit.el (log-edit-mode):
12813 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12814
855a2294
DN
128152010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12816
12817 Add support for shelving snapshots and for showing shelves.
12818 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12819 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12820 New functions.
12821 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12822 (vc-bzr-extra-menu-map): Map them.
12823
3e5b7009
GM
128242010-03-11 Glenn Morris <rgm@gnu.org>
12825
0dcf7d7e
GM
12826 * cus-edit.el (customize-changed-options-previous-release):
12827 Bump to 23.1.
12828
3e5b7009
GM
12829 * image.el (image-animate-max-time): Fix :version tag.
12830
288f9fc0
CY
128312010-03-10 Chong Yidong <cyd@stupidchicken.com>
12832
12833 * Branch for 23.2.
12834
53ef91b1
SM
128352010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * vc-git.el (vc-git-revision-table): Include remote branches.
12838
b41460ae 128392010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12840
12841 Animated image API.
12842 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12843
12844 * image.el (image-animate-max-time): New defcustom.
12845 (image-animated-types): New defconst.
12846 (create-animated-image, image-animate-timer)
12847 (image-animate-start, image-animate-stop, image-animate-timeout)
12848 (image-animated-p): New functions.
12849
12850 * image-mode.el (image-toggle-display-image):
12851 Replace `create-image' with `create-animated-image'.
12852
e5d1fb10 128532010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12854
12855 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12856 instead of "format:"; this ensures that the output is
12857 newline-terminated.
12858
4e7cafbe
CY
128592010-03-08 Chong Yidong <cyd@stupidchicken.com>
12860
12861 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12862 that all errors are caught, and that the return value is always a
12863 list (Bug#5692).
12864
aec66319
KH
128652010-03-08 Kenichi Handa <handa@m17n.org>
12866
12867 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12868 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12869
b327c975
AS
128702010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12871
12872 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12873 call to rfc822-bad-address. (Bug#5692)
12874
1c465a6a
CY
128752010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12876
85626eef
SM
12877 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12878 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12879
a4e32226
CY
128802010-03-06 Chong Yidong <cyd@stupidchicken.com>
12881
12882 * calculator.el (calculator): Don't bind split-window-keep-point
12883 (Bug#5674).
12884
4c83ed3d
SM
128852010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * vc-git.el: Re-flow to fit into 80 columns.
12888 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12889 Remove spurious `quote' element in each case alternative.
12890 (vc-git-show-log-entry): Use prog1.
12891 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12892
e8defde3
SM
128932010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12896
233f0c9f
CY
128972010-03-03 Chong Yidong <cyd@stupidchicken.com>
12898
12899 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12900 definition, not the name (Bug#5481).
12901
254bedef 129022010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12903
12904 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12905 argument with a local variable. (Bug#5670)
12906
7187cdae
JL
129072010-03-02 Juri Linkov <juri@jurta.org>
12908
12909 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12910
9cf3544e
MA
129112010-03-02 Michael Albinus <michael.albinus@gmx.de>
12912
12913 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12914 error when FILENAME and NEWNAME are existing remote directories.
12915
12916 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12917 parameter DIR-FLAG.
12918
33f77982
GM
129192010-03-02 Glenn Morris <rgm@gnu.org>
12920
12921 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12922 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12923
d99ea08e
KH
129242010-03-01 Kenichi Handa <handa@m17n.org>
12925
e8defde3 12926 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12927 myanmar-composable-pattern.
12928
e8defde3
SM
12929 * international/characters.el (script-list):
12930 * international/fontset.el (script-representative-chars):
12931 Change myanmar to burmese.
d99ea08e 12932 (otf-script-alist): Likewise.
4aa2c3b2
KH
12933 (setup-default-fontset): Likewise. Re-fix :otf spec.
12934
b374f54d
KY
129352010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12936
12937 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12938
71572c03
JD
129392010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12940
12941 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12942
00cffdeb
MA
129432010-02-28 Michael Albinus <michael.albinus@gmx.de>
12944
12945 * net/tramp.el (tramp-handle-write-region): START can be a string.
12946 Take care in the checks. Reported by Dan Davison
12947 <davison@stats.ox.ac.uk>.
12948
d4b06783
MA
129492010-02-28 Michael Albinus <michael.albinus@gmx.de>
12950
12951 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12952 (dbus-set-property, dbus-get-all-properties):
12953 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12954
8c3e96d2
CY
129552010-02-28 Chong Yidong <cyd@stupidchicken.com>
12956
de3a1fe9
CY
12957 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12958 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12959 * calendar/icalendar.el (icalendar--add-diary-entry):
12960 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12961 * files.el (recover-session-finish): Use with-current-buffer
12962 instead of save-excursion.
12963
c53b9c3b
SM
129642010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 Fix in-buffer completion when after-change-functions modify the buffer.
12967 * minibuffer.el (completion--replace): New function.
12968 (completion--do-completion): Use it and use relative movement.
12969
4a16bdc6
CY
129702010-02-27 Chong Yidong <cyd@stupidchicken.com>
12971
12972 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12973
b8280f39
CY
129742010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12975
c53b9c3b
SM
12976 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12977 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12978
f88cc4d6
KH
129792010-02-26 Kenichi Handa <handa@m17n.org>
12980
12981 * language/burmese.el: Fix entries in composition-function-table.
12982 (myanmar-composable-pattern): New variable.
12983
12984 * international/fontset.el (setup-default-fontset): Add an entry
12985 for myanmar.
12986
12987 * international/characters.el (script-list): Add Myanmar
12988 Extended-A.
12989
cdbf9100
GM
129902010-02-26 Glenn Morris <rgm@gnu.org>
12991
90a94603
GM
12992 * custom.el (custom-initialize-delay): Doc fix.
12993
cdbf9100
GM
12994 * mail/sendmail.el (send-mail-function): Autoload the call
12995 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12996
f95a5fd0
CY
129972010-02-24 Chong Yidong <cyd@stupidchicken.com>
12998
12999 * files.el (hack-local-variables-filter): For eval forms, also
13000 check safe-local-variable-p (Bug#5636).
13001
459a5f4b
MA
130022010-02-22 Michael Albinus <michael.albinus@gmx.de>
13003
13004 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13005 setting the modes by `ignore-errors'. It might fail, for example
13006 if the file is not owned by the user but the group.
13007 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13008
bb23f6e8
CY
130092010-02-21 Chong Yidong <cyd@stupidchicken.com>
13010
6a7662bb
BR
13011 * files.el (directory-listing-before-filename-regexp):
13012 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13013 date-like filenames (Bug#5597).
13014
b660eb70
CY
13015 * htmlfontify.el (htmlfontify): Doc fix.
13016
13017 * eshell/eshell.el (eshell): Doc fix.
13018
bb23f6e8
CY
13019 * startup.el (fancy-about-screen): In mode-line, apply
13020 mode-line-buffer-id face only to the buffer name (Bug#5613).
13021
3e39928c
CY
130222010-02-20 Kevin Ryde <user42@zip.com.au>
13023
f7e0618c
JB
13024 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13025 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13026 (Bug#5599).
13027
0f00e948
EZ
130282010-02-20 Eli Zaretskii <eliz@gnu.org>
13029
13030 * subr.el (remove-yank-excluded-properties): Explain in a comment
13031 why `category' property is removed.
13032
3513efb2
CY
130332010-02-19 Chong Yidong <cyd@stupidchicken.com>
13034
6a7662bb
BR
13035 * isearch.el (isearch-update-post-hook, isearch-update):
13036 Revert 2010-02-17 change.
3513efb2 13037
b4340b3f
UJ
130382010-02-19 Ulf Jasper <ulf.jasper@web.de>
13039
13040 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13041 (icalendar--convert-weekly-to-ical)
13042 (icalendar--convert-yearly-to-ical)
13043 (icalendar--convert-block-to-ical)
13044 (icalendar--convert-cyclic-to-ical)
13045 (icalendar--convert-anniversary-to-ical): Take care of time
13046 specifications where hour has 1-digit only (Bug#5549).
13047
8cfae03d
NR
130482010-02-19 Nick Roberts <nickrob@snap.net.nz>
13049
13050 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13051 of disassemble output in GDB 7.1.
13052
055e4eea
GM
130532010-02-19 Glenn Morris <rgm@gnu.org>
13054
13055 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13056 property. (Bug#5593)
13057
ff6b00de
SS
130582010-02-18 Sam Steingold <sds@gnu.org>
13059
13060 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13061
fe8c0b47
SM
130622010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13063
13064 Use abbreviated file names in bookmarks (bug#5591).
13065 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13066 calls to expand-file-name.
13067 (bookmark-relocate): Use abbreviated file names in bookmarks.
13068 (bookmark-load): Use abbreviated file names in messages.
13069
73a37a69
MA
130702010-02-18 Michael Albinus <michael.albinus@gmx.de>
13071
13072 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13073 expand "." and "..". Reported by Thierry Volpiatto
13074 <thierry.volpiatto@gmail.com>.
13075
6e4f5731
MA
130762010-02-18 Michael Albinus <michael.albinus@gmx.de>
13077
13078 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13079 permissions of the temporary file to "0600". In case the remote
13080 file has no read permissions for the owner, there might be
13081 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13082
1308322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13084
13085 * emacs-lisp/authors.el (authors-renamed-files-alist):
13086 Add entries for INSTALL.CVS.
13087
ba5bf642
MH
130882010-02-17 Mark A. Hershberger <mah@everybody.org>
13089
f7e0618c 13090 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13091
f7e0618c 13092 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13093 (isearch-update): Use the new hook.
13094
aac0b0f2
MA
130952010-02-16 Michael Albinus <michael.albinus@gmx.de>
13096
fe8c0b47
SM
13097 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13098 Fix errors in copying directories.
aac0b0f2
MA
13099 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13100 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13101 (tramp-handle-delete-file)
13102 (tramp-handle-dired-recursive-delete-directory)
13103 (tramp-handle-write-region): Flush also the cache for the upper
13104 directory.
13105
05bbe066
CY
131062010-02-16 Chong Yidong <cyd@stupidchicken.com>
13107
e8ab3908
CY
13108 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13109
ff90f4b0
CY
13110 * cus-edit.el (hardware): Doc fix.
13111
13112 * man.el (man): Add to external custom group.
13113
13114 * delim-col.el (columns): Move to wp custom group.
13115
13116 * doc-view.el (doc-view): Add to data custom group.
13117
fe8c0b47 13118 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13119
05bbe066
CY
13120 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13121 by ispell-parse-output (Bug#5575).
13122
fa6ea913
KH
131232010-02-16 Kenichi Handa <handa@m17n.org>
13124
13125 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13126 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13127 (skkdic-convert): Use `euc-japan' coding system for writing.
13128
88fd78ae
GM
131292010-02-16 Glenn Morris <rgm@gnu.org>
13130
13131 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13132 tex-main-file before using it. (Bug#5562)
13133
2b8c974a
SM
131342010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13137 warnings, since it is annoying for the user to see them each time he
13138 runs the code.
13139
7540f029
MA
131402010-02-15 Michael Albinus <michael.albinus@gmx.de>
13141
13142 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13143 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13144 instead of PROC for caching "first-password-request". Otherwise,
13145 new processes would not profit from passwords already entered.
13146
2b8c974a
SM
13147 * net/tramp-cache.el (tramp-dump-connection-properties):
13148 Don't save "first-password-request" property.
7540f029 13149
fa5f7c5f
JB
131502010-02-14 Juanma Barranquero <lekktu@gmail.com>
13151
13152 * outline.el (outline-head-from-level):
13153 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13154 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13155 (elint-defun, elint-buffer-env, elint-top-form-logged)
13156 (elint-unbound-variable):
13157 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13158 Fix typos in docstrings.
13159
ecbaeb7b
MA
131602010-02-14 Michael Albinus <michael.albinus@gmx.de>
13161
13162 * files.el (insert-directory): When WILDCARD-REGEXP and
13163 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13164 whole directory. (Bug#5551)
13165
13166 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13167 dired's alignment sanity. (Bug#5516)
13168
91e3333f
JL
131692010-02-14 Juri Linkov <juri@jurta.org>
13170
13171 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13172 Remove remaining ^H with their preceding chars. (Bug#5566)
13173
36020642
GM
131742010-02-13 Glenn Morris <rgm@gnu.org>
13175
13176 * simple.el (transpose-subr): Give it a doc-string.
13177
13178 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13179 Doc fixes.
13180
f5952338
JL
131812010-02-12 Juri Linkov <juri@jurta.org>
13182
13183 * arc-mode.el (archive-unique-fname): Make directories for nested
13184 archives. (Bug#5540)
13185
918fe50f
JL
131862010-02-12 Juri Linkov <juri@jurta.org>
13187
13188 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13189
c07ff221
SM
131902010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13191
48b1e7cf
SM
13192 * subr.el (copy-overlay): Handle deleted overlays.
13193
c07ff221
SM
13194 * man.el (Man-completion-table): Don't signal an error if we can't run
13195 manual-program (bug#4056).
13196
0e374247
JB
131972010-02-10 Juanma Barranquero <lekktu@gmail.com>
13198
13199 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13200
dbf8402b
SM
132012010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13202
348d1e60
SM
13203 * info.el (Info-bookmark-jump): Simplify.
13204
dbf8402b
SM
13205 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13206 (bookmark-default-handler): Accept new bookmark field `buffer'.
13207
e6d23bb5
CY
132082010-02-10 Chong Yidong <cyd@stupidchicken.com>
13209
13210 * iswitchb.el (iswitchb-completions): Revert last change.
13211
a8e4290b
MA
132122010-02-10 Michael Albinus <michael.albinus@gmx.de>
13213
2b23acde 13214 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13215 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13216 This prevents file names like "~/" being listed literally.
a8e4290b 13217
c59d6fad
DN
132182010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13219
348d1e60
SM
13220 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13221 Remove dead code. (Bug#5546)
c59d6fad 13222
3a66e78f
CY
132232010-02-09 Chong Yidong <cyd@stupidchicken.com>
13224
13225 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13226 correctly (Bug#5548).
13227
f29fd869
CY
132282010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13229
13230 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13231 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13232
7fad1447
KH
132332010-02-08 Kenichi Handa <handa@m17n.org>
13234
13235 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13236 cookie for putting `lisp-indent-function'.
7fad1447 13237
50e4518b
GM
132382010-02-07 Glenn Morris <rgm@gnu.org>
13239
13240 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13241 Move F2003 named interfaces from keywords-2 to keywords-1, and
13242 use function-name-face rather than constant-face.
13243 Simplify "abstract interface" regexp.
13244
a4cc44cf
CY
132452010-02-07 Chong Yidong <cyd@stupidchicken.com>
13246
13247 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13248 ID-FORMAT. Pass it to `file-attributes'.
13249
13250 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13251
c917476d
CY
132522010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13253
13254 * faces.el (set-face-attribute): Allow calling
13255 internal-set-lisp-face-attribute with 'unspecified family and
13256 foundry argument (Bug#5536).
13257
7cf3f3d6
GM
132582010-02-07 Glenn Morris <rgm@gnu.org>
13259
13260 * progmodes/f90.el (f90-font-lock-keywords-2)
13261 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13262 Handle F2003 named interfaces.
13263
ffe87109
CY
132642010-02-06 Chong Yidong <cyd@stupidchicken.com>
13265
13266 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13267 beg and end before calling c-get-state-before-change-functions.
13268
4775ecad
DN
132692010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13270
33aeea0e
SM
13271 * vc-bzr.el (vc-bzr-dir-extra-headers):
13272 Disable the pending merges header.
4775ecad 13273
0d17c4b9
JL
132742010-02-05 Juri Linkov <juri@jurta.org>
13275
13276 * doc-view.el (doc-view-mode):
13277 * image-mode.el (image-mode): Put property mode-class=special.
13278 (Bug#4896)
13279
8228a275
MH
132802010-02-05 Mark A. Hershberger <mah@everybody.org>
13281
13282 * vc-svn.el (vc-svn-revision-table): New function.
13283
d9320986
MA
132842010-02-05 Michael Albinus <michael.albinus@gmx.de>
13285
13286 * net/ange-ftp.el (ange-ftp-insert-directory):
13287 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13288 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13289 Handle also directories. (Bug#5478)
13290
f43d8ecc
GM
132912010-02-05 Glenn Morris <rgm@gnu.org>
13292
13293 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13294
ce3a988d
CY
132952010-02-05 Chong Yidong <cyd@stupidchicken.com>
13296
13297 * startup.el (command-line-1): Convert options beginning with a
13298 single dash as well (Bug#5519).
13299
bdd42899
SM
133002010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13301
51b23c44
SM
13302 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13303 * minibuffer.el (completion-initials-expand): Only check the presence
13304 of delims *within* the boundaries, since otherwise the / delim is
13305 always found for files.
13306
bdd42899
SM
13307 Fix up various corner case problems.
13308 * doc-view.el (doc-view-last-page-number): New function.
13309 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13310 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13311 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13312 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13313 (doc-view-convert-current-doc): Don't create the resolution.el file
13314 here any more.
13315 (doc-view-pdf/ps->png): Do it here instead.
13316 (doc-view-already-converted-p): Check that resolution.el is present.
13317 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13318 windows that are not yet showing images.
13319
d5b3979c
MA
133202010-02-04 Michael Albinus <michael.albinus@gmx.de>
13321
13322 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13323 `dired-uncache' for every elemnt which is an absolute file name.
13324
13325 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13326 directory, handle its directory component.
13327 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13328 function is called permanently and creates noise, otherwise.
13329
13330 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13331 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13332 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13333
b003beb1
DB
133342010-02-04 David Burger <dburger@google.com> (tiny change)
13335
13336 * macros.el (apply-macro-to-region-lines):
13337 Minor simplification. (Bug#5485)
13338
ea92f9f3
GM
133392010-02-04 Glenn Morris <rgm@gnu.org>
13340
a03ae20d
GM
13341 * mail/rmail.el (rmail-show-message-1): Handle malformed
13342 quoted-printable text. (Bug#5441)
13343
4d01b827
GM
13344 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13345
ea92f9f3
GM
13346 * simple.el (visual-line-mode): Capitalize lighter.
13347
82055bb7
JW
133482010-02-03 John Wiegley <jwiegley@gmail.com>
13349
13350 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13351 list of files considered for "virtual buffer" completions.
13352
8214b6e4
MA
133532010-02-03 Michael Albinus <michael.albinus@gmx.de>
13354
13355 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13356 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13357 when dired is called with a list of files, which are not in
13358 `default-directory'. (Bug#5478)
13359
1df9718f
SM
133602010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13361
13362 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13363
02ba1267
JL
133642010-02-02 Juri Linkov <juri@jurta.org>
13365
13366 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13367 from unidiff to allow function-line after @@.
13368
a0c6a0fb
JL
133692010-02-02 Juri Linkov <juri@jurta.org>
13370
13371 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13372 '(RCS SCCS) with inverted condition.
13373
c35fcd52
MA
133742010-02-02 Michael Albinus <michael.albinus@gmx.de>
13375
13376 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13377 messages.
13378
6ba973c1
JL
133792010-02-01 Juri Linkov <juri@jurta.org>
13380
13381 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13382 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13383 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13384 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13385
0bca393f
SM
133862010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13387
13388 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13389 (doc-view-revert-buffer): New command.
13390 (doc-view-mode-map): Use it.
13391
7a444e2a
DN
133922010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13393
13394 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13395 pending merge is detected.
13396
ad6fc8f4
JL
133972010-01-31 Juri Linkov <juri@jurta.org>
13398
13399 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13400 beginning of interactive spec like all other grep commands do.
13401 Put "all" in front of "gz". (Bug#5260)
13402
b9236874
DN
134032010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13404
13405 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13406
1e868757
CY
134072010-01-29 Chong Yidong <cyd@stupidchicken.com>
13408
13409 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13410 regexp is incorrect (Bug#5476).
13411
e5c70c41
MA
134122010-01-29 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * net/tramp.el (tramp-handle-insert-directory): Handle also
13415 symlinks, when FILENAME is not in `default-directory'.
13416
0c0b61f1
MA
134172010-01-28 Michael Albinus <michael.albinus@gmx.de>
13418
13419 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13420 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13421
13422 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13423 of SWITCHES. Handle the case, FILENAME is not in
13424 `default-directory'. (Bug#5478)
13425 (tramp-register-file-name-handlers): Add safe-magic property.
13426
763f325e
CY
134272010-01-28 Chong Yidong <cyd@stupidchicken.com>
13428
13429 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13430 unzip (Bug#5475).
13431
fd09a83f
CY
134322010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13433
13434 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13435 (flymake-master-make-header-init): Add other C++ filename masks.
13436 (flymake-find-possible-master-files)
13437 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13438
7e5686f0
MA
134392010-01-28 Michael Albinus <michael.albinus@gmx.de>
13440
13441 Fix some busybox annoyances.
13442
13443 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13444 not responding." string.
13445 (tramp-open-connection-setup-interactive-shell): Dump stty
13446 settings. Enable "neveropen" arg for all `tramp-send-command'
13447 calls. Handle "=" in variable values properly.
13448 (tramp-find-inline-encoding): Raise an error, when no encoding is
13449 found.
13450 (tramp-wait-for-output): Check, whether PROC buffer is available.
13451 Remove spurious " ^H" sequences, sent by busybox.
13452 (tramp-get-ls-command): Suppress coloring, if possible.
13453
c6265c10
GM
134542010-01-28 Glenn Morris <rgm@gnu.org>
13455
c85a168b
GM
13456 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13457
c6265c10
GM
13458 * log-edit.el (log-edit-strip-single-file-name): Add missing
13459 :safe, :group, and :version tags.
13460
7d82a738
SB
134612010-01-27 Stephen Berman <stephen.berman@gmx.net>
13462
13463 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13464 buffers. (Bug#5477)
13465
8b0e68ea
CY
134662010-01-27 David De La Harpe Golden <david@harpegolden.net>
13467
13468 * files.el (delete-directory): Handle moving to trash without
13469 first doing recursion (Bug#5436).
13470
368d3208
DN
134712010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13472
13473 * vc-hooks.el (vc-path): Mark as obsolete.
13474
755da7fa
DN
134752010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13476
e2396d80
DN
13477 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13478 names too.
13479
755da7fa
DN
13480 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13481 for the short log.
13482 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13483
6a6d15ab 134842010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13485
ac9ffe99 13486 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13487
48c2d18a 13488 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13489
25f38310 134902010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13491
13492 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13493 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13494
51850286
DN
134952010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13496
c2f1d6d8
DN
13497 Remove support for adding --signoff on commit.
13498 Future support will use an incompatible generic mechanism.
13499 * vc-git.el (vc-git-add-signoff): Remove variable.
13500 (vc-git-toggle-signoff): Remove function.
13501 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13502
6a7662bb
BR
13503 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13504 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13505 was set.
13506 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13507 earlier, call it again in case the background mode has changed.
13508
02c6d0d0
CY
135092010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13510
13511 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13512 (Bug#3541).
13513
064eee03
CY
135142010-01-23 Chong Yidong <cyd@stupidchicken.com>
13515
02c6d0d0
CY
13516 * emacs-lisp/assoc.el (aelement): Doc fix.
13517 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13518
5336c3ec 135192010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13520
48c2d18a 13521 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13522 is the same as subprogram call, not declaration. (Bug#5435).
13523
0536254e
MA
135242010-01-23 Michael Albinus <michael.albinus@gmx.de>
13525
13526 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13527 (tramp-smb-maybe-open-connection): Use it.
13528
411d06c2
MA
135292010-01-22 Michael Albinus <michael.albinus@gmx.de>
13530
0536254e 13531 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13532
c893016b
SM
135332010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13536 just because we see "encoding: 8bit".
13537 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13538
9425f8e1
CY
135392010-01-22 Chong Yidong <cyd@stupidchicken.com>
13540
13541 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13542
6a801864
EZ
135432010-01-22 Eli Zaretskii <eliz@gnu.org>
13544
13545 * jka-compr.el (jka-compr-load): If load-file is not in
13546 load-history, try its file-truename version. (bug#5447)
13547
3e8f7d91
AM
135482010-01-21 Alan Mackenzie <acm@muc.de>
13549
13550 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13551 * progmodes/cc-engine.el (c-invalidate-state-cache):
13552 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13553 special cpp construct is still in the buffer.
13554 (c-parse-state): Record the special cpp with markers, not numbers.
13555
f0bd0ad5
CY
135562010-01-21 Kenichi Handa <handa@m17n.org>
13557
13558 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13559 process last-command-event, as it is now decoded first (Bug#5380).
13560
5189d95b
CY
135612010-01-20 Chong Yidong <cyd@stupidchicken.com>
13562
13563 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13564
e073d74a
GM
135652010-01-20 Glenn Morris <rgm@gnu.org>
13566
13567 * indent.el (tab-always-indent): Fix custom-type.
13568
8ee04f3a
AM
135692010-01-19 Alan Mackenzie <acm@muc.de>
13570
13571 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13572 buffer throws "args out of range".
13573 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13574 playing the role of delimiter.
13575
6a47c86a
SL
135762010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13577
bf0b361c 13578 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13579 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13580 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13581 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13582 Improve comments in "is" portion. Handle null procedure declaration.
13583 (ada-move-to-end): Improve doc string.
13584
2acfb954
ÓF
135852010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13586
e90d57c0 13587 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13588 Remove obsolete information from commentary.
e90d57c0
JB
13589 (ido-choice-list): Initialize to nil.
13590 (ido-get-bufname): Reject minibuffers.
13591 (ido-make-buffer-list): If "default" is a nonexistent
13592 buffer, ignore it, as per the function's comment.
13593 (ido-kill-buffer-internal): New function.
13594 (ido-kill-buffer-at-head): Use it.
13595 (ido-visit-buffer): Likewise.
2acfb954 13596
244b023e
CY
135972010-01-18 Chong Yidong <cyd@stupidchicken.com>
13598
13599 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13600
db9e401b
JB
136012010-01-18 Juanma Barranquero <lekktu@gmail.com>
13602
db9e401b
JB
13603 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13604 Fix typos in chart titles.
13605
13606 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13607 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13608 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13609 (describe-class, eieio-describe-generic, describe-generic):
13610 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13611 (eieio-speedbar-expand):
13612 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13613 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13614 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13615 (viper-del-backward-char-in-replace, viper-backward-indent)
13616 (viper-brac-function, viper-register-to-point, viper-submit-report):
13617 * net/tramp.el (tramp-remote-coding-commands):
13618 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13619 Fix typos in docstrings.
13620
9295137d
CY
136212010-01-17 Chong Yidong <cyd@stupidchicken.com>
13622
13623 * mail/sendmail.el (mail-yank-original): Set the mark if the
13624 specified function for yanking does not do it.
13625
4d0bbcb6
DN
136262010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13627
7902c120
DN
13628 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13629
4d0bbcb6
DN
13630 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13631 resyncing a directory.
13632
0b702bc1
SL
136332010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13634
6a47c86a 13635 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13636 (ada-ident-re): Delete ., allow multibyte characters.
13637 (ada-goto-label-re): New; matches goto labels.
13638 (ada-block-label-re): New; matches block labels.
13639 (ada-label-re): New; matches both.
5f9d345c 13640 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13641 `ada-block-label-re' instead.
13642 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13643 Use `ada-block-label-re'.
13644 (ada-indent-on-previous-lines): Improve handling of goto labels.
13645 (ada-get-indent-block-start): Special-case block label.
13646 (ada-get-indent-label): Split into `ada-indent-block-label' and
13647 `ada-indent-goto-label'.
13648 (ada-goto-stmt-start, ada-goto-next-non-ws):
13649 Optionally ignore goto labels.
13650 (ada-goto-next-word): Simplify.
13651 (ada-indent-newline-indent-conditional): Insert newline before
13652 trying to fix indentation; doc fix.
13653
05287c49
JB
136542010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13655
13656 * calc/calc.el (calc-command-flags): Give it an initial value.
13657
4963739e
JB
136582010-01-17 Juanma Barranquero <lekktu@gmail.com>
13659
4963739e
JB
13660 * files.el (minibuffer-with-setup-hook):
13661 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13662 (artist-key-draw-continously, artist-key-do-continously-continously)
13663 (artist-key-set-point-continously, artist-mouse-draw-continously):
13664 Fix typos in docstrings.
13665
116bd1ee
CY
136662010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13667
6a7662bb
BR
13668 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13669 Never return t (Bug#3898).
116bd1ee 13670
2784cd7a 136712010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13672
13673 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13674 can parse the output of the external commands (Bug#5279).
13675
abd5cfe8
CY
136762010-01-16 Jari Aalto <jari.aalto@cante.net>
13677
13678 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13679
4fe22cdf
CY
136802010-01-16 Chong Yidong <cyd@stupidchicken.com>
13681
bbdc98ef
CY
13682 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13683
c7dc1ac1
CY
13684 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13685
4fe22cdf
CY
13686 * startup.el (command-line): Remove unused --icon-type arg.
13687 Handle --display arg, passing it to command-line-1 (Bug#5392).
13688
045b9da7
ML
136892010-01-16 Mario Lang <mlang@delysid.org>
13690
045b9da7
ML
13691 * emacs-lisp/chart.el (chart-translate-namezone):
13692 * textmodes/artist.el (artist-compute-popup-menu-table):
13693 Remove duplicated words in doc-strings.
13694
6554a5df
CY
136952010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13696
13697 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13698 to mairix-search to suppress threading (Bug#5342).
13699
ca4f0e9a
KH
137002010-01-15 Kenichi Handa <handa@m17n.org>
13701
13702 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13703 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13704
1db3226b
GM
137052010-01-15 Glenn Morris <rgm@gnu.org>
13706
56a03f46
GM
13707 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13708
13709 * wid-edit.el (widget-keymap): Doc fix.
13710
1db3226b
GM
13711 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13712 former seems to be more widely accepted by various svn versions.
13713
80cd4bb4
JB
137142010-01-14 Juanma Barranquero <lekktu@gmail.com>
13715
d1f18ec0
JB
13716 * find-cmd.el (find-constituents):
13717 * vc-arch.el (vc-arch-root):
13718 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13719 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13720 * progmodes/ada-stmt.el (ada-if):
13721 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13722 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13723 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13724 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13725
80cd4bb4
JB
13726 * progmodes/flymake.el (flymake-post-syntax-check):
13727 Fix typo in error message.
13728
9c23ca47
JB
137292010-01-14 Juanma Barranquero <lekktu@gmail.com>
13730
13731 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13732 which is always a string. (Bug#5313)
13733
8794c483
JB
137342010-01-14 Juanma Barranquero <lekktu@gmail.com>
13735
13736 * progmodes/ada-xref.el (ada-default-prj-properties):
13737 Simplify previous change.
13738
95005d39
SL
137392010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13740
13741 * progmodes/ada-xref.el (ada-default-prj-properties):
13742 Default ada_project_path to $ADA_PROJECT_PATH.
13743
137442010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13745
13746 * progmodes/ada-mode.el (ada-create-keymap):
13747 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13748
fb0d1545
SL
137492010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13750
13751 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13752 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13753 (ada-get-current-indent, ada-imenu-generic-expression)
13754 (ada-which-function): Check for it.
13755
5c9434d0
SL
137562010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13757
13758 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13759 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13760
3a4f3a3b
GM
137612010-01-14 Glenn Morris <rgm@gnu.org>
13762
13763 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13764
d9a7c140
KH
137652010-01-14 Kenichi Handa <handa@m17n.org>
13766
13767 * composite.el (auto-composition-mode): Make it a buffer local
13768 variable (permanent-local).
13769 (auto-composition-function): Set the default value to
13770 auto-compose-chars.
49caf252 13771 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13772 (global-auto-composition-mode): Likewise.
13773 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13774
38bee102
KF
137752010-01-13 Karl Fogel <kfogel@red-bean.com>
13776
13777 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13778
b8b45afc
MA
137792010-01-12 Michael Albinus <michael.albinus@gmx.de>
13780
13781 * files.el (copy-directory): Compute target for recursive
13782 directories with identical names. (Bug#5343)
13783
893db5bc
GM
137842010-01-12 Glenn Morris <rgm@gnu.org>
13785
6a7662bb
BR
13786 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13787 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13788
d8b8451f
SS
137892010-01-11 Sam Steingold <sds@gnu.org>
13790
13791 * imenu.el (imenu-default-create-index-function): Detect infinite
13792 loops caused by imenu-prev-index-position-function.
13793
30afcdff
JB
137942010-01-11 Juanma Barranquero <lekktu@gmail.com>
13795
13796 * htmlfontify.el (htmlfontify-load-rgb-file)
13797 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13798 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13799 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13800 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13801 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13802 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13803 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13804 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13805 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13806 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13807 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13808 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13809 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13810 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13811 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13812 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13813 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13814 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13815 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13816 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13817 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13818 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13819 backslash-quoting from parentheses, etc.
13820
92b1c416
CY
138212010-01-11 Chong Yidong <cyd@stupidchicken.com>
13822
13823 * progmodes/js.el: Autoload javascript-mode alias.
13824
4454adab
JB
138252010-01-11 Juanma Barranquero <lekktu@gmail.com>
13826
13827 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13828 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13829 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13830 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13831 Fix typos in docstrings.
13832 (ffap-url-regexp): Doc fix.
13833 (ffap-at-mouse): Fix typo in message.
13834
6589a2f9
GM
138352010-01-11 Glenn Morris <rgm@gnu.org>
13836
13837 * version.el (emacs-copyright): Set copyright year to 2010.
13838
4e5617ee
SM
138392010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * format.el (format-annotate-function): Only set
13842 write-region-post-annotation-function after running to-fn so as not to
13843 affect nested write-region calls (bug#5273).
13844
52bee098
CY
138452010-01-10 Chong Yidong <cyd@stupidchicken.com>
13846
a069f067
CY
13847 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13848 wisent/python.el.
13849
e709e39d
CY
138502010-01-09 Chong Yidong <cyd@stupidchicken.com>
13851
13852 * man.el (Man-goto-section): Signal error if the section is not
13853 found (Bug#5317).
13854
6ee86780
JB
138552010-01-09 Juanma Barranquero <lekktu@gmail.com>
13856
13857 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13858 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13859
fa7b5f7b
CY
138602010-01-09 Chong Yidong <cyd@stupidchicken.com>
13861
13862 * progmodes/compile.el: Don't treat compile-command as safe if
13863 compilation-read-command might be nil (Bug#4218).
13864
de62c4d9
JD
138652010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13866
13867 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13868 NS options.
13869
e94be827
KH
138702010-01-08 Kenichi Handa <handa@m17n.org>
13871
4e5617ee
SM
13872 * international/fontset.el (build-default-fontset-data):
13873 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13874
1dfae2a2
JB
138752010-01-07 Juanma Barranquero <lekktu@gmail.com>
13876
13877 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13878 to `create-file-buffer' as it expects, not just a buffer name.
13879 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13880 to help uniquify. (Bug#3224)
13881
d0cf45b7
JD
138822010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13883
13884 * font-setting.el (font-setting-change-default-font): Use user-spec
13885 instead of name.
13886
7534fa5e
DN
138872010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13888
13889 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13890
fd579fdc
CY
138912010-01-05 Tom Tromey <tromey@redhat.com>
13892
4e5617ee
SM
13893 * progmodes/python.el (python-font-lock-keywords):
13894 Handle qualified decorators (Bug#881).
fd579fdc 13895
37860caf
DN
138962010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13897
13898 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13899 in a lightweight checkout.
13900
69db641d
KH
139012010-01-05 Kenichi Handa <handa@m17n.org>
13902
4e5617ee 13903 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13904
b25d6a02
DN
139052010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13906
13907 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13908
137d88ca
DN
139092010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13910
13911 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13912 checkouts. (Bug#618)
3d5d0aa9 13913 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13914 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13915 (vc-bzr-shelve-menu-map):
13916 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13917 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13918
da76998b
CY
139192010-01-02 Chong Yidong <cyd@stupidchicken.com>
13920
13921 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13922 They are valid characters in URL paths (rfc3986), and at least
13923 Firefox does not understand the encoded version (Bug#3166).
13924
b2ad70b6
CY
139252010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13926
13927 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13928 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13929 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13930 (octave-end-as-array-index-p): New function.
13931 (calculate-octave-indent): Use it.
13932
54136282
KF
139332010-01-02 Karl Fogel <kfogel@red-bean.com>
13934
13935 * bookmark.el: Consistently put the text property on the bookmark name.
13936 (bookmark-bmenu-marks-width): Bump back to 2, to include
13937 annotation marks.
13938 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13939 property on the bookmark name, instead of not putting it at all.
13940 (bookmark-bmenu-list): Fix where we put the text property.
13941
cc4d3cad
KF
139422010-01-02 Karl Fogel <kfogel@red-bean.com>
13943
13944 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13945 for showing buffer modified state (as added in the previous change).
13946
b894c439
KF
139472010-01-02 Karl Fogel <kfogel@red-bean.com>
13948
13949 * bookmark.el: Show modified state of bookmark buffer more accurately.
13950 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13951 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13952 (with-buffer-modified-unmodified): New macro.
13953 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13954 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13955 Use new macro to preserve the buffer modified state.
b894c439 13956
3a69db53
KF
139572010-01-02 Karl Fogel <kfogel@red-bean.com>
13958
4e5617ee 13959 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13960 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13961 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13962 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13963 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13964 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13965 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13966
af414f10
EZ
139672010-01-02 Eli Zaretskii <eliz@gnu.org>
13968
4e5617ee
SM
13969 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13970 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13971
f2ec0e5e
CY
139722010-01-02 Ryan Yeske <rcyeske@gmail.com>
13973
13974 * net/rcirc.el: Add follow-link binding (Bug#4738).
13975
38c1ba62
EZ
139762010-01-02 Eli Zaretskii <eliz@gnu.org>
13977
4e5617ee 13978 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13979 (cvs-update): New target for backward compatibility.
13980
4e5617ee 13981 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13982 (cvs-update): New target for backward compatibility.
13983
ea2c0f5b
KF
139842010-01-02 Karl Fogel <kfogel@red-bean.com>
13985
13986 * bookmark.el: Remove gratuitous gratitude.
13987
5ae329f4
KF
139882010-01-02 Karl Fogel <kfogel@red-bean.com>
13989
c4cc8b9a 13990 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13991 (bookmark-bmenu-save): Clear buffer modification if no marks.
13992
139932010-01-02 Karl Fogel <kfogel@red-bean.com>
13994
13995 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13996 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13997 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13998 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13999
14000 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14001 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14002 To: emacs-devel {_AT_} gnu.org
14003 Subject: bookmark.el bug report
14004 Date: Mon, 28 Dec 2009 14:19:16 +0800
14005 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14006
aef053eb
KF
140072010-01-02 Karl Fogel <kfogel@red-bean.com>
14008
14009 * bookmark.el: Improvements suggested by Drew Adams:
14010 (bookmark-bmenu-ensure-position): New name for
14011 `bookmark-bmenu-check-position'. Just ensure the position,
14012 don't return any meaningful value.
14013 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14014 New constants.
14015
0472835f
JB
140162010-01-02 Juanma Barranquero <lekktu@gmail.com>
14017
14018 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14019 (bookmark-yank-point, bookmark-bmenu-check-position):
14020 Fix typos in docstrings.
14021 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14022 (bookmark-name-from-full-record, bookmark-get-position)
14023 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14024 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14025 Remove useless quoting of parenthesis, etc. in docstrings.
14026
14027 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14028 (ediff-append-custom-diff): Fix typo in error message.
14029 (ediff-meta-mark-equal-files): Fix typos in messages.
14030
14031 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14032
0472835f
JB
14033 * net/imap-hash.el (imap-hash-make): Doc fix.
14034 (imap-hash-test): Fix typo in error message; reflow docstring.
14035 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14036 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14037 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14038 Fix typos in docstrings.
14039 (imap-hash-open-connection): Fix typo in error message.
14040
14041 * play/gomoku.el (gomoku): Fix typos in docstring.
14042
14043 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14044 (gdb-jsonify-buffer): Fix typos in docstring.
14045 (gdb-goto-breakpoint): Fix typo in error message.
14046 ("Display Other Windows"): Fix typo in help message.
14047 (gdb-speedbar-expand-node): Fix typo in question.
14048
14049 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14050 (idlwave-html-system-help-location, idlwave-html-help-location)
14051 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14052 (idlwave-help-browser-generic-args, idlwave-help-directory)
14053 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14054 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14055 (idlwave-online-help, idlwave-help-html-link)
14056 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14057 Fix typos in docstrings.
14058 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14059 Reflow docstrings.
14060 (idlwave-help-assistant-start): Fix typo in error message.
14061
14062 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14063 (octave-electric-space): Fix typos in docstrings.
14064
9bbe0828
CY
140652010-01-01 Chong Yidong <cyd@stupidchicken.com>
14066
14067 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14068
a88c46c3
CY
140692010-01-01 Juri Linkov <juri@jurta.org>
14070
14071 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14072 increase the default to 500 (Bug#5148).
a88c46c3 14073
7ee6c59b
NR
140742009-12-31 Nick Roberts <nickrob@snap.net.nz>
14075
14076 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14077 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14078 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14079
a9c8a2cd
NR
140802009-12-30 Nick Roberts <nickrob@snap.net.nz>
14081
14082 Show working revision correctly for mercurial.
14083 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14084 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14085
659e4408
JB
140862009-12-29 Juanma Barranquero <lekktu@gmail.com>
14087
14088 Declare some functions for the byte-compiler.
14089 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14090 (speedbar-timer-fn, speedbar-change-expand-button-char)
14091 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14092
7ee6c59b
NR
140932009-12-29 Nick Roberts <nickrob@snap.net.nz>
14094
14095 This changeset reverts GDB Graphical Interface to use annotations.
14096 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14097
460f6e7c
DN
140982009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14099
14100 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14101 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14102 Return file names relative to it.
460f6e7c
DN
14103 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14104 relative directory to vc-bzr-after-dir-status.
14105
543f553a
TH
141062009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14107
14108 * font-lock.el (font-lock-refresh-defaults): New function, which
14109 can be used to let font-lock react to external changes in
14110 variables like font-lock-defaults and keywords.
14111 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14112
2592ab76
DN
141132009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14114
ac859983
DN
14115 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14116
2592ab76
DN
14117 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14118
58941d03
JB
141192009-12-28 Juanma Barranquero <lekktu@gmail.com>
14120
14121 Supersede color.diff settings in git log (bug#5211).
14122
14123 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14124 escape chars in its output when the user has color.diff set to `always'.
14125 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14126
39764e76
KR
141272009-12-26 Kevin Ryde <user42@zip.com.au>
14128
14129 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14130 node. Keep previous "Index" name to work with past coreutils too.
14131
91c4831e
KR
14132 * man.el (man): Revise docstring a bit to show -a and -l as
14133 examples. Add -k description since support for it has otherwise
14134 been a secret. (Further to bug#3717.)
651e932e
KR
14135 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14136 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14137 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14138
7f4d4a97
MA
141392009-12-26 Michael Albinus <michael.albinus@gmx.de>
14140
14141 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14142 switches. Check also for //SUBDIRED// line.
14143
bcffff46
KH
141442009-12-25 Kenichi Handa <handa@m17n.org>
14145
88b5a757 14146 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14147 handle ZWNJ and ZWJ. Use it in composition-function-table for
14148 Devanagari.
14149 (malayalam-composable-pattern): Fix previous change.
14150
dc1dcfa4
VJL
141512009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14152
14153 * ps-print.el (ps-face-attributes): It was not returning the
14154 attribute face for faces specified as string. Reported by harven
80525855 14155 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14156 (ps-print-version): New version 7.3.5.
14157
6fe539d2
UJ
141582009-12-18 Ulf Jasper <ulf.jasper@web.de>
14159
85626eef 14160 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14161 Fix timezone names.
14162 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14163 (icalendar--add-diary-entry): Remove the trailing blank that
14164 diary-make-entry inserts.
14165
1f3611c6
MA
141662009-12-17 Michael Albinus <michael.albinus@gmx.de>
14167
14168 Make `file-expand-wildcards' work for remote files.
14169
14170 * files.el (file-expand-wildcards): In case of remote files, check
14171 only local file name part for wildcards. Provide feature 'files
14172 and subfeature 'remote-wildcards. (Bug#5198)
14173
14174 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14175 if there is already an established connection.
14176 (tramp-advice-file-expand-wildcards): Remove it.
14177
14178 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14179 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14180 Activate advice for older GNU Emacs versions. (Bug#5237)
14181
9762b219
JB
141822009-12-17 Juanma Barranquero <lekktu@gmail.com>
14183
14184 Some doc fixes (more needed).
14185
14186 * find-cmd.el (find-constituents): Reflow docstring.
14187 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14188 (find-generic): Doc fix.
14189
cfb54897
JL
141902009-12-17 Juri Linkov <juri@jurta.org>
14191
14192 Fix regression from 23.1 to allow multiple modes in Local Variables.
14193
14194 * files.el (hack-local-variables-filter): While ignoring duplicates,
14195 don't take `mode' into account.
85626eef
SM
14196 (hack-local-variables-filter, hack-dir-local-variables):
14197 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14198
ad974e9e
JL
141992009-12-17 Juri Linkov <juri@jurta.org>
14200
85626eef 14201 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14202
14203 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14204 `current' or when `file' is a directory of the `current' file.
14205
3616e0b9
AS
142062009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14207
14208 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14209 unconditionally preloaded files.
14210
72b57560
JL
142112009-12-16 Juri Linkov <juri@jurta.org>
14212
14213 Revert to old 23.1 logic of using the file at the mark as default.
14214 * dired-aux.el (dired-diff): Use the file at the mark as default
14215 if it's not the same as the current file, and the target dir is
14216 the current dir or the mark is active. Add the current file
14217 as the arg of `dired-dwim-target-defaults'. Use the default file
14218 in the prompt. (Bug#5225)
14219
68712eb6
MA
142202009-12-15 Michael Albinus <michael.albinus@gmx.de>
14221
14222 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14223 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14224 (tramp-check-for-regexp): Check also, when an echoing shell stops
14225 to echo sent commands.
14226
fd471993
CY
142272009-12-14 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * Makefile.in: Revert last change (Bug#5191).
14230
86b5e14c
DN
142312009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14232
14233 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14234 (vc-hg-working-revision): Make sure the command is executed in a
14235 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14236
8cffbb75
CY
142372009-12-14 Chong Yidong <cyd@stupidchicken.com>
14238
14239 * progmodes/python.el (python-symbol-completions): Remove text
14240 properties from symbol string before calling python-send-receive.
14241
6c2b67ad
NR
142422009-12-14 Nick Roberts <nickrob@snap.net.nz>
14243
14244 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14245 when there are values for both file and line. (Bug#5060)
6c2b67ad 14246
ff6f4585
JL
142472009-12-14 Juri Linkov <juri@jurta.org>
14248
14249 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14250 whitespace after the file name of the first line of unified format,
14251 because git-diff doesn't output whitespace and file modification time
14252 after the file name.
14253
d3de1c8e
JL
142542009-12-14 David Kastrup <dak@gnu.org>
14255
14256 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14257 check if it already has the `display' property added by
14258 `Info-display-images-node', and not put the `invisible' property
14259 in this case.
14260
2f1b7dc4
GM
142612009-12-13 Glenn Morris <rgm@gnu.org>
14262
a0cefee5
GM
14263 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14264 (report-emacs-bug): In message-mode, sort manually before storing
14265 original report text. (Bug#5178)
2f1b7dc4
GM
14266 Remove superfluous save-excursion.
14267
31bb373f
MA
142682009-12-12 Michael Albinus <michael.albinus@gmx.de>
14269
14270 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14271 when responding to "GetAll" properties.
14272
5e1d4968
CY
142732009-12-12 Chong Yidong <cyd@stupidchicken.com>
14274
14275 * simple.el (compose-mail): Remove mail-setup-with-from from
14276 customization checks.
14277
097d86f9
EZ
142782009-12-12 Eli Zaretskii <eliz@gnu.org>
14279
14280 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14281 RAR archives created on Unix systems.
14282
1d4adede
SM
142832009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14284
14285 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14286 the varalias that was accidentally removed by the 2009-11-19 change
14287 (bug#5186).
14288
3ff3655c
KH
142892009-12-12 Kenichi Handa <handa@m17n.org>
14290
14291 * language/indian.el (indian-compose-regexp): New function.
14292 (malayalam-composable-pattern): Fix the pattern.
14293 (composition-function-table): Set malayalam-composable-pattern for
14294 Malayalam characters.
14295
82d3343c
CY
142962009-12-11 Chong Yidong <cyd@stupidchicken.com>
14297
315eb96d
CY
14298 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14299 rather than down-mouse-1, based on follow-link conventions.
14300
82d3343c
CY
14301 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14302 are compiled.
14303
86a4c7ac
DN
143042009-12-11 Michael McNamara <mac@mail.brushroad.com>
14305
bf0b361c 14306 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14307 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14308 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14309 (verilog-leap-to-head, verilog-backward-token):
14310 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14311
143122009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14313
bf0b361c
JB
14314 * progmodes/verilog-mode.el (verilog-auto-lineup)
14315 (verilog-nameable-item-re): Cleanup user-visible spelling and
14316 documentation errors. One reported by Gary Delp.
1d4adede 14317 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14318 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14319 package, bug195. Reported by Pierre-David Pfister.
14320
fe03f49a
GM
143212009-12-11 Glenn Morris <rgm@gnu.org>
14322
47641aac
GM
14323 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14324
85094855
GM
14325 * mail/emacsbug.el: No longer require sendmail.
14326 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14327 (report-emacs-bug-orig-text): Doc fix.
14328 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14329 New local variables, to adapt to different mail-user-agents.
14330 (report-emacs-bug): Fix test for a gnu.org address.
14331 Use overlays for emphasis, since font-lock defeats 'face property.
14332 Pretest bugs also end up at the newsgroup these days.
14333 Stop message-mode stripping text properties.
14334 Set and use the new buffer-local variables.
14335 (report-emacs-bug-hook): Add doc-string.
14336 Remove some unnecessary save-excursions and simplify.
14337 Use the appropriate hook and send-command.
14338
fe03f49a
GM
14339 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14340 capitalization of some menu entries.
14341
345427f0
VJL
143422009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14343
277e6741
MP
14344 * whitespace.el (whitespace-display-char-on):
14345 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14346 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14347 New version 12.1.
14348
c70ccbba
EZ
143492009-12-10 Eli Zaretskii <eliz@gnu.org>
14350
14351 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14352 characters in the Attribute field.
14353
f1943c1b
DN
143542009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14355
14356 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14357
1c67aeaa
SM
143582009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14359
14360 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14361 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14362 Disregard autoload-excludes.
14363 (update-directory-autoloads): Obey autoload-excludes here instead.
14364 But don't store its contents in no-autoloads and remove entries that
14365 refer to excludes files.
14366
d8194864
GM
143672009-12-10 Glenn Morris <rgm@gnu.org>
14368
8c0171c0
GM
14369 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14370 (expand-mail-aliases): Define for compiler.
14371
dba372dd
GM
14372 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14373 Define for compiler.
14374
d8194864
GM
14375 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14376 appropriate for the mail-user-agent in use.
14377
fe5facd3
MA
143782009-12-09 Michael Albinus <michael.albinus@gmx.de>
14379
14380 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14381
99999a1d
DN
143822009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14383
14384 Fix short log parsing and fontification.
14385 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14386 Fix fontification for the [merge] label.
14387
2ea1c4aa
SM
143882009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14389
85626eef 14390 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14391 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14392 (hfy-fontify-buffer): Use it.
14393
9840deb6
SM
143942009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14395
a0d1aadf
SM
14396 Minor cleanup.
14397 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14398 Adjust all callers.
14399 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14400 args compulsory. Adjust callers.
14401 (ffap-gopher-at-point): Remove unused var `name'.
14402
9840deb6
SM
14403 Get rid of the ELCFILES abomination.
14404 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14405 (compile-elcfiles): New phony target.
14406 (compile-main): Compute ELCFILES dynamically.
14407 (compile-clean): New target to remove left-over elc files.
14408 (compile, all): Use it.
14409
7eb3f9a8
KH
144102009-12-09 Kenichi Handa <handa@etlken>
14411
14412 * international/mule-diag.el: Require help-mode instead of help-fns.
14413
ae63e572
KH
144142009-12-09 Kenichi Handa <handa@m17n.org>
14415
5ce6e4f4 14416 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14417 fine ranges instead of pre-calculating accurate ranges.
14418 Iterate with bigger gc-cons-threshold.
ae63e572 14419
e2f3c692
DN
144202009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14421
14422 Add support for stashing a snapshot of the current tree.
14423 * vc-git.el (vc-git-stash-snapshot): New function.
14424 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14425
cf6d0352
JB
144262009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14427
14428 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14429 instead of `(beginning|end)-of-line'.
14430
48e4acc9
GM
144312009-12-08 Glenn Morris <rgm@gnu.org>
14432
6e890faa
GM
14433 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14434
48e4acc9
GM
14435 * Makefile.in (ELCFILES): Regenerate.
14436
d2a1dc7b
JL
144372009-12-07 Juri Linkov <juri@jurta.org>
14438
14439 Don't lazy-highlight the comint output in history Isearch mode.
14440
14441 * comint.el (comint-history-isearch-search): Instead of
14442 `comint-line-beginning-position', use `comint-after-pmark-p'
14443 to check if point if before the process mark, and go to
14444 `process-mark' in this case.
14445
51ef56c4
SM
144462009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14447
fb10ee4a
SM
14448 * textmodes/tex-mode.el (latex-complete)
14449 (latex-indent-or-complete): Remove.
14450 (latex-mode): Set completion-at-point-functions instead.
14451
14452 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14453 * minibuffer.el (completion-at-point-functions): New var.
14454 (completion-at-point): New command.
fb10ee4a 14455 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14456 * progmodes/python.el (python-mode-map): Use completion-at-point.
14457 (python-completion-at-point): Rename from python-partial-symbol and
14458 adjust for use in completion-at-point-functions.
14459 (python-mode): Setup completion-at-point for Python completion.
14460 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14461 extracted from lisp-complete-symbol.
14462 (lisp-complete-symbol): Use it.
14463 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14464 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14465 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14466 Use completion-at-point.
51ef56c4 14467 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14468 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14469 * progmodes/sym-comp.el: Move to...
14470 * obsolete/sym-comp.el: Move from progmodes.
14471
5e7a9022
EZ
144722009-12-07 Eli Zaretskii <eliz@gnu.org>
14473
14474 Prevent save-buffer in Rmail buffers from using the coding-system
14475 of the current message, and from clobbering the encoding mnemonics
14476 in the mode line (Bug#4623).
14477
14478 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14479 flag, too.
14480 (rmail-message-encoding): New variable.
14481 (rmail-write-region-annotate): Record the encoding of the current
14482 message in rmail-message-encoding.
14483 (rmail-after-save-hook): New function, restores the encoding of
14484 the current message after the message collection is saved.
14485
9136e895
JL
144862009-12-07 Juri Linkov <juri@jurta.org>
14487
14488 * progmodes/grep.el (grep-read-files): Use `completing-read'
14489 instead of `read-string'. Set its `collection' arg to
14490 `read-file-name-internal'. (Bug#4301)
14491
40637410
JL
144922009-12-07 Juri Linkov <juri@jurta.org>
14493
14494 Correctly restore original Isearch point. (Bug#4994)
14495
14496 * isearch.el (isearch-mode): Move `isearch-push-state' after
14497 `(run-hooks 'isearch-mode-hook)'.
14498 (isearch-cancel): When `isearch-push-state-function' is defined,
14499 let-bind `isearch-cmds' to the first state (the last element of
14500 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14501 function and restores the original point). Otherwise, move point
14502 to `isearch-opoint'.
14503
da10ce2b
SM
145042009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14507 chars that don't have names, so the table can be built much faster at
14508 run-time.
14509
3d68fa99
CY
145102009-12-07 Chong Yidong <cyd@stupidchicken.com>
14511
f82b1493
CY
14512 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14513 change. Suggested by David Kastrup.
14514
3d68fa99
CY
14515 * simple.el (compose-mail): Check for incompatibilities and warn.
14516 (compose-mail-user-agent-warnings): New option.
14517
662c5698
DN
145182009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14519
14520 Support showing a single log entry from vc-annotate.
14521 * vc.el (print-log): Add a new argument: START-REVISION.
14522 (vc-print-log-internal): Add a new optional argument and
14523 pass it to the backend.
14524 (vc-print-log, vc-print-root-log): Adjust callers.
14525 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14526 buffer already displays the requested log entry, use it.
14527 Otherwise display only the log entry in question.
14528 * vc-svn.el (vc-svn-print-log):
e4070cdc 14529 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14530 * vc-hg.el (vc-hg-state):
14531 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14532 (vc-git-show-log-entry): Return t on success.
14533 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14534 (vc-bzr-show-log-entry): Return t on success.
14535 * vc-rcs.el (vc-rcs-print-log):
14536 * vc-sccs.el (vc-sccs-print-log):
14537 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14538
e4070cdc
GM
145392009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14540
5ce6e4f4
JB
14541 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14542 Add menus to the meta mode. (Bug#5043)
e4070cdc 14543
5ce6e4f4 145442009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14545
14546 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14547 event-key.
662c5698 14548
662c5698
DN
14549 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14550
dab816a9
MA
145512009-12-07 Michael Albinus <michael.albinus@gmx.de>
14552
14553 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14554 Berbain <raphael.berbain@gmail.com>.
14555
14556 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14557 characters.
14558 (tramp-initial-end-of-output): New defconst.
14559 (tramp-methods, tramp-find-shell)
14560 (tramp-open-connection-setup-interactive-shell)
14561 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14562 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14563 Handle existence of `#' and `$'.
dab816a9 14564
6a7662bb
BR
14565 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14566 Use `tramp-initial-end-of-output'.
dab816a9 14567
a91e1f6b
DN
145682009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14569
14570 Get the background mode from the terminal for xterm, and set
14571 faces accordingly.
14572 * term/xterm.el (xterm-set-background-mode): New function.
14573 (terminal-init-xterm): Use it in case xterm supports background
14574 color queries. Recompute faces after getting the background
14575 color.
14576
5fa9d1ec
GM
145772009-12-07 Ulrich Mueller <ulm@gentoo.org>
14578
14579 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14580 number comment back on its own line, for easier parsing.
14581
5e9fde5e
SM
145822009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 Make it work for non-file buffers (bug#5102).
14585 * doc-view.el (doc-view-current-cache-dir):
14586 Use doc-view-buffer-file-name rather than buffer-file-name.
14587 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14588
2f2f5242
CY
145892009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14590
14591 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14592 author field is too short.
14593
cebf8ec6
DN
145942009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14595
5e9fde5e
SM
14596 * vc-git.el (vc-git-print-log): Handle a limit argument.
14597 Display the short log in graph form and with labels.
0d3f8a78
DN
14598 (vc-git-log-view-mode): Handle labels.
14599
cebf8ec6
DN
14600 Make vc-revert change VC state from 'added to 'unregistered.
14601 * vc-git.el (vc-git-revert): Call git reset first.
14602
8e39154d
UJ
146032009-12-06 Ulf Jasper <ulf.jasper@web.de>
14604
d8194864
GM
14605 * net/newst-backend.el, net/newst-plainview.el:
14606 * net/newst-reader.el, net/newst-ticker.el:
14607 * net/newst-treeview.el, net/newsticker.el:
14608 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14609
ef187c24
CY
146102009-12-06 Chong Yidong <cyd@stupidchicken.com>
14611
238a0f3a
CY
14612 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14613
2c6bb71a
CY
14614 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14615 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14616 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14617 Update annotation regexp.
14618
ef187c24
CY
14619 * simple.el (beginning-of-visual-line): Constrain to field
14620 boundaries (Bug#5106).
14621
571855b6
UJ
146222009-12-06 Ulf Jasper <ulf.jasper@web.de>
14623
6a7662bb
BR
14624 * xml.el (xml-substitute-numeric-entities):
14625 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14626 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14627 * net/newst-backend.el (newsticker--parse-generic-feed)
14628 (newsticker--parse-generic-items)
6a7662bb
BR
14629 (newsticker--decode-numeric-entities):
14630 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14631 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14632
b857059c
CY
146332009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14634
14635 * progmodes/js.el (js--js-not): Add null to the list of values.
14636
c2dae51b
CY
146372009-12-06 Chong Yidong <cyd@stupidchicken.com>
14638
d8194864 14639 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14640
ed0f72d2
RW
146412009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14642
14643 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14644 delimiter if it is at the end of the current line.
14645 (bibtex-generate-url-list): Fix docstring.
14646
365b9a62
SM
146472009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14648
14649 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14650 minibuffer's content with itself.
14651 Fold the confirm-after-completion case into the `confirm' case.
14652 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14653
990a9cb1
KR
146542009-12-06 Kevin Ryde <user42@zip.com.au>
14655
14656 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14657 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14658
8b5a10db 14659 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14660 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14661
065543e7
JL
146622009-12-05 Juri Linkov <juri@jurta.org>
14663
14664 Save and restore dired buffer's point positions too. (Bug#4880)
14665
14666 * dired.el (dired-save-positions): Return in the first element
14667 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14668 Doc fix.
14669 (dired-restore-positions): First restore buffer's position.
14670 While restoring window's positions, check if window still displays
14671 the original buffer.
14672
503edac9
CY
146732009-12-05 Chong Yidong <cyd@stupidchicken.com>
14674
9a594ee6
CY
14675 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14676 if possible.
14677
925f8c70
CY
14678 * shell.el (shell): Require ansi-color (Bug#5113).
14679
14680 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14681
503edac9
CY
14682 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14683
8fea6b33
AM
146842009-12-05 Alan Mackenzie <acm@muc.de>
14685
14686 * progmodes/cc-mode.el (c-before-hack-hook)
14687 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14688 `c-file-style' to work again. This reversion restores the current
212c5aef 14689 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14690
5d1fd962
CY
146912009-12-05 Kevin Ryde <user42@zip.com.au>
14692
6a7662bb
BR
14693 * textmodes/sgml-mode.el (sgml-lexical-context):
14694 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14695
30760c8b
JL
146962009-12-05 Juri Linkov <juri@jurta.org>
14697
14698 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14699 for virtual nodes. (Bug#4147)
14700 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14701 when moving from a virtual node.
14702 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14703 (Info-mode): Add `Info-virtual-index' to the docstring.
14704
403111a8
RW
147052009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14706
14707 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14708 track of the buffer position of the end of a BibTeX entry as this
14709 position may change during reformatting.
14710 (bibtex-format-entry): Remove whitespace before processing
14711 numerical fields so that we recognize the latter properly.
14712 (bibtex-reformat): Do not use push which changes the global value
14713 of bibtex-entry-format.
14714 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14715 (bibtex-field-re-init): Replace only space characters by regexp
14716 for whitespace.
365b9a62 14717 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14718 (bibtex-initialize): Also update bibtex-strings.
14719 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14720 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14721 Update bibtex-reference-keys.
403111a8 14722
25b54627
SM
147232009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14726 point after a star, if that's the only place where modifications can
14727 make progress.
14728
35639eb4
DN
147292009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14730
14731 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14732 in docstrings.
14733
8b78760b
JL
147342009-12-04 Juri Linkov <juri@jurta.org>
14735
14736 * proced.el (proced): Call `(proced-update t)' to update process
14737 information instead of only running proced-post-display-hook.
14738 (proced-send-signal): Add a leading space to the buffer name
14739 " *Marked Processes*" to make this buffer ephemeral.
14740
2b3489a7
JL
147412009-12-04 Juri Linkov <juri@jurta.org>
14742
14743 * dired.el (dired-auto-revert-buffer): New defcustom.
14744 (dired-internal-noselect): Use it.
14745
9b9debd1
JL
147462009-12-04 Juri Linkov <juri@jurta.org>
14747
14748 Change roles of modes and functions in image-mode.el (Bug#5062).
14749
14750 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14751 in `auto-mode-alist'.
14752 (image-mode-previous-major-mode): New variable.
14753 (image-minor-mode-map): Rename from `image-mode-text-map'.
14754 (image-mode): Move graceful error-handling code from
14755 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14756 (image-minor-mode): Remove all image-handling code.
14757 Replace `image-mode-text-map' with `image-minor-mode-map'.
14758 Check for `image-type' in mode-line format string.
14759 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14760 (image-mode-as-text): New function with most code from
14761 `image-mode-maybe'.
14762 (image-toggle-display-text): Move code that removes image
14763 properties from `image-toggle-display' to here.
14764 (image-toggle-display-image): New function with code that adds
14765 image properties copied from `image-toggle-display'.
14766 (image-toggle-display): Remove most code with leaving only code
14767 that toggles between `image-mode-as-text' and `image-mode'.
14768
0c74a301
UJ
147692009-12-04 Ulf Jasper <ulf.jasper@web.de>
14770
14771 * net/newst-treeview.el
14772 (newsticker--treeview-list-highlight-start): Restored call to
14773 save-excursion: Selected item was stuck.
14774 (newsticker--treeview-list-select): New.
14775 (newsticker--treeview-item-show-text)
14776 (newsticker--treeview-item-show)
14777 (newsticker--treeview-item-update): Use new
14778 newsticker-treeview-item-mode.
14779 (newsticker-treeview-update): Keep current item.
14780 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14781 (newsticker--treeview-first-feed): Doc change.
14782 (newsticker-treeview-list-menu)
88b5a757 14783 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14784 (newsticker-treeview-item-mode): New.
14785
5ce6e4f4 14786 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14787 windows.
14788
9eaeec5b
SS
147892009-12-04 Sam Steingold <sds@gnu.org>
14790
14791 * log-view.el (log-view-mode-map): "q" calls quit-window,
14792 like in all the other non-self-insert buffers.
14793
b2bf5be5
SM
147942009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 Minor cleanup.
14797 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14798 key decoding rather than do it manually via last-input-event +
14799 ascii-character.
14800 (term-exec): Use delete-and-extract-region.
14801 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14802 (term-process-pager): Remove unused var `i'.
14803 (term-dynamic-simple-complete): Make obsolete.
14804 (serial-update-config-menu): Remove unused vars `y' and `str'.
14805 (term-update-mode-line): Remove unused var `temp'.
14806
46e5c897
DN
148072009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14808
14809 Limit the number of log entries displayed by default.
14810 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14811 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14812 using a prefix argument.
14813
627e0a14
GM
148142009-12-03 Glenn Morris <rgm@gnu.org>
14815
14816 * progmodes/idlwave.el (class): Restore still useful declaration.
14817
8578c224
AM
148182009-12-03 Alan Mackenzie <acm@muc.de>
14819
4abc318c 14820 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14821
b2bf5be5
SM
14822 * progmodes/cc-mode.el (c-basic-common-init):
14823 Call c-state-cache-init.
9762b219 14824 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14825 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14826 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14827
14828 * progmodes/cc-langs.el (c-before-font-lock-function):
14829 c-extend-and-neutralize-syntax-in-CPP has been renamed
14830 c-neutralize-syntax-in-and-mark-CPP.
14831
14832 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14833 with `category' properties now, not `syntax-table' ones.
14834
14835 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14836 enhanced (but slower) version of c-end-of-macro that won't land
14837 inside a literal or on another awkward character.
14838 (c-state-cache-too-far, c-state-cache-start)
14839 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14840 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14841 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14842 (c-state-min-scan-pos, c-state-brace-pair-desert)
14843 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14844 buffer local variables.
14845 (c-state-literal-at, c-state-lit-beg)
14846 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14847 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14848 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14849 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14850 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14851 (c-renarrow-state-cache)
14852 (c-append-lower-brace-pair-to-state-cache)
14853 (c-state-push-any-brace-pair, c-append-to-state-cache)
14854 (c-remove-stale-state-cache)
14855 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14856 (c-invalidate-state-cache-1, c-parse-state-1)
14857 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14858 (c-parse-state): Enhance and refactor.
14859 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14860
14861 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14862 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14863 modify to use category text properties rather than syntax-table ones.
14864 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14865 to switch off/on the syntactic paren property of C++ template
14866 delimiters using the category property.
14867 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14868 template delims suppressed.
14869 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14870 New constant/macros which apply category properties to the start
14871 and end of preprocessor constructs.
b2bf5be5 14872 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14873 "comment out" the syntactic value of characters in preprocessor
14874 constructs.
14875 (c-with-cpps-commented-out)
14876 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14877 with characters in all or all but one preprocessor constructs
14878 "commented out".
14879
0d4dc442
RW
148802009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14881
14882 * proced.el (proced-filter-alist): Use regexp-quote.
14883
a09dc9bf
MA
148842009-12-03 Michael Albinus <michael.albinus@gmx.de>
14885
14886 Cleanup.
14887 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14888 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14889 arguments. Expand `default-directory'.
14890
14891 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14892 the benefit of returning an expanded localname.
14893 (tramp-tramp-file-p): Handle the case NAME is not a string.
14894
3f6bd790
DN
148952009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14896
4dfb3b9c
DN
14897 Add support for bzr shelve/unshelve.
14898 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14899 (vc-bzr-extra-menu-map): New variables.
14900 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14901 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14902 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14903 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14904 (vc-bzr-dir-extra-headers): Display shelves.
14905
3f6bd790
DN
14906 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14907
842d73a1
SM
149082009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * textmodes/bibtex.el (bibtex-complete-internal):
14911 Use completion-in-region.
14912 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14913
7fa4876f
DN
149142009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14915
14916 Support applying stashes. Improve UI.
14917 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14918 (vc-git-stash-apply, vc-git-stash-pop)
14919 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14920 (vc-git-stash-menu): New functions.
14921 (vc-git-stash-menu-map): New variable.
14922 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14923
d6e82452
GM
149242009-12-03 Glenn Morris <rgm@gnu.org>
14925
14926 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14927 (vc-print-log-internal): Fix previous change.
14928 (vc-revert): Correct pluralization.
14929
8d222148
SM
149302009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14931
ea52206b
SM
14932 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14933 it to be an alist any more.
14934 (makefile-complete): Use completion-in-region.
14935
69a94a37
SM
14936 * progmodes/octave-mod.el (octave-complete-symbol):
14937 Use completion-in-region.
14938
8d222148
SM
14939 Misc cleanup.
14940 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14941 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14942 (idlwave-complete-class): Don't quote lambda.
14943 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14944 (idlwave-mode-map): Move initialization into declaration.
14945 (idlwave-action-and-binding): Use backquotes.
14946 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14947 Simplify.
14948 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14949 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14950 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14951 `parts', and `all-parts'.
14952 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14953 (idlwave-convert-xml-system-routine-info): Remove unused string
14954 `version-string'.
14955 (idlwave-display-user-catalog-widget): Use dolist.
14956 (idlwave-scanning-lib): Declare dynamically-scoped var.
14957 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14958 (completion-highlight-first-word-only): Declare to silence bytecomp.
14959 (idlwave-popup-select): Tighten scope of `resp'.
14960 (idlwave-find-struct-tag): Remove unused var `beg'.
14961 (idlwave-after-load-rinfo-hook): Declare.
14962 (idlwave-sintern-class-info): Remove unused var `taglist'.
14963 (idlwave-find-class-definition): Remove unused var `list'.
14964 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14965 (idlwave-what-module-find-class): Remove unused var `classes'.
14966
3bb8691b
JB
149672009-12-03 Juanma Barranquero <lekktu@gmail.com>
14968
14969 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14970
f72f0c23
SM
149712009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14974 buffers visited. Remove redundant current-buffer-saving.
14975
601a9508
SM
149762009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14977
14978 Use completion-in-buffer and remove uses of dynamic scoping.
14979 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14980 (pascal-buffer-to-use, pascal-flag): Don't declare.
14981 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14982 (pascal-get-completion-decl, pascal-keyword-completion):
14983 Add `pascal-str' argument, save-excursion,
14984 return the found completions, and don't filter with pascal-pred.
14985 (pascal-completion-cache): New var.
14986 (pascal-completion): Don't switch buffer any more (it was never
14987 necessary). Don't save-excursion any more (it's done by the called
14988 subroutines). Use a cache to avoid redundant computations.
14989 Use complete-with-action rather than pascal-completion-response and
14990 let it apply the predicate as well.
14991 (pascal-complete-word): Use completion-in-buffer when
14992 pascal-toggle-completions is nil.
14993 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14994 not used any more.
14995 (pascal-comp-defun): Don't change buffer any more.
14996 Use complete-with-action rather than pascal-completion-response and
14997 let it apply the predicate as well.
14998 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14999 when neded.
15000
1ff4cb98
KH
150012009-12-02 Kenichi Handa <handa@m17n.org>
15002
15003 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15004 shape for all Indic scripts.
15005
bb12edf1
SM
150062009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15007
15008 Use completion-in-buffer.
15009 * wid-edit.el (widget-field-text-end): New function.
15010 (widget-field-value-get): Use it.
15011 (widget-string-complete, widget-file-complete)
15012 (widget-color-complete): Use it and completion-in-region.
15013 (widget-complete): Don't narrow the buffer.
15014
5813f6ef
GM
150152009-12-02 Glenn Morris <rgm@gnu.org>
15016
c920f222
GM
15017 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15018 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15019 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15020 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15021
5813f6ef
GM
15022 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15023 save-excursion with save-current-buffer.
15024 Widen before searching. (Bug#5093)
15025 (diary-list-sexp-entries): Remove superfluous save-excursion.
15026
34b1d750
GM
150272009-12-02 Michael Welsh Duggan <mwd@cert.org>
15028
15029 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15030 name. (Bug#5038)
15031
b2d5f31a
GM
150322009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15033
15034 * ido.el (ido-file-internal): Handle filenames at point that do
15035 not have a directory part. (Bug#5049)
15036
c710ac3c
JB
150372009-12-02 Juanma Barranquero <lekktu@gmail.com>
15038
15039 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15040 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15041
9946be46
SM
150422009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15043
15044 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15045 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15046 any more.
15047
b08016f2
SM
150482009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15049
e7440df4
SM
15050 * comint.el (comint-insert-input): Ignore clicks to the right of
15051 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15052
3bb8691b 15053 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15054 terminate before setting up the major mode.
15055
f3b757f5
SM
15056 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15057 in case.
15058
a2877f1d
SM
15059 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15060 the last element.
15061
b08016f2
SM
15062 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15063
782d6e30
GM
150642009-12-01 Glenn Morris <rgm@gnu.org>
15065
15066 * window.el (window--display-buffer-2): Fix previous changes.
15067
28f57f7e
CY
150682009-12-01 Chong Yidong <cyd@stupidchicken.com>
15069
15070 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15071
c31a2fdc
GM
150722009-12-01 Glenn Morris <rgm@gnu.org>
15073
15074 * Makefile.in (ELCFILES): Add mpc.elc.
15075
e1ada222
SM
150762009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15077
15078 * mpc.el: New file.
15079
0c9ff2c5
GM
150802009-12-01 Glenn Morris <rgm@gnu.org>
15081
3689984f
GM
15082 * window.el (window-to-use): Define for compiler.
15083
3ab4308b
GM
15084 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15085 consistent with others (no final period).
15086
0c9ff2c5
GM
15087 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15088 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15089
fb0c18ff
DN
150902009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15091
15092 Make vc-print-log buttons work.
045b9da7 15093 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15094
2ac7e73e
JB
150952009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15096
15097 * savehist.el (savehist-autosave-interval): Allow setting to nil
15098 through customize. (Bug#5056)
15099
5237d741
JB
151002009-11-30 Juanma Barranquero <lekktu@gmail.com>
15101
15102 Fix references to jit-lock properties.
15103 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15104 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15105 (perl-font-lock-special-syntactic-constructs):
15106 Quote jit-lock-defer-multiline property.
15107
379241fa
DN
151082009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15109
15110 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15111
054ae856
JL
151122009-11-30 Juri Linkov <juri@jurta.org>
15113
15114 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15115 value `buffer' of `multi-isearch-next-buffer-current-function'.
15116 Use `(current-buffer)' when `buffer' is nil.
15117 (multi-isearch-next-buffer-from-list): Don't fallback to
15118 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15119
67296dda
JL
151202009-11-30 Juri Linkov <juri@jurta.org>
15121
15122 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15123 of buffers with `get-buffer' to `multi-isearch-buffers'.
15124 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15125 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15126 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15127 FILES with `expand-file-name' converting relative file names
15128 to absolute. Doc fix. (Bug#4727)
15129
c585bf32
JL
151302009-11-30 Juri Linkov <juri@jurta.org>
15131
15132 * misearch.el (multi-isearch-read-buffers)
15133 (multi-isearch-read-matching-buffers): New functions.
15134 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15135 Use them in the `interactive' spec. Doc fix.
15136 (multi-isearch-read-files, multi-isearch-read-matching-files):
15137 New functions.
15138 (multi-isearch-files, multi-isearch-files-regexp):
15139 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15140
0a745733
JL
151412009-11-30 Juri Linkov <juri@jurta.org>
15142
15143 * doc-view.el (doc-view-continuous):
15144 Rename from `doc-view-continuous-mode'.
15145 (doc-view-menu): Move "Toggle display" to the top.
15146 Add submenu "Continuous" with radio buttons "Off"/"On"
15147 and "Save as Default".
15148 (doc-view-scroll-up-or-next-page)
15149 (doc-view-scroll-down-or-previous-page)
15150 (doc-view-next-line-or-next-page)
6a7662bb
BR
15151 (doc-view-previous-line-or-previous-page):
15152 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15153
1f9689eb
JL
151542009-11-30 Juri Linkov <juri@jurta.org>
15155
15156 * comint.el (comint-mode-map): Rebind `M-r' from
15157 `comint-previous-matching-input' to
15158 `comint-history-isearch-backward-regexp'.
15159 Unbind `M-s' to allow global key binding `M-s'.
15160 Add menu items for `comint-history-isearch-backward' and
15161 `comint-history-isearch-backward-regexp'. (Bug#3746)
15162
2952b1ae
JL
151632009-11-30 Juri Linkov <juri@jurta.org>
15164
15165 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15166 For def=recenter, replace `recenter' with `recenter-top-bottom'
15167 that is called with `this-command' and `last-command' let-bound
15168 to `recenter-top-bottom'. When the last `def' was not `recenter',
15169 set `recenter-last-op' to nil. (Bug#4981)
15170
7a9547ca
SM
151712009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15172
20565545
SM
15173 Minor cleanup and simplification.
15174 * filecache.el (file-cache-add-directory)
15175 (file-cache-add-directory-recursively)
15176 (file-cache-add-from-file-cache-buffer)
15177 (file-cache-delete-file-regexp, file-cache-delete-directory)
15178 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15179 (file-cache-temp-minibuffer-message): Delete function.
15180 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15181
7a9547ca
SM
15182 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15183 Don't signal an error when bumping into EOB in tr, s, or y.
15184
08e968f3
JL
151852009-11-29 Juri Linkov <juri@jurta.org>
15186
15187 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15188 (Bug#4960)
15189
15190 * descr-text.el (describe-char-unidata-list): Use lowercase name
15191 for "Unicode name" like in other tags.
15192
f8d170a4
JL
151932009-11-29 Juri Linkov <juri@jurta.org>
15194
15195 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15196 New compatibility macro.
7a9547ca 15197 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15198
0116abbd
JL
151992009-11-29 Juri Linkov <juri@jurta.org>
15200
15201 Add defcustom to define the cycling order of `recenter-top-bottom'.
15202 (Bug#4981)
15203
15204 * window.el (recenter-last-op): Doc fix.
15205 (recenter-positions): New defcustom.
15206 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15207 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15208
61eef560
MA
152092009-11-29 Michael Albinus <michael.albinus@gmx.de>
15210
15211 Improve integration of Tramp and ange-ftp in eshell.
15212
e4070cdc 15213 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15214 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15215 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15216
15217 * eshell/esh-util.el (top): Require also Tramp when compiling.
15218 (eshell-directory-files-and-attributes): Check for FTP remote
15219 connection.
15220 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15221 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15222 (eshell-file-attributes): Handle ".". Return `entry'.
15223
15224 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15225 (ange-ftp-directory-files-and-attributes)
15226 (ange-ftp-real-directory-files-and-attributes): New defuns.
15227
15228 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15229 shell with "exec" when possible. This prevents trailing prompts
15230 in `start-file-process'.
15231
f5467d3f
SM
152322009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15233
21f49db9
SM
15234 Try and remove assumptions about point-min==1.
15235 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15236 (rng-compute-mode-line-string): Show the validation percentage in
15237 terms of the narrowed text, not the widened text.
15238 (rng-do-some-validation): Don't catch internal errors when debugging.
15239 (rng-first-error): Simplify.
15240 (rng-after-change-function): Remove work around. AFAIK the bug has
15241 been fixed a while ago.
15242
26224faf
SM
15243 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15244 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15245
d7117720
SM
15246 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15247
f5467d3f
SM
15248 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15249 `cd' doesn't always do it for us (bug#5067).
15250
15251 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15252 on 2009-10-25 as part of some other change (bug#5067).
15253
c5269f1c
SM
152542009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15255
62a258a7
SM
15256 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15257 `suspicious'.
15258 (byte-compile-warnings): Use byte-compile-warning-types.
15259 (byte-compile-save-excursion): Warn about use of set-buffer right
15260 after save-excursion.
15261
c5269f1c
SM
15262 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15263 the excursion as well.
15264
3ba30eb8
MA
152652009-11-27 Michael Albinus <michael.albinus@gmx.de>
15266
15267 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15268 providing a Tramp related implementation of "su" and "sudo".
15269 (eshell-unix-initialize): Add "su" and "sudo".
15270
6c6f788d
DU
152712009-11-27 Daiki Ueno <ueno@unixuser.org>
15272
15273 * net/socks.el (socks-send-command): Convert binary request to
15274 unibyte before sending. This fixes mishandling of some port
15275 numbers such as 129.
15276
10c877fe
SM
152772009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15278
6f06a171
SM
15279 * help.el (describe-bindings-internal): Remove `interactive'.
15280
10c877fe
SM
15281 * man.el (Man-completion-table): Trim a terminating "(".
15282 Remove the space between name page a section.
15283 Add the command's description on the `help-echo' property.
c5269f1c
SM
15284 Remove `process-connection-type' binding since it's unused by
15285 call-process.
10c877fe
SM
15286 Provide completion for the "<section> <name>" format as well.
15287 (Man-default-man-entry): Remove spurious var shadowing the argument.
15288
c44a4822
KR
152892009-11-26 Kevin Ryde <user42@zip.com.au>
15290
15291 * log-view.el: Add "Keywords: tools", since its other keywords
15292 aren't in finder-known-keywords, and following vc.el.
15293
9d58f081
KR
15294 * sha1.el (sha1-string-external): default-directory "/" in case
15295 otherwise non-existent. process-connection-type pipe for touch of
15296 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15297
72fe6b25
SM
152982009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15299
15300 Misc coding convention cleanups.
15301 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15302 hfy-init-kludge-hooks.
15303 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15304 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15305 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15306 and push.
15307 (hfy-slant, hfy-weight): Use tables rather than code.
15308 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15309 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15310 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15311 (hfy-face-to-css): Remove `nconc' with single arg.
15312 (hfy-p-to-face-lennart): Use `or'.
15313 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15314 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15315 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15316 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15317 (hfy-force-fontification): Use run-hooks.
15318
85e0a536
SM
153192009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15320
15321 Various minor fixes.
15322 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15323 Javascript belongs in the header, not the body.
15324 (hfy-javascript): Remove.
15325 (hfy-fontify-buffer): Don't insert it any more.
15326 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15327 Fix bug in invis handling when there were no invis props in a chunk.
15328
62ccc42c
SM
153292009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15330
15331 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15332
2643c7aa
DN
153332009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15334
15335 * finder.el (finder-mode-map): Add a menu.
15336
0e5c8aed
DN
153372009-11-26 Michael McNamara <mac@mail.brushroad.com>
15338
bf0b361c 15339 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15340 "unsigned" structs.
15341
15342 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15343 fork" statement better.
15344
153452009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15346
bf0b361c
JB
15347 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15348 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15349 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15350 Reported by Clay Douglass.
0e5c8aed
DN
15351
15352 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15353 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15354 Fix removing "// Interfaces" when saving .* expansions.
15355 Reported by Pierre-David Pfister.
0e5c8aed 15356
7629c4e7
GM
153572009-11-26 Glenn Morris <rgm@gnu.org>
15358
62ccc42c
SM
15359 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15360 the scope.
7629c4e7 15361
a5d358f8
JB
153622009-11-25 Johan Bockgård <bojohan@gnu.org>
15363
15364 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15365 Really use previous revision.
15366
002cbde5
KR
153672009-11-25 Kevin Ryde <user42@zip.com.au>
15368
15369 * man.el (Man-completion-table): default-directory "/" in case
15370 doesn't otherwise exist. process-environment COLUMNS=999 so as
15371 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15372 any chance of hitting the pseudo-tty TIOCGWINSZ.
15373 (man): completion-ignore-case t for friendliness and since man
15374 itself is case-insensitive on the command line.
15375 Further to Bug#3717.
002cbde5 15376
8cb5ffe8
KR
15377 * arc-mode.el: Add "Keywords: files", so the details in its
15378 commentary can be reached from finder-by-keyword.
34607612
KR
15379 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15380 editing mode, but it's comms related and sgml-mode.el has "comm"
15381 on that basis too.
b8dfcf54 15382 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15383 * international/isearch-x.el, international/ja-dic-cnv.el:
15384 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15385 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15386
1e2d9ba1
JL
153872009-11-25 Juri Linkov <juri@jurta.org>
15388
15389 * man.el (Man-completion-table): Modify regexp to include
15390 section names to completion strings. (Bug#3717)
15391
a601d313
JL
153922009-11-25 Juri Linkov <juri@jurta.org>
15393
15394 Search recursively in gzipped files. (Bug#4982)
15395
15396 * progmodes/grep.el (grep-highlight-matches): Add new options
15397 `always' and `auto'. Doc fix.
15398 (grep-process-setup): Check `grep-highlight-matches' for
15399 `auto-detect' to determine the need to compute grep defaults.
15400 Move Windows/DOS specific --colors settings handling
15401 to `grep-compute-defaults'. Check `grep-highlight-matches'
15402 to get the value of "--color=".
15403 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15404 has the value `auto-detect'. Move Windows/DOS specific settings
15405 from `grep-process-setup'.
15406 (zrgrep): New command with alias `rzgrep'.
15407
bde04ea9
JL
154082009-11-25 Juri Linkov <juri@jurta.org>
15409
15410 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15411 to nil instead of switching off view-mode. (Bug#4896)
15412
7d6b4d3c
JL
154132009-11-25 Juri Linkov <juri@jurta.org>
15414
15415 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15416
15417 * mwheel.el (mwheel-scroll-up-function)
15418 (mwheel-scroll-down-function): New defvars.
15419 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15420 `scroll-up', and `mwheel-scroll-down-function' instead of
15421 `scroll-down'.
15422
15423 * doc-view.el (doc-view-scroll-up-or-next-page)
15424 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15425 Use this ARG in the call to image-scroll-up/image-scroll-down.
15426 Change `interactive' spec to "P". Goto next/previous page only
15427 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15428 SPC/DEL case). Doc fix.
15429 (doc-view-next-line-or-next-page)
15430 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15431 for consistency.
15432 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15433 `doc-view-scroll-up-or-next-page', and buffer-local
15434 `mwheel-scroll-down-function' to
15435 `doc-view-scroll-down-or-previous-page'.
15436
e237085f
JL
154372009-11-25 Juri Linkov <juri@jurta.org>
15438
15439 Provide additional default values (directories at other Dired
15440 windows) via M-n in the minibuffer of some Dired commands.
15441
15442 * dired-aux.el (dired-diff, dired-compare-directories)
15443 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15444 `minibuffer-default' in `minibuffer-with-setup-hook'.
15445 (dired-dwim-target-directory): Find a window that displays Dired
15446 buffer instead of failing when the next window is not Dired.
15447 Use `get-window-with-predicate' to find for the next Dired window.
15448 (dired-dwim-target-defaults): New function.
15449
15450 * ediff-util.el (ediff-read-file-name):
15451 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15452 in `minibuffer-with-setup-hook'.
15453
7d371eac
JL
154542009-11-25 Juri Linkov <juri@jurta.org>
15455
15456 Provide additional default values (file name at point or at the
15457 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15458
15459 * minibuffer.el (read-file-name-defaults): New function.
15460 (read-file-name): Reset `minibuffer-default' to nil when
15461 it duplicates initial input `insdef'.
15462 Bind `minibuffer-default-add-function' to lambda that
15463 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15464 (minibuffer-insert-file-name-at-point): New command.
15465
15466 * files.el (file-name-at-point-functions): New defcustom.
15467 (find-file-default): Remove defvar.
15468 (find-file-read-args): Don't use `find-file-default'.
15469 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15470 to `read-file-name'.
15471 (find-file-literally): Use `read-file-name' with
15472 `confirm-nonexistent-file-or-buffer'.
15473
15474 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15475
15476 * dired.el (dired-read-dir-and-switches):
15477 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15478 to `read-file-name'.
15479 (dired-file-name-at-point): New function.
15480 (dired-mode): Add hook `dired-file-name-at-point' to
15481 `file-name-at-point-functions'.
15482
04ae543a
SM
154832009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 Really make the *Completions* window soft-dedicated (bug#5030).
15486 * window.el (window--display-buffer-2): Add `dedicated' argument.
15487 (display-buffer): Pass it when needed so the dedicated flag is set
15488 after calling set-window-buffer, which would otherwise reset it.
15489
eb708e66
SM
154902009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15491
d6b8d4e7
SM
15492 * progmodes/meta-mode.el (meta-complete-symbol):
15493 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15494 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15495 Use completion-in-region.
15496
5f24557b
SM
15497 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15498 (dabbrev-completion): Use completion-in-region.
15499 (dabbrev--abbrev-at-point): Simplify regexp.
15500
fe4346f0
SM
15501 * abbrev.el (abbrev--before-point): Use word-motion functions
15502 if :regexp is not specified (bug#5031).
15503
cb190d7d
SM
15504 * subr.el (string-prefix-p): New function.
15505
e2ec6dd5
SM
15506 * man.el (Man-completion-cache): New var.
15507 (Man-completion-table): Use it.
15508
eb708e66
SM
15509 * vc.el (vc-print-log-internal): Make `limit' optional for better
15510 compatibility (e.g. with vc-annotate.el).
15511
4cf8971b
KR
155122009-11-24 Kevin Ryde <user42@zip.com.au>
15513
eb708e66 15514 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15515 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15516
4cf8971b
KR
15517 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15518 when .el source file not found or other error.
15519
d204c46c
SM
155202009-11-24 Markus Triska <markus.triska@gmx.at>
15521
15522 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15523
bb301b9a
SM
155242009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15525
449c27f0
SM
15526 Handle the [back] button properly (bug#4979).
15527 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15528 Use help-setup-xref, help-buffer, and with-help-window.
15529 (describe-char): Add `buffer' argument.
15530 Pass proper command to help-setup-xref. Don't meddle with
15531 help-xref-stack-item directly.
15532 (describe-text-category): Use with-help-window and help-buffer.
15533
32fe5377
SM
15534 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15535 for the displayed buffer (bug#4887).
15536
bb301b9a
SM
15537 * man.el (Man-completion-table): New function.
15538 (man): Use it.
15539
35179414
DR
155402009-11-24 David Reitter <david.reitter@gmail.com>
15541
bb301b9a 15542 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15543 .git is) rather than the file's directory and a relative path spec
15544 to work around a bug in git.
15545
605a20a9
MA
155462009-11-24 Michael Albinus <michael.albinus@gmx.de>
15547
15548 Improve handling of processes on remote hosts.
15549
15550 * eshell/esh-util.el (eshell-path-env): New defvar.
15551 (eshell-parse-colon-path): New defun.
15552 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15553
bb301b9a
SM
15554 * eshell/esh-ext.el (eshell-search-path):
15555 Use `eshell-parse-colon-path'.
605a20a9
MA
15556 (eshell-remote-command): Remove argument HANDLER.
15557 (eshell-external-command): Check for FTP remote connection.
15558
bb301b9a
SM
15559 * eshell/esh-proc.el (eshell-gather-process-output):
15560 Use `file-truename', in order to start also symlinked files.
15561 Apply `start-file-process' instead of `start-process'.
15562 Shorten `command' to the local file name part.
605a20a9 15563
bb301b9a
SM
15564 * eshell/em-cmpl.el (eshell-complete-commands-list):
15565 Use `eshell-parse-colon-path'.
605a20a9
MA
15566
15567 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15568
15569 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15570 to `eshell-directory-change-hook'.
15571
d1d33062
TH
155722009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15573
15574 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15575 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15576
a34d8565 155772009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15578
a34d8565
MK
15579 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15580 made on 2009-11-22.
d1d33062 15581
c83b8d1b
GM
155822009-11-24 Glenn Morris <rgm@gnu.org>
15583
15584 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15585 deleted variable bookmark-bmenu-bookmark-column.
15586
83505cfe
SM
155872009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15590
5241b291
CY
155912009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15592
15593 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15594 two slashes to the "file:" prefix.
15595 (browse-url-file-url): De-munge Cygwin filenames before passing
15596 them to Windows browser.
15597 (browse-url-default-windows-browser): Use call-process.
15598
aefcadb6
JL
155992009-11-23 Juri Linkov <juri@jurta.org>
15600
15601 Implement DocView Continuous mode. (Bug#4896)
15602 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15603 (doc-view-mode-map): Bind C-n/<down> to
15604 `doc-view-next-line-or-next-page', C-p/<up> to
15605 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15606 (doc-view-next-line-or-next-page)
15607 (doc-view-previous-line-or-previous-page): New commands.
15608
0d62bcea
JL
156092009-11-23 Juri Linkov <juri@jurta.org>
15610
15611 Implement Isearch in comint input history. (Bug#3746)
15612 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15613 `isearch-mode-hook'.
15614 (comint-history-isearch): New defcustom.
15615 (comint-history-isearch-backward)
15616 (comint-history-isearch-backward-regexp): New commands.
15617 (comint-history-isearch-message-overlay): New buffer-local variable.
15618 (comint-history-isearch-setup, comint-history-isearch-end)
15619 (comint-goto-input, comint-history-isearch-search)
15620 (comint-history-isearch-message, comint-history-isearch-wrap)
15621 (comint-history-isearch-push-state)
15622 (comint-history-isearch-pop-state): New functions.
15623
b593f105
MA
156242009-11-23 Michael Albinus <michael.albinus@gmx.de>
15625
15626 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15627 return.
15628 (tramp-handle-make-symbolic-link)
15629 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15630 Quote file names.
15631 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15632 (tramp-handle-process-file): Use it.
15633
0f202d5d
SM
156342009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15635
15636 * window.el (move-to-window-line-last-op): Remove.
15637 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15638
216349f8
SM
156392009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15640
0f202d5d 15641 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15642 * window.el (move-to-window-line-last-op): New var.
15643 (move-to-window-line-top-bottom): New command.
15644 (global-map): Bind M-r move-to-window-line-top-bottom.
15645
c10e0633
GM
156462009-11-23 Sven Joachim <svenjoac@gmx.de>
15647
15648 * dired-x.el (dired-guess-shell-alist-default):
15649 Support xz format. (Bug#4953)
15650
953e0c1a
GM
156512009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15652
15653 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15654 last-command-char/last-command-event.
15655 (viper-prefix-arg-value): Do correct conversion of event-char for
15656 XEmacs.
15657
83505cfe
SM
15658 * emulation/viper-util.el, emulation/viper.el:
15659 Use viper-last-command-char instead of
15660 last-command-char/last-command-event.
953e0c1a 15661
83505cfe
SM
15662 * ediff-init.el, ediff-mult.el, ediff-util.el:
15663 Replace last-command-char and last-command-event
15664 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15665
15666 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15667 created in fundamental mode.
15668
15669 * ediff.el (ediff-version): Revert the change of interactive-p to
15670 called-interactively-p.
15671
9ee12eee
TH
156722009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15673
15674 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15675 generation from word-movement command names.
15676
8b571bf3
JD
156772009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15678
15679 * cus-start.el (all): Add native condition for font-use-system-font.
15680
4121db47
AM
156812009-11-21 Nathaniel Flath <flat0103@gmail.com>
15682
83505cfe
SM
15683 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15684 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15685
d71f5e0c
TH
156862009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15687
15688 * progmodes/subword.el: Rename from lisp/subword.el.
15689
15690 * subword.el: Rename to progmodes/subword.el.
15691
15692 * Makefile.in (ELCFILES): Adapt to subword.el move.
15693
fc9d6ad6 156942009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15695 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15696
15697 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15698 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15699 (bookmark-bmenu-show-filenames): Use push.
15700 (bookmark-bmenu-hide-filenames): Use local var instead of
15701 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15702 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15703 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15704 filenames now that the bookmark names are always available.
15705
26d9285f
SM
157062009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15707
15708 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15709 (bookmark-search-pattern): Move and leave unbound.
15710 (bookmark-bmenu-mode-map): Change binding.
15711 (bookmark-read-search-input): Simplify.
15712 Don't use text-char-description. Don't error on non-char events.
15713 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15714 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15715 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15716 Use a local var for the timer.
15717 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15718 (i.e. bookmark-bmenu-search).
15719
d73a0317
GM
157202009-11-21 Glenn Morris <rgm@gnu.org>
15721
15722 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15723
e572025f
CY
157242009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15725
26d9285f
SM
15726 * net/browse-url.el (browse-url-default-windows-browser):
15727 Use cygstart for cygwin.
e572025f 15728
6aeaa3dc
KF
157292009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15730
e4070cdc 15731 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15732 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15733 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15734 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15735 (bookmark-read-search-input): Adjust to fit within 80 columns.
15736
a9b76eec
TH
157372009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15738
15739 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15740 (c-backward-into-nomenclature): Adapt to subword renaming.
15741
15742 * subword.el (subword-forward, subword-backward, subword-mark)
15743 (subword-kill, subword-backward-kill, subword-transpose)
15744 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15745 (subword-forward-internal, subword-backward-internal):
15746 Rename from forward-subword, backward-subword, mark-subword,
15747 kill-subword, backward-kill-subword, transpose-subwords,
15748 downcase-subword, upcase-subword, capitalize-subword,
15749 forward-subword-internal, backward-subword-internal.
a9b76eec 15750
1e7d4475
SM
157512009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15752
26d9285f
SM
15753 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15754 New options.
1e7d4475
SM
15755 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15756 New vars.
15757 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15758 (bookmark-bmenu-filter-alist-by-regexp)
15759 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15760 (bookmark-bmenu-search): New command.
15761 (bookmark-bmenu-mode-map): Bind it.
15762
653d1554
TH
157632009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15764
ab84bfa0
TH
15765 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15766 backward-subword to quit the byte-compiler.
15767
1f35fda9
TH
15768 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15769
15770 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15771
653d1554 15772 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15773 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15774 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15775
15776 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15777 subword.el functions instead of cc-subword.el.
15778
1e7d4475
SM
15779 * progmodes/cc-subword.el: Rename to subword.el.
15780 * subword.el: Rename from progmodes/cc-subword.el.
15781 (subword-mode-map): Rename from c-subword-mode-map.
15782 (subword-mode): Rename from c-subword-mode.
653d1554 15783 (global-subword-mode): New global minor mode.
1e7d4475
SM
15784 (forward-subword): Rename from c-forward-subword.
15785 (backward-subword): Rename from c-backward-subword.
15786 (mark-subword): Rename from c-mark-subword.
15787 (kill-subword): Rename from c-kill-subword.
15788 (backward-kill-subword): Rename from c-backward-kill-subword.
15789 (transpose-subwords): Rename from c-tranpose-subword.
15790 (downcase-subword): Rename from c-downcase-subword.
15791 (capitalize-subword): Rename from c-capitalize-subword.
15792 (forward-subword-internal): Rename from c-forward-subword-internal.
15793 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15794
9717f119
DN
157952009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15796
8de724f3
DN
15797 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15798 from a dired buffer.
15799 (vc-dired-deduce-fileset): New function.
15800 (vc-root-diff, vc-print-root-log): Use it.
15801
9717f119
DN
15802 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15803 nil LIMIT argument to vc-print-log-internal.
15804
af4999b8
GM
158052009-11-20 Glenn Morris <rgm@gnu.org>
15806
15807 * Makefile.in (ELCFILES): Regenerate.
15808
b58edcb6
JB
158092009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15810
02e1b488
SM
15811 * calc/calc.el (calc-set-mode-line):
15812 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15813 (math-format-number): Rename `math-format-complement-signed' to
15814 `math-format-twos-complement'.
15815
02e1b488 15816 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15817 math-format-complement-signed.
15818 (calc-radix): Rename `calc-complement-signed-mode' to
15819 `calc-twos-complement-mode'.
02e1b488
SM
15820 (calc-octal-radix, calc-hex-radix): Add an argument for
15821 two's complement.
b58edcb6 15822
02e1b488
SM
15823 * calc/calc-embed.el (calc-embedded-mode-vars):
15824 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15825
02e1b488
SM
15826 * calc/calc-ext.el (calc-init-extensions):
15827 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15828 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15829
02e1b488
SM
15830 * calc/calc-units.el (math-build-units-table-buffer):
15831 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15832
15833 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15834 entries.
15835
15836 * calc/calc-vec.el (calcFunc-vunpack):
15837 * calc/calc-aent.el (calc-do-calc-eval):
15838 * calc/calc-forms.el (math-format-date):
15839 * calc/calc-graph.el (calc-graph-plot):
15840 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15841 * calc/calccomp.el (math-compose-expr):
15842 Let `calc-twos-complement-mode' be nil.
15843
158442009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15845
15846 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15847 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15848 * minibuffer.el (completion-in-region-functions): New hook.
15849 (completion-in-region): New function.
15850 * emacs-lisp/lisp.el (lisp-complete-symbol):
15851 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15852
e3353a78
SM
158532009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15854
eff77808
SM
15855 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15856 (latex-complete-alist): New vars.
15857 (latex-string-prefix-p, latex-complete-bibtex-keys)
15858 (latex-complete-envnames, latex-complete-refkeys)
15859 (latex-complete-data): New functions.
15860 (latex-complete, latex-indent-or-complete): New commands.
15861
d2c9fc42
SM
15862 * window.el (display-buffer-mark-dedicated): New var.
15863 (display-buffer): Obey it.
15864 * minibuffer.el (minibuffer-completion-help): Use it.
15865
31a1c477
SM
15866 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15867
bed4c972
SM
15868 * filecache.el (file-cache-add-file): Use push and cons.
15869 (file-cache-delete-file-regexp): Use push.
15870 (file-cache-complete): Use completion-in-region.
15871
8c22699f
SM
15872 * simple.el (with-wrapper-hook): Fix thinko.
15873
e3353a78
SM
15874 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15875 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15876 Use with-current-buffer and string-to-number.
15877 (hfy-fallback-colour-values): Use assoc-string.
15878 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15879 (hfy-face-at): Remove unused var `found-face'.
15880 (hfy-compile-stylesheet): Remove unused var `css'.
15881 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15882 and `orig-buffer'.
15883 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15884 Use with-current-buffer.
15885 (hfy-text-p): Use expand-file-name and fewer setq.
15886
acca02b0
SM
158872009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15888
15889 * htmlfontify.el, hfy-cmap.el: New files.
15890
042b7cc6
JL
158912009-11-19 Juri Linkov <juri@jurta.org>
15892
15893 * minibuffer.el (completions-format): New defcustom.
15894 (completion--insert-strings): Implement vertical format.
15895
15896 * simple.el (switch-to-completions): Move point to the first
15897 completion when point was at the beginning of the buffer.
15898
da205913
JL
158992009-11-19 Juri Linkov <juri@jurta.org>
15900
15901 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15902
15903 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15904
0b8ee421
CY
159052009-11-19 Chong Yidong <cyd@stupidchicken.com>
15906
15907 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15908 (mail-signature): Change default to t.
15909 (mail-from-style): Deprecate `system-default' value.
15910 (mail-insert-from-field): For default value of mail-from-style,
15911 default to `angles' unless `angles' needs quoting and `parens'
15912 does not.
15913 (mail-citation-prefix-regexp): Use citation regexp from
15914 message-mode.
15915
4265deab
MA
159162009-11-19 Michael Albinus <michael.albinus@gmx.de>
15917
acca02b0
SM
15918 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15919 Set variables for computing the prompt for reading password.
4265deab 15920
27cacd2d
GM
159212009-11-19 Glenn Morris <rgm@gnu.org>
15922
470bce7d
GM
15923 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15924
7e705a1d
GM
15925 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15926
27cacd2d
GM
15927 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15928 (newsticker-treeview-listwindow-height): Fix custom type.
15929
b2f0be0f
KH
159302009-11-19 Kenichi Handa <handa@m17n.org>
15931
15932 * descr-text.el (describe-char-padded-string): Compose with TAB
15933 only if there's a font for CH.
02e1b488 15934 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15935
03446045 159362009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15937
15938 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15939 more accurate version of the regexp. (Bug#3910)
b96337b0 15940
03446045 159412009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15942
15943 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15944
e0620570
JB
159452009-11-18 Juanma Barranquero <lekktu@gmail.com>
15946
15947 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15948 (font-setting-change-default-font): Fix typo in docstring.
15949
6cc6582e
AM
159502009-11-18 Alan Mackenzie <acm@muc.de>
15951
15952 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15953
dfb3c4c6
JD
159542009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15955
02e1b488 15956 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15957
15958 * cus-start.el (all): ... to here.
15959
e268e987
MA
159602009-11-17 Michael Albinus <michael.albinus@gmx.de>
15961
15962 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15963 Don't set `ad-return-value' if `ad-do-it' doesn't.
15964
303ffde8
MA
15965 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15966 modification time.
15967
637fa988
JD
159682009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15969
15970 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15971 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15972
15973 * loadup.el: If feature system-font-setting or font-render-setting is
15974 there, load font-setting.
15975
02e1b488 15976 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15977 * font-setting.el: New file.
15978
1d16a255
GM
159792009-11-17 Glenn Morris <rgm@gnu.org>
15980
15981 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15982
2d84f804
GM
15983 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15984 Preserve point in the list buffer. (Bug#4939)
15985 Use point-at-eol.
15986 (newsticker--treeview-list-update-highlight)
15987 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15988
14467b99
JB
159892009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15990
15991 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15992 Remove.
15993
15994 * calc/calc-ext.el (calc-init-extensions): Remove references to
15995 symclip.
15996
15997 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15998
15999 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16000 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16001 `calc-symclip'.
16002
e3c39c01
KR
160032009-11-16 Kevin Ryde <user42@zip.com.au>
16004
02e1b488 16005 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16006 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16007
497de631
KR
16008 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16009 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16010 Ignore trailing spaces by omit-nulls to split-string (fixing
16011 regression from Emacs 21 due to the incompatible split-string
14467b99 16012 change). (Bug #4928.)
497de631 16013
48b27575
DN
160142009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16015
5237d741 16016 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16017 (vc-print-log-internal): Insert buttons to request more entries
16018 when limiting the output.
16019
16020 * vc-sccs.el (vc-sccs-print-log):
16021 * vc-rcs.el (vc-rcs-print-log):
16022 * vc-cvs.el (vc-cvs-print-log):
16023 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16024 LIMIT is non-nil.
16025
d3e97185
MA
160262009-11-16 Michael Albinus <michael.albinus@gmx.de>
16027
16028 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16029 error when `tramp-gvfs-dbus-event-vector' is set.
16030 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16031
68d87786
SM
160322009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16033
16034 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16035
c0a39702
MA
160362009-11-16 Michael Albinus <michael.albinus@gmx.de>
16037
16038 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16039 (dbus-register-property): Register the handlers of
c0a39702
MA
16040 "org.freedesktop.DBus.Properties" for SERVICE.
16041 (dbus-property-handler): Fix docstring.
16042
1e857121
YM
160432009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16044
16045 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16046 Quote doc string reference in defvaralias as it is not in special form.
16047 (byte-compile-output-docform): Doc fix.
16048
887484c1
JB
160492009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16050
16051 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16052 (calc-complement-signed-mode): New variables.
16053 (calc-set-mode-line): Add indicator for twos-complements.
16054 (math-format-number): Format twos-complement notation.
16055
16056 * calc/calc-bin.el (calc-word-size): Reset the variables
16057 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16058 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16059 (calc-symclip): New functions.
887484c1
JB
16060
16061 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16062
68d87786
SM
16063 * calc/calc-embed.el (calc-embedded-mode-vars):
16064 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16065
16066 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16067 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16068
16069 * calc/calc-ext.el (math-read-number-fancy): Read complement
16070 signed numbers.
68d87786
SM
16071 (calc-init-extensions): Add binding for `calc-symclip'.
16072 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16073
16074 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16075 `calc-symclip'.
68d87786 16076 (calc-modes-menu): Add item for twos complement mode.
887484c1 16077
5237d741 16078 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16079
4cf1d7e3
CY
160802009-11-15 Chong Yidong <cyd@stupidchicken.com>
16081
16082 * register.el (jump-to-register, insert-register): Handle Semantic
16083 tags. From commented-out advice in semantic/senator.el.
16084
f8e65267
DN
160852009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16086
6616006b
DN
16087 * vc.el (vc-log-show-limit): New variable.
16088 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16089 when using a prefix argument.
16090 (vc-print-log-internal): Add new argument LIMIT.
16091
16092 * vc-svn.el (vc-svn-print-log):
16093 * vc-mtn.el (vc-mtn-print-log):
16094 * vc-hg.el (vc-hg-print-log):
16095 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16096 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16097 non-optional.
16098
16099 * vc-sccs.el (vc-sccs-print-log):
16100 * vc-rcs.el (vc-rcs-print-log):
16101 * vc-git.el (vc-git-print-log):
16102 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16103 ignore it. Make the BUFFER argument non-optional.
6616006b 16104
f8e65267
DN
16105 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16106
0566c4bc
CY
161072009-11-15 Chong Yidong <cyd@stupidchicken.com>
16108
7cce3c91
CY
16109 * dired.el (dired-mode-map): Move encryption items to "Operate"
16110 menu (Bug#4703).
16111
d7063de9
CY
16112 * strokes.el (strokes-update-window-configuration): Make strokes
16113 buffer current before erasing (Bug#4906).
16114
0fc10137
JL
161152009-11-15 Juri Linkov <juri@jurta.org>
16116
16117 * simple.el (set-mark-default-inactive): Add :type, :group
16118 and :version. (Bug#4876)
16119
f5fce4ec
MA
161202009-11-15 Michael Albinus <michael.albinus@gmx.de>
16121
16122 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16123 (archive-unique-fname): ... here. (Bug#4929)
16124
8d720a00
SM
161252009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16126
589888fe
SM
16127 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16128 with a real fix.
16129
8d720a00
SM
16130 * novice.el (disabled-command-function): Add useful args.
16131 Setup the help buffer so that [back] works.
16132 Remove redundant call to help-mode.
16133 (disabled-command-function): Use `case'.
16134 (en/disable-command): New function extracted from enable-command.
16135 (enable-command, disable-command): Use it.
16136
a61344d6
GM
161372009-11-14 Glenn Morris <rgm@gnu.org>
16138
497f0cdd
GM
16139 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16140 constants. (Bug#4913)
16141
a61344d6
GM
16142 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16143
d501801e
GM
161442009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16145
16146 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16147 defined in C that have no doc-strings. (Bug#1063)
16148
5af27ac2
GM
161492009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16150
16151 * cus-edit.el (data, files):
16152 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16153
aec5395b
CY
161542009-11-14 Chong Yidong <cyd@stupidchicken.com>
16155
e7791447
CY
16156 * simple.el (shell-command): Doc fix (Bug#4891).
16157
aec5395b
CY
16158 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16159
7a41cd7f
GM
161602009-11-14 Glenn Morris <rgm@gnu.org>
16161
c3583c94
GM
16162 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16163 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16164 If they are already loaded, eval-after-load will do the right thing.
16165
73900d1f
GM
16166 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16167 compiling.
16168
0028351d
GM
16169 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16170
f6714ede
GM
16171 * simple.el (x-selection-owner-p): Declare.
16172 (read-mail-command): Use custom radio type rather than choice.
16173 (completion-no-auto-exit): Doc fix.
16174
7a41cd7f 16175 * custom.el (defgroup):
5af27ac2 16176 * epg-config.el (epg): Doc fixes.
7a41cd7f 16177
2d0659ec
DN
161782009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16179
16180 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16181 * international/ccl.el (define-ccl-program): Do not purecopy the
16182 docstring, defconst does it anyway.
16183
7fdbcd83
SM
161842009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16185
d499c5b9
SM
16186 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16187 a second time.
16188
7fdbcd83
SM
16189 * x-dnd.el (x-dnd-maybe-call-test-function):
16190 * window.el (split-window-vertically):
16191 * whitespace.el (whitespace-help-on):
16192 * vc-rcs.el (vc-rcs-consult-headers):
16193 * userlock.el (ask-user-about-lock-help)
16194 (ask-user-about-supersession-help):
16195 * type-break.el (type-break-force-mode-line-update):
16196 * time-stamp.el (time-stamp-conv-warn):
16197 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16198 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16199 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16200 (term-write-input-ring, term-check-source, term-start-output-log):
16201 (term-display-buffer-line, term-dynamic-list-completions):
16202 (term-ansi-make-term, serial-term):
16203 * subr.el (selective-display):
16204 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16205 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16206 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16207 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16208 (speedbar-remove-localized-speedbar-support)
16209 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16210 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16211 (speedbar-buffers-line-directory):
16212 * simple.el (shell-command-on-region, append-to-buffer)
16213 (prepend-to-buffer):
16214 * shadowfile.el (shadow-save-todo-file):
16215 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16216 (scroll-bar-maybe-set-window-start):
16217 * sb-image.el (speedbar-image-dump):
16218 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16219 (load-save-place-alist-from-file):
16220 * ps-samp.el (ps-print-message-from-summary):
16221 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16222 (ps-background-image, ps-begin-job, ps-do-despool):
16223 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16224 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16225 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16226 (pr-call-process, pr-file-list, pr-interface-save):
16227 * novice.el (disabled-command-function)
16228 (enable-command, disable-command):
16229 * mouse.el (mouse-buffer-menu-alist):
16230 * mouse-copy.el (mouse-kill-preserving-secondary):
16231 * macros.el (kbd-macro-query):
16232 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16233 * informat.el (batch-info-validate):
16234 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16235 * hippie-exp.el (try-expand-dabbrev-visible):
16236 * help-mode.el (help-make-xrefs):
16237 * help-fns.el (describe-variable):
16238 * generic-x.el (bat-generic-mode-run-as-comint):
16239 * finder.el (finder-mouse-select):
16240 * find-dired.el (find-dired-sentinel):
16241 * filesets.el (filesets-file-close):
16242 * files.el (list-directory):
16243 * faces.el (list-faces-display, describe-face):
16244 * facemenu.el (list-colors-display):
16245 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16246 * epg.el (epg--process-filter, epg-cancel):
16247 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16248 (epa--read-signature-type):
16249 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16250 (emerge-file-names):
16251 * ehelp.el (electric-helpify):
16252 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16253 * ediff-vers.el (rcs-ediff-view-revision):
16254 * ediff-util.el (ediff-setup):
16255 * ediff-mult.el (ediff-append-custom-diff):
16256 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16257 (ediff-wordify):
16258 * echistory.el (Electric-command-history-redo-expression):
16259 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16260 * disp-table.el (describe-display-table):
16261 * dired.el (dired-find-buffer-nocreate):
16262 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16263 * dabbrev.el (dabbrev--same-major-mode-p):
16264 * chistory.el (list-command-history):
16265 * apropos.el (apropos-documentation):
16266 * allout.el (allout-obtain-passphrase):
16267 (allout-copy-exposed-to-buffer):
16268 (allout-verify-passphrase): Use with-current-buffer.
16269
2ccbc060
GM
162702009-11-13 Glenn Morris <rgm@gnu.org>
16271
16272 * Makefile.in (ELCFILES): Regenerate.
16273
b172ed20
MA
162742009-11-13 Michael Albinus <michael.albinus@gmx.de>
16275
7fdbcd83
SM
16276 * net/dbus.el (dbus-registered-objects-table): Rename from
16277 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16278 (dbus-unregister-object): Unregister also properties.
16279 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16280 Use a timeout of 500 msec, in order to not block.
16281 (dbus-register-property, dbus-property-handler): New defuns.
16282
e96d62cd
SM
162832009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * simple.el (minibuffer-default-add-completions): Drop deprecated
16286 4th arg.
16287
14bd267d
EZ
162882009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16289
e96d62cd
SM
16290 * textmodes/artist.el (artist-mouse-choose-operation):
16291 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16292 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16293 (artist-compute-up-event-key): New function.
16294 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16295
bf89fd7b
KH
162962009-11-13 Kenichi Handa <handa@m17n.org>
16297
16298 * language/japan-util.el: Make sure that the value of jisx0208
16299 property is jisx0208 character.
16300
f70b8925
DN
163012009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16302
16303 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16304 car or each item, not the whole list.
16305
4d93a9e0
SM
163062009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * minibuffer.el (minibuffer-completion-help):
16309 Use minibuffer-hide-completions.
16310
05404988
SM
163112009-11-12 Per Starbäck <per@starback.se> (tiny change)
16312
16313 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16314 (dired-revert): Use them (bug#4880).
16315
5297bc10
DN
163162009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16317
16318 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16319
e2685eb7
JL
163202009-11-12 Juri Linkov <juri@jurta.org>
16321
16322 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16323 New functions.
16324 (find-file-literally-at-point): Alias of `ffap-literally'.
16325
76410c3e
DN
163262009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16327
6d341a2a
DN
16328 * textmodes/ispell.el (ispell-skip-region-alist):
16329 * textmodes/css-mode.el (auto-mode-alist):
16330 * progmodes/compile.el (auto-mode-alist):
16331 * international/mule.el (ctext-non-standard-encodings-alist)
16332 (ctext-non-standard-encodings-regexp):
16333 * simple.el (shell-command-switch, text-read-only):
16334 * replace.el (occur-mode-map):
16335 * paths.el (rmail-file-name):
16336 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16337 * find-file.el (ff-special-constructs):
16338 * files.el (file-name-handler-alist):
16339 * composite.el: Purecopy strings.
16340
76410c3e
DN
16341 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16342
aaa448c9
DN
163432009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16344
16345 * widget.el (define-widget): Purecopy the docstring.
16346 * international/mule-cmds.el (charset): Do not purecopy the
16347 docstring here, define-widget does it.
16348
16349 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16350 * textmodes/bibtex-style.el (auto-mode-alist):
16351 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16352 * progmodes/compile.el (compile-command):
16353 * language/korea-util.el (default-korean-keyboard):
16354 * international/mule-conf.el (file-coding-system-alist):
16355 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16356 * tooltip.el (tooltip-frame-parameters):
16357 * newcomment.el (comment-end, comment-padding):
16358 * dired.el (dired-trivial-filenames):
16359 * comint.el (comint-file-name-prefix): Purecopy initial values.
16360
bbe650fd
MA
163612009-11-11 Michael Albinus <michael.albinus@gmx.de>
16362
16363 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16364 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16365 `tramp-unload'.
16366 (tramp-advice-make-auto-save-file-name)
16367 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16368 after removing the advice.
16369
6bdad9ae
DN
163702009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16371
2f7f4bee
DN
16372 * progmodes/grep.el (grep-regexp-alist):
16373 * international/mule-cmds.el (iso-2022-control-alist):
16374 * emacs-lisp/timer.el (timer-duration-words):
16375 * subr.el (version-separator, version-regexp-alist):
16376 * minibuffer.el (completion-styles-alist):
16377 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16378 Change defvars to defconsts.
16379
a042de45
DN
16380 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16381 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16382 * international/mule-conf.el: Allow to be byte compiled.
16383
3b6acc72
DN
16384 * international/mule.el (define-charset): Purecopy props.
16385 (load-with-code-conversion): Purecopy doc string and file name.
16386 (put-charset-property): Purecopy strings.
16387 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16388
1c2efdfb 16389 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16390 (define-char-code-property): Correctly purecopy the table.
16391
62591911
DN
16392 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16393
8b908da6
DN
16394 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16395
ff917d63
DN
16396 * subr.el (add-hook): Purecopy strings.
16397 (eval-after-load): Purecopy load-history-regexp and the form.
16398
af89cf77
DN
16399 * custom.el (custom-declare-group): Purecopy load-file-name.
16400
a3c20c83 16401 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16402 * net/eudc.el (eudc-tools-menu):
16403 * international/mule-cmds.el (set-coding-system-map)
16404 (mule-menu-keymap):
16405 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16406 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16407 * replace.el (occur-mode-map):
16408 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16409 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16410 (menu-bar-custom-menu, menu-bar-showhide-menu)
16411 (menu-bar-options-menu, menu-bar-tools-menu)
16412 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16413 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16414 (menu-bar-help-menu):
16415 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16416 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16417
6bdad9ae
DN
16418 * term/x-win.el (x-gtk-stock-map):
16419 * progmodes/vera-mode.el (auto-mode-alist):
16420 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16421 (inferior-lisp-program, inferior-lisp-load-command):
16422 * progmodes/hideshow.el (hs-special-modes-alist):
16423 * progmodes/gud.el (same-window-regexps):
16424 * progmodes/grep.el (grep-program, find-program, xargs-program):
16425 * net/telnet.el (same-window-regexps):
16426 * net/rlogin.el (same-window-regexps):
16427 * language/ethiopic.el (font-ccl-encoder-alist):
16428 * vc-sccs.el (vc-sccs-master-templates):
16429 * vc-rcs.el (vc-rcs-master-templates):
16430 * subr.el (cl-assertion-failed):
16431 * simple.el (next-error-overlay-arrow-position):
16432 * lpr.el (lpr-command):
16433 * locate.el (locate-ls-subdir-switches):
16434 * info.el (same-window-regexps, info)
16435 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16436 * image-mode.el (image-mode, auto-mode-alist):
16437 * hippie-exp.el (hippie-expand-ignore-buffers):
16438 * format.el (format-alist):
16439 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16440 (find-name-arg):
16441 * facemenu.el (facemenu-keybindings):
16442 * dired.el (dired-listing-switches, dired-chown-program):
16443 * diff.el (diff-switches, diff-command):
16444 * cus-edit.el (same-window-regexps):
16445 * bindings.el (mode-line-mule-info)
16446 (mode-line-buffer-identification): Purecopy strings.
16447
e0987650
JL
164482009-11-11 Juri Linkov <juri@jurta.org>
16449
3570691b 16450 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16451 Tell the byte-compiler about dired-get-filename.
16452 (shell-command): In Dired mode, get filename from the current line
16453 as the default value.
16454
b16ff465
GM
164552009-11-10 Glenn Morris <rgm@gnu.org>
16456
e8a11b22
GM
16457 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16458 * calendar/holidays.el, progmodes/cperl-mode.el:
16459 Update x-popup-menu declarations.
16460
b16ff465
GM
16461 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16462 (list-load-path-shadows): Use dolist.
16463 (list-load-path-shadows): Use with-current-buffer.
16464
032c3399
JL
164652009-11-10 Juri Linkov <juri@jurta.org>
16466
16467 * minibuffer.el (read-file-name): Support a list of default values
16468 in `default-filename'. Use the first file name where only one
16469 element is required. Doc fix.
16470
8fb1629f
MA
164712009-11-09 Michael Albinus <michael.albinus@gmx.de>
16472
16473 * net/dbus.el (dbus-unregister-object): Release service, if no
16474 other method is registered for it.
16475
a51203ee 164762009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16477
16478 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16479 bookmark-sort-flag is non-nil (Bug#4653).
16480
9bf7dc8a
CY
164812009-11-08 Chong Yidong <cyd@stupidchicken.com>
16482
15207e74
CY
16483 * emulation/cua-base.el: Add CUA property to some CC mode commands
16484 (Bug#4100).
16485
8bf7ed70
KR
164862009-11-08 Kevin Ryde <user42@zip.com.au>
16487
16488 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16489 at end of sentence (Bug#4818).
8bf7ed70 16490
951802d0
CY
164912009-11-08 Jared Finder <jfinder@crypticstudios.com>
16492
16493 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16494 Handle "see declaration of" MSFT statements (Bug#4100).
16495
e8244310
MA
164962009-11-08 Michael Albinus <michael.albinus@gmx.de>
16497
16498 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16499 (tramp-advice-file-expand-wildcards): Unload via
16500 `ad-remove-advice'.
16501
16502 * net/trampver.el: Update release number.
16503
a51203ee 165042009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16505
16506 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16507 `ad-do-it'.
16508
a51203ee 165092009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16510
16511 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16512 in order to keep context in SELinux.
16513
bedd8a58
CY
165142009-11-08 Chong Yidong <cyd@stupidchicken.com>
16515
16516 * dired-aux.el (dired-query): Place cursor in echo area and allow
16517 C-g.
16518
16519 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16520 menu item if not on a directory (Bug#4701).
16521
0484d600
MA
165222009-11-07 Michael Albinus <michael.albinus@gmx.de>
16523
16524 Sync with Tramp 2.1.17.
16525
16526 * net/tramp.el (tramp-handle-copy-directory): Don't use
16527 `file-remote-p' (due to compatibility).
16528
16529 * net/tramp-compat.el (tramp-compat-copy-directory)
16530 (tramp-compat-delete-directory): New defuns.
16531
16532 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16533 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16534 Use `tramp-compat-delete-directory'.
0484d600
MA
16535
16536 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16537 (tramp-smb-handle-delete-directory):
16538 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16539
16540 * net/trampver.el: Update release number.
16541
b42b2189
CY
165422009-11-07 Chong Yidong <cyd@stupidchicken.com>
16543
6960d7b9
CY
16544 * tar-mode.el (tar-copy): Call write-region on the right buffer
16545 (Bug#4857).
16546
b42b2189
CY
16547 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16548 by hand, if necessary (Bug#4878).
16549
0ad57dfd
CY
165502009-11-06 Chong Yidong <cyd@stupidchicken.com>
16551
d19e23ae
CY
16552 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16553 align size column (Bug#4839).
16554
0ad57dfd
CY
16555 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16556 statement.
16557
0b7f397c
DN
165582009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16559
16560 * progmodes/ld-script.el (auto-mode-alist):
16561 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16562
16563 * cus-face.el (custom-declare-face): Purecopy face spec.
16564
495bd5ca
KH
165652009-11-06 Kenichi Handa <handa@m17n.org>
16566
16567 * international/uni-bidi.el: Re-generated.
16568 * international/uni-category.el: Re-generated.
16569 * international/uni-combining.el: Re-generated.
16570 * international/uni-mirrored.el: Re-generated.
16571
1e8780b1
DN
165722009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16573
16574 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16575 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16576 (tex-start-options, slitex-run-command, latex-run-command)
16577 (tex-run-command, tex-directory):
16578 * textmodes/ispell.el (ispell-html-skip-alists)
16579 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16580 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16581 (adaptive-fill-regexp):
16582 * textmodes/dns-mode.el (auto-mode-alist):
16583 * progmodes/python.el (interpreter-mode-alist):
16584 * progmodes/etags.el (tags-compression-info-list):
16585 * progmodes/etags.el (tags-file-name):
16586 * net/browse-url.el (browse-url-galeon-program)
16587 (browse-url-firefox-program):
16588 * mail/sendmail.el (mail-signature-file)
16589 (mail-citation-prefix-regexp):
16590 * international/mule-conf.el (eight-bit):
16591 * international/latexenc.el (latex-inputenc-coding-alist):
16592 * international/fontset.el (x-pixel-size-width-font-regexp):
16593 * emacs-lisp/warnings.el (warning-type-format):
16594 * emacs-lisp/trace.el (trace-buffer):
16595 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16596 (emacs-lisp-mode-map):
16597 * calendar/holidays.el (holiday-solar-holidays)
16598 (holiday-bahai-holidays, holiday-islamic-holidays)
16599 (holiday-christian-holidays, holiday-hebrew-holidays)
16600 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16601 (hebrew-holidays-1, holiday-oriental-holidays)
16602 (holiday-general-holidays):
16603 * x-dnd.el (x-dnd-known-types):
16604 * tool-bar.el (tool-bar):
16605 * startup.el (site-run-file):
16606 * shell.el (shell-dumb-shell-regexp):
16607 * rfn-eshadow.el (file-name-shadow-tty-properties)
16608 (file-name-shadow-properties):
16609 * paths.el (remote-shell-program, news-directory):
16610 * mouse.el ([C-down-mouse-3]):
16611 * menu-bar.el (menu-bar-tools-menu):
16612 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16613 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16614 (jka-compr-compression-info-list):
16615 * isearch.el (search-whitespace-regexp):
16616 * image-file.el (image-file-name-extensions):
16617 * find-dired.el (find-ls-option):
16618 * files.el (directory-listing-before-filename-regexp)
16619 (directory-free-space-args, insert-directory-program)
16620 (list-directory-brief-switches, magic-fallback-mode-alist)
16621 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16622 (automount-dir-prefix):
16623 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16624 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16625 (face-font-registry-alternatives, face-font-registry-alternatives)
16626 (face-font-family-alternatives):
16627 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16628 (facemenu-foreground-menu, facemenu-face-menu):
16629 * epa-hook.el (epa-file-name-regexp):
16630 * dnd.el (dnd-protocol-alist):
16631 * textmodes/rst.el (auto-mode-alist):
a51203ee 16632 * button.el (default-button): Purecopy strings.
1e8780b1 16633
0adae11f
GM
166342009-11-06 Glenn Morris <rgm@gnu.org>
16635
16636 * Makefile.in (ELCFILES): Update.
16637
2adaf057
SM
166382009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16639
8f72f03c
SM
16640 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16641 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16642
2adaf057
SM
16643 * nxml/xsd-regexp.el (xsdre-gen-categories):
16644 * nxml/xmltok.el (xmltok-parse-entity):
16645 * nxml/rng-parse.el (rng-parse-validate-file):
16646 * nxml/rng-maint.el (rng-format-manual)
16647 (rng-manual-output-force-new-line):
16648 * nxml/rng-loc.el (rng-save-schema-location-1):
16649 * nxml/rng-cmpct.el (rng-c-parse-file):
16650 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16651 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16652
14862301
SM
166532009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16654
bf0b361c 16655 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16656 Remove extra save-excursions and make-variable-buffer-local's.
16657 Suggested by Stefan Monnier.
16658
16659 (verilog-getopt-file, verilog-module-inside-filename-p)
16660 (verilog-set-define): Merge GNU 1.35 and repair changes from
16661 switching to using with-current-buffer.
16662
16663 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16664 being treated as a number and confusing AUTORESET.
16665 Reported by Dan Dever.
16666
16667 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16668 Add verilog-auto-ignore-concat to fix backward compatibility with
16669 older verilog-modes. Reported by Dan Katz.
16670
16671 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16672 containing closing anchors "...$".
16673
16674 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16675 Reported by Wade Smith.
16676
48c2d18a 16677 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16678
166792009-11-05 Michael McNamara <mac@mail.brushroad.com>
16680
bf0b361c
JB
16681 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16682 for labels.
14862301
SM
16683
16684 (verilog-label-re, verilog-calc-1): Support proper indent of named
16685 asserts.
16686
16687 (verilog-backward-token, verilog-basic-complete-re)
16688 (verilog-beg-of-statement, verilog-indent-re): Support proper
16689 indent of the assert statement at the beginning of a block of text.
16690
16691 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16692 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16693 tokens as begins.
16694
4f8f657f
GM
166952009-11-05 Glenn Morris <rgm@gnu.org>
16696
775adc51
GM
16697 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16698 Emacs 19. (Bug#1531)
16699 (byte-compile-fix-header): Update for the above change.
16700 Drop test for epoch::version.
16701
4ad6a5e7 16702 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16703 * cus-dep.el (custom-make-dependencies):
16704 * finder.el (finder-compile-keywords):
16705 Use autoload-rubric's feature argument.
4ad6a5e7 16706
4f8f657f
GM
16707 * calendar/diary-lib.el (top-level): Make load behave more like require.
16708
881e4184
GM
16709 * vc-git.el (vc-git-stash-map): Move definition before use.
16710
ba214964 167112009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16712
b6f8ba09
DN
16713 * custom.el (custom-declare-group): Purecopy standard-value.
16714 (custom-declare-group): Purecopy custom-prefix.
16715
7fdbcd83
SM
16716 * international/mule.el (load-with-code-conversion):
16717 Call do-after-load-evaluation unconditionally.
eb6f577b 16718
f6195dfb
DN
16719 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16720
56f14120
SM
167212009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16722
16723 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16724
e5c89ce9
GM
167252009-11-04 Glenn Morris <rgm@gnu.org>
16726
16727 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16728 (byte-compile-compatibility): Remove option.
16729 (byte-compile-close-variables, byte-compile-fix-header)
16730 (byte-compile-insert-header, byte-compile-output-docform)
16731 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16732 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16733 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16734 (byte-compile-insert, byte-compile-defun):
16735 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16736 (byte-defop-compiler19): Remove.
16737 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16738 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16739
e24f42ab
JL
167402009-11-04 Juri Linkov <juri@jurta.org>
16741
16742 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16743 (menu-bar-options-menu): Don't quote the `prop' arg of
16744 `menu-bar-make-mm-toggle'.
16745
d3d5f4f5
JB
167462009-11-04 Juanma Barranquero <lekktu@gmail.com>
16747
16748 * calendar/calendar.el (cal-loaddefs):
16749 * calendar/diary-lib.el (diary-loaddefs):
16750 * calendar/holidays.el (hol-loaddefs):
16751 * eshell/esh-module.el (esh-groups): Load rather than require.
16752
6e39d3b2
SM
167532009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16754
e96d62cd
SM
16755 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16756 point-min==1.
7e83e8b4
SM
16757 (todo-top-priorities): Only display-buffer when called interactively.
16758 (todo-item-start): Don't save excursion point.
16759 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16760 (todo-insert-item-here, todo-file-item, todo-remove-item):
16761 Adjust uses of todo-item-start and todo-item-end.
16762
fae4e5b9
SM
16763 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16764 (autoload-rubric): Don't use any more.
fae4e5b9 16765
6e39d3b2
SM
16766 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16767 and only put a prop if it is non-nil.
16768
c9753fb4
JL
167692009-11-03 Juri Linkov <juri@jurta.org>
16770
16771 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16772 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16773
16774 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16775 and "Menu" to make top-level menu item visually one unit (like
16776 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16777 multi-word menu items). Fix :help string for quit-window.
16778
db04f33f
GM
167792009-11-03 Glenn Morris <rgm@gnu.org>
16780
2aea6521
GM
16781 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16782 (byte-compile-file-form-define-abbrev-table)
16783 (byte-compile-file-form-custom-declare-variable)
16784 (byte-compile-variable-ref, byte-compile-defvar):
16785 Whether or not a warning is enabled should only affect whether we issue
16786 the warning, not whether or not we collect the relevant data.
16787 Eg warnings can be turned on and off throughout the course of a file.
16788
db04f33f
GM
16789 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16790 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16791
937e6a56
SM
167922009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16793
16794 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16795 * play/mpuz.el (mpuz-create-buffer):
16796 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16797 (lm-print-y,s,noise, lm-print-w0, lm-init):
16798 * play/gomoku.el (gomoku-prompt-for-move):
16799 * play/fortune.el (fortune-in-buffer):
16800 * play/dissociate.el (dissociated-press):
16801 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16802 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16803 * mail/supercite.el (sc-eref-show):
16804 * mail/smtpmail.el (smtpmail-send-it):
16805 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16806 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16807 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16808 (rmail-summary-goto-msg, rmail-summary-expunge)
16809 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16810 (rmail-summary-add-label, rmail-summary-output-menu)
16811 (rmail-summary-output-body):
16812 * mail/rfc822.el (rfc822-addresses):
16813 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16814 * mail/mailpost.el (post-mail-send-it):
16815 * mail/hashcash.el (hashcash-generate-payment):
16816 * mail/feedmail.el (feedmail-run-the-queue)
16817 (feedmail-queue-send-edit-prompt-help-first)
16818 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16819 (feedmail-deduce-address-list):
16820 * eshell/esh-ext.el (eshell-remote-command):
16821 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16822 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16823 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16824 (viper-save-string-in-file, viper-valid-marker):
16825 * emulation/viper-keym.el (viper-toggle-key):
16826 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16827 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16828 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16829 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16830 (viper-exec-form-in-emacs, viper-brac-function):
16831 * emulation/viper.el (viper-delocalize-var):
16832 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16833 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16834 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16835 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16836 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16837 * emulation/edt.el (edt-electric-helpify):
16838 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16839 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16840 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16841 (cua-indent-to-global-mark-column):
16842 * calendar/diary-lib.el (calendar-mark-1):
16843 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16844 Use with-current-buffer.
16845 * emulation/viper.el (viper-delocalize-var): Use dolist.
16846
5b955562
CY
168472009-11-03 Chong Yidong <cyd@stupidchicken.com>
16848
16849 * comint.el (comint-replace-by-expanded-history-before-point):
16850 Replace !! with the previous input string literally (Bug#1795).
16851
6292c599
JB
168522009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16853
16854 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16855 to be made up of whitespace.
16856
8368c14e
CY
168572009-11-02 Chong Yidong <cyd@stupidchicken.com>
16858
16859 * minibuffer.el (read-file-name): Don't use file dialogs for
16860 remote directories (Bug#99).
16861
6f750f0d
CY
168622009-11-01 Chong Yidong <cyd@stupidchicken.com>
16863
16864 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16865
97ab3f47
AS
168662009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16867
16868 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16869 instead of deleting the window or frame.
16870
673c1168
CY
168712009-10-31 Chong Yidong <cyd@stupidchicken.com>
16872
16873 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16874 Support face colors.
16875
937e6a56
SM
16876 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16877 New function. Support face colors (Bug#1168).
673c1168
CY
16878 (tex-common-initialization): Use it.
16879
16880 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16881 mode allows it (Bug#1168).
16882
c9349f0a
CY
168832009-10-31 Juri Linkov <juri@jurta.org>
16884
16885 * facemenu.el (list-colors-display): Don't mark buffer as
16886 modified (Bug#3948).
16887
ebf5c4f5
CY
168882009-10-31 Chong Yidong <cyd@stupidchicken.com>
16889
6a7662bb
BR
16890 * international/mule-diag.el (list-character-sets-1):
16891 Minor message fix (Bug#3526).
5c2dce75 16892
6a7662bb
BR
16893 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16894 Fix face property (Bug#4834).
26581f0e
CY
16895 (etags-list-tags, etags-tags-apropos-additional)
16896 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16897 property.
16898
ebf5c4f5
CY
16899 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16900 items.
16901
9a529312
SM
169022009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16903
16904 * textmodes/two-column.el (2C-split):
16905 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16906 * textmodes/tex-mode.el (tex-set-buffer-directory):
16907 * textmodes/spell.el (spell-region, spell-string):
16908 * textmodes/reftex.el (reftex-erase-buffer):
16909 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16910 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16911 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16912 (reftex-select-item):
16913 * textmodes/reftex-ref.el (reftex-label-info-update)
16914 (reftex-offer-label-menu):
16915 * textmodes/reftex-index.el (reftex-index-change-entry)
16916 (reftex-index-phrases-info):
16917 * textmodes/reftex-global.el (reftex-create-tags-file)
16918 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16919 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16920 (reftex-view-crossref-from-bibtex):
16921 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16922 (reftex-extract-bib-entries-from-thebibliography)
16923 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16924 * textmodes/refbib.el (r2b-capitalize-title):
16925 (r2b-convert-buffer, r2b-help):
16926 * textmodes/page-ext.el (pages-directory)
16927 (pages-directory-goto-with-mouse):
16928 * textmodes/bibtex.el (bibtex-validate-globally):
16929 * textmodes/bib-mode.el (bib-capitalize-title):
16930 * textmodes/artist.el (artist-clear-buffer, artist-system):
16931 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16932 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16933 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16934 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16935 (xscheme-send-control-g-interrupt, xscheme-start-process)
16936 (xscheme-process-sentinel, xscheme-cd):
16937 * progmodes/verilog-mode.el (verilog-read-always-signals)
16938 (verilog-set-define, verilog-getopt-file)
16939 (verilog-module-inside-filename-p):
16940 * progmodes/sh-script.el:
16941 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16942 (python-pdbtrack-grub-for-buffer, python-execute-file):
16943 * progmodes/octave-inf.el (inferior-octave):
16944 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16945 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16946 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16947 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16948 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16949 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16950 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16951 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16952 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16953 (idlwave-shell-examine-display, idlwave-shell-run-region)
16954 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16955 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16956 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16957 (idlwave-help-get-help-buffer):
16958 * progmodes/gud.el (gud-basic-call, gud-find-class)
16959 (gud-tooltip-activate-mouse-motions-if-enabled):
16960 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16961 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16962 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16963 (ebrowse-tags-next-file):
16964 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16965 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16966 (ebnf-eps-finish-and-write):
16967 * progmodes/cpp.el (cpp-edit-save):
16968 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16969 * progmodes/cc-defs.el (c-emacs-features):
16970 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16971 (antlr-directory-dependencies):
16972 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16973 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16974 (ada-find-any-references, ada-make-filename-from-adaname)
16975 (ada-make-body-gnatstub):
16976 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16977 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16978 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16979 * net/rcirc.el (rcirc-debug):
16980 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16981 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16982 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16983 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16984 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16985 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16986 (newsticker--treeview-list-clear-highlight)
16987 (newsticker--treeview-list-update-highlight)
16988 (newsticker--treeview-list-highlight-start)
16989 (newsticker--treeview-tree-update-highlight)
16990 (newsticker--treeview-get-selected-item)
16991 (newsticker-treeview-mark-list-items-old)
16992 (newsticker--treeview-set-current-node):
16993 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16994 * net/newst-backend.el (newsticker--get-news-by-funcall)
16995 (newsticker--get-news-by-wget, newsticker--image-get)
16996 (newsticker--image-sentinel):
16997 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16998 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16999 (eudc-ph-close-session):
17000 * net/eudc.el (eudc-save-options):
17001 * language/thai-word.el (thai-update-word-table):
17002 * language/japan-util.el (japanese-string-conversion):
17003 * international/titdic-cnv.el (tsang-quick-converter)
17004 (ziranma-converter, ctlau-converter):
17005 * international/mule-cmds.el (describe-language-environment):
17006 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17007 (skkdic-convert-postfix, skkdic-convert-prefix):
17008 (skkdic-convert-okuri-nasi, skkdic-convert):
17009 * emacs-lisp/re-builder.el (reb-update-overlays):
17010 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17011 * emacs-lisp/gulp.el (gulp-send-requests):
17012 * emacs-lisp/find-gc.el (trace-call-tree):
17013 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17014 (eieio-describe-generic):
17015 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17016 * emacs-lisp/edebug.el (edebug-outside-excursion):
17017 * emacs-lisp/debug.el (debugger-make-xrefs):
17018 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17019 * emacs-lisp/chart.el (chart-new-buffer):
17020 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17021 Use with-current-buffer.
17022 * textmodes/artist.el (artist-system): Don't call
17023 copy-sequence on a fresh string.
17024 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17025
d566f228
GM
170262009-10-31 Stephen Berman <stephen.berman@gmx.net>
17027
17028 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17029 is no item to edit. (Bug#4820)
d566f228 17030 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17031 buffer. (Bug#4820)
d566f228 17032
f3628edd
GM
170332009-10-31 Glenn Morris <rgm@gnu.org>
17034
5cf3709c
GM
17035 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17036 (comint-last-output-start, comint-last-input-start)
17037 (comint-last-input-end): Don't defvar when compiling.
17038 (ange-ftp-process-file): Use bound-and-true-p.
17039
4c814fd2
GM
17040 * pcmpl-rpm.el (top-level): Move provide statement to end.
17041 (pcmpl-rpm): Remove unused custom group.
17042
113b8dcc
GM
17043 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17044
31c615e4
GM
17045 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17046
416d3588
GM
17047 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17048 (byte-compile-warnings): Add `constants' as an option.
17049 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17050 (display-call-tree): Update for byte-compile-fdefinition possibly
17051 returning `(macro lambda ...)'. (Bug#4778)
17052 (byte-compile-variable-ref, byte-compile-setq-default):
17053 Respect `constants' member of byte-compile-warnings.
17054
00f71f39
SM
170552009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17056
17057 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17058 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17059 to "submit:".
17060
ca0a881a
DN
170612009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17062
17063 * textmodes/ispell.el (ispell-skip-region-alist):
17064 * international/mule-conf.el (eight-bit):
17065 * international/fontset.el (font-encoding-alist):
17066 * startup.el (pure-space-overflow-message):
17067 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17068 * paths.el (gnus-nntp-service, rmail-spool-directory)
17069 (term-file-prefix):
17070 * files.el (save-some-buffers-action-alist):
17071 * cmuscheme.el (same-window-buffer-names):
17072 * ielm.el (same-window-buffer-names):
17073 * shell.el (same-window-buffer-names):
17074 * mail/sendmail.el (same-window-buffer-names):
17075 * progmodes/inf-lisp.el (same-window-buffer-names):
17076 * bindings.el (mode-line-client)
17077 (mode-line-column-line-number-mode-map):
17078 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17079 (tibetan-precomposed-regexp): Purecopy string arguments.
17080
b861e45e
SM
170812009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17082
6df9b6d7
SM
17083 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17084 (calcDigit-nondigit):
17085 * calc/calc-yank.el (calc-copy-to-buffer):
17086 * calc/calc-units.el (calc-invalidate-units-table):
17087 * calc/calc-trail.el (calc-trail-yank):
17088 * calc/calc-store.el (calc-insert-variables):
17089 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17090 * calc/calc-prog.el (calc-read-parse-table):
17091 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17092 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17093 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17094 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17095 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17096 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17097 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17098 * calc/calc-ext.el (calc-realign):
17099 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17100 (calc-embedded-finish-edit, calc-embedded-make-info)
17101 (calc-embedded-finish-command, calc-embedded-stack-change):
17102 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17103
70f44c65
SM
17104 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17105 shell-dynamic-complete-filename in preference to
17106 comint-dynamic-complete-filename.
17107
b861e45e
SM
17108 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17109 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17110 Don't consider whether the display supports colors.
17111 (bookmark-import-new-list): Use dolist.
17112 (bookmark-bmenu-mode-map): Move initialization into declaration.
17113 (bookmark-bmenu-list): Use dolist, simplify.
17114 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17115 (menu-bar-final-items): Use push.
17116
8549241d 171172009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17118
17119 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17120 it works on remote files.
17121 (vc-hg-diff): Don't pass any `--cwd' argument.
17122
30644573
KR
171232009-10-27 Kevin Ryde <user42@zip.com.au>
17124
cc63d28f
SM
17125 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17126 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17127 (Further to Bug#3921).
17128
9be01a63
MA
171292009-10-27 Michael Albinus <michael.albinus@gmx.de>
17130
17131 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17132 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17133 calling `tramp-imap-put-file'. Add file size to the call.
17134 (tramp-imap-get-file-entries): Compute also user name, file size,
17135 and date.
17136 (tramp-imap-handle-insert-directory): Insert uid and gid.
17137 (tramp-imap-handle-file-attributes): Transform uid and gid
17138 according to `id-format'.
17139 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17140 size in header X-Size.
17141
41849bf9
JB
171422009-10-26 Juanma Barranquero <lekktu@gmail.com>
17143
17144 * simple.el (transpose-subr): Give clearer error when the mark
17145 is not set. (Bug#4807)
17146
293c24f9
MA
171472009-10-26 Michael Albinus <michael.albinus@gmx.de>
17148
cc63d28f
SM
17149 * net/tramp.el (tramp-perl-file-truename): New defconst.
17150 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17151 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17152 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17153 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17154
cc63d28f
SM
17155 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17156 Ignore `dired-call-process'.
293c24f9
MA
17157 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17158
171592009-10-26 Julian Scheid <julians37@gmail.com>
17160
cc63d28f 17161 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17162 (tramp-get-remote-readlink): New defun.
17163 (tramp-handle-file-truename): Use it.
17164 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17165 file exists if cache value present.
48c2d18a 17166 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17167 (tramp-handle-file-readable-p): Use it.
17168 (tramp-handle-file-writable-p): Likewise.
17169 (tramp-handle-file-executable-p): Likewise.
17170 (tramp-handle-file-name-all-completions): Try using Perl to get
17171 partial completions. When perl not available, combine `cd' and
17172 `ls' into single remote operation and use shell expansion to get
17173 partial remote directory contents. Set `file-exists-p' cache for
17174 directory and any files returned by ls. Change cache handling to
17175 support partial directory contents. Use error message emitted by
17176 remote `cd' or Perl code for local tramp-error.
17177 (tramp-do-copy-or-rename-file-directly): Avoid separate
17178 tramp-send-command-and-check call.
cc63d28f
SM
17179 (tramp-handle-process-file): Merge three remote ops into one.
17180 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17181 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17182 file-attributes shows uid/gid to be set already.
17183
a7610c52
DN
171842009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17185
17186 * textmodes/tex-mode.el (tex-dvi-view-command)
17187 (tex-show-queue-command, tex-open-quote):
17188 * progmodes/ruby-mode.el (auto-mode-alist)
17189 (interpreter-mode-alist): Purecopy strings.
17190
17191 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17192
17193 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17194 string for the hook, keymap and abbrev table.
17195
17196 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17197
17198 * x-dnd.el (x-dnd-xdnd-to-action):
17199 * startup.el (fancy-startup-text, fancy-about-text): Change to
17200 defconst from defvar.
17201
17202 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17203
17204 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17205 Purecopy initialization strings.
17206
17207 * mail/sendmail.el (mail-header-separator)
17208 (mail-personal-alias-file):
17209 * mail/rmail.el (rmail-default-dont-reply-to-names)
17210 (rmail-ignored-headers, rmail-retry-ignored-headers)
17211 (rmail-highlighted-headers, rmail-secondary-file-directory)
17212 (rmail-secondary-file-regexp):
17213 * files.el (null-device, file-name-invalid-regexp)
17214 (locate-dominating-stop-dir-regexp)
cc63d28f 17215 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17216 (interpreter-mode-alist): Use mapcar instead of mapc.
17217
17218 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17219
17220 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17221 (completion-ignored-extensions):
17222 (debug-ignored-errors): Purecopy strings.
17223
4fcc3d32
SM
172242009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17225
0667de21
SM
17226 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17227 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17228 (pcomplete--here): Use push.
17229
4fcc3d32
SM
17230 * subr.el (all-completions): Declare the 4th arg obsolete.
17231
955ef430
SM
172322009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17233
2d085307
SM
17234 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17235 (pcomplete-unquote-argument): New function.
17236 (pcomplete--common-suffix): Always pay attention to case.
17237 (pcomplete--table-subvert): Quote and unquote the text.
17238 (pcomplete--common-quoted-suffix): New function.
17239 (pcomplete-std-complete): Use it and pcomplete-begin.
17240
955ef430
SM
17241 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17242 we're inside a dedicated or minibuffer window.
17243
7c85c02b
KF
172442009-10-24 Karl Fogel <kfogel@red-bean.com>
17245
17246 * bookmark.el: Update documentation, especially documentation
17247 of `bookmark-alist' and of the bookmark file format.
17248 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17249
3e8ae8a6
CY
172502009-10-24 Chong Yidong <cyd@stupidchicken.com>
17251
3e425845
CY
17252 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17253 keybindings apply to the mail buffer (Bug#4003). Shrink help
17254 window to buffer.
17255
cdd47d48
CY
17256 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17257 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17258 (whitespace-toggle-options, global-whitespace-toggle-options):
17259 Doc fix (Bug#3660).
cdd47d48 17260
ba07c9ad
CY
17261 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17262 of xmltok-start before the end tag was inserted (Bug#2840).
17263
3e8ae8a6
CY
17264 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17265 patterns that are preceded by an open-paren (Bug#1320).
17266
ab276820
CY
172672009-10-24 Sven Joachim <svenjoac@gmx.de>
17268
17269 * files.el (delete-directory): Delete symlinks to directories with
17270 delete-file (Bug#4739).
17271
905a9ed3
DN
172722009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17273
a9a2a6db
DN
17274 * vc.el (vc-backend-for-registration): Rename from
17275 vc-get-backend-for-registration. Update callers.
17276
cc63d28f
SM
17277 * international/mule-cmds.el (set-language-info-alist):
17278 Purecopy lang-env.
905a9ed3
DN
17279 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17280 (charset): Purecopy the name.
17281 (define-char-code-property): Purecopy string arguments.
17282
17283 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17284 Purecopy string arguments.
17285
17286 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17287 * ediff-hook.el (menu-bar-ediff-menu):
17288 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17289 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17290
d270305a
GM
172912009-10-24 Glenn Morris <rgm@gnu.org>
17292
6c74d523 17293 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17294 * term.el (term-dynamic-list-completions): Use choose-completion rather
17295 than obsolete alias mouse-choose-completion.
17296
ae732337
GM
17297 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17298 file-cache-choose-completion.
17299 (file-cache-choose-completion): Handle an optional event argument.
17300 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17301
cc63d28f
SM
17302 * progmodes/octave-mod.el (octave-complete-symbol):
17303 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17304
9847dc91
GM
17305 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17306 use.
17307
e8f2a5d5
GM
17308 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17309 compiler.
17310
d270305a
GM
17311 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17312
c6432f1e
SM
173132009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17316 Ignore `pred' now that we receive one.
17317 Handle test-completion specially.
17318
6ab196f9
DN
173192009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17320
17321 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17322 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17323 REGISTER ...
17324 (vc-get-backend-for-registration): ... here. New function.
17325 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17326 of vc-responsible-backend, pass the file name instead of the
17327 directory name.
17328
48feed59
SM
173292009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17332 New funs.
17333 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17334 (pcomplete-comint-setup): Don't modify a global var via
17335 accidental side-effects.
17336 (pcomplete-shell-setup): Adjust call accordingly.
17337 (pcomplete-parse-comint-arguments): Use push.
17338
00006066
CY
173392009-10-23 Chong Yidong <cyd@stupidchicken.com>
17340
36bfa3af
CY
17341 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17342 Allow uncapitalized info node names (Bug#3921).
17343
00006066
CY
17344 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17345 to the DEBUG file (Bug#3781).
17346
aa311d6e
CY
173472009-10-23 Jari Aalto <jari.aalto@cante.net>
17348
17349 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17350 dictionary entry (Bug#4579).
17351
b88f2d0a
MA
173522009-10-23 Michael Albinus <michael.albinus@gmx.de>
17353
17354 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17355 from `rfn-eshadow-update-overlay-hook' when unloading.
17356 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17357 "rsyncc". Adjust doc string.
48c2d18a 17358 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17359 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17360 Keep temporary file when indicated by method ("rsync" and
17361 "rsyncc").
17362 (tramp-handle-write-region): Handle APPEND.
17363 (tramp-delete-temp-file-function): New defun. Added to
17364 `kill-buffer-hook'.
17365
1becddbb
JB
173662009-10-23 Juanma Barranquero <lekktu@gmail.com>
17367
17368 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17369
8f43cbf3
DN
173702009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17371
17372 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17373 (color-name-rgb-alist, tty-standard-colors)
17374 (tty-color-mode-alist): Change to defconst.
17375
17376 * simple.el (mark-inactive): Purecopy message.
17377
17378 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17379 (global-map, yank-menu):
17380 * textmodes/ispell.el (ispell-menu-map):
17381 * net/eudc.el (eudc-tools-menu):
17382 * international/mule-cmds.el (describe-language-environment-map)
17383 (setup-language-environment-map, set-coding-system-map)
17384 (mule-menu-keymap):
17385 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17386 * replace.el (occur-mode-map):
17387 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17388
1d228a31
JB
173892009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17390
6a7662bb
BR
17391 * calc/calc.el (math-read-number, math-read-number-simple):
17392 Use `save-match-data'.
1d228a31 17393
3b067af1
SM
173942009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17395
28a90c44
SM
17396 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17397 rather than fiddling with global-map bindings, since it should only
17398 affect per-terminal settings.
17399 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17400
a452eee8
SM
17401 * minibuffer.el (completion-table-with-terminator): Allow to specify
17402 the terminator-regexp.
17403
ab14d7d5
SM
17404 * simple.el (switch-to-completions): Look for *Completions* in other
17405 frames as well.
17406
3b067af1
SM
17407 * pcomplete.el: Allow the use of completion-tables.
17408 (pcomplete-std-complete): New command.
17409 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17410 (pcomplete--here): Use a function for `form' rather than an expression,
17411 so it can be byte-compiled.
17412 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17413 Add edebug declaration.
17414 (pcomplete-show-completions): Remove unused var `curbuf'.
17415 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17416 Don't assume `completions' is a list of strings any more.
3b067af1 17417
5480359e
JB
174182009-10-22 Juanma Barranquero <lekktu@gmail.com>
17419
17420 * find-dired.el (find-name-arg): Fix typo in docstring.
17421
3170b794
SM
174222009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17423
48c23a25
SM
17424 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17425 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17426
56b14058
SM
17427 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17428 pcomplete-entries.
17429
3170b794
SM
17430 * comint.el (comint-read-input-ring, comint-write-input-ring)
17431 (comint-substitute-in-file-name)
17432 (comint-dynamic-complete-as-filename)
17433 (comint-dynamic-simple-complete)
17434 (comint-dynamic-list-filename-completions)
17435 (comint-dynamic-list-completions)
17436 (comint-redirect-results-list-from-process): Minor simplifications.
17437
2affef34
KR
174382009-10-21 Kevin Ryde <user42@zip.com.au>
17439
3170b794
SM
17440 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17441 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17442 the first form. And insert a blank line after ";;; Code" since
d8194864 17443 that's usual style. (Bug#4612)
2affef34 17444
e7b94bbb
KR
17445 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17446
528c56e2
SM
174472009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17448
17449 * minibuffer.el (completion-table-with-terminator): Properly implement
17450 boundaries, in case `terminator' appears in the suffix.
17451 (completion--embedded-envvar-table): Don't return boundaries if
17452 there's no valid completion. Simplify.
17453 (completion-file-name-table): New completion table extracted from
17454 completion--file-name-table.
17455 (completion--file-name-table): Use it.
17456 (read-file-name-predicate): Declare obsolete.
17457 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17458 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17459 completion-file-name-table, and use the `pred' argument.
17460 * files.el (locate-file-completion-table): Use the `pred' arg rather
17461 than read-file-name-predicate.
17462 (abbreviate-file-name): Use \` rather than ^ for BOS.
17463
f9ed9b4f
DN
174642009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17465
17466 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17467 vc-responsible-backend to register, it causes problems.
17468
5f2022a3
SM
174692009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17470
17471 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17472
fc754ea1
MA
174732009-10-21 Michael Albinus <michael.albinus@gmx.de>
17474
17475 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17476 (tramp-smb-handle-file-attributes): Use it.
17477 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17478 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17479 `mapcar'. Use `tramp-smb-get-stat-capability'.
17480 Add `dired-filename' text properties.
fc754ea1
MA
17481 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17482 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17483 version.
17484
79bd5ba1
SM
174852009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * subr.el (read-key-delay): Reduce to 0.01.
17488 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17489 (bug#4751).
17490
3c13704d
SM
174912009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17492
554efd10
SM
17493 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17494
c2a37b78
SM
17495 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17496 (Info-menu): Remove unused vars `last' and `completions'.
17497 (Info-index-nodes): Remove unused var `node'.
17498
3c13704d
SM
17499 * info.el (Info-complete-menu-item): Use complete-with-action.
17500
d1e4c403
DN
175012009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17502
17503 Make vc-annotate work through copies and renames.
3c13704d
SM
17504 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17505 Return the file name too.
d1e4c403
DN
17506 (vc-annotate-revision-at-line)
17507 (vc-annotate-find-revision-at-line)
17508 (vc-annotate-revision-previous-to-line)
17509 (vc-annotate-show-log-revision-at-line): Update to get the file
17510 name from vc-annotate-extract-revision-at-line.
17511 (vc-annotate-show-diff-revision-at-line-internal): Change the
17512 argument to mean whether to show a file diff or not. Get the file
17513 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17514 (vc-annotate-show-diff-revision-at-line):
17515 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17516 (vc-annotate-warp-revision): Add an optional file argument.
17517
17518 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17519 (vc-git-annotate-extract-revision-at-line): Also return the file
17520 name if found.
17521
17522 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17523 command. Remove unused code.
17524 (vc-hg-annotate-re): Update to match --follow output.
17525 (vc-hg-annotate-extract-revision-at-line): Also return the file
17526 name if found.
17527
17528 * vc.el: Update annotate-extract-revision-at-line documentation.
17529
b0b0ef98
KR
175302009-10-18 Kevin Ryde <user42@zip.com.au>
17531
17532 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17533 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17534
a9e7f03d
KR
17535 * net/browse-url.el (browse-url): Identify alist with "consp and
17536 not functionp" and let all other things go down the `apply' leg,
17537 as suggested by Stefan. (Further to bug#4531.)
17538
7346a407
CY
175392009-10-18 Chong Yidong <cyd@stupidchicken.com>
17540
17541 * minibuffer.el (read-file-name): Check for repeat before putting
17542 a default argument in file-name-history (Bug#4657).
17543
17544 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17545 read syntax (Bug#4737).
17546
3c13704d 17547 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17548
1da94541
CY
175492009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17550
17551 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17552 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17553 entries and make note of obsolete tags.
17554
2b93080a
SM
175552009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17556
17557 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17558
18b5ffb5
GM
175592009-10-18 Glenn Morris <rgm@gnu.org>
17560
17561 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17562 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17563 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17564 now, and in any case the file header format has changed.
17565
c2e161b2
GM
175662009-10-17 Glenn Morris <rgm@gnu.org>
17567
17568 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17569 (flyspell-get-word, flyspell-large-region)
17570 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17571
a1eb44f5
CY
175722009-10-17 Chong Yidong <cyd@stupidchicken.com>
17573
17574 * Makefile.in (ELCFILES): Add ede/shell.
17575
4418646e
DN
175762009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17577
17578 * term/common-win.el (x-colors): Purecopy it.
17579
4062011e
SM
175802009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17581
17582 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17583 permissive for when the buffer is empty.
17584 (tar-header-block-tokenize): Decode the username and groupname.
17585 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17586
b0b111c3
JB
175872009-10-17 Eric Ludlam <zappo@gnu.org>
17588
17589 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17590 contains multibyte characters, choose first applicable coding
17591 system automatically.
17592
2df48a87
SM
175932009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17594
17595 * international/mule-cmds.el (select-safe-coding-system): If the file
17596 has a coding cookie, use it regardless of any other setting (bug#4712).
17597
fd7dd48c
GM
175982009-10-17 Glenn Morris <rgm@gnu.org>
17599
3ee0b477 17600 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17601 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17602
2550e4b1
GM
17603 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17604 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17605 (dired-keep-marker-symlink, dired-dwim-target)
17606 (dired-copy-preserve-time): Do not autoload these defcustoms.
17607
fd7dd48c
GM
17608 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17609 messages from messing up the file coding. (Bug#4623)
17610
f3e3a990
GM
176112009-10-17 Jari Aalto <jari.aalto@cante.net>
17612
17613 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17614 if no match is found for the current dictionary. (Bug#4578)
17615
17616 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17617 optional, since that is how it is documented, and this is often called
17618 with a nil argument. (Bug#4577)
17619 (flyspell-external-point-words, flyspell-auto-correct-word)
17620 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17621 (flyspell-word-search-backward): Remove nil argument in calls to
17622 flyspell-get-word, since it is not needed now.
17623
176242009-10-17 Ulrich Mueller <ulm@gentoo.org>
17625
1becddbb 17626 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17627
b61374ab
GM
176282009-10-16 Glenn Morris <rgm@gnu.org>
17629
17630 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17631
412707c2
SM
176322009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17633
17634 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17635 (ange-ftp-file-size): New function.
17636 (ange-ftp-file-attributes): Use it.
17637
0c6f436e
MA
176382009-10-16 Michael Albinus <michael.albinus@gmx.de>
17639
17640 * net/tramp-smb.el (tramp-smb-version): New defvar.
17641 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17642 repeated checks.
17643
850bfd04
GM
176442009-10-16 Glenn Morris <rgm@gnu.org>
17645
17646 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17647 Maybe copy some custom properties from old to new name. (Bug#4706)
17648
f3ed9aca
JB
176492009-10-16 Juanma Barranquero <lekktu@gmail.com>
17650
17651 * subr.el (error, sit-for, start-process-shell-command)
17652 (start-file-process-shell-command): Set the calling convention
17653 after the function definition.
17654
fd6c5134
SM
176552009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17656
17657 * subr.el (error, sit-for, start-process-shell-command)
17658 (start-file-process-shell-command): Use the new
17659 set-advertised-calling-convention feature.
17660
73874eb7
KH
176612009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17662
fd6c5134
SM
17663 * international/ucs-normalize.el (ucs-normalize-version):
17664 Change to 1.2.
17665 (check-range): Adjust for Unicode 5.2.
73874eb7 17666
03fb33cf
JL
176672009-10-15 Juri Linkov <juri@jurta.org>
17668
17669 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17670 to the `menu-item' format.
17671
4260b402
MA
176722009-10-15 Michael Albinus <michael.albinus@gmx.de>
17673
17674 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17675 if the environment variable does not exist.
17676
17677 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17678 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17679 parameter.
17680 (tramp-smb-handle-add-name-to-file)
17681 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17682 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17683 (tramp-smb-handle-file-attributes)
17684 (tramp-smb-do-file-attributes-with-stat)
17685 (tramp-smb-handle-file-local-copy)
17686 (tramp-smb-handle-insert-directory)
17687 (tramp-smb-handle-make-directory)
17688 (tramp-smb-handle-make-directory-internal)
17689 (tramp-smb-handle-make-symbolic-link)
17690 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17691 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17692 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17693 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17694 Handle long file names.
17695 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17696 process is running.
17697 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17698 Read share names with "-g" option.
17699
d7a0fd6f
GM
177002009-10-15 Ryan Yeske <rcyeske@gmail.com>
17701
17702 * net/rcirc.el (rcirc-view-log-file): New command.
17703 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17704 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17705 specified.
17706
0b44494a
GM
177072009-10-15 Glenn Morris <rgm@gnu.org>
17708
af9fb32f
GM
17709 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17710 from the second command-line argument.
17711 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17712 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17713 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17714 w32-batch-update-autoloads.
17715 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17716 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17717
0b44494a
GM
17718 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17719 the headers cannot be located. Simplify, subtracting superflous
17720 save-excursions.
17721
d5e63715
SM
177222009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17723
17724 Replace completion-base-size by completion-base-position to fix bugs
17725 such as (bug#4699).
17726 * simple.el (completion-base-position): New var.
17727 (completion-base-size): Mark as obsolete.
17728 (choose-completion): Make it work for mouse events as well.
17729 Pass the new base-position to choose-completion-string.
17730 (choose-completion-guess-base-position): New function, extracted from
17731 choose-completion-delete-max-match.
17732 (choose-completion-delete-max-match): Use it. Make obsolete.
17733 (choose-completion-string): Use the new base-position info.
17734 (completion-root-regexp): Delete.
17735 (completion-setup-function): Preserve completion-base-position.
17736 Eliminate obsolete base-size manipulation.
17737 * minibuffer.el (display-completion-list): Don't mess with base-size.
17738 (minibuffer-completion-help): Set completion-base-position instead.
17739 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17740 choose-completion.
17741 * textmodes/bibtex.el (bibtex-complete):
17742 * emacs-lisp/crm.el (crm--choose-completion-string):
17743 Adjust to new calling convention.
17744 * complete.el (partial-completion-mode): Use minibufferp to avoid
17745 bumping into incompatible change to choose-completion-string-functions.
17746 * ido.el (ido-choose-completion-string): Make its calling convention
17747 more permissive.
17748 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17749 base-size manipulation.
17750 (comint-dynamic-list-input-ring): Use dotimes and push.
17751 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17752 fundamental-mode. Use `or'.
17753
92f8bfc7
JL
177542009-10-14 Juri Linkov <juri@jurta.org>
17755
17756 * misearch.el (multi-isearch-next-buffer-from-list)
17757 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17758
e78e280d
SM
177592009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17760
384ca163
SM
17761 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17762 `bytecomp.el'.
17763
681e0e7c
SM
17764 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17765 string we return is all made up of text from the completions rather
17766 than part from the completions and part from the input (bug#4219).
17767
e78e280d
SM
17768 * ido.el (ido-everywhere): Use define-minor-mode.
17769
17770 * buff-menu.el (list-buffers, ctl-x-map):
17771 Mark the entry points with ;;;###autoload cookies.
17772
b4e813ca
DN
177732009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17774
52964e54
DN
17775 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17776 correctly in the detached head case.
17777 (vc-git-print-log): Remove unused binding.
17778
b4e813ca
DN
17779 * vc.el (vc-responsible-backend): When a directory is passed for
17780 for registration create a VC repository if no backend is
17781 responsible for the directory argument.
17782 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17783
17784 * vc.el: Move comments about RCS and SCCS ...
17785 * vc-rcs.el:
17786 * vc-sccs.el: ... here, respectively.
17787
40ba9882
SM
177882009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17789
17790 * minibuffer.el (completion--file-name-table): Return nil if there's
17791 no file completion, even if substitute-in-file-name changed
17792 the string (bug#4708).
17793
04e0f59b
JL
177942009-10-13 Juri Linkov <juri@jurta.org>
17795
17796 * files-x.el (read-file-local-variable-value): Don't filter out
17797 minor modes from mode name completion (bug#4664).
17798
314c8e25
JB
177992009-10-13 Juanma Barranquero <lekktu@gmail.com>
17800
17801 * international/mule-cmds.el (ucs-names): Remove exclusion of
17802 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17803
5c9b7d36
KH
178042009-10-13 Kenichi Handa <handa@m17n.org>
17805
17806 * international/uni-name.el: Regenerated.
17807
1e7a80f2
JB
178082009-10-13 Juanma Barranquero <lekktu@gmail.com>
17809
17810 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17811 should be automatically buffer-local, but isn't.)
17812
cd29f88b
SS
178132009-10-12 Sam Steingold <sds@gnu.org>
17814
17815 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17816 timestamps if the buffer has been visited before.
0cd16af4
SS
17817 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17818 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17819
37493a98
GM
178202009-10-12 Glenn Morris <rgm@gnu.org>
17821
17822 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17823 Let-bind `size'.
17824
3b56b1e6
JB
178252009-10-12 Juanma Barranquero <lekktu@gmail.com>
17826
7422a4bb
JB
17827 * proced.el (proced-unload-function): New function.
17828
fa72d075
JB
17829 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17830 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17831 Doc fix.
17832
3b56b1e6
JB
17833 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17834
4d9b4323
JL
178352009-10-11 Juri Linkov <juri@jurta.org>
17836
17837 * files-x.el (read-file-local-variable-value):
17838 Provide default value only for bound variables (bug#4664).
17839
f6f7e059
MA
178402009-10-11 Michael Albinus <michael.albinus@gmx.de>
17841
17842 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17843 connection methods like smb.
17844
17845 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17846 can be empty.
17847
17848 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17849 (tramp-smb-file-name-handler-alist): Add handlers for
17850 `add-name-to-file', `make-symbolic-link'.
17851 (tramp-smb-handle-add-name-to-file)
2992485f 17852 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17853 (tramp-smb-handle-make-symbolic-link)
17854 (tramp-smb-get-cifs-capabilities): New defuns.
17855 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17856 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17857 (tramp-smb-handle-file-local-copy)
17858 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17859 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17860 The file name syntax depends on cifs capabilities.
17861 (tramp-smb-handle-file-attributes):
17862 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17863 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17864 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17865
67868d26
CY
178662009-10-11 Chong Yidong <cyd@stupidchicken.com>
17867
17868 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17869 (eieio-defclass): Apply deftype handler and setf-method properties
17870 directly.
17871 (eieio-add-new-slot): Avoid union function from cl library.
17872 (eieio--typep): New function.
17873 (eieio-perform-slot-validation): Use it.
17874
6d6a5b7e
KF
178752009-10-10 Karl Fogel <kfogel@red-bean.com>
17876
3b56b1e6 17877 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17878 Update documentation to refer to the variables documented in r1.135.
17879 (Bug#4188)
17880
67b70de9
KF
178812009-10-10 Karl Fogel <kfogel@red-bean.com>
17882
17883 * bookmark.el (Info-suffix-list): Remove this unused variable.
17884 (bookmark-current-point): Remove this obsolete variable.
17885 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17886 Adjust for removal of bookmark-current-point.
17887
17888 (bookmarks-already-loaded, bookmark-current-buffer)
17889 (bookmark-yank-point): Document. (Bug#4188)
17890
58ae51ae
GM
178912009-10-10 Glenn Morris <rgm@gnu.org>
17892
4619ff5e
GM
17893 * frame.el (frame-height): Doc fix.
17894
58ae51ae
GM
17895 * calendar/calendar.el (calendar-split-width-threshold): New option.
17896 (calendar-basic-setup): Use calendar-split-width-threshold.
17897
d364386c
JB
178982009-10-09 Juanma Barranquero <lekktu@gmail.com>
17899
17900 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17901 Ideographic Supplement" range (U+1F200..U+1F2FF).
17902
33e97a28
KF
179032009-10-09 Karl Fogel <kfogel@red-bean.com>
17904
02d0f051 17905 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17906 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17907
179082009-10-09 Karl Fogel <kfogel@red-bean.com>
17909
d364386c 17910 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17911 (bookmark-bmenu-execute-deletions): Don't save here, as
17912 bookmark-delete will now do so if necessary.
d364386c 17913 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17914 (Bug#4348)
17915
9656d87b
GM
179162009-10-09 Glenn Morris <rgm@gnu.org>
17917
17918 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17919
e6227f06
KF
179202009-10-09 Karl Fogel <kfogel@red-bean.com>
17921
17922 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17923 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17924 argument now, so the two function's behaviors will match. (Bug#3645)
17925
288f783b
MA
179262009-10-08 Michael Albinus <michael.albinus@gmx.de>
17927
17928 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17929 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17930 Apply `save-match-data'.
288f783b
MA
17931
17932 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17933 case both directories are remote.
17934 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17935 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17936
872a1ea4
JB
179372009-10-07 Juanma Barranquero <lekktu@gmail.com>
17938
17939 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17940
ab2baced
GM
179412009-10-07 Glenn Morris <rgm@gnu.org>
17942
e78e280d
SM
17943 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17944 of concat.
ab2baced 17945
5c4634c1
SM
179462009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17947
17948 * files-x.el (read-file-local-variable): Include some
17949 non-user-variables in the completion table (bug#4664).
17950
c2dc9732
MA
179512009-10-07 Michael Albinus <michael.albinus@gmx.de>
17952
17953 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17954 message.
17955
17956 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17957 (tramp-smb-file-name-handler-alist): Add handler for
17958 `copy-directory', `expand-file-name', `set-file-modes'.
17959 (tramp-smb-handle-copy-directory)
17960 (tramp-smb-handle-expand-file-name)
17961 (tramp-smb-handle-set-file-modes): New defuns.
17962 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17963 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17964 entry.
17965 (tramp-smb-handle-insert-directory): Don't flush the cache.
17966 (tramp-smb-maybe-open-connection): Check for samba client and
17967 server versions.
17968
11be40a6
EZ
179692009-10-07 Eli Zaretskii <eliz@gnu.org>
17970
17971 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17972 to not error out of search for "^lisp=" fails.
17973
8c4afe20
JB
179742009-10-07 Juanma Barranquero <lekktu@gmail.com>
17975
17976 * makefile.w32-in (WINS_UPDATES): New macro.
17977 (custom-deps, finder-data, autoloads): Use it.
17978
429a1506
GM
179792009-10-07 Glenn Morris <rgm@gnu.org>
17980
ee2e93e2
GM
17981 * Makefile.in (autoloads): Revert previous change.
17982 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17983 the list of preloaded files passed on the command-line, get
17984 it from src/Makefile.
17985
429a1506
GM
17986 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17987 show the original buffer rather than a random one.
17988
a51203ee 179892009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17990
17991 * help.el (describe-no-warranty): Place point in a slightly better
17992 position in the GPLv3 text.
17993
f58f7520
SS
179942009-10-06 Sam Steingold <sds@gnu.org>
17995
17996 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17997 the comm attribute is present before calling regexp-quote.
17998
bde79dc0
JB
179992009-10-06 Juanma Barranquero <lekktu@gmail.com>
18000
18001 * play/animate.el (animate-string): For good effect, make sure
18002 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18003
18004 * play/animate.el (animate-sequence, animate-birthday-present):
18005 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18006
25ab0302
GM
180072009-10-06 Glenn Morris <rgm@gnu.org>
18008
73fe714a
GM
18009 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18010
3405d98c
GM
18011 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18012 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18013 (batch-update-autoloads): Process a string value of autoload-excludes,
18014 set during the build process.
18015 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18016
9fb2cdc5
GM
18017 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18018 inside with-parsed... macro so that `v' is defined.
18019
7938ab41
GM
18020 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18021 * progmodes/fortran.el (fortran-end-of-block)
18022 (fortran-beginning-of-block):
18023 Also push mark in the macro case.
18024
eaf9b564
GM
18025 * emerge.el (emerge-show-file-name):
18026 * calc/calc.el (calc-quit):
18027 * calc/calc-misc.el (calc-big-or-small):
18028 * calc/calc-graph.el (calc-graph-view):
18029 * calc/calc-ext.el (calc-reset):
18030 * calendar/calendar.el (calendar-basic-setup):
18031 Use window-full-height-p.
18032
25ab0302
GM
18033 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18034 header we don't understand, don't insert another. (Bug#4624)
18035 If changing mime charset, insert the new one in the right place.
18036
00169eb6
GM
180372009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18038
18039 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18040 (cal-tex-cursor-month): Correctly increment the end date for diary and
18041 holiday listing. (Bug#4626)
18042
82882188
SM
180432009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18044
40ba9882 18045 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18046 a symbol.
18047
a8f316ca
JB
180482009-10-05 Juanma Barranquero <lekktu@gmail.com>
18049
18050 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18051 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18052 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18053 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18054
18055 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18056 (eieio-default-superclass): Reflow docstrings.
18057 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18058 (eieio-unbind-method-implementations, defmethod)
18059 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18060 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18061 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18062 (eieio-slot-originating-class-p, eieio-slot-name-index)
18063 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18064 (constructor, initialize-instance, no-next-method, object-print)
18065 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18066 Fix typos in docstrings.
18067 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18068 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18069 (next-method-p): Doc fixes.
18070 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18071 Fix typos in error messages.
18072 (eieio-defmethod): Fix typo in description of generic method.
18073
18074 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18075 (eieio-persistent-save-interactive, slot-missing):
18076 Fix typos in docstrings.
18077 (eieio-instance-inheritor-slot-boundp): Doc fix.
18078
18079 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18080 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18081
18082 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18083 (eieio-custom-object-apply-reset):
18084 Fix typos in docstrings and error messages.
18085
18086 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18087 Fix typo in docstring.
18088
18089 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18090 (eieio-browse-tree): Doc fix.
18091 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18092 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18093 Fix typos in docstrings.
18094
18095 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18096 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18097 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18098 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18099 Reflow docstrings.
18100
c66b7ac0
DN
181012009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18102
4a827e0a 18103 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18104 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18105 Set log-view-vc-backend so that diff can work.
4a827e0a 18106
c66b7ac0
DN
18107 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18108 vc-version-diff.
18109 (vc-diff-internal): Autoload this instead of vc-version-diff.
18110
1902a98c
EZ
181112009-10-05 Eli Zaretskii <eliz@gnu.org>
18112
a7a8618b
EZ
18113 * simple.el (eval-expression): Doc fix.
18114
1902a98c
EZ
18115 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18116
0e1f2ee6
MA
181172009-10-05 Michael Albinus <michael.albinus@gmx.de>
18118
18119 * files.el (directory-files-no-dot-files-regexp): New defconst.
18120 (delete-directory): Use it.
18121 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18122
263c02ef 18123 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18124 (tramp-methods): Add recursive option to `tramp-copy-args'.
18125 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18126 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18127 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18128 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18129 Add handler for `copy-directory'.
18130 (tramp-handle-copy-directory): New defun.
18131 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18132 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18133 Optimize sent command.
263c02ef 18134
72aa7df4
SM
181352009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18136
4a34f065
SM
18137 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18138 window if necessary.
18139
72aa7df4
SM
18140 * calendar/calendar.el (calendar-basic-setup): Don't call
18141 switch-to-buffer in a dedicated window.
18142
5feb1ba7
KF
181432009-10-05 Karl Fogel <kfogel@red-bean.com>
18144
18145 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18146 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18147 (bookmark-error-no-filename): New error.
18148 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18149 bookmark has no file. Don't even attempt to handle things that
18150 are not files; the whole point of custom handlers is to keep that
18151 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18152 (bookmark-file-or-variation-thereof): Remove now-unused function.
18153 (bookmark-location): Doc string fix.
18154 (Bug#4250)
18155
1bd49952
KF
181562009-10-04 Karl Fogel <kfogel@red-bean.com>
18157
18158 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18159 don't use a file dialog, because they usually don't know how to read
18160 a directory target from the user. (Bug#4230)
18161 Also, make sure the prompt can display directories as well as files.
18162
825382c0
KF
181632009-10-04 Karl Fogel <kfogel@red-bean.com>
18164
18165 * bookmark.el (bookmark-set, bookmark-buffer-name):
18166 Improve doc strings. (Bug#1193)
18167
13901bcb
KF
181682009-10-04 Karl Fogel <kfogel@red-bean.com>
18169
4a34f065
SM
18170 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18171 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18172 (bookmark-get-annotation, bookmark-set-annotation)
18173 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18174 (bookmark-set-position, bookmark-get-front-context-string)
18175 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18176 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18177 (bookmark-jump-other-window, bookmark-handle-bookmark)
18178 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18179 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18180 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18181 Improve doc strings to say whether bookmark can be a string or
18182 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18183 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18184 (bookmark-default-annotation-text, bookmark-yank-word)
18185 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18186 (bookmark-import-new-list, bookmark-maybe-rename)
18187 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18188 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18189 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18190 add a FIXME comment about how the function may be pointless.
13901bcb 18191 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18192 parameter name, to clarify that this takes a bookmark record
18193 not a bookmark name.
13901bcb 18194 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18195 and improve the doc string a bit.
13901bcb
KF
18196 (Bug#4188)
18197
5c1b3e94
KF
181982009-10-04 Karl Fogel <kfogel@red-bean.com>
18199
18200 * bookmark.el (bookmark-alist): Document the new `handler' element
18201 in the param alist.
18202 (bookmark-make-record-function): Adjust documentation for above.
18203 (Bug#4193)
18204
8559076d
KF
182052009-10-04 Karl Fogel <kfogel@red-bean.com>
18206
18207 * info.el (Info-bookmark-make-record): Document this function.
18208 (Info-bookmark-jump): Document with a doc string, not just a comment.
18209 (Bug#4203)
18210
b4583b8c
MA
182112009-10-04 Michael Albinus <michael.albinus@gmx.de>
18212
18213 * files.el (copy-directory): New defun.
18214
18215 * dired-aux.el (dired-copy-file-recursive): Use it.
18216
131ae8f2
JB
182172009-10-04 Juanma Barranquero <lekktu@gmail.com>
18218
a30e71ae 18219 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18220 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18221 docstrings.
a30e71ae 18222
131ae8f2
JB
18223 * recentf.el (recentf-unload-function): New function.
18224
ccafbf06
GM
182252009-10-04 Glenn Morris <rgm@gnu.org>
18226
18227 * window.el (window-full-height-p): Add doc string.
18228
02c6f098
GM
182292009-10-04 Martin Rudalics <rudalics@gmx.at>
18230
18231 * window.el (window-full-height-p): New function. (Bug#4543)
18232
ed6b0195
DN
182332009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18234
18235 * vc.el: Remove commented out code.
18236 (vc-derived-from-dir-mode): Remove, unused.
18237 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18238
1b8d1cc7
MA
182392009-10-03 Michael Albinus <michael.albinus@gmx.de>
18240
4a34f065
SM
18241 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18242 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18243 there could be recursive loading when `default-directory' is a
18244 remote file name. (Bug#4614)
18245
ac3c593c
GM
182462009-10-03 Glenn Morris <rgm@gnu.org>
18247
686ea556
GM
18248 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18249 the frame is wide.
18250 (calendar-generate-window): Test for shrinkability rather than width.
18251
ac3c593c
GM
18252 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18253 reusing existing buffers, in case we happen to visit two files with the
18254 same basename. (Bug#4593)
18255
573709fd
EZ
182562009-10-02 Eli Zaretskii <eliz@gnu.org>
18257
4a34f065 18258 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18259 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18260 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18261 subdirs of cedet as well.
8f885d01 18262 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18263
8d6c1239
SM
182642009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18265
18266 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18267 Obey advertised-signature-table.
18268
18269 * help-fns.el (help-function-arglist): Don't check
18270 advertised-signature-table.
18271 (describe-function-1): Do it here instead so it also applies to subrs.
18272
c4861de0
MA
182732009-10-02 Michael Albinus <michael.albinus@gmx.de>
18274
18275 * simple.el (start-file-process): Say in the doc-string, that file
18276 handlers might not support pty association, if PROGRAM is nil.
18277
18278 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18279 HOST and USER are strings. They are nil, when there are
18280 incomplete entries in ~/.netrc, for example.
18281 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18282 root directory ("device busy" error otherwise).
18283
8d6c1239
SM
18284 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18285 Flush file properties of created directory.
c4861de0 18286
d2bda74f
EZ
182872009-10-02 Eli Zaretskii <eliz@gnu.org>
18288
18289 * makefile.w32-in (WINS_BASIC): Remove cedet.
18290 (WINS_CEDET): Add cedet.
18291 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18292
895d1904
GM
182932009-10-02 Kevin Ryde <user42@zip.com.au>
18294
18295 * net/browse-url.el (browse-url): Pass any symbol in
18296 browse-url-browser-function to `apply', since if you've mistakenly put
18297 an unbound symbol then the error is clearer. (Bug#4531)
18298
32226619
JB
182992009-10-02 Juanma Barranquero <lekktu@gmail.com>
18300
18301 * allout.el (allout-init, allout-back-to-current-heading)
18302 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18303 (allout-ascend, allout-up-current-level, allout-end-of-level)
18304 (allout-previous-visible-heading, allout-forward-current-level)
18305 (allout-backward-current-level, allout-show-children):
18306 * apropos.el (apropos-describe-plist):
18307 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18308 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18309 * completion.el (add-completion, add-permanent-completion):
18310 * descr-text.el (describe-text-category, describe-char):
18311 * desktop.el (desktop-lazy-abort):
18312 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18313 * dired.el (dired-build-subdir-alist):
18314 * ediff.el (ediff-version):
18315 * elide-head.el (elide-head, elide-head-show):
18316 * emerge.el (emerge-version):
18317 * env.el (getenv):
18318 * face-remap.el (variable-pitch-mode):
18319 * faces.el (describe-face):
18320 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18321 (dired-at-point):
18322 * files.el (find-file-existing, auto-save-mode):
18323 * font-lock.el (font-lock-fontify-buffer):
18324 * help-fns.el (describe-function, describe-variable)
18325 (describe-syntax, describe-categories):
18326 * help.el (view-lossage, describe-bindings, describe-key)
18327 (describe-mode):
18328 * hexl.el (hexl-current-address):
18329 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18330 * info.el (Info-goto-emacs-key-command-node):
18331 * log-edit.el (log-edit-insert-cvs-template)
18332 (log-edit-insert-cvs-rcstemplate):
18333 * menu-bar.el (menu-bar-mode):
18334 * mouse.el (mouse-appearance-menu):
18335 * newcomment.el (comment-indent-new-line):
18336 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18337 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18338 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18339 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18340 * recentf.el (recentf-mode):
18341 * savehist.el (savehist-mode, savehist-save):
18342 * shadowfile.el (shadow-copy-files):
18343 * simple.el (kill-ring-save, next-line, previous-line)
18344 (normal-erase-is-backspace-mode):
18345 * strokes.el (strokes-update-window-configuration)
18346 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18347 (strokes-xpm-for-stroke):
18348 * time.el (emacs-uptime, emacs-init-time):
18349 * tutorial.el (tutorial--describe-nonstandard-key)
18350 (tutorial--detailed-help):
18351 * type-break.el (type-break-mode)
18352 (type-break-mode-line-message-mode, type-break-query-mode)
18353 (type-break-guesstimate-keystroke-threshold):
18354 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18355 * version.el (emacs-version):
18356 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18357 * winner.el (winner-mode):
18358 * calendar/timeclock.el (timeclock-in, timeclock-out)
18359 (timeclock-status-string, timeclock-change)
18360 (timeclock-workday-remaining-string)
18361 (timeclock-workday-elapsed-string)
18362 (timeclock-when-to-leave-string):
18363 * calendar/todo-mode.el (todo-add-category):
18364 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18365 * emacs-lisp/autoload.el (update-file-autoloads):
18366 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18367 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18368 (checkdoc-message-text, checkdoc-defun):
18369 * emacs-lisp/debug.el (debugger-list-functions):
18370 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18371 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18372 (eieio-describe-generic):
18373 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18374 * emacs-lisp/shadow.el (list-load-path-shadows):
18375 * emulation/cua-base.el (cua-mode):
18376 * emulation/edt.el (edt-set-scroll-margins):
18377 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18378 (tpu-toggle-regexp, tpu-toggle-search-direction)
18379 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18380 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18381 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18382 (viper-set-parsing-style-toggling-macro)
18383 (viper-set-emacs-state-searchstyle-macros):
18384 * emulation/viper.el (viper-set-hooks):
18385 * eshell/esh-mode.el (eshell-truncate-buffer):
18386 * international/mule-cmds.el (prefer-coding-system)
18387 (describe-input-method, describe-language-environment):
18388 * international/mule-diag.el (list-character-sets)
18389 (describe-character-set, describe-coding-system)
18390 (describe-fontset, list-fontsets, list-input-methods):
18391 * mail/sendmail.el (mail-signature):
18392 * net/ange-ftp.el (ange-ftp-copy-file):
18393 * net/browse-url.el (browse-url):
18394 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18395 * net/quickurl.el (quickurl-add-url):
18396 * net/rcirc.el (names, topic):
18397 * net/xesam.el (xesam-mode):
18398 * play/5x5.el (5x5-new-game):
18399 * play/yow.el (apropos-zippy):
18400 * progmodes/ada-mode.el (ada-mode-version):
18401 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18402 (f90-end-of-block)
18403 (f90-beginning-of-block):
18404 * progmodes/fortran.el (fortran-end-of-block)
18405 (fortran-beginning-of-block):
18406 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18407 * progmodes/python.el (python-describe-symbol, python-shell):
18408 * term/ns-win.el (ns-print-buffer):
18409 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18410 * textmodes/flyspell.el (flyspell-mode-on):
18411 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18412 (pages-directory-for-addresses):
18413 * textmodes/table.el (table-recognize-cell)
18414 (table-query-dimension, table-generate-source)
18415 (table-insert-sequence, table--warn-incompatibility):
18416 * textmodes/tex-mode.el (tex-validate-buffer):
18417 * textmodes/texinfmt.el (texinfmt-version)
18418 (texinfo-format-buffer):
18419 Use `called-interactively-p' instead of `interactive-p'.
18420
12a3c28c
JB
184212009-10-02 Juanma Barranquero <lekktu@gmail.com>
18422
18423 * image-mode.el (image-toggle-display):
18424 * emacs-lisp/elp.el (elp-instrument-function):
18425 * emacs-lisp/advice.el (ad-make-advised-definition):
18426 * emacs-lisp/easy-mmode.el (define-minor-mode):
18427 * net/browse-url.el (browse-url-maybe-new-window):
18428 * progmodes/sh-script.el (sh-learn-buffer-indent):
18429 Pass new argument 'any to `called-interactively-p'.
18430
171fda8a
JB
184312009-10-01 Juanma Barranquero <lekktu@gmail.com>
18432
171fda8a
JB
18433 * international/uni-bidi.el:
18434 * international/uni-category.el:
18435 * international/uni-combining.el:
18436 * international/uni-comment.el:
18437 * international/uni-decimal.el:
9c3c9fdf 18438 * international/uni-decomposition.el:
171fda8a
JB
18439 * international/uni-digit.el:
18440 * international/uni-lowercase.el:
18441 * international/uni-mirrored.el:
18442 * international/uni-name.el:
18443 * international/uni-numeric.el:
18444 * international/uni-old-name.el:
18445 * international/uni-titlecase.el:
18446 * international/uni-uppercase.el:
18447 Regenerate from Unicode 5.2.0 data.
18448
dcb9734a
GM
184492009-10-01 Glenn Morris <rgm@gnu.org>
18450
18451 * Makefile.in (ELCFILES): Regenerate.
18452
ced10a4c
SM
184532009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18454
9d28c33e
SM
18455 * subr.el (interactive-p): Mark obsolete.
18456 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18457 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18458 advertised-signature-table for subroutines as well.
18459
ced10a4c
SM
18460 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18461 (set-advertised-calling-convention): New function.
18462 (make-obsolete, define-obsolete-function-alias)
18463 (make-obsolete-variable, define-obsolete-variable-alias):
18464 Make the optional-ness of `when' obsolete.
18465 (define-obsolete-face-alias): Make `when' non-optional.
18466 * help-fns.el (help-function-arglist):
18467 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18468 Use advertised-signature-table.
18469
cc3dda16
MA
184702009-10-01 Michael Albinus <michael.albinus@gmx.de>
18471
18472 * files.el (delete-directory): New defun. The original function
18473 in fileio.c has been renamed to `delete-directory-internal'.
18474
18475 * dired.el (dired-delete-file): Call `delete-directory' with
18476 RECURSIVE parameter.
18477
5ce6e4f4 18478 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18479 parameter RECURSIVE. Implementation is missing.
18480
18481 * net/tramp.el (tramp-handle-make-directory): Flush upper
18482 directory's file properties.
ced10a4c 18483 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18484 (tramp-handle-dired-recursive-delete-directory): Flush directory
18485 properties after the remove command only.
18486
ced10a4c
SM
18487 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18488 Handle optional parameter RECURSIVE.
cc3dda16 18489
ced10a4c
SM
18490 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18491 Handle optional parameter RECURSIVE.
cc3dda16
MA
18492
18493 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18494 connection timeout.
18495 (tramp-smb-handle-delete-directory): Handle optional parameter
18496 RECURSIVE.
18497
cf885595
SM
184982009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18499
e3a6b82f
SM
18500 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18501 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18502 (byte-compile-defmacro): Use backquotes.
18503
7201bfbb
SM
18504 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18505
cf885595
SM
18506 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18507 has no associated file.
18508 (vc-resynch-buffer): Use vc-dir-buffers.
18509
a4d2c321
GM
185102009-10-01 Glenn Morris <rgm@gnu.org>
18511
9ffe3f52
GM
18512 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18513 (chart-file-count):
18514 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18515 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18516 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18517 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18518 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18519 (eieio-copy-parents-into-subclass, make-instance, class-children)
18520 (eieio-generic-form):
bd2afec2 18521
9515cdcc
GM
18522 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18523 match-data. (Bug#4555).
18524
a4d2c321
GM
18525 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18526 rather than parsing it as a regexp. This relaxes the layout
18527 requirements and makes errors easier to detect.
18528 (check-declare-verify): Check file is regular.
18529 (check-declare-directory): Doc fix.
18530 * subr.el (declare-function): Doc fix.
18531
b15c31c7
GM
18532 * ibuffer.el (ibuffer-format-qualifier):
18533 * isearch.el (hi-lock-regexp-okay):
18534 * calc/calc.el (math-zerop):
18535 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18536 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18537 Remove unused declarations.
18538
b0b111c3
JB
185392009-09-30 Eric Ludlam <zappo@gnu.org>
18540
18541 * emacs-lisp/eieio.el (boolean-p): Delete.
18542
1fc28a2c
GM
185432009-09-30 Glenn Morris <rgm@gnu.org>
18544
1fc28a2c
GM
18545 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18546
494f4fc7
GM
18547 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18548 filename is not a string.
18549
561580e9
CY
185502009-09-29 Chong Yidong <cyd@stupidchicken.com>
18551
18552 * files.el (safe-local-eval-forms): Fix typo.
18553
dcbbecd4
SM
185542009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18555
18556 * vc-hooks.el (vc-dir-buffers): New var.
18557 (vc-state-refresh): New function.
18558 (vc-state): Use it.
18559 (vc-after-save): Always ask the backend to recompute the new state.
18560 Always call vc-dir if necessary, using vc-dir-buffers.
18561 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18562 Use vc-dir-buffers.
18563 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18564 (vc-dir-prepare-status-buffer, vc-dir-update)
18565 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18566 Don't call expand-file-name on default-directory.
18567
d88444f2
JB
185682009-09-29 Juanma Barranquero <lekktu@gmail.com>
18569
18570 * speedbar.el (speedbar-item-delete):
18571 * calc/calc-prog.el (calc-kbd-if):
18572 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18573
18574 * epa.el (epa-key-list-mode-map):
18575 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18576
18577 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18578 (hs-show-hook): Fix typo in docstring.
18579
5da62d41
GM
185802009-09-29 Glenn Morris <rgm@gnu.org>
18581
8360fce0
GM
18582 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18583 file-name-nondirectory call preventing location of cedet files.
18584 (check-declare-verify): Use literal search rather than re-search.
ae715515 18585 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18586
18587 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18588 Use tramp-compat-file-attributes rather than nonexistent
18589 tramp-compat-handle-file-attributes.
18590
5da62d41
GM
18591 * Makefile.in (lisptagsfiles4): New.
18592 (AUTOGENEL): Add cedet loaddefs files.
18593 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18594 (update-elclist, compile-always, backup-compiled-files)
18595 (bootstrap-clean): Add yet another directory level.
18596 (update-elclist): Use LC_COLLATE rather than COLLATE.
18597 (ELCFILES): Update, via `make update-elclist'.
18598
48267264
JB
185992009-09-29 Juanma Barranquero <lekktu@gmail.com>
18600
18601 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18602 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18603 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18604
2c4cd0b0
AS
186052009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18606
18607 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18608 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18609 (update-elclist): Add third directory level to look for elc files.
18610 (compile-always): Likewise.
18611 (backup-compiled-files): Likewise.
18612 (bootstrap-clean): Likewise.
18613 (ELCFILES): Update.
18614
a2533e47
CY
186152009-09-28 Chong Yidong <cyd@stupidchicken.com>
18616
18617 * Makefile.in (ELCFILES): Add CEDET files.
18618
eefbedb1
MA
186192009-09-28 Michael Albinus <michael.albinus@gmx.de>
18620
18621 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18622
18623 * net/tramp.el (top): Require tramp-imap.
18624
18625 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18626 Use `tramp-compat-handle-file-attributes'.
18627
186282009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18629
18630 * net/tramp-imap.el: New package.
18631
b0b111c3
JB
186322009-09-28 Eric Ludlam <zappo@gnu.org>
18633
18634 * emacs-lisp/chart.el:
18635 * emacs-lisp/eieio-base.el:
18636 * emacs-lisp/eieio-comp.el:
18637 * emacs-lisp/eieio-custom.el:
18638 * emacs-lisp/eieio-datadebug.el:
18639 * emacs-lisp/eieio-opt.el:
18640 * emacs-lisp/eieio-speedbar.el:
18641 * emacs-lisp/eieio.el: New files.
18642
748e3d67
VJL
186432009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18644
18645 * whitespace.el (whitespace-trailing-regexp)
18646 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18647 Fix doc string.
18648
15120dec
CY
186492009-09-27 Chong Yidong <cyd@stupidchicken.com>
18650
18651 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18652 menu.
18653
18654 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18655 menu-bar-ediff-menu.
18656
18657 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18658 define-overloadable-function.
18659
18660 * progmodes/autoconf.el: Provide autoconf as well, so that this
18661 file can be `require'd.
18662
18663 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18664
18665 * emacs-lisp/autoload.el (generated-autoload-feature)
18666 (generated-autoload-load-name): New vars.
18667 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18668 (make-autoload): Recognize define-overloadable-function and
18669 defclass forms (for EIEIO).
18670
18671 * Makefile.in (update-subdirs): Exclude cedet directory.
18672
135abf91
AR
186732009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18674
1becddbb 18675 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18676
18677 * faces.el: Default light-background background for region face to
18678 ns_selection_color under NS.
18679
3d994264
TZ
186802009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18681
18682 * net/imap-hash.el: New library, see NEWS.
18683
18684 * Makefile.in (ELCFILES): Add imap-hash.el.
18685
ce9a0ccb
SM
186862009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18687
18688 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18689 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18690 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18691 definition where the docstring could be taken for the return value.
18692
a92cdd49
GM
186932009-09-26 Glenn Morris <rgm@gnu.org>
18694
18695 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18696 Add option to only show images below a certain size.
18697 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18698 save-excursion calls.
18699
416ac2f1
EZ
187002009-09-26 Eli Zaretskii <eliz@gnu.org>
18701
18702 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18703 subdirectories) and eieio.
18704
d9a13f68
AM
187052009-09-26 Alan Mackenzie <acm@muc.de>
18706
6a7662bb
BR
18707 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18708 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18709
18710 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18711 character constants (as case labels). (Bug#4289)
d9a13f68 18712
182b3bec
CY
187132009-09-25 Juri Linkov <juri@jurta.org>
18714
18715 * files.el (safe-local-eval-forms): Allow time-stamp in
18716 before-save-hook (Bug#4554).
18717
8f75f2da
JB
187182009-09-25 Drew Adams <drew.adams@oracle.com>
18719
18720 * menu-bar.el (list-buffers-directory): Doc fix.
18721
8390fb80
SM
187222009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18725 Try and avoid copying twice the same paragraph.
18726 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18727 Remove save-excursion.
18728 (log-edit-changelog-entry): Do it here instead.
18729
11ee8d90
JB
187302009-09-25 Juanma Barranquero <lekktu@gmail.com>
18731
027b1942
JB
18732 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18733 when available, instead of hardcoding mode names. Doc fix.
18734
11ee8d90
JB
18735 * menu-bar.el (list-buffers-directory): Add docstring.
18736 Make automatically buffer-local.
18737
18738 * dired.el (dired-mode):
18739 * files.el (cd-absolute):
18740 * pcvs.el (cvs-temp-buffer):
18741 * pcvs-util.el (cvs-get-buffer-create):
18742 * shell.el (shell-mode):
18743 * vc-dir.el (vc-dir-mode):
18744 Don't make `list-buffers-directory' buffer local.
18745
21289c5d
CY
187462009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18747
8390fb80
SM
18748 * comint.el (comint-exec, comint-run, make-comint):
18749 Doc fixes (Bug#4542).
21289c5d 18750
e8652dd9
GM
187512009-09-25 Glenn Morris <rgm@gnu.org>
18752
18753 * mail/rmailmm.el (rmail-mime): New custom group.
18754 Move all defcustoms in this file into this group.
18755 (rmail-mime-media-type-handlers-alist): Revert previous change.
18756 (rmail-mime-show-images): New option.
18757 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18758 references to it, since it wasn't actually used for anything.
18759 (rmail-mime-insert-image): New function.
18760 (rmail-mime-image): Use rmail-mime-insert-image.
18761 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18762 obey the value of `rmail-mime-show-images' option. Print the size of
18763 attachments.
e8652dd9 18764
fb652bb5
JB
187652009-09-25 David Engster <deng@randomsample.de>
18766
18767 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18768
32a9841c
VJL
187692009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18770
18771 * whitespace.el: Does not highlight trailing spaces While point is
18772 at end of line. Does not highligt spaces at beginning of buffer
18773 while point is at beginning of buffer. Does not highlight spaces
18774 at end of buffer while point is at end of buffer. (Bug#4177)
18775 New version 12.0.
18776 (whitespace-display-mappings): Adjust initialization.
18777 (whitespace-point, whitespace-font-lock-refontify): New vars.
18778 (whitespace-color-on, whitespace-color-off): Adjust code.
18779 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18780 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18781 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18782
e477ca84
CY
187832009-09-24 Chong Yidong <cyd@stupidchicken.com>
18784
18785 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18786
18787 * textmodes/sgml-mode.el: Remove xml-mode alias.
18788
18789 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18790 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18791
68712602
AM
187922009-09-24 Alan Mackenzie <acm@muc.de>
18793
18794 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18795 c-forward-conditionals, but it doesn't move point and doesn't set
18796 the mark.
18797 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18798 (c-down-conditional-with-else, c-backward-conditional)
18799 (c-forward-conditional): Refactor to use c-scan-conditionals.
18800
1659ada0
JB
188012009-09-24 Juanma Barranquero <lekktu@gmail.com>
18802
18803 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18804 (help-default-arg-highlight): Remove.
18805 (help-highlight-arg): New function.
18806 (help-do-arg-highlight): Use it.
18807 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18808
b3f01e46
SM
188092009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18812 Undo last change, which didn't fix the problem and introduced others.
18813
107ef54a
NR
188142009-09-24 Nick Roberts <nickrob@snap.net.nz>
18815
18816 * progmodes/gdb-mi.el: Don't require speedbar.
18817 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18818
ffa1fed6
GM
188192009-09-24 Glenn Morris <rgm@gnu.org>
18820
2157a2be
GM
18821 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18822
6125167c
GM
18823 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18824
ffa1fed6
GM
18825 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18826 there is no newline after the final mime boundary. (Bug#4539)
18827 Move markers on insertion so that any buttons inserted don't end up in
18828 the next part of a multipart message.
2e9075d3
GM
18829 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18830 (rmail-mime-bulk-handler): Optionally handle images.
18831 (rmail-mime-image): New button action.
18832 (rmail-mime-image-handler): New function.
18833 (rmail-mime-mode): New mode.
18834 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18835
4a814992
SM
188362009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18837
075518b5
SM
18838 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18839 than just dropping elements from it (bug#4504).
18840
8ad2defc
SM
18841 * term.el (term-set-scroll-region): Don't move cursor any more.
18842 (term-handle-ansi-escape): Call term-goto here instead.
18843 Suggested by Ivan Kanis <apple@kanis.eu>.
18844
4a814992
SM
18845 * term.el: Require CL.
18846 (term-ansi-reset): New function.
18847 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18848 (term-handle-colors-array): Simplify.
18849
5a0c3f56
JB
188502009-09-24 Juanma Barranquero <lekktu@gmail.com>
18851
18852 * allout.el (allout-overlay-interior-modification-handler)
18853 (allout-obtain-passphrase):
18854 * epa-file.el (epa-file-write-region):
18855 * ps-print.el (ps-begin-job):
18856 * vc-hooks.el (vc-toggle-read-only):
18857 * vc-rcs.el (vc-rcs-rollback):
18858 * vc-sccs.el (vc-sccs-rollback):
18859 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18860 (vc-version-diff, vc-revert, vc-rollback):
18861 * wdired.el (wdired-check-kill-buffer):
18862 * emacs-lisp/authors.el (authors):
18863 * net/socks.el (socks-open-connection):
18864 * net/zeroconf.el (zeroconf-service-add-hook):
18865 * obsolete/vc-mcvs.el (vc-mcvs-register):
18866 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18867 (gdb-select-frame):
18868 * progmodes/grep.el (lgrep, rgrep):
18869 * progmodes/idlw-help.el (idlwave-help-check-locations)
18870 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18871 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18872 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18873 (reftex-toc-rename-label): Fix typos in error messages.
18874
18875 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18876 (dired-copy-how-to-fn): Doc fix.
18877 (dired-files-attributes, dired-read-shell-command):
18878 Fix typos in docstrings.
18879
18880 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18881 (dired-x-find-file-other-window): Reflow docstrings.
18882 (dired-omit-marker-char, dired-read-shell-command)
18883 (dired-x-submit-report): Fix typos in docstrings.
18884
18885 * shell.el (shell-mode-hook):
18886 * view.el (View-scroll-line-forward):
18887 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18888 Fix typos in docstrings.
18889
18890 * net/dig.el (dig-invoke): Fix typo in docstring.
18891 (query-dig): Reflow docstring.
18892
18893 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18894 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18895 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18896 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18897 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18898 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18899 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18900 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18901 (idlwave-completion-map, idlwave-current-indent)
18902 (idlwave-custom-ampersand-surround, idlwave-customize)
18903 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18904 (idlwave-define-abbrev, idlwave-determine-class-special)
18905 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18906 (idlwave-end-block-reg, idlwave-end-of-statement)
18907 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18908 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18909 (idlwave-explicit-class-listed, idlwave-file-header)
18910 (idlwave-fill-paragraph, idlwave-find-class-definition)
18911 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18912 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18913 (idlwave-in-quote, idlwave-indent-action-table)
18914 (idlwave-indent-expand-table, idlwave-indent-line)
18915 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18916 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18917 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18918 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18919 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18920 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18921 (idlwave-outlawed-buffers, idlwave-popup-select)
18922 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18923 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18924 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18925 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18926 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18927 (idlwave-statement-type, idlwave-struct-skip)
18928 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18929 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18930 (idlwave-what-module-find-class): Fix typos in docstrings.
18931 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18932 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18933 (idlwave-find-module, idlwave-find-structure-definition)
18934 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18935 (idlwave-list-load-path-shadows, idlwave-next-statement)
18936 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18937 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18938 (idlwave-template): Reflow docstrings.
18939
18940 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18941 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18942 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18943 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18944 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18945 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18946 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18947 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18948 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18949 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18950 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18951 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18952 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18953 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18954 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18955 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18956 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18957 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18958 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18959 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18960 Fix typos in docstrings.
18961 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18962 (idlwave-shell-hide-output, idlwave-shell-mode)
18963 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18964 Reflow docstrings.
18965
18966 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18967
62136c5d
SM
189682009-09-24 Ivan Kanis <apple@kanis.eu>
18969
18970 * term.el (term-bold-attribute): New var.
18971 (term-handle-colors-array): Use it.
18972
9c1a45ed
NR
189732009-09-23 Nick Roberts <nickrob@snap.net.nz>
18974
18975 * progmodes/gdb-mi.el (gdb-version): New variable.
18976 (gdb-non-stop-handler): Set gdb-version.
18977 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18978 Condition "--thread" option on gdb-version.
18979 (gdb-invalidate-threads): Remove unused argument.
18980
03304f31
SM
189812009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18982
18983 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18984 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18985
4f02f0c9
GM
189862009-09-23 Glenn Morris <rgm@gnu.org>
18987
18988 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18989 replying to mail without References or Message-Id. (Bug#4525)
18990
a3b4b363
AR
189912009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18992
18993 * term/ns-win.el (ns-reg-to-script): New variable.
18994
7bda18cc
DU
189952009-09-23 Daiki Ueno <ueno@unixuser.org>
18996
18997 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18998
72169e55
SS
189992009-09-22 Sam Steingold <sds@gnu.org>
19000
19001 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19002 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19003 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19004 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19005
905b7d38
SM
190062009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19007
b0459dec
SM
19008 * textmodes/fill.el: Convert to utf-8 encoding.
19009 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19010 pre-Unicode days.
b0459dec 19011
905b7d38
SM
19012 * add-log.el (change-log-fill-forward-paragraph): New function.
19013 (change-log-mode): Use it so fill-region DTRT.
19014 Set fill-indent-according-to-mode here rather than in
19015 change-log-fill-paragraph.
19016 (change-log-fill-paragraph): Remove.
19017
baa7f3de
JB
190182009-09-22 Juanma Barranquero <lekktu@gmail.com>
19019
19020 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19021 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19022
a8d789f0
GM
190232009-09-22 Glenn Morris <rgm@gnu.org>
19024
daedbbc2
GM
19025 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19026 the scroll-bar scroll the calendar window rather than the buffer.
19027
d8899a74
GM
19028 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19029 commands that move point (as opposed to scrolling).
19030
a8d789f0
GM
19031 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19032
19033 * emacs-lisp/elint.el (elint): New custom group.
19034 (elint-log-buffer): Make it a defcustom.
19035 (elint-scan-preloaded, elint-ignored-warnings)
19036 (elint-directory-skip-re): New options.
19037 (elint-builtin-variables): Doc fix.
19038 (elint-preloaded-env): New variable.
19039 (elint-unknown-builtin-args): Add an entry for encode-time.
19040 (elint-extra-errors): Make it a variable rather than a constant.
19041 (elint-preloaded-skip-re): New constant.
19042 (elint-directory): Skip files matching elint-directory-skip-re.
19043 (elint-features): New variable, local to linted buffers.
19044 (elint-update-env): Initialize elint-features. Possibly add
19045 elint-preloaded-env to the buffer's environment.
19046 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19047 Skip quoted forms.
19048 (elint-init-form): New function, extracted from elint-init-env.
19049 Make non-list forms a warning rather than an error.
19050 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19051 easy-menu-define, put that adds an error-condition, and provide.
19052 When requiring cl, also require cl-macs. Really require cl, to handle
19053 some cl macros. Store required libraries in the list elint-features,
19054 so as not to re-load them. Treat cc-require like require.
19055 (elint-init-env): Call elint-init-form to do the work.
19056 Handle eval-and-compile and such like.
19057 (elint-add-required-env): Do not clear messages.
19058 (elint-special-forms): Add handlers for function, defalias, if, when,
19059 unless, and, or.
19060 (elint-form): Add optional argument to ignore elint-special-forms,
19061 useful to prevent recursive calls from handlers. Doc fix.
19062 Respect elint-ignored-warnings.
19063 (elint-form): Respect elint-ignored-warnings.
19064 (elint-bound-variable, elint-bound-function): New variables.
19065 (elint-unbound-variable): Respect elint-bound-variable.
19066 (elint-get-args): Respect elint-bound-function.
19067 (elint-check-cond-form): Add some simple handling for (f)boundp and
19068 featurep tests.
19069 (elint-check-defalias-form): New handler.
19070 (elint-check-let-form): Make an empty let a warning rather than an
19071 error.
19072 (elint-check-setq-form): Make an empty setq a warning rather than an
19073 error. Respect elint-ignored-warnings.
19074 (elint-check-defvar-form): Accept null doc-strings.
19075 (elint-check-conditional-form): New handler. Does some simple-minded
19076 checking of featurep and (f)boundp tests.
19077 (elint-put-function-args): New function.
19078 (elint-initialize): Use elint-scan-doc-file rather than
19079 elint-find-builtin-variables. Use elint-put-function-args.
19080 Possibly scan preloaded-file-list.
19081 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19082 extend to handle functions as well.
19083
245be23c
JB
190842009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19085
19086 * linum.el (linum-delete-overlays, linum-update-window):
19087 Do not modify the right margin. (Bug#3971)
19088
91fdbd6f
CY
190892009-09-21 Chong Yidong <cyd@stupidchicken.com>
19090
6a7662bb
BR
19091 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19092 Use nxml-mode instead of xml-mode.
91fdbd6f 19093
7589d38e
JB
190942009-09-21 Kevin Ryde <user42@zip.com.au>
19095
19096 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19097
5ac42715
SM
190982009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19099
19100 * net/dig.el (dig-mode): Use define-derived-mode.
19101
09c01323
DN
191022009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19103
4096c5f2
DN
19104 * vc-dispatcher.el (vc-do-command): Return the process object in
19105 the asynchronous case. Use when instead of if. Do not run
5480359e 19106 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19107
0e172cc2
DN
19108 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19109 properties to the stash strings.
19110 (vc-git-stash-list): Return a list of strings.
19111 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19112 (vc-git-stash-show-at-point): New functions.
19113 (vc-git-stash-map): New keymap.
19114
03304f31
SM
19115 * register.el (ctl-x-r-map): Define the keys here instead of
19116 using autoload.
09c01323 19117
03304f31 191182009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19119
19120 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19121 list, to workaround performance problem (bug#4485).
19122
2f5fc4d7
NR
191232009-09-20 Nick Roberts <nickrob@snap.net.nz>
19124
19125 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19126
b0f5fd2e
DU
191272009-09-20 Daiki Ueno <ueno@unixuser.org>
19128
19129 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19130 Document that this option is not recommended to use.
19131
f3445fab
GM
191322009-09-19 Glenn Morris <rgm@gnu.org>
19133
547c6921
GM
19134 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19135 variable `var'.
19136
f3445fab
GM
19137 * calc/calc-alg.el (var):
19138 * calc/calcalg2.el (var): Define for compiler.
19139
946c009b
CY
191402009-09-19 Chong Yidong <cyd@stupidchicken.com>
19141
e3f36d03
SM
19142 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19143 Doc fix (Bug#3932).
e2045997 19144
24aedbca
CY
19145 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19146
327dd27a
CY
19147 * time-stamp.el (time-stamp-month-dd-yyyy)
19148 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19149 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19150 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19151 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19152 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19153
946c009b
CY
19154 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19155 indent buffer only if called interactively (Bug#4452).
19156
3e70541a 191572009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19158 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19159
19160 This fixes bug#4197 (merged to bug#865, though not identical).
19161 * server.el (server-auth-dir): Add docstring note about FAT32.
19162 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19163 but warn against using them.
19164
9b94c32e
NR
191652009-09-19 Nick Roberts <nickrob@snap.net.nz>
19166
19167 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19168 older GDB where there is no has_more field.
19169
66590684
GM
191702009-09-19 Glenn Morris <rgm@gnu.org>
19171
19172 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19173
9a1337f9
CY
191742009-09-18 Chong Yidong <cyd@stupidchicken.com>
19175
19176 * files.el (auto-mode-alist): Change default for XML files to nXML
19177 mode (Bug#4169).
19178
d7554167
JB
191792009-09-18 Juanma Barranquero <lekktu@gmail.com>
19180
19181 * server.el (server-ensure-safe-dir): Pass 'integer
19182 to `file-attributes', as suggested.
19183
35a3f9a4
SM
191842009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19187 (dired-query): Use read-key.
19188
044f9b05
AR
191892009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19190
19191 * cus-start.el (ns-use-qd-smoothing): Remove.
19192
6188ea49
GM
191932009-09-18 Glenn Morris <rgm@gnu.org>
19194
08cf18e4
GM
19195 * allout.el (top-level): Remove unnecessary progn.
19196
07eae5c5
GM
19197 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19198
6726c25e
GM
19199 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19200 definition of abbrev table.
19201
3f527154 19202 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19203 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19204 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19205 * net/newst-backend.el (newsticker--cache-read-feed):
19206 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19207 condition-case handlers.
19208
ccb4c30c
NR
192092009-09-18 Nick Roberts <nickrob@snap.net.nz>
19210
19211 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19212 (gdb-var-list): Add an element for has_more field.
19213 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19214 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19215 (gdb-var-update-handler-1): Parse output of dynamic variable
19216 objects (STL containers).
19217 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19218 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19219
19220 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19221 gdb-var-list.
19222 (gud-speedbar-buttons): Make node expandable if expression "has more"
19223 children.
19224
8686ac71
JB
192252009-09-17 Juanma Barranquero <lekktu@gmail.com>
19226
19227 * startup.el (emacs-quick-startup): Remove variable and all uses.
19228 (command-line): Set `inhibit-x-resources' instead.
19229 (command-line-1): Use `inhibit-x-resources' instead.
19230
a69c67e8
CY
192312009-09-17 Chong Yidong <cyd@stupidchicken.com>
19232
19233 * subr.el: Fix last change to avoid using the `unless' macro,
19234 which breaks bootstrapping.
19235
354f0faf
SM
192362009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19237
19238 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19239 extended definitions, in case we reload subr.el after having
19240 loaded CL.
19241 (eval-next-after-load): Mark as obsolete.
19242
98b9bf40
JL
192432009-09-17 Juri Linkov <juri@jurta.org>
19244
19245 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19246 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19247 (menu-bar-showhide-menu, menu-bar-tools-menu)
19248 (menu-bar-describe-menu, menu-bar-help-menu)
19249 (minibuffer-local-completion-map, minibuffer-local-map):
19250 Fix list quoting.
19251
28fab7b5
GM
192522009-09-17 Glenn Morris <rgm@gnu.org>
19253
88d5190c
GM
19254 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19255 arguments, whether or not it has a handler.
19256
74f24ba7
GM
19257 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19258
28fab7b5
GM
19259 * simple.el (hard-newline): Give it a doc-string.
19260
a8106aec
GM
19261 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19262 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19263
76251ad7
DN
192642009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19265
72033dbe
DN
19266 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19267 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19268 (menu-bar-options-menu, menu-bar-showhide-menu)
19269 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19270 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19271 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19272 (menu-bar-options-menu, menu-bar-tools-menu)
19273 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19274 (menu-bar-help-menu):
19275 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19276 string arguments.
19277
76251ad7
DN
19278 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19279 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19280 calls for the menu names and :help.
19281
97b952b7
SM
192822009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19283
19284 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19285 to :minor-mode-function (bug#4455).
19286
8f38189e
SM
192872009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19288
d2fd733e
SM
19289 * startup.el (command-line): Initialize the window-system after
19290 processing the command-line.
19291
8f38189e
SM
19292 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19293 page-delimiter matches the empty string.
19294
77564fa4
GM
192952009-09-16 Glenn Morris <rgm@gnu.org>
19296
19297 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19298 byte-compile-not-obsolete-var. It's a list now.
19299 (byte-compile-not-obsolete-funcs): New variable.
19300 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19301 byte-compile-not-obsolete-funcs.
19302 (byte-compile-variable-ref, byte-compile-defvar): Update for
19303 byte-compile-not-obsolete-vars name-change and list nature.
19304 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19305 and variables behind (f)boundp tests.
19306 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19307
79d316d3
DN
193082009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19309
19310 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19311
8fed6934
SM
193122009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19315 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19316 Don't autoload.
19317
4078fd57
SE
193182009-09-15 Stephen Eglen <stephen@gnu.org>
19319
19320 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19321 the virtual-buffers, use the name of the buffer specified by
4078fd57 19322 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19323 problem if the target and the symlink had different names.)
4078fd57 19324
838ff458
SM
193252009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19326
b3c7c12d
SM
19327 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19328
13dc2bc2
SM
19329 * desktop.el (desktop-path): Check user-emacs-directory.
19330
49fec531
SM
19331 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19332
0e328d37
SM
19333 * loadup.el: Use after-load-functions to GC after loading each file.
19334 Remove the explicit GC calls that used to be sprinkled around.
19335
838ff458
SM
19336 * subr.el (after-load-functions): New hook.
19337 (do-after-load-evaluation): Run it. Use string-match-p to detect
19338 `obsolete' packages, rather than painfully extracting the relevant
19339 directory name.
19340
a62f564f
GM
193412009-09-15 Glenn Morris <rgm@gnu.org>
19342
19343 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19344 free variable `doc'.
19345
19346 * dired.el (dired-mode-map): Add menu entry for async shell command.
19347
19348 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19349 variables, also consider the .elc files, since the .el files are
19350 normally gzipped (subsequent code locates the .el.gz from the .elc).
19351
19352 * calc/calc-prog.el (arglist): Define for compiler.
19353
19354 * calendar/diary-lib.el (diary-display-function): Change the default to
19355 fancy display.
19356 (body): Define for compiler.
19357
19358 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19359 (byte-compile-file-form, byte-compile-lambda)
19360 (byte-compile-top-level-body, byte-compile-form)
19361 (byte-compile-variable-ref, byte-compile-setq)
19362 (byte-compile-setq-default, byte-compile-body)
19363 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19364 (batch-byte-compile): Give some more local variables with common names
19365 a "bytecomp-" prefix to avoid masking warnings about free variables.
19366
cd05fe7f
GM
19367 * startup.el (command-line-1): Give local variables with common names a
19368 distinguishing prefix, so as not to hide free variable warnings during
19369 bootstrap.
19370
a62f564f
GM
19371 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19372 clever and add a suffix to make a unique name, just let the user decide
19373 whether or not to overwrite it. If the input is a directory, write the
19374 default filename to that directory. (Bug#4388)
19375 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19376 is a filename-as-a-directory.
19377
fbc88440
SM
193782009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * textmodes/page.el (what-page): Don't move to beginning of line.
19381 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19382
60308853
DN
193832009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19384
19385 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19386
32ba3abc
DN
193872009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19388
9cd39aff
DN
19389 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19390 * help.el (help-for-help-internal): Add purecopy calls for text.
19391
32ba3abc
DN
19392 * vc.el (top): print-log method now takes an optional SHORTLOG
19393 argument. Add a new method: root.
32ba3abc
DN
19394 (vc-root-diff, vc-print-root-log): New functions.
19395 (vc-log-short-style): New variable.
19396 (vc-print-log-internal): Add support for showing short logs.
19397
19398 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19399 vc-print-root-log and vc-print-root-diff.
19400
19401 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19402 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19403 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19404 short logs.
19405
19406 * vc-cvs.el (vc-cvs-print-log):
19407 * vc-mtn.el (vc-mtn-print-log):
19408 * vc-rcs.el (vc-rcs-print-log):
19409 * vc-sccs.el (vc-sccs-print-log):
19410 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19411 that is ignored for now.
19412
837b0e99
DN
19413 * vc-mtn.el (vc-mtn-annotate-command):
19414 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19415
31cd2dd4
SM
194162009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19419 to function-key-map, and give them ascii-character property.
19420 * term/x-win.el (x-alternatives-map):
19421 * term/ns-win.el (ns-alternatives-map):
19422 * term/internal.el (msdos-key-remapping-map):
19423 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19424
d62e5bf2
GM
194252009-09-14 Glenn Morris <rgm@gnu.org>
19426
19427 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19428 temp-buffers (2009-09-12).
19429
7d0105e5
SM
194302009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19431
19432 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19433 the new read-key function.
19434
e17ed9ad
CY
194352009-09-13 Chong Yidong <cyd@stupidchicken.com>
19436
19437 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19438 is defined (Bug#4405).
19439
1fc26e29
CY
194402009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19441
19442 * recentf.el (recentf-cleanup): Use a hash table to find
19443 duplicates (Bug#4407).
19444
61dc96a2 194452009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19446
19447 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19448 kp-0 to ascii equivalents (Bug#4325).
19449
42c3a9e3
CY
194502009-09-13 Chong Yidong <cyd@stupidchicken.com>
19451
1f5c1626
CY
19452 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19453
42c3a9e3 19454 * eshell/em-hist.el:
31cd2dd4
SM
19455 * eshell/em-dirs.el (eshell-complete-user-reference):
19456 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19457
194582009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19459
19460 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19461 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19462 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19463 * eshell/em-hist.el (eshell-history-file-name):
19464 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19465
1e2b6acf
GM
194662009-09-13 Glenn Morris <rgm@gnu.org>
19467
19468 * ediff-merg.el (ediff-do-merge):
19469 * filesets.el (filesets-run-cmd):
19470 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19471 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19472 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19473 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19474 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19475 Replace empty `let's with `progn'.
19476
adba8116
SM
194772009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * mail/sendmail.el (send-mail-function):
19480 * tooltip.el (tooltip-mode):
19481 * simple.el (transient-mark-mode):
19482 * rfn-eshadow.el (file-name-shadow-mode):
19483 * frame.el (blink-cursor-mode):
19484 * font-core.el (global-font-lock-mode):
19485 * files.el (temporary-file-directory)
19486 (small-temporary-file-directory, auto-save-file-name-transforms):
19487 * epa-hook.el (auto-encryption-mode):
19488 * composite.el (global-auto-composition-mode):
19489 Use custom-initialize-delay.
19490 * startup.el (command-line): Don't explicitly call
19491 custom-reevaluate-setting for all the above vars.
19492 * custom.el (custom-initialize-safe-set)
19493 (custom-initialize-safe-default): Delete.
19494
0a4afea9
SM
194952009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19496
9f94990d
SM
19497 * term/x-win.el (x-initialize-window-system):
19498 * term/w32-win.el (w32-initialize-window-system):
19499 * term/ns-win.el (ns-initialize-window-system): Don't call
19500 mouse-wheel-mode since it's enabled globally by default already.
19501
0a4afea9
SM
19502 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19503 actually define the variable, but only silences the byte-compiler.
19504 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19505 before looking it up.
19506 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19507 is changed.
19508
bf01513f
GM
195092009-09-12 Glenn Morris <rgm@gnu.org>
19510
19511 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19512 1000.
19513 (elint-add-required-env): Don't beep on error.
19514 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19515 (elint-init-env): Skip non-list forms.
19516 (elint-log): Handle unknown file positions.
bf01513f 19517
d85889e4
DU
195182009-09-12 Daiki Ueno <ueno@unixuser.org>
19519
19520 * epg.el (epg-make-context): Add autoload cookie.
19521 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19522 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19523 (epg-verify-string, epg-start-sign, epg-sign-file)
19524 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19525 (epg-encrypt-string, epg-start-export-keys)
19526 (epg-export-keys-to-file, epg-export-keys-to-string)
19527 (epg-start-import-keys, epg-import-keys-from-file)
19528 (epg-import-keys-from-string, epg-start-receive-keys)
19529 (epg-receive-keys, epg-import-keys-from-server)
19530 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19531 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19532 (epg-generate-key-from-file, epg-generate-key-from-string):
19533 Remove autoload cookie.
d85889e4 19534
8f825ee6
EZ
195352009-09-12 Eli Zaretskii <eliz@gnu.org>
19536
36b434ee
EZ
19537 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19538 reevaluation of trash-directory.
19539
8f825ee6
EZ
19540 * mwheel.el: Fix last change.
19541 (mouse-wheel-mode): New defvar.
19542 (mouse-wheel-mode): Remove autoload cookie.
19543
5766c380
SM
195442009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19545
ab5c0fcd
SM
19546 * mwheel.el (mwheel-installed-bindings): New var.
19547 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19548 the bindings we set last time. Use custom-initialize-delay.
19549 * loadup.el: Load mwheel after term/*-win.el.
19550 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19551 and mouse-wheel-up-event now that their first evaluation is done
19552 sufficiently late to be correct.
19553
45448e64
SM
19554 * startup.el (tutorial-directory): Make it a defcustom.
19555 Use custom-initialize-delay rather than eval-at-startup to set it.
19556 * image.el (image-load-path): Make it a defcustom.
19557 Use custom-initialize-delay rather than eval-at-startup to set it.
19558 * subr.el (eval-at-startup): Remove.
19559 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19560
5766c380
SM
19561 * subr.el (do-after-load-evaluation): Warn the user after loading an
19562 obsolete package.
19563
d6549da4
GM
195642009-09-12 Glenn Morris <rgm@gnu.org>
19565
19566 * proced.el (proced-mark-alt): Remove alias.
19567 (proced-mode-map): Remove proced-mark-alt.
19568
19569 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19570 Elint file and directory. Remove initialization entry.
19571
19572 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19573 commands.
19574 (elint-current-buffer): Set mode-line-process.
19575 (elint-init-env): Handle define-derived-mode.
19576 Fix declare-function with unspecified arglist. Guard against odd
19577 defalias statements (eg iso-insert's 8859-1-map).
19578 (elint-add-required-env): Use a temp buffer.
19579 (elint-form): Just print the function/macro name, not the whole form.
19580 Return env unchanged if we fail to parse a macro.
19581 (elint-forms): Guard against parse errors.
19582 (elint-output): New function, to handle batch mode.
19583 (elint-log-message): Add optional argument. Use elint-output.
19584 (elint-set-mode-line): New function.
19585
30194d4d
CY
195862009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19587
19588 * emacs-lisp/elp.el (elp-not-profilable): Add more
19589 functions (Bug#4233).
19590
a035f9b0
CY
195912009-09-12 Chong Yidong <cyd@stupidchicken.com>
19592
19593 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19594 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19595
dad61164
NR
195962009-09-11 Nick Roberts <nickrob@snap.net.nz>
19597
19598 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19599 (gdb-var-list-children): Use json parsing.
19600
9c3c9fdf 196012009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19602
19603 * progmodes/js.el (js--proper-indentation): Handle the case where
19604 char-before is null. Reported by Deniz Dogan.
19605
b4587710
JB
196062009-09-11 Juanma Barranquero <lekktu@gmail.com>
19607
19608 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19609
13890796
DU
196102009-09-11 Daiki Ueno <ueno@unixuser.org>
19611
19612 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19613 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19614 (epg-context-set-passphrase-callback)
97d4bdba 19615 (epg-context-set-progress-callback): Add description about
b18508dd 19616 callback function.
13890796 19617
2efb64a8
SM
196182009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19619
790d0270
SM
19620 * custom.el (custom-delayed-init-variables): New var.
19621 (custom-initialize-delay): New function.
19622 * startup.el (command-line): "Re"evaluate all vars in
19623 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19624 explicitly any more.
19625 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19626 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19627
19628 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19629
ac243a40
NR
196302009-09-11 Nick Roberts <nickrob@snap.net.nz>
19631
19632 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19633 (gdb-var-update-handler): Use json parsing.
19634
657bc6fc
JB
196352009-09-11 Juanma Barranquero <lekktu@gmail.com>
19636
19637 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19638 decode annotated text, regardless of language environment. (Bug#2741)
19639
b6fe8102
SM
196402009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19641
19642 * Makefile.in (autoloads): Make rmail.el writable as well.
19643
5cc443fe
GM
196442009-09-11 Glenn Morris <rgm@gnu.org>
19645
5515c54e
GM
19646 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19647 loaddefs.el.
19648 * dired.el: Regenerate with extracted autoloads.
19649 * Makefile.in (autoloads): Make dired.el writable.
19650
15067158
GM
19651 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19652 * ibuffer.el: Regenerate with extracted autoloads.
19653 * Makefile.in (autoloads): Make ibuffer.el writable.
19654
d35d0238
GM
19655 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19656 * version.el (emacs-copyright, emacs-major-version)
19657 (emacs-minor-version): Reformat doc-strings for make-docfile.
19658
5cc443fe
GM
19659 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19660 functions and variables, since they must be stuff specific to some other
19661 platform.
19662 (apropos-print): Make mouse-click message less specific about button.
19663
19664 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19665 that records where a macro was defined.
19666 * help-fns.el (describe-function-1): Mention if a function has a
19667 compiler-macro.
19668 * help-mode.el (help-function-cmacro): New button.
19669
19670 * locate.el (top-level): Always require dired.
19671 (locate-mode-map): Initialize inside the defvar.
19672
19673 * net/ange-ftp.el (dired-compress-file): Declare.
19674 (ange-ftp-dired-compress-file): Add doc string.
19675
19676 * term/ns-win.el (x-display-name, x-setup-function-keys):
19677 Unify doc-strings with X versions.
19678
8cb95edf
SM
196792009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19680
726a4d09
SM
19681 * emulation/crisp.el (crisp-mode-map): Move initialization
19682 into declaration.
19683 (crisp-mode): Use define-minor-mode.
19684
8cb95edf
SM
19685 * progmodes/xscheme.el (xscheme-evaluation-commands):
19686 Put a :advertised-binding property rather than using
19687 advertised-xscheme-send-previous-expression.
19688 (advertised-xscheme-send-previous-expression): Declare obsolete.
19689 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19690 `advertised-undo'.
19691 (crisp-mode): Add corresponding bindings to
19692 undo's :advertised-binding instead.
19693 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19694 than using dired-advertised-find-file.
19695 (dired-advertised-find-file):
19696 * simple.el (advertised-undo):
19697 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19698 (widget-keymap): Put a :advertised-binding property rather
19699 than using advertised-widget-backward.
19700 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19701 than using advertised-undo.
19702 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19703
07db5857
SS
197042009-09-10 Simon South <ssouth@slowcomputing.org>
19705
19706 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19707 Mark mode is enabled and region is active; otherwise indent or
19708 insert TAB as usual.
19709 (delphi-mode): Update description of TAB-key binding.
19710
50d4ba39
SM
197112009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19712
19713 * subr.el (define-key-rebound-commands): Mark obsolete.
19714 * startup.el (precompute-menubar-bindings): Remove.
19715 (normal-top-level): Remove obsolete code that tried to precompute
19716 menubar bindings.
19717 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19718 define-key-rebound-commands and precompute-menubar-bindings.
19719
ffa894db
KY
197202009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19721
19722 * net/imap.el (imap-interactive-login): Better messages.
19723 (imap-open): Fix bug with renamed buffer on reconnect.
19724 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19725 for easier debugging and cleaner code. On successful (guessed based on
19726 server capabilities) secondary authentication, set imap-state
19727 correctly.
19728 (imap-last-authenticator): Define imap-last-authenticator as a variable
19729 to avoid warnings.
19730
9477096c
GM
197312009-09-10 Glenn Morris <rgm@gnu.org>
19732
19733 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19734
19735 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19736 (byte-compile-file-form-autoload): Don't warn about unknown functions
19737 where the autoload statement comes after the use.
19738 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19739 that any handlers inside the body (eg require) are in turn respected.
19740
19741 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19742 effects.
19743
19744 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19745 and syntax and abbrev tables basic docs, if they don't have any.
19746
19747 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19748
19749 * international/mule-cmds.el (top-level): Require cl when compiling.
19750 (view-hello-file): Use default-value rather than
19751 default-enable-multibyte-characters.
19752
19753 * progmodes/fortran.el: Move all safe and risky properties into the
19754 defcustoms.
19755
19756 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19757 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19758 * mail/undigest.el:
19759 Put autoloads in rmail.el rather than loaddefs.el.
19760 * mail/rmail.el: Regenerate with extracted autoloads.
19761
19762 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19763 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19764
9f16c547
NR
197652009-09-10 Nick Roberts <nickrob@snap.net.nz>
19766
19767 Reported in thread for Bug#4375.
19768 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19769 "-data-evaluate-expression" instead of print.
19770 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19771 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19772 (gdb): Revert 2009-08-11 change. User should detach inferior
19773 manually.
9f16c547
NR
19774
19775 Remove the word "separate" from IO functions as inferior
19776 output is now never displayed in the GUD buffer.
19777
50405cd0
JB
197782009-09-10 Juanma Barranquero <lekktu@gmail.com>
19779
19780 * startup.el (command-line-normalize-file-name): On Windows and
19781 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19782
7ae62430
JL
197832009-09-10 Juri Linkov <juri@jurta.org>
19784
19785 * isearch.el (isearch-text-char-description): Propertize escape
19786 character sequences with the `escape-glyph' face. (Bug#4344)
19787
19788 * simple.el (shell-command): Set asynchronous process filter to
19789 `comint-output-filter'. (Bug#4343)
19790
19791 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19792 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19793 the list. Move "asm" to the bottom.
19794 (grep-find-ignored-directories): Add `choice' with nil value
19795 to empty the list easily.
19796 (grep-find-ignored-files): New option.
19797 (grep-files-history): Set to nil by default instead of '("ch" "el").
19798 (grep-compute-defaults): Add "<X>" to `grep-template'.
19799 (grep-read-files): Bind new local variables `default-alias' and
19800 `default-extension'. Use a list of default values for the file prompt.
19801 (lgrep): Add `--exclude=' command line options composed from
19802 `grep-find-ignored-files'.
19803 (rgrep): Add `-name' command line options composed from
19804 `grep-find-ignored-files'. (Bug#4301)
19805
cd875252
SM
198062009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19807
19808 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19809 (bug#4368).
19810
cdce0b33
KY
198112009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19812
19813 * calendar/time-date.el (autoload):
19814 Expand define-obsolete-function-alias into defalias and make-obsolete
19815 for old Emacsen that Gnus supports.
19816 (with-no-warnings): Define it for old Emacsen.
19817 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19818 is available.
19819 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19820 float-time is available; suppress compile warning for time-to-seconds.
19821
198222009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19823
19824 * net/imap.el (imap-message-map): Docstring fix.
19825
2b2eb431
GM
198262009-09-09 Glenn Morris <rgm@gnu.org>
19827
19828 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19829 line numbers too. (Bug#4374)
19830
83a5aac5
SM
198312009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19832
755e0210
SM
19833 * smerge-mode.el (smerge-remove-props, smerge-refine):
19834 Use with-silent-modifications (bug#4342).
19835
83a5aac5
SM
19836 * subr.el (with-silent-modifications): New macro.
19837
79f01fa7
JB
198382009-09-07 Juanma Barranquero <lekktu@gmail.com>
19839
19840 * files.el (top-level): Require `cl' when compiling.
19841
448ecec3
GM
198422009-09-07 Glenn Morris <rgm@gnu.org>
19843
19844 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19845
8f09a02f
GM
19846 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19847 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19848
76ff67bf
NR
198492009-09-06 Nick Roberts <nickrob@snap.net.nz>
19850
19851 * vc-git.el (vc-git-annotate-command): Use separator to parse
19852 arguments correctly.
19853
943c8b75
EZ
198542009-09-06 Eli Zaretskii <eliz@gnu.org>
19855
19856 * proced.el (proced-mode): Doc fix.
19857
680db9ac
MA
198582009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19859
19860 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19861 lstat fails.
19862 (tramp-do-file-attributes-with-ls): Check for file existence at
19863 remote end.
19864 (tramp-do-file-attributes-with-stat): Likewise.
19865 (tramp-convert-file-attributes): Return nil when attr is nil.
19866
3f12e5bd
GM
198672009-09-05 Glenn Morris <rgm@gnu.org>
19868
c8dc27bf
GM
19869 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19870 properties to this button.
19871 (diary-fancy-display): Don't extend the button to the final newline.
19872 (diary-fancy-display-mode): Continue to define "q" as a local key.
19873
cca065d8
GM
19874 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19875 efficient.
19876
cddaedb6
GM
19877 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19878
3f12e5bd
GM
19879 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19880 (byte-compile-dest-file-function): New option.
19881 (byte-compile-dest-file): Doc fix.
19882 Obey byte-compile-dest-file-function.
19883 (byte-compile-cl-file-p): New function.
19884 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19885 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19886 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19887 than for file being previously loaded.
19888 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19889 (byte-compile-file-form-require): Handle the case where requiring a file
19890 indirectly causes CL to be loaded.
19891
049a231b
KF
198922009-09-05 Karl Fogel <kfogel@red-bean.com>
19893
19894 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19895 before killing the old buffer, since by the time `kill-buffer' is
19896 run so many buffer variables have been set to nil that it may not
19897 behave as expected. (Bug#4061)
19898
ef7ef2a0
KF
198992009-09-05 Karl Fogel <kfogel@red-bean.com>
19900
19901 * files.el (find-alternate-file): If the old buffer is modified
19902 and visiting a file, behave similarly to `kill-buffer' when
19903 killing it, thus reverting to the pre-1.878 behavior; see
19904 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19905 for discussion. Also, consult `buffer-file-name' as a variable
19906 not as a function, for consistency with the rest of the code.
19907
73d854cd
MA
199082009-09-04 Michael Albinus <michael.albinus@gmx.de>
19909
19910 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19911 also when adding a new directory.
19912
6a7662bb
BR
19913 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19914 New defun.
73d854cd 19915
df120481
SM
199162009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19917
19918 * files.el (locate-file-completion-table): Make it provide boundary
19919 information, so partial-completion works better.
19920
c0bc6d79
SM
199212009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19922
19923 * mail/footnote.el (Footnote-text-under-cursor):
19924 Check footnote-text-marker-alist before using it (bug#4324).
19925
f76a9756
GM
199262009-09-04 Glenn Morris <rgm@gnu.org>
19927
67d110f1
GM
19928 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19929 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19930 * play/solitaire.el, play/tetris.el:
19931 Remove leading * from defcustom and defface docs.
19932
b42d4989
GM
19933 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19934 necessary.
19935 (diary-fancy-overriding-map): New variable.
19936 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19937 Use view-mode.
19938
f76a9756
GM
19939 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19940 goto-line.
19941
e605eeeb
GM
199422009-09-03 Glenn Morris <rgm@gnu.org>
19943
597e2240
GM
19944 * arc-mode.el (archive-mode):
19945 * dos-fns.el (set-default-process-coding-system):
19946 * man.el (Man-getpage-in-background):
19947 * menu-bar.el (menu-bar-describe-menu):
19948 * server.el (server-process-filter):
19949 * startup.el (command-line):
19950 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19951 * w32-fns.el (set-default-process-coding-system):
19952 * x-dnd.el (x-dnd-handle-file-name):
19953 * international/mule-cmds.el (mule-menu-keymap)
19954 (set-default-coding-systems, language-info-alist, set-language-info)
19955 (set-language-environment, standard-display-european-internal)
19956 (set-locale-environment):
19957 * international/mule-diag.el (mule-diag):
19958 * mail/emacsbug.el (report-emacs-bug):
19959 * mail/rmail.el (rmail-mode):
19960 * mail/sendmail.el (mail-setup):
19961 Use default-value rather than default-enable-multibyte-characters.
19962
f38184aa
GM
19963 * progmodes/f90.el: Move all safe properties into the defcustoms.
19964 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19965
e605eeeb
GM
19966 * calendar/appt.el (appt-check):
19967 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19968 (diary-check-diary-file, diary-list-entries)
19969 (diary-include-other-diary-files, diary-simple-display)
19970 (diary-fancy-display, diary-print-entries)
19971 (diary-mark-included-diary-files, diary-make-entry):
19972 Don't call substitute-in-file-name on diary-file.
19973
734db384 199742009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19975 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19976
19977 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19978 (footnote-mode-map): Move initialization into the declaration.
19979 (footnote-minor-mode-map): Define it rather than changing global-map.
19980 (footnote-mode): Use define-minor-mode.
19981
e5aa47f9
MA
199822009-09-02 Michael Albinus <michael.albinus@gmx.de>
19983
19984 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19985 (tramp-do-file-attributes-with-perl)
19986 (tramp-do-file-attributes-with-stat): Rename from
19987 `tramp-handle-file-attributes-with-*'.
19988 (tramp-handle-file-attributes): Use them.
19989 (tramp-do-directory-files-and-attributes-with-perl)
19990 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19991 `tramp-handle-directory-files-and-attributes-with-*'.
19992 (tramp-handle-directory-files-and-attributes): Use them.
19993 (tramp-method-out-of-band-p): Additional parameter SIZE.
19994 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19995 (tramp-handle-write-region): Use it.
734db384 19996 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19997 (tramp-handle-vc-registered): Check, whether the first run did
19998 return files to be tested.
19999 (tramp-advice-make-auto-save-file-name): Do not call directly
20000 `tramp-handle-make-auto-save-file-name', because this would bypass
20001 the locking mechanism.
20002
734db384 20003 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20004 (file-remote-p, process-file, start-file-process, set-file-times)
20005 (tramp-compat-file-attributes): Compatibility functions shall not
20006 call directly `tramp-handle-*', because this would bypass the
20007 locking mechanism.
20008 (tramp-compat-number-sequence): New defun.
20009
6e2ca895
GM
200102009-09-02 Glenn Morris <rgm@gnu.org>
20011
697c7714
GM
20012 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20013 alias for float-time.
20014 (time-to-number-of-days): In Emacs, use float-time.
20015 * net/newst-backend.el (time-add): Suppress warnings from compat
20016 function.
20017 * time.el (emacs-uptime, emacs-init-time):
20018 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20019 Use float-time rather than time-to-seconds.
20020
6e2ca895
GM
20021 * minibuffer.el (completion-initials-expand): Fix typo.
20022
20023 * faces.el (modeline, modeline-inactive, modeline-highlight)
20024 (modeline-buffer-id):
20025 * info.el (info-menu-5): Mark these face aliases as obsolete.
20026
ed17efec
NR
200272009-09-01 Nick Roberts <nickrob@snap.net.nz>
20028
20029 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20030 space ...
20031 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20032 no "--thread" option.
20033 (gdb-stopped): Don't print "Switched to thread" message when it is
20034 unchanged.
20035
fcb68f70
SM
200362009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20037
20038 * minibuffer.el (completion-try-completion)
20039 (completion-all-completions): Remove ill-defined (and
20040 mistakenly installed and luckily never used nor documented)
20041 `completion-styles' property.
20042 (completion-initials-expand, completion-initials-all-completions)
20043 (completion-initials-try-completion): New functions.
20044 (completion-styles-alist): Add doc to each entry.
20045 Add new `initials' entry.
20046
83318a6d
NR
200472009-09-01 Nick Roberts <nickrob@snap.net.nz>
20048
20049 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20050 MI command -var-evaluate-expression.
20051 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20052 and tweak for case of string child.
734db384 20053 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20054
d63eb0e7
GM
200552009-09-01 Glenn Morris <rgm@gnu.org>
20056
c4f6e489
GM
20057 * add-log.el (change-log-date-face, change-log-name-face)
20058 (change-log-email-face, change-log-file-face, change-log-list-face)
20059 (change-log-conditionals-face, change-log-function-face)
20060 (change-log-acknowledgement-face):
20061 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20062 (custom-modified-face, custom-set-face, custom-changed-face)
20063 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20064 (custom-documentation-face, custom-state-face, custom-comment-face)
20065 (custom-comment-tag-face, custom-variable-tag-face)
20066 (custom-variable-button-face, custom-face-tag-face)
20067 (custom-group-tag-face-1, custom-group-tag-face):
20068 * diff-mode.el (diff-header-face, diff-file-header-face)
20069 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20070 (diff-added-face, diff-changed-face, diff-function-face)
20071 (diff-context-face, diff-nonexistent-face):
20072 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20073 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20074 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20075 (Info-title-4-face):
20076 * isearch.el (isearch-lazy-highlight-face):
20077 * log-view.el (log-view-file-face, log-view-message-face):
20078 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20079 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20080 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20081 (cvs-msg-face):
20082 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20083 (smerge-base-face, smerge-markers-face):
20084 * wid-edit.el (widget-documentation-face, widget-button-face)
20085 (widget-field-face, widget-single-line-field-face)
20086 (widget-inactive-face, widget-button-pressed-face):
20087 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20088 (woman-addition-face):
2fb1ec93
GM
20089 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20090 (eshell-ls-executable-face, eshell-ls-readonly-face)
20091 (eshell-ls-unreadable-face, eshell-ls-special-face)
20092 (eshell-ls-missing-face, eshell-ls-archive-face)
20093 (eshell-ls-backup-face, eshell-ls-product-face)
20094 (eshell-ls-clutter-face):
20095 * eshell/em-prompt.el (eshell-prompt-face):
20096 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20097 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20098 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20099 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20100 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20101 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20102 (antlr-font-lock-literal-face):
c4f6e489
GM
20103 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20104 (ebrowse-root-class-face, ebrowse-file-name-face)
20105 (ebrowse-default-face, ebrowse-member-attribute-face)
20106 (ebrowse-member-class-face, ebrowse-progress-face):
20107 * progmodes/make-mode.el (makefile-space-face):
20108 * progmodes/sh-script.el (sh-heredoc-face):
20109 * textmodes/flyspell.el (flyspell-incorrect-face)
20110 (flyspell-duplicate-face):
20111 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20112 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20113 Mark face aliases with "-face" suffix as obsolete.
20114
d80619fa
GM
20115 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20116 compiler.
20117
5f68c1b7
GM
20118 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20119 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20120 easy-menu-define wants to modify these.
20121
20122 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20123
20124 * net/browse-url.el (browse-url-file-url):
20125 * term/internal.el (dos-codepage-setup):
20126 Use default-value rather than default-enable-multibyte-characters.
20127
d80619fa 20128 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20129 * progmodes/flymake.el (flymake-highlight-line)
20130 (flymake-goto-file-and-line, flymake-goto-line):
20131 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20132 (gdb-goto-breakpoint):
20133 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20134 * progmodes/python.el (python-find-function)
20135 (python-pdbtrack-track-stack-file):
20136 * progmodes/verilog-mode.el (verilog-surelint-off):
20137 * term/ns-win.el (ns-open-file-select-line):
20138 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20139 Use forward-line rather than goto-line.
20140
d63eb0e7
GM
20141 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20142 * textmodes/reftex-index.el (reftex-display-index):
20143 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20144 * textmodes/reftex-toc.el (reftex-toc):
20145 Remove unnecessary bindings of default-major-mode (all are followed by
20146 major-mode check and possible mode switch).
20147
0afad278
NR
201482009-08-31 Nick Roberts <nickrob@snap.net.nz>
20149
20150 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20151 Handle watchpoints (bug#4282).
20152 (def-gdb-thread-buffer-command): Enable thread to be selected by
20153 clicking without selecting threads buffer first.
20154 (gdb-current-context-command): Use selected frame so that "up",
20155 "down" etc work in the GUD buffer.
20156 (gdb-update): Find selected frame before rendering stack buffer.
20157 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20158
4e135dd2
SM
201592009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * progmodes/sym-comp.el (displayed-completions): Remove.
20162 (symbol-complete): Use minibuffer-complete.
20163
e61eba34
GM
201642009-08-31 Glenn Morris <rgm@gnu.org>
20165
20166 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20167
734db384
SM
20168 * apropos.el (apropos-symbols-internal):
20169 Handle (obsolete) face aliases.
e61eba34
GM
20170
20171 * faces.el (describe-face): Adjust the output format to be more like
20172 describe-variable, and to mention (obsolete) face aliases.
20173 Adjust the whitespace so that help-setup-xref works.
20174
20175 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20176 * calendar/diary-lib.el (diary-button-face):
20177 Mark these face aliases as obsolete.
20178
20179 * calendar/calendar.el (calendar-today): Doc fix.
20180
4cf71456
NR
201812009-08-31 Nick Roberts <nickrob@snap.net.nz>
20182
20183 * progmodes/gdb-mi.el (gdb-control-all-threads)
20184 (gdb-control-current-thread): Force tool bar update.
20185 (gdb-non-stop-handler): New function.
20186 (gdb-init-1): Use it to test if non-stop mode is supported.
20187 Remove unused gdbmi buffer type.
20188
e61eba34 201892009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20190
20191 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20192 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20193
4324f7ca
NR
201942009-08-30 Nick Roberts <nickrob@snap.net.nz>
20195
20196 * comint.el (comint-exec-1): Check command is non-null first.
20197 Part of gdb-mi.el change (2009-08-28).
20198
a1bf889a
SM
201992009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20200
20201 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20202
060c08b5
JB
202032009-08-30 Juanma Barranquero <lekktu@gmail.com>
20204
20205 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20206 instead of `dolist' to avoid a recursive require when bootstrapping.
20207
ab22be48
SM
202082009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20209
73ebf88f
SM
20210 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20211
80629cfc
SM
20212 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20213
206d0387 20214 * net/imap.el (imap-send-command): Simplify.
734db384 20215 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20216
844f7784
SM
20217 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20218
5ca4661e
SM
20219 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20220 with constant argument.
20221
c61dc887
SM
20222 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20223
7eb73deb
SM
20224 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20225
5fe443de
SM
20226 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20227 Change default, since most of our files don't have a history.
20228 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20229 the user.
20230
6444d64a
SM
20231 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20232 Add comint-run.
20233
5cb16bfc
SM
20234 * calc/calc.el: Improve commenting convention.
20235 (calc-digit-map, toplevel): Simplify.
20236
0aeb71a7
SM
20237 * comint.el (comint-insert-input): Be careful to only set point if we
20238 don't delegate to some other command.
20239
9a9af856
SM
20240 * proced.el (proced-signal-list): Make it an alist.
20241 (proced-grammar-alist): Capitalize names.
20242 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20243 Disable undo manually and make it read-only.
20244 Use completion-annotate-function.
20245
ab22be48
SM
20246 * minibuffer.el (minibuffer-message): If the current buffer is not
20247 a minibuffer, insert the message in the echo area rather than at the
20248 end of the buffer.
20249 (completion-annotate-function): New variable.
20250 (minibuffer-completion-help): Use it.
20251 (completion--embedded-envvar-table): Environment vars are
20252 always case-sensitive.
20253
4a948dbf
GM
202542009-08-30 Glenn Morris <rgm@gnu.org>
20255
20256 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20257 from fortran-current-defun.
20258 (fortran-beginning-of-subprogram): Be more precise about finding the
20259 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20260 (fortran-end-of-subprogram): Simplify.
20261 (fortran-current-defun): Use fortran-start-prog-re.
20262
486cf3b8
JB
202632009-08-29 Juanma Barranquero <lekktu@gmail.com>
20264
20265 * subr.el (do-after-load-evaluation): Simplify.
20266
db167d28
DN
202672009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20268
20269 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20270
20271 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20272 (vc-rcs-print-log): Use it.
20273
20274 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20275
efbc652a
SM
202762009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20277
2aa0e5bf
SM
20278 * paths.el (abbrev-file-name): Move to abbrev.el.
20279 * abbrev.el (abbrev-file-name): Move from paths.el.
20280 Obey user-emacs-directory.
20281 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20282 user-emacs-directory.
20283 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20284 abbrev-file-name and calc-settings-file any more.
20285 * startup.el (command-line): Recompute abbrev-file-name and
20286 abbreviated-home-dir.
20287 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20288 of the special code for when C-h bindings haven't been changed.
20289 (display-startup-echo-area-message): Use with-current-buffer.
20290 (command-line-1): Use a list of strings, rather than a list of lists
20291 of strings for longopts.
20292
51da8fe2
SM
20293 * files.el (get-free-disk-space): Use / for default-directory.
20294
0c3cc4dd
SM
20295 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20296 Use with-current-buffer.
20297
d988dbf6
SM
20298 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20299 Recognize immutable variables like most-positive-fixnum.
20300 (byte-compile-setq-default): Check and warn if trying to assign
20301 to an immutable variable, or a non-variable.
20302
efbc652a
SM
20303 * progmodes/cc-vars.el (c-comment-continuation-stars):
20304 * progmodes/cc-engine.el (c-looking-at-bos):
20305 * progmodes/cc-cmds.el (c-toggle-auto-state)
20306 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20307 (c-comment-line-break-function): Add version of obsolescence.
20308
d30a05d1
JL
203092009-08-28 Juri Linkov <juri@jurta.org>
20310
20311 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20312 associated with `archive-mode'.
20313
20314 * image.el (image-type-header-regexps): Use only JPEG magic number
20315 to determine JPEG images, and don't use `image-jpeg-p' because
20316 Emacs can display non-JFIF non-Exif JPEG images.
20317
1e8eecea
JB
203182009-08-28 Juanma Barranquero <lekktu@gmail.com>
20319
20320 * arc-mode.el (archive-mode):
20321 * emacs-lisp/re-builder.el (re-builder-unload-function):
20322 Protect against the default value of `major-mode' being nil.
20323
dd4fbf56
JB
203242009-08-28 Juanma Barranquero <lekktu@gmail.com>
20325
20326 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20327 Fix typos in docstrings.
20328
20329 * progmodes/js.el (js--macro-decl-re): Doc fix.
20330 (js--plain-method-re, js--split-name): Refloc docstring.
20331 (js--class-styles, js--make-merged-item, js--splice-into-items):
20332 Fix typos in docstrings; reflow docstrings.
20333 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20334 (js--variable-decl-matcher, js--inside-pitem-p)
20335 (js--parse-state-at-point, js--get-all-known-symbols)
20336 (js--symbol-history, js-find-symbol, js--js-references)
20337 (js--moz-interactor, js--js-encode-value, js--read-tab):
20338 Fix typos in docstrings.
20339
72f16325
SM
203402009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20341
14acf2f5
SM
20342 * textmodes/reftex.el (reftex-get-file-buffer-force):
20343 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20344 * emulation/viper.el (viper-go-away, viper-set-hooks):
20345 * emacs-lisp/re-builder.el (re-builder-unload-function):
20346 * emacs-lisp/bytecomp.el (byte-compile-file):
20347 * ses.el (ses-unload-function):
20348 * hexl.el (hexl-find-file):
20349 * files.el (normal-mode):
20350 * ehelp.el (with-electric-help):
20351 * autoinsert.el (auto-insert-alist):
20352 * arc-mode.el (archive-mode):
20353 Use (default-value 'major-mode) instead of default-major-mode.
20354
72f16325
SM
20355 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20356 * international/mule.el (load-with-code-conversion):
20357 * emacs-lisp/debug.el (debug):
20358 * ediff-vers.el (ediff-rcs-get-output-buffer):
20359 * dired.el (dired-internal-noselect): Don't let-bind
20360 default-major-mode around code that doesn't use it.
20361 E.g. buffer creation via get-buffer-create doesn't use it.
20362
aa485f7c
MA
203632009-08-28 Michael Albinus <michael.albinus@gmx.de>
20364
20365 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20366 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20367 when writing the temp file. Otherwise, epa-file gets confused.
20368 (tramp-register-file-name-handlers): Make it a defun. Move also
20369 `epa-file-handler' to the front of `file-name-handler-alist'.
20370
203712009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20372
20373 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20374 start right after a ^M.
20375 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20376 (tramp-completion-file-name-regexp-separate)
20377 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20378 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20379 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20380 (tramp-completion-file-name-handler): Apply the checks here,
20381 instead during registration.
88b5a757 20382 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20383 `tramp-register-file-name-handler'. Register both
20384 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20385 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20386
3f0c2b92
NR
203872009-08-28 Nick Roberts <nickrob@snap.net.nz>
20388
72f16325
SM
20389 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20390 Remove variable ...
3f0c2b92
NR
20391 (gdb-init-1, gdb-display-separate-io-buffer)
20392 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20393 references to it.
20394 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20395 (gdb-inferior-filter): Use comint-output-filter to stop
20396 echoing and remove ^M characters.
20397
705e5bd9
SM
203982009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20399
009fdc2e
SM
20400 * emulation/viper-init.el (viper-restore-cursor-type):
20401 * emulation/cua-base.el (cua--update-indications):
20402 Replace default-cursor-type with (default-value 'cursor-type).
20403
b56a5ae0
SM
20404 * mail/sendmail.el (mail-recover-1):
20405 * international/mule-diag.el (describe-current-coding-system-briefly)
20406 (describe-current-coding-system):
20407 * international/mule-cmds.el (select-safe-coding-system)
20408 (select-message-coding-system)
20409 (set-language-environment-coding-systems, set-locale-environment):
20410 * hexl.el (hexl-insert-multibyte-char):
20411 * dos-w32.el (find-buffer-file-type-coding-system):
20412 * simple.el (what-cursor-position):
20413 Replace uses of default-buffer-file-coding-system
20414 with (default-value 'buffer-file-coding-system).
20415
de70529f
SM
20416 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20417 Replace uses of default-cursor-in-non-selected-windows
20418 with (default-value 'cursor-in-non-selected-windows).
20419 Use with-current-buffer.
20420
705e5bd9
SM
20421 * mail/feedmail.el: Use CL macros.
20422 (feedmail-run-the-queue, feedmail-send-it-immediately):
20423 * dos-w32.el (find-buffer-file-type): Replace uses of
20424 default-buffer-file-type with (default-value 'buffer-file-type).
20425
4d985ac2
GM
204262009-08-28 Glenn Morris <rgm@gnu.org>
20427
20428 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20429 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20430 Use default-value of major-mode rather than default-major-mode.
20431
17c15b81
SM
204322009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20433
3a68ab06
SM
20434 * Makefile.in (update-elcfiles): Report left over elc files.
20435
9421bdd1
SM
20436 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20437 expand-file-name and with-current-buffer.
20438 (mail-get-names, mail-directory): Use with-current-buffer.
20439
17c15b81
SM
20440 * vc.el (vc-read-revision): New function.
20441 (vc-version-diff, vc-merge): Use it.
20442
ba83a64e
SS
204432009-08-27 Sam Steingold <sds@gnu.org>
20444
20445 * simple.el (kill-do-not-save-duplicates): New user option.
20446 (kill-new): When it is non-nil, and the new string is the same as
20447 the latest kill, set replace to t to avoid duplicates in kill-ring.
20448
be3e598a 204492009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20450
20451 * net/tramp.el (tramp-handle-process-file): Do not flush all
20452 caches when `process-file-side-effects' is set.
20453 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20454 instead of `tramp-find-file-exists-command'.
20455 Unset `process-file-side-effects'.
d5b5c94a
MA
20456
204572009-08-27 Michael Albinus <michael.albinus@gmx.de>
20458
20459 * net/tramp.el (tramp-methods): New method "rsyncc".
20460 (top): Add completion function for "rsyncc".
20461 (tramp-message-show-message): New defvar.
20462 (tramp-message, tramp-error): Use it.
20463 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20464 remote copying.
20465 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20466 `tramp-methods' entry `copy-env' of "rsyncc".
20467 (tramp-vc-registered-read-file-names): New defconst.
20468 (tramp-vc-registered-file-names): New defvar.
20469 (tramp-handle-vc-registered): Implement optimization strategy.
20470 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20471 (tramp-vc-file-name-handler): New defun.
20472 (tramp-get-ls-command, tramp-get-test-command)
20473 (tramp-get-file-exists-command, tramp-get-remote-ln)
20474 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20475 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20476
20477 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20478 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20479 timestamps.
20480 (tramp-get-file-property): Check for timestamps in
20481 `tramp-cache-inhibit-cache'.
20482 (tramp-set-file-property): Write timestamp.
20483
1339cf20
KH
204842009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20485
20486 * language/japan-util.el (japanese-symbol-table): Add entries for
20487 cp932-2-byte.
20488
20489 * international/characters.el: Add category `j' to cp932-2-byte.
20490
726e3f1d
KH
204912009-08-27 Kenichi Handa <handa@m17n.org>
20492
20493 * international/fontset.el (build-default-fontset-data): New macro.
20494 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20495 tibetan, ethiopic, and ipa.
726e3f1d 20496
4e3b4528
SM
204972009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20498
20499 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20500 (enable-multibyte-characters): Not customizable any more.
20501
20502 * subr.el (default-mode-line-format, default-header-line-format)
20503 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20504 (default-direction-reversed, default-truncate-lines)
20505 (default-left-margin, default-tab-width, default-case-fold-search)
20506 (default-left-margin-width, default-right-margin-width)
20507 (default-left-fringe-width, default-right-fringe-width)
20508 (default-fringes-outside-margins, default-scroll-bar-width)
20509 (default-vertical-scroll-bar, default-indicate-empty-lines)
20510 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20511 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20512 (default-scroll-down-aggressively, default-fill-column)
20513 (default-cursor-type, default-buffer-file-type)
20514 (default-cursor-in-non-selected-windows)
20515 (default-buffer-file-coding-system, default-major-mode)
20516 (default-enable-multibyte-characters): Mark as obsolete.
20517
b3cca6a6
DN
205182009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20519
652cc1a2
DN
20520 * vc-dir.el (vc-dir-update): Remove debug helper.
20521
b3cca6a6
DN
20522 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20523
4ed8c7aa
SS
205242009-08-26 Sam Steingold <sds@gnu.org>
20525
20526 * simple.el (save-interprogram-paste-before-kill): New user option.
20527 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20528 save the interprogram-paste into kill-ring before overriding it
20529 with the Emacs kill.
20530
3b64d86b
DN
205312009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20532
20533 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20534 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20535 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20536 and move to vc-rcs.el.
20537 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20538 move to vc-rcs.el.
20539 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20540 (vc-rcs-update-changelog): Remove.
20541 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20542 and move to vc-rcs.el.
20543
20544 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20545 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20546 renaming.
20547 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20548 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20549 vc.el, renamed to be RCS specific.
20550
72f16325
SM
20551 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20552 New functions.
20553 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20554
20555 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20556 New functions.
20557
636a36a0
SM
205582009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20561
239b3340
DN
205622009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20563
b91f0762 20564 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20565 (vc-git-stash, vc-git-stash-show): New functions.
20566 (vc-git-extra-menu-map): Bind them.
b91f0762 20567
b8e54362
DN
20568 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20569 directory correctly in case the item is a directory itself.
20570
239b3340
DN
20571 * vc.el: Document the desired behavior for reverted files in the
20572 `added' state.
dc810649
DN
20573 (vc-default-prettify-state-info): Remove function, unused.
20574
20575 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20576
e49c0179
GM
205772009-08-26 Glenn Morris <rgm@gnu.org>
20578
20579 * bindings.el (standard-mode-line-format): Reposition dashes in
20580 which-func entry. (Bug#4217)
20581
3029e594
GM
20582 * files.el (enable-local-variables, enable-local-eval)
20583 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20584 the defcustoms.
20585 (auto-mode-alist, ignored-local-variables)
20586 (save-some-buffers-action-alist): Move risky declarations to the
20587 definitions.
20588 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20589 (font-lock-defaults, format-alist, imenu--index-alist)
20590 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20591 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20592 (mode-line-modified, mode-line-mule-info, mode-line-position)
20593 (mode-line-process, mode-line-remote, outline-level)
20594 (parse-time-rules, rmail-output-file-alist)
20595 (special-display-buffer-names, vc-mode):
20596 Move risky declarations to the relevant files.
72f16325
SM
20597 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20598 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20599 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20600 * font-core.el (font-lock-defaults):
20601 * format.el (format-alist):
20602 * vc-hooks.el (vc-mode):
20603 * window.el (special-display-buffer-names):
20604 * international/mule-cmds.el (input-method-alist):
20605 Define riskiness here (dumped file) rather than in files.el.
20606 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20607 * imenu.el (imenu-generic-expression, imenu--index-alist):
20608 * outline.el (outline-level):
20609 * time.el (display-time-string):
20610 * calendar/parse-time.el (parse-time-rules):
20611 * mail/rmailout.el (rmail-output-file-alist):
20612 Autoload riskiness here, rather than placing in files.el.
20613
8476cfaf
SM
206142009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20615
20616 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20617
0b35b48e
MA
206182009-08-25 Michael Albinus <michael.albinus@gmx.de>
20619
20620 * simple.el (process-file-side-effects): New defvar.
20621
20622 * dired-aux.el (dired-show-file-type):
20623 * vc.el (vc-diff-internal):
20624 * vc-arch.el (vc-arch-diff):
20625 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20626 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20627 * vc-git.el (vc-git-registered, vc-git-working-revision)
20628 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20629 (vc-git--empty-db-p):
20630 * vc-hooks.el (vc-user-login-name):
20631 * vc-svn.el (vc-svn-registered, vc-svn-state)
20632 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20633 * progmodes/grep.el (grep-probe): Let-bind
20634 `process-file-side-effects' with nil.
20635
20636 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20637
20638 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20639 daemon. Replace ping by checking for running service for bluez
20640 and zeroconf. (Bug#4239)
20641
d54cc599
GM
206422009-08-25 Kevin Ryde <user42@zip.com.au>
20643
20644 * net/dig.el (dig): Add autoload cookie.
20645
7bfd055d
GM
206462009-08-25 Glenn Morris <rgm@gnu.org>
20647
bac9c66c
GM
20648 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20649 load-history for absolute file-names.
20650 (byte-compile-file-form-require): Warn about use of the cl package.
20651
7bfd055d
GM
20652 * format.el (format-alist): Doc fix.
20653
5ac1f9e0
GM
20654 * play/bubbles.el (top-level): Don't require cl at run-time.
20655
af62aa88
GM
20656 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20657 run-time cl).
20658
71e036af
DD
206592009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20660
20661 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20662 from cl package.
20663 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20664
42110eaf
JB
206652009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20666
20667 * calc/calc-alg.el (math-trig-rewrite)
20668 (math-hyperbolic-trig-rewrite): New functions.
20669 (calc-simplify): Simplify trig functions when asked.
20670
88421f3e
SM
206712009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20672
20673 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20674
dbd9624e
KH
206752009-08-24 Kenichi Handa <handa@m17n.org>
20676
20677 * language/ind-util.el (mapthread): Delete it.
20678 (combinatorial): New function.
20679 (indian--puthash-cv): Use combinatorial instead of mapthread.
20680
9b89e3ee
GM
206812009-08-22 Kevin Ryde <user42@zip.com.au>
20682
20683 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20684 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20685 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20686 Clarify docstring that the value is strings not symbols.
20687 (checkdoc-list-of-strings-p): New function.
20688
e6ce8c42
GM
206892009-08-22 Glenn Morris <rgm@gnu.org>
20690
2ddf2ea6 20691 * files.el (auto-mode-alist):
a3374680
GM
20692 * hippie-exp.el (he-concat-directory-file-name):
20693 * lpr.el (lpr-windows-system, printer-name):
20694 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20695 * ps-print.el (ps-windows-system):
20696 * startup.el (command-line):
20697 * emulation/viper-ex.el (viper-glob-function):
20698 * international/mule-cmds.el (set-language-environment-coding-systems):
20699 * net/ange-ftp.el (ange-ftp-write-region):
20700 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20701 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20702 unisoft-unix, vax-vms, win32, w32.
20703
977955fa
GM
20704 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20705 given name if the pattern is not more specific.
20706
b4deec2e
GM
20707 * calendar/lunar.el (lunar-phase-names): New option.
20708 (lunar-phase): Doc fix.
20709 (lunar-cycles-per-year): New constant.
20710 (lunar-index): New function.
20711 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20712 (lunar-phase-name): Use lunar-phase-names.
20713 (calendar-lunar-phases): Use format.
20714 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20715
47e83968
GM
20716 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20717 Copy imenu-example--name-and-position function here for own use.
20718 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20719
e6ce8c42
GM
20720 * bs.el (bs--redisplay):
20721 * cus-edit.el (custom-redraw):
20722 * ibuffer.el (ibuffer-bury-buffer):
20723 * server.el (server-goto-line-column):
20724 * startup.el (command-line-1):
20725 * strokes.el (strokes-xpm-for-stroke):
20726 * term.el (term-display-buffer-line):
20727 * view.el (View-goto-line):
20728 * calc/calc.el (calc-do, calc-trail-buffer):
20729 * play/gamegrid.el (gamegrid-add-score-insecure):
20730 * progmodes/ada-mode.el (ada-compile-goto-error):
20731 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20732 (ebrowse-select-1st-to-9nth):
47e83968 20733 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20734 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20735 * progmodes/gud.el (gud-display-line):
20736 (idlwave-shell-display-line):
20737 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20738 * progmodes/make-mode.el (makefile-browser-toggle):
20739 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20740 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20741 * textmodes/picture.el (picture-draw-rectangle):
20742 * textmodes/reftex-index.el (reftex-index-goto-letter):
20743 (reftex-select-jump-to-previous):
20744 * textmodes/reftex-sel.el (reftex-find-start-point)
20745 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20746 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20747 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20748 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20749 * textmodes/two-column.el (2C-associated-buffer):
20750 Use forward-line rather than goto-line.
20751
20752 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20753 goto-line.
20754
4b18bdb3
GM
20755 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20756 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20757 (quick-check-list-to-regexp): Declare.
e6ce8c42 20758
72f16325
SM
20759 * progmodes/make-mode.el (makefile-browser-insert-selection):
20760 Use goto-char rather than goto-line.
e6ce8c42
GM
20761
20762 * progmodes/prolog.el (compilation-error-regexp-alist)
20763 (compilation-forget-errors): Declare.
20764
32a2cf25
JL
207652009-08-22 Juri Linkov <juri@jurta.org>
20766
20767 * progmodes/grep.el (lgrep, rgrep): At the beginning
20768 set `dir' to `default-directory' unless `dir' is a non-nil
20769 readable directory. (Bug#4052)
20770 (lgrep, rgrep): Change a weird way to report an error
20771 from using `read-string' to using `error'.
20772 Instead of using interactive arguments in the function body,
20773 add new argument `confirm'.
20774
5443c9b7
SM
207752009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20776
cb5b40ee
SM
20777 * textmodes/remember.el (remember-buffer):
20778 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20779 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20780 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20781 * net/newst-treeview.el (newsticker-groups-filename):
20782 * net/newst-backend.el (newsticker-cache-filename):
20783 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20784 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20785 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20786 (speedbar-buffers-line-path, speedbar-path-line)
20787 (speedbar-buffers-line-path):
20788 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20789 (epg-sign-keys):
20790 * epa.el (epa-display-verify-result):
20791 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20792
d6261cc1
GM
207932009-08-21 Glenn Morris <rgm@gnu.org>
20794
3e1ea342
GM
20795 * progmodes/js.el (inferior-moz-process): Fix declaration.
20796
ce86eeb5
GM
20797 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20798
fff28970
GM
20799 * obsolete/rnewspost.el (news-mail-reply):
20800 Use goto-char rather than goto-line.
20801
d93e053b
GM
20802 * term/ns-win.el (ns-open-file-select-line):
20803 Use line-beginning-position rather than goto-line.
20804
d5d105e8
GM
20805 * apropos.el (apropos-command):
20806 * ehelp.el (electric-helpify):
20807 * printing.el (pr-show-setup):
20808 * strokes.el (strokes-help):
20809 * tutorial.el (tutorial--describe-nonstandard-key)
20810 (tutorial--detailed-help):
20811 * woman.el (woman-mini-help, woman-display-extended-fonts):
20812 * calc/calc-help.el (calc-describe-key):
20813 * emulation/edt.el (edt-electric-helpify):
20814 * international/mule-diag.el (mule-diag):
20815 * play/yow.el (apropos-zippy):
20816 * progmodes/python.el (python-describe-symbol):
20817 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20818 * textmodes/table.el (*table--cell-describe-mode)
20819 (*table--cell-describe-bindings):
20820 Use help-print-return-message rather than the now obsolete alias.
20821
a8ab722f 20822 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20823 (calendar-cursor-to-visible-date):
20824 * play/5x5.el (5x5-position-cursor):
20825 * play/decipher.el (decipher):
20826 * play/gomoku.el (gomoku-goto-xy):
20827 * play/landmark.el (lm-goto-xy):
20828 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20829 (mpuz-paint-digit):
20830 Use forward-line, not goto-line.
a8ab722f 20831
d6261cc1
GM
20832 * mail/rmail.el (rmail-obsolete): Delete custom group.
20833 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20834 (rmail-remote-password, rmail-remote-password-required):
20835 Remove unneeded :set-after and :set properties.
20836
9e846523
MA
208372009-08-21 Michael Albinus <michael.albinus@gmx.de>
20838
20839 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20840
bbe1f502
DN
208412009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20842
bcc5db24
DN
20843 * loadup.el: Remove leftover macos code.
20844
bbe1f502
DN
20845 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20846 Explicitly pass the date format to git blame so that user local
20847 so that the output format can be parsed.
20848
6fd2d19a
MA
208492009-08-20 Michael Albinus <michael.albinus@gmx.de>
20850
20851 * net/dbus.el (top): Don't check for (getenv
20852 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20853
31764e15
SM
208542009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20855
20856 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20857 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20858
28930e39
SM
208592009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20860
4fd15622 20861 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20862 Bug#3287.
4fd15622 20863
b3d8e4a0
SM
20864 * help.el (help-print-return-message): Rename from
20865 print-help-return-message.
20866
c9829c70
SM
20867 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20868 cvs-mode-map parent hack.
20869 (log-view-mode): Derive from special-mode.
20870
b932657b
SM
20871 * linum.el (linum-mode): window-size-change-functions is redundant.
20872 Adapt to new window-configuration-change-hook behavior.
20873 (linum-after-size, linum-after-config): Remove.
20874
1b700bca
SM
20875 * imenu.el (imenu-example--name-and-position)
20876 (imenu-example--lisp-extract-index-name)
20877 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20878 Mark as obsolete.
20879
28930e39
SM
20880 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20881 (inferior-prolog-mode): Use it.
20882 (inferior-prolog-load-file): Reset list of errors.
20883
c9af0b68
KH
208842009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20885
20886 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20887
20888 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20889
720c7cd6
MA
208902009-08-19 Michael Albinus <michael.albinus@gmx.de>
20891
20892 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20893 is running already.
20894
03a74b84
SM
208952009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20896
20897 * subr.el (listify-key-sequence-1): Use normal syntax since those
20898 integers are nowadays always represented by the same (positive) number
20899 on all platforms.
20900 (read-key-empty-map): New const.
20901 (read-key-delay): New var.
20902 (read-key): New function.
20903 (force-mode-line-update): Use with-current-buffer.
20904 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20905 (start-process-shell-command, start-file-process-shell-command):
20906 Discourage the use of command-args.
20907
f43e88d4
GM
209082009-08-19 Glenn Morris <rgm@gnu.org>
20909
20910 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20911
890429cc
SM
209122009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20913
85be9ec4
SM
20914 * simple.el (choose-completion-string): Don't rely on
20915 minibuffer-completing-file-name and ad-hoc checks to decide whether
20916 to continue completion or not.
20917
890429cc
SM
20918 * minibuffer.el (minibuffer-hide-completions): New function.
20919 (completion--do-completion): Use it.
20920 (completions-annotations): New face.
20921 (completion--insert-strings): Use it.
20922 (completion-pcm--delim-wild-regex): Add docstring.
20923 (completion-pcm--string->pattern): Add support for 0-width delimiters
20924 in completion-pcm--delim-wild-regex.
20925
265d4549
SM
209262009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20927
d440b941
SM
20928 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20929 Remove unused var `buffer-modified-p'.
20930
265d4549
SM
20931 * minibuffer.el (completion--do-completion): Move point for the #b001
20932 case as well (bug#4176).
20933 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20934
ba6f7d86
MA
209352009-08-18 Michael Albinus <michael.albinus@gmx.de>
20936
20937 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20938 and :session buses.
20939
98819490
KH
209402009-08-18 Kenichi Handa <handa@m17n.org>
20941
265d4549
SM
20942 * international/ucs-normalize.el (ucs-normalize-version):
20943 Change to 1.1.
58627cf0
KH
20944 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20945 (utf-8-hfs): Make it perform normalization on encoding too.
20946
98819490
KH
20947 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20948 (sentence-end-without-space): Delete duplicated chars.
20949 (sentence-end-base): Likewise.
e739cc85
KH
20950
20951 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20952 (html-mode): Delete duplicated chars from sentence-end-base.
20953
20954 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20955 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20956
645b9326
CY
209572009-08-17 Chong Yidong <cyd@stupidchicken.com>
20958
20959 * files.el (hack-one-local-variable): If the mode function is for
20960 a minor mode, pass it an argument (Bug#4148).
20961
56c195af
MA
209622009-08-17 Michael Albinus <michael.albinus@gmx.de>
20963
20964 * net/tramp.el (tramp-register-completion-file-name-handler):
20965 Check also for (member 'partial-completion completion-styles).
20966
7a55c78b
CY
209672009-08-16 Chong Yidong <cyd@stupidchicken.com>
20968
20969 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20970 abbrev (Bug#3943).
20971
be3e598a 209722009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20973
20974 * progmodes/cperl-mode.el: Merge upstream 6.2.
20975 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20976 (cperl-forward-re): Check cperl-brace-recursing.
20977 (cperl-highlight-charclass): New function.
20978 (cperl-find-pods-heres): Use it.
31cd2dd4 20979 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20980 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20981 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20982 (cperl-beautify-level): Don't process entire regexp.
20983 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20984 calling man.
20985 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20986 (cperl-init-faces): Build a list in the normal way.
20987
81b1f9c9
CY
209882009-08-16 Chong Yidong <cyd@stupidchicken.com>
20989
20990 * calendar/parse-time.el (parse-time-string-chars): Save match
20991 data.
20992
c3732cb8
SM
209932009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20994
55659495
SM
20995 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20996 (sql-product): Use it.
20997 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20998 (sql-set-product): Add completion.
20999 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21000 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21001 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21002 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21003 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21004 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21005 (sql-highlight-db2-keywords): Remove.
21006 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21007 (sql-highlight-product): Use derived-mode-p.
21008 (sql-set-sqli-buffer): Use with-current-buffer.
21009 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21010 Simplify.
21011
1ae79427
SM
21012 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21013
c3732cb8
SM
21014 * term.el: Fix commenting convention, turn comments into docstrings.
21015
f24b8bf3
CY
210162009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21017
21018 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21019
7b6fefac 210202009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21021
1200ac26 21022 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21023 character classes, to handle non-ascii characters (Bug#3190).
21024
210252009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21026
1abbe4e5
CY
21027 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21028 another heredoc if the user adds another < (Bug#3226).
21029
c3732cb8
SM
21030 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21031 Don't initialize based on window-system (Bug#4124).
19261da4 21032
daad00fc
CY
21033 * facemenu.el (facemenu-read-color): Use a completion function
21034 that accepts any defined color, such as RGB triplets (Bug#3677).
21035
e1bdde78
CY
21036 * files.el (get-free-disk-space): Change fallback default
21037 directory to /. Expand DIR argument before switching to fallback.
21038 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21039
9d73a99e
CY
210402009-08-15 Chong Yidong <cyd@stupidchicken.com>
21041
21042 * files.el (load-library): Doc fix.
21043
68b962d4 210442009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21045
953e0c1a 21046 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21047 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21048 incremental search string.
9d73a99e 21049
c3732cb8 21050 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21051 XEmacs.
9d73a99e 21052
c3732cb8
SM
21053 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21054 (ediff-merge-region-is-non-clash)
21055 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21056 Also check if the job is really a merge job.
9d73a99e 21057
c3732cb8 21058 * ediff.el (ediff-current-file): New function.
9d73a99e 21059
2e330adc
CY
210602009-08-15 Chong Yidong <cyd@stupidchicken.com>
21061
21062 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21063 conventions.
c3732cb8 21064 (js-insert-and-indent): Delete function.
2e330adc
CY
21065 (js-mode-map): Don't bind keys to js-insert-and-indent.
21066 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21067 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21068 (js-auto-indent-flag): Delete variable.
2e330adc 21069
17b5d0f7
CY
210702009-08-14 Chong Yidong <cyd@stupidchicken.com>
21071
c3732cb8
SM
21072 * progmodes/js.el: Remove proclaim statement.
21073 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21074
ba2d8894
CY
21075 * files.el (auto-mode-alist): Use js-mode for .js files.
21076
c3732cb8 21077 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21078
21079 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21080
21081 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21082
c3732cb8 21083 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21084
210852009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21086 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21087
21088 * progmodes/js.el: New file.
21089
b6377f1d
MH
210902009-08-14 Mark A. Hershberger <mah@everybody.org>
21091
21092 * timezone.el (timezone-parse-date): Add ability to understand ISO
21093 basic format (minimal separators) dates in addition to the
21094 already-supported extended format dates.
21095
bc0eef46
EZ
210962009-08-14 Eli Zaretskii <eliz@gnu.org>
21097
4e021e65
EZ
21098 * international/ucs-normalize.el: Add a `coding' file variable.
21099
bc0eef46
EZ
21100 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21101
53dab179
SS
211022009-08-14 Sam Steingold <sds@gnu.org>
21103
6801c38a 21104 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21105
6c58c39c
CY
211062009-08-13 Chong Yidong <cyd@stupidchicken.com>
21107
21108 * faces.el (help-argument-name): Define it here instead of
21109 help-fns.el, because in daemon mode help-fns.el may be loaded when
21110 faces are still uninitialized (Bug#1078).
21111
21112 * help-fns.el (help-argument-name): Move defface to faces.el.
21113
c7baf7e9
NR
211142009-08-13 Nick Roberts <nickrob@snap.net.nz>
21115
21116 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21117 create buffer with a pty but no process so that GDB can make the
21118 inferior the controlling process.
21119
9c40e995 211202009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21121
21122 * international/ucs-normalize.el: New file.
21123
8cdba32b
RS
211242009-08-13 Richard Stallman <rms@gnu.org>
21125
5c950923
RS
21126 * mail/rmail.el (rmail-get-attr-names):
21127 Accept an attribute header that is too short.
21128
76e1e40b
RS
21129 * mail/rmail.el (rmail-forget-messages):
21130 Ignore nil elt in rmail-message-vector. Use dotimes.
21131
1fc01b08
RS
21132 * progmodes/compile.el (compilation-goto-locus):
21133 Use next-error-move-function.
21134
8cdba32b
RS
21135 * simple.el (next-error-move-function): New variable.
21136
99910cf4
JL
211372009-08-12 Juri Linkov <juri@jurta.org>
21138
21139 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21140 always non-nil. (Bug#4052)
21141
21142 * replace.el (read-regexp): Return empty string when
21143 `default-value' is nil.
21144 (keep-lines-read-args): Don't use empty string as the
21145 default value for `read-regexp'. (Bug#2495)
21146
fc5bdf6c
JL
211472009-08-12 Juri Linkov <juri@jurta.org>
21148
21149 * international/mule-cmds.el (ucs-insert): Change arguments
21150 from `arg' to `character', `count', `inherit' to be the same
21151 as in `insert-char'. Doc fix. (Bug#4039)
21152
21153 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21154
77748848
JL
211552009-08-12 Juri Linkov <juri@jurta.org>
21156
21157 * files-x.el: New file.
21158
21159 * files.el: Move code that deals with adding/deleting
21160 file/directory-local variables to files-x.el.
21161
21162 * Makefile.in (ELCFILES): Add files-x.elc.
21163
c8a44c4e
DD
211642009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21165
27a9fd5a
DD
21166 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21167 to use `goto-line'.
21168 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21169 `goto-line'.
21170 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21171 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21172 threads list.
107ef54a 21173 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21174 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21175 (gdb-stopped): ...here so it's sent when first thread stops.
21176 (gdb-registers-handler-custom): Do nothing if register names are
21177 unknown yet.
27a9fd5a 21178
c8a44c4e
DD
21179 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21180 from `gdb-mi.el' to avoid extra tangling.
21181
21182 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21183 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21184 (gdb-update-gud-running): No extra fuss for updating frame number.
21185
dfd4e693
SM
211862009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21187
51c4341f
SM
21188 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21189 (describe-language-environment-map, setup-language-environment-map)
21190 (set-coding-system-map): Move initialization into declaration.
21191 (set-language-info-alist): Last arg to define-key-after can be skipped.
21192
21193 * international/quail.el (quail-completion-1): Simplify.
21194 (quail-define-rules): Use slightly more compact code.
21195 (quail-insert-decode-map): Propertize keys, compact columns.
21196
dfd4e693
SM
21197 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21198 Add goto-line.
21199
83326559
MB
212002009-08-10 Miles Bader <miles@gnu.org>
21201
21202 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21203 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21204 (js2-instance-member, js2-private-member, js2-private-function-call)
21205 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21206 (js2-magic-paren, js2-external-variable):
21207 Remove "-face" suffix from face names.
21208 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21209 (js2-highlight-undeclared-vars, js2-peek-token)
21210 (js2-parse-function-params, js2-mode-show-errors)
21211 (js2-mode-show-warnings, js2-make-magic-delimiter)
21212 (js2-mode-highlight-magic-parens): Update to use new face names.
21213
8e754ea2
MA
212142009-08-09 Michael Albinus <michael.albinus@gmx.de>
21215
21216 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21217 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21218
1c292fc7
CY
212192009-08-09 Chong Yidong <cyd@stupidchicken.com>
21220
18d433a7
CY
21221 * subr.el: Provide hashtable-print-readable.
21222
1c292fc7
CY
21223 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21224 hs-c-like-adjust-block-beginning.
21225 (hs-hide-block-at-point): Stop hiding at the beginning of
21226 hs-block-end-regexp (Bug#700).
21227
2db0ae07
DD
212282009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21229
21230 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21231 a macro.
21232 (gdb-registers-handler-custom): Do not fail when register names
21233 are unavailable.
21234
fe4740a6
DD
212352009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21236
21237 * progmodes/gdb-mi.el (gdb-control-all-threads)
21238 (gdb-control-current-thread): Interactive setters for
21239 `gdb-gud-control-all-threads' to use in menu.
21240 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21241 (gud-tool-bar-map): Add non-stop/A,T indicator.
21242 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21243
ce299d55
CY
212442009-08-08 Yoni Rabkin <yoni@rabkins.net>
21245
21246 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21247 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21248 (net-utils-mode): New mode for viewing diagnostic network output.
21249 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21250 (net-utils-run-simple): New function.
21251 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21252
7c4654ad
DD
212532009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21254
21255 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21256 (gdb-memory-set-address, def-gdb-set-positive-number)
21257 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21258 after changing settings.
21259 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21260 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21261 (gdb-registers-handler-custom): Print registers in right order and
21262 allow changing register values (only for current thread yet).
9cbac26b
DD
21263 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21264 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21265 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21266 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21267 Thread info in mode name.
9cbac26b 21268 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21269
0f25a277
EZ
212702009-08-08 Eli Zaretskii <eliz@gnu.org>
21271
21272 * mail/rmail.el (rmail-add-mbox-headers)
21273 (rmail-set-message-counters-counter): Search for
21274 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21275
b971be60
GM
212762009-08-08 Glenn Morris <rgm@gnu.org>
21277
21278 * Makefile.in (ELCFILES): Update.
21279
a35d3ad8
EZ
212802009-08-07 Eli Zaretskii <eliz@gnu.org>
21281
6a7662bb
BR
21282 * mail/sendmail.el (mail-yank-original):
21283 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21284 text is yanked.
21285
8b0bcc2e
EZ
21286 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21287 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21288 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21289 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21290 (calc-graph-init): Don't send -display and -geometry to
21291 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21292 running "pgnuplot -V" with shell-command-to-string.
21293
21294 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21295 the default.
21296
212972009-08-07 Eli Zaretskii <eliz@gnu.org>
21298
21299 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21300 org/org-latex.elc.
21301
3bca7ca5
DN
213022009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21303
3c53763c
DN
21304 * vc-dispatcher.el (vc-resynch-window): Update comment.
21305
3bca7ca5
DN
21306 * term.el (term-handle-ansi-escape): Add comments with the
21307 terminfo capabilities implemented.
21308
7b217360
DD
213092009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21310
5f9d345c 21311 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21312 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21313 (gdb-propertize-header): Move earlier.
21314 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21315 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21316 Refresh disassembly buffers only after threads list have been
21317 update.
21318 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21319 variables.
21320
b4d84ecf
JL
213212009-08-04 Juri Linkov <juri@jurta.org>
21322
21323 * files.el: Commands to add/delete file/directory-local variables.
21324 (read-file-local-variable, read-file-local-variable-value)
21325 (read-file-local-variable-mode, modify-file-local-variable)
21326 (modify-file-local-variable-prop-line)
21327 (modify-dir-local-variable): New functions.
21328 (add-file-local-variable, delete-file-local-variable)
21329 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21330 (add-dir-local-variable, delete-dir-local-variable)
21331 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21332 (copy-dir-locals-to-file-locals-prop-line): New commands.
21333
42da39c1
CY
213342009-08-04 Chong Yidong <cyd@stupidchicken.com>
21335
21336 * abbrev.el (insert-abbrev-table-description): Prettify output.
21337 Suggested by Karl Chen.
21338
98bf8494
DD
213392009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21340
78b9fb28 21341 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21342 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21343 (gdb-overlay-arrow-position, gdb-thread-position)
21344 (gdb-disassembly-position): Declare variables.
21345 (gdb-wait-for-pending): Function now.
21346 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21347 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21348 compilation goes smoothly.
21349 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21350 (gdb-non-stop-setting): New customization setting which replaces
21351 `gdb-non-stop' so changing it doesn't break active GDB session.
21352 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21353 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21354 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21355 (gdb-show-threads-by-default): New customization options.
21356 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21357 routines.
21358 (gdb-get-buffer-create): Send buffers update signal when they are
21359 created.
21360 (gdb-invalidate-locals, gdb-invalidate-registers)
21361 (gdb-invalidate-breakpoints)
21362 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21363 (gdb-invalidate-memory): Accept update signal.
21364 (gdb-current-context-command): Use --frame option.
21365 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21366 Implement `gdb-frame-number' selection logic.
21367 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21368 whether to show GUD toolbar buttons.
21369 (gdb-thread-exited): Unselect current thread when it exits.
21370 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21371 (gdb-mark-line): Routine which sets overlay arrow or inverses
21372 video on fringeless displays.
21373 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21374 to build aligned columns of data in GDB buffers and set text
21375 properties line-by-line.
21376 (gdb-invalidate-breakpoints)
21377 (gdb-breakpoints-list-handler-custom)
21378 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21379 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21380 (gdb-registers-handler-custom): Align data columns.
21381 (gdb-locals-handler-custom): Now prints data like in variable
21382 declarations.
21383 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21384 Remove confusing buttons.
78b9fb28
DD
21385 (gdb-invalidate-threads): Append --frame.
21386 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21387 between breakpoints/threads buffers.
21388 (gdb-set-window-buffer): Now can ignore dedicated windows.
21389 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21390 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21391 (def-gdb-thread-buffer-gud-command): Replaces
21392 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21393 for fine thread control.
21394 (gdb-preempt-existing-or-display-buffer): New function used to
21395 display bound buffers without breaking window layout.
21396 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21397 (gdb-select-frame): New version of `gdb-frames-select' which now
21398 sets `gdb-frame-number' so commands may use --frame option instead
21399 of inner debugger state.
21400 (gdb-frame-handler): Do not set `gdb-frame-number'.
21401 (gdb-threads-mode-map): Select threads with mouse.
21402
21403 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21404 avoid compilation warning.
21405 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21406 `gdb-show-stop-p`.
21407
566f3909
DD
21408 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21409 Argument `key' renamed to `buffer-type'.
21410 (gdb-current-context-buffer-name): Do not add thread info to
21411 buffer name when no thread is selected.
21412 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21413 command (bug 3794).
21414 (gdb-thread-selected): Handle `=thread-selected' notification.
21415 (gdb-wait-for-pending): New macro to deal with congestion problems.
21416 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21417 breakpoints.
7b6fefac
JB
21418 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21419 This fixes problem similar to one described in bug 3947.
566f3909
DD
21420 (gud-menu-map): More menu items.
21421 (gdb-init-1): Reset `gdb-thread-number' to nil.
21422
4a31122c
DD
21423 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21424 non-stop settings.
21425
21426 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21427 (gdb-current-context-command): Do not append --thread if
21428 `gdb-thread-number' is nil.
6a7662bb
BR
21429 (gdb-running-threads-count, gdb-stopped-threads-count):
21430 New variables.
4a31122c 21431 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21432 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21433 New customization options.
4a31122c
DD
21434 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21435 GUD commands.
7b6fefac 21436 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21437 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21438 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21439 set `gdb-thread-number' and update `gud-running' properly.
21440 (gdb-running): Update threads list when new threads appear.
21441 (gdb-stopped): Support non-stop operation and new thread switching
21442 logic.
21443 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21444 (gdb-json-partial-output): New set of JSON routines.
21445 (def-gdb-auto-update-trigger): New `signal-list' optional
21446 argument.
21447 (gdb-thread-list-handler-custom): Update `gud-running',
21448 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21449 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21450 (gdb-continue-thread, gdb-step-thread): New commands for fine
21451 thread execution control.
21452 (gud-menu-map): New menu items to switch non-stop options.
21453 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21454 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21455
21456 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21457 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21458 gdb-buffer-rules.
21459 (def-gdb-auto-update-handler): New nopreserve optional argument.
21460 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21461
88b5a757 21462 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21463 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21464 (gdb-parent-mode): New mode to derive other GDB modes from.
21465 (gdb-display-disassembly-for-thread)
21466 (gdb-frame-disassembly-for-thread): New commands for threads
21467 buffer.
21468
21469 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21470 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21471 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21472 (gdb-update): We now store all GDB buffers in a list so that they
21473 can be updated by traversing a list instead of calling invalidate
7b6fefac 21474 triggers explicitly.
a5c9f540
DD
21475 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21476 pair for GDB buffer.
21477 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21478 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21479 handle pending triggers.
21480 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21481 (def-gdb-thread-buffer-simple-command)
21482 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21483 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21484 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21485 New commands which show buffers bound to thread.
88b5a757 21486 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21487
7b6fefac
JB
21488 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21489 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21490 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21491 to (gud-comint-buffer) in *-buffer-name functions
21492 because (gdb-get-target-string) already does that.
21493 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21494 (gdb-changed-registers-handler): Rewritten without regexps.
21495
ba214964 21496 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21497 (gdb-thread-number): New variable.
21498 (gdb-current-context-command): New macro which adds --thread
21499 option to command.
7b6fefac 21500 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21501 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21502 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21503 (gdb-select-thread): New command which selects current thread.
21504 (gdb-invalidate-frames, gdb-invalidate-locals)
21505 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21506
2ac33804
MA
215072009-08-04 Michael Albinus <michael.albinus@gmx.de>
21508
21509 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21510 robust. (Bug#3977)
2ac33804
MA
21511 (tramp-handle-insert-file-contents): `unwind-protect' must be
21512 inside `with-parsed-tramp-file-name'.
21513
21514 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21515 fails.
21516
39d0296f
NR
215172009-08-03 Nick Roberts <nickrob@snap.net.nz>
21518
21519 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21520 directory if CLASSPATH is not set.
21521
adcbca53
MA
215222009-08-03 Michael Albinus <michael.albinus@gmx.de>
21523
7b6fefac
JB
21524 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21525 New defconst.
7ef849b6 21526 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21527
30924b0b
CY
215282009-08-02 Kevin Ryde <user42@zip.com.au>
21529
7b6fefac
JB
21530 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21531 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21532
b6ce92f1
CY
215332009-08-02 Chong Yidong <cyd@stupidchicken.com>
21534
d977a092
CY
21535 * select.el (x-set-selection): Doc fix (Bug#4021).
21536
21537 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21538
b6ce92f1
CY
21539 * help-fns.el (describe-variable): Treat list return values from
21540 dir-locals-find-file properly (Bug#4005).
21541
7b6fefac 215422009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21543
21544 * net/tramp.el (tramp-debug-message): Print also microseconds.
21545
215462009-08-02 Michael Albinus <michael.albinus@gmx.de>
21547
21548 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21549 or END is non-nil.
21550 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21551 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21552 format.
21553
5ce6e4f4 21554 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21555 (tramp-get-file-property): Use it.
21556
6a7662bb
BR
21557 * autorevert.el (auto-revert-handler):
21558 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21559
2aafe808
JR
215602009-08-02 Jason Rumney <jasonr@gnu.org>
21561
21562 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21563 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21564
e094097c
CY
215652009-08-02 Chong Yidong <cyd@stupidchicken.com>
21566
21567 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21568 (font-lock-variable-name-face, font-lock-constant-face):
21569 Darken the colors for light backgrounds.
e094097c 21570
de94f281
EZ
215712009-08-01 Eli Zaretskii <eliz@gnu.org>
21572
21573 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21574 month names. (Bug#3987)
21575
54b99340
CY
215762009-07-31 Chong Yidong <cyd@stupidchicken.com>
21577
21578 * simple.el (line-move-finish): Pass whole number to
21579 line-move-to-column.
34be836c 21580 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21581
38216c30
JB
215822009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21583
21584 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21585
c779896d
CY
215862009-07-29 Alan Mackenzie <acm@muc.de>
21587
21588 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21589
592ccae0
DD
215902009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21591
35edc6c6
DD
21592 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21593 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21594
5a9e3ab7
JB
215952009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21596
21597 * calc/calc.el (calc-mode-map): Add keybinding for
21598 `calc-transpose-lines'.
21599
7b6fefac 216002009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21601
21602 * calc/calc-misc.el (calc-transpose-lines): New function.
21603
905fb90e
MA
216042009-07-28 Michael Albinus <michael.albinus@gmx.de>
21605
21606 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21607 Simplify check for out-of-band methods.
21608 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21609 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21610
76e14464
DN
216112009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21612
21613 * vc-git.el (vc-git-checkin): Fix typo.
21614
6088b51f 216152009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21616
21617 * progmodes/js2-mode.el: New file.
21618
b85157fe
NR
216192009-07-28 Nick Roberts <nickrob@snap.net.nz>
21620
21621 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21622 (gud-menu-map): Adjust tooltip accordingly.
21623
d43c2b06
DN
216242009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21625
1c0f0c3b
DN
21626 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21627 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21628
d43c2b06
DN
21629 * add-log.el (change-log-mode-map): Add a menu.
21630
3dec5c36
MA
216312009-07-27 Michael Albinus <michael.albinus@gmx.de>
21632
21633 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21634 function returns nil.
21635 (dbus-handle-event): Handle special return value :ignore.
21636 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21637
5704140c
CY
216382009-07-26 Chong Yidong <cyd@stupidchicken.com>
21639
21640 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21641 it's not needed.
21642
3077d1f6
EZ
216432009-07-25 Eli Zaretskii <eliz@gnu.org>
21644
21645 Fix Bug#3888:
21646
21647 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21648
21649 * term/pc-win.el (x-display-name, x-colors)
21650 (x-select-enable-clipboard, x-select-text): Doc fix.
21651
21652 * term/common-win.el (x-display-name, x-colors): Doc fix.
21653
21654 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21655 (xw-defined-colors): Doc fix.
21656
21657 * w32-fns.el (x-select-text, x-setup-function-keys)
21658 (x-get-selection, x-set-selection): Doc fix.
21659
21660 * term/x-win.el (x-select-text, x-setup-function-keys)
21661 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21662
21663 * select.el (x-set-selection): Doc fix.
21664
51768bc8
MA
216652009-07-25 Michael Albinus <michael.albinus@gmx.de>
21666
21667 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21668 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21669 "IsNSSSupportAvailable" method is not available.
21670 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21671
b11c2874
KH
216722009-07-24 Kenichi Handa <handa@m17n.org>
21673
21674 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21675 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21676 (build-unicode-category-table): Fix range checks.
21677
ba83b7b6
DN
216782009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21679
21680 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21681 the buffer we try to sync is current when calling
21682 vc-resynch-buffer.
21683
21684 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21685 not show up to date files.
21686
7a8ae964
GM
216872009-07-24 Glenn Morris <rgm@gnu.org>
21688
21689 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21690 Add autoload cookies. If necessary, initialize.
21691 (elint-log): Handle non-file buffers.
21692 (elint-initialize): Add optional argument to reinitialize.
21693 (elint-find-builtin-variables): Save excursion.
21694
a707eb05
DN
216952009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21696
21697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21698 for Lint.
21699
0a2ddfa6
DN
217002009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21701
d6a62b0d
DN
21702 * vc.el (vc-print-log-internal): New function, split out from ...
21703 (vc-print-log): ... here.
10b5dcad 21704 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21705
0a2ddfa6
DN
21706 * vc-git.el (vc-git-add-signoff): New variable.
21707 (vc-git-checkin): Use it.
21708 (vc-git-toggle-signoff): New function.
21709 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21710 (vc-git--run-command-string): Accept a nil FILE argument.
21711 (vc-git-stash-list): New function.
21712 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21713
589a99f2
GM
217142009-07-23 Glenn Morris <rgm@gnu.org>
21715
21716 * help-fns.el (describe-variable): Describe ignored and risky local
21717 variables in a similar way to that in which we describe safe ones.
21718
21719 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21720 (byte-compile-output-file-form, byte-compile-output-docform)
21721 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21722 Give some more local variables with common names a "bytecomp-" prefix,
21723 so as not to shadow things during compilation.
21724 * emacs-lisp/cl-macs.el (load-time-value)
21725 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21726 `outbuffer' to `bytecomp-outbuffer'.
21727
21728 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21729 since the next two variables cover them automatically now.
21730 (elint-builtin-variables, elint-autoloaded-variables): New.
21731 (elint-unknown-builtin-args): Remove all members, since they can be
21732 parsed automatically now.
21733 (elint-extra-errors): New.
21734 (elint-env-add-env, elint-env-add-macro): Use cadr.
21735 (elint-current-buffer): Use or. Change final message.
21736 (elint-get-top-forms): Use line-end-position.
21737 (elint-init-env): Use cadr. Handle autoload, declare-function,
21738 and defalias.
21739 (elint-add-required-env): Doc fix. Use or. Standardize error.
21740 (regexp-assoc): Remove unused function.
21741 (elint-top-form): Set elint-current-pos, to record the start of the
21742 top-level form, for compilation-mode.
21743 (elint-form): Trap errors in macro expansion. Use dolist.
21744 (elint-unbound-variable): Use elint-builtin-variables and
21745 elint-autoloaded-variables.
21746 (elint-get-args): Use cadr, or.
21747 (elint-check-cond-form): Use dolist, cadr.
21748 (elint-check-condition-case-form): Doc fix. Use cadr.
21749 Use elint-extra-errors.
21750 (elint-log): New function.
21751 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21752 Distinguish errors and warnings.
21753 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21754 Use a bytecomp-style format.
21755 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21756 (elint-get-log-buffer): Use compilation mode. Disable undo.
21757 Don't truncate lines.
21758 (elint-initialize): Set builtin and autoloaded variable lists.
21759 Only process elint-unknown-builtin-args if non-nil.
21760 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21761 New functions.
21762 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21763
855b42a2
GM
217642009-07-22 Kevin Ryde <user42@zip.com.au>
21765
21766 * net/newst-backend.el (newsticker--parse-atom-1.0)
21767 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21768 (newsticker--parse-rss-1.0):
21769 * progmodes/idlwave.el (idlwave-mode):
21770 * progmodes/idlw-shell.el (idlwave-shell-mode):
21771 * progmodes/vera-mode.el (vera-mode):
21772 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21773 * progmodes/vhdl-mode.el (vhdl-mode):
21774 * textmodes/table.el (table-generate-source)
21775 (table--warn-incompatibility):
21776 Hyperlink urls in docstrings with URL `...'.
21777
fd413a37
GM
217782009-07-22 Glenn Morris <rgm@gnu.org>
21779
cb711556
GM
21780 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21781 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21782 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21783 Remove leading * from defcustom docs.
21784
fd413a37
GM
21785 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21786
21787 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21788 defcustom doc.
21789 (list-load-path-shadows): Optionally, just return shadows as a string.
21790
21791 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21792
a4f69701
CY
217932009-07-21 Chong Yidong <cyd@stupidchicken.com>
21794
6a7662bb
BR
21795 * mail/rmailedit.el (rmail-edit-mode):
21796 Use auto-save-include-big-deletions.
a4f69701 21797
6a7662bb
BR
21798 * mail/rmail.el (rmail-variables):
21799 Use auto-save-include-big-deletions.
a4f69701
CY
21800
21801 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21802 changes.
21803
ec06459c
JB
218042009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21805
21806 * calc/calc.el (calc-undo-length): New variable.
21807 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21808
b41b0976
RS
218092009-07-21 Richard Stallman <rms@gnu.org>
21810
21811 * files.el (auto-save-mode): Handle buffer-save-size = -2
21812 for toggling mode.
21813
4ed32706
GM
218142009-07-21 Glenn Morris <rgm@gnu.org>
21815
531b1264
GM
21816 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21817
55d27f41
GM
21818 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21819
02df3f4d
GM
21820 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21821 silence compiler. Instead...
21822 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21823 (ps-print-ensure-fontified): Update for above function name changes.
21824
fdd8417e
GM
21825 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21826 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21827 silence compiler. Instead...
21828 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21829 (mh-show-buffer): Only define for compiler.
21830 (pr-mh-current-message): Update for above function name changes.
21831
4ed32706
GM
21832 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21833 as an argument.
21834 (find-file-noselect, insert-file-1): Update for above change.
21835
21836 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21837
21838 * mail/mailclient.el (mailclient-send-it): Fix message.
21839
21840 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21841 (edebug-eval): Check cl-debug-env is bound.
21842 (print-level, print-circle): Don't redefine built-in variables.
21843
21844 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21845 (custom-print-vectors): Remove old comments from doc.
21846
21847 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21848 (emerge-version): Make the variable an obsolete alias for the
21849 emacs-version variable. Make the function obsolete.
21850 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21851 Emerge options, rather than merging in into the main Options menu.
21852 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21853 and auto advance modes. Disable edit/fast items when not relevant.
21854
86812144
CY
218552009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21856
21857 * term/vt420.el (terminal-init-vt420): Fix typo.
21858
6bb90094
SS
218592009-07-20 Sam Steingold <sds@gnu.org>
21860
21861 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21862 variable (removed from compile.el on 2004-03-11).
21863
42e0a725
CY
218642009-07-20 Chong Yidong <cyd@stupidchicken.com>
21865
21866 * files.el (hack-local-variables-filter): Fix last change.
21867
2ee20f24
JL
218682009-07-19 Juri Linkov <juri@jurta.org>
21869
21870 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21871 (dir-local-variables-alist): New buffer-local variable.
21872 (hack-local-variables-filter): If variable is not dir-local,
21873 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21874 because file-local overrides dir-local.
3570691b 21875 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21876 Remove obsolete declaration.
21877 (hack-dir-local-variables): Add dir-local variable/value pair to
21878 `dir-local-variables-alist' and remove duplicates. Doc fix.
21879
21880 * help-fns.el (describe-variable): Add information about
21881 file-local and dir-local variables.
21882
89bf83cd
CY
218832009-07-19 Chong Yidong <cyd@stupidchicken.com>
21884
21885 * files.el (hack-local-variables-filter): Rewrite.
21886
1a8d3541
GM
218872009-07-19 Glenn Morris <rgm@gnu.org>
21888
d9e8a018
GM
21889 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21890 Silence compiler by only defining on XEmacs.
21891
da332cfb
GM
21892 * international/mule.el (auto-coding-regexp-alist): Only match
21893 BABYL... at the start of buffer, not of lines. (Bug#3790)
21894
1a8d3541
GM
21895 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21896 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21897 (cal-menu-context-mouse-menu): Doc fix.
21898
21899 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21900
21901 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21902
d842b103
JL
219032009-07-18 Juri Linkov <juri@jurta.org>
21904
21905 * info.el: Virtual Info keyword finder.
3570691b 21906 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21907 (Info-finder-file): New variable.
21908 (Info-finder-find-file): New function.
21909 (finder-known-keywords, finder-package-info)
21910 (find-library-name, lm-commentary): Use defvar and
21911 declare-function to silence compiler warnings.
21912 (Info-finder-find-node): New function.
21913 (info-finder): New command.
21914
21915 * subr.el (process-kill-buffer-query-function): New function.
21916 (add-hook)<kill-buffer-query-functions>: Add hook
21917 `process-kill-buffer-query-function'.
21918
10d37df7
AM
219192009-07-18 Alan Mackenzie <acm@muc.de>
21920
7b6fefac 21921 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21922 (c-postprocess-file-styles): Give invocation of `c-set-style'
21923 DONT-OVERRIDE parameter of t. Already set style variables will
21924 thus not be overridden by style settings given by `c-file-syle'.
21925
21926 * files.el (hack-local-variables-filter): Remove entries with
21927 duplicate keys from `file-local-variables-alist'.
21928
102e1a41
EZ
219292009-07-18 Eli Zaretskii <eliz@gnu.org>
21930
21931 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21932 x-set-selection if display-selections-p returns nil for the
21933 current frame.
21934
16f2e9fc
CY
219352009-07-18 Chong Yidong <cyd@stupidchicken.com>
21936
21937 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21938
f22693fc
EZ
219392009-07-18 Eli Zaretskii <eliz@gnu.org>
21940
a6c2c80c
EZ
21941 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21942 Accept nil in addition to a regexp.
21943 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21944 Accept nil in addition to a regexp.
21945 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21946 buffers that have an associated file. Handle nil values of
21947 desktop-buffers-not-to-save and desktop-files-not-to-save.
21948 (Bug#3833)
21949
f22693fc
EZ
21950 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21951 (x-disown-selection-internal): New functions.
21952
e456379a
NR
219532009-07-18 Nick Roberts <nickrob@snap.net.nz>
21954
21955 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21956 warning.
21957 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21958 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21959
0013b70f
CY
219602009-07-18 David De La Harpe Golden <david@harpegolden.net>
21961
21962 * simple.el (set-mark): Revert last change.
21963
0855c2ca
CY
219642009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21965
21966 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21967 rendering of pngs is not possible instead of messaging a long
21968 description.
21969
3f5c9cad
CY
219702009-07-17 David De La Harpe Golden <david@harpegolden.net>
21971
21972 * w32-fns.el (x-selection-owner-p): New function.
21973
21974 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21975 (mouse-yank-at-click, mouse-yank-primary):
21976 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21977 insertion.
3f5c9cad
CY
21978
21979 * simple.el (deactivate-mark, set-mark): Only save selection if we
21980 own it.
21981
1fc87f9b
KH
219822009-07-17 Kenichi Handa <handa@m17n.org>
21983
21984 * case-table.el (describe-buffer-case-table): Fix for the case
21985 that KEY is a cons.
21986
d56fdcd2
DN
219872009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21988
21989 * vc-rcs.el (vc-rcs-find-file-hook):
21990 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21991
bede3e9f
MA
219922009-07-16 Michael Albinus <michael.albinus@gmx.de>
21993
21994 * net/tramp.el (tramp-wait-for-output): Handle the case when
21995 commands do not return a newline but a null byte before the shell
21996 prompt. (Bug#3858)
21997
7653ca1d
YM
219982009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21999
22000 * term/ns-win.el (ns-set-alpha): Don't declare.
22001 (ns-set-background-alpha): Remove function.
22002
ed2a52e9
SM
220032009-07-16 Kevin Ryde <user42@zip.com.au>
22004
22005 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22006 y-or-n-p, for safety.
22007
7a907299
RS
220082009-07-16 Richard Stallman <rms@gnu.org>
22009
22010 * files.el (auto-save-mode): If buffer-saved-size is -2,
22011 don't clobber it.
22012
22013 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22014 (rmail-retry-ignored-headers): Add more uninteresting fields.
22015
c0db3477
CY
220162009-07-15 Jari Aalto <jari.aalto@cante.net>
22017
22018 * net/rcirc.el (rcirc): Use history variables.
22019 (rcirc-server-name-history, rcirc-nick-name-history)
22020 (rcirc-server-port-history): New variables.
22021
6c875452
KH
220222009-07-15 Kenichi Handa <handa@m17n.org>
22023
bf974dc9
KH
22024 * international/mule-cmds.el (set-language-environment-charset):
22025 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22026 ignore them.
22027
6c875452
KH
22028 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22029 Delete unibyte-display.
22030
2066b4fe
CY
220312009-07-15 Chong Yidong <cyd@stupidchicken.com>
22032
22033 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22034
f9be2e35
CY
220352009-07-15 Chong Yidong <cyd@stupidchicken.com>
22036
22037 * simple.el (deactivate-mark): Optional argument FORCE.
22038 (set-mark): Use deactivate-mark.
22039
22040 * info.el (Info-search): No need to check transient-mark-mode
22041 before calling deactivate-mark.
22042
22043 * select.el (x-set-selection): Doc fix.
22044 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22045 (xselect--selection-bounds): Handle buffer values.
22046 Suggested by David De La Harpe Golden.
f9be2e35 22047
6a7662bb
BR
22048 * mouse.el (mouse-set-region, mouse-drag-track):
22049 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22050 select-active-regions work.
22051
be3e598a 220522009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22053
22054 * simple.el (deactivate-mark): If select-active-regions is
22055 non-nil, copy the selection data into a string.
22056 (activate-mark): If select-active-regions is non-nil, set the
22057 selection to the current buffer.
22058 (set-mark): Update selection if select-active-regions is non-nil.
22059
22060 * select.el (x-valid-simple-selection-p): Allow buffer values.
22061
cbd61418
SM
220622009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22065 and more featureful message-mode.
22066
f470187f
CY
220672009-07-14 Chong Yidong <cyd@stupidchicken.com>
22068
22069 * select.el (x-set-selection): Doc fix.
22070 (x-valid-simple-selection-p): Disallow selection data consisting
22071 of a list or cons of integers, since that is not used.
22072 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22073 (xselect-convert-to-string, xselect-convert-to-length)
22074 (xselect-convert-to-filename, xselect-convert-to-charpos)
22075 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22076
bfc99364
DD
220772009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22078
22079 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22080 output in -break-info command (Emacs bug #3794).
22081
e32721f5
GM
220822009-07-14 Glenn Morris <rgm@gnu.org>
22083
1e46f9e4
GM
22084 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22085 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22086 (edebug-print-length, edebug-print-level, edebug-print-circle)
22087 (edebug-sit-for-seconds, edebug-view-outside)
22088 (edebug-bounce-point, edebug-set-global-break-condition)
22089 (edebug-Go-nonstop-mode, edebug-trace-mode)
22090 (edebug-Trace-fast-mode, edebug-continue-mode)
22091 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22092 (edebug-visit-eval-list): Doc fixes.
22093
e32721f5
GM
22094 * subr.el (def-edebug-spec): Doc fix.
22095
66a85e76
KH
220962009-07-14 Kenichi Handa <handa@m17n.org>
22097
22098 * international/characters.el: Fix setting of category ?C.
22099
28571246
JD
221002009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22101
7b6fefac 22102 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22103 ns-popup-font-panel instead of generate-fontset-menu.
22104
5d74672c
EZ
221052009-07-12 Eli Zaretskii <eliz@gnu.org>
22106
7b6fefac 22107 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22108
eb1727a4
CY
221092009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22110
22111 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22112 the PK\003\004 header (Bug#3770).
22113
208384c5
CY
221142009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22115
22116 * pcomplete.el (pcomplete-comint-setup): Check for
22117 shell-dynamic-complete-filename too.
22118
774409a1
CY
221192009-07-11 Chong Yidong <cyd@stupidchicken.com>
22120
22121 * simple.el (temporary-goal-column): Change the value for
22122 line-move-visual to a cons cell.
22123 (line-move-visual): Record or set the window hscroll, if
22124 necessary (Bug#3494).
22125 (line-move-1): Handle cons value of temporary-goal-column.
22126
1639ee1d
KH
221272009-07-11 Kenichi Handa <handa@m17n.org>
22128
22129 * international/mule-diag.el (describe-character-set): Don't show
22130 width.
22131
2b1d2412
SS
221322009-07-10 Sam Steingold <sds@gnu.org>
22133
22134 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22135 Omake sometimes indents the errors it prints, so allow all
22136 regexps to start with spaces.
22137
ed3a5691
EZ
221382009-07-10 Eli Zaretskii <eliz@gnu.org>
22139
ed2a52e9
SM
22140 * cus-edit.el (customize-changed-options-previous-release):
22141 Bump value to 22.1. (Bug#3804)
ed3a5691 22142
49405d0e
SS
221432009-07-08 Sam Steingold <sds@gnu.org>
22144
22145 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22146 to be a cons cell (test . ignored-directory) to selectively ignore
22147 some directories depending on the location of the search.
22148
93c3eb7c
MA
221492009-07-08 Michael Albinus <michael.albinus@gmx.de>
22150
22151 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22152 remote user is root, on the local host.
22153 (tramp-local-host-p): Either the local user or the remote user
22154 must be root. (Bug#3771)
22155
6f2a8484
NR
221562009-07-08 Nick Roberts <nickrob@snap.net.nz>
22157
22158 * progmodes/gdb-mi.el (gdb): Remove description of
22159 gdb-use-separate-io-buffer.
69cb8d82 22160 (menu): Don't allow toggling of or enable
6f2a8484
NR
22161 gdb-use-separate-io-buffer from menubar.
22162
88d03607
CY
221632009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22164
22165 * mail/unrmail.el (unrmail): Make sure the message ends with two
22166 newlines (Bug#3769).
22167
7ef5b8b2
GM
221682009-07-08 Glenn Morris <rgm@gnu.org>
22169
22170 * calendar/calendar.el (calendar-current-date): Rework previous change.
22171
3ce82f97
GM
221722009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22173
22174 * calendar/calendar.el (calendar-current-date):
22175 Add an optional argument giving an offset from today.
22176
f35fc841
GM
221772009-07-08 Glenn Morris <rgm@gnu.org>
22178
22179 * tutorial.el (tutorial--describe-nonstandard-key):
22180 Adjust the message for when a key has been unbound.
22181 (help-with-tutorial): Hide the arch-tag.
22182
40149292
KH
221832009-07-08 Kenichi Handa <handa@m17n.org>
22184
69cb8d82
KH
22185 * international/fontset.el (setup-default-fontset): For each
22186 script, append (not set) font-specs.
22187
40149292
KH
22188 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22189 docstring.
22190
ff0c4194
NR
221912009-07-08 Nick Roberts <nickrob@snap.net.nz>
22192
22193 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22194 -data-list-register-names to ...
22195 (gdb-starting): ... here because GDB 7.0 requires execution to
22196 have started when using this MI command.
22197 (gdb-set-header): New function to distinguish select and
22198 unselected tabs in gdb buffers.
22199 (gdb-propertize-header): New macro that uses gdb-set-header.
22200 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22201 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22202
8954c675
CY
222032009-07-07 Chong Yidong <cyd@stupidchicken.com>
22204
22205 * Makefile.in (ELCFILES): Remove fadr.elc.
22206
0996385d
DD
222072009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22208
dc6b4519
DD
22209 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22210 may contain frame information, so `string-match' should be used.
22211 (gdb-update): Disassembly is invalidated through
22212 `gdb-get-selected-frame'.
22213 (gdb-pad-string): New function to pad string with spaces.
22214 (gdb-invalidate-disassembly): Invalidate only if the buffer
22215 exists.
22216 (gdb-disassembly-handler-custom): Column alignment.
22217 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22218 placing new ones.
22219 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22220 end of line, too.
22221 (gdb-frame-handler): Match convention to for disassembly buffer
22222 mode name.
17c1380b 22223 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22224 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22225 not highlight breakpoints without line information.
69a197a2 22226 (gdb-input): Add trailing newline to command.
dc6b4519 22227
14340b25
DD
22228 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22229 buffer properly.
22230 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22231 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22232 now.
22233 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22234 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22235 to place breakpoints.
14340b25
DD
22236 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22237 functions.
22238 (gdb-disassembly-handler-custom): Show overlay arrow.
22239 (gdb-disassembly-place-breakpoints): Show breakpoints in
22240 disassembly buffer.
22241 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22242 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22243 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22244 in `gud-menu-map'.
14340b25 22245
38d4f316 22246 * fadr.el: Remove.
1f2a6224 22247
7b6fefac 22248 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22249 (gdb-memory-address): New variable which holds top address of
7b6fefac 22250 memory page shown in memory buffer.
6a7662bb
BR
22251 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22252 New customization variables.
0996385d
DD
22253 New functions:
22254 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22255 display the memory buffer.
22256 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22257 buffer display parameters.
22258 (def-gdb-memory-format, gdb-memory-format-binary)
22259 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22260 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22261 Functions for setting memory buffer format.
22262 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22263 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22264 unit size used in memory buffer.
6a7662bb
BR
22265 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22266 Switch to next/previous page of memory buffer.
28d67a53 22267 Now using (bindat-get-field) instead of fadr functions.
0996385d 22268
9ba562d3
SS
222692009-07-07 Sam Steingold <sds@gnu.org>
22270
22271 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22272 non-top-level files.
22273
a43977db
KH
222742009-07-07 Kenichi Handa <handa@m17n.org>
22275
6a7662bb
BR
22276 * international/mule-cmds.el (reset-language-environment):
22277 Put the highset priority to the charset iso-8859-1.
a43977db 22278
d44d05e8
CY
222792009-07-06 Chong Yidong <cyd@stupidchicken.com>
22280
22281 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22282 to the end of the line when locating the block (Bug#700).
22283
3e2fa353
MA
222842009-07-06 Michael Albinus <michael.albinus@gmx.de>
22285
22286 * net/tramp.el (tramp-handle-write-region): Flush file properties
22287 in case of short track.
22288
be3e598a 222892009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22290
bf0b361c
JB
22291 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22292 Coded custom representation of verilog error regular expressions
22293 to work with Emacs-22's new format.
d88782c3 22294 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22295 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22296 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22297 error recognition into XEmacs.
22298 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22299 error recognition into Emacs-22.
22300
25c6f63e
CY
223012009-07-06 Chong Yidong <cyd@stupidchicken.com>
22302
22303 * woman.el: Remove stand-alone closing parentheses.
22304 (woman-file-name, woman2-format-paragraphs)
22305 (woman-leave-blank-lines): Code cleanup.
22306 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22307 (woman-italic, woman-bold, woman-unknown, woman-addition):
22308 Change defaults to inherit from default faces.
25c6f63e
CY
22309 (woman2-process-escapes): Consume the newline after a stand-alone
22310 filler character (Bug#3651).
22311
f176290e
GM
223122009-07-06 Glenn Morris <rgm@gnu.org>
22313
22314 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22315 (top-level): Move provide to the end.
22316 (ffap): Remove defunct URL from custom group.
22317
22318 * subr.el (eval-after-load): Doc fix.
22319
7b6fefac 223202009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22321
22322 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22323 `calc-embedded-word' is called twice.
22324
4b8b1ec5
SM
223252009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22326
22327 * files.el (find-alternate-file-other-window, find-alternate-file):
22328 Obey confirm-nonexistent-file-or-buffer.
22329
d6ceb380
MA
223302009-07-05 Michael Albinus <michael.albinus@gmx.de>
22331
22332 * dired-aux.el (dired-show-file-type): Handle remote files.
22333
be3e598a 223342009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22335
4b8b1ec5
SM
22336 * desktop.el (desktop-globals-to-save):
22337 Add file-name-history (Bug#2750).
c760f19e 22338
6d00ce04
CY
223392009-07-05 Chong Yidong <cyd@stupidchicken.com>
22340
4b8b1ec5 22341 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22342
6ee21b07
JB
223432009-07-04 Johan Bockgård <bojohan@gnu.org>
22344
22345 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22346 property on entire argument since this is what eshell-lisp-command
22347 expects.
22348
f0dbdc25
MA
223492009-07-03 Michael Albinus <michael.albinus@gmx.de>
22350
22351 * net/tramp-gvfs.el (tramp-gvfs-methods)
22352 (tramp-gvfs-zeroconf-domain)
22353 (tramp-bluez-discover-devices-timeout): Add version flag.
22354 (tramp-gvfs-handler-mounted-unmounted)
22355 (tramp-gvfs-connection-mounted-p): Polish handling of
22356 incompatibilities between GVFS 0.2 and 1.0.
22357
e044e4fc
JD
223582009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22359
4b8b1ec5 22360 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22361
2e9b968b
JB
223622009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22363
bf0b361c 22364 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22365 formatted correctly.
22366
baf1a55e
JL
223672009-07-02 Juri Linkov <juri@jurta.org>
22368
22369 * info.el: Virtual Info files and nodes.
22370 (Info-virtual-files, Info-virtual-nodes): New variables.
22371 (Info-current-node-virtual): New variable.
22372 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22373 New functions.
22374 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22375 to check for a virtual file instead of checking a fixed list
22376 of node names.
22377 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22378 instead of ad-hoc processing of "dir" and (apropos history toc).
22379 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22380 instead of ad-hoc processing of "dir" and (apropos history toc).
22381 Reread a file when moving from a virtual node.
22382 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22383 (Info-directory-toc-nodes, Info-directory-find-file)
22384 (Info-directory-find-node): New functions.
22385 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22386 (Info-history): Move part of code to
22387 `Info-history-find-node'.
22388 (Info-history-toc-nodes, Info-history-find-file)
22389 (Info-history-find-node): New functions.
22390 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22391 (Info-toc): Move part of code to `Info-toc-find-node'.
22392 (Info-toc-find-node): New function.
4b8b1ec5 22393 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22394 the current Info file name to references because now the node
22395 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22396 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22397 (Info-toc-nodes): Rename input argument `file' to `filename'.
22398 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22399 instead of ad-hoc processing of ("dir" apropos history toc).
22400 (Info-index-nodes): Use Info-virtual-file-p
22401 to check for a virtual file instead of checking a fixed list
22402 of node names.
22403 (Info-index-node): Add check for `Info-current-node-virtual'.
22404 Raise `save-match-data' higher up the tree to contain
22405 `search-forward' too (bug fix).
22406 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22407 (Info-virtual-index-nodes): New variable.
22408 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22409 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22410 (Info-apropos-file, Info-apropos-nodes): New variables.
22411 (Info-apropos-toc-nodes, Info-apropos-find-file)
22412 (Info-apropos-find-node, Info-apropos-matches): New functions.
22413 (info-apropos): Move part of code to `Info-apropos-find-node' and
22414 `Info-apropos-matches'.
22415 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22416 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22417 for a virtual file instead of checking a fixed list of node names.
22418
22419 * simple.el (async-shell-command): New command.
22420
22421 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22422
22423 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22424 instead of `mount-info'.
22425
d04bc496
MA
224262009-07-02 Michael Albinus <michael.albinus@gmx.de>
22427
22428 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22429 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22430
af0403e0
KH
224312009-07-02 Kenichi Handa <handa@m17n.org>
22432
22433 * international/mule.el (set-keyboard-coding-system): Force *-unix
22434 coding-system to avoid eol conversion.
22435
99278f8a
MA
224362009-07-01 Michael Albinus <michael.albinus@gmx.de>
22437
4b8b1ec5
SM
22438 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22439 Add handler for `process-file', `shell-command' and
99278f8a
MA
22440 `start-file-process'.
22441 (tramp-gvfs-handle-shell-command)
22442 (tramp-gvfs-handle-start-file-process)
22443 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22444 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22445
3f1c6666
JD
224462009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22447
22448 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22449
3f396bac
KH
224502009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22451
22452 * language/korean.el (set-language-info-alist): Add korean-cp949,
22453 cp949 to spec.
22454
c1185193
KH
224552009-07-01 Kenichi Handa <handa@m17n.org>
22456
22457 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22458
22459 * international/encoded-kb.el: Deleted.
22460
22461 * international/mule.el (set-keyboard-coding-system): Perform the
22462 necessary setup here instead of calling encoded-kbd-setup-display.
22463
3f150a60
GM
224642009-07-01 Glenn Morris <rgm@gnu.org>
22465
22466 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22467
b0d5b05b
GM
224682009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22469
22470 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22471
4f4126e6
MA
224722009-06-30 Michael Albinus <michael.albinus@gmx.de>
22473
4b8b1ec5
SM
22474 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22475 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22476 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22477
7ae3ea65 22478 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22479 (top): Add a default for "synce" in `tramp-default-user-alist'.
22480 Add completion function for "synce" method.
22481 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22482 (tramp-hal-interface-manager, tramp-hal-interface-device):
22483 New defconst.
22484 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22485 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22486 New defuns.
d6ceb380
MA
22487
22488 * net/trampver.el: Update release number.
7ae3ea65 22489
0ad6626b
KH
224902009-06-30 Kenichi Handa <handa@m17n.org>
22491
22492 * international/fontset.el (setup-default-fontset): Add CJK fonts
22493 for symbols and the other miscellaneous characters.
22494
4b8b1ec5
SM
22495 * language/korea-util.el (setup-korean-environment-internal):
22496 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22497 (exit-korean-environment): Cancel above.
22498
22499 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22500 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22501 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22502 environments, and an exit-function to cancel that.
22503
22504 * language/japan-util.el (setup-japanese-environment-internal):
22505 Call use-cjk-char-width-table with arg `ja_JP'.
22506
22507 * international/characters.el (cjk-char-width-table): Delete it.
22508 (cjk-char-width-table-list): New variable.
22509 (use-cjk-char-width-table): New arg local-name.
22510 (use-default-char-width-table): Fix for the case that Emacs is
22511 already using the default char-width-table.
22512
fd46e893
MA
225132009-06-29 Michael Albinus <michael.albinus@gmx.de>
22514
22515 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22516 modes mandatory. (Bug#3712)
22517
b87d9f96
AM
225182009-06-29 Alan Mackenzie <acm@muc.de>
22519
22520 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22521 correction between the visible width of TABs and their number of bytes.
b87d9f96 22522
2d25aa5a
CY
225232009-06-29 Chong Yidong <cyd@stupidchicken.com>
22524
22525 * server.el (server-buffer-done): Prevent kill-buffer from
22526 prompting by clearing the buffer modification flag (Bug#3696).
22527
a3a8b002
DN
225282009-06-28 Michael McNamara <mac@mail.brushroad.com>
22529
bf0b361c 22530 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22531 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22532 (verilog-basic-complete-re): Support localparam lineup.
22533 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22534 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22535 commenting.
22536 (verilog-leap-to-case-head): Now support *nested* unique &
22537 priority case statements.
22538 (verilog-auto-lineup): Make just declarations the default (as it
22539 had been).
4b8b1ec5 22540 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22541 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22542 select the various styles of automatic lineup.
a3a8b002
DN
22543 (verilog-error-regexp-alist): Rework to support the XEmacs style
22544 of error regular expressions from compilers, lint tools &
22545 simulators. Note that GNU Emacs has made it impossible for a mode
22546 to load such things.
22547 (electric-verilog-terminate-line, verilog-indent-declaration)
22548 (verilog-auto-wiure): Rework for radio button selection of
22549 auto-lineup selection of specification of auto lineup.
22550 (verilog-beg-of-statement-1): Redesign to support proper operation
22551 in additional code, based on testing with auto-lineup.
22552 (verilog-calculate-indent, assignments & declarations)
22553 (verilog-backward-token): Enhance to support auto-lineup of
22554 assignments & declarations.
22555 (verilog-in-directive-p, verilog-at-struct-p): New function for
22556 easy test of whether we are.
22557 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22558 to support safe execution at almost anyline.
22559 (verilog-calc-1): Properly support indenting deep inside generate
22560 blocks.
48c2d18a 22561 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22562 as it is redundant with font-lock-defaults.
a8f316ca 22563 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22564 to avoid circular calls if syntax-ppss is a function (as is the
22565 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22566 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22567 (verilog-ovm-begin-re, verilog-ovm-end-re)
22568 (verilog-ovm-statement-re, verilog-leap-to-head)
22569 (verilog-backward-token): Add support for OVM macros. Some are
22570 complete statements, and others open and close scopes like begin
22571 and end.
22572 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22573 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22574 compilation issue.
48c2d18a 22575 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22576 coverpoint, constraint and cross statements.
a3a8b002
DN
22577 (verilog-defun-level-list, verilog-generate-defun-level-list)
22578 (verilog-all-defun-level-list): Redo these specifications - it is
22579 too hard to support eval-when compile aggregation of lists also
22580 built at when-compile time.
22581 (verilog-defun-level-list): Place defconsts of variables used in
22582 building regular expressions which are built in eval-when-compile
22583 bodies in the same eval-when-compile body to facilitate compile
22584 without load.
22585 (verilog-beg-block-re-ordered): Support indenting
22586 virtual/protected tasks and functions.
7b6fefac 22587 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22588 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22589 indentation of some module items (generate items).
22590 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22591 across virtual/protected tasks and functions.
22592
225932009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22594
bf0b361c 22595 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22596 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22597 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22598 in concatenations. Reported by Yishay Belkind.
22599 (verilog-auto-ascii-enum): Support one-hot state machines in
22600 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22601 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22602 modport in AUTOINST and add vl-modport for users.
22603 Reported by David Rogoff.
a3a8b002
DN
22604 (verilog-auto-inout-module, verilog-auto-inst)
22605 (verilog-decls-get-interfaces, verilog-insert-definition)
22606 (verilog-insert-one-definition, verilog-read-decls)
22607 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22608 (verilog-sig-modport, verilog-signals-combine-bus)
22609 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22610 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22611 Suggested by David Rogoff.
22612 (verilog-repair-open-comma): Fix non-insertion of comma when
22613 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22614 (verilog-make-width-expression): Simplify [A-1:0] expression
22615 widths to just {A{1'b0}}.
22616 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22617 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22618 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22619 inputs/outputs or data type. Suggested by Vasu Kandadi.
22620 (next-error-last-buffer): Fix byte-compiler warning.
22621 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22622 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22623 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22624 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22625 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22626 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22627 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22628 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22629 causing use of <= assignments. Reported by Alex Reed.
22630 (verilog-read-decls): Fix triand, trior, wand, wor to be
22631 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22632 (verilog-extended-complete-re): Support import "DPI-C" functions.
22633 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22634 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22635 (verilog-insert-date, verilog-insert-year)
22636 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22637 Windows systems. Reported by Michael Potts.
22638 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22639 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22640 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22641 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22642 (verilog-read-decls): Fix detecting "parameter int" when using
22643 AUTOINSTPARAM. Reported by Bruce T.
22644 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22645 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22646 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22647 verilog-goto-defun will work. Reported by Lawrence Butcher.
22648 (verilog-getopt): Expand environment variables in -f file
22649 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22650 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22651 when reading enumerations.
22652 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22653 Suggested by Stephen Peltan.
4b8b1ec5 22654 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22655 files. Reported by Steve Peltan.
22656
f7c0d931
CY
226572009-06-28 David De La Harpe Golden <david@harpegolden.net>
22658
22659 * files.el (trash-directory): Fix defcustom type.
22660
baf1a55e 226612009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22662
22663 * help-fns.el (describe-function-1): Correctly locate adviced
22664 functions in hyperlink (Bug#2438).
22665
d63a01ef
CY
226662009-06-28 Chong Yidong <cyd@stupidchicken.com>
22667
22668 * files.el (trash-directory): Change default to nil.
22669 (move-file-to-trash): If trash-directory is nil and
22670 system-move-file-to-trash is unbound, perform freedesktop-style
22671 trashing.
22672
226732009-06-28 David De La Harpe Golden <david@harpegolden.net>
22674
22675 * files.el (move-file-to-trash): Add freedesktop trash
22676 support (Bug#973).
22677
fc2f6a26
GM
226782009-06-28 Glenn Morris <rgm@gnu.org>
22679
22680 * autorevert.el (global-auto-revert-non-file-buffers)
22681 (global-auto-revert-mode): Doc fixes.
22682
00242b07
JB
226832009-06-27 Johan Bockgård <bojohan@gnu.org>
22684
22685 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22686
f5594f03
CY
226872009-06-27 Chong Yidong <cyd@stupidchicken.com>
22688
e8a2b2da
CY
22689 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22690 opened an X connection before calling x-get-resource (Bug#3194).
22691
f5594f03
CY
22692 * play/doctor.el: Remove reference to obsolete website.
22693 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22694
3c3bf6ce
DN
226952009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22696
22697 Remove find-file-not-found-hook VC method. (Bug#2757)
22698 * vc-hooks.el (vc-file-not-found-hook)
22699 (vc-default-find-file-not-found-hook): Remove functions.
22700 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22701 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22702 * vc.el:
22703 * vc-hg.el:
22704 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22705
e26a7bc0
AM
227062009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22707
22708 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22709 compatibility function for `looking-back'.
e26a7bc0 22710
4b8b1ec5 22711 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22712 Use `ispell-looking-back'.
e26a7bc0 22713
d9848600
MA
227142009-06-24 Michael Albinus <michael.albinus@gmx.de>
22715
22716 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22717 rather than `filename'.
d9848600 22718
05fbc4a9
MB
227192009-06-23 Miles Bader <miles@gnu.org>
22720
22721 * face-remap.el (text-scale-set): New function.
22722
f86ca715
GM
227232009-06-23 Glenn Morris <rgm@gnu.org>
22724
33e2c2e5
GM
22725 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22726
f529f302
GM
22727 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22728
34995333
GM
22729 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22730
cc80ccee
GM
22731 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22732
84cb770d
GM
22733 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22734 Simplify Persian conditionals.
22735
d916c965
GM
22736 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22737 variable `filename'.
22738
b6a44b27
GM
22739 * comint.el (comint-insert-input): Doc fix.
22740
f86ca715
GM
22741 * Makefile.in (ELCFILES): Fix typo in previous change.
22742
666e158e
MB
227432009-06-23 Miles Bader <miles@gnu.org>
22744
22745 * cus-start.el: Add entry for `recenter-redisplay'.
22746
be3e598a 227472009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22748
22749 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22750 Add an optional argument for the backend, use it instead of
22751 calling vc-backend.
4b8b1ec5
SM
22752 (vc-mode-line): Add an optional argument for the backend.
22753 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22754 special handling for vc-state being a buffer to ...
22755
22756 * vc-rcs.el (vc-rcs-find-file-hook):
22757 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22758
22759 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22760 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22761 vc-stay-local-p and vc-mode-line calls.
22762
22763 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22764 (vc-cvs-diff, vc-cvs-annotate-command)
22765 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22766 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22767 vc-mode-line calls.
22768
22769 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22770 direct comparison.
22771 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22772 backend when calling vc-mode-line.
22773 (vc-register): Do not create a closure for calling the vc register
22774 function, call it directly.
22775
2764748c
DN
227762009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22777
22778 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22779 to make it obvious item can be clicked.
f5a0b281
DN
22780
22781 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22782
d4a885b2
KH
227832009-06-23 Kenichi Handa <handa@m17n.org>
22784
22785 * language/korea-util.el (korean-key-bindings): Change the binding
22786 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22787 same command.
22788
e3610693
MA
227892009-06-22 Michael Albinus <michael.albinus@gmx.de>
22790
22791 Sync with Tramp 2.1.16.
22792
22793 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22794
22795 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22796 when a loading of a package fails. Completion function for rsync
22797 is `tramp-completion-function-alist-ssh'.
22798 (all): Replace all calls of `split-string' and
22799 `tramp-split-string' by `tramp-compat-split-string'.
22800 (tramp-default-method): Use `tramp-compat-process-running-p'.
22801 (tramp-default-proxies-alist): Allow also Lisp forms.
22802 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22803 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22804 (tramp-domain-regexp): Allow also "-", "_" and ".".
22805 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22806 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22807 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22808 (tramp-handle-directory-files-and-attributes-with-stat):
22809 Care about filenames with spaces, or starting with "-".
e3610693
MA
22810 (tramp-handle-dired-uncache): New defun.
22811 (tramp-handle-insert-directory): Don't flush the directory from
22812 cache, this is handled by `dired-uncache' now.
22813 (tramp-handle-insert-file-contents): Improve error handling.
22814 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22815 Quote `tramp-end-of-output'.
22816 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22817 (tramp-check-for-regexp): Both echoes must be present, before removing.
22818 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22819 (tramp-compute-multi-hops): Eval cons cells of
22820 `tramp-default-proxies-alist'.
22821 (tramp-maybe-open-connection): Use the same command pattern for
22822 first hop and further hops.
22823 (tramp-wait-for-output): Remove handling of newlines.
22824 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22825 (tramp-split-string): Remove function. It is handled in
22826 tramp-compat now.
22827
4b8b1ec5
SM
22828 * net/tramp-cmds.el (tramp-bug):
22829 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22830
22831 * net/tramp-compat.el (tramp-compat-split-string)
22832 (tramp-compat-process-running-p): New defuns.
22833
22834 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22835 for `dired-uncache'.
22836
22837 * net/tramp-gvfs.el: New package.
22838
4b8b1ec5
SM
22839 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22840 Add handler for `dired-uncache'.
e3610693
MA
22841 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22842
22843 * net/trampver.el: Update release number. Make version check fit
22844 for SXEmacs 22.
22845
13a3f374
JM
228462009-06-22 Jim Meyering <meyering@redhat.com>
22847
e0a28a3b 22848 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22849 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22850 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22851
5242671e 228522009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22853 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22854
e0a28a3b 22855 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22856 repository (http://sphinx.net.ru/hg/gdb-mi/).
22857
3fde45af
GM
228582009-06-22 Glenn Morris <rgm@gnu.org>
22859
46253b34
GM
22860 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22861 `mode' and `eval' entries. (Bug#3430)
22862
97e18192
GM
22863 * Makefile.in (ELCFILES): Add fadr.elc.
22864
731a00fb
GM
22865 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22866 differing behavior of \n and ^ in strings. (Bug#3385)
22867
c66cd0ff
GM
22868 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22869
3fde45af
GM
22870 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22871 property.
22872 (lisp-indent-function): Make it a defcustom.
22873
db2241a0
NR
228742009-06-21 Nick Roberts <nickrob@snap.net.nz>
22875
22876 * progmodes/gdb-ui.el: Replace with ...
5242671e 22877 * progmodes/gdb-mi.el: ... this file.
db2241a0 22878 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22879
228802009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22881
db2241a0
NR
22882 * fadr.el: New file.
22883
38d4f316 22884See ChangeLog.14 for earlier changes.
e3d51b27
MR
22885
22886;; Local Variables:
22887;; coding: utf-8
e3d51b27
MR
22888;; End:
22889
73b0cd50 22890 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22891
22892 This file is part of GNU Emacs.
22893
22894 GNU Emacs is free software: you can redistribute it and/or modify
22895 it under the terms of the GNU General Public License as published by
22896 the Free Software Foundation, either version 3 of the License, or
22897 (at your option) any later version.
22898
22899 GNU Emacs is distributed in the hope that it will be useful,
22900 but WITHOUT ANY WARRANTY; without even the implied warranty of
22901 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22902 GNU General Public License for more details.
22903
22904 You should have received a copy of the GNU General Public License
22905 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.