message.el (message-yank-original): Use cond instead of CL case.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
49c5410a
SM
12011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
c6eee9aa
SM
3 * allout.el (allout-abbreviate-flattened-numbering)
4 (allout-mode-deactivate-hook): Fix up obsolescence "date".
5
49c5410a
SM
6 * subr.el (read-char-choice): Only show the cursor after the prompt,
7 not after the answer.
8
047b2bb9
KR
92011-03-15 Kevin Ryde <user42@zip.com.au>
10
11 * help-fns.el (variable-at-point): Skip leading quotes, if any
12 (bug#8253).
13
0a57d256
SM
142011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
17 warning message.
18
77c992bc
MA
192011-03-14 Michael Albinus <michael.albinus@gmx.de>
20
21 * shell.el (shell): When called interactively, offer to change the
22 shell file name on remote hosts.
23
eebc475d
TZ
242011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
25
26 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
27 integration for LDAP parameters. The host, base, user or binddn,
28 and secret tokens can be specified in a netrc file, for instance.
29 This is optional because an `auth-source' parameter must be
30 specified in the search attributes.
31
9d05d1ba
JB
322011-03-13 Juanma Barranquero <lekktu@gmail.com>
33
34 * help.el (describe-mode): Link to the mode's definition (bug#8185).
35
09d9db2c
GM
362011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
39 into declaration. Remove redundant and harmful binding.
40
412011-03-12 Eli Zaretskii <eliz@gnu.org>
42
43 * files.el (file-ownership-preserved-p): Pass `integer' as an
44 explicit 2nd argument to `file-attributes'. If the file's owner
45 is the Administrators group on Windows, and the current user is
46 Administrator, consider that a match.
47
48 * server.el (server-ensure-safe-dir): Consider server directory
49 safe on MS-Windows if its owner is the Administrators group while
50 the current Emacs user is Administrator. Use `=' to compare
51 numerical UIDs, since they could be integers or floats.
52
219bd536
JB
532011-03-12 Juanma Barranquero <lekktu@gmail.com>
54
55 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
56
f3afd36b
MA
572011-03-12 Michael Albinus <michael.albinus@gmx.de>
58
59 Sync with Tramp 2.2.1.
60
61 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
62
63 * net/trampver.el: Update release number.
64
3aaaa6f1
SM
652011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
66
94642599
SM
67 * progmodes/compile.el (compilation--previous-directory): Fix up
68 various nil/dead-marker mismatches (bug#8014).
69 (compilation-directory-properties, compilation-error-properties):
70 Don't call it at a position past the one we're about to change.
71
3aaaa6f1
SM
72 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
73 Disable obsolescence warnings in the file that declares it.
74
14239447
KM
752011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
76
219bd536 77 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
78 allout-widgets-tally as a hash table rather than nil to prevent
79 mode-line redisplay warnings.
80 Also, clarify the module description and fix a comment typo.
81
135e287c
JB
822011-03-11 Juanma Barranquero <lekktu@gmail.com>
83
84 * help-fns.el (describe-variable): Don't complete keywords.
85 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
86
ffbf300e
CY
872011-03-10 Chong Yidong <cyd@stupidchicken.com>
88
ba08b241
CY
89 * emacs-lisp/package.el (package-version-join): Impose a standard
90 string representation for pre/alpha/beta version lists.
91 (package-unpack-single): Standardize the directory name by passing
92 it through package-version-join.
93 (package-strip-rcs-id): Accept any version string that does not
94 signal an error in version-to-list.
ffbf300e 95
f346fd6b
MA
962011-03-10 Michael Albinus <michael.albinus@gmx.de>
97
98 * simple.el (delete-trailing-whitespace): Return nil for the
99 benefit of `write-file-functions'.
100
ccb55d27
GM
1012011-03-10 Glenn Morris <rgm@gnu.org>
102
5ceaac0c
GM
103 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
104
02da65ff
GM
105 * vc/vc-git.el (vc-git-program): New option.
106 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
107 (vc-git--call): Use it.
108
b2f603cc
GM
109 * eshell/esh-util.el (eshell-condition-case): Doc fix.
110
5772caab
GM
111 * cus-edit.el (Custom-newline): If no button at point, look
112 for a subgroup button at start-of-line. (Bug#2298)
113
ccb55d27
GM
114 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
115
ec6ecaed
JD
1162011-03-10 Julien Danjou <julien@danjou.info>
117
118 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
119 `cursor-type' is nil.
120
9d5aa01d
JB
1212011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
122
123 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
124
b6a5875b
KM
1252011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
126
127 * allout.el Summary: Change so yank of distinctive-bullet items
128 preserves the existing header prefix, rebulleting it if necessary,
129 rather than replacing it. This is necessary for proper operation
130 of cooperative addons like allout-widgets.
219bd536 131 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
132 SOLICIT arg to INSTEAD, and interpret additionally a string value
133 as alternate bullet to be used, instead of prompting the user for
134 a bullet character.
135
ee545c35
MA
1362011-03-09 Michael Albinus <michael.albinus@gmx.de>
137
138 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
139 not use `tramp-file-name-port', because this returns also
140 `tramp-default-port'.
141
c47971d7
DD
1422011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
143
144 * net/rcirc.el (rcirc-handler-001): Remove useless
145 with-rcirc-process-buffer.
146 (rcirc-check-auth-status): Swap arguments to string-match.
147
13522cb4
GM
1482011-03-09 Glenn Morris <rgm@gnu.org>
149
0be6f4f1
GM
150 * shell.el (shell-mode):
151 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
152
13522cb4
GM
153 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
154 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
155
515de2e3
CY
1562011-03-08 Chong Yidong <cyd@stupidchicken.com>
157
158 * emacs-lisp/package.el (package-refresh-contents)
159 (package-menu-execute): Use condition-case-no-debug.
160
b511b994
MA
1612011-03-08 Michael Albinus <michael.albinus@gmx.de>
162
163 * simple.el (shell-command-to-string): Use `process-file'.
164
165 * emacs-lisp/package.el (package-tar-file-info): Handle also
166 remote files.
167
168 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
169 `equal' for upload base check.
170
25bbfb31
AM
1712011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
172
173 * textmodes/texinfo.el (texinfo-environments):
174 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
175
be996521
GM
1762011-03-08 Glenn Morris <rgm@gnu.org>
177
e9c8529f
GM
178 * cus-start.el (cursor-in-non-selected-windows):
179 Fix :set quoting oddness. (Bug#8192)
180
be996521
GM
181 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
182 in some setf expressions. (Bug#2159)
183
2bb5649e
CY
1842011-03-08 Chong Yidong <cyd@stupidchicken.com>
185
186 * custom.el (custom-available-themes): Return themes in
187 alphabetical order.
188
7600cf45
CY
1892011-03-07 Chong Yidong <cyd@stupidchicken.com>
190
191 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
192 application of patch from Alan Mackenzie (Bug#7595).
193
fa7062f6
DD
1942011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
195
196 * net/rcirc.el (rcirc-connect): Fix PASS bug.
197
619f4b62
GM
1982011-03-07 Glenn Morris <rgm@gnu.org>
199
200 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 201 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 202
e63e9234
ER
2032011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
204
205 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
206 Add optional `after-sunset' argument. (Bug#8190)
207
16130297
AH
2082011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
209
210 * play/morse.el (nato-alphabet, nato-region, denato-region):
211 New variable and functions. (Bug#2288)
f72c1fd6 212 (morse-region, unmorse-region): Barf if read-only.
16130297 213
2b0787b3
SM
2142011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * progmodes/gud.el (gdb-script-syntax-propertize-function):
217 Don't change the syntax of a \n that closes a comment (bug#8169).
218
5c69cb2c
CY
2192011-03-06 Chong Yidong <cyd@stupidchicken.com>
220
221 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
222 defcustom.
223 (package--update-file): Doc fix. Accept relative file names.
224 (package--archive-contents-from-file): Remove the argument, since
225 it's necessarily always "archive-contents".
226 (package-maint-add-news-item): Pass relative file name args to
227 package--update-file.
228 (package-upload-buffer-internal): Prompt for a destination if
229 package-archive-upload-base is invalid. Create the directory if
230 it does not exist.
231 (package-upload-buffer, package-upload-file): Doc fix.
232
892777ba
CY
2332011-03-06 Chong Yidong <cyd@stupidchicken.com>
234
235 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
236 and move isearch-yank-line to M-s C-e (Bug#8183).
237
9d1f0f55
AM
2382011-03-06 Alan Mackenzie <acm@muc.de>
239
240 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
241 (c-guess-basic-syntax): Move CASE 19 to a different place,
242 correctly to process template-args-cont lines.
9d1f0f55 243
479a2c9b
JB
2442011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
245
2b0787b3
SM
246 * calc/calc-ext.el (calc-init-extensions):
247 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
248 and calc-nplevel, respectively. Add keybindings for calc-spn,
249 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
250 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
251
252 * calc/calc-units.el (calc-dblevel): Rename from
253 calc-logunits-dblevel.
254 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
255 (math-midi-round, math-freqp, math-midip, math-spnp)
256 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
257 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
258 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
259 (math-notes): New variable.
260
261 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 262
f561e49a
CY
2632011-03-06 Chong Yidong <cyd@stupidchicken.com>
264
265 * emacs-lisp/package.el (package-archives): Accept either ordinary
266 directory names, in addition to HTTP URLs.
267 (package--with-work-buffer): New macro. Handle normal directories.
268 (package-handle-response): Don't display the failing buffer.
269 (package-download-single, package-download-tar)
270 (package--download-one-archive): Use package--with-work-buffer.
271 (package-archive-base): Rename from package-archive-url.
272
79a0fb58
GM
2732011-03-06 Glenn Morris <rgm@gnu.org>
274
275 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
276 (xmodmap-generic-mode): Respect generic-extras-enable-list.
277
ffd0a502
DC
2782011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
279
280 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
281
01c35094
JB
2822011-03-06 Juanma Barranquero <lekktu@gmail.com>
283
284 * allout.el (allout-init, allout-prefixed-keybindings)
285 (allout-unprefixed-keybindings):
286 * progmodes/prolog.el (prolog-find-term):
287 Fix typos in docstrings.
288
509742cc
NS
2892011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
290
291 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
292
14369ab3
KR
2932011-03-06 Kevin Ryde <user42@zip.com.au>
294
295 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
296
aa248733
MS
2972011-03-06 Michael Shields <shields@msrl.com> (tiny change)
298
299 * window.el (one-window-p, walk-windows, display-buffer):
300 Doc fixes. (Bug#5567)
301
da0275f8
JB
3022011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
303
304 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
305 of the variable if it exists.
306
845fc5e5
JB
3072011-03-06 Juanma Barranquero <lekktu@gmail.com>
308
309 * bookmark.el:
310 * desktop.el:
311 * emacs-lock.el:
312 * ps-print.el:
313 * saveplace.el:
314 * net/tramp-cache.el:
01c35094 315 * obsolete/fast-lock.el:
845fc5e5
JB
316 * textmodes/reftex.el:
317 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
318
7e27ce9c
AL
3192011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
320
01c35094
JB
321 * files.el (delete-directory, copy-directory, list-directory):
322 Use read-directory-name.
7e27ce9c
AL
323
324 * find-file.el (ff-find-the-other-file):
325 * net/ange-ftp.el (ange-ftp-make-directory):
326 * printing.el (pr-interactive-dir):
327 * progmodes/ada-prj.el (ada-prj-load-directory):
328 * progmodes/ebnf2ps.el (ebnf-print-directory)
329 (ebnf-spool-directory, ebnf-eps-directory)
330 (ebnf-syntax-directory):
331 * shell.el (shell):
332 * speedbar.el (speedbar-create-directory):
333 * vc/emerge.el (emerge-merge-directories):
334 * vc/vc-dir.el (vc-dir):
335 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
336
d23ae2b0
CY
3372011-03-05 Chong Yidong <cyd@stupidchicken.com>
338
339 * help-mode.el (help-buffer): If we are to return the current
340 buffer, signal an error if it's not in Help mode (Bug#8147).
341
2de9cc1a
RT
3422011-03-05 Reuben Thomas <rrt@sc3d.org>
343
344 * files.el (file-name-version-regexp): Handle backup files of the
345 form `foo.js.~HEAD~1~' (Bug#8159).
346
81fb60b2
GM
3472011-03-05 Glenn Morris <rgm@gnu.org>
348
349 * eshell/esh-var.el: Don't require esh-test when compiling.
350 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
351 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 352 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 353
c5f09daf
DE
3542011-03-05 David Engster <deng@randomsample.de>
355
356 * files.el (save-some-buffers): Report the names of buffers saved
357 automatically due to buffer-save-without-query (Bug#8134).
358
77f63d30
DD
3592011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
360
361 * net/rcirc.el: Add QuakeNet authentication support.
362 (rcirc-authinfo, rcirc-check-auth-status)
363 (rcirc-authenticate): Support QuakeNet.
364
72d2c2e3
DD
3652011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
366
367 * net/rcirc.el: Add functionality to authenticate before
368 autojoining channels.
369 (rcirc-authenticate-before-join): New option.
370 (rcirc-authenticated-hook): New variable.
371 (rcirc-connect): Make local variable rcirc-user-authenticated.
372 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
373 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
374 New functions.
375 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
376 Call rcirc-check-auth-status.
72d2c2e3 377
d733e817
MA
3782011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
379
380 * net/soap-client.el (soap-namespace-put-link): Check if the target
381 name is fully qualified -- use only the name part.
382 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
383 types, treated the same as xsd:sequence. (Bug#8166)
384
3ae59fff
EZ
3852011-03-05 Eli Zaretskii <eliz@gnu.org>
386
387 * files.el (find-file-noselect): Don't ask about re-visiting
388 non-literally if the file is already visited in image-mode.
389 (Bug#8177)
390
a9eeff78
GM
3912011-03-05 Glenn Morris <rgm@gnu.org>
392
d783d303
GM
393 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
394 (eshell-mode): Use eshell-kill-buffer-function.
395 Run the -initialize functions independently of the -load-hooks.
396 * eshell/esh-proc.el (eshell-kill-process-function): New function.
397 (eshell-gather-process-output, eshell-sentinel)
398 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
399 Use eshell-kill-process-function.
400 * eshell/em-alias.el (eshell-alias-load-hook):
401 * eshell/em-banner.el (eshell-banner-load-hook):
402 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
403 * eshell/em-dirs.el (eshell-dirs-load-hook):
404 * eshell/em-glob.el (eshell-glob-load-hook):
405 * eshell/em-hist.el (eshell-hist-load-hook):
406 * eshell/em-pred.el (eshell-pred-load-hook):
407 * eshell/em-prompt.el (eshell-prompt-load-hook):
408 * eshell/em-rebind.el (eshell-rebind-load-hook):
409 * eshell/em-script.el (eshell-script-load-hook):
410 * eshell/em-smart.el (eshell-smart-load-hook):
411 * eshell/em-term.el (eshell-term-load-hook):
412 * eshell/em-unix.el (eshell-unix-load-hook):
413 * eshell/esh-arg.el (eshell-arg-load-hook):
414 * eshell/esh-cmd.el (eshell-cmd-load-hook):
415 * eshell/esh-ext.el (eshell-ext-load-hook):
416 * eshell/esh-io.el (eshell-io-load-hook):
417 * eshell/esh-mode.el (eshell-exit-hook):
418 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
419 * eshell/esh-var.el (eshell-var-load-hook):
420 Set default hook values to nil. (Bug#5375)
421
4a0f18a8
GM
422 * eshell/esh-module.el (eshell-module-unload-hook)
423 (eshell-modules-list): Remove leading * from defcustom docs.
424
a9eeff78
GM
425 * eshell/esh-util.el (eshell-for): Make it obsolete.
426 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
427 * eshell/em-dirs.el (eshell-save-some-last-dir):
428 * eshell/em-hist.el (eshell-save-some-history)
429 (eshell-hist-parse-modifier):
430 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
431 (eshell-ls-entries):
432 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
433 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
434 (eshell/which):
435 * eshell/esh-ext.el (eshell-find-interpreter):
436 * eshell/esh-mode.el (eshell-mode):
437 * eshell/esh-module.el (eshell-unload-extension-modules):
438 * eshell/esh-proc.el (eshell-process-interact):
439 * eshell/esh-test.el (eshell-test):
440 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
441 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
442 (eshell-variables-list):
443 * eshell/eshell.el (eshell-unload-all-modules):
444 Replace eshell-for with dolist.
445
85a55d38
GM
4462011-03-04 Glenn Morris <rgm@gnu.org>
447
448 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
449
38c179c9
TT
4502011-03-04 Tom Tromey <tromey@redhat.com>
451
452 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
453
732795fa
GM
4542011-03-04 Glenn Morris <rgm@gnu.org>
455
015bea8f
GM
456 * outline.el (outline-regexp): No longer allow nil.
457 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
458
9d982739
GM
459 * net/browse-url.el (browse-url):
460 Handle deleted default-directory. (Bug#6077)
461
732795fa
GM
462 * recentf.el (recentf-include-p): In case of a buggy predicate,
463 err on the side of including, not excluding. (Bug#5843)
464
d6ffd3f8
JB
4652011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
466
467 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
468 variables as units.
469
a918ed9b
BR
4702011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
471
472 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
473 if there is no node. (Bug#3261)
474
fc0e9092
LL
4752011-03-04 Leo <sdl.web@gmail.com>
476
0a5cb52b
LL
477 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
478
fc0e9092
LL
479 * time.el (display-time-world-list): Fix typo. (Bug#7571)
480
a65112fb 4812011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
482
483 * cus-edit.el (custom-buffer-create-internal):
484 Split search string before passing it to `customize-apropos' (bug#8136).
485
3191adaf
DA
4862011-03-04 Drew Adams <drew.adams@oracle.com>
487
488 * image-dired.el (image-dired-cmd-read-exif-data-options):
489 Fix typo in docstring (bug#8156).
490
fcd8ed1d
DD
4912011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
492
493 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
494
de69c0a8
CO
4952011-03-03 Christian Ohler <ohler@gnu.org>
496
497 * emacs-lisp/ert.el (ert--explain-equal): New function.
498 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
499 All callers changed.
500 (ert--explain-equal-including-properties): Renamed from
501 `ert--explain-not-equal-including-properties'. All callers
502 changed.
503
7c0d1441
CO
5042011-03-03 Christian Ohler <ohler@gnu.org>
505
506 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
507 (ert-char-for-test-result, ert-string-for-test-result)
508 (ert-run-tests-batch, ert--print-test-for-ewoc):
509 Handle `ert-test-quit'.
510
31128af6
DA
5112011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
512
513 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
514 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
515
06083aa1
GM
5162011-03-03 Glenn Morris <rgm@gnu.org>
517
518 * files.el (file-truename): Doc fix. (Bug#2341)
519
c7a74801
BR
5202011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
521
01c35094 522 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 523
614b85f8
VJ
5242011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
525
526 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
527 programs output backslashes. (Bug#7663)
528
f96dc50f
GM
5292011-03-03 Glenn Morris <rgm@gnu.org>
530
fb532fe8
GM
531 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
532 (mail-mode): Remove mail-sent-via from the doc.
533 (mail-sent-via): Make it obsolete. (Bug#1776)
534
a915d7a1
GM
535 * progmodes/grep.el (grep-highlight-matches): Doc fix.
536 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
537
f96dc50f
GM
538 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
539 with no parents. (Bug#8025)
540
71f8b7ed
G
5412011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
542
543 * password-cache.el (password-in-cache-p): Add autoload.
544
8889f4e2
GM
5452011-03-02 Glenn Morris <rgm@gnu.org>
546
3ab7ebb9
GM
547 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
548 * dired-x.el (Man-support-local-filenames): Autoload it.
549 (dired-guess-shell-alist-default): Also handle Red Hat's man.
550
2777ccbf
GM
551 * dired-x.el (dired-default-directory-alist, dired-default-directory):
552 Mark as obsolete.
553 (dired-smart-shell-command): Just call dired-current-directory.
554
5dedeef2
GM
555 * dired-x.el (dired-jump-other-window): Add autoload.
556 (dired-default-directory-alist, dired-default-directory): Doc fixes.
557 (dired-default-directory-alist): Mark as risky.
558
8889f4e2
GM
559 * dired-x.el (dired-omit-here-always): Make it obsolete.
560
d77aaf6f
CY
5612011-03-02 Chong Yidong <cyd@stupidchicken.com>
562
563 * textmodes/artist.el (artist-curr-go): Default to pen-line.
564 (artist-select-op-pen-line): New function.
565 (artist-menu-map): New variable.
566 (artist-mode-map): Add a menu to the menu-bar.
567
771fc75e
JB
5682011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
569
570 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
571 when evaluating.
572
573 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
574 New function.
575 (math-logunits-add, math-logunits-mul, math-logunits-divide):
576 (math-logunits-quant, math-logunits-level):
577 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
578 functions.
579 (math-logunits-level): Extract units from ratio.
580
f6132e5a
JB
5812011-03-01 Juanma Barranquero <lekktu@gmail.com>
582
583 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
584
7454f200
GM
5852011-03-01 Glenn Morris <rgm@gnu.org>
586
a65112fb
GM
587 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
588 (diary-hebrew-birthday): Rename and rework functions added
589 in previous change.
7454f200 590
cdcbd5a7
ER
5912011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
592
593 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
594 (diary-hebrew-birthday): New functions.
595
9903d828
GM
5962011-03-01 Glenn Morris <rgm@gnu.org>
597
598 * dired.el (dired-safe-switches-p): Beef it up.
599 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
600
75da6eb9
SM
6012011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * dired.el (dired-safe-switches-p): New function.
604
6640b281
GM
6052011-03-01 Glenn Morris <rgm@gnu.org>
606
607 * files.el (dir-locals-collect-variables):
608 Add the ability to exclude subdirectories. (Bug#8100)
609
610 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
611
cead857b
CS
6122011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
613
614 * ido.el (ido-everywhere): Doc fix.
615 (ido-mode): Doc fix.
616
0a906ec3
GM
6172011-02-28 Glenn Morris <rgm@gnu.org>
618
619 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
620
22b300de
MA
6212011-02-28 Michael Albinus <michael.albinus@gmx.de>
622
623 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
624 shadows.
625
abec5126 6262011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
627
628 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
629
ca3afb79
JB
6302011-02-28 Juanma Barranquero <lekktu@gmail.com>
631
632 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
633 Fix typos in docstrings.
634
edb57480
SB
6352011-02-28 Stephen Berman <stephen.berman@gmx.net>
636
637 * dired-aux.el (dired-update-file-line):
638 Fix 2010-11-09 change. (Bug#8131)
639
2b0c7330 6402011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
641
642 * international/mule-cmds.el (set-default-coding-systems): Use the
643 -unix variant of encoding in default-keyboard-coding-system.
644 (Bug#8122)
645
df7f0d0b
CY
6462011-02-27 Chong Yidong <cyd@stupidchicken.com>
647
648 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
649
3e478a7c 6502011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
651
652 * term/screen.el: New file (Bug#2650).
653
1f0816b6
SM
6542011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
657 (pcase-mutually-exclusive-predicates): New var.
658 (pcase--split-consp, pcase--split-pred): Use it.
659 (pcase--split-equal, pcase--split-member): When splitting against
660 a pure predicate, run it to know the outcome.
661 (pcase--u1): Mark vars that are actually used.
662 (pcase--q1): Avoid introducing unused vars.
663
b49df742
JB
6642011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
665
666 * calc/calc-ext.el (calc-init-extensions):
667 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
668
669 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
670 symbolic mode.
671
672 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
673 argument is a variable.
674
e573299d
SM
6752011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
678 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
679 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
680
61e9662e
TZ
6812011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
682
683 * password-cache.el (password-in-cache-p): Convenience function to
684 check if a key is in the cache, even if the value is nil.
685
7fe42546
J
6862011-02-25 Jambunathan K <kjambunathan@gmail.com>
687
688 * emacs-lisp/package-x.el (package--archive-contents-from-url)
689 (package--archive-contents-from-file): New functions.
690 (package-update-news-on-upload): New var.
691 (package-upload-buffer-internal): Extract archive-contents from
692 package-archive-upload-base if it is not found at archive-url.
693 Obey package-update-news-on-upload.
694 (package-upload-buffer, package-upload-file): Doc fix.
695
2d8a57ef
GM
6962011-02-24 Glenn Morris <rgm@gnu.org>
697
6a88f031
GM
698 * files-x.el (modify-dir-local-variable): Handle dir-locals from
699 the cache, and from non-file sources.
700
303f9ae0
GM
701 * help-fns.el (describe-variable): Return consistent results when a
702 dir-local from a file came from the cache or did not. (Bug#8095)
703 If a dir-local has no associated file, say it came from a "directory".
704
07915ed9
GM
705 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
706 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
707
ebe401f6
GM
708 * files.el (dir-locals-find-file): Doc fix.
709 Fix the check for cache elements that have no associated file,
303f9ae0 710 and the mtime check for those that do. (Bug#8095)
ebe401f6 711
b36f2f1c
GM
712 * dired-x.el (dired-hack-local-variables):
713 Handle interrupts during hacking local variables. (Bug#5216)
714
2d8a57ef
GM
715 * emacs-lisp/autoload.el (autoload-save-buffers)
716 (autoload-find-destination, update-directory-autoloads):
717 Avoid prompts when updating autoloads.
718
53cfe624
SM
7192011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
722
c1449bff
KH
7232011-02-23 Kenichi Handa <handa@m17n.org>
724
725 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
726 error when a multipart boundary in the nested multipart is found.
727
251ebe0f
KH
728 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
729 header components.
730
5582c670
GM
7312011-02-23 Glenn Morris <rgm@gnu.org>
732
817b48a7
GM
733 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
734 * dired-x.el (dired-omit-mode): Safe if boolean.
735 (dired-enable-local-variables): Fix doc and custom type.
736 (dired-enable-local-variables, dired-local-variables-file)
737 (dired-hack-local-variables): Make obsolete.
738 (dired-omit-here-always): Use dir-locals.el instead.
739
5582c670
GM
740 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
741
5f9d345c
SM
7422011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * help-fns.el (describe-function-1): Don't signal an error just because
745 the DOC file disappeared.
746
01c35094 7472011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
748
749 * eshell/esh-ext.el (eshell-external-command): Do not restrict
750 remote check to "ftp". (Bug#8089)
751
e84efb70
AM
7522011-02-21 Alan Mackenzie <acm@muc.de>
753
754 Fix bug #7930.
755 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
756 in macros finding their way into c-state-nonlit-pos-cache.
757 Strengthen the comments.
758 (c-state-dump): New commented out diagnostic routine.
759
c6309045
MA
7602011-02-21 Michael Albinus <michael.albinus@gmx.de>
761
762 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
763 `field' property of `rfn-eshadow-overlay'.
764
06b840e0
LI
7652011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
766
767 * net/netrc.el (netrc-parse): Comment fix.
768
6d713256
CY
7692011-02-21 Chong Yidong <cyd@stupidchicken.com>
770
771 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
772 Autoload. Add optional arg FRAME, and pass it to color-values.
773 (color-complement): Caller changed. Doc fix.
774 (color-gradient): Rewrite for better clarity and efficiency.
775
776 * faces.el (color-values): Use cond for clarity. Doc fix.
777
5f9d345c 778 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 779 color.el instead.
5f9d345c
SM
780 (list-colors-sort-key, list-colors-print):
781 Use color-normalized-values.
6d713256
CY
782
7832011-02-20 Drew Adams <drew.adams@oracle.com>
784
785 * color.el: First part of merge from hexrgb.el.
786 (color-rgb-to-hex): Rename from color-rgb->hex.
787 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
788 saturation to zero if the value is too small.
789 (color-rgb-to-hsl): Rename from color-rgb->hsl.
790 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
791 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
792 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
793 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
794 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
795 (color-cie-de2000): Doc fix.
796
aa9c0efc
AM
7972011-02-20 Alan Mackenzie <acm@muc.de>
798
799 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
800 locating the beginning of a macro. (Bug#7595)
801
18cfb5a1
GM
8022011-02-20 Glenn Morris <rgm@gnu.org>
803
e17816e5
GM
804 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
805 Don't autoload it.
806
18cfb5a1
GM
807 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
808 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
809
01c35094
JB
8102011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
811 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
812
813 * progmodes/hideshow.el (hs-find-block-beginning)
814 (hs-hide-level-recursive): Ignore comments when parsing braces
815 (Bug#8036).
816
8172011-02-19 Chong Yidong <cyd@stupidchicken.com>
818
819 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
820 (vc-bzr-pull): Use it.
821
3ab713fd
CY
8222011-02-19 Chong Yidong <cyd@stupidchicken.com>
823
824 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
825 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
826 but returning an alist. Ignore comments in bzr conffile.
827 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
828 (vc-bzr-error-regex-alist): New var.
829 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
830
5f9d345c
SM
831 * vc/vc-dispatcher.el (vc-do-async-command):
832 Bind inhibit-read-only to t.
3ab713fd
CY
833
834 * progmodes/compile.el (compilation--flush-directory-cache):
835 Handle the case where cdr of compilation--flush-directory-cache
836 points to no buffer, which can occur if we previously switched to
837 compilation-mode in a pregenerated buffer.
838
16bc9688
KH
8392011-02-19 Kenichi Handa <handa@m17n.org>
840
841 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
842 get the header copy into the temporary buffer.
843 (rmail-mime-insert-decoded-text): Ignore us-ascii.
844 (rmail-show-mime): When rmail-mime-coding-system is nil, set
845 buffer-file-coding-system to undecided.
846
67ab0163 8472011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 848
a167e505
EZ
849 * international/mule-cmds.el (read-char-by-name, ucs-insert):
850 Document completion with asterisk and a substring.
851
67ab0163 8522011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
853
854 * files.el (find-file-literally): Doc fix.
855
41002397
GM
856 * simple.el (rfc822-goto-eoh): Give it a doc-string.
857
b8bd9908
GM
858 * log-edit.el (log-edit-insert-changelog):
859 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
860
4d737eb2
GM
8612011-02-19 Glenn Morris <rgm@gnu.org>
862
cad7445b
GM
863 * dired-x.el: Don't require dired-aux.
864 (dired-do-create-files, dired-mark-read-regexp)
865 (dired-do-create-files-regexp): Autoload from dired-aux.
866
bea584fa
GM
867 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
868 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
869
d6e96966
GM
870 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
871 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
872
42924231
GM
873 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
874 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
875 (dired-clean-up-buffers-too): Declare.
876
203784cc
GM
877 * dired-x.el (dired-initial-position): Merge into dired.el's version.
878 * dired.el (dired-initial-position): Merge dired-x's version here.
879 (dired-find-subdir): Declare.
880
30abce25
GM
881 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
882 * dired-aux.el (dired-add-entry): Give it a doc-string.
883 Merge dired-x's dired-omit handling here.
884 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
885
4d737eb2
GM
886 * international/mule-diag.el (list-input-methods-1):
887 Indent all lines of multi-line doc-strings. (Bug#8066)
888
abd20d91
CY
8892011-02-18 Chong Yidong <cyd@stupidchicken.com>
890
891 Fix 2011-02-02 changes.
892
893 * apropos.el (apropos-print): Call apropos-mode before setting up
894 buffer variables. Use inhibit-read-only.
895
5f9d345c
SM
896 * emacs-lisp/package.el (package--list-packages):
897 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
898
899 * play/solitaire.el (solitaire): Call solitaire-mode before
900 setting up buffer variables. Use inhibit-read-only.
901
e697fcfc
LM
9022011-02-18 Lawrence Mitchell <wence@gmx.li>
903
904 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
905 Bind case-fold-search to nil when looking for end of here-doc.
906
4114ed61
EZ
9072011-02-18 Eli Zaretskii <eliz@gnu.org>
908
e697fcfc
LM
909 * image-mode.el (image-toggle-display-image):
910 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
911 files. (Bug#8047)
912
aa56f361
SM
9132011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 * files.el (cd): Make completion obey cd-path (bug#7924).
916
d1be20a1
GM
9172011-02-18 Glenn Morris <rgm@gnu.org>
918
135dee55
GM
919 * progmodes/prolog.el: Don't require compile when compiling.
920 (compilation-shell-minor-mode, compilation-error-regexp-alist)
921 (compilation-forget-errors, compilation-fake-loc)
922 (compilation-parse-errors-function, compilation-error-list): Declare.
923 (prolog-inferior-mode): Require 'compile.
924
15e0d5a1
GM
925 * emulation/cua-base.el (pc-selection-mode): Declare.
926
002b46b7
GM
927 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
928 (customize-object): Add autoload cookie.
929 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
930 (eieio-browse, describe-class, eieio-describe-class)
931 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
932 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
933 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
934 * Makefile.in (autoloads): Make eieio.el writable.
935
d1be20a1
GM
936 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
937 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
938 (dired-hack-local-variables): Use inhibit-read-only.
939 (dired-guess-default): Simplify.
940 (dired-make-relative-symlink): Use dotimes.
941 (dired-simultaneous-find-file): Use dolist.
942 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
943 (dired-x-hands-off-my-keys): Doc fix.
944 (dired-x-bind-find-file): Doc fix. Use remapping.
945 (after-init-hook): No need to add dired-x-bind-find-file.
946 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
947 No need to call expand-file-name.
948 (dired-filename-at-point): Remove unused locals `end', `filename'.
949
f9d554dd
SM
9502011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
953
5da16a86
CO
9542011-02-18 Christian Ohler <ohler@gnu.org>
955
956 * emacs-lisp/ert.el (ert--setup-results-buffer)
957 (ert-results-pop-to-backtrace-for-test-at-point)
958 (ert-results-pop-to-messages-for-test-at-point)
959 (ert-results-pop-to-should-forms-for-test-at-point)
960 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
961 were incorrect and unnecessary. This should make `make check'
962 pass again.
963
3a00a363
KM
9642011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
965
01c35094 966 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 967 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
968 * lisp/allout.el: Remove commentary about remove encryption
969 passphrase mnemonic support and verification.
01c35094
JB
970 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
971 armored text using gpg1, and indicate that the gpg version *might*
972 be the problem in the error message.
3a00a363 973
73057ba9
DD
9742011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
975
976 * net/rcirc.el (rcirc-float-time): New function.
977 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
978 (rcirc-ctcp-sender-PING): Use it.
979
8551cb32
GM
9802011-02-17 Glenn Morris <rgm@gnu.org>
981
53ef76c7
GM
982 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
983 (speedbar-update-flag, speedbar-fetch-etags-command)
984 (speedbar-fetch-etags-arguments):
985 * term.el (term-buffer-maximum-size, term-input-chunk-size)
986 (term-completion-autolist, term-completion-addsuffix)
987 (term-completion-recexact, term-completion-fignore):
988 * term/sup-mouse.el (sup-mouse-fast-select-window):
989 * term/x-win.el (x-select-request-type):
990 Convert some defvars with "*" to defcustoms.
991
64a14c74
GM
992 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
993
92e39d6f
GM
994 * vc/vc.el (vc-default-previous-version):
995 Remove alias that points nowhere. (Bug#4496)
996
fc14288b
GM
997 * dired-x.el (dired-clean-up-after-deletion):
998 kill-buffer does not need save-excursion.
999 (dired-do-run-mail): Doc fix.
1000 (dired-filename-at-point): Doc fix.
1001 Use looking-at, and skip-chars rather than re search.
1002
8551cb32
GM
1003 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1004
96497653
KM
10052011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1006
aac7a935
KM
1007 * allout-widgets.el: New allout extension that shows allout
1008 outline structure with graphical widgets. 'allout-widgets'
1009 customize group is an 'allout' subgroup, for easy discovery.
1010
96497653
KM
1011 * allout.el: Include PGP and GnuPG in Keywords, and other
1012 commentary refinements.
1013 (allout-abbreviate-flattened-numbering): Rename to
1014 allout-flattened-numbering-abbreviation, and
1015 define-obsolete-variable-alias the old name.
1016 (allout-flattened-numbering-abbreviation): Rename from
1017 allout-abbreviate-flattened-numbering.
1018 (allout-mode-p): Include among autoloads, for use by other modes
1019 with impunity.
e697fcfc
LM
1020 (allout-listify-exposed):
1021 Use allout-flattened-numbering-abbreviation.
96497653
KM
1022 (allout-encrypt-string): Use set-buffer-multibyte directly.
1023 (allout-set-buffer-multibyte): Remove.
1024
be4a1d71
DD
10252011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1026
1027 * simple.el (just-one-space): Remove useless `or' call.
1028
274c2d34
MA
10292011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1030
c6309045 1031 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1032 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1033 (soap-decoded-multi-refs, soap-current-wsdl)
1034 (soap-encoded-namespaces): Rename CL-style *...* variables.
1035
88ae2870
MA
10362011-02-16 Michael Albinus <michael.albinus@gmx.de>
1037
1038 * net/soap-client.el: Add "comm" and "hypermedia" to the
1039 keywords. Reflow too long lines.
1040
1041 * net/soap-inspect.el: Ditto. Require 'cl.
1042
689743a2
BG
10432011-02-16 Bastien Guerry <bzg@altern.org>
1044
1045 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1046 in a `doctor-type' argument.
1047
16d2ff89
MA
10482011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1049
1050 * net/soap-client.el:
1051 * net/soap-inspect.el: New files.
1052
c6cefd36
LL
10532011-02-16 Leo <sdl.web@gmail.com>
1054
1055 * dired-x.el (dired-mode-map, dired-extra-startup):
1056 Remove dired-copy-filename-as-kill since it's already in dired.el.
1057
da5e0ce4
GM
10582011-02-16 Glenn Morris <rgm@gnu.org>
1059
1060 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1061 Doc fixes. Add :set property, replacing top-level calls.
1062 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1063 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1064 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1065 (dired-clean-up-after-deletion): Use when and dolist.
1066 (dired-jump): Use unless and when.
1067 (dired-virtual): Use line-end-position.
1068 (dired-default-directory-alist): Rename from default-directory-alist.
1069 (dired-default-directory): Update for above name change.
1070 (dired-vm): Drop VM < 5 and simplify.
1071 (dired-buffer-more-recently-used-p): Rewrite.
1072 (dired-filename-at-point): Use when and or.
1073 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1074 Update callers.
1075
c5ca3aa0
GM
10762011-02-15 Glenn Morris <rgm@gnu.org>
1077
1078 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1079
33f6cf7b
CY
10802011-02-14 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * vc/vc-git.el (vc-git-root-log-format): New option for
1083 customizing log format.
1084 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1085 (vc-git-log-view-mode): Use it.
1086 (vc-git-expanded-log-entry): New function.
1087 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1088
1089 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1090 customizing log format.
1091 (vc-hg-print-log): Use it.
1092 (vc-hg-expanded-log-entry): New function.
1093 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1094 vc-hg-expanded-log-entry. Truncate lines in root log.
1095
1096 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1097
e697fcfc
LM
1098 * vc/log-view.el (log-view-mode-menu):
1099 Add log-view-toggle-entry-display.
33f6cf7b 1100
461b69ae
GM
11012011-02-14 Glenn Morris <rgm@gnu.org>
1102
1103 * dired-x.el: Don't require man when compiling.
1104 (dired-omit-extensions, dired-local-variables-file)
1105 (dired-x-hands-off-my-keys): Make them defcustoms.
1106 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1107 (vm-visit-folder): Declare rather than defining.
1108 (dired-x-help-address, dired-x-variable-list): Remove.
1109 (dired-x-submit-report): Make it an obsolete alias.
1110
35f52ed6
JB
11112011-02-14 Juanma Barranquero <lekktu@gmail.com>
1112
1113 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1114
b2108a36
TZ
11152011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1116
67186ae2 1117 * net/imap.el: Bring it back.
b2108a36 1118
abfc152b
AM
11192011-02-13 Alan Mackenzie <acm@muc.de>
1120
1121 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1122 narrow-to-region call that cuts context off the end (Bug#7722).
1123
e697fcfc
LM
1124 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1125 Refactor nested if-forms with a simple cond.
abfc152b
AM
1126 (c-forward-<>-arglist): Revert 2011-01-31 change.
1127
d4eb88c7
CY
11282011-02-13 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * vc/log-view.el: New command log-view-toggle-entry-display for
1131 toggling log entries between concise and detailed forms.
1132 (log-view-toggle-entry-display): New command.
1133 (log-view-mode-map): Bind RET to it.
1134 (log-view-expanded-log-entry-function): New variable.
1135 (log-view-current-entry, log-view-inside-comment-p)
1136 (log-view-current-tag): New functions.
1137 (log-view-toggle-mark-entry): Use log-view-current-entry and
1138 log-view-end-of-defun instead of searching directly with
1139 log-view-message-re.
1140 (log-view-end-of-defun): Likewise. Add optional ARG for
1141 compatibility with end-of-defun.
1142 (log-view-end-of-defun): Ignore comments and VC buttons.
1143
1144 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1145 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1146
2609a08e
TZ
11472011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1148
114fe546
G
1149 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1150
2609a08e
TZ
1151 * net/imap-hash.el: Remove file.
1152
7a6ebb1a
MA
11532011-02-13 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1156
1157 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1158 call.
1159
1160 * net/tramp-imap.el: Remove file.
1161
75d4dcc9
CY
11622011-02-13 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1165 widget library for buttons, just use button.el.
1166
1167 * vc/log-view.el (log-view-mode-map): Don't inherit from
1168 widget-keymap.
1169
3c65e88d 11702011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1171
86361e1e
GM
1172 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1173 (nintersection, set-difference, nset-difference)
1174 (set-exclusive-or, nset-exclusive-or): Doc fix.
1175
dc4c6a7a
GM
1176 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1177
8a6f24e5
GM
1178 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1179 :italic props, so that frame-set-background-mode works. (Bug#7966)
1180
3caced0b
GM
1181 * simple.el (next-error): Doc fix.
1182
9de31df2
TV
11832011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1184
1185 * dired-aux.el (dired-create-files): Adapt destination name to
1186 match the new behavior of copy-directory.
1187
38a71655
CY
11882011-02-12 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1191 from rmail-dont-reply-to-names. Callers changed.
1192 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1193 (rmail-dont-reply-to): Make it an obsolete alias.
1194
1195 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1196 nil, and make obsolete (Bug#7888).
1197 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1198
1199 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1200
1201 * mail/rmailsort.el (rmail-sort-by-correspondent)
1202 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1203
1204 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1205
470d996d
TV
12062011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1207
1208 * files.el (copy-directory): New argument COPY-CONTENTS for
1209 copying directory contents into another existing directory.
1210
e2784c87
TH
12112011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1212
1213 * minibuffer.el (completion-table-case-fold): New function for
1214 creating a case-insensitive completion table.
1215
563790b6
TZ
12162011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1217
1218 * net/tramp.el (tramp-default-method): Also check if
1219 `auth-source-search' is bound.
1220 (tramp-read-passwd): Use `auth-source-search' instead of
1221 `auto-source-user-or-password'.
1222
1223 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1224 `auto-source-user-or-password.
1225 (tramp-imap-passphrase-callback-function): Use it.
1226
1227 * net/imap-hash.el: Autoload `auto-source-search' instead of
1228 `auto-source-user-or-password.
1229 (imap-hash-open-connection): Use it.
1230
1231 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1232 `auto-source-user-or-password.
1233 (smtpmail-try-auth-methods): Use it.
1234
c6affbde
PH
12352011-02-12 Phil Hagelberg <phil@hagelb.org>
1236
1237 * emacs-lisp/package.el: Allow packages to be reinstalled.
1238 (package--write-file-no-coding): Remove EXCL arg.
1239 (package-unpack-single): Don't use it.
1240
b5a53795
KP
12412011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1242
1243 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1244 in each sub directory.
1245 (vc-svn-registered): Use vc-svn-root.
1246 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1247 (vc-svn-repository-hostname): Use "svn info".
1248
25833f5e
DD
12492011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1250
1251 * simple.el (delete-trailing-whitespace): New optional buffer
1252 bound parameters.
1253
75d1d833
BG
12542011-02-11 Bastien Guerry <bzg@altern.org>
1255
1256 * files.el (basic-save-buffer): save unmodified buffers when
1257 the file pointed by buffer-file-name doesn't exist.
1258
e0e36cac
DD
12592011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1260
079721e9 1261 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1262
59350862
GM
12632011-02-11 Glenn Morris <rgm@gnu.org>
1264
1265 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1266
5708ce5e
JB
12672011-02-11 Juanma Barranquero <lekktu@gmail.com>
1268
1269 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1270
b016851c
SM
12712011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1272
59003be9
SM
1273 * server.el (server-process-filter): Use pcase.
1274
9517f8af
SM
1275 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1276 conflicting ways.
1277 (smie-indent--parent): Extend to "parent of arg".
1278 (smie-indent-inside-string): New function.
1279 (smie-indent-functions): Use it.
1280
cf77dd27
SM
1281 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1282 bzr locking race condition.
1283
49ffc078
SM
1284 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1285 still valid before using it.
1286
1a0a6cef
SM
1287 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1288 `message' -> `compilation-message' rename (bug#8004).
1289
b016851c
SM
1290 Move keymap initialization into declaration.
1291 * textmodes/enriched.el (enriched-mode-map):
1292 * textmodes/bib-mode.el (bib-mode-map):
1293 * term/lk201.el (lk201-function-map):
1294 * tar-mode.el (tar-mode-map):
1295 * replace.el (occur-mode-map):
1296 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1297 * progmodes/idlw-help.el (idlwave-help-mode-map):
1298 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1299 * play/solitaire.el (solitaire-mode-map):
1300 * play/snake.el (snake-mode-map, snake-null-map):
1301 * play/pong.el (pong-mode-map):
1302 * play/handwrite.el (menu-bar-handwrite-map):
1303 * play/gametree.el (gametree-mode-map):
a65112fb 1304 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1305 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1306 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1307 (newsticker--url-keymap):
1308 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1309 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1310 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1311 (menu-bar-edit-menu, menu-bar-custom-menu)
1312 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1313 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1314 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1315 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1316 (menu-bar-tools-menu, menu-bar-describe-menu)
1317 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1318 (menu-bar-help-menu):
1319 * mail/rmailsum.el (rmail-summary-mode-map):
1320 * kmacro.el (kmacro-step-edit-map):
1321 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1322 (ibuffer-mode-operate-map):
1323 * hi-lock.el (hi-lock-menu, hi-lock-map):
1324 * emulation/vip.el (vip-mode-map):
1325 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1326 * bookmark.el (bookmark-bmenu-mode-map):
1327 * help-mode.el (help-mode-map): Move initialization into declaration.
1328
1be1d1e9
DD
13292011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1330
1331 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1332 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1333 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1334 (rcirc-cmd-me, rcirc-authenticate): Use them.
1335
26d2a9bd
KM
13362011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1337
1338 * allout.el: Synopsis: Change allout user configuration so
1339 auto-activation is controlled solely by customization
1340 `allout-auto-activation'.
1341
01c35094 1342 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1343 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1344 Also, explicitly invoke (allout-setup) after allout-auto-activation
1345 is custom-defined, to affect the settings in emacs sessions besides
1346 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1347 (allout-auto-activation): Use allout-auto-activation-helper to
1348 :set. Revise the docstring.
1349 (allout-init): Reduce functionality to just customizing
1350 allout-auto-activation, and mark obsolete.
1351 (allout-mode): Respect string values for allout-auto-activation.
1352 Run allout-after-copy-or-kill-hook without any args.
01c35094 1353 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1354 (outlineify-sticky): Adjust docstring for new scheme.
1355 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1356 should concentrate on the kill ring.
1357
b8e0f0cd
G
13582011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1359
1360 * password-cache.el (password-cache-remove): Accept secrets that are
1361 not strings.
1362
ccded26c
SM
13632011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1366 of here-doc that immediately follows a comment.
1367
ee6a57ab
DD
13682011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1369
4d04fdc9
DD
1370 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1371
ee6a57ab
DD
1372 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1373 available.
1374 (rcirc-ctcp-sender-PING): New function.
1375
6ca94a0b
SM
13762011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1379 Remove the mark/nomark handling, and activate shift-select-mode instead.
1380
1381 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1382
226590f8
JB
13832011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1384
1385 * calc/calc-units.el (math-logunits-quant): Add support for
1386 non-logarithmic units.
1387
dd0b691e
KM
13882011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1389
4ec28e14
KM
1390 * allout.el (allout-after-copy-or-kill-hook): New hook for
1391 extension-specific processing of killed text.
1392 (allout-mode): Include new allout-after-copy-or-kill-hook among
1393 mentioned hooks.
01c35094 1394 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1395 after kill happens even if barf-if-buffer-read-only is raised.
1396 Include new allout-after-copy-or-kill-hook among that subsequent
1397 processing.
1398 (allout-deannotate-hidden): Actually remove the annotation text
1399 properties.
1400
dd0b691e
KM
1401 * allout.el (allout-listify-exposed): Copy text sans text properties.
1402
07e52e08
MA
14032011-02-07 Michael Albinus <michael.albinus@gmx.de>
1404
b016851c 1405 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1406
c5aff743
DD
14072011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1408
1409 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1410
03925868
JB
14112011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1412
b016851c 1413 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1414 `calc-default-field-reference-level'.
b016851c 1415 (calc-logunits-power-reference): Rename from
01c35094 1416 `calc-default-power-reference-level'.
03925868 1417
b016851c 1418 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1419 `math-logunits-level'
b016851c 1420 (math-logunits-plus): Rename from math-logcombine.
03925868 1421 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1422 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1423 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1424 New functions.
b016851c
SM
1425 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1426 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1427 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1428 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1429 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1430 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1431 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1432 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1433 New functions.
1434
b016851c 1435 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1436 (calc-ul-prefix-help): Remove.
1437 (calc-l-prefix-help): New function.
1438 (calc-full-help): Add reference to `calc-l-prefix-help'.
1439
1440 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1441
ec6ad6f2
JB
1442 * calc/README: Mention logarithmic units.
1443
f8b351c1
CY
14442011-02-06 Chong Yidong <cyd@stupidchicken.com>
1445
1446 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1447 non-ASCII characters (Bug#7925).
1448
a60287ff
GM
14492011-02-05 Glenn Morris <rgm@gnu.org>
1450
1451 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1452
9ad53e98
GM
1453 * calendar/diary-lib.el (diary-font-lock-keywords):
1454 Tweak diary-time-regexp match. (Bug#7891)
1455
9783df21
GM
1456 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1457 (f90-mode): Use it for mode's `find-tag-default-function' property.
1458
df275851
GM
1459 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1460
95838641
GM
1461 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1462
827b77e9
DD
14632011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1464
1465 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1466 (Bug#6386).
1467
7cb76591
SM
14682011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1469
ba70ab1c
SM
1470 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1471 font-lock-syntax-table remappings.
1472 (sh-here-doc-markers, sh-here-doc-re): Remove.
1473 (sh-font-lock-close-heredoc): Remove.
1474 (sh-syntax-propertize-here-doc): New function.
1475 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1476 instead of the sh-here-doc-re.
1477 (sh-font-lock-paren): Don't do anything in comments or strings.
1478 Handle line continuations. Accept a few more chars.
1479 Don't rely on the font-lock-syntax-table remappings.
1480 `esac' is not a valid pattern.
1481 (sh-syntax-propertize-function): Handle here-docs differently, so we
1482 don't bother syntax-propertizing the insides.
1483
7cb76591
SM
1484 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1485 Handle new bashisms ";&" and ";;&" (bug#7947).
1486
39b20f56
MA
14872011-02-05 Michael Albinus <michael.albinus@gmx.de>
1488
7cb76591
SM
1489 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1490 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1491
51aba3f3
MA
14922011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1493
1494 * net/tramp.el (tramp-postfix-method-format)
1495 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1496 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1497 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1498 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1499 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1500 Doc fix.
1501
7bc61bb7
SS
15022011-02-04 Sam Steingold <sds@gnu.org>
1503
1504 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1505
d93c111e
AS
15062011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1507
1508 * international/mule-util.el (with-coding-priority): Doc fix.
1509
6f52d86e
EZ
15102011-02-04 Eli Zaretskii <eliz@gnu.org>
1511
1512 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1513
c1b4afac
SS
15142011-02-03 Sam Steingold <sds@gnu.org>
1515
1516 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1517 Do not error out when `func' is nil.
1518
a857d3c7
MA
15192011-02-03 Michael Albinus <michael.albinus@gmx.de>
1520
1521 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1522 `tramp-default-remote-path' to the docstring.
1523 (tramp-get-remote-path): Suppress error message when `getconf
1524 PATH' fails.
1525
1526 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1527
8aa88760
GM
15282011-02-03 Glenn Morris <rgm@gnu.org>
1529
219ea611
GM
1530 * vc/vc-hg.el (vc-hg-command): Doc fix.
1531
8d7b5b5b
GM
1532 * term/w32-win.el (libpng-version): Declare for compiler.
1533
c03eac34
GM
1534 * msb.el: No need to load dired while compiling.
1535
7f07c1fe
GM
1536 * emacs-lisp/elint.el (elint-standard-variables):
1537 Remove a couple of built-ins that now have doc-strings.
1538
befe199d
GM
1539 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1540 `require' is automatically `eval-and-compile'd.
1541
2d7d6439
GM
1542 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1543 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1544
8aa88760
GM
1545 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1546 Move definition before use.
1547 (strokes-report-bug): Make it obsolete.
1548
e90f8545
SS
15492011-02-02 Sam Steingold <sds@gnu.org>
1550
1551 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1552 from `special-mode', entering it makes the buffer read-only, so
1553 call it only when everything has been already inserted.
1554 * emacs-lisp/ert.el (ert--setup-results-buffer)
1555 (ert-results-pop-to-backtrace-for-test-at-point)
1556 (ert-results-pop-to-messages-for-test-at-point)
1557 (ert-results-pop-to-timings): Ditto.
1558 * emacs-lisp/package.el (package--list-packages): Ditto.
1559 * play/solitaire.el (solitaire): Ditto.
1560
90db975f
CY
15612011-02-02 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * progmodes/compile.el: Make all faces inherit.
1564 (compilation-warning): Inherit from font-lock-variable-name-face.
1565 (compilation-info): Inherit from font-lock-type-face.
1566 (compilation-line-number): Reassign to font-lock-keyword-face.
1567 (compilation-column-number): Reassign to font-lock-doc-face.
1568 (compilation-leave-directory-face): Reassign to
1569 font-lock-builtin-face.
1570
bc35ff32
EZ
15712011-02-02 Eli Zaretskii <eliz@gnu.org>
1572
1573 * dired.el (dired-insert-directory): Don't invoke `ls' when
1574 ls-lisp.el is used to emulate it.
1575
39cde66c
JD
15762011-02-01 Julien Danjou <julien@danjou.info>
1577
1578 * color.el (color-gradient): Add a color-gradient function.
1579
abef340a
SS
15802011-02-01 Sam Steingold <sds@gnu.org>
1581
1582 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1583 bind "z" to `kill-this-buffer'.
1584 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1585 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1586 (apropos-mode): Inherit from `special-mode'.
1587 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1588 * bookmark.el (bookmark-bmenu-mode): Define using
1589 `define-derived-mode' inheriting from `special-mode'.
1590 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1591 * image-mode.el (image-mode-map): Ditto.
1592 * replace.el (occur-mode): Define using
1593 `define-derived-mode' inheriting from `special-mode'.
1594 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1595 * calendar/diary-lib.el (diary-fancy-display-mode):
1596 Inherit from `special-mode-map'.
1597 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1598 Inherit from `special-mode'.
1599 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1600 `special-mode-map'.
1601 (package-menu-mode): Define using `define-derived-mode'
1602 inheriting from `special-mode'.
1603 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1604 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1605 (xesam-mode-map): Define separately.
1606 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1607 * progmodes/compile.el (compilation-minor-mode-map)
1608 (compilation-mode-map): Inherit from `special-mode-map'.
1609 * vc/diff-mode.el (diff-mode-shared-map):
1610 Inherit from `special-mode-map'.
1611 * vc/log-view.el (log-view-mode-map): Add a comment.
1612
928f4e73
CY
16132011-02-01 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * custom.el (load-theme): Define return value. Drop use of
1616 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1617 (custom-theme-load-confirm): Scroll in the correct window.
1618 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1619
1620 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1621 checkbox if load-theme fails.
1622
7d116647
SM
16232011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * progmodes/compile.el (compilation-next-error): Check there's
1626 a message before using it (bug#7941).
1627
4fdfcddf
JB
16282011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1629
1630 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1631 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1632 of potential pivots.
1633
3b95603f
AM
16342011-01-31 Alan Mackenzie <acm@muc.de>
1635
7d116647
SM
1636 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1637 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1638 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1639 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1640
6fa1f651
CY
16412011-01-31 Chong Yidong <cyd@stupidchicken.com>
1642
1643 * files.el (copy-directory): Fix arguments to recursive call.
1644
14beddf4 16452011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1646
1647 * files.el (copy-directory): If destination is an existing
1648 directory, copy into a subdirectory there.
1649
14beddf4 16502011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1651
1652 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1653 files.
1654
14beddf4 16552011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1656
6fc0aac3
CY
1657 * image-dired.el (image-dired-mouse-display-image): No-op if no
1658 file is found (Bug#7817).
1659
d1f14baa
CY
1660 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1661
14beddf4 16622011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1663
7d116647
SM
1664 * international/quail.el (quail-keyboard-layout-alist):
1665 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1666
14beddf4 16672011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1668
1669 * msb.el (msb-menu-bar-update-buffers): Update for changed
1670 argument handling of menu-bar-select-frame. (Bug#7902)
1671
14beddf4 16722011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1673
1674 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1675 to the recursion depth (Bug#7722).
1676
14beddf4 16772011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1678
1679 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1680 command-line-default-directory (Bug#7872).
1681
9e11271c
SM
16822011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * progmodes/compile.el (compilation--flush-directory-cache):
1685 New function, extracted from compilation--remove-properties.
1686 (compilation--remove-properties, compilation--parse-region): Use it.
1687 (compilation--previous-directory): Handle one more case.
1688 (compilation-enable-debug-messages): Remove.
1689 (compilation-parse-errors, compilation--flush-parse): Just remove the
1690 left over debug messages.
1691
038714ab
SS
16922011-01-31 Sam Steingold <sds@gnu.org>
1693
1694 * progmodes/compile.el (compilation-enable-debug-messages):
1695 Add a variable to make the parsing messages introduced in
1696 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1697 (compilation-parse-errors, compilation--flush-parse): Use it.
1698
2a4466ca
DD
16992011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1700
35f52ed6 1701 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1702 (rcirc-nick-completion-format): New defcustom.
1703 (rcirc-complete): Use it.
1704
186ecaf1
DD
17052011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1706
1707 * net/rcirc.el: Clean log filenames (Bug#7933).
1708 (rcirc-log-write): Use convert-standard-filename.
1709 (rcirc-log-filename-function): Documentation updates.
1710
253f7d1b
JD
17112011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1712
9e11271c
SM
1713 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1714 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1715 (report-emacs-bug-can-use-osx-open): New function.
1716 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1717 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1718
a2b6e5d6
CY
17192011-01-29 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1722 updating Dired or VC-dir buffers after async command completes.
1723
1724 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1725 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1726
1727 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1728 completions if it exists. Use vc-set-async-update.
1729 (vc-git-pull): Use vc-set-async-update.
1730
1731 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1732 read-shell-command. Use vc-set-async-update.
1733 (vc-hg-merge-branch): Use vc-set-async-update.
1734
8907f7b9
DU
17352011-01-29 Daiki Ueno <ueno@unixuser.org>
1736
9e11271c
SM
1737 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1738 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1739 (Bug#7931).
1740
e52f87a1
SM
17412011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * progmodes/compile.el: Avoid an N² behavior in grep.
1744 (compilation--previous-directory): New fun.
1745 (compilation--previous-directory-cache): New var.
1746 (compilation--remove-properties): Flush it.
1747 (compilation-directory-properties, compilation-error-properties):
1748 Use the new fun to speed up looking for the current directory.
1749
659114fd
CY
17502011-01-29 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * vc/vc-hg.el (vc-hg-history): New var.
1753 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1754 (vc-hg-merge-branch): New function.
1755
1756 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1757 the other way around.
1758
1759 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1760 (vc-git-merge-branch): New functions.
1761 (vc-git-history): New var.
1762
9bfe5783
CY
17632011-01-28 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1766
1767 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1768 vc-do-async-command.
1769
e52f87a1
SM
1770 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1771 Callers changed.
9bfe5783 1772
b1ea593c
LL
17732011-01-28 Leo <sdl.web@gmail.com>
1774
1775 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1776 highlighting to the "this function is advised" message.
b1ea593c
LL
1777
1778 * help-mode.el (help-mode-finish): Apply highlighting here, to
1779 avoid clobbering by substitute-command-keys (Bug#6304).
1780
40e22d80
CY
17812011-01-28 Chong Yidong <cyd@stupidchicken.com>
1782
1783 * woman.el (woman0-roff-buffer): Process roff escape sequences
1784 occurring prior to the first request (Bug#7843).
1785
01c63f4c
SM
17862011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1787
55fb9013
SM
1788 * progmodes/compile.el: Don't use font-lock any more.
1789 (compilation-error-regexp-alist-alist): Change handling of makepp
1790 so it preserves the warning/error distinction on subsequent files.
1791 Simplify various rules.
1792 (compilation-directory-properties): Use font-lock-face.
1793 Add a compilation-message property.
1794 (compilation-internal-error-properties): Use font-lock-face.
1795 Don't set the compilation-debug property here.
1796 (compilation--put-prop, compilation--remove-properties)
1797 (compilation--parse-region, compilation--ensure-parse)
1798 (compilation--ensure-parse): New functions.
1799 (compilation-parse-errors): New function, largely inspired of
1800 compilation-mode-font-lock-keywords. Set compilation-debug here.
1801 (compilation--parsed): New var.
1802 (compilation--flush-parse): Use compilation--ensure-parse.
1803 (compilation-start): Don't call font-lock.
1804 (compilation-turn-on-font-lock): Remove.
1805 (compilation-setup): Don't set font-lock-extra-managed-props not change
1806 other font-lock settings, other than keywords.
1807 Don't activate font-lock-mode.
1808 Set change-major-mode-hook and before-change-functions.
1809 (compilation--unsetup): Remove properties and hooks.
1810 (compilation-next-single-property-change): New function.
1811 (compilation-next-error): Use it to parse when needed.
1812 (compile-goto-error): Parse buffer as needed.
1813 (compilation--compat-error-properties): Don't need a dummy `face'
1814 property any more.
1815
8fe52384
SM
18162011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1817
1818 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1819 (compilation-process-setup-function): Fix docstring's false promises.
1820 (compilation-error-regexp-alist-alist): Catch omake's continuous
1821 recompilation message and avoid reuse of old markers.
1822 (compilation-parse-errors-function): Declare obsolete.
1823 (compilation-buffer-modtime): Remove.
1824 (compilation--make-cdrloc, compilation--loc->col)
1825 (compilation--loc->line, compilation--loc->file-struct)
1826 (compilation--loc->marker, compilation--loc->visited)
1827 (compilation--make-file-struct, compilation--file-struct->file-spec)
1828 (compilation--file-struct->formats)
1829 (compilation--file-struct->loc-tree): New macros. Use them.
1830 (compilation--message): New defstruct. Use them.
1831 (compilation-next-error-function): Don't mess with timestamps to try
1832 and guess when to reparse.
1833
01c63f4c
SM
18342011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1835
5e853d01
SM
1836 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1837 (tex-old-error-file-name): New function,
1838 extracted from tex-compilation-parse-errors.
1839 (tex-compilation-parse-errors): Remove.
1840 (tex-error-regexp-alist): New var.
1841 (tex-shell): Use it to avoid compilation-parse-errors-function.
1842
07b741a7
SM
1843 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1844 (grep-mode-font-lock-keywords): Remove regexp that seems like
1845 a left-over from before we used compile.el.
1846 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1847 modifying the buffer within with-silent-modifications.
1848
1849 * progmodes/compile.el: Cleanup text-properties namespace by using
1850 `compilation-message' instead of `message', `compilation-directory'
1851 instead of `directory', and `compilation-debug' instead of `debug'.
1852 (compilation-last-buffer, compilation-parsing-end)
1853 (compilation-error-list, compilation-old-error-list): Move to the
1854 compatibility part of the code.
1855 (compilation-error-properties): If `file' is a function, let it return
1856 a file name.
1857 (compilation-mode-font-lock-keywords): Be more conservative with the
1858 omake "^ *" pattern prefix, to try and minimize the risk of
1859 pathologically slow regexp matching.
1860 (compilation-start): Use inhibit-read-only.
1861 (compilation--unsetup): New function.
1862 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1863 (compilation-filter): Minor tweaks.
8fe52384 1864 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1865 (compilation--flush-file-structure): New fun.
8fe52384 1866 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1867 (debug-ignored-errors): Add "Moved past last ...".
1868 (compilation--compat-error-properties)
1869 (compilation--compat-parse-errors): Rename by doubling the "-".
1870
01c63f4c
SM
1871 Port features from the previous prolog.el to the new one.
1872 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1873 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1874 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1875 variable and use a function to compute the value dynamically.
1876 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1877 (prolog-continued-prompt-regexp): Remove, unused.
1878 (prolog-find-value-by-system): Try and use the value of prolog-system
1879 in the *prolog* buffer if it helps.
1880 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1881 (prolog-zip-on): ..and check prolog-system and version here instead.
1882 (prolog-inferior-self-insert-command): New command.
1883 (prolog-inferior-mode-map): Use it.
1884 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1885 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1886 (prolog-input-filter): Use derived-mode-p.
1887 (prolog-inferior-guess-flavor): New function.
1888 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1889 make-comint to avoid running comint-mode twice.
1890 (prolog-inferior-buffer): New fun.
1891 (prolog-old-process-region, prolog-old-process-file):
1892 Don't call prolog-bsts here...
1893 (prolog-build-prolog-command): ...do it here instead.
1894 (prolog-old-process-region, prolog-old-process-file):
1895 Use compilation-fake-loc and compilation-forget-errors.
1896 (prolog-consult-compile-region): Use bolp.
1897
2f224f0b
CY
18982011-01-28 Chong Yidong <cyd@stupidchicken.com>
1899
1900 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1901
db0e305d
SS
19022011-01-27 Sam Steingold <sds@gnu.org>
1903
9e11271c
SM
1904 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1905 Remove "*server*" which is never created by emacs server.
db0e305d 1906
27bbeb29
DD
19072011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1908
1909 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1910 there are some diff switches.
1911
153c5428
SM
19122011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1913
89fdaac7
SM
1914 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1915 Copy change made to ruby-font-lock-syntactic-keywords.
1916
153c5428
SM
1917 * htmlfontify.el: Make it obey the font-lock-face text property.
1918 Miscellaneous cleanup such as:
1919 - Don't hide expressions after a closing paren.
1920 - Move initial setq into let.
1921 - Hoist common parts out of ifs.
1922 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1923 (hfy-face-at): Use get-text-property instead.
1924 (hfy-prop-invisible-p): Use invisible-p if available.
1925 (htmlfontify-manual): Use \\[...].
1926 (hfy-html-quote-regex): Use [...].
1927 (hfy-combined-face-spec): Simplify.
1928 (hfy-compile-face-map): Don't presume point-min==1.
1929 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1930 match end of string.
1931 (hfy-text-p): η-reduce.
1932 (hfy-tags-for-file): Receive cache-hash directly.
1933 (hfy-mark-tag-names): Adjust call.
1934
ed7646d4
GM
19352011-01-27 Glenn Morris <rgm@gnu.org>
1936
1937 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1938 (msb-after-load-hook): Remove eval-after-load wackiness.
1939
ed68f651
SS
19402011-01-25 Sam Steingold <sds@gnu.org>
1941
1942 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1943 literal "diff" (important for windows-nt).
1944
0fe719e6
GM
19452011-01-25 Glenn Morris <rgm@gnu.org>
1946
1947 * emacs-lisp/copyright.el (copyright-at-end-flag)
1948 (copyright-names-regexp): Add safety properties.
1949 (copyright-year-ranges): New option.
1950 (copyright-find-end): New function, split from copyright-update-year.
1951 (copyright-update-year): Use copyright-find-end.
1952 (copyright-fix-years): Optionally, convert years to ranges.
1953 Handle years continued over comment lines.
1954 Do not mess with the fill-prefix.
1955 Do not call copyright-update.
1956 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1957 Skip directories. Find files with only safe local vars.
0fe719e6 1958
06d8ace5 19592011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1960
1961 * files.el (file-name-non-special): Only change buffer-file-name after
1962 insert-file-contents if it's `visit'ing the file (bug#7854).
1963
06d8ace5 19642011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1965
1966 * dired.el (dired-revert): Doc fix (Bug#7758).
1967
06d8ace5
GM
1968 * simple.el (line-move-visual): Doc fix (Bug#7594).
1969
19702011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1971
1972 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1973 here-doc which ends with an underscore.
1974 (ruby-mode-set-encoding): Skip shebang line always.
1975 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1976 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1977 (ruby-forward-sexp): Stop after literal hash key labels.
1978 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1979 bracket.
1980
06d8ace5 19812011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1982
1983 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1984 the correct buffer (Bug#7650).
1985
06d8ace5
GM
19862011-01-25 Glenn Morris <rgm@gnu.org>
1987
1988 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1989
ce558208
GM
1990 * simple.el (do-auto-fill): Give it a doc string.
1991
4d265b4d
GM
1992 * button.el (make-text-button): Doc fix. (See bug#7881)
1993
21bb5ce0
SM
19942011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1995
ab0a61d0
SM
1996 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1997 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1998
21bb5ce0
SM
1999 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2000 Handle ?" and friends differently (e.g. don't use backrefs).
2001
603823f5
JB
20022011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2003
2004 * calc/calc.el (calc-default-power-reference-level)
2005 (calc-default-field-reference-level): New variables.
35f52ed6 2006 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2007 (math-logunits): New variable.
2008 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2009 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2010 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2011 New functions.
603823f5
JB
2012 (math-find-base-units-rec): Add entry for ln(10).
2013 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2014 (calc-ul-prefix-help): New function.
2015 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2016 functions. Add keybindings for new units functions.
603823f5 2017
11ea68ce 20182011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2019
2020 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2021 rcirc buffers. (Bug#4940)
10617634 2022
0412a5a4
GM
20232011-01-22 Glenn Morris <rgm@gnu.org>
2024
2025 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2026 split out from copyright-update-year.
2027 (copyright-update): Don't mess with the GPL version if we don't own the
2028 copyright. Update license regexp, and remove no longer needed
2029 Esperanto stuff.
d226ec23 2030 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2031
e7c1dca8
CY
20322011-01-22 Chong Yidong <cyd@stupidchicken.com>
2033
2034 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2035
4d0143e6
JA
20362011-01-22 Jari Aalto <jari.aalto@cante.net>
2037
2038 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2039 (lm): Rename to landmark.
2040 (lm-test-run): Rename to landmark-test-run.
2041
e3545d0d
CY
20422011-01-22 Chong Yidong <cyd@stupidchicken.com>
2043
2044 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2045 "Case sensitive" menu item.
2046
7c82f3e2 20472011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2048
2049 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2050 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2051
7c82f3e2 20522011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2053
2054 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2055
7c82f3e2 20562011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2057
6e1dbaa9
RM
2058 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2059 Assume foo(bar) is a manpage reference rather than some unquoted
2060 symbol (bug#7705).
26a27884 2061
7c82f3e2 20622011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2063
2064 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2065 Suggested by Flo <sensorflo@gmail.com>.
2066
7c82f3e2 20672011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2068
2069 * progmodes/compile.el (compilation-error-regexp-alist):
2070 Fix custom type. (Bug#7812)
2071
4936e3ba
KM
20722011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2073
2074 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2075 allout-number-siblings, in keeping with what obtained due to
2076 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2077 (prefixed) ?i.
2078 (allout-before-change-handler): Better expose spots affected by
2079 undo.
2080
cde7e38b
CY
20812011-01-22 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2084
6b072b27
PH
20852011-01-22 Phil Hagelberg <phil@evri.com>
2086
2087 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2088 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2089 (pcmpl-ssh-config-hosts): New function.
2090 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2091 pcmpl-ssh-known-hosts.
2092
26d82c3a
JB
20932011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2094
c310ff4f
JB
2095 * calc/calc-undo.el (calc-undo): Autoload it.
2096 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2097 and autoload for `calc-undo'.
2098 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2099 * calc/calc-prog.el:
2100 * calc/calc-graph.el:
2101 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2102
a10c4149
ŠN
21032011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2104
2105 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2106 keybindings to `calc-undo'.
2107
8dabbfd6
SM
21082011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 Don't mess with *temp*.
2111 * obsolete/spell.el: Move from textmodes/spell.el.
2112 (spell-string):
2113 * term.el (term-read-input-ring):
2114 * startup.el (display-startup-echo-area-message):
2115 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2116 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2117 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2118 point-min==1.
2119
d3e51865
KM
21202011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2121
35f52ed6 2122 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2123 reapplying defalias.
2124
2125 (allout-hotspot-key-handler): Check for non-control-modified
2126 bindings for hotspot characters if there are no control-modified
2127 versions.
2128
d3e51865
KM
2129 * allout.el: Summary - migrate to defining allout mode using
2130 define-minor-mode instead of defun. Significantly clean-up
2131 internal keymap provisions, refactoring and, in the process,
2132 removing a lot of accumulated cruft.
2133
2134 allout-mode-map is now a keymap by virtue of being a defalias to
2135 allout-mode-map-value, which contains the actual keymap structure.
2136
8dabbfd6
SM
2137 (allout-mode): Use define-minor-mode rather than defun.
2138 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2139 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2140 entry will be '(allout-mode . allout-mode-map) - see
2141 allout-mode-map-value, below. Adjust docstring to track changes.
2142 (allout-minor-mode): Remove this defalias, now that we're using
2143 define-minor-mode.
2144 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2145 keymap is allout-mode-map-value, via defalias.
2146 (allout-mode-map-value): The variable holding the actual mode
2147 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2148 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2149 allout-bind-keys, and including the binding-composition
2150 functionality of the former produce-allout-mode-map and
2151 allout-setup-mode-map.
2152 (allout-institute-keymap): Take over the "setup" part of the former
2153 allout-setup-mode-map. Reassign allout-mode-map-value value and
2154 update the defalias.
01c35094 2155 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2156 (allout-unprefixed-keybindings):
2157 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2158 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2159 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2160 user can customize if they want to use that binding.
2161 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2162 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2163 elided that, previously, instead of the one for \C-h.)
2164 (allout-hotspot-key-handler): Remove attempt to resolve the key
2165 through the literal key-string lookup on allout-keybindings-list.
2166 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2167 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2168 (allout-pre-command-business): Use allout-mode-map-value instead
2169 of allout-mode-map.
2170 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2171 the bindings if they want to use a keybinding having a trailing
2cf429d0 2172 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2173 (allout-keybindings-list): Remove. It's not been useful for a
2174 while. (See allout-hotspot-key-handler changes, above.)
2175 (produce-allout-mode-map): Remove. Consolidate into
2176 allout-compose-and-institute-keymap.
2177 (allout-mode-map-adjustments): Remove. No longer necessary with
2178 removal of allout-preempt-trailing-ctrl-h.
2179 (allout-setup-mode-map): Remove. Consolidate into
2180 allout-compose-and-institute-keymap and allout-institute-keymap.
2181
c11136ec
GM
21822011-01-20 Glenn Morris <rgm@gnu.org>
2183
dbfb414e
GM
2184 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2185
c11136ec
GM
2186 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2187
9aea757b
CY
21882011-01-20 Chong Yidong <cyd@stupidchicken.com>
2189
2190 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2191
2192 * files.el (find-alternate-file, basic-save-buffer)
2193 (basic-save-buffer-2, revert-buffer, recover-file)
2194 (kill-buffer-ask, abort-if-file-too-large)
2195 (set-visited-file-name, write-file, backup-buffer)
2196 (basic-save-buffer, save-some-buffers):
2197 * dired-aux.el (dired-compress-file): Callers changed.
2198
5dd4f3f7
GM
21992011-01-19 Glenn Morris <rgm@gnu.org>
2200
2201 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2202 Also check the property status. (Bug#7861)
2203
56761182
MA
22042011-01-18 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * net/tramp.el (tramp-debug-message): Extend function exclude
2207 list. Use `regexp-opt'.
2208
a9faac5c 22092011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2210
9cc3a0c7
SM
2211 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2212 highlighting doesn't spill over subsequent lines.
2213
1a1fcbe1
SM
2214 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2215 keymap expression. Improve docstring.
2216
74a10be5
SM
2217 * electric.el (electric-indent-post-self-insert-function):
2218 Don't auto-indent for indent-to-left-margin, it's too often
2219 counter-productive.
2220
721be9cd
TH
22212011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2222
2223 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2224 spaces if the frame was resized, so that the full visible buffer
2225 serves as canvas for strokes.
2226
a767645f
GM
22272011-01-16 Glenn Morris <rgm@gnu.org>
2228
2229 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2230 Also skip directories.
a767645f 2231
444ee8dd
KR
22322011-01-16 Kevin Ryde <user42@zip.com.au>
2233
2234 * info-xref.el: Version 3.
2235 (info-xref-check, info-xref-check-all): Move commentary details
2236 into docstrings for better visibility.
2237 Use compilation-mode for the results buffer.
2238 (info-xref-output, info-xref-output-error, info-xref-with-output)
2239 (info-xref-filename, info-xref-in-progress):
2240 New internals for this.
2241 (info-xref-check-list, info-xref-check-buffer)
2242 (info-xref-check-all-custom): Use those.
2243 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2244 (info-xref-output-heading): Rename from info-xref-filename-heading.
2245 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2246 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2247 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2248 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2249 (info-xref-subfile-p): Move to generic section with those two.
2250 (info-xref-check-node): New function split from
2251 info-xref-check-buffer, shared by info-xref-docstrings.
2252 (info-xref-goto-node-p): Move to a checking section with that func.
2253 (info-xref-unavail): New counter.
2254 (info-xref-check-node): Use it.
2255 (info-xref-with-output): Show count of unavailables at end of output.
2256 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2257 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2258 (info-xref-check-all-custom): Fix quietening viper-mode and
2259 gnus-registry-install -- use setq not let so as not to unbind
2260 after load.
2261
d4119912
JL
22622011-01-16 Juri Linkov <juri@jurta.org>
2263
2264 * isearch.el (isearch-abort): Don't quit if search has
2265 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2266
b024d9f0
MD
22672011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2268
2269 * files.el (backup-buffer): Make last-resort backup file in
2270 .emacs.d (Bug#6953).
2271
2272 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2273 make it with permission 700.
2274
d52969e8 22752011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2276
74a10be5
SM
2277 * mail/rmailmm.el (rmail-mime-insert-header):
2278 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2279 system used to decode the header.
2280 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2281 (rmail-mime-insert-decoded-text):
2282 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2283 (rmail-show-mime): If only a header part was decoded, find the
2284 coding system while ignoring mm-charset-override-alist.
2285
d52969e8 22862011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2287
2288 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2289
d52969e8 22902011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2291
2292 * mail/rmailmm.el (rmail-mime-next-item)
2293 (rmail-mime-previous-item): Delete them.
2294 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2295 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2296 Callers changed.
e7ca0062
KH
2297 (rmail-mime-raw-mode): Recursively call for children.
2298 (rmail-mode-map): Change mapping of tab and backtab to
2299 forward-button and backward-button respectively.
2300 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2301 button.
2302 (rmail-mime-update-tagline): New function.
2303 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2304 body display is changed.
74a10be5 2305 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2306 (rmail-mime-image): Delete this button type.
2307 (rmail-mime-toggle): New button type.
2308 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2309 body display is changed. Change the save button label to "Save".
2310 Don't process show/hide button here.
2311 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2312 the body display is changed. Unconditionally call
2313 rmail-mime-insert for children.
2314 (rmail-mime-handle): Update `display' vector of the just inserted
2315 entity.
2316 (rmail-mime-process): If mail-header-parse-content-type returns
2317 nil, use "text/plain" as the fallback type.
2318 (rmail-mime-insert): For raw-mode, recursively call
2319 rmail-mim-insert for children.
2320 (rmail-mime): Handle the case that the current buffer is not rmail
2321 buffer (e.g. in summary buffer).
2322
d52969e8 23232011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2324
2325 * mail/rmailmm.el (rmail-mime-next-item)
2326 (rmail-mime-previous-item): Skip the body of a non-multipart
2327 entity if a tagline is shown.
2328
362b9d48
GM
23292011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2330
2331 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2332 (tmm-prompt): Simplify.
2333 (tmm-add-prompt): Remove unused var `win'.
2334
2335 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2336 to minor mode which used nil accidentally to mean "turn off".
2337
23382011-01-15 Michael Albinus <michael.albinus@gmx.de>
2339
2340 * net/tramp-sh.el (tramp-find-inline-compress)
2341 (tramp-get-inline-coding): Quote command after pipe symbol for
2342 local calls under W32. (Bug#6784)
2343
23442011-01-15 Michael Albinus <michael.albinus@gmx.de>
2345
2346 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2347 only when running under W32.
2348
23492011-01-15 Eli Zaretskii <eliz@gnu.org>
2350
2351 * progmodes/grep.el (grep-compute-defaults): Quote the program
2352 file name after the pipe symbol in Grep templates. (Bug#6784)
2353 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2354
23552011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2356
2357 * buff-menu.el (Buffer-menu-buffer-list): New var.
2358 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2359 restricted buffer list is not lost on revert (Bug#7749).
2360
23612011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2362
2363 * net/ldap.el (ldap-search-internal): Discard stderr output.
2364
23652011-01-15 Eli Zaretskii <eliz@gnu.org>
2366
2367 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2368
23692011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2370
2371 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2372
23732011-01-15 Kenichi Handa <handa@m17n.org>
2374
2375 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2376 part as a plain text.
2377 (rmail-mime-process-multipart): Set the default content-type to
2378 nil for unknown multipart subtypes (bug#7651).
2379
6d3d6113
SM
23802011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2381
4391b429
SM
2382 * hexl.el (hexl-mode-old-*): Remove.
2383 (hexl-mode--old-var-vals): New var to replace them.
2384 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2385 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2386 Use them to set local vars (bug#7846).
2387 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2388 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2389 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2390
6d3d6113
SM
2391 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2392 (smerge-resolve--normalize-re): New var.
2393 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2394 (smerge-resolve): Use them.
2395 * newcomment.el (comment-only-p): New function.
2396 (comment-or-uncomment-region): Use it.
2397
77ab81d0 23982011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2399
2400 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2401 table, get the value before switching to the output buffer. (Bug#7733)
2402
77ab81d0 24032011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2404
2405 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2406
8faba62c
KS
24072011-01-14 Kim F. Storm <storm@cua.dk>
2408
2409 * emulation/cua-base.el (cua--init-keymaps):
2410 Remap exchange-point-and-mark in cua-global-keymap.
2411
ab7eb811
TH
24122011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2413
2414 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2415 loop keyword.
2416
fc55380c
SM
24172011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2420 Require CL.
2421 (easy-menu-create-menu, easy-menu-convert-item-1):
2422 Use :label rather than nil for labels. Use `case'.
2423 Add :enable as alias for :active.
2424 (easy-menu-binding): Obey :label.
2425
dbed16aa
SM
24262011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2427
4d789d84
SM
2428 Use run-mode-hooks for major mode hooks (bug#513).
2429 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2430 Rename from reftex-toc-map.
2431 (reftex-toc-mode): Use define-derived-mode.
2432 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2433 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2434 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2435 (reftex-select-label-mode, reftex-select-bib-mode):
2436 Use define-derived-mode.
2437 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2438 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2439 Move init into delcaration.
2440 (reftex-index-mode, reftex-index-phrases-mode):
2441 Use define-derived-mode.
2442 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2443 speedbar-syntax-table. Move init into declaration.
2444 (speedbar-mode-map): Rename from speedbar-key-map.
2445 Move init into declaration.
2446 (speedbar-file-key-map): Move init into declaration.
2447 (speedbar-mode): Use define-derived-mode.
2448 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2449 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2450 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2451 (chart-face-list): Move initialization into declaration.
2452 (chart-mode): Use define-derived-mode.
2453 * calculator.el (calculator-mode-map): Move init into declaration.
2454 (calculator-mode): Use define-derived-mode.
2455
b49a2dbf
SM
2456 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2457 work for nested comments.
2458
dbed16aa
SM
2459 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2460 (prolog-use-prolog-tokenizer-flag): Change default when
2461 syntax-propertize can be used.
2462 (prolog-syntax-propertize-function): New var.
2463 (prolog-mode-variables): Move make-local-variable into `set'.
2464 Don't make comment-column local since we don't set it.
2465 Set comment-add (as it was in previous prolog.el). Use dolist.
2466 Set syntax-propertize-function.
2467 (prolog-mode, prolog-inferior-mode):
2468 Call prolog(-inferior)-menu directly, not through the mode-hook.
2469 (prolog-buffer-module, prolog-indent-level)
2470 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2471 (prolog-comment-limits, prolog-goto-comment-column):
2472 Use line-(end|beginning)-position.
2473 (prolog-build-prolog-command): Tighten up regexp.
2474 (prolog-consult-compile): Move make-local-variable into `set'.
2475 (prolog-consult-compile-filter, prolog-goto-next-paren)
2476 (prolog-help-on-predicate, prolog-clause-info)
2477 (prolog-mark-predicate): Don't let+setq.
2478 (prolog-indent-line): Use indent-line-to.
2479 Only call prolog-goto-comment-column if necessary.
2480 (prolog-indent-level): Use bobp.
2481 (prolog-first-pos-on-line): Remove, not used any more.
2482 (prolog-in-string-or-comment): Use syntax-ppss if available.
2483 (prolog-help-on-predicate): Use read-string.
2484 (prolog-goto-predicate-info): Simplify.
2485 (prolog-read-predicate): Use `default' rather than `initial'.
2486 (prolog-temporary-file): Use make-temp-file to close a security hole.
2487 (prolog-toggle-sicstus-sd): New command.
2488 (prolog-electric-underscore, prolog-variables-to-anonymous):
2489 Use dynamic-scoping as it was meant.
2490 (prolog-menu): Move menu definitions to top-level.
2491 Use a toggle-button for Sicstus's source debugger.
2492 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2493 to "System".
2494 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2495 Move other menu definition to top-level.
2496
50f8cd96
TH
24972011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2498
5b355315
TH
2499 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2500 name. Keep original document's directory as default-directory
2501 (bug#6446).
1281bd51
TH
2502 (doc-view-initiate-display): Fall back to normal mode when
2503 doc-view-mode cannot be enabled, also when extracting the document
2504 text into a separate buffer (bug#6446).
5b355315 2505
50f8cd96
TH
2506 * simple.el (shell-command): Don't error out if shell command
2507 buffer contains text with non-nil read-only property when erasing
2508 the buffer.
2509
821f936d
KS
25102011-01-13 Kim F. Storm <storm@cua.dk>
2511
2512 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2513 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2514 items when cycling through the matches.
2515
f754f898
TH
25162011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2517
2518 * dired-x.el (dired-omit-verbose): New defcustom that allows
2519 disabling the omit messages.
2520 (dired-omit-expunge): Use it.
2521
d221e780
CO
25222011-01-13 Christian Ohler <ohler@gnu.org>
2523
2524 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2525
a03b542a
CY
25262011-01-13 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * font-lock.el (font-lock-verbose): Default to nil.
2529
25ca2e61
CY
25302011-01-13 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2533 (compose-mail): New arg RETURN-ACTION.
2534 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2535
2536 * mail/sendmail.el (mail-return-action): New var.
2537 (mail-mode): Make it buffer-local.
2538 (mail-bury): Obey it. Move special Rmail window handling to
2539 rmail-mail-return.
2540 (mail, mail-setup): New arg RETURN-ACTION.
2541 (sendmail-user-agent-compose): Move from simple.el.
2542
2543 * mail/rmail.el (rmail-mail-return): New function.
2544 (rmail-start-mail): Pass it to compose-mail.
2545
2a8b13af
CY
25462011-01-12 Chong Yidong <cyd@stupidchicken.com>
2547
b2948a87
CY
2548 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2549 menus. Add menu item for customize-themes.
2550
2551 * cus-theme.el (customize-themes):
74a10be5
SM
2552 * emacs-lisp/package.el (package--list-packages):
2553 Use switch-to-buffer.
2a8b13af 2554
059616e5
JB
25552011-01-11 Johan Bockgård <bojohan@gnu.org>
2556
2557 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2558
04380ff1
SM
25592011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * progmodes/prolog.el: Fix up coding convention and such.
2562 (prolog-indent-width): Use the same default as in
2563 previous prolog.el rather than tab-width which depends on which buffer
2564 is current when the file is loaded.
2565 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2566 is not available.
2567 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2568 (prolog-known-systems): Remove.
2569 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2570 Move initialization into declaration.
2571 (prolog-mode-map): Move initialization into declaration.
2572 Remove system-specific mode-map vars, since they referred to the same
2573 keymap anyway.
2574 (prolog-mode-variables): Obey the user's preference w.r.t
2575 adaptive-fill-mode. Prefer symbol-value to `eval'.
2576 (prolog-mode-keybindings-edit): Add compatibility bindings.
2577 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2578 (mercury-mode-map): New var.
2579 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2580 (prolog-ensure-process, prolog-process-insert-string)
2581 (prolog-consult-compile): Use with-current-buffer.
2582 (prolog-guess-fill-prefix): Simplify data flow.
2583 (prolog-replace-in-string): New function to use instead of
2584 replace-in-string.
2585 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2586 (prolog-uncomment-region): Use `uncomment-region' when available.
2587 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2588 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2589 of int-to-char and char-to-int.
2590 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2591
e2019526
SB
25922011-01-11 Stefan Bruda <stefan@bruda.ca>
2593
2594 * progmodes/prolog.el: Replace by a whole new file.
2595
3fa173b4
SM
25962011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2599 (declare-function, undefined, insert-for-yank)
2600 (replace-regexp-in-string): Follow checkdoc's recommendations.
2601
7973bcea
SM
26022011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2605 refreshing the diary buffer.
2606
0af8c88b
KM
26072011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2608
7973bcea 2609 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2610 (allout-encrypt-string): Prevent encryption from adding an extra
2611 newline at the end of the topic body.
2612 (allout-version): Increment to 2.3.
2613
1a27c64e
MA
26142011-01-10 Michael Albinus <michael.albinus@gmx.de>
2615
7973bcea
SM
2616 * net/dbus.el (dbus-unregister-service): Complete doc.
2617 Fix call of dbus-error signal.
5c0b4070 2618 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2619
0a203b61
MA
26202011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2621
2622 * net/dbus.el (dbus-unregister-service): Translate returned
2623 integer into a symbol.
2624 (dbus-register-property): Use `dbus-register-service' to do the
2625 name registration.
2626
895123f5
CY
26272011-01-09 Chong Yidong <cyd@stupidchicken.com>
2628
7973bcea
SM
2629 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2630 Suggested by Joakim Verona.
12e1f328 2631
732eb50a
CY
2632 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2633
895123f5
CY
2634 * wid-edit.el (visibility): Replace :on-image and :off-image
2635 widget properties with :on-glyph and :off-glyph, for consistency
2636 with the `visibility' widget.
2637 (widget-toggle-value-create, widget-visibility-value-create):
2638 Merge into a single function `widget-toggle-value-create'.
2639
2640 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2641 (custom-face-edit-value-create, custom-face-value-create):
2642 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2643 :off-glyph, for consistency with the `visibility' widget.
2644
c8043a22
AS
26452011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2646
2647 * net/ldap.el (ldap-search-internal): Don't use eval.
2648
b7617f6d
CY
26492011-01-09 Chong Yidong <cyd@stupidchicken.com>
2650
973f1f2a
CY
2651 * subr.el (read-char-choice): Use read-key.
2652
b7617f6d
CY
2653 * custom.el (custom-safe-themes): Rename from
2654 custom-safe-theme-files. Add :risky tag.
2655 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2656 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2657
900503ae
CY
26582011-01-09 Chong Yidong <cyd@stupidchicken.com>
2659
2660 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2661 from Search and add a label to Undo.
2662
2663 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2664 inappropriate buttons and adding :vert-only tags.
2665
2666 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2667 removal of Help tool-bar button. Remove Undo button for space.
2668
2669 * info.el (info-tool-bar-map): Add :vert-only tags.
2670
c44d54b3
TH
26712011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2672
2673 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2674 image backend support. Either of them is fine.
2675
3ef01959
CY
26762011-01-08 Chong Yidong <cyd@stupidchicken.com>
2677
3d91e302
CY
2678 * subr.el (y-or-n-p): Doc fix.
2679
278f6845
CY
2680 * custom.el (custom-safe-theme-files): New defcustom.
2681 (custom-theme-load-confirm): New function.
2682 (load-theme): Load theme using `load', confirming with
2683 custom-theme-load-confirm if necessary.
2684
3ef01959
CY
2685 * subr.el (read-char-choice): New function, factored out from
2686 dired-query and hack-local-variables-confirm.
2687
2688 * dired-aux.el (dired-query):
2689 * files.el (hack-local-variables-confirm): Use it.
2690
2691 * dired-aux.el (dired-compress-file):
2692 * files.el (abort-if-file-too-large, find-alternate-file)
2693 (set-visited-file-name, write-file, backup-buffer)
2694 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2695 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2696 Use new format string args for y-or-n-p and yes-or-no-p.
2697
7c837933
AS
26982011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2699
2700 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2701 [gcc-include]: Tighten file name match, add match for column
2702 number. (Bug#7806)
6c7ec171 2703 [gnu]: Remove unused group.
7c837933 2704
d0981f82
GM
27052011-01-08 Glenn Morris <rgm@gnu.org>
2706
e7a42417
GM
2707 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2708
d0981f82
GM
2709 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2710
d43bb7d3
SS
27112011-01-07 Sam Steingold <sds@gnu.org>
2712
2713 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2714 the `explicit-shell-file-name' because that is the
2715 non-interactive shell.
2716
8c51d2a2
CY
27172011-01-07 Chong Yidong <cyd@stupidchicken.com>
2718
2719 * subr.el (y-or-n-p): Accept format string args.
2720
66b7b0fe
GM
27212011-01-07 Glenn Morris <rgm@gnu.org>
2722
2723 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2724
1e004a83
KM
27252011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2726
66b7b0fe 2727 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2728 the visible containing topic, rather than a collapsed one.
66b7b0fe 2729 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2730 (allout-exposure-change-hook): Remove documentation remarks
2731 concerning removed allout-view-change-hook.
2732 (allout-flag-region): Remove invocation of and documentation
2733 remarks concerning allout-view-change-hook.
2734
b0a8e46b
GM
27352011-01-06 Glenn Morris <rgm@gnu.org>
2736
2737 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2738 (vc-bzr-annotate-extract-revision-at-line):
2739 Handle authors with embedded spaces. (Bug#7792)
2740
875c044a
TH
27412011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2742
2743 * doc-view.el (doc-view-image-width): New variable.
2744 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2745 backend for PNG images, and do dynamic rescaling instead of
2746 reconverting the whole doc.
2747
1f6f7722
GM
27482011-01-05 Glenn Morris <rgm@gnu.org>
2749
2750 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2751
e9e68fda
KM
27522011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2753
4896e8fc 2754 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2755 long text lines that cross more than a single physical window
2756 line, ie when truncate-lines is nil.
e9e68fda
KM
2757 (allout-next-visible-heading): Provide for change in line-move
2758 behavior on long lines when truncate-lines is nil. In that case,
2759 line-move can wind up on the same textual line when it moves to
2760 the next window line, and moving to the bullet position after the
2761 move yields zero advancement. Add logic to detect and compensate
2762 for the lack of progress.
2763 (allout-current-topic-collapsed-p): move-end-of-line respect for
2764 field boundaries is different when operating with body lines
2765 shorter than window width versus ones greater than window width,
2766 which can yield false negatives in this function. Avoid
2767 difference by applying move-end-of-line while field-text-motion is
2768 inhibited.
2769
3f1b6eb2
GM
27702011-01-04 Glenn Morris <rgm@gnu.org>
2771
2772 * textmodes/rst.el (rst-compile-toolsets):
2773 Add pdf and s5 to option alist.
2774
6388924a
MA
27752011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2776
7973bcea 2777 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2778 dont-register-service. Updated docstring accordingly.
2779
c3e4b003
AS
27802011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2781
2782 * textmodes/rst.el (rst-compile-pdf-preview)
2783 (rst-compile-slides-preview): Remove extra line.
2784
ef4271fe
GM
27852011-01-04 Glenn Morris <rgm@gnu.org>
2786
2787 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2788 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2789 default to `prog' without a .py extension.
2790 (rst-compile-pdf-preview, rst-compile-slides-preview):
2791 Use program names from rst-compile-toolsets, rather than hard-coding.
2792 (rst-portable-mark-active-p): Fix presumed typo.
2793
7c420169 27942011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2795
7c420169 2796 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2797 libpng versions both before and after 1.4.0. (Bug#7716)
2798
7c420169 27992011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2800
6491af11
EZ
2801 * time.el (display-time-mode): Mention display-time-interval in
2802 the doc string. (Bug#7713)
2803
7c420169 28042011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2805
2806 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2807 condition-case and return an error message string if something
2808 goes wrong.
2f952059 2809 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2810 header by rmail-mime-insert-header.
2811
7c420169 28122011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2813
2814 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2815 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2816 (rmail-mime-mbox-buffer)
2817 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2818 (rmail-mime-entity): Argument changed. All codes handling an
2819 entity object are changed.
2f952059 2820 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2821 the above change.
2822 (rmail-mime-entity-children, rmail-mime-entity-handler)
2823 (rmail-mime-entity-tagline): New functions.
2824 (rmail-mime-message-p): New function.
2825 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2826 (rmail-mime-entity-segment, rmail-mime-next-item)
2827 (rmail-mime-previous-item, rmail-mime-shown-mode)
2828 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2829 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2830 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2831 New functions.
186f7f0b
KH
2832 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2833 (rmail-mime-insert-decoded-text): New function.
2834 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2835 (rmail-mime-insert-image): Argument changed. Caller changed.
2836 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2837 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2838 (rmail-mime-insert-bulk): Argument changed.
2839 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2840 (rmail-mime-process-multipart): Argument changed.
2841 Handle "multipart/alternative" here.
186f7f0b
KH
2842 (rmail-mime-process): Argument changed.
2843 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2844 (rmail-mime-insert): Argument changed. Handle raw display mode.
2845 (rmail-mime): Argument changed. Handle toggling of raw display
2846 mode.
2847 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2848 rmail-mime-view-buffer.
2849 (rmail-insert-mime-forwarded-message): Likewise.
2850 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2851
2852 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2853 non-nil, handle the header in rmail-show-mime-function.
2854
7c420169 28552011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2856
7c420169 2857 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2858
7c420169 28592011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2860
2861 * isearch.el (isearch-lazy-highlight-error): New variable.
2862 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2863 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2864 to the current value of `isearch-error' (Bug#7468).
2865
7c420169 28662011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2867
2868 * help-fns.el (describe-variable): Don't emit trailing whitespace
2869 (Bug#7511).
2870
7c420169 28712011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2872
2873 * textmodes/rst.el (rst-compile-pdf-preview)
2874 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2875
7c420169 28762011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2877
2878 * emulation/edt-mapper.el: Override mapping of function keys so
2879 that the later call to read-key-sequence works.
2880
7c420169 28812011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2882
2883 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2884 Unix EOLs. (Bug#7589)
2885
7c420169
CY
28862011-01-02 Leo <sdl.web@gmail.com>
2887
2888 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2889 if point is not behind eshell-last-output-end (Bug#7585).
2890
28912011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * files.el (file-local-variables-alist):
2894 Make permanent-local (bug#7767).
2895
28962011-01-02 Glenn Morris <rgm@gnu.org>
2897
2898 * version.el (emacs-copyright): Set short copyright year to 2011.
2899
29002011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2901
2902 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2903 an existing temp buffer. (Bug#7746)
2904
29052011-01-02 Glenn Morris <rgm@gnu.org>
2906
2907 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2908 multiple addresses. (Bug#7760)
2909
fb9a573a
KM
29102011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2911
e9e68fda 2912 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2913 do-auto-fill if everything points back to allout-auto-fill.
2914 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2915 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2916
8d68c659
MA
29172010-12-31 Michael Albinus <michael.albinus@gmx.de>
2918
2919 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2920 and "scpx".
2921
291cc045
TH
29222010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2923
2924 * doc-view.el (doc-view-set-doc-type): New function refactored
2925 from doc-view-mode.
2926 (doc-view-fallback-mode): New function.
2927 (doc-view-mode): Use it.
2928 (doc-view-mode-maybe): New function that checks if doc-view-mode
2929 can be used and falls back to the next best mode otherwise.
2930
2931 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2932 DVI, OpenDocument, and MS Office files.
2933
8ee2dc5c
AS
29342010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2935
2936 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2937
f9e68477
TH
29382010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2939
2940 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2941 on a copy of auto-mode-alist, because that deletes with side
2942 effects.
2943
ad727c81
TH
29442010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2945
7973bcea
SM
2946 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2947 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2948 fallback instead of hard coding fundamental mode.
2949
b71b7803
TH
29502010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2951
2952 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2953 Office) files also for searching.
2954
95e16d17
TH
29552010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2956
2957 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2958 Office) files. Not yet enabled via auto-mode-list.
2959 (doc-view-unoconv-program): New custom variable.
2960 (doc-view-mode-p): Handle new odf document type.
2961 (doc-view-odf->pdf): New conversion function.
2962 (doc-view-convert-current-doc): Call it for odf files.
2963 (doc-view-mode): Recognize newly supported file extensions.
2964
b191c9d9
MA
29652010-12-30 Michael Albinus <michael.albinus@gmx.de>
2966
2967 * net/tramp.el (tramp-default-method-alist)
2968 (tramp-default-user-alist)
2969 (tramp-local-host-regexp, tramp-prefix-domain-format)
2970 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2971
2972 * net/tramp-ftp.el:
2973 * net/tramp-gvfs.el:
2974 * net/tramp-gw.el:
2975 * net/tramp-imap.el:
2976 * net/tramp-sh.el:
2977 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2978 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2979
6e457cc9
KF
29802010-12-29 Karl Fogel <kfogel@red-bean.com>
2981
2982 * saveplace.el (save-place-alist-to-file): Save list sorted and
2983 pretty-printed, so that it is mergeable by line-based text merging,
2984 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2985
fb9a573a
KM
29862010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2987
e9e68fda 2988 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2989 (allout-mode): Argument "toggle" => "force".
2990 Refine the docstring.
2991 Remove special provisions for reactivation, besides the 'force'
2992 argument.
2993 Consolidate layout provisions coce directly into the activation
2994 condition branch, now that we've removed those provisions.
2995 (allout-unload-function): Explicitly activate the mode before
2996 deactivating, if it's initially deactivated.
2997 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2998 warnings for version of function used only where
2999 set-buffer-multibyte is unavailable.
3000
c940c054
CY
30012010-12-28 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3004 are handled by the menu-bar entries. As before, don't use
3005 :visibile to avoid changing the tool-bar.
3006
4c145d5d
MA
30072010-12-27 Michael Albinus <michael.albinus@gmx.de>
3008
3009 * net/secrets.el (secrets-delete-alias): New defun.
3010
fe99f704
MA
30112010-12-27 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3014 methods, otherwise ~/.ssh/config would be ignored.
3015
723ee192
SM
30162010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * emacs-lisp/rx.el: Make it a superset of sregex.
3019 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3020 of args, add `regex' alias.
3021 (rx-info): Add arg to distinguish head and standalone forms.
3022 (rx-check, rx-form): Pass the corresponding arg.
3023 (rx-**): Simplify.
3024 (rx-repeat): Make it work for any number of args.
3025 (rx-syntax): Make it accept syntax chars as is.
3026 * obsolete/sregex.el: Move from emacs-lisp/.
3027 * emacs-lisp/re-builder.el: Remove sregex support.
3028 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3029
e77714da
EZ
30302010-12-25 Eli Zaretskii <eliz@gnu.org>
3031
3032 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3033 PRIMARY first, then the clipboard. (Bug#7699)
3034
17870c01
SM
30352010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3038 print-number-table.
3039
6bfa51ba
CY
30402010-12-21 Chong Yidong <cyd@stupidchicken.com>
3041
d78cdcf7
CY
3042 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3043 .emacs.elc (Bug#7530).
3044
6bfa51ba
CY
3045 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3046 image spec (Bug#7480).
3047
9d9cfd53
DU
30482010-12-21 Daiki Ueno <ueno@unixuser.org>
3049
3050 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3051 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3052 Move from lisp/.
9d9cfd53 3053
adc0b793
JD
30542010-12-20 Leo <sdl.web@gmail.com>
3055
3056 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3057 always be performed (Bug#7680).
3058
778ca437
CY
30592010-12-20 Chong Yidong <cyd@stupidchicken.com>
3060
3f95d7ff
CY
3061 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3062 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3063 mouse-region-match.
778ca437 3064
3f95d7ff 3065 * color.el: Move from gnus/.
94975270 3066
f48fdaad
CY
3067 * vc/diff.el (diff-better-file-name): Function deleted.
3068 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3069 (diff-no-select): Just use expand-file-name.
3070
3071 * tool-bar.el (tool-bar--image-expression): New function.
3072 (tool-bar-local-item, tool-bar--image-exp): Use it.
3073 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3074 Use :enable instead of :visible to avoid changing the tool-bar
3075 configuration unnecessarily.
3076
3077 * info.el (info-tool-bar-map): Add separators.
3078
2e306b39
KB
30792010-12-17 Ken Brown <kbrown@cornell.edu>
3080
3081 * loadup.el: Use version numbers in Cygwin build.
3082
395542c6
RT
30832010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3084
3085 * ido.el (ido-file-internal): Ask for confirmation before
3086 overwriting an existing file (Bug#1238).
3087
4039c786
CY
30882010-12-16 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * tool-bar.el (tool-bar-setup): Add separators.
3091
3092 * menu-bar.el (featurep): Use menu-bar-separator.
3093
45720dc3
GM
30942010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3095
3096 Migrate allout encryption provisions from pgg to epg.
3097
3098 * allout.el (allout-toggle-current-subtree-encryption)
3099 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3100 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3101 for simpler universal argument interpretation.
35f52ed6 3102 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3103 changed encryption provisions. Change fetch-pass to keymode-cue, for
3104 simpler universal argument interpretation. Remove provisions for
3105 handling key type and identity - they'll all be within
3106 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3107 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3108 for keypair recipients (universal argument > 1) and, in addition,
3109 associating the specified recipients with the outline (universal
3110 argument > 4) using a file local variable setting for
3111 'epa-file-encrypt-to'.
3112 Require epa, for recipients handling.
3113 Change how regexp filtering elements are named.
3114 Describe the problem with caching of incorrect symmetric-decryption
3115 keys.
3116 Use the epa-passphrase-callback-function, in case the user is using
3117 GnuPG v1.
3118 Support saving of the selected keypair recipients when invoked with a
3119 keymode-cue > 4.
3120 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3121 Require 'epa.
3122 Establish epg-context with armoring and default epg-protocol.
3123 Remove all passphrase cache, verification, and hinting code.
3124 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3125 No longer used, delete.
3126 (allout-mode): Adjust docstring to describe changed encryption
3127 provisions. Describe the problem with caching of incorrect
3128 symmetric-decryption keys.
3129 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3130 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3131 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3132 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3133 Obsolete, remove.
3134
33088bed
DU
31352010-12-16 Daiki Ueno <ueno@unixuser.org>
3136
3137 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3138 key selection prompt; make 'silent as default (Bug#7487).
3139
bfc49a5b
LL
31402010-12-16 Leo <sdl.web@gmail.com>
3141
7973bcea
SM
3142 * eshell/eshell.el (eshell-directory-name):
3143 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3144
68251e16
GM
31452010-12-15 Glenn Morris <rgm@gnu.org>
3146
3147 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3148
99f053cf 31492010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3150 Scott Evans <gse@antisleep.com>
99f053cf
JA
3151
3152 * rect.el (rectange--default-line-number-format)
3153 (rectangle-number-line-callback): New functions.
3154 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3155
5614fd56
CY
31562010-12-15 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3159 Delete unused variables.
3160 (move-to-column-force): Remove function obsolete since 21.2.
3161
d68b0220
MA
31622010-12-14 Michael Albinus <michael.albinus@gmx.de>
3163
3164 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3165 (tramp-handle-insert-file-contents): Do not set permanent-local
3166 property.
3167
7973bcea
SM
3168 * net/tramp-cache.el (tramp-persistency-file-name):
3169 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3170
3171 * net/tramp-sh.el (tramp-methods): Add "ksu".
3172 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3173 method list.
3174
0273f794
GM
31752010-12-14 Glenn Morris <rgm@gnu.org>
3176
ab274982
GM
3177 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3178 (find-tag-marker-ring): Declare.
3179 (js-find-symbol): Require etags.
3180
e758216c
GM
3181 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3182 Require mail-utils.
3183 (mail-alias-file): Don't autoload. Doc fix.
3184 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3185 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3186 Mark as obsolete, and risky.
3187 (mail-setup): Simplify.
3188
53aff12a
GM
3189 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3190 * mail/sendmail.el (build-mail-aliases): Update autoload.
3191
aae4b48c
GM
3192 * dired.el (dired-trivial-filenames, dired-chown-program)
3193 (dired-auto-revert-buffer): Remove autoload cookies.
3194 * mail/sendmail.el (mail-recover-1): Require 'dired.
3195
bff7c1ad
GM
3196 * dired.el (dired-subdir-switches, dired-chown-program)
3197 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3198 Make into defcustoms.
3199 (dired-chown-program): Simplify initialization.
3200
0273f794
GM
3201 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3202
bc557672
RF
32032010-12-13 Romain Francoise <romain@orebokech.com>
3204
3205 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3206
7410c270
G
32072010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208
3209 * net/netrc.el (netrc-point-at-eol): Remove the unused
3210 netrc-point-at-old and netrc-bound-and-true-p bindings.
3211 (netrc-parse): Cache the netrc contents.
3212
f49d1f52 32132010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3214
3215 * subr.el (posn-col-row): Evaluate header-line-format in the
3216 context of the POSITION window's buffer.
3217
f49d1f52 32182010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3219
3220 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3221 (with-silent-modifications): Doc fixes.
3222
f49d1f52 32232010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3224
3225 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3226 Revert previous from. Use `save-restriction'.
158d5945 3227
f49d1f52 32282010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3229
3230 * calendar/diary-lib.el (diary-list-sexp-entries):
3231 Handle case of no newline at end of file. (Bug#7536)
3232
f49d1f52 32332010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3234
3235 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3236
f49d1f52 32372010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3238
f49d1f52 3239 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3240 (tramp-process-actions): Do not widen.
d68b0220 3241
f49d1f52
SM
3242 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3243 Protect buffer-modified value. (Bug#7557)
32802ee1 3244
f49d1f52 32452010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3246
3247 * log-edit.el (log-edit-changelog-entries):
3248 Regexp quote filename. (Bug#7505)
3249
f49d1f52 32502010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3251
3252 * cus-edit.el (custom-save-all):
3253 Bind print-length and print-level to nil. (Bug#7581)
3254
f49d1f52 32552010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3256
d5e6e0b6
GM
3257 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3258 Run hooks to update menu contents. (Bug#7586)
3259
3c1e62f8
GM
3260 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3261 file names, for the sake of MS Windows. (Bug#7588)
3262
f49d1f52 32632010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3264
3265 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3266 empty lines without a leading space.
3267
f49d1f52 32682010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3269
740af6c9
GM
3270 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3271 while mapping over marks (Bug#6810).
86a6e8e0 3272
f49d1f52 32732010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3274
3275 * image-dired.el (image-dired-db-file)
3276 (image-dired-temp-image-file, image-dired-gallery-dir)
3277 (image-dired-temp-rotate-image-file): Set default values relative
3278 to image-dired-dir (Bug#7518).
3279
f49d1f52 32802010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3281
3282 * format.el (format-decode-run-method): Pass args FROM and TO, not
3283 point-min and point-max, to shell-command-on-region (Bug#7488).
3284
f49d1f52 32852010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3286
3287 * frame.el (blink-cursor-mode): Make default t for ns.
3288
f49d1f52 32892010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3290
3291 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3292
f49d1f52 32932010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3294
637c2c43
CY
3295 * comint.el (comint-dynamic-list-input-ring)
3296 (comint-dynamic-complete-filename)
3297 (comint-replace-by-expanded-filename)
3298 (comint-dynamic-simple-complete)
3299 (comint-dynamic-list-filename-completions)
3300 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3301
74194465
CY
3302 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3303 Doc fix (Bug#7471).
3304
f49d1f52 33052010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3306
3307 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3308 (Bug#7533).
3309
01c35094 33102010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3311
3312 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3313 (Bug#7491).
3314
f49d1f52 33152010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3316
3317 * files.el (file-relative-name): Handle UNC file names on
3318 DOS/Windows. (Bug#4674)
3319
f49d1f52 33202010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3321
3322 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3323 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3324 (epg-context-set-passphrase-callback): Mention that the callback
3325 is not called when used with GnuPG 2.x.
3326
f49d1f52 33272010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3328
3329 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3330 Ensure ps-footer-font-size-internal is initialized.
3331 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3332
f49d1f52 33332010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3334
3335 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3336 within condition-case.
3337 (rmail-show-mime): Don't use condition-case.
3338 (rmail-search-mime-message): New function.
3339 (rmail-search-mime-message-function): Set to
3340 rmail-search-mime-message.
3341
f49d1f52 33422010-12-13 Leo <sdl.web@gmail.com>
bd794450 3343
0fdd1db7 3344 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3345 (ido-mode): Use it.
3346 (ido-completing-read): Call it.
3347
fdbb4d85
KF
33482010-12-12 Karl Fogel <kfogel@red-bean.com>
3349
3350 * bookmark.el (bookmark-name-from-full-record): Rename back to
3351 this original name from `bookmark-name-from-record' reverting part
3352 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3353 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3354 third-party callers. (Bug#7609)
fdbb4d85 3355
0e5cf2b8
AM
33562010-12-12 Alan Mackenzie <acm@muc.de>
3357
3358 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3359 template arglist, check that the current language supports this.
3360
6961d41c
GM
33612010-12-11 Glenn Morris <rgm@gnu.org>
3362
2b404597
GM
3363 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3364 state of the file matches. (Bug#7544)
3365 (vc-bzr-register, vc-bzr-checkin)
3366 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3367 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3368
6961d41c
GM
3369 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3370
1e5d2a04
KK
33712010-12-11 Karel Klíč <kklic@redhat.com>
3372
3373 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3374
175069ef
SM
33752010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 Derive from prog-mode, use derived-mode-p, and fix up various
3378 minor style issues in lisp/progmodes.
3379
3380 * progmodes/vhdl-mode.el (vhdl-mode):
3381 * progmodes/verilog-mode.el (verilog-mode):
3382 * progmodes/vera-mode.el (vera-mode):
3383 * progmodes/sql.el (sql-mode):
3384 * progmodes/scheme.el (scheme-mode):
3385 * progmodes/perl-mode.el (perl-mode):
3386 * progmodes/octave-inf.el (inferior-octave-mode):
3387 * progmodes/autoconf.el (autoconf-mode):
3388 * progmodes/m4-mode.el (m4-mode):
3389 * progmodes/inf-lisp.el (inferior-lisp-mode):
3390 * progmodes/idlwave.el (idlwave-mode):
3391 * progmodes/icon.el (icon-mode):
3392 * progmodes/idlw-help.el (idlwave-help-mode):
3393 * progmodes/dcl-mode.el (dcl-mode):
3394 * progmodes/idlw-shell.el (idlwave-shell-mode):
3395 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3396 (ebrowse-member-mode, ebrowse-electric-position-mode):
3397 Use define-derived-mode.
3398
3399 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3400 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3401 (xscheme-debugger-mode-p, xscheme-send-string-1):
3402 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3403 (tcl-load-file, tcl-restart-with-file):
3404 * progmodes/ps-mode.el (ps-run-running):
3405 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3406 * progmodes/js.el (js--get-all-known-symbols):
3407 * progmodes/inf-lisp.el (inferior-lisp-proc):
3408 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3409 (idlwave-template, idlwave-update-buffer-routine-info)
3410 (idlwave-update-current-buffer-info)
3411 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3412 (idlwave-scan-class-info, idlwave-fix-keywords)
3413 (idlwave-list-buffer-load-path-shadows):
3414 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3415 (idlwave-toolbar-remove):
3416 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3417 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3418 (idlwave-shell-menu-def):
3419 * progmodes/idlw-complete-structtag.el
3420 (idlwave-prepare-structure-tag-completion):
3421 * progmodes/gud.el (gud-set-buffer):
3422 * progmodes/f90.el (f90-backslash-not-special):
3423 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3424
3425 * progmodes/xscheme.el (xscheme-start)
3426 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3427 * progmodes/which-func.el (which-function):
3428 * progmodes/vhdl-mode.el (vhdl-set-style):
3429 * progmodes/verilog-mode.el (verilog-set-compile-command)
3430 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3431 (verilog-set-define, verilog-auto-reeval-locals):
3432 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3433 * progmodes/simula.el (simula-mode):
3434 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3435 * progmodes/python.el (python-check, python-mode):
3436 * progmodes/prolog.el (prolog-mode-variables):
3437 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3438 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3439 * progmodes/delphi.el (delphi-mode):
3440 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3441 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3442 (c-font-lock-init): Move make-local-variable to their setq.
3443
3444 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3445 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3446 make-local-hook.
3447 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3448 (sh-set-shell): Don't set require-final-newline since it's already done
3449 by prog-mode.
3450 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3451 since we never set it.
3452 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3453 Use read-string and standard prompt.
3454 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3455 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3456 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3457 (meta-common-mode-map): Rename from meta-mode-map.
3458 Remove C-m binding, which is a user preference, not mode specific.
3459 (meta-common-mode): New major mode; replace meta-common-initialization.
3460 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3461 around with font-lock.
3462 * progmodes/etags.el (select-tags-table-mode):
3463 Derive from special-mode.
3464 * progmodes/octave-mod.el (octave-mode):
3465 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3466 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3467 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3468 Let define-derived-mode do its job.
3469 * progmodes/cpp.el (cpp-edit-mode-map):
3470 Move initialization into declaration.
3471 (cpp-edit-mode): Use define-derived-mode.
3472 (cpp-edit-load): Use derived-mode-p.
3473 * progmodes/mixal-mode.el (mixal-mode):
3474 * progmodes/f90.el (f90-mode):
3475 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3476 require-final-newline since prog-mode does it already.
3477 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3478 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3479 * progmodes/antlr-mode.el: Require cc-mode upfront.
3480 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3481 the declaration.
3482 (antlr-directory-dependencies, antlr-show-makefile-rules):
3483 Use derived-mode-p.
3484 (antlr-language-option): Don't assume point-min==1.
3485 (antlr-mode): Use define-derived-mode.
3486 * progmodes/ada-mode.el: Use derived-mode-p.
3487 (ada-mode): Use define-derived-mode.
3488 Use hack-local-variables-hook.
3489
61f91c04
SM
34902010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3493 (texinfo-mode): Don't disable adaptive-fill-mode.
3494 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3495 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3496 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3497 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3498 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3499 (texinfo-insert-@quotation, texinfo-insert-@samp)
3500 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3501 (texinfo-insert-@uref): Use define-skeleton.
3502 (texinfo-insert-@-with-arg): Delete.
3503
72a44673
EZ
35042010-12-10 Eli Zaretskii <eliz@gnu.org>
3505
3506 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3507 nil, do quote archive member names. (Bug#6144)
3508
ab540f59
GM
35092010-12-10 Glenn Morris <rgm@gnu.org>
3510
66f782de
GM
3511 * files.el (diff-no-select): Declare.
3512
e554b3f8
GM
3513 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3514 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3515
ab540f59
GM
3516 * comint.el (comint-input-ring-file-name): Doc fix.
3517
f68ab99b
EZ
35182010-12-09 Eli Zaretskii <eliz@gnu.org>
3519
3520 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3521 New functions.
61f91c04
SM
3522 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3523 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3524 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3525 instead of `nil'.
3526 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3527 and menu-bar-positive-p instead of `nil' and `>', respectively.
3528 (Bug#1077)
3529
650453a9
VJL
35302010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3531
3532 * whitespace.el (whitespace-newline-mode): Code fix.
3533
28d5de72
GM
35342010-12-09 Glenn Morris <rgm@gnu.org>
3535
3536 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3537 Rename functions without commas, update callers.
3538
b596d50d 35392010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3540
b596d50d
GM
3541 * whitespace.el (whitespace-cleanup-region):
3542 Clean up spaces before tabs. (Bug#7582)
16498102 3543
eff37c5e
KF
35442010-12-08 Karl Fogel <kfogel@red-bean.com>
3545
3546 * bookmark.el: Adjust parameter names and doc strings to resolve
3547 confusion over whether "bookmark" meant a bookmark name or a
3548 bookmark record. Along the way, shorten one function's name for
3549 similar reasons. (Issue #7548)
3550 (bookmark-name-from-record): New name for
3551 `bookmark-name-from-full-record'. All callers changed.
3552 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3553 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3554 (bookmark-get-annotation, bookmark-set-annotation)
3555 (bookmark-get-filename, bookmark-set-filename)
3556 (bookmark-get-position, bookmark-set-position)
3557 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3558 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3559 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3560 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3561 Rename `bookmark' parameter to `bookmark-name-or-record', to
3562 clearly show its role, and shorten or adjust doc strings accordingly.
3563 (bookmark-set-name): Same, and pass the parameter directly to
3564 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3565 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3566 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3567 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3568 and in some cases shorten doc string accordingly.
3569 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3570 and `new-name', and adjust an internal variable to avoid confusion.
3571 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3572 parameter in doc string.
3573
5fe9ebd1
GM
35742010-12-08 Glenn Morris <rgm@gnu.org>
3575
ac8331a7
GM
3576 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3577 from gdb's history file. (Bug#7575)
3578
5fe9ebd1
GM
3579 * mail/emacsbug.el (report-emacs-bug):
3580 Try to handle some other mail clients.
3581
33cf0fb2
SM
35822010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3583
3584 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3585 Use string-prefix-p.
3586 (file-name-version-regexp): New var.
3587 (file-name-sans-versions):
3588 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3589 (jka-compr-get-compression-info): Use dolist.
3590 (jka-compr-compression-info-list): Don't bother specifying
3591 version/backup regexps.
3592
11c31b99
TH
35932010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3594
3595 * simple.el (just-one-space): Make argument n default to 1 if
3596 omitted.
3597
a733fc37
SM
35982010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * electric.el (electric-indent-post-self-insert-function):
3601 Delete trailing newlines even if we don't reindent.
3602
88b5a757
DD
36032010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3604
a733fc37
SM
3605 * minibuffer.el (completion-at-point): Remove the `arg'.
3606 * bindings.el (complete-symbol): Move back from minibuffer.el.
3607
36082010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3609
88b5a757
DD
3610 * simple.el (just-one-space): Delete newlines for negative arg.
3611
ce327e48
SM
36122010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3615 (ansi-color-filter-apply): Simplify.
3616 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3617
ac73d955
BR
36182010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3619
3620 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3621
8c44f097
CY
36222010-12-04 Chong Yidong <cyd@stupidchicken.com>
3623
3624 * dired.el (dired-use-ls-dired): Set default to a special
3625 "unspecified" value.
3626 (dired-insert-directory): When called the first time, check
3627 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3628
15af15e5
TO
36292010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3630
3631 * replace.el: Add "collect" feature to occur.
3632 (occur-collect-regexp-history): New var.
88b5a757
DD
3633 (occur-read-primary-args): Return a replace string for nlines,
3634 if needed.
15af15e5
TO
3635 (occur): Extend the meaning of nlines.
3636
b2e6e5bd
SM
36372010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3638
3639 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3640 (which-func-update-1): Distinguish symbols from strings.
3641 (which-function): Stay within 80 columns.
3642
ee9355dc
SM
36432010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3644
7f0ea0ff
SM
3645 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3646
ee9355dc
SM
3647 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3648 Improve docstring.
3649 (comment-style): Use comment-styles's docs to describe values.
3650
3e972d98
JD
36512010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3652
3653 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3654 and ns-show-prefs (Bug#7535).
3655
3656 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3657 bindings (Bug#7535).
3658
c879436a
GM
36592010-12-03 Glenn Morris <rgm@gnu.org>
3660
afe27238
GM
3661 * nxml/nxml-mode.el: Require rng-nxml.
3662 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3663 Remove declarations.
3664
65beee52
GM
3665 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3666 * nxml/rng-nxml.el, nxml/rng-valid.el:
3667 Remove leading `*' from defcustom docs.
3668
ad961a00
GM
3669 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3670 (normal-top-level-add-to-load-path, tty-handle-args):
3671 Convert comments to basic doc-strings.
3672
c5fd0ab5
GM
3673 * net/browse-url.el (browse-url-url-at-point)
3674 (browse-url-default-browser): Remove autoload cookies.
3675
f62f063d
GM
3676 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3677 Remove more undefined cl functions.
3678
c879436a
GM
3679 * vc/diff.el (diff-sentinel): Make new arguments optional.
3680 * ibuf-ext.el (diff-sentinel): Update declaration.
3681
3721e124
DU
36822010-12-03 Daiki Ueno <ueno@unixuser.org>
3683
3684 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3685 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3686 (epg-context-set-passphrase-callback): Mention that the callback
3687 is not called when used with GnuPG 2.x.
3688
66feec8b
MA
36892010-12-02 Michael Albinus <michael.albinus@gmx.de>
3690
3691 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3692 (tramp-file-name-port): Check also for `tramp-default-port'.
3693 (tramp-get-connection-name): New defun.
3694 (tramp-get-connection-process): Use it.
3695 (tramp-debug-message): Extend function exclude list.
3696 (tramp-drop-volume-letter): Fix doc string.
3697
3698 * net/tramp-cmds.el: Remove solved todo item.
3699
66feec8b
MA
3700 * net/tramp-ftp.el:
3701 * net/tramp-gvfs.el:
3702 * net/tramp-gw.el:
3703 * net/tramp-imap.el:
3704 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3705 and `tramp-default-user-alist', respectively.
3706
88b5a757
DD
3707 * net/tramp-gw.el (tramp-gw-open-connection):
3708 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3709
3710 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3711 `tramp-file-name-port'.
3712
3713 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3714 and "psftp". Exchange "%k" marker with options.
3715 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3716 Compute size of link target.
35f52ed6
JB
3717 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3718 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3719 copy arguments. Use `tramp-get-connection-name' and
3720 `tramp-get-connection-buffer'. Improve debug messages.
3721 (tramp-compute-multi-hops): Remove port determination.
3722 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3723
3724 * net/trampver.el: Update release number.
3725
bd77c2ef
GM
37262010-12-02 Glenn Morris <rgm@gnu.org>
3727
05907bb3
GM
3728 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3729 Avoid infinite loop over windows. (Bug#7492)
3730
bd77c2ef
GM
3731 * progmodes/flymake.el (flymake-check-file-limit):
3732 Allow nil to mean "no limit".
3733 (flymake-check-patch-master-file-buffer): Update for above change.
3734 Allow a .tex file-name extension to be optional.
3735 (flymake-master-tex-init): Also match \include statements.
3736
f7ca27a1
SS
37372010-11-30 Sam Steingold <sds@gnu.org>
3738
3739 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3740 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3741 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3742 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3743 define-derived-mode').
3744 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3745 users who want to call `nxml-parent-document-set'.
3746
402c8a49
CY
37472010-11-27 Chong Yidong <cyd@stupidchicken.com>
3748
3749 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3750 stand-alone lines, since that is handled by log-edit-match-to-eoh
3751 (Bug#6465).
3752
d1882ac7
EW
37532010-11-27 Eduard Wiebe <usenet@pusto.de>
3754
3755 * dired.el (dired-get-filename): Replace backslashes with slashes
3756 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3757 * locate.el (locate-default-make-command-line): Don't consider
3758 drive letter and root directory part of
3759 `directory-listing-before-filename-regexp'. (Bug#7308)
3760 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3761
07976ae3 37622010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3763
3764 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3765 of :smie-open/close-alist.
3766 (smie-next-sexp): Make it accept a "start token" as argument.
3767 (smie-indent-keyword): Be careful not to misidentify tokens that span
3768 more than one line, as empty lines. Add argument `token'.
3769
07976ae3 37702010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3771
afde451a
KH
3772 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3773 multipart subtypes, insert all as usual.
3774
3d9ee611
KH
3775 * mail/rmail.el: Require rfc2047.
3776
07976ae3 37772010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3778
3779 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3780 (rmail-mime-entity-disposition)
3781 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3782 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3783 (rmail-mime-save): Handle the case that the button's `data' is a
3784 MIME entity.
3785 (rmail-mime-insert-text): New function.
9e0ecdab 3786 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3787 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3788 (rmail-mime-insert-bulk): New function mostly copied from the old
3789 rmail-mime-bulk-handler.
9e0ecdab
GM
3790 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3791 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3792 the old rmail-mime-multipart-handler.
3793 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3794 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3795 rmail-mime-show.
3796 (rmail-mime-insert-multipart, rmail-mime-parse)
3797 (rmail-mime-insert, rmail-show-mime)
3798 (rmail-insert-mime-forwarded-message)
3799 (rmail-insert-mime-resent-message): New functions.
3800 (rmail-insert-mime-forwarded-message-function): Set to
3801 rmail-insert-mime-forwarded-message.
3802 (rmail-insert-mime-resent-message-function): Set to
3803 rmail-insert-mime-resent-message.
3804
3805 * mail/rmailsum.el: Require rfc2047.
3806 (rmail-header-summary): Handle multiline Subject: field.
3807 (rmail-summary-line-decoder): Change the default to
3808 rfc2047-decode-string.
3809
3810 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3811 (rmail-mime-feature): Change the default to `rmailmm'.
3812 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3813 (rmail-display-labels): Likewise.
3814 (rmail-show-message-1): Check rmail-enable-mime, and use
3815 rmail-show-mime-function for a MIME message. Decode the headers
3816 according to RFC2047.
3817
07976ae3 38182010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3819
3820 * progmodes/which-func.el (which-func-imenu-joiner-function):
3821 Return a string, as expected.
3822 (which-function-mode): Make sure we stop any previous timer before
3823 starting a new one.
3824
07976ae3 38252010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3826
3827 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3828 (tramp-default-user-alist, tramp-default-proxies-alist):
3829 Adapt custom options type. (Bug#7445)
e40fc745 3830
07976ae3 38312010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3832
3833 * progmodes/python.el: Add Ipython support (Bug#5390).
3834 (python-shell-prompt-alist)
3835 (python-shell-continuation-prompt-alist): New options.
3836 (python--set-prompt-regexp): New function.
33aeea0e
SM
3837 (inferior-python-mode, run-python, python-shell):
3838 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3839 prompt based on the Python interpreter.
3840 (python--prompt-regexp): New var.
3841 (python-check-comint-prompt)
3842 (python-comint-output-filter-function): Use it.
3843 (run-python): Use a pipe (Bug#5694).
3844
07976ae3 38452010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3846
3847 * progmodes/python.el (run-python): Doc fix.
3848 (python-keep-current-directory-in-path): New var (Bug#7454).
3849
07976ae3 38502010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3851
3852 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3853 Prompt user before actually printing.
3854
0b839457
GM
38552010-11-27 Glenn Morris <rgm@gnu.org>
3856
3857 * startup.el (package-enable-at-startup, package-initialize):
3858 Remove unnecessary declarations.
3859
96107967
EZ
38602010-11-27 Eli Zaretskii <eliz@gnu.org>
3861
3862 * international/characters.el (glyphless-char-display-control):
3863 Exclude newline and TAB from the c0-control group.
3864
a140ec5f
GM
38652010-11-27 Glenn Morris <rgm@gnu.org>
3866
82445062
GM
3867 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3868 (expand-mail-aliases): Remove unnecessary autoload.
3869
08b5f072
GM
3870 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3871
e96d4147
GM
3872 * shell.el (shell-dir-cookie-re): Move definition before use.
3873
a140ec5f
GM
3874 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3875 Replace undefined CL functions.
3876
a2249e66
EZ
38772010-11-26 Eli Zaretskii <eliz@gnu.org>
3878
228482b2
EZ
3879 * simple.el (prog-mode): Set bidi-paragraph-direction to
3880 left-to-right.
3881
a2249e66
EZ
3882 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3883
d01d7b8d
GM
38842010-11-26 Glenn Morris <rgm@gnu.org>
3885
3886 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3887 diary-outlook-formats can be sensitive to calendar-date-style.
3888 (diary-outlook-formats): Simplify the default setting.
3889 (diary-from-outlook-internal): Pass subject and body as arguments.
3890 Use dolist rather than dotimes. Don't save the diary buffer.
3891 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3892 Pass subject and body as explicit arguments to the -internal function.
3893
b3ea64a3
LMI
38942010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3897 parsing them. This makes mailto:...?subject=foo\nbar work.
3898
d5e7b0d8
SM
38992010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * vc/diff.el (diff): Fix last change.
3902
872ab164
SM
39032010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3906 (pcase--dontcare-upats): New var.
3907 (pcase-let, pcase-let*): Generate better code.
3908 Accept the same bodies as `let'.
3909 (pcase-dolist): New macro.
3910 (pcase--trivial-upat-p): New helper function.
3911 (pcase--expand): Strip leading "(let nil" if any.
3912
876d1684
LMI
39132010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
7bd9b9d8
LMI
3915 * mail/mailclient.el (browse-url): Require.
3916 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3917 use the external browser function to send the mail (bug#7469).
3918
876d1684
LMI
3919 * net/browse-url.el (browse-url-browser-function): Revert the
3920 default back to the previous value, since the new value broke
3921 mailclient.el.
3922 (browse-url-mailto-function): New variable for mailto: URLs.
3923 (browse-url): Use the new variable for mailto: URLs.
3924
6e13206c
SM
39252010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3926
3927 * eshell/esh-cmd.el (eshell-parse-command):
3928 * eshell/esh-arg.el (eshell-parse-arguments):
3929 * eshell/em-script.el (eshell-source-file):
3930 Use with-silent-modifications.
3931
3d92f44e
CY
39322010-11-23 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3935 for a merge location.
3936
3937 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3938 (vc-bzr-merge-branch): Always prompt.
3939 (vc-bzr-async-command): Use the full branch filename.
3940
8f5f1e68
SM
39412010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * shell.el (shell): Use current-buffer by default if it's already
3944 a shell mode buffer and its process is dead.
ee9355dc 3945 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3946
331460ac
TH
39472010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3948
8f5f1e68
SM
3949 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3950 Mention that the keywords should be comma separated.
331460ac 3951
2c3160c5
CY
39522010-11-23 Chong Yidong <cyd@stupidchicken.com>
3953
3954 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3955 Accept optional prefix arg meaning to prompt for a command.
3956 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3957 prefix arg meaning to prompt for a command.
3958 (vc-pull): Alias for vc-update.
3959
3960 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3961 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3962 (vc-bzr-merge-branch): New functions, implementing merge-branch
3963 and pull operations.
3964
b2e44819
SM
39652010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3966
8a0eb852
SM
3967 * Makefile.in: Fix up last merge.
3968
b2e44819
SM
3969 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3970 (diff-sentinel): Get them as arguments instead.
3971 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3972 (diff-file-local-copy, diff-better-file-name): New funs.
3973 (diff-no-select): Rename from diff-into-buffer.
3974 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3975 Prefer closures to buffer-local variables.
3976 (diff): Adjust accordingly.
3977 (diff-buffer-with-file): Move from files.el.
3978 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3979 (diff-buffer-internal): Remove.
3980 (diff-buffer-buffer): Remove.
3981 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3982 the buffer name used, and so as not to mess up windows and frames.
3983
6a7662bb
BR
39842010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3985
3986 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3987 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3988 (diff-buffer-with-file): Use it.
3989 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3990 (diff): Use it.
3991
c799747b
TH
39922010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3993
3994 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3995 \ref's or \pageref's value as default instead of initial input.
3996
e274eb13
MA
39972010-11-21 Michael Albinus <michael.albinus@gmx.de>
3998
3999 * files.el (backup-by-copying-when-mismatch): The default value is
4000 now t.
4001
4002 * startup.el (normal-top-level):
4003 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4004 `backup-by-copying-when-mismatch'.
4005
77af54d7
JD
40062010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4007
4008 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4009
4e2f7d2a
CY
40102010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4011
6a7662bb
BR
4012 * progmodes/python.el (python-font-lock-keywords):
4013 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4014
b7d1e144
JD
40152010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4016
4017 * term/ns-win.el (ns-right-control-modifier)
4018 (ns-right-command-modifier): Defvar them.
4019
4020 * cus-start.el (all): Add ns-right-control-modifier and
4021 ns-right-command-modifier (Bug#7458).
4022
c11cc37a
GM
40232010-11-20 Glenn Morris <rgm@gnu.org>
4024
4025 * emacs-lisp/authors.el (authors-ignored-files)
4026 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4027
7dcd777e
TH
40282010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4029
4030 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4031 (report-emacs-bug-parse-query-results)
4032 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4033 keywords used for querying the bug database to show them in the
4034 existing bugs buffer.
4035
d2bd5189
JD
40362010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4037
4038 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4039
4040 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4041
0e7c0582
EZ
40422010-11-20 Eli Zaretskii <eliz@gnu.org>
4043
4044 * international/characters.el (glyphless-char-display-control):
4045 Make it a defcustom, with update-glyphless-char-display as its
4046 :set attribute.
4047 (top level): Don't call update-glyphless-char-display.
4048
7398933f
MA
40492010-11-20 Michael Albinus <michael.albinus@gmx.de>
4050
4051 Sync with Tramp 2.2.0.
4052
4053 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4054 `file-remote-p' (due to compatibility).
4055
4056 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4057 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4058
4059 * net/trampver.el: Update release number.
4060
1cd64aae
EZ
40612010-11-20 Eli Zaretskii <eliz@gnu.org>
4062
4063 * faces.el (glyphless-char): Define value for `pc'.
4064
614316a7
TH
40652010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4066
26214810
EZ
4067 Implemented a bug querying mechanism.
4068 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4069 (report-emacs-bug-create-existing-bugs-buffer)
4070 (report-emacs-bug-parse-query-results)
26214810 4071 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4072
9061f667
TH
40732010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4074
4075 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4076 a \ref{} or \pageref{} macro, then use its value as initial input.
4077
1265829e
JB
40782010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4079
4080 * calc/calc-units.el (math-build-units-table-buffer):
4081 calc/README: Mention that the TeX specific units won't use the
4082 `tex' prefix in TeX mode.
4083 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4084 prefix for units in TeX mode.
4085
9fca7811
SM
40862010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4089 * comint.el (comint-kill-region): Make the yank-handler argument
4090 obsolete.
9fca7811 4091
4a47c275 40922010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4093
e2f454c4
SM
4094 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4095 that are both openers (resp. closers) and something else.
4096 (smie-grammar): Loosen definition of valid values.
4097 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4098 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4099 (smie-indent-after-keyword): Adjust users.
4100 (smie-indent-keyword): Don't indent empty lines.
4101
88bf1bec
SM
4102 * vc-hg.el (vc-hg-program): New var.
4103 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4104 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4105
4a47c275 41062010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4107
4108 * emacs-lisp/autoload.el (autoload-find-destination): The function
4109 coding-system-eol-type may return non-numeric values. (Bug#7414)
4110
4a47c275 41112010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4112
4113 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4114
4a47c275 41152010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4116
4117 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4118
4a47c275 41192010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4120
4121 * textmodes/picture.el (picture-mouse-set-point): Don't use
4122 posn-col-row; explicitly compute the motion based on the posn at
4123 the window-start (Bug#7390).
4124
4a47c275 41252010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4126
4127 * novice.el (disabled-command-function):
4128 Fix 2009-11-15 change. (Bug#7384)
4129
4a47c275 41302010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4131
4132 * calendar/calendar.el (diary-iso-date-forms): Make elements
4133 mutually exclusive. (Bug#7377)
4134
4a47c275 41352010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4136
4137 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4138 when filling the remaining "unconstrained" values.
4139
4a47c275 41402010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4141
acef0722
SM
4142 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4143 safety predicate.
4144
4145 * files.el (safe-local-variable-p): Gracefully handle errors.
4146
7bea8c7a
SM
4147 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4148 Use smie-indent-virtual when indenting relative to an opener.
4149 (smie-rule-separator): Use smie-rule-parent.
4150 (smie-indent-keyword): Consult rules, even for openers at bol.
4151 (smie-indent-comment-close): Try to align closer's content.
4152
4a47c275 41532010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4154
4155 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4156
4a47c275 41572010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4158
aa514451
GM
4159 * printing.el (pr-menu-bind): Doc fix.
4160
32b636de
GM
4161 * speedbar.el (speedbar-toggle-images): Doc fix.
4162
bc1d5cdf
GM
4163 * progmodes/python.el (python-shell): Doc fix.
4164
c790cad4
GM
4165 * wid-edit.el (widget-field-use-before-change)
4166 (widget-use-overlay-change): Doc fixes.
4167
c51bb5d2
SM
41682010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4169
8bbb7dd8
SM
4170 Minor cleanup to improve style.
4171 * textmodes/rst.el (rst-update-section): Use point-marker.
4172 (rst-get-decoration): Eliminate unneeded assignment.
4173 (rst-promote-region, rst-straighten-decorations)
4174 (rst-section-tree, rst-adjust): Use point-marker.
4175 (rst-toc-mode-mouse-goto): Avoid setq.
4176 (rst-shift-region-guts, rst-shift-region-left)
4177 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4178 (rst-convert-bullets-to-enumeration): Use copy-marker.
4179
b7e270a2
SM
4180 * minibuffer.el (completion-fail-discreetly): New var.
4181 (completion--do-completion): Use it.
4182
c51bb5d2
SM
4183 * electric.el (electric-pair-pairs): New var.
4184 (electric-pair-post-self-insert-function): Use it.
4185 (electric-layout-post-self-insert-function): Don't insert a before
4186 newline unless it's actually needed.
4187
c04f2ac0
SM
41882010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4189
bac2de0f
SM
4190 * progmodes/python.el (run-python): Explain why we remove the current
4191 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4192
c04f2ac0
SM
4193 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4194
7100ff98
SM
41952010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4196
03f70355
SM
4197 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4198 (octave-mode-map): Don't bind ;, SPC, and LF.
4199 (octave-auto-indent, octave-auto-newline): Remove.
4200 (electric-layout-rules): Declare.
4201 (octave-mode): Set electric-layout-rules.
4202 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4203 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4204 (octave-electric-space): Remove.
4205
7100ff98
SM
4206 * electric.el (electric-layout-mode): New minor mode.
4207 (electric--after-char-pos): New function.
4208 (electric-indent-post-self-insert-function): Use it.
4209 (electric-layout-rules): New var.
4210 (electric-layout-post-self-insert-function): New function.
4211 (electric-indent-mode): Make them interact better.
4212
cca982d0
SM
42132010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4214
4215 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4216 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4217 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4218
84992dff
AM
42192010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4220
4221 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4222 Make sure to check inside the word (Bug#6761).
4223
afa42fe3
CY
42242010-11-14 Chong Yidong <cyd@stupidchicken.com>
4225
4226 * startup.el (command-line): If the cursorColor resource is set,
4227 change the cursor face-spec (Bug#7392).
4228
a798747d 42292010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4230
a798747d 4231 The main features of the following allout.el changes are:
1c9b9df0
KM
4232 - implement user customization for the allout key bindings
4233 - add a customization control by which the user can inhibit use of
a798747d 4234 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4235 describe-prefix-bindings
4236 - adapt to new version of called-interactively-p, while
a798747d 4237 maintaining backwards compatibility with old version
01c35094 4238 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4239
a798747d
GM
4240 * allout.el (allout-keybindings, allout-bind-keys)
4241 (allout-keybindings-binding, allout-prefixed-keybindings)
4242 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4243 (allout-keybindings-list, allout-mode-map-adjustments)
4244 (allout-setup-mode-map): Establish allout-mode keymaps as user
4245 customizable settings, and also establish a customizable setting which
4246 regulates whether or not a trailing control-h is reserved for use with
4247 describe-prefix-bindings - and inhibit it by default, so that control-h
4248 *is* reserved for describe-prefix-bindings unless the user changes it.
4249
4250 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4251 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4252 modified events more comprehensively.
4253
a798747d
GM
4254 * allout.el (allout-substring-no-properties):
4255 Alias to use or provide version of `substring-no-properties'.
4256 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4257
a798747d
GM
4258 * allout.el (allout-next-single-char-property-change):
4259 Alias to use or provide version of `next-single-char-property-change'.
4260 (allout-annotate-hidden, allout-hide-by-annotation):
4261 Use `allout-next-single-char-property-change'.
1c9b9df0 4262
a798747d
GM
4263 * allout.el (allout-select-safe-coding-system):
4264 Alias to use or provide version of `select-safe-coding-system'.
4265 (allout-toggle-subtree-encryption):
4266 Use `allout-select-safe-coding-system'.
1c9b9df0 4267
a798747d
GM
4268 * allout.el (allout-set-buffer-multibyte):
4269 Alias to use or provide version of `set-buffer-multibyte'.
4270 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4271
a798747d
GM
4272 * allout.el (allout-called-interactively-p): Macro for using the
4273 different versions of called-interactively-p identically, depending on
4274 the subroutine's argument signature.
4275 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4276 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4277
a798747d
GM
4278 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4279 (allout-previous-visible-heading, allout-forward-current-level)
4280 (allout-backward-current-level, allout-show-children):
4281 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4282
a798747d
GM
4283 * allout.el (allout-before-change-handler):
4284 Exempt edits to the (overlaid) character after the allout outline
4285 bullet from edit confirmation prompt.
1c9b9df0 4286
a798747d
GM
4287 * allout.el (allout-add-resumptions):
4288 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4289
a798747d
GM
4290 * allout.el (allout-beginning-of-line):
4291 Use `allout-previous-single-char-property-change' alias for the sake of
4292 diverse compatibility.
1c9b9df0 4293
a798747d
GM
4294 * allout.el (allout-end-of-line):
4295 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4296
0216b738
CY
42972010-11-13 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * frame.el (frame-notice-user-settings): Don't clobber other
4300 user-set parameters when calling face-set-after-frame-default in
4301 response to background-color parameter (Bug#7373).
4302
0eb025fb
EZ
43032010-11-13 Eli Zaretskii <eliz@gnu.org>
4304
4305 * international/characters.el (glyphless-char-display-control):
88b5a757 4306 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4307 Signal an error if display method is not one of the recognized
4308 symbols.
0eb025fb 4309
6e060cee
MA
43102010-11-13 Michael Albinus <michael.albinus@gmx.de>
4311
4312 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4313 (tramp-compat-line-end-position): Remove them.
4314
4315 * net/tramp.el (tramp-parse-rhosts-group)
4316 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4317 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4318 (tramp-parse-netrc-group, tramp-parse-putty-group)
4319 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4320 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4321 (tramp-sh-handle-file-selinux-context)
4322 (tramp-sh-handle-file-name-all-completions)
4323 (tramp-sh-handle-insert-directory)
4324 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4325 (tramp-wait-for-output, tramp-send-command-and-read)
4326 * net/tramp-smb.el (tramp-smb-read-file-entry)
4327 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4328
4329 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4330 `point-at-bol'.
4331 (tramp-remote-coding-commands): Add an alternative using "base64
4332 -d -i". This is needed for older base64 versions from GNU
4333 coreutils. Reported by Klaus Reichl
4334 <Klaus.Reichl@thalesgroup.com>.
4335
8da5345f
HN
43362010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4337
4338 * simple.el (count-words-region): New function.
4339
c156a63b
SM
43402010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4341
78835dd0
SM
4342 * shell.el (shell-dir-cookie-re): New custom variable.
4343 (shell-dir-cookie-watcher): New function.
4344
ebff325e
SM
4345 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4346 and compilation-mode (bug#7350).
4347
4e9e1584
SM
4348 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4349 highlight when one of them is empty.
4350
4490f875
SM
4351 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4352 trailing space.
4353 (skeleton-newline): New function.
4354 (skeleton-internal-1): Use it.
4355
c156a63b
SM
4356 * simple.el (open-line): `newline' may strip trailing space.
4357
f3bb9e16
KR
43582010-11-12 Kevin Ryde <user42@zip.com.au>
4359
4360 * international/mule-cmds.el (princ-list): Use mapc.
4361
7847454a
GM
43622010-11-12 Glenn Morris <rgm@gnu.org>
4363
4364 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4365 Use it to replace all instances of "*Compile-Log*".
7847454a 4366
aa310257
SM
43672010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4368
4369 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4370 indentation specs.
4371
cbf83ce9
SM
43722010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * progmodes/modula2.el: Use SMIE and skeleton.
4375 (m2-mode-syntax-table): (*..*) can be nested.
4376 Add //...\n. Fix paren syntax.
4377 (m2-mode-map): Remove LF and TAB bindings.
4378 (m2-indent): Add safety property.
4379 (m2-smie-grammar): New var.
4380 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4381 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4382 (m2-mode): Use define-derived-mode.
4383 (m2-newline, m2-tab): Remove.
4384 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4385 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4386 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4387 (m2-import): Use define-skeleton.
4388
e7c4fb1e
GM
43892010-11-11 Glenn Morris <rgm@gnu.org>
4390
b3e4c911
GM
4391 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4392
b3e22bd4
GM
4393 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4394 (ls-lisp-verbosity): Add custom :set-after property.
4395 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4396 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4397 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4398 (ls-lisp-set-options): New function.
4399 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4400 Doc fix.
b3e22bd4 4401
55a4b4fe
GM
4402 * play/landmark.el (lm-prompt-for-move):
4403 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4404
e7c4fb1e
GM
4405 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4406
4407 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4408 (idlwave-study-twins): Prefix dynamic local variable `name'.
4409 (idlwave-routine-twin-compare): Update for above change.
4410
4411 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4412 Prefix dynamic local variables `name', `kwd', and `link'.
4413 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4414 * progmodes/idlw-complete-structtag.el
4415 (idlwave-complete-structure-tag-help):
4416 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4417 (idlwave-complete-sysvar-tag-help)
4418 (idlwave-complete-class-structure-tag-help):
4419 Update for above name changes.
4420
afe2870b
LMI
44212010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4422
4423 * net/browse-url.el (browse-url-browser-function): Change the
4424 default to use `browse-url-mail' on mailto: URLs.
4425
fbe3be3f
CY
44262010-11-10 Chong Yidong <cyd@stupidchicken.com>
4427
cbf83ce9
SM
4428 * emacs-lisp/package.el (package-read-all-archive-contents):
4429 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4430
a7cfbaea 44312010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4432
4433 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4434 already found as misspellings by (flyspell-large-region), just
c97685d4 4435 do highlighting (bug#7322).
bd4532fc 4436
13e7256f
GM
44372010-11-10 Glenn Morris <rgm@gnu.org>
4438
6d2a1e35
GM
4439 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4440
d4aca69c
GM
4441 * emulation/edt.el (edt-with-position): New macro.
4442 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4443 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4444 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4445
f8a09adb
GM
4446 * emulation/tpu-extras.el (tpu-with-position): New macro.
4447 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4448
c026460b
GM
4449 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4450
dea53a43
GM
4451 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4452 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4453 (texinfo-master-menu, texinfo-insert-node-lines)
4454 (texinfo-multiple-files-update):
4455 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4456 Use line-beginning-position.
4457
72bc50c0
GM
4458 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4459 No recent Emacs supports system-type `emx'.
4460
4461 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4462 (ada-command-separator, ada-default-prj-properties)
4463 (ada-find-any-references): Update for above name change.
4464
4465 * dirtrack.el (dirtrack-directory-function)
4466 (dirtrack-canonicalize-function):
4467 * filecache.el (file-cache-completion-ignore-case)
4468 (file-cache-case-fold-search, file-cache-ignore-case):
4469 * term.el (serial-port-is-file-p): Cosmetic change.
4470
4471 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4472 Remove non-existent `windows-95' system-type.
4473 * dired.el (dired-chown-program): Remove non-existent `linux'
4474 system-type.
4475
17731c39
GM
4476 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4477 (ping-program-options): Remove non-existent `linux' system-type.
4478
9228bbd3
GM
4479 * startup.el (package-initialize): Update declaration.
4480
6e404950
GM
4481 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4482 (ls-lisp-handle-switches): Use time-less-p.
4483 (ls-lisp-format-time): Use float-time.
4484
6f0d4bb6
GM
4485 * textmodes/remember.el (remember-time-to-seconds): Remove.
4486 (remember-store-in-mailbox): Use float-time.
4487
4488 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4489
4490 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4491 never a real function.
4492 (with-no-warnings): Remove compat stub, now unused.
4493 (time-less-p): Doc fix.
4494 (time-to-number-of-days): Simplify.
4495
73171bd4
GM
4496 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4497 Remove.
4498 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4499 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4500 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4501 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4502 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4503
13e7256f
GM
4504 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4505 (eshell-shuffle-files, eshell-shorthand-tar-command)
4506 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4507 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4508 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4509 Prefix dynamic local variable `matches'.
4510
b565f5a1
GM
4511 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4512 Prefix dynamic local variable `skeleton'.
4513
5ad3e885
KY
45142010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4515
4516 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4517 in mail buffer; make yank-action always a command that yanks original
4518 buffer.
4519
14121c52
GM
45202010-11-09 Glenn Morris <rgm@gnu.org>
4521
4522 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4523
d607b96b 45242010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4525
9bdba5f5
SM
4526 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4527 completion field (bug#7211).
4528
73525e72
SM
4529 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4530 Fix handling of backslash escapes.
4531 (python-quote-syntax): Adjust accordingly.
4532
d607b96b 45332010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4534
4535 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4536 (vc-mtn-workfile-branch): Adjust to new output format.
4537
d607b96b 45382010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4539
4540 * international/mule-cmds.el (princ-list): Mark as obsolete.
4541
d607b96b 45422010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4543
4544 * emacs-lisp/smie.el: New package.
4545
d607b96b 45462010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4547
7f925a67
SM
4548 * files.el (backup-by-copying-when-mismatch):
4549 Set `permanent-local' property.
6ce78fdc
MA
4550
4551 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4552 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4553
d607b96b 45542010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4555
4556 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4557
d607b96b 45582010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4559
7f925a67 4560 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4561 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4562 AUTOINOUT for SV style multidimensional arrays, bug294.
4563 Reported by Eric Mastromarchi.
4564 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4565 font-lock-fontify-buffer to cleanup style issues.
4566
d607b96b 45672010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4568
4569 * locate.el (locate, locate-mode): Doc fixes.
4570
d607b96b 45712010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4572
4573 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4574 user for confirmation.
4575 (server-force-stop): Use it.
4576 (server-start): Use server-force-stop for kill-emacs-hook, to
4577 avoid user interaction while killing Emacs.
4578
9b026d9f
GM
45792010-11-09 Glenn Morris <rgm@gnu.org>
4580
3406534c 4581 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4582 (meta-indent-line): Simplify.
3406534c 4583
9b026d9f
GM
4584 * vc/emerge.el (emerge-line-number-in-buf):
4585 * textmodes/ispell.el (ispell-region):
4586 * textmodes/fill.el (current-fill-column):
4587 * progmodes/xscheme.el (xscheme-send-current-line):
4588 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4589 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4590 * progmodes/sh-script.el (sh-handle-prev-do):
4591 * progmodes/meta-mode.el (meta-indent-line):
4592 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4593 (idlwave-in-quote):
4594 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4595 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4596 * progmodes/fortran.el (fortran-looking-at-if-then):
4597 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4598 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4599 (cperl-find-pods-heres):
4600 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4601 * net/quickurl.el (quickurl-list-insert):
4602 * net/ldap.el (ldap-search-internal):
4603 * net/eudc.el (eudc-expand-inline):
4604 * mail/sendmail.el (sendmail-send-it):
4605 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4606 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4607 (viper-brac-function):
4608 * calc/calc-yank.el (calc-do-grab-region):
4609 * calc/calc-keypd.el (calc-keypad-press):
4610 * term.el (term-move-columns, term-insert-spaces):
4611 * speedbar.el (speedbar-highlight-one-tag-line):
4612 * simple.el (current-word):
4613 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4614 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4615 (Info-scroll-down):
4616 * hippie-exp.el (he-line-beg):
4617 * epa.el (epa--marked-keys):
4618 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4619 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4620 (dired-relist-entry):
4621 * buff-menu.el (Buffer-menu-buffer):
4622 * array.el (current-line):
4623 * allout.el (allout-resolve-xref)
4624 (allout-latex-verbatim-quote-curr-line):
4625 Replace yet more uses of end-of-line etc with line-end-position, etc.
4626
db94771e
SM
46272010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4628
1398b795
SM
4629 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4630 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4631 (checkdoc-syntax-table): Initialize in the declaration.
4632 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4633 the mode on unconditionally.
4634
db94771e
SM
4635 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4636 (extent-end-position, extent-start-position): Remove setf method for
4637 non-existing functions (bug#7319).
4638
674728d4
SM
46392010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4642 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4643 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4644 (smie-prec2->grammar): Rename from smie-prec2-levels.
4645 (smie-grammar): Rename from smie-op-levels.
4646 (smie-indent--hanging-p): Rename from smie-hanging-p.
4647 (smie-rule-hanging-p): New alias.
4648 (smie-indent--bolp): Rename from smie-bolp.
4649 (smie-indent--hanging-p): New alias.
4650 (smie--token): New dynamically bound variable.
4651 (smie-indent--parent): New function.
4652 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4653 (smie-rule-next-p): Rename from smie-next-p.
4654 (smie-rule-prev-p): Rename from smie-prev-p.
4655 (smie-rule-sibling-p, smie-rule-parent)
4656 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4657 (smie-rule-separator-outdent): New var.
4658 (smie-indent--rule): Merge with smie-indent--column.
4659 (smie-indent-forward-token, smie-indent-backward-token):
4660 Also recognize close parens.
4661 (smie-indent-keyword): Don't use smie-indent--column any more.
4662 (smie-indent-after-keyword): Ignore closers by default.
4663 (smie-indent-line): Use with-demoted-errors.
4664 * progmodes/octave-mod.el (octave-smie-grammar):
4665 Rename from octave-smie-op-levels.
4666 (octave-smie-rules): Adjust to new behavior.
4667 * progmodes/prolog.el (prolog-smie-grammar):
4668 Rename from prolog-smie-op-levels.
4669
26f097bf
GM
46702010-11-07 Glenn Morris <rgm@gnu.org>
4671
de3490e1
GM
4672 * eshell/esh-util.el (subst-char-in-string)
4673 (directory-files-and-attributes): These compatibility definitions are
4674 not needed on any version of Emacs since at least 21.4.
4675
3ba6b2ee
GM
4676 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4677 (verilog-get-end-of-line): Remove.
4678 (verilog-within-string, verilog-re-search-forward-substr)
4679 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4680 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4681 Use point-at-bol, point-at-eol.
4682 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4683 Remove.
4684 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4685 (electric-pascal-terminate-line, pascal-set-auto-comments)
4686 (pascal-indent-paramlist, pascal-indent-declaration)
4687 (pascal-get-lineup-indent, pascal-func-completion)
4688 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4689 Use point-at-bol, point-at-eol.
4690 * progmodes/flymake.el (flymake-line-beginning-position)
4691 (flymake-line-end-position): Remove.
4692 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4693 * eshell/esh-util.el (line-end-position, line-beginning-position):
4694 Remove compat definitions.
4695
76fc02b6
GM
4696 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4697 Use end-of-line N.
4698 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4699 Use line-end-position.
4700
e180ab9f
GM
4701 * emacs-lisp/chart.el (chart-zap-chars):
4702 * play/decipher.el (decipher-set-map):
4703 * progmodes/ada-mode.el (ada-get-current-indent)
4704 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4705 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4706 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4707 (ada-get-all-references):
4708 * progmodes/cperl-mode.el (cperl-electric-paren)
4709 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4710 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4711 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4712 (cperl-word-at-point-hard):
4713 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4714 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4715 (idlwave-shell-display-line):
4716 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4717 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4718 * progmodes/js.el (js--re-search-forward-inner)
4719 (js--re-search-backward-inner):
4720 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4721 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4722 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4723 * textmodes/flyspell.el (flyspell-process-localwords):
4724 * textmodes/ispell.el (ispell-buffer-local-parsing)
4725 (ispell-buffer-local-dict, ispell-buffer-local-words):
4726 Use point-at-bol and point-at-eol.
4727
26f097bf
GM
4728 * speedbar.el (speedbar-generic-item-info)
4729 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4730 (speedbar-add-indicator, speedbar-check-vc-this-line)
4731 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4732 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4733 Replace more uses of end-of-line etc with line-end-position.
4734
b05fde66
GM
47352010-11-06 Glenn Morris <rgm@gnu.org>
4736
5ed619e0
GM
4737 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4738 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4739 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4740 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4741 (texinfo-multiple-files-update):
4742 * textmodes/table.el (table--probe-cell-left-up)
4743 (table--probe-cell-right-bottom):
4744 * textmodes/picture.el (picture-tab-search):
4745 * textmodes/page-ext.el (pages-copy-header-and-position)
4746 (pages-directory-for-addresses):
4747 * progmodes/vera-mode.el (vera-get-offset):
4748 * progmodes/simula.el (simula-calculate-indent):
4749 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4750 * progmodes/prolog.el (end-of-prolog-clause):
4751 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4752 * progmodes/icon.el (indent-icon-exp):
4753 * progmodes/etags.el (tag-re-match-p):
4754 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4755 * progmodes/ebnf2ps.el (ebnf-begin-file):
4756 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4757 (dcl-save-local-variable):
4758 * play/life.el (life-setup):
4759 * play/gametree.el (gametree-looking-at-ply):
4760 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4761 * mail/sendmail.el (mail-mode-auto-fill):
4762 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4763 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4764 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4765 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4766 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4767 * type-break.el (type-break-file-keystroke-count):
4768 * term.el (term-replace-by-expanded-history-before-point)
4769 (term-skip-prompt, term-extract-string):
4770 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4771 (speedbar-contract-line, speedbar-toggle-line-expansion)
4772 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4773 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4774 * sort.el (sort-skip-fields):
4775 * skeleton.el (skeleton-internal-list):
4776 * simple.el (line-move-finish, line-move-to-column):
4777 * shell.el (shell-forward-command):
4778 * misc.el (copy-from-above-command):
4779 * makesum.el (double-column):
4780 * ebuff-menu.el (electric-buffer-update-highlight):
4781 * dired.el (dired-move-to-end-of-filename):
4782 * dframe.el (dframe-popup-kludge):
4783 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4784 * arc-mode.el (archive-get-lineno):
4785 Use line-end-position and line-beginning-position.
4786
e2a9c0bc
GM
4787 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4788 (idlwave-study-twins): Prefix dynamic local `class'.
4789 (idlwave-routine-twin-compare): Update for above name change.
4790
4e44448f
GM
4791 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4792 Use boundp tests to silence compiler. Update for changed name of
4793 bytecomp-filename variable.
4794
8f6c3eac
GM
4795 * emulation/viper-cmd.el (viper-read-string-with-history):
4796 Prefix dynamic local `initial'.
4797 (viper-minibuffer-standard-hook): Update for above name change.
4798
79d1dabe
GM
4799 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4800 (elint-init-form): Update for above name change.
4801
0e4bb7f0
GM
4802 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4803 local variables `cbeg' and `cend' a prefix.
4804 (mail-extr-voodoo): Update for above name change.
4805
c8f3bf36
GM
4806 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4807 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4808 (reftex-toc-promote-action): Doc fix.
4809
4810 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4811 `prompt', `data' a prefix.
4812 (reftex-select-post-command-hook, reftex-select-callback)
4813 (reftex-select-mouse-accept, reftex-select-read-cite):
4814 Update for above name changes.
4815
4816 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4817 `refstyle' to reftex-refstyle.
4818 (reftex-offer-label-menu): Update for above name change.
4819 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4820 `refstyle' name change.
4821
b05fde66
GM
4822 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4823 with with-current-buffer.
4824 (diff, template): Give dynamic local variables a prefix.
4825 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4826 (emerge-line-number-in-buf): Update for above name change.
4827 (emerge-combine-versions-internal): Rename local `template' to
4828 emerge-combine-template.
4829 (emerge-combine-versions-edit): Update for above name change.
4830
5d8f9169
RA
48312010-11-06 Ralf Angeli <angeli@caeruleus.net>
4832
4833 * textmodes/reftex-cite.el
4834 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4835 entries with whitespace after \bibitem.
4836 (reftex-create-bibtex-file): Match entries containing numbers and
4837 symbol constituents. Make sure that entries with whitespace at
4838 various places are found.
4839
f8aefe82
MA
48402010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4841
4842 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4843
e06918d2
JD
48442010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4845
4846 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4847
17fc58c9
GM
48482010-11-05 Glenn Morris <rgm@gnu.org>
4849
f7fe4837
GM
4850 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4851 (woman2-roff-buffer): Give local variable `request' a prefix.
4852 (woman0-macro): Rename argument `request' in the same way.
4853 (woman-request): New name for `request' dynamic variable.
4854 (woman-unquote, woman-forward-arg): Update for above name change.
4855 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4856 (woman1-unquote): New name for `unquote' dynamic variable.
4857 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4858 (woman-translations): Rename from `translations'. No longer global.
4859 (woman2-tr, woman-translate): Update for above name change.
4860 (woman-translate): Check for bound variable.
4861 (woman2-roff-buffer): Give local variable `translations' a prefix.
4862
869c4186
GM
4863 * play/doctor.el: Give all local variables a prefix. Update callers.
4864 (doc$, doctor-put-meaning): Use backquote.
4865
215461a8
GM
4866 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4867 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4868
17fc58c9
GM
4869 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4870 variables bytes, ptr, op a prefix.
4871 (disassemble-offset): Update for above change.
4872
015eea59
CY
48732010-11-03 Chong Yidong <cyd@stupidchicken.com>
4874
4875 * emacs-lisp/package.el (package-unpack): Remove no-op.
4876 (package--builtins, package--dir): Doc fix.
4877 (package-activate-1, package-activate, package-install)
4878 (package-compute-transaction): Fix error message.
4879 (package-delete): Use delete-directory. Omit system packages.
4880 (package-initialize): Set package-alist to nil first.
4881 (package-menu-mark-delete, package-menu-mark-install): Don't add
4882 symbols that are inconsistent with the package state.
4883 (package-menu-execute): Perform deletions and installations as
4884 single batch operations.
4885
033862d1
GM
48862010-11-03 Glenn Morris <rgm@gnu.org>
4887
0b03a950
GM
4888 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4889 (props): Remove unnecessary declaration.
4890
e337e22c
GM
4891 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4892 set-process-query-on-exit-flag.
4893
a88e24dd 4894 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4895 (reftex-toc-do-promote): Remove unused local `mpos'.
4896 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4897
537b04b9
GM
4898 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4899
52365e61
GM
4900 * play/landmark.el (lm-losing-threshold): Correct spelling.
4901 (lm-human-plays): Use new name.
4902
cd32f8a9
GM
4903 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4904 (gomoku-human-plays): Use new name.
4905
033862d1
GM
4906 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4907 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4908 (gomoku-score-trans-table, gomoku-winning-threshold)
4909 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4910
4b99edf2
CY
49112010-11-03 Chong Yidong <cyd@stupidchicken.com>
4912
4913 * emacs-lisp/package.el: Don't put built-in packages in
4914 package-alist, to avoid loading inefficiencies.
4915 (package-built-in-p): Make VERSION optional, and treat it as a
4916 minimum acceptable version.
6a7662bb
BR
4917 (package-activate): Search separately for built-in packages.
4918 Emit a warning if a dependency fails.
4b99edf2
CY
4919 (define-package): Handle most common case, where there is no
4920 obsolete package, first.
4921 (package-compute-transaction): Print required version in error.
4922 (package--initialized): New variable.
4923 (list-packages): Use it.
4924 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4925 built-in packages in packages-alist; keep it separate.
4926 Set package--initialized.
4b99edf2
CY
4927 (describe-package): Avoid activating packages as a side-effect.
4928 Search separately for built-in packages.
4929 (describe-package-1): Handle the case where an elpa package is
4930 simultaneously built-in and available/installed.
6a7662bb
BR
4931 (package-installed-p, package--generate-package-list):
4932 Search separately for built-in packages.
4b99edf2
CY
4933 (package-load-descriptor): Doc fix.
4934
3225dcaa
SM
49352010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4938 Handle __DATA__ and __END__.
4939
fa14dc18
NF
49402010-11-02 Noah Friedman <friedman@splode.com>
4941
4942 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4943 nil, do not ask to recompile files that are not already compiled,
4944 and do not recompile them.
4945
0f75c62a
CY
49462010-11-02 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * emacs-lisp/package.el (package-initialize): Ensure that
4949 obsoleted built-in packages are not in package-activated-list
4950 during activation.
4951 (describe-package-1): Make the "installed" status override
4952 "built-in".
4953
b29f5b7b
VJL
49542010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4955
4956 * subr.el (version-separator, version-regexp-alist): Remove '*'
4957 from docstring.
4958 (version-list-<=, version<=, version=): Doc fix.
4959
b18fad6d
KH
49602010-11-01 Kenichi Handa <handa@m17n.org>
4961
4962 * faces.el (glyphless-char): Inherit underline for tty.
4963
a8039db1 49642010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4965
4966 Implement various display methods for glyphless characters.
4967
4968 * international/characters.el (char-acronym-table): New variable.
4969 (glyphless-char-control): New variable.
35f52ed6 4970 (update-glyphless-char-display): New function.
b2cca856
KH
4971
4972 * faces.el (glyphless-char): New face.
4973
28886d5e
GM
49742010-11-01 Glenn Morris <rgm@gnu.org>
4975
919dd7aa
GM
4976 * calendar/holidays.el (general-holidays, oriental-holidays)
4977 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4978 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4979 the definitions of their targets.
4980
c79fc059
GM
4981 * emacs-lisp/smie.el (smie): New custom group.
4982 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4983
c8ccffb1
GM
4984 * faces.el (xw-defined-colors, x-setup-function-keys):
4985 * mouse-sel.el (x-select-text):
4986 * term/w32console.el (x-setup-function-keys): Update declarations.
4987
f4ff702e
GM
4988 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4989
806c491a
GM
4990 * textmodes/ispell.el (comment-add): Declare.
4991
c3dfebd1
GM
4992 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4993 Declare.
4994
28886d5e
GM
4995 * info.el (finder-keywords-hash, package-alist): Declare.
4996
693c9d15
CY
49972010-11-01 Chong Yidong <cyd@stupidchicken.com>
4998
4999 * finder.el (finder-compile-keywords): Don't use intern-soft,
5000 since package names may not yet exist in the obarray.
5001
50022010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5003
5004 * vc/vc-arch.el (vc-arch-checkin):
5005 * vc/vc-cvs.el (vc-cvs-checkin):
5006 * vc/vc-mtn.el (vc-mtn-checkin):
5007 * vc/vc-rcs.el (vc-rcs-checkin):
5008 * vc/vc-sccs.el (vc-sccs-checkin):
5009 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5010 since 2010-04-21 commit by Stefan Monnier.
5011
36967cf7
GM
50122010-11-01 Glenn Morris <rgm@gnu.org>
5013
feb5e60a
GM
5014 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5015
1f023ca9
GM
5016 * startup.el (package-enable-at-startup, package-initialize):
5017 Silence compiler.
5018
36967cf7
GM
5019 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5020 Silence compiler.
5021
430e7297
JD
50222010-10-31 Julien Danjou <julien@danjou.info>
5023
5024 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5025 (byte-recompile-directory):
5026 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5027 Use `byte-recompile-file'.
5028
c8c59954
GM
50292010-10-31 Glenn Morris <rgm@gnu.org>
5030
5031 * cus-start.el: Handle standard values via a keyword.
5032 Only set version property if specified.
5033 (cursor-in-non-selected-windows, menu-bar-mode)
5034 (tool-bar-mode, show-trailing-whitespace):
5035 Do not specify standard values.
5036 (transient-mark-mode, temporary-file-directory): Use :standard.
5037
04e63796
JD
50382010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5039
5040 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5041 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5042
2699a554 50432010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5044
5045 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5046 preserve owner and group when editing files. (Bug#7289)
5047
35fcc05c 50482010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5049
5050 * speedbar.el (speedbar-mode):
5051 * play/fortune.el (fortune-in-buffer, fortune):
5052 * play/gomoku.el (gomoku-mode):
5053 * play/landmark.el (lm-mode):
5054 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5055 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5056
82f7efc3
GM
5057 * select.el (x-selection): Mark it as an obsolete alias.
5058
2699a554 50592010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5060
f486841f 5061 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5062 major-mode (bug#7284).
5063
2699a554 50642010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5065
5066 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5067 rather than just an unused variable that inherits from the real one.
5068
e6ef5dd9
AM
50692010-10-31 Alan Mackenzie <acm@muc.de>
5070
5071 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5072 This fixes bug #7185.
5073
8a500a91
CY
50742010-10-30 Chong Yidong <cyd@stupidchicken.com>
5075
5076 * startup.el (command-line): Search for package directories, and
5077 don't load package.el if none are found.
5078
6a7662bb
BR
5079 * emacs-lisp/package.el (describe-package, list-packages):
5080 Call package-initialize if it has not been called yet.
8a500a91 5081
4f9e41e4
AM
50822010-10-30 Alan Mackenzie <acm@muc.de>
5083
5084 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5085 which fontifies the tail of an enum.
5086 (c-basic-matchers-after): Insert a call to the above new function.
5087 This fixes bug #7264.
5088
88f43c67
GM
50892010-10-30 Glenn Morris <rgm@gnu.org>
5090
5091 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5092 tool-bar-mode, transient-mark-mode. (Bug#7306)
5093 Include the :set property in the dumped Emacs.
5094
c4d17d50
SM
50952010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 SMIE: change indent rules format, improve smie-setup.
5098 * emacs-lisp/smie.el (smie-precs-precedence-table)
5099 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5100 Mark them pure so the tables gets built at compile time.
5101 (smie-bnf-precedence-table): Store the closer-alist in the table.
5102 (smie-prec2-levels): Preserve the closer-alist.
5103 (smie-blink-matching-open): Be more forgiving in case of indentation.
5104 (smie-hanging-p): Rename from smie-indent--hanging-p.
5105 (smie-bolp): Rename from smie-indent--bolp.
5106 (smie--parent, smie--after): New dynamic vars.
5107 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5108 (smie-indent-rules): Remove.
5109 (smie-indent--offset-rule): Remove fun.
5110 (smie-rules-function): New var.
5111 (smie-indent--rule): New fun.
5112 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5113 (smie-indent-exps): Use it.
5114 (smie-setup): Setup paren blinking; add keyword args for token
5115 functions; extract closer-alist from op-levels.
5116 (smie-indent-debug-log): Remove var.
5117 (smie-indent-debug): Remove fun.
5118 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5119 (prolog-smie-rules): New fun to replace it.
5120 (prolog-mode-variables): Simplify.
5121 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5122 it's setup automatically.
5123 (octave-smie-indent-rules): Remove.
5124 (octave-smie-rules): New fun to replace it.
5125 (octave-mode): Simplify.
5126
9d794026
GM
51272010-10-29 Glenn Morris <rgm@gnu.org>
5128
e088c02a
GM
5129 * files.el (temporary-file-directory): Remove (already defined in C).
5130 * cus-start.el: Add temporary-file-directory.
5131
9d794026
GM
5132 * abbrev.el (abbrev-mode):
5133 * composite.el (auto-composition-mode):
5134 * menu-bar.el (menu-bar-mode):
5135 * simple.el (transient-mark-mode):
5136 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5137 that they do not define the associated variables twice.
5138 * simple.el (transient-mark-mode): Remove defvar.
5139 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5140 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5141 Handle multiple groups, and also custom-delayed-init-variables.
5142 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5143
dcc029e0
SM
51442010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5147 (pcase-if): Add one minor optimization.
5148 (pcase-split-equal): Rename from pcase-split-eq.
5149 (pcase-split-member): Rename from pcase-split-memq.
5150 (pcase-u1): Add strings to the member optimization.
5151 Add `guard' variant of predicates.
5152 (pcase-q1): Add string patterns.
5153
a62b88d4
SM
51542010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5157
f41f19b0
GM
51582010-10-28 Glenn Morris <rgm@gnu.org>
5159
b3edb781
GM
5160 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5161 Move menu-bar related settings to ../menu-bar.el.
5162 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5163 Move ns-specific settings here from term/ns-win.el.
5164
f41f19b0
GM
5165 * simple.el (x-selection-owner-p): Remove unused declaration.
5166
6175cd08
SM
51672010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * minibuffer.el (completion-cycling): New var (bug#7266).
5170 (minibuffer-complete, completion--do-completion):
5171 Use completion--flush-all-sorted-completions.
5172 (minibuffer-complete): Only cycle if completion-cycling is set.
5173 (completion--flush-all-sorted-completions): Unset completion-cycling.
5174 (minibuffer-force-complete): Set completion-cycling.
5175 (completion-all-sorted-completions): Move declaration before first use.
5176
19677c71
LL
51772010-10-28 Leo <sdl.web@gmail.com>
5178
5179 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5180 which changes the order of matches seen by users (bug#7231).
5181
51822010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5183
5184 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5185 Don't confuse -omega as "-o mega".
5186
2122161f
SM
51872010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5188
ce8794df
SM
5189 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5190 (log-edit-author): New dynamic var.
5191 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5192 to return the author if different from committer.
5193 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5194
80cb310d
SM
5195 * play/landmark.el: Adjust commenting convention.
5196 (lm-nil-score): Rename from nil-score.
5197 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5198 (OOOOscore): Move into a let in lm-score-trans-table.
5199 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5200
2122161f
SM
5201 * electric.el (electric-indent-chars): Autoload.
5202 * progmodes/octave-mod.el (octave-mode):
5203 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5204 (ruby-mode-abbrev-table): Merge initialization and declaration.
5205
e925113b
GM
52062010-10-27 Glenn Morris <rgm@gnu.org>
5207
208d109c
GM
5208 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5209 variable.
5210
7d3e3843
GM
5211 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5212
e925113b
GM
5213 * term/ns-win.el: Restore require of cl when compiling.
5214 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5215 (ns-handle-nxopen): Optionally handle the temp-case.
5216 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5217 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5218
b94a5a43
GM
52192010-10-26 Glenn Morris <rgm@gnu.org>
5220
5221 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5222
fc3eda04
AR
52232010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5224
5225 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5226 global map.
5227 * term/common-win.el (x-setup-function-keys): Remove most of the
5228 keymappings. Comment on the remaining ones.
5229
c79b0b1c
PO
52302010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5231
c31dc2c0 5232 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5233 (server-start): Use server-port.
5234
725513b7
GM
52352010-10-26 Glenn Morris <rgm@gnu.org>
5236
d7d8c62a
GM
5237 * term/ns-win.el (ns-version-string): Remove unused declaration.
5238 (ns-invocation-args): Change to x-invocation-args.
5239 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5240 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5241 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5242 Use x-invocation-args instead of ns-invocation-args.
5243 (ns-initialize-window-system, handle-args-function-alist):
5244 Use x-handle-args instead of ns-handle-args.
5245 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5246 * startup.el (command-line-ns-option-alist): Replace
5247 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5248 ns-handle-iconic with the x- equivalents.
5249
725513b7
GM
5250 * term/common-win.el (x-select-enable-clipboard):
5251 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5252
5253 * term/ns-win.el: No need to require cl when compiling.
5254 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5255 (xw-defined-colors): Use the common-win definitions.
5256 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5257 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5258 * term/common-win.el (x-select-text, x-alternatives-map)
5259 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5260 * loadup.el [ns]: Load common-win.
5261
77ec02d8
DU
52622010-10-26 Daiki Ueno <ueno@unixuser.org>
5263
5264 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5265 recipients; expand mail aliases (Bug#7280).
77ec02d8 5266
6a5c2175
GM
52672010-10-25 Glenn Morris <rgm@gnu.org>
5268
59ba9d59
GM
5269 * term/common-win.el (x-handle-switch): Simplify with pop.
5270 Optionally handle numeric switches.
5271 (x-handle-numeric-switch): Just call x-handle-switch.
5272 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5273 (x-handle-name-switch, x-handle-display, x-handle-args):
5274 Simplify with pop.
5275
6a5c2175
GM
5276 * term/ns-win.el: Do not require easymenu.
5277 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5278 <spell>: Move adjustments to menu-bar.el.
5279 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5280 <separator-undo, spell>: Move ns-win's adjustments here.
5281 * loadup.el [ns]: Do not load easymenu.
5282
01898dc2
CY
52832010-10-24 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5286 Delete (Bug#7222).
01898dc2
CY
5287
5288 * startup.el (fancy-startup-tail): Instead of using inline images,
5289 refer to image files from etc/.
5290
5291 * wid-edit.el (checkbox): Likewise.
5292 (widget-image-find): Center image specs.
5293
a44d921f
GM
52942010-10-24 Glenn Morris <rgm@gnu.org>
5295
5296 * term/ns-win.el (x-select-text): Doc fix.
5297 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5298 (x-select-text): Move to term/common-win.
5299 * term/w32-win.el (xw-defined-colors): Move to common-win.
5300 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5301 (x-setup-function-keys, x-select-text): Move to common-win.
5302 * term/common-win.el (x-select-text, x-alternatives-map)
5303 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5304 definitions here.
5305
709228c0 53062010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5307
5308 * net/mairix.el (mairix-searches-mode-map):
5309 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5310
0c382083 53112010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5312
2b0c7330 5313 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5314 auto-built for efficiency of execution and updating.
5315 (verilog-extended-complete-re): Support 'pure' fucntion & task
5316 declarations (these have no bodies).
ca39416c
AH
5317 (verilog-beg-of-statement): General cleanup to enable support of
5318 'pure' fucntion & task declarations (these have no bodies).
5319 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5320 noticed by Steve Pearlmutter.
5321 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5322 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5323 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5324 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5325 attribute handling for lining up declarations and assignments.
5326 (verilog-beg-of-statement-1): Fix issue where continued declaration
5327 is indented differently if it is after a begin..end clock.
5328 (verilog-in-attribute-p, verilog-skip-backward-comments)
5329 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5330 attributes by indent code. Reported by Jeff Steele.
ca39416c 5331 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5332 (verilog-backward-up-list, verilog-in-struct-region-p)
5333 (verilog-backward-token, verilog-in-struct-p)
5334 (verilog-in-coverage-p, verilog-do-indent)
5335 (verilog-pretty-declarations): Use verilog-backward-up-list as
5336 wrapper around backward-up-list inorder to properly skip comments.
5337 Reported by David Rogoff.
5338 (verilog-property-re, verilog-endcomment-reason-re)
5339 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5340 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5341 of if). Reported by Max Bjurling and
a03c2342 5342 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5343 declaration. Reported by Brian Hunter.
a03c2342 5344
0c382083 53452010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5346
2b0c7330 5347 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5348 (verilog-gate-keywords, verilog-read-sub-decls)
5349 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5350 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5351 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5352 (verilog-read-decls): Fix spaces in V2K module parameters causing
5353 mis-identification as interfaces, bug287.
5354 (verilog-read-decls): Fix not treating "parameter string" as a
5355 parameter in AUTOINSTPARAM.
5356 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5357 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5358 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5359 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5360 (verilog-font-lock-keywords-2): Fix highlighting of single
5361 character pins, bug264. Reported by Michael Laajanen.
5362 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5363 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5364 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5365 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5366 (verilog-pretty-expr): Fix interactive arguments, bug272.
5367 Reported by Mark Johnson.
5368 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5369 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5370 bug269. Suggested by Gary Delp.
a03c2342 5371 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5372 (verilog-preprocessor, verilog-set-compile-command):
5373 Create verilog-preprocess and verilog-preprocessor to show
5374 preprocessed output.
a03c2342
WS
5375 (verilog-get-beg-of-line, verilog-get-end-of-line)
5376 (verilog-modi-file-or-buffer, verilog-modi-name)
5377 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5378 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5379 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5380 (verilog-colorize-region, verilog-highlight-buffer)
5381 (verilog-highlight-includes, verilog-highlight-modules)
5382 (verilog-highlight-region, verilog-mode): Rename colorize to
5383 highlight to match other packages. Disable module highlighting,
5384 as received speed complaints, reenable for experimentation only
5385 using new verilog-highlight-modules.
5386 (verilog-read-decls): Fix regexp stack overflow in very large
5387 AUTO_TEMPLATEs, bug250.
5388 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5389 (verilog-scan): Create verilog-save-buffer-state to standardize
5390 making insignificant changes that shouldn't call hooks.
5391 (verilog-save-no-change-functions, verilog-save-scan-cache)
5392 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5393 Create verilog-save-no-change-functions to wrap verilog-scan
5394 preservation, and fix to work with nested preserved calls.
5395 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5396 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5397 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5398 (verilog-submit-bug-report): Update variable list to be complete.
5399 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5400 breaking on-the-fly font-locking.
5401 (verilog-colorize-buffer, verilog-colorize-include-files)
5402 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5403 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5404 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5405 AUTOINST cell instance name, middle mouse button now finds-file on
5406 it. Suggested by Brad Dobbie.
5407 (verilog-alw-get-temps, verilog-auto-reset)
5408 (verilog-auto-sense-sigs, verilog-read-always-signals)
5409 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5410 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5411 initialization section of a for() should be ignored.
5412 Reported by Dan Dever.
a03c2342
WS
5413 (verilog-error-font-lock-keywords)
5414 (verilog-error-regexp-emacs-alist)
5415 (verilog-error-regexp-xemacs-alist): Fix error detection of
5416 Cadence HAL, reported by David Asher. Repair drift between the
5417 three similar error variables.
5418 (verilog-modi-lookup, verilog-modi-lookup-cache)
5419 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5420 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5421 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5422 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5423 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5424 "{1*2{...". Broke in last revision.
5425 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5426 submodule connections with replications "{#{a},#{b}}".
5427
0c382083
CY
54282010-10-24 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5431 Fix typo in docstring.
5432
54332010-10-24 Kenichi Handa <handa@m17n.org>
5434
5435 * face-remap.el (text-scale-adjust): Call read-event with a proper
5436 prompt.
5437
54382010-10-24 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * emacs-lisp/unsafep.el: Don't mark functions that display
5441 messages as safe. Suggested by Johan Bockgård.
5442
54432010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5444
5445 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5446 Turn comments into docstrings.
5447
5448 * minibuffer.el (completion--replace): Move point where it belongs
5449 when there's a common suffix (bug#7215).
5450
9317e499
CY
54512010-10-24 Chong Yidong <cyd@stupidchicken.com>
5452
5453 Merge read-color and facemenu-read-color (Bug#7242).
5454
5455 * faces.el (read-color): Use the completion code from
5456 facemenu-read-color. Require match in completion. Doc fix.
5457
5458 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5459 (facemenu-set-foreground, facemenu-set-background):
5460 Use read-color.
9317e499
CY
5461
5462 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5463 (set-cursor-color, set-mouse-color, set-border-color):
5464 Use read-color.
9317e499 5465
a44d921f 54662010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5467
5468 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5469 argument of delete-file and delete-directory (Bug#7011).
5470
43207249
CY
54712010-10-24 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5474 button-buffer-map.
5475
484db896 54762010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5477
5478 * emacs-lisp/package.el (package--generate-package-list): Make the
5479 *Packages* buffer read-only.
5480
10f5e3e6
AM
54812010-10-24 Alan Mackenzie <acm@muc.de>
5482
5483 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5484 result of `c-beginning-of-decl-1' between invocations of a lambda
5485 function (Bug #7265).
5486
3ec6ca72
DU
54872010-10-24 Daiki Ueno <ueno@unixuser.org>
5488
5489 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5490 executable is not available on the system (Bug#7268).
5491
ec514007
GM
54922010-10-24 Glenn Morris <rgm@gnu.org>
5493
f5f25615
GM
5494 * select.el (selection-coding-system, next-selection-coding-system):
5495 Sync doc with C versions.
3646b86d 5496
8aa0f263
GM
5497 * w32-vars.el (x-select-enable-clipboard):
5498 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5499 * term/common-win.el (x-select-enable-clipboard): Move here.
5500
46710489
GM
5501 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5502 definition of C variable.
5503
ec514007
GM
5504 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5505 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5506 Don't redefine things that are defined in C.
5507 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5508 (show-trailing-whitespace, auto-hscroll-mode)
5509 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5510 Set up the appropriate custom properties.
5511
8a79905d
CY
55122010-10-24 Chong Yidong <cyd@stupidchicken.com>
5513
5514 Bind "C-c ]" to ...
5515 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5516 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5517 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5518 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5519
aa02a29f
GM
55202010-10-23 Glenn Morris <rgm@gnu.org>
5521
7dfc15df
GM
5522 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5523 say what it was.
5524
66c6abf0
GM
5525 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5526 Sync docs with C version.
f3d87560 5527
3193e969
GM
5528 * term/ns-win.el (xw-defined-colors):
5529 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5530
6f748f70
GM
5531 * term/pc-win.el (x-select-enable-clipboard):
5532 * term/x-win.el (x-select-enable-clipboard):
5533 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5534
7aa93795
GM
5535 * comint.el (comint-password-prompt-regexp): Make it less vague.
5536 Bump version.
5537
17284e30
GM
5538 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5539
aa02a29f
GM
5540 * help.el (finder-by-keyword): Remove unnecessary autoload.
5541
69b55131
GM
55422010-10-22 Glenn Morris <rgm@gnu.org>
5543
9a0dd02d
GM
5544 * loadup.el: Unconditionally load float-sup.
5545 * paren.el (show-paren-delay):
5546 * emacs-lisp/float-sup.el:
5547 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5548 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5549 (lazy-lock-stealth-verbose): Assume float support.
5550 * ps-print.el: Assume float support on Emacs.
5551 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5552 Remove non-float branch.
5553
69b55131
GM
5554 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5555 src/Makefile no longer being pre-processed.
5556
7c23d9e8
SM
55572010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5558
5559 * emacs-lisp/find-func.el (find-library): Use test-completion.
5560
23737b4a
LMI
55612010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5562
7c23d9e8 5563 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5564
6e060cee 55652010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5566
5567 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5568 space in stat format string.
5569 (tramp-send-command): Unset $PS1 when using here documents, in
5570 order not to get several prompts.
5571 (tramp-get-inline-coding): Return `nil' in case of errors.
5572
08ffb131
DU
55732010-10-21 Daiki Ueno <ueno@unixuser.org>
5574
7c23d9e8
SM
5575 * hexl.el (hexl-mode, hexl-mode-exit):
5576 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5577 (hexl-revert-buffer-function): New function.
5578 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5579
ba7fdf30
AM
55802010-10-19 Alan Mackenzie <acm@muc.de>
5581
7c23d9e8
SM
5582 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5583 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5584 that these keywords aren't wrongly matched as identifiers.
5585
ba7fdf30
AM
5586 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5587 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5588 c-after-change. (Bug#7181)
ba7fdf30 5589
7fd8732d
CY
55902010-10-19 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5593 Don't mark as safe.
5594
5595 * custom.el (custom-theme-set-variables): Likewise.
5596 (load-theme): Add custom-theme-set-faces and
5597 custom-theme-set-variables to safe-functions while loading.
5598 (custom-enabled-themes): Mark as risky.
5599
3f12b18c
JD
56002010-10-18 Julien Danjou <julien@danjou.info>
5601
5602 * bindings.el: Remove end dashes in default mode-line-format.
5603
b8a47412
CY
56042010-10-19 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5607 to delete-forward-char.
5608
5609 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5610 deletechar, and hence delete-forward-char.
5611
ca3fa302
JB
56122010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5613
5614 * repeat.el (repeat): Use read-key (bug#6256).
5615
56162010-10-19 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * emacs-lisp/unsafep.el: Don't mark functions that display
5619 messages as safe. Suggested by Johan Bockgård.
5620
56212010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * minibuffer.el (completion--replace): Move point where it belongs
5624 when there's a common suffix (bug#7215).
5625
56262010-10-19 Kenichi Handa <handa@m17n.org>
5627
5628 * international/characters.el: Add category '|' (word breakable)
5629 to fullwidth characters.
5630
3224b54d
MA
56312010-10-19 Michael Albinus <michael.albinus@gmx.de>
5632
5633 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5634 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5635 order to make stat results a float. Patch by Andreas Schwab
5636 <schwab@linux-m68k.org>.
5637
36ba6f07
JD
56382010-10-18 Julien Danjou <julien@danjou.info>
5639
5640 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5641 hidden by `make-pointer-invisible'.
5642
43f964fc
SM
56432010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * files.el (locate-file-completion-table): Strip non-matching elements
5646 before checking length of list (bug#7238).
5647
e48eb343
CY
56482010-10-18 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * custom.el (custom-theme-set-variables): Mark as a safe function.
5651 (load-theme): Check forms using unsafep.
5652
5653 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5654
df987d70
AM
56552010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5656
43f964fc
SM
5657 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5658 Fix aspell data file searching (bug#7230).
df987d70 5659
29a4c45b
CY
56602010-10-16 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * cus-theme.el (custom-theme--migrate-settings): New var.
5663 (customize-create-theme): Allow editing the `user' theme.
5664 (custom-theme-add-variable, custom-theme-add-var-1)
5665 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5666 to the front of each variable or face widget.
5667 (custom-theme-write): Save theme settings in the correct order.
5668 Optionally, remove saved settings from user customizations.
43f964fc
SM
5669 (custom-theme-write-variables, custom-theme-write-faces):
5670 Save only the checked widgets.
29a4c45b
CY
5671 (customize-themes): Add a link for migrating custom settings.
5672
43f964fc
SM
5673 * custom.el (custom-declare-theme, provide-theme):
5674 Use custom-theme-name-valid-p.
29a4c45b
CY
5675 (custom-theme-name-valid-p): Remove checks that are now
5676 unnecessary since themes no longer obey load-path.
5677
5678 * cus-edit.el (custom-variable-value-create): For the simple
5679 style, hide documentation string when hidden.
5680
782b5e8d
CY
56812010-10-16 Chong Yidong <cyd@stupidchicken.com>
5682
647bc502
CY
5683 * cus-edit.el (custom-variable, custom-face): Combine the
5684 :inhibit-magic and :display-style properties into a single
5685 :custom-style property.
43f964fc
SM
5686 (custom-toggle-hide-variable, custom-toggle-hide-face):
5687 New functions. If hiding an edited value, save it to :shown-value.
5688 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5689 (custom-magic-reset): Allow magic property to be unset.
5690
782b5e8d
CY
5691 * custom.el: Custom themes no longer use load-path.
5692 (custom-theme-load-path): New option. Change built-in theme
5693 directory to etc/.
5694 (custom-enabled-themes): Add custom-theme-load-path dependency.
5695 (custom-theme--load-path): New function.
5696 (load-theme, custom-available-themes): Use it.
5697
5698 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5699 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5700 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5701 :custom-style property.
782b5e8d
CY
5702
5703 * themes/*.el: Moved to etc/.
5704
99f65cfa
RA
57052010-10-16 Ralf Angeli <angeli@caeruleus.net>
5706
5707 * textmodes/reftex-cite.el
5708 (reftex-extract-bib-entries-from-thebibliography): Do not move
5709 point when searching for \bibitem entries. Match entries with
5710 spaces or tabs in front of arguments.
5711
da16abfc
CY
57122010-10-16 Chong Yidong <cyd@stupidchicken.com>
5713
5714 * cus-theme.el (customize-create-theme): Delete overlays after
5715 erasing. If given a THEME arg, display only the faces of that arg
5716 instead of custom-theme--listed-faces.
5717 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5718 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5719 (custom-theme-add-variable, custom-theme-add-face): Apply value
5720 from the theme settings, instead of the current value.
5721 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5722 (custom-theme-visit-theme): Allow calling outside theme buffers.
5723 (custom-theme-merge-theme): Don't enable the theme when merging.
5724 (custom-theme-write-variables, custom-theme-write-faces): Use the
5725 :shown-value properties to save buffer values, not global ones.
5726 (customize-themes): Display a warning about user customizations.
5727
5728 * cus-edit.el (custom-variable-value-create)
5729 (custom-face-value-create): Obey new special properties
5730 :shown-value and :inhibit-magic.
5731
aa095b2d
MA
57322010-10-15 Michael Albinus <michael.albinus@gmx.de>
5733
5734 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5735 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5736 <dale@codefu.org>.
aa095b2d 5737
7ca9cfda
KH
57382010-10-14 Kenichi Handa <handa@m17n.org>
5739
9650fc61
KH
5740 * mail/rmail.el (rmail-show-message-1): Catch an error of
5741 base64-decode-region and just show an error message (bug#7165).
5742
43f964fc 5743 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5744 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5745 a font-spec (bug#7197).
5746
220d91b8 57472010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5748
5749 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5750
220d91b8 57512010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5752
c0943d3d
JB
5753 * international/mule.el (define-coding-system):
5754 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5755 * composite.el (compose-region): Fix typo in docstring.
5756
4983ddea
CY
57572010-10-14 Chong Yidong <cyd@stupidchicken.com>
5758
de43f11b
CY
5759 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5760 only after checking the theme-face property.
5761
4983ddea
CY
5762 * faces.el (face-spec-reset-face): Reset all attributes in one
5763 single call to set-face-attribute.
5764 (face-spec-match-p): Make it a defsubst.
5765 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5766 (x-create-frame-with-faces, tty-create-frame-with-faces)
5767 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5768 frame-set-background-mode, since they are recomputed immediately
5769 afterwards in face-set-after-frame-default.
5770 (face-set-after-frame-default): Minor optimization.
5771 (cursor): Provide non-trivial defface spec.
5772
5773 * custom.el (custom-theme-recalc-face): Simplify.
5774
a974dcf2
JB
57752010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5776
43f964fc 5777 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5778 (math-is-polynomial, math-is-poly-rec): Replace `var'
5779 with `math-var'.
5780
43f964fc 5781 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5782 (calcFunc-table, math-scan-for-limits): Replace `var'
5783 with `math-var'.
5784
10e4702a
GM
57852010-10-13 Glenn Morris <rgm@gnu.org>
5786
5787 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5788
88f427d5
SB
57892010-10-13 Stephen Berman <stephen.berman@gmx.net>
5790
5791 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5792
a1d16a7b
G
57932010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5794
5795 * net/tls.el (tls-program): Remove spurious %s from openssl.
5796 (tls-starttls-switches): Remove starttls hack.
5797 (open-tls-stream): Ditto.
5798 (tls-find-starttls-argument): Ditto.
5799
2e288d54
JB
58002010-10-13 Juanma Barranquero <lekktu@gmail.com>
5801
5802 * image.el (image-library-alist): Declare as obsolete alias.
5803 (image-type-available-p): Use `dynamic-library-alist'.
5804
5805 * term/w32-win.el (dynamic-library-alist):
5806 Use instead of `image-library-alist'.
5807
35744400
IS
58082010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5809
5810 * subr.el (last): Make it faster. (Bug#7174)
5811
290fe464
RO
58122010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5813
5814 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5815
2919746c
CY
58162010-10-12 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5819 (describe-theme-1): Extract doc from unloaded themes.
5820
5821 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5822
5823 * themes/tango-theme.el:
5824 * themes/tango-dark-theme.el:
5825 * themes/wheatgrass-theme.el: New files.
5826
6b09b5d1
CY
58272010-10-12 Chong Yidong <cyd@stupidchicken.com>
5828
5829 * cus-theme.el (describe-theme, customize-themes)
5830 (custom-theme-save): New commands.
5831 (custom-new-theme-mode-map): Bind C-x C-s.
5832 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5833 (customize-create-theme): New optional arg THEME.
5834 (custom-theme-revert): Use it.
5835 (custom-theme-visit-theme): Remove dead code.
5836 (custom-theme-merge-theme): Use custom-available-themes.
5837 (custom-theme-write): Make interactive.
5838 (custom-theme-write): Use custom-theme-name-valid-p.
5839 (describe-theme-1, custom-theme-choose-revert)
5840 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5841 New funs.
5842 (custom-theme-allow-multiple-selections): New option.
5843 (custom-theme-choose-mode): New major mode.
5844
43f964fc
SM
5845 * custom.el (custom-theme-set-variables): Remove dead code.
5846 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5847 (custom--inhibit-theme-enable): New var.
5848 (provide-theme): Obey it.
5849 (load-theme): Replace load with manual read/eval, in order to
5850 check for correctness. Use custom-theme-name-valid-p.
5851 (custom-theme-name-valid-p): New function.
5852 (custom-available-themes): Use it.
5853
5854 * cus-edit.el (custom--initialize-widget-variables): New function.
5855 (Custom-mode): Use it.
5856
43f964fc
SM
5857 * cus-face.el (custom-theme-set-faces): Remove dead code.
5858 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5859
5860 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5861
16366259
JB
58622010-10-12 Juanma Barranquero <lekktu@gmail.com>
5863
cb7d821e 5864 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5865
4c14013d 58662010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5867
4c14013d
JB
5868 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5869 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5870 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5871
5872 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5873
4c14013d 58742010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5875
5876 * emacs-lisp/lisp.el (lisp-completion-at-point):
5877 Use emacs-lisp-mode-syntax-table for the whole function.
5878
4c14013d 58792010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5880
5881 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5882 instead of font-lock-mode before adding keywords.
5883 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5884 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5885 non-nil; removed hook inhibit hack.
5886
4c14013d 58872010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5888
d15f9a2b
GM
5889 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5890 (load-path-shadows-find): ... to this.
5891 (list-load-path-shadows): Update for above change.
5892
c7d6d8a1
GM
5893 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5894
f0b7f5a8
KY
58952010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5896
5897 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5898 Fix comment for declare-function.
5899
05d22d02
CY
59002010-10-11 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * custom.el (custom-fix-face-spec): New function; code moved from
5903 custom-face-edit-fix-value.
5904 (custom-push-theme): Use it when checking if a face has been
5905 changed outside customize.
5906 (custom-available-themes): New function.
5907 (load-theme): Use it.
5908
43f964fc 5909 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5910
5911 * custom.el (custom-push-theme): Cleanup (use cond).
5912 (disable-theme): Recompute the saved-face property.
5913 (custom-theme-recalc-face): Follow face alias before setting prop.
5914
43f964fc
SM
5915 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5916 New variables, containing checkbox images.
05d22d02
CY
5917
5918 * startup.el (fancy-startup-tail):
5919 * wid-edit.el (checkbox): Use them.
5920
293e7c22
DN
59212010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5922
a0310a6c
DN
5923 * shell.el (shell-mode-map):
5924 * progmodes/modula2.el (m2-mode-map):
5925 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5926 * play/mpuz.el (mpuz-mode-map):
5927 * play/landmark.el (lm-mode-map):
5928 * play/decipher.el (decipher-mode-map):
5929 * play/5x5.el (5x5-mode-map):
5930 * net/telnet.el (telnet-mode-map):
5931 * net/quickurl.el (quickurl-list-mode-map):
5932 * net/mairix.el (mairix-searches-mode-map):
5933 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5934 * net/dig.el (dig-mode-map):
5935 * mail/mspools.el (mspools-mode-map):
5936 * hexl.el (hexl-mode-map):
5937 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5938 (wordstar-C-o-map, wordstar-C-q-map):
5939 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5940 * emacs-lisp/chart.el (chart-map):
5941 * edmacro.el (edmacro-mode-map):
5942 * erc/erc-list.el (erc-list-menu-mode-map):
5943 * array.el (array-mode-map): Declare and define in one step.
5944
293e7c22
DN
5945 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5946
446b12da
DU
59472010-10-10 Daiki Ueno <ueno@unixuser.org>
5948
5949 * epa.el (epa-passphrase-callback-function): Display filename
5950 passed as the 3rd arg.
43f964fc
SM
5951 * epa-file.el (epa-file-passphrase-callback-function):
5952 Pass filename to epa-passphrase-callback-function.
446b12da 5953
76c16af8
CY
59542010-10-09 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * cus-edit.el (custom-face-widget-to-spec)
5957 (custom-face-get-current-spec, custom-face-state): New functions.
5958 (custom-face-set, custom-face-mark-to-save)
5959 (custom-face-value-create, custom-face-state-set): Use them.
5960
5961 * cus-theme.el (custom-theme--listed-faces): New var.
5962 (customize-create-theme): Use *Custom Theme* as the buffer name.
5963 Set revert-buffer-function. Optional arg BUFFER. Insert all
5964 faces listed in custom-theme--listed-faces.
5965 (custom-theme-revert): New function.
5966 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5967 bottom of the list.
5968 (custom-theme-write): Prompt for theme name if empty.
5969 (custom-theme-write-variables): Use dolist.
5970 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5971
e15f8aaa
AM
59722010-10-09 Alan Mackenzie <acm@muc.de>
5973
5974 Enhance fontification of declarators to take account of the
5975 presence/absence of "typedef".
5976
5977 * cc-engine.el (c-forward-type): New &optional param
5978 "brace-block-too".
5979 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5980 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5981
5982 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5983 fontification of declarators which follow a "}".
5984 (c-font-lock-declarations): Fontify declarators according to the
5985 presence/absence of "typedef".
5986
5987 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5988 for "typedef".
5989 (c-typedef-decl-key): New lang variable built from
5990 c-typedef-decl-kwds.
5991
cf321e50
LMI
59922010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5993
77aec221
LMI
5994 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5995 since that's too annoying. Move the filter groups commands to
5996 TAB/backtab.
5997
7450df5d
LMI
5998 * epa.el (epa-passphrase-callback-function): Say what we're
5999 querying the password for.
6000
cf321e50 6001 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6002 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6003
587faadd
CY
60042010-10-08 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6007 (custom-magic-value-create): Pad button tags with spaces.
6008 (custom-face-edit): New variable.
6009 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6010 face editor here, instead of using custom-face-selected.
6011 Pass face defaults to custom-face-edit widget.
587faadd
CY
6012 (custom-face-selected, custom-display-unselected): Delete widgets.
6013 (custom-display-unselected-match): Function removed.
43f964fc
SM
6014 (custom-face-set, custom-face-mark-to-save):
6015 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6016
6017 * wid-edit.el (widget--completing-widget): New var.
6018 (widget-default-complete): Bind it when doing completion.
6019 (widget-string-complete, widget-file-complete): Use it.
6020
a1ab97d0
GM
60212010-10-09 Glenn Morris <rgm@gnu.org>
6022
85d50db7
GM
6023 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6024 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6025 (holiday-hebrew-misc): Small simplifications.
6026
3fb78d1f
GM
6027 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6028
a1ab97d0
GM
6029 * net/browse-url.el: Don't require thingatpt, term, dired,
6030 executable, or w3-auto when compiling.
6031 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6032 Declare.
6033 (browse-url-text-emacs): Require term.
6034
2187e5bb
AS
60352010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6036
6037 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6038
e5d49589
GM
60392010-10-08 Glenn Morris <rgm@gnu.org>
6040
5823f53f
GM
6041 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6042
e5d49589
GM
6043 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6044 (shadows-compare-text-p): Make it an obsolete alias for...
6045 (load-path-shadows-compare-text): ... new name.
6046 (find-emacs-lisp-shadows): Update for above name change.
6047 (load-path-shadows-same-file-or-nonexistent): New name for the old
6048 shadow-same-file-or-nonexistent.
6049
4628bef1 60502010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6051
6052 * minibuffer.el (completion--some, completion--do-completion)
6053 (minibuffer-complete-and-exit, minibuffer-completion-help)
6054 (completion-basic-try-completion)
6055 (completion-basic-all-completions)
6056 (completion-pcm--find-all-completions): Use lexical-let to
6057 avoid some false matches in variable completion (Bug#7056)
6058
4628bef1 60592010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6060
6061 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6062
4628bef1 60632010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6064
6065 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6066 return non-nil if the file exists (Bug#7090).
6067
4628bef1 60682010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6069
6070 * minibuffer.el (completion--replace):
6071 Better preserve markers (bug#7138).
6072
4628bef1 60732010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6074
6075 * server.el (server-process-filter): Doc fix.
6076
4628bef1 60772010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6078
6079 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6080
e4adf61e
GM
60812010-10-08 Glenn Morris <rgm@gnu.org>
6082
24ac444f
GM
6083 * vc/ediff-wind.el (ediff-setup-control-frame):
6084 * vc/ediff-ptch.el (ediff-default-backup-extension):
6085 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6086 (ediff-exec-process): Remove system-types emx, windows-95.
6087
e4adf61e
GM
6088 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6089
61328d7c
CY
60902010-10-07 Chong Yidong <cyd@stupidchicken.com>
6091
6092 * cus-edit.el (custom-variable, custom-face): Doc fix.
6093 (custom-face-edit): Add value-create attribute.
6094 (custom-face-edit-value-create)
43f964fc
SM
6095 (custom-face-edit-value-visibility-action): New functions.
6096 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6097 (custom-face-edit-deactivate): Show empty values with shadow face.
6098 (custom-face-selected): Only use this for face specs with default
6099 attributes.
6100 (custom-face-value-create): Cleanup.
6101
6102 * wid-edit.el (widget-checklist-value-create): Use dolist.
6103 (widget-checklist-match-find): Make second arg optional.
6104
ac44263a
GM
61052010-10-07 Glenn Morris <rgm@gnu.org>
6106
849b02b4
GM
6107 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6108 Prefix things.
6109
ac44263a
GM
6110 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6111 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6112 load-path-shadows-mode, update references.
06d9ef85
GM
6113 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6114 Rename variable and button.
6115 (list-load-path-shadows): Update button caller.
ac44263a 6116
29c72a6e
SM
61172010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6118
6119 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6120 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6121 (smie-merge-prec2s): Handle those new entries.
6122 (smie-prec2-levels): Only set precedence to nil for actual
6123 openers/closers.
6124 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6125 that is now unnecessary.
6126
775f75bc 61272010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6128
6129 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6130
7e1e2a6e
GM
61312010-10-07 Glenn Morris <rgm@gnu.org>
6132
58d1ac6d
GM
6133 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6134 (mail-position-on-field): Remove declarations.
6135 (mail-position-on-field): Autoload it.
6136 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6137 and mail-header-end. Don't require sendmail.
6138
7b9235ad
GM
6139 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6140 (shadow-mode): New mode.
6141 (shadow-find-file): New button.
6142 (list-load-path-shadows): Use shadow-mode and buttons.
6143
52da2182
GM
6144 * iimage.el (iimage-version): Remove.
6145 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6146 Turn into defcustoms.
6147 (iimage-mode-map): Give it a doc string.
6148
7e1e2a6e
GM
6149 * calendar/appt.el (appt-activate): Give a warning rather than an error
6150 if there is no diary-file.
6151
e44eccd7
MA
61522010-10-06 Michael Albinus <michael.albinus@gmx.de>
6153
29c72a6e
SM
6154 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6155 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6156
4583e796
GM
61572010-10-06 Glenn Morris <rgm@gnu.org>
6158
6aecca99
GM
6159 * font-core.el (font-lock-defaults-alist): Remove variable.
6160 (font-lock-mode): Doc fix.
6161 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6162 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6163 (font-lock-set-defaults): Doc fix.
6164 Do not consult font-lock-defaults-alist.
6165
645a6257
GM
6166 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6167
4583e796
GM
6168 * emacs-lisp/cl.el: No longer provide cl-19.
6169
bd8fadca
MA
61702010-10-05 Michael Albinus <michael.albinus@gmx.de>
6171
6172 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6173 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6174 New defuns, taken from tramp-smb.el.
6175 (tramp-coding-system-change-eol-conversion)
43f964fc 6176 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6177
43f964fc 6178 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6179 (tramp-compat-coding-system-change-eol-conversion)
6180 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6181 from tramp.el.
6182
6183 * net/tramp-gvfs.el:
6184 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6185 by `tramp-compat-set-process-query-on-exit-flag'.
6186
43f964fc
SM
6187 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6188 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6189 `tramp-handle-file-exists-p' and
6190 `tramp-handle-file-newer-than-file-p'.
6191 (tramp-imap-handle-file-exists-p)
6192 (tramp-imap-handle-file-executable-p)
6193 (tramp-imap-handle-file-readable-p)
6194 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6195 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6196
6197 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6198 by `tramp-compat-set-process-query-on-exit-flag' and
6199 `tramp-coding-system-change-eol-conversion' by
6200 `tramp-compat-coding-system-change-eol-conversion'.
6201
43f964fc
SM
6202 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6203 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6204 `tramp-handle-file-exists-p' and
6205 `tramp-handle-file-newer-than-file-p'.
6206 (tramp-smb-handle-directory-files-and-attributes)
6207 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6208 (tramp-smb-handle-file-newer-than-file-p): Remove.
6209 (tramp-smb-maybe-open-connection):
6210 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6211 `tramp-compat-set-process-query-on-exit-flag'.
6212
726c5357
GM
62132010-10-05 Glenn Morris <rgm@gnu.org>
6214
6215 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6216
4a93e698
MA
62172010-10-04 Michael Albinus <michael.albinus@gmx.de>
6218
6219 Continue reorganization of load dependencies. (Bug#7156)
6220
6221 * net/tramp.el (tramp-handle-file-local-copy-hook)
6222 (tramp-delete-temp-file-function): Move down.
6223 (tramp-exists-file-name-handler): Move up.
6224 (tramp-register-file-name-handlers): Simplify autoload.
6225 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6226 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6227 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6228 (tramp-handle-file-name-completion)
6229 (tramp-handle-file-name-directory)
6230 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6231 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6232 (tramp-handle-find-backup-file-name)
6233 (tramp-handle-insert-file-contents, tramp-handle-load)
6234 (tramp-handle-substitute-in-file-name)
6235 (tramp-handle-unhandled-file-name-directory)
6236 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6237 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6238
6239 * net/tramp-gvfs.el (top):
6240 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6241
6242 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6243 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6244
b4593555
GM
62452010-10-04 Glenn Morris <rgm@gnu.org>
6246
6247 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6248 (appt-activate): Give status messages.
6249
8762aa10
TZ
62502010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6251
6252 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6253 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6254 `gnutls-negotiate' (formerly `starttls-negotiate').
6255 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6256
82fb8701
DN
62572010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6258
6259 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6260 log-outgoing commands.
6261 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6262 to create a buffer local revert-buffer-function variable.
6263 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6264 revert-buffer-function lambda.
6265
c1ae068b
LMI
62662010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6267
6268 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6269 `gnutls-boot'. Make TYPE the only required parameter.
6270 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6271 (open-ssl-stream): Use it.
6272
67141a37
GM
62732010-10-03 Glenn Morris <rgm@gnu.org>
6274
77f38949
GM
6275 * subr.el (directory-sep-char): Remove obsolete variable.
6276 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6277 it is "necessary".
6278
67141a37
GM
6279 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6280 * vc/vc.el (vc-static-header-alist): Doc fix.
6281 * vc/vc-cvs.el (vc-cvs-header):
6282 * vc/vc-rcs.el (vc-rcs-header):
6283 * vc/vc-sccs.el (vc-sccs-header):
6284 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6285 * obsolete/vc-mcvs.el (vc-mcvs-header):
6286 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6287 on XEmacs.
6288
96bcef2e
CY
62892010-10-03 Chong Yidong <cyd@stupidchicken.com>
6290
43f964fc
SM
6291 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6292 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6293
ef47f179
GM
62942010-10-03 Glenn Morris <rgm@gnu.org>
6295
01c35094 6296 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6297
aee3c6f7
GM
6298 * textmodes/rst.el (rst-font-lock-keywords-function):
6299 Drop Emacs 20 code.
6300
f88cd114
GM
6301 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6302
6abfe35f
GM
6303 * printing.el: Drop Emacs 20 code.
6304
59e31cfa
GM
6305 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6306 without having used appt.el already).
6307
922ad43e
GM
6308 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6309 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6310 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6311 XEmacs.
6312 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6313 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6314
ef47f179
GM
6315 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6316 (charset-width, find-charset-region, chars-in-region, forward-point)
6317 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6318 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6319 Remove compatibility cruft (none of these are used by ps*.el).
6320
ac6ca7ba
KR
63212010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6322
6323 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6324
2a847524
CY
63252010-10-03 Chong Yidong <cyd@stupidchicken.com>
6326
43f964fc
SM
6327 * server.el (server-process-filter, server-return-error):
6328 Give emacsclient time to shut down after receiving an error string.
2a847524 6329
4bc3c53d
MA
63302010-10-02 Michael Albinus <michael.albinus@gmx.de>
6331
6332 * files.el (remote-file-name-inhibit-cache): New defcustom.
6333
43f964fc
SM
6334 * time.el (display-time-file-nonempty-p):
6335 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6336
43f964fc
SM
6337 * net/tramp.el (tramp-completion-reread-directory-timeout):
6338 Fix docstring.
4bc3c53d
MA
6339
6340 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6341 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6342 `remote-file-name-inhibit-cache'. Check also for an integer
6343 value. Add/increase counter when `tramp-verbose' >= 10.
6344 (tramp-set-file-property): Add/increase counter when
6345 `tramp-verbose' >= 10.
6346
6347 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6348 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6349 (tramp-bug): Set tramp-autoload cookie. Report all interned
6350 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6351 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6352 characters only in strings.
6353
6354 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6355 to backward compatibility.
6356
6357 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6358 (tramp-handle-file-name-all-completions)
43f964fc
SM
6359 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6360 (tramp-open-connection-setup-interactive-shell):
6361 Call `tramp-cleanup-connection' directly.
4bc3c53d 6362
9c524fcb
GM
63632010-10-02 Glenn Morris <rgm@gnu.org>
6364
3226d6ca
GM
6365 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6366
6367 * subr.el (char-bytes): Remove obsolete function.
6368
6369 * isearch.el (isearch-return-char): Remove obsolete function.
6370
6371 * mouse.el: No longer provide mldrag.
6372 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6373 Remove obsolete aliases.
6374
6375 * comint.el (comint-kill-output): Remove obsolete alias.
6376
6377 * composite.el (decompose-composite-char): Remove obsolete function.
6378 * ps-def.el (decompose-composite-char): Remove unused function.
6379
6380 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6381
6382 * outline.el (outline-visible): Remove obsolete function.
6383
6384 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6385 * faces.el (internal-find-face, internal-get-face)
6386 (frame-update-faces, frame-update-face-colors)
6387 (x-frob-font-weight, x-frob-font-slant)
6388 (internal-frob-font-weight, internal-frob-font-slant)
6389 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6390 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6391 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6392 since Emacs 21.1.
6393 * emulation/viper-util.el (viper-get-face):
6394 * obsolete/lucid.el (find-face, get-face): Use facep.
6395 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6396 Remove unused functions.
6397 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6398
9c524fcb
GM
6399 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6400 delete tempfile if interrupted during compilation.
6401
aecb42aa
LMI
64022010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6403
6404 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6405 gnutls-cli.
6406 (tls-program): Add --insecure to be consistent with the defaults from
6407 openssl s_client. Now all three commands are insecure.
6408
73077a9a
EZ
64092010-10-01 Eli Zaretskii <eliz@gnu.org>
6410
6411 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6412 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6413 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6414
1ef075bb
GM
64152010-10-01 Glenn Morris <rgm@gnu.org>
6416
1fcaf927
GM
6417 * obsolete/sc.el: Remove file.
6418
1ef075bb
GM
6419 * files.el (temporary-file-directory): On darwin, also try
6420 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6421
a16f5f64
JB
64222010-10-01 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6425 Let's not break compatibility gratuitously, shall we?
6426
6b958814
G
64272010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6428
47e08896 6429 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6430 (tls-find-starttls-argument): Use it.
6431 (open-tls-stream): Ditto.
6432
47e08896 6433 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6434 entry.
6435 (netrc-machine): Ditto.
6436
cad90f3b
EZ
64372010-09-30 Eli Zaretskii <eliz@gnu.org>
6438
6439 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6440
968ef9b4
JB
64412010-09-30 Juanma Barranquero <lekktu@gmail.com>
6442
6443 * server.el (server-start): Don't write pid to the authentication file.
6444 (server-create-tty-frame): Don't send pid.
6445 (server-process-filter): Send pid at the start of every connection.
6446
3536dea8
GM
64472010-09-30 Glenn Morris <rgm@gnu.org>
6448
8e378d88
GM
6449 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6450 (show-all-diary-entries): Remove obsolete function aliases.
6451
3536dea8
GM
6452 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6453 Remove options, obsolete since 22.1.
6a7662bb
BR
6454 (appt-display-format, appt-display-message):
6455 Remove backwards-compatibility code.
3536dea8
GM
6456 (appt-check): No longer check appt-issue-message.
6457 (appt-make-list): No longer autoload it. Doc fix. No longer
6458 activate the package.
6459
df7fcaff
LMI
64602010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6463 (starttls-negotiate): Just call boot, and let the handshake be
6464 triggered from the read loop.
df7fcaff 6465
c2828614
GM
64662010-09-29 Glenn Morris <rgm@gnu.org>
6467
17a46341
GM
6468 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6469 not displaying the diary.
6470 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6471 * calendar/appt.el (appt-check): No longer need to kill diary.
6472
7161e329
GM
6473 * calendar/diary-lib.el (diary-list-entries): Move the
6474 "Preparing..." message entirely here.
6475 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6476 messages to diary-list-entries.
6477 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6478 diary-display-function.
6479
d0de6cba
GM
6480 * calendar/diary-lib.el (diary-include-other-diary-files):
6481 Trap some recursive includes.
6482
c2828614
GM
6483 * calendar/appt.el (appt-activate): Check diary file.
6484
0c43b6f8
KY
64852010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6486
6487 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6488 construction.
6489
6490 * calendar/time-date.el: No need to require cl for Emacs 21.
6491
97ce2730
GM
64922010-09-28 Glenn Morris <rgm@gnu.org>
6493
6494 * calendar/appt.el (appt-check): Minor simplification.
6495
e0a185ae
KY
64962010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6497
6498 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6499 citation prefix.
6500
c19f76a1
AS
65012010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6502
95b6d681
JB
6503 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6504 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6505
fd057fd2
KH
65062010-09-27 Kenichi Handa <handa@m17n.org>
6507
6508 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6509 "ustar" format.
6510
368b3544
KH
65112010-09-27 Kenichi Handa <handa@m17n.org>
6512
6513 * international/mule.el (define-coding-system): Docstring fixed.
6514
6515 * international/mule-diag.el (describe-character-set): Use princ
6516 with proper print-length and print-level instead of insert.
6517
95b6d681 65182010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6519
6520 * window.el (walk-windows): Doc fix (bug#7105).
6521
99368725
SM
65222010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * emacs-lisp/float-sup.el (e): Remove.
6525
8ed70bf3
LMI
65262010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6527
6528 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6529 variable.
6530 (starttls-negotiate): Use it.
6531
d2e9d0bb
LMI
65322010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6533
6534 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6535 back.
6536
15413fb4
SM
65372010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6540
1821a7b4
LMI
65412010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6542
6303aba1
LMI
6543 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6544
1821a7b4
LMI
6545 * net/netrc.el (netrc-store-data): New function.
6546
8af55556
TZ
65472010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6548
6549 * net/gnutls.el: GnuTLS glue code to set up a connection.
6550
42343747
JD
65512010-09-25 Julien Danjou <julien@danjou.info>
6552
6553 * notifications.el: Call dbus-register-signal only if it is bound.
6554
ec60da52
GM
65552010-09-25 Glenn Morris <rgm@gnu.org>
6556
6557 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6558 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6559 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6560 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6561 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6562 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6563 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6564 * eshell/esh-util.el, eshell/esh-var.el:
6565 Remove leading `*' from docs of faces and defcustoms.
6566
4c964351
UM
65672010-09-25 Ulrich Mueller <ulm@gentoo.org>
6568
6569 * eshell/em-ls.el (eshell-ls-archive-regexp):
6570 * eshell/esh-util.el (eshell-tar-regexp):
6571 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6572 * info.el (Info-suffix-list):
6573 * international/mule.el (auto-coding-alist):
6574 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6575 * progmodes/etags.el (tags-compression-info-list):
6576 Support xz compression.
6577
41f54b73
CY
65782010-09-25 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * files.el (get-free-disk-space): Don't assume the "df" output
6581 columns line up (Bug#6995).
6582
40b1a3a9
JB
65832010-09-25 Juanma Barranquero <lekktu@gmail.com>
6584
6585 * finder.el (finder-unknown-keywords):
6586 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6587 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6588
ba3033ee
JB
65892010-09-25 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * server.el (server-start): Revert part of 2010-08-08 change. Using
6592 address 127.0.0.1 for local host is now done in Fmake_network_process.
6593
5e339ee2
GM
65942010-09-24 Glenn Morris <rgm@gnu.org>
6595
6596 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6597 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6598 * textmodes/css-mode.el, textmodes/dns-mode.el:
6599 Move autoloaded auto-mode-alist entries to files.el.
6600 * files.el (auto-mode-alist): Move entries here.
6601
af3ccb5c
GM
66022010-09-23 Glenn Morris <rgm@gnu.org>
6603
6604 * isearch.el (isearch-lazy-highlight-cleanup)
6605 (isearch-lazy-highlight-initial-delay)
6606 (isearch-lazy-highlight-interval)
6607 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6608 * net/net-utils.el (ipconfig-program-options):
6609 Move aliases to options before the associated definitions.
6610
266a86bd 66112010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6612
6613 * newcomment.el (comment-normalize-vars): Better test validity of
6614 comment-end-skip.
6615
27ffea71 66162010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6617
6618 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6619 (float-e): New name for `e'.
6620 (degrees-to-radians, radians-to-degrees):
6621 * calendar/solar.el (solar-longitude):
6622 * calculator.el (calculator-registers, calculator-funcall):
6623 * textmodes/artist.el (artist-spray-random-points):
6624 * play/bubbles.el (bubbles--initialize-images): Use new names.
6625
27ffea71 66262010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6627
6628 Update to CEDET 1.0's version of EIEIO.
6629
9e0d4f9e
SM
6630 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6631 New function.
a2930e43
EL
6632 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6633 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6634 (class-precedence-list): If class is nil, return nil.
6635 (eieio-generic-call): If class of first input arg is nil, don't
6636 look up static methods, and do check for primary methods.
6637 (initialize-instance): See if the default needs to be evaluated
6638 during the constructor.
6639 (eieio-perform-slot-validation-for-default): Don't do the check
6640 for values that will eventually be evaluated.
6641 (eieio-eval-default-p): New function.
6642 (eieio-default-eval-maybe): Use it.
6643
27ffea71 66442010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6645
6646 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6647 method-invocation-order.
6648 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6649 (eieio-class-precedence-dfs): Compute class precedence list using
6650 dfs algorithm.
6651 (eieio-class-precedence-bfs): Compute class precedence list using
6652 bfs algorithm.
9e0d4f9e 6653 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6654 c3 algorithm.
6655 (class-precedence-list): New function.
6656 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6657 (inconsistent-class-hierarchy): New error symbol.
6658 (call-next-method): Stow the replacement argument list for future
6659 call-next-method invocations.
6660
266a86bd 66612010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6662
ea7f9ebf
GM
6663 * calendar/appt.el (appt-check): If not displaying the diary,
6664 use (diary 1) to only get the entries we need.
6665 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6666 that it is in day order. (Bug#7019)
6667
1bf6d075
GM
6668 * calendar/appt.el (appt-check): Rather than showing the diary,
6669 just turn off invisible display, and only if needed.
6670
87e798a7
GM
6671 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6672
1fc7dabf
GM
66732010-09-23 Glenn Morris <rgm@gnu.org>
6674
7a16788b
GM
6675 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6676 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6677 Start warnings with lower-case, like the majority.
7a16788b 6678
19543b17
GM
6679 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6680
54238e6d
GM
6681 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6682
ce009d0b
GM
6683 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6684 * files.el (auto-mode-alist): Move ld-script entries here, further down
6685 the list.
6686
7b344dfe
GM
6687 * vc/add-log.el: Don't require timezone when compiling.
6688 (timezone-make-date-sortable): Autoload it.
6689 (change-log-sortable-date-at): Don't require timezone.
6690 Use `ignore-errors'.
6691
d9703498
GM
6692 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6693 Move alias before definition, so it does not need autoloading.
6694
1fc7dabf
GM
6695 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6696 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6697 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6698 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6699 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6700 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6701 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6702 * textmodes/tex-mode.el, textmodes/two-column.el:
6703 Remove leading `*' from docs of defcustoms etc.
6704
7676efad
TZ
67052010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6706
6707 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6708
b069e5a6
G
67092010-09-22 Dan Christensen <jdc@uwo.ca>
6710
6711 * calendar/time-date.el (date-to-time): Try using parse-time-string
6712 first before using the slower timezone-make-date-arpa-standard.
6713
1bf68d53
KY
67142010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6715
6716 * calendar/time-date.el (format-seconds): Comment fix.
6717
cd205c76
GM
67182010-09-22 Glenn Morris <rgm@gnu.org>
6719
6720 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6721 is not automatically buffer-local.
6722
4ddea91b
SM
67232010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6724
6725 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6726 (smie-indent-comment): Be more careful with comment-start-skip.
6727 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6728 (smie-indent-functions): Use them.
6729
b0f037ed
MA
67302010-09-21 Michael Albinus <michael.albinus@gmx.de>
6731
6732 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6733
8cf1771a
JD
67342010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6735
36a1b6db
JD
6736 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6737 tool-bar-position. Don't modify frame parameters here.
180fb94a 6738 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6739
8cf1771a
JD
6740 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6741
0097720d
SM
67422010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6743
5d8e0d5d
SM
6744 * textmodes/reftex-parse.el (reftex-what-macro)
6745 (reftex-context-substring): Let-bind forward-sexp-function to nil
6746 since we don't need/want to treat \begin...\end as a block (bug#7053).
6747
984edd22
SM
6748 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6749
6750 * simple.el (blink-matching-open): Use syntax-class.
6751
3672149f
SM
6752 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6753 Set invisibility spec for pascal's outline mode.
6754 (pascal-outline-change): Clean up calling convention.
6755 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6756
549d0e1e
SM
6757 * progmodes/prolog.el (prolog-smie-forward-token)
6758 (prolog-smie-backward-token): New functions.
6759 (prolog-mode-variables): Use them to parse "!," correctly.
6760 Set up smie-blink-matching for ".".
6761
a9cb95dd
SM
6762 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6763 and `end'.
6764 (ispell-region, ispell-process-line): Update users.
6765
de558d10
SM
6766 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6767 point-min==1.
6768
94eb3112
SM
6769 * textmodes/ispell.el: Fix commenting convention.
6770 (ispell-parse-output): Simplify, use push.
6771 (ispell-region): Use match-string-no-properties.
6772 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6773 (ispell-minor-mode): Use define-minor-mode.
6774 (ispell-message): Remove unused var `skip-regexp'.
6775 (ispell-add-per-file-word-list): Use dynamic let-binding.
6776 Try and use the proper comment marker.
6777
1f7f45a5
SM
6778 * mail/sendmail.el: Fix commenting convention.
6779 (sendmail-send-it): Use line-beginning-position.
6780
0097720d
SM
6781 * help-fns.el (describe-variable): Add original value, if applicable.
6782
596880ea
JB
67832010-09-20 Juanma Barranquero <lekktu@gmail.com>
6784
f0713411
JB
6785 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6786
596880ea
JB
6787 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6788
37c0347e
SM
67892010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6790
2bc01104
SM
6791 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6792 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6793 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6794 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6795 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6796 something like "." can also be a closer.
6797 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6798 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6799 Rename internal functions to use "--". Update callers.
6800
e2c3f530
SM
6801 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6802
37c0347e
SM
6803 * fringe.el (fringe-styles): New var.
6804 (fringe-mode, fringe-query-style): Use it.
6805
74790210
MM
68062010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6807
6808 * progmodes/sql.el: Version 2.8
93acd23d 6809 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6810 (sql-product-alist): Add :list-all and :list-table features for
6811 SQLite, Postgres and MySQL products.
6812 (sql-redirect): Handle default value.
6813 (sql-execute, sql-execute-feature): New functions.
6814 (sql-read-table-name): New function.
93acd23d 6815 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6816 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6817 for above functions.
6818 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6819 for above functions.
6820 (sql-postgres-login-params): Add user and database defaults.
6821 (sql-buffer-live-p): Bug fix.
93acd23d 6822 (sql-product-history): New variable.
35f52ed6 6823 (sql-read-product): New function. Use it.
74790210
MM
6824 (sql-set-product, sql-product-interactive): Use it.
6825 (sql-connection-history): New variable.
93acd23d 6826 (sql-read-connection): New function. Use it.
74790210
MM
6827 (sql-connect): New function.
6828 (sql-for-each-login): Redesign function interface.
6829 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6830 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6831 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6832 (sql-comint-postgres): Add port parameter.
6833
cec01cd2
SM
68342010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * emacs-lisp/warnings.el: Fix commenting convention.
6837 (display-warning): Use special mode and make the buffer read-only.
6838
c2a845b5
JB
68392010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6840
6841 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6842 empty string when it follows a repeated or optional pattern.
6843
f5632fb6
SM
68442010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6847 (indent-region): Use indent-according-to-mode.
6848
71b961e8
EZ
68492010-09-18 Eli Zaretskii <eliz@gnu.org>
6850
6851 * fringe.el (fringe-mode): Doc fix.
6852
dbbd7ad4
KRC
68532010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6854
6855 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6856 refreshing the preview buffer.
6857
b879a6e2
SM
68582010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6861 (latex-syntax-propertize-rules): New consts; replace
6862 tex-font-lock-syntactic-keywords.
6863 (tex-env-mark, latex-env-before-change): New functions.
6864 (latex-electric-env-pair-mode): New minor mode.
6865 (tex-font-lock-verb): Change arguments; do move point.
6866 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6867 representation as a form of comment.
6868 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6869 (doctex-syntax-propertize-rules): New const; replaces
6870 doctex-font-lock-syntactic-keywords.
6871 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6872
6873 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6874 (fortran-make-syntax-propertize-function): New function; replaces
6875 fortran-font-lock-syntactic-keywords.
6876 (fortran-mode): Use it.
6877 (fortran-line-length): Use it. Improve interactive spec.
6878
6879 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6880 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6881 when adding surrounding \(..\).
6882
6883 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6884
4be520fb
SM
68852010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6886
269c197e
SM
6887 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6888 Use with-current-buffer.
6889
4be520fb
SM
6890 * isearch.el (isearch-face): Rename from `isearch'.
6891 (isearch-highlight): Use new name.
6892
a67597d6
EZ
68932010-09-17 Eli Zaretskii <eliz@gnu.org>
6894
6895 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6896 5, for `half' width fringes. (Bug#6933)
6897
31c381e8
SM
68982010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6899
3fe6ef4e
SM
6900 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6901 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6902
31c381e8
SM
6903 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6904
fb0cf781
J
69052010-09-17 Stephen Berman <stephen.berman@gmx.net>
6906
6907 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6908 in calculating new frame position. Add more space between new and
6909 parent on the left (Bug#7048).
6910
1a9dc3b5
MA
69112010-09-17 Michael Albinus <michael.albinus@gmx.de>
6912
6913 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6914 defmacro.
6915
dff0fdc3
CY
69162010-09-16 Chong Yidong <cyd@stupidchicken.com>
6917
31c381e8 6918 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6919
117c96c7
CY
6920 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6921 obsolete alias for x-selection-value.
6922
dff0fdc3
CY
6923 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6924
c6f2191f
MA
69252010-09-16 Michael Albinus <michael.albinus@gmx.de>
6926
6927 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6928 cookie.
6929
6139f995
MA
69302010-09-15 Michael Albinus <michael.albinus@gmx.de>
6931
6932 * net/tramp-compat.el (tramp-compat-with-temp-message)
6933 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6934 (tramp-compat-process-put): New defuns.
6935
6936 * net/tramp.el (top):
6937 * net/tramp-gvfs.el (top):
6938 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6939
31c381e8
SM
6940 * net/tramp.el (tramp-progress-reporter-update):
6941 Use `tramp-compat-funcall'.
6139f995
MA
6942
6943 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6944 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6945 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6946 (tramp-get-remote-stat, tramp-get-remote-readlink):
6947 Use `tramp-compat-with-temp-message'.
6139f995
MA
6948
6949 * net/tramp-sh.el (top): Require 'cl.
6950 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6951 (tramp-open-connection-setup-interactive-shell):
6952 Use `tramp-compat-process-put'.
6139f995 6953
22c3ce97
AM
69542010-09-15 Alan Mackenzie <acm@muc.de>
6955
6956 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6957 indentation.
a4ee83cc 6958 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6959
4f1e9960
SM
69602010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6963 `lexical' for warnings related to lexical scoping.
6964 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6965 global vars which don't have a prefix and could hence affect lexical
6966 scoping in unrelated files.
6967
01e80360
LMI
69682010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6969
6970 * net/imap.el: Revert back to version
6971 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6972 seem problematic.
6973
5e2a84e3
JB
69742010-09-14 Juanma Barranquero <lekktu@gmail.com>
6975
6976 * obsolete/old-whitespace.el (whitespace-unload-function):
6977 Explicitly pass `obarray' to `unintern' to avoid a warning.
6978
f3a30a50
SM
69792010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6982 Add `when' argument. Update callers.
6983
6984 * subr.el (unintern): Declare the obarray arg mandatory.
6985
92b99a01
GM
69862010-09-14 Glenn Morris <rgm@gnu.org>
6987
67ae9766
GM
6988 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6989 Doc fixes.
6990
92b99a01
GM
6991 * calendar/diary-lib.el (diary-included-files): New variable.
6992 (diary-list-entries): Maybe initialize diary-included-files.
6993 (diary-include-other-diary-files): Append to diary-included-files.
6994 * calendar/appt.el (appt-update-list): Also check the members of
6995 diary-included-files. (Bug#6999)
08151ec5 6996 (appt-check): Doc fix.
92b99a01 6997
6664fc59 69982010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6999
7000 * simple.el (line-move-visual): Do not truncate goal column to
7001 integer size. (Bug#7020)
7002
6664fc59 70032010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7004
7005 * repeat.el (repeat): Allow repeating when the last event is a click.
7006 Suggested by Drew Adams (bug#6256).
7007
6664fc59 70082010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7009
01c35094 7010 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7011 Replace setting HGRCPATH to "" by some less invasive --config options.
7012
6664fc59 70132010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7014
7015 * font-lock.el (font-lock-beginning-of-syntax-function):
7016 Mark as obsolete.
7017
6664fc59 70182010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7019
7020 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7021 and tool-bar modes. (Bug#6211)
7022 (menu-bar-mode): Move setting of standard-value after the
7023 minor-mode definition, otherwise it seems to have no effect.
7024
6664fc59 70252010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7026
7027 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7028 Fix typo. (Bug#6976)
7029
6664fc59 70302010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7031
7032 * whitespace.el: Allow cleaning up blanks without blank
7033 visualization (Bug#6651). Adjust help window for
7034 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7035 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7036 (whitespace-style): Add new value 'face. Adjust docstring.
7037 (whitespace-space, whitespace-hspace, whitespace-tab):
7038 Adjust foreground property face.
9c405a86
CY
7039 (whitespace-line-column): Adjust docstring and type declaration.
7040 (whitespace-style-value-list, whitespace-toggle-option-alist)
7041 (whitespace-help-text): Adjust const initialization.
7042 (whitespace-toggle-options, global-whitespace-toggle-options):
7043 Adjust docstring.
7044 (whitespace-display-window, whitespace-interactive-char)
7045 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7046 (whitespace-help-scroll): New fun.
7047
ba96ddf5
KY
70482010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7049
7050 * calendar/time-date.el (format-seconds): Comment fix.
7051
a386ac70
MM
70522010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7053
7054 * progmodes/sql.el: Version 2.7.
7055 (sql-buffer-live-p): Improve detection.
7056 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7057 (sql-set-sqli-buffer): Use it.
7058 (sql-product-interactive): Run `sql-set-sqli-hook'.
7059 (sql-rename-buffer): Code cleanup.
7060 (sql-redirect, sql-redirect-value): New functions. More to come.
7061
5d921df2
JB
70622010-09-13 Juanma Barranquero <lekktu@gmail.com>
7063
7064 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.
7065 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7066 (TRAMP_SRC): New macro.
7067 ($(lisp)/net/tramp-loaddefs.el): New target.
7068
03c1ad43
MA
70692010-09-13 Michael Albinus <michael.albinus@gmx.de>
7070
7071 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7072
7073 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7074
7075 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7076 'tramp-compat, everything else is required there.
7077 Use `ignore-errors' where appropriate.
03c1ad43
MA
7078 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7079 (tramp-terminal-type, tramp-end-of-output)
7080 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7081 (tramp-completion-function-alist-ssh)
7082 (tramp-completion-function-alist-telnet)
7083 (tramp-completion-function-alist-su)
7084 (tramp-completion-function-alist-putty, tramp-remote-path)
7085 (tramp-remote-process-environment, tramp-sh-extra-args)
7086 (tramp-actions-before-shell, tramp-uudecode)
7087 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7088 (tramp-perl-file-attributes)
7089 (tramp-perl-directory-files-and-attributes)
7090 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7091 (tramp-perl-encode, tramp-perl-decode)
7092 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7093 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7094 (tramp-handle-make-symbolic-link, tramp-handle-load)
7095 (tramp-handle-file-name-as-directory)
7096 (tramp-handle-file-name-directory)
7097 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7098 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7099 (tramp-do-file-attributes-with-ls)
7100 (tramp-do-file-attributes-with-perl)
7101 (tramp-do-file-attributes-with-stat)
7102 (tramp-handle-set-visited-file-modtime)
7103 (tramp-handle-verify-visited-file-modtime)
7104 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7105 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7106 (tramp-handle-file-selinux-context)
7107 (tramp-handle-set-file-selinux-context)
7108 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7109 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7110 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7111 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7112 (tramp-handle-file-ownership-preserved-p)
7113 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7114 (tramp-handle-directory-files-and-attributes)
7115 (tramp-do-directory-files-and-attributes-with-perl)
7116 (tramp-do-directory-files-and-attributes-with-stat)
7117 (tramp-handle-file-name-all-completions)
7118 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7119 (tramp-handle-copy-file, tramp-handle-copy-directory)
7120 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7121 (tramp-do-copy-or-rename-file-via-buffer)
7122 (tramp-do-copy-or-rename-file-directly)
7123 (tramp-do-copy-or-rename-file-out-of-band)
7124 (tramp-handle-make-directory, tramp-handle-delete-directory)
7125 (tramp-handle-delete-file)
7126 (tramp-handle-dired-recursive-delete-directory)
7127 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7128 (tramp-handle-insert-directory)
7129 (tramp-handle-unhandled-file-name-directory)
7130 (tramp-handle-expand-file-name)
7131 (tramp-handle-substitute-in-file-name)
7132 (tramp-handle-executable-find, tramp-process-sentinel)
7133 (tramp-handle-start-file-process, tramp-handle-process-file)
7134 (tramp-handle-call-process-region, tramp-handle-shell-command)
7135 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7136 (tramp-handle-insert-file-contents)
7137 (tramp-handle-insert-file-contents-literally)
7138 (tramp-handle-find-backup-file-name)
7139 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7140 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7141 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7142 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7143 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7144 (tramp-find-file-exists-command, tramp-open-shell)
7145 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7146 (tramp-open-connection-setup-interactive-shell)
7147 (tramp-local-coding-commands, tramp-remote-coding-commands)
7148 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7149 (tramp-inline-compress-commands, tramp-find-inline-compress)
7150 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7151 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7152 (tramp-send-command-and-check, tramp-barf-unless-okay)
7153 (tramp-send-command-and-read, tramp-mode-string-to-int)
7154 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7155 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7156 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7157 (tramp-method-out-of-band-p, tramp-local-host-p)
7158 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7159 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7160 (tramp-get-test-command, tramp-get-test-nt-command)
7161 (tramp-get-file-exists-command, tramp-get-remote-ln)
7162 (tramp-get-remote-perl, tramp-get-remote-stat)
7163 (tramp-get-remote-readlink, tramp-get-remote-trash)
7164 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7165 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7166 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7167 tramp-sh.el.
7168 (tramp-methods, tramp-default-method-alist)
7169 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7170 Move initialization to tramp-sh.el.
7171 (tramp-temp-name-prefix): Make it a defconst.
7172 (tramp-dissect-file-name): Don't check anymore for multi-hop
7173 methods.
7174 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7175 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7176 (tramp-get-debug-buffer): Use it.
7177
7178 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7179 initialization forms.
7180 (tramp-set-connection-property): Don't protect `tramp-message'
7181 call, it isn't necessary any longer.
7182 (tramp-dump-connection-properties): Use `ignore-errors'.
7183
7184 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7185 'password-cache and 'auth-source.
7186
7187 * net/tramp-gvfs.el (top):
7188 * net/tramp-smb.el (top): Require 'tramp-sh.
7189
7190 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7191
7192 * net/tramp-sh.el: New file, derived from tramp.el.
7193 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7194 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7195 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7196 Use `ignore-errors' where appropriate.
7197 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7198 `tramp-file-name-handler-alist'.
7199 (tramp-send-command-and-check): Return t or nil. Remove all
7200 `zerop' checks, where called.
7201 (tramp-handle-set-file-modes)
7202 (tramp-do-copy-or-rename-file-directly)
7203 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7204 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7205 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7206 (tramp-get-remote-ln): Set tramp-autoload cookie.
7207
7208 * net/tramp-fish.el: Remove file.
7209
c5fe4acb
DU
72102010-09-13 Daiki Ueno <ueno@unixuser.org>
7211
7212 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7213 buffer-file-name to avoid file-locking. (Bug#7026)
7214
7ea2d383
MA
72152010-09-13 Julien Danjou <julien@danjou.info>
7216
7217 * notifications.el (notifications-notify): Add support for
7218 image-path and sound-name.
7219 (notifications-specification-version): Add this variable.
7220
5616cc54
SM
72212010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7222
31c381e8 7223 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7224
94c7243b
LL
72252010-09-12 Leo <sdl.web@gmail.com>
7226
7227 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7228 (rcirc-completion-start): New variables.
7229 (rcirc-nick-completions): Rename to rcirc-completions.
7230 (rcirc-nick-completion-start-offset): Delete.
7231 (rcirc-completion-at-point): New function for constructing
7232 completion data for both nicks and irc commands. Add to
7233 completion-at-point-functions in rcirc mode.
7234 (rcirc-complete): Rename from rcirc-nick-complete; use
7235 rcirc-completion-at-point.
7236 (defun-rcirc-command): Update rcirc-client-commands.
7237
0f34ae28
GM
72382010-09-11 Glenn Morris <rgm@gnu.org>
7239
7240 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7241 atomically, to avoid parallel build errors. (Bug#4196)
7242
9250002f
MM
72432010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7244
7245 * progmodes/sql.el: Version 2.6
7246 (sql-dialect): Synonym for "sql-product".
7247 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7248 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7249 Set "sql-buffer" to buffer name not buffer object so multiple sql
7250 interactive buffers work properly. Reverts misguided changes in
7251 earlier work.
7252 (sql-comint): Make sure different buffer name is used if "*SQL*"
7253 buffer is for a different product.
7254 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7255 login param.
7256 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7257 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7258 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7259 Accept new buffer name or prompt for one.
7260 (sql-port): Default to zero.
7261 (sql-comint-mysql): Handle "sql-port" as a numeric.
7262 (sql-port-history): Delete unused variable.
7263 (sql-get-login): Default "sql-port" to a number.
31c381e8 7264 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7265 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7266 "sqlite3" executables.
31c381e8 7267 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7268 (sql-buffer-live-p): New function.
7269 (sql-mode-menu, sql-send-string): Use it.
7270 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7271 syntax pattern.
7272 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7273 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7274
a9ec34f4
LMI
72752010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7276
31c381e8 7277 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7278
cf38dd42
SM
72792010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7282 to replace texinfo-font-lock-syntactic-keywords.
7283 (texinfo-mode): Use it.
7284
7285 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7286 Use syntax-propertize-function.
7287
7288 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7289 replace sgml-font-lock-syntactic-keywords.
7290 (sgml-mode): Use it.
7291
7292 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7293 since we don't use it.
7294
7295 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7296
7297 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7298 if available.
7299 (vhdl-fontify-buffer): Adjust.
7300
7301 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7302 replace tcl-font-lock-syntactic-keywords.
7303 (tcl-mode): Use it.
7304
7305 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7306 replace simula-font-lock-syntactic-keywords.
7307 (simula-mode): Use it.
7308
7309 * progmodes/sh-script.el (sh-st-symbol): Remove.
7310 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7311 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7312 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7313 (sh-font-lock-paren): Set syntax-multiline.
7314 (sh-font-lock-syntactic-keywords): Remove.
7315 (sh-syntax-propertize-function): New function to replace it.
7316 (sh-mode): Use it.
7317
7318 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7319 Define while compiling.
7320 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7321 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7322 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7323 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7324 (ruby-here-doc-end-syntax): Only define when
7325 syntax-propertize is not available.
7326 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7327 New functions.
7328 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7329 (electric-indent-chars): Silence bytecompiler.
7330 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7331 electric-indent-chars.
7332
7333 * progmodes/python.el (python-syntax-propertize-function): New var to
7334 replace python-font-lock-syntactic-keywords.
7335 (python-mode): Use it.
7336 (python-quote-syntax): Simplify and adjust to new use.
7337
7338 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7339 replace perl-font-lock-syntactic-keywords.
7340 (perl-syntax-propertize-special-constructs): New fun to replace
7341 perl-font-lock-special-syntactic-constructs.
7342 (perl-font-lock-syntactic-face-function): New fun.
7343 (perl-mode): Use it.
7344
7345 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7346 to replace octave-font-lock-close-quotes.
7347 (octave-syntax-propertize-function): New function to replace
7348 octave-font-lock-syntactic-keywords.
7349 (octave-mode): Use it.
7350
7351 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7352 replaces mixal-font-lock-syntactic-keywords.
7353 (mixal-mode): Use it.
7354
7355 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7356 New var; replaces makefile-font-lock-syntactic-keywords.
7357 (makefile-mode): Use it.
7358 (makefile-imake-mode): Adjust.
7359
7360 * progmodes/js.el (js--regexp-literal): Define while compiling.
7361 (js-syntax-propertize-function): New var; replaces
7362 js-font-lock-syntactic-keywords.
7363 (js-mode): Use it.
7364
7365 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7366 replaces gdb-script-font-lock-syntactic-keywords.
7367 (gdb-script-mode): Use it.
7368
7369 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7370 (fortran--font-lock-syntactic-keywords): New var.
7371 (fortran-line-length): Update syntax-propertize-function and
7372 fortran--font-lock-syntactic-keywords.
7373
7374 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7375
7376 * progmodes/cfengine.el (cfengine-mode):
7377 Use syntax-propertize-function.
7378 (cfengine-font-lock-syntactic-keywords): Remove.
7379
7380 * progmodes/autoconf.el (autoconf-mode):
7381 Use syntax-propertize-function.
7382 (autoconf-font-lock-syntactic-keywords): Remove.
7383
7384 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7385 (ada-after-change-function, ada-initialize-syntax-table-properties)
7386 (ada-handle-syntax-table-properties): Only define when
7387 syntax-propertize is not available.
7388 (ada-mode): Use syntax-propertize-function.
7389
7390 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7391 (font-lock-fontify-syntactic-keywords-region): Move handling of
7392 font-lock-syntactically-fontified to...
7393 (font-lock-default-fontify-region): ...here.
7394 Let syntax-propertize-function take precedence.
7395 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7396
7397 * emacs-lisp/syntax.el (syntax-propertize-function)
7398 (syntax-propertize-chunk-size, syntax-propertize--done)
7399 (syntax-propertize-extend-region-functions): New vars.
7400 (syntax-propertize-wholelines, syntax-propertize-multiline)
7401 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7402 (syntax-propertize): New functions.
7403 (syntax-propertize-rules): New macro.
7404 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7405 (syntax-ppss): Call syntax-propertize.
7406
7407 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7408
36f7d366
AM
74092010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7410
7411 * textmodes/ispell.el (ispell-init-process): Improve comments.
7412 XEmacs compatibility changes regarding (add-hook) 'local option
7413 and (set-process-query-on-exit-flag).
7414
8fca3921
MA
74152010-09-09 Michael Albinus <michael.albinus@gmx.de>
7416
cf38dd42
SM
7417 * net/tramp-cache.el (tramp-parse-connection-properties):
7418 Set tramp-autoload cookie.
8fca3921 7419
399653d6
GM
74202010-09-09 Glenn Morris <rgm@gnu.org>
7421
7422 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7423 (imagemagick-register-types): Doc fix.
7424
c34a9669
SM
74252010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7426
b073dc4b
SM
7427 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7428
7429 * progmodes/js.el (require): Require is already "eval-and-compile".
7430 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7431 (js--re-search-backward): Use js--re-search-forward.
7432
7433 * progmodes/fortran.el (fortran-line-length): Don't recompute
7434 syntactic keywords redundantly a second time.
7435
7436 * progmodes/ada-mode.el: Replace "(set '" with setq.
7437 (ada-mode): Simplify.
7438 (ada-create-case-exception, ada-adjust-case-interactive)
7439 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7440 (ada-search-ignore-string-comment, ada-move-to-start)
7441 (ada-move-to-end): Use with-syntax-table.
7442
7443 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7444 (font-lock-unfontify-region, font-lock-default-fontify-region):
7445 Update usage correspondingly.
7446 (font-lock-fontify-syntactic-keywords-region):
7447 Set parse-sexp-lookup-properties buffer-locally here.
7448 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7449
c34a9669
SM
7450 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7451
13639aab
GM
74522010-09-08 Glenn Morris <rgm@gnu.org>
7453
5a972c36
GM
7454 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7455 Error if not compiled with -DBYTE_CODE_METER.
7456
13639aab
GM
7457 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7458 Ignore dir-locals-file.
7459
331b2b90
SM
74602010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7461
7462 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7463 Not a const.
7464 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7465 for the `gnu' messages.
7466 (compilation-set-skip-threshold): New command.
7467 (compilation-start): Use \' rather than $.
7468 (compilation-forget-errors): Use clrhash.
7469
73b4d51a
AM
74702010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7471
7472 * textmodes/ispell.el (ispell-valid-dictionary-list):
7473 Simplify logic.
7474
0f34aa77
MA
74752010-09-08 Michael Albinus <michael.albinus@gmx.de>
7476
7477 Migrate to Tramp 2.2. Rearrange load dependencies.
7478 (Bug#1529, Bug#5448, Bug#5705)
7479
7480 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7481 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7482 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7483
7484 * net/tramp.el (top): Remove all other tramp-* loads except
7485 tramp-compat.el. Remove all changes to tramp-unload-hook for
7486 other tramp-* packages. Rearrange defun order. Change calls of
7487 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7488 `tramp-compat-octal-to-decimal' to new function names.
7489 (tramp-terminal-type, tramp-initial-end-of-output)
7490 (tramp-methods, tramp-foreign-file-name-handler-alist)
7491 (tramp-tramp-file-p, tramp-completion-mode-p)
7492 (tramp-send-command-and-check, tramp-get-remote-path)
7493 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7494 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7495 (with-file-property, with-connection-property): Move to
7496 tramp-cache.el.
7497 (tramp-local-call-process, tramp-decimal-to-octal)
7498 (tramp-octal-to-decimal): Move to tramp-compat.el.
7499 (tramp-handle-shell-command): Do not require 'shell.
7500 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7501 symbols.
7502 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7503
7504 * net/tramp-cache.el (top): Require 'tramp. Add to
7505 `tramp-unload-hook'.
7506 (tramp-cache-data, tramp-get-file-property)
7507 (tramp-set-file-property, tramp-flush-file-property)
7508 (tramp-flush-directory-property, tramp-get-connection-property)
7509 (tramp-set-connection-property, tramp-flush-connection-property)
7510 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7511 cookie.
7512 (with-file-property, with-connection-property): New defuns, moved
7513 from tramp.el.
7514 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7515 macro.
7516
7517 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7518 (tramp-version): Set tramp-autoload cookie.
7519
7520 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7521 changes to tramp-unload-hook for other tramp-* packages. Add to
7522 `tramp-unload-hook'.
7523 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7524 (tramp-compat-call-process): New defuns, moved from tramp.el.
7525
7526 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7527 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7528 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7529 `tramp-compat-decimal-to-octal' to new function name.
7530 (tramp-fish-method): Make it a defconst.
7531 (tramp-fish-file-name-p): Make it a defsubst.
7532 (tramp-fish-method, tramp-fish-file-name-handler)
7533 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7534
7535 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7536 `tramp-foreign-file-name-handler-alist'. Add to
7537 `tramp-unload-hook'.
7538 (tramp-ftp-method): Make it a defconst.
7539 (tramp-ftp-file-name-p): Make it a defsubst.
7540 (tramp-ftp-method, tramp-ftp-file-name-handler)
7541 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7542
7543 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7544 `tramp-foreign-file-name-handler-alist'. Add to
7545 `tramp-unload-hook'. Change checks, whether package can be
7546 loaded.
7547 (tramp-gvfs-file-name-p): Make it a defsubst.
7548 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7549 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7550 (tramp-gvfs-handle-file-directory-p): New defun.
7551 (tramp-gvfs-file-name-handler-alist): Use it.
7552
7553 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7554 `tramp-foreign-file-name-handler-alist'. Add to
7555 `tramp-unload-hook'.
7556 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7557 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7558 defconst.
7559 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7560 (tramp-gw-open-connection): Set tramp-autoload cookie.
7561
7562 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7563 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7564 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7565 loaded.
7566 (tramp-imap-file-name-p): Make it a defsubst.
7567 (tramp-imap-method, tramp-imaps-method)
7568 (tramp-imap-file-name-handler)
7569 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7570
7571 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7572 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7573 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7574 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7575 function name.
7576 (tramp-smb-tunnel-method): Make it a defconst.
7577 (tramp-smb-file-name-p): Make it a defsubst.
7578 (tramp-smb-method, tramp-smb-file-name-handler)
7579 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7580
7581 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7582 (tramp-uuencode-region): Set tramp-autoload cookie.
7583
7584 * net/trampver.el (top) Add to `tramp-unload-hook'.
7585 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7586 cookie. Update release number.
7587
308e764f
AM
75882010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7589
7590 * textmodes/ispell.el (ispell-start-process): Make sure original
7591 arg list is properly initialized (Bug#6993, Bug#6994).
7592
10999305 75932010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7594
7595 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7596
7597 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7598 chars like - or ] (bug#6984).
7599 (rx-any-condense-range): Explode 2-char ranges.
7600
10999305
CY
76012010-09-06 Glenn Morris <rgm@gnu.org>
7602
7603 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7604
76052010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7606
7607 * textmodes/bibtex.el:
7608 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7609
f292afe5
LMI
76102010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
331b2b90 7612 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7613 since no callers use it.
7614 (imap-message-get): Ditto.
7615 (imap-message-put): Ditto.
7616 (imap-mailbox-map): Ditto.
7617 (imap-mailbox-put): Ditto.
7618 (imap-mailbox-get): Ditto.
a131b9b8 7619 (imap-mailbox-get): Revert last change for this function.
f292afe5 7620
dfe1285d
LMI
76212010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7622
331b2b90 7623 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7624 callers to use `imap-fetch' instead. According to the comments, this
7625 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7626 (imap-enable-exchange-bug-workaround): Remove.
7627 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7628
3ff31c90
LMI
76292010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7630
7631 * net/imap.el (imap-log): New convenience function used throughout
7632 instead of repeating the same code all over the place.
7633
dfe1285d 76342010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7635
7636 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7637 when mouse-drag-copy-region is non-nil (Bug#6956).
7638
93a596e1
CY
76392010-09-05 Chong Yidong <cyd@stupidchicken.com>
7640
8d76af4a
CY
7641 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7642 Improve regexps (Bug#6987).
7643 (dired-sort-toggle): Search more robustly for -t flag.
7644
93a596e1
CY
7645 * files.el (get-free-disk-space): Search more robustly for
7646 "available" column. Suggested by Ehud Karni
7647 <ehud@unix.mvs.co.il>.
7648
733946e7
JB
76492010-09-05 Juanma Barranquero <lekktu@gmail.com>
7650
7651 * international/uni-bidi.el:
7652 * international/uni-category.el:
7653 * international/uni-combining.el:
7654 * international/uni-decimal.el:
7655 * international/uni-mirrored.el:
7656 * international/uni-name.el: Regenerate.
7657
2e664aab
SM
76582010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7659
6aeafb34
SM
7660 * electric.el (electric-indent-post-self-insert-function):
7661 Don't reindent with a sloppy indentation function.
7662
2e664aab
SM
7663 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7664 border case in change-log-mode.
7665
13ef65a4
CY
76662010-09-04 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7669 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7670 Recognize leading tab in gcc-include regexp. Ignore names with
7671 leading "from" or "in" in gnu regexp (Bug#6937).
7672
5abf1556
SM
76732010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7674
6aeafb34 7675 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7676 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7677 (ispell-start-process): Avoid setq and simplify logic.
7678 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7679 (kill-buffer-hook): Don't use it globally with code that uses
7680 expand-file-name since that may call kill-buffer via
7681 code_conversion_restore.
7682
0be01d2c
CY
76832010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7684
7685 * emacs-lisp/package.el (package-directory-list): Only call
7686 file-name-nondirectory on a string.
7687
ebf662f4
CY
76882010-09-02 Chong Yidong <cyd@stupidchicken.com>
7689
5abf1556
SM
7690 * emacs-lisp/package.el (package--download-one-archive):
7691 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7692 (package-activate-1, package-mark-obsolete, define-package)
7693 (package-compute-transaction, package-list-maybe-add): Use push.
7694
e5eddfd1
SM
76952010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7696
89acf735
SM
7697 Use SMIE's blink-paren for octave-mode.
7698 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7699 Backslashes do not escape single-quotes, single-quotes do.
7700 (octave-block-else-regexp, octave-block-end-regexp)
7701 (octave-block-match-alist): Remove.
7702 (octave-smie-bnf-table): New var, with old content.
7703 (octave-smie-op-levels): Use it.
7704 (octave-smie-closer-alist): New var.
7705 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7706 (octave-blink-matching-block-open): Remove.
7707 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7708 (octave-electric-space): Let self-insert-command run expand-abbrev and
7709 blink parens.
7710
3b843809
SM
7711 * electric.el (electricity): New group.
7712 (electric-indent-chars): New var.
7713 (electric-indent-post-self-insert-function): New fun.
7714 (electric-indent-mode): New minor mode.
7715 (electric-pair-skip-self): New custom.
7716 (electric-pair-post-self-insert-function): New function.
7717 (electric-pair-mode): New minor mode.
7718
0da20854
SM
7719 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7720 calcAlg-blink-matching-open.
7721 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7722 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7723 Use the new blink-matching-check-function.
7724
a49e651e
SM
7725 Provide blink-matching support to SMIE.
7726 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7727 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7728 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7729
e5eddfd1
SM
7730 * simple.el (newline): Fix last change to properly remove itself from
7731 the hook.
7732
b13ebb5c
SM
77332010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * simple.el (newline): Eliminate optimization.
7736 Use post-self-insert-hook to set hard-newline and things before
7737 running post-self-insert-hook.
7738 (blink-matching-check-mismatch): New function.
7739 (blink-matching-check-function): New variable.
7740 (blink-matching-open): Use them.
7741 Skip back forward over prefix chars skipped by forward-sexp.
7742 Don't check if the parens are backslash escaped.
7743 (blink-paren-post-self-insert-function): Check backslash escaping here.
7744
e687c2cd
CY
77452010-09-02 Chong Yidong <cyd@stupidchicken.com>
7746
b13ebb5c
SM
7747 * emacs-lisp/package.el (package-menu-mode-map):
7748 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7749 (package-menu-mode): Set revert-buffer-function.
7750 (package-menu-revert): Doc fix.
7751
567efba9
AM
77522010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7753
7754 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7755 `default-directory' unless using Ispell per-directory personal
7756 dictionaries and not in a mini-buffer under XEmacs.
7757 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7758 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7759
6d7cc563
JD
77602010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7761
08d4877e
J
7762 * simple.el (kill-new): Call interprogram-cut-function with only
7763 one argument.
7764
45240125
JD
7765 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7766 Remove cut buffer from error message.
7767
7768 * term/x-win.el (x-select-text):
7769 * term/pc-win.el (x-selection-value):
7770 * term/ns-win.el (x-selection-value):
7771 * eshell/em-term.el:
7772 * w32-fns.el (x-get-selection-value):
7773 * mouse-sel.el (mouse-sel-set-selection-function):
7774 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7775
6d7cc563
JD
7776 * term/x-win.el: Update documentation for x-last-selected-text-*.
7777 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7778 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7779 (x-select-text): Remove argument PUSH, update documentation.
7780 Remove cut-buffer code.
6d7cc563 7781 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7782 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7783 Update documentation, remove cut-buffer code.
7784 Call x-selection-value-internal.
6d7cc563
JD
7785 (x-clipboard-yank): Call x-selection-value-internal.
7786 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7787
7788 * term/pc-win.el (x-last-selected-text):
7789 x-cut-buffer-or-selection-value renamed to x-selection-value
7790 (x-select-text): Remove argument PUSH, update documentation.
7791
7792 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7793 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7794 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7795 (x-select-text): Remove argument PUSH, update documentation.
7796
7797 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7798
7799 * w32-fns.el (x-last-selected-text):
7800 x-cut-buffer-or-selection-value renamed to x-selection-value.
7801 (x-cut-buffer-max): Remove.
7802 (x-select-text): Remove argument PUSH, update documentation.
7803
7804 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7805
7806 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7807
7808 * mouse-sel.el (mouse-sel-get-selection-function):
7809 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7810 (x-select-text): Remove optional push.
6d7cc563 7811
4de81ee0
SM
78122010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7813
8f4e9110
SM
7814 * simple.el (blink-paren-function): Move from C to here.
7815 (blink-paren-post-self-insert-function): New function.
7816 (post-self-insert-hook): Use it.
7817
4de81ee0
SM
7818 * emacs-lisp/pcase.el (pcase-split-memq):
7819 Fix overenthusiastic optimisation.
7820 (pcase-u1): Handle the case of a lambda pred.
7821
d419e1d9
KH
78222010-08-31 Kenichi Handa <handa@m17n.org>
7823
7824 * international/mule-cmds.el (standard-display-european-internal):
7825 Setup standard-display-table for 8-bit characters by storing 8-bit
7826 characters in the element vector.
7827
1e05f387
SM
7828 * disp-table.el (standard-display-8bit):
7829 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7830 characters in the element vector.
7831 (standard-display-european): Likewise.
7832
61f7096c
CY
78332010-08-31 Masatake YAMATO <yamato@redhat.com>
7834
7835 * textmodes/nroff-mode.el (nroff-view): New command.
7836 (nroff-mode-map): Bind it to C-c C-c.
7837
ec5d3ff7
SM
78382010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7839
c8977b2e
SM
7840 * emacs-lisp/smie.el (smie-down-list): New command.
7841
ec5d3ff7
SM
7842 Remove old indentation and navigation code on octave-mode.
7843 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7844 smie-down-list rather than add a binding for octave-down-block.
7845 (octave-mark-block, octave-blink-matching-block-open):
7846 Rely on forward-sexp-function.
7847 (octave-fill-paragraph): Don't narrow, so you can use
7848 indent-according-to-mode.
7849 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7850 (octave-in-block-p, octave-re-search-forward-kw)
7851 (octave-re-search-backward-kw, octave-indent-calculate)
7852 (octave-end-as-array-index-p, octave-block-end-offset)
7853 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7854 (octave-down-block, octave-backward-up-block, octave-up-block)
7855 (octave-before-magic-comment-p, octave-indent-line): Remove.
7856
187d3296
CY
78572010-08-31 Chong Yidong <cyd@stupidchicken.com>
7858
7859 * emacs-lisp/package.el (package--read-archive-file): Just use
7860 `read', to avoid copying an additional string.
7861 (package-menu-mode): Set header-line-format here.
7862 (package-menu-refresh, package-menu-revert): Signal an error if
7863 not in the Package Menu.
7864 (package-menu-package-list): New var.
7865 (package--generate-package-list): Operate on the current buffer;
7866 don't assume that it is *Packages*, since the user may rename it.
7867 Allow persistent package listings and sort keys using
7868 package-menu-package-list and package-menu-package-sort-key.
7869 (package-menu--version-predicate): Fix version calculation.
7870 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7871 (package--list-packages): Create the *Packages* buffer.
7872 Set package-menu-package-list-key.
187d3296
CY
7873 (list-packages): Sorting by status is now the default.
7874 (package-buffer-info): Use match-string-no-properties.
7875 (define-package): Add a &rest argument for future proofing, but
7876 don't use it yet.
7877 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7878 Merge into a single function, package-install-from-buffer.
7879 (package-install-file): Change caller.
187d3296
CY
7880
7881 * finder.el: Load finder-inf using `require'.
7882 (finder-list-matches): Sorting by status is now the default.
7883 (finder-compile-keywords): Simpify printing.
7884
e17b68ed
SM
78852010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7888 (octave-mode-map): Remove special bindings for forward/backward-block
7889 and octave-backward-up-block. Use smie-close-block.
7890 (octave-continuation-marker-regexp): New var.
7891 (octave-continuation-regexp): Use it.
7892 (octave-operator-table, octave-smie-op-levels)
7893 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7894 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7895 (octave-mode): Use SMIE.
7896 (octave-close-block): Delete.
7897
42b6a73b
EZ
78982010-08-30 Eli Zaretskii <eliz@gnu.org>
7899
7900 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7901 CLIPBOARD, not in PRIMARY. (Bug#6944)
7902
f291fe60
SM
79032010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7904
ee992a8c
SM
7905 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7906 a list of parents.
7907 (smie-indent-column): Allow indirection through variables.
7908
d36b74ca
SM
7909 * composite.el (save-buffer-state): Delete, unused.
7910 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7911 (font-lock-default-fontify-region): Use with-syntax-table.
7912 * jit-lock.el (with-buffer-unmodified): Remove.
7913 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7914
f291fe60
SM
7915 Use `declare' in defmacros.
7916 * window.el (save-selected-window):
7917 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7918 * progmodes/python.el (def-python-skeleton):
7919 * net/dbus.el (dbus-ignore-errors):
7920 * jka-cmpr-hook.el (with-auto-compression-mode):
7921 * international/mule.el (with-category-table):
7922 * emacs-lisp/timer.el (with-timeout):
7923 * emacs-lisp/lisp-mnt.el (lm-with-file):
7924 * emacs-lisp/eieio.el (with-slots):
7925 * emacs-lisp/easymenu.el (easy-menu-define):
7926 * emacs-lisp/debug.el (debugger-env-macro):
7927 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7928 (Multiple-value-call, Multiple-value-prog1):
7929 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7930 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7931 edebug rule to definition.
7932 * emacs-lisp/lisp-mode.el (save-selected-window)
7933 (with-current-buffer, combine-after-change-calls)
7934 (with-output-to-string, with-temp-file, with-temp-buffer)
7935 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7936 (dolist, dotimes, when, unless):
7937 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7938
96ae4c8f
CY
79392010-08-29 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * finder.el: Require `package'.
7942 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7943 (finder-package-info): Var deleted.
7944 (finder-keywords-hash, finder--builtins-alist): New vars.
7945 (finder-compile-keywords): Compute package--builtins and
7946 finder-keywords-hash instead of finder-keywords-hash, respecting
7947 the "Package" header.
f291fe60
SM
7948 (finder-unknown-keywords, finder-list-matches):
7949 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7950 (finder-mode): Don't set font-lock-defaults.
7951 (finder-exit): We don't use "*Finder-package*" and "*Finder
7952 Category*" buffers anymore.
7953
7954 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7955 (package--builtins): Set default value to nil.
7956 (package-initialize): Load precomputed value of package--builtins
7957 from finder-inf.el.
7958 (package-alist, package-compute-transaction)
7959 (package-download-transaction): Improve docstring.
7960 (package-read-all-archive-contents): Do not change
7961 package--builtins here.
7962 (list-packages): Make package-list-packages an alias for this.
7963 Sort by status by default.
7964 (package--list-packages): Add optional PACKAGES arg.
7965 (describe-package-1): Use font-lock-face property. For built-in
7966 packages, insert file commentary.
7967 (package--generate-package-list): Rename from
7968 package-list-packages-internal; all callers changed. Add optional
7969 PACKAGES arg. Add alphabetical sort fallbacks.
7970 (package-menu--version-predicate, package-menu--status-predicate)
7971 (package-menu--description-predicate)
7972 (package-menu--name-predicate): New functions.
7973
7974 * info.el (Info-finder-find-node): Search package-alist instead of
7975 finder-package-info.
7976
e2046ecf
CY
79772010-08-29 Chong Yidong <cyd@stupidchicken.com>
7978
7979 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7980 "alpha" and "beta".
7981 (version-to-list): Handle versions like "10.3d".
7982
6fe79b7c
SM
79832010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7986 (macroexp-accumulate): Use `declare'.
7987
1a868076
VJL
79882010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7989
7990 * whitespace.el (whitespace-style): Adjust type declaration.
7991
9e69cb05
KH
79922010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7993
7994 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7995
79962010-08-26 Chong Yidong <cyd@stupidchicken.com>
7997
7998 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7999 (Bug#6907).
8000
4142607e
NW
80012010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8002
8003 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8004 (js-paren-indent-offset, js-square-indent-offset)
8005 (js-curly-indent-offset): New options.
8006 (js--proper-indentation): Use them.
8007
88a36e60
DC
80082010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8009
8010 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8011 instead of inspecting font-lock properties (Bug#6916).
8012
38dbc4d8
DR
80132010-08-26 David Reitter <david.reitter@gmail.com>
8014
8015 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8016 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8017 (server-execute): Do not run hooks here.
8018
44ffae96
MA
80192010-08-26 Michael Albinus <michael.albinus@gmx.de>
8020
8021 Sync with Tramp 2.1.19.
8022
0dc3e410
MA
8023 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8024 deleting tmpfile.
8025 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8026
0dc3e410 8027 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8028 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8029 (tramp-completion-handle-file-name-completion):
8030 Use `tramp-connectable-p'.
20b8ac83 8031
44ffae96
MA
8032 * net/trampver.el: Update release number.
8033
cb6c4991
CY
80342010-08-26 Chong Yidong <cyd@stupidchicken.com>
8035
8036 * help.el (help-map): Bind `C-h P' to describe-package.
8037
8038 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8039
8040 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8041 when downloading archives.
8042 (describe-package-1): Add package commentary.
8043 (package-install-button-action): New function.
8044 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8045 (package-menu-view-commentary): Function removed.
8046 (package-list-packages-internal): Hide the `package' package too.
8047
b60f961f
KH
80482010-08-25 Kenichi Handa <handa@m17n.org>
8049
8050 * language/misc-lang.el ("Arabic"): New language environment.
8051 Setup composition-function-table for Arabic characters.
8052
8053 * international/fontset.el (setup-default-fontset): Fix typo for
8054 arabic OTF spec (fini->fina).
8055
a0c16be4
J
80562010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8057
8058 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8059 on all frames.
8060
85cc3d4f
VJL
80612010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8062
8063 * whitespace.el: Allow cleaning up blanks without blank
8064 visualization (Bug#6651). Adjust help window for
8065 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8066 instead of whitespace-line-column (from EmacsWiki). New version
8067 13.1.
88b5a757 8068 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8069 (whitespace-space, whitespace-hspace, whitespace-tab):
8070 Adjust foreground property face.
85cc3d4f
VJL
8071 (whitespace-line-column): Adjust docstring and type declaration.
8072 (whitespace-style-value-list, whitespace-toggle-option-alist)
8073 (whitespace-help-text): Adjust const initialization.
8074 (whitespace-toggle-options, global-whitespace-toggle-options):
8075 Adjust docstring.
8076 (whitespace-display-window, whitespace-interactive-char)
8077 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8078 (whitespace-help-scroll): New fun.
8079
cb8759ca
CY
80802010-08-24 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * emacs-lisp/package.el (list-packages): Alias for
8083 package-list-packages.
8084
44a41a47
KR
80852010-08-24 Kevin Ryde <user42@zip.com.au>
8086
be7748e7
KR
8087 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8088 (Bug#5651).
8089
44a41a47
KR
8090 * progmodes/ruby-mode.el (ruby): Add defgroup.
8091
edfd00fa
CY
80922010-08-24 Chong Yidong <cyd@stupidchicken.com>
8093
8094 * progmodes/python.el: Add Ipython support (Bug#5390).
8095 (python-shell-prompt-alist)
8096 (python-shell-continuation-prompt-alist): New options.
8097 (python--set-prompt-regexp): New function.
6a7662bb
BR
8098 (inferior-python-mode, run-python, python-shell):
8099 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8100 prompt based on the Python interpreter.
8101 (python--prompt-regexp): New var.
8102 (python-check-comint-prompt)
8103 (python-comint-output-filter-function): Use it.
8104 (run-python): Use a pipe (Bug#5694).
8105
81062010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8107
8108 * progmodes/python.el (python-send-region): Send a different
8109 Python command if Ipython is in use.
8110 (python-check-version): Use a Python command to find the version.
8111
1c409d0b
CY
81122010-08-24 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * mouse.el (mouse-yank-primary): Avoid setting primary when
8115 deactivating the mark (Bug#6872).
8116
733946e7 81172010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8118
8119 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8120 with "else" (Bug#3991).
8121
e73f184c
MA
81222010-08-23 Michael Albinus <michael.albinus@gmx.de>
8123
8124 * net/dbus.el: Accept UNIX domain sockets as bus address.
8125 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8126 this is done in dbusbind.c.
e73f184c
MA
8127 (dbus-check-event): Adapt test for bus.
8128 (dbus-return-values-table, dbus-unregister-service)
8129 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8130 Adapt doc string.
8131
1a140747
JB
81322010-08-23 Juanma Barranquero <lekktu@gmail.com>
8133
8134 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8135
7133b7ee
JL
81362010-08-22 Juri Linkov <juri@jurta.org>
8137
8138 * simple.el (read-extended-command): New function with the logic
8139 for `completing-read' moved to Elisp from `execute-extended-command'.
8140 Use `function-called-at-point' in `minibuffer-default-add-function'
8141 to get a command name for M-n (bug#5364, bug#5214).
8142
198a7a97
CY
81432010-08-22 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * startup.el (command-line-1): Issue warning for ignored arguments
8146 --unibyte, etc (Bug#6886).
8147
c00725d7
LL
81482010-08-22 Leo <sdl.web@gmail.com>
8149
8150 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8151 (ignore, bright, dim, keyword): Split list of nicknames before
8152 passing to rcirc-add-or-remove (Bug#6894).
8153
bc7d7ea6
CY
81542010-08-22 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8157
b0126eac 81582010-08-22 Leo <sdl.web@gmail.com>
e0143335 8159
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8160 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8161 * ido.el: Revert Óscar's.
e0143335
LL
8162 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8163 Remember the buffers at head, rather than their name.
76e3243a 8164 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8165
b0126eac 81662010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8167 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8170 extra backslash added to each line (bug#6890).
8171
b0126eac 81722010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8173
8174 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8175
b0126eac 81762010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8177
8178 * menu-bar.el (menu-bar-games-menu): Add landmark.
8179
b0126eac 81802010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8181
9130a2d6
GM
8182 * align.el (align-regexp): Make group and spacing arguments
8183 use the interactive defaults when non-interactive. (Bug#6698)
8184
fb89a654
GM
8185 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8186 expansion, so as not to need sendmail.
8187 (mail-text-start): Remove declaration.
8188 (rmail-retry-failure): Require sendmail.
8189
b0126eac 81902010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8191
8192 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8193
b0126eac 81942010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8195
186e86db
SM
8196 * progmodes/flymake.el (flymake-start-syntax-check-process):
8197 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8198
b0126eac 81992010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8200
8201 * files.el: Add `word-wrap' as safe local variable.
8202
b0126eac 82032010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8204
8205 * woman.el (woman-translate): Case matters. (Bug#6849)
8206
b0126eac 82072010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8208
8209 * simple.el (kill-region): Doc fix (Bug#6787).
8210
b0126eac 82112010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8212
8213 * calendar/diary-lib.el (diary-header-line-format):
8214 Fit it to the window, not the frame.
8215
b0126eac 82162010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8217
8218 * subr.el (ignore-errors): Add debug declaration.
8219
b0126eac 82202010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8221
8222 * whitespace.el (whitespace-color-off): Remove post-command-hook
8223 locally.
8224
537ffaf3
SM
82252010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8228
d64b8a68
CY
82292010-08-21 Chong Yidong <cyd@stupidchicken.com>
8230
8231 * cus-edit.el (custom-group-value-create): Add extra newline
8232 before end line (Bug#6876).
8233
d2625c3d
CY
82342010-08-21 Chong Yidong <cyd@stupidchicken.com>
8235
8236 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8237 when extending it. Before killing on the second click, check if
8238 the buffer is the correct one. Doc fix.
8239 (mouse-secondary-save-then-kill): Allow usage without first
8240 calling mouse-start-secondary, by defaulting to point. Don't save
8241 an empty secondary selection. Doc fix.
8242
80525855
VJL
82432010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8244
91bdeb66
VJL
8245 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8246 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8247 New version 13.0.
80525855
VJL
8248 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8249 Adjust initialization.
8250 (whitespace-bob-marker, whitespace-eob-marker)
8251 (whitespace-buffer-changed): New vars.
8252 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8253 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8254 (whitespace-post-command-hook, whitespace-display-char-on):
8255 Adjust code.
80525855 8256 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8257 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8258
4b9c0a49
SM
82592010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8260
118cf454
SM
8261 * files.el (locate-file-completion-table): Only list the .el and .elc
8262 extensions if there's no other choice (bug#5955).
8263
a2e5caf7
SM
8264 * facemenu.el (facemenu-self-insert-data): New var.
8265 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8266 New functions.
8267 (facemenu-add-face): Use them.
8268
4b9c0a49
SM
8269 * simple.el (blink-matching-open): Obey forward-sexp-function.
8270
0193499f
SM
82712010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8272
b2a15250
SM
8273 * simple.el (prog-mode-map): New var.
8274 (prog-indent-sexp): New command.
8275
b5ba2d6f
SM
8276 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8277
9acd1bdc
SM
8278 * progmodes/prolog.el (smie): Require.
8279
8723cfa4
SM
8280 * emacs-lisp/smie.el (smie-default-backward-token)
8281 (smie-default-forward-token): Strip properties.
8282 (smie-next-sexp): Be more careful with associative operators.
8283 (smie-forward-sexp-command): Generalize.
8284 (smie-backward-sexp-command): Simplify.
8285 (smie-closer-alist): New var.
8286 (smie-close-block): New command.
8287 (smie-indent-debug-log): New var.
8288 (smie-indent-offset-rule): Add a few more cases.
8289 (smie-indent-column): New function.
8290 (smie-indent-after-keyword): Use it.
8291 (smie-indent-keyword): Use it.
8292 Fix up the opener code's point position.
8293 (smie-indent-comment): Only applies at BOL.
8294 (smie-indent-debug): New command.
8295
0193499f
SM
8296 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8297 declarations that are useful before running the macro.
8298
0c9b8993
GM
82992010-08-18 Joakim Verona <joakim@verona.se>
8300
8301 * image.el (imagemagick-types-inhibit): New variable.
8302 (imagemagick-register-types): New function.
8303 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8304 (image-transform-set-scale, image-transform-fit-to-height)
8305 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8306 (image-transform-fit-to-width, image-transform-fit-to-height):
8307 New functions.
ccd80618
JV
8308 (image-toggle-display-image): Support image transforms.
8309
1075cd61
KY
83102010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8311
8312 * image.el (create-animated-image): Don't add heuristic mask to image
8313 (Bug#6839).
8314
64cb6c78
J
83152010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8316
0193499f
SM
8317 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8318 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8319
ff80a446
SM
83202010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8321
afa22f7c
SM
8322 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8323
ff80a446
SM
8324 Font-lock '...' strings, plus various simplifications and fixes.
8325 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8326 (octave-font-lock-close-quotes): New function.
8327 (octave-font-lock-syntactic-keywords): New var.
8328 (octave-mode): Use it. Set beginning-of-defun-function.
8329 (octave-mode-map): Don't override the <foo>-defun commands.
8330 (octave-mode-menu): Pass it directly to easy-menu-define;
8331 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8332 (octave-block-match-alist): Fix up last change so that
8333 octave-close-block uses the more specific keyword.
8334 (info-lookup-mode): Silence byte-compiler.
8335 (octave-beginning-of-defun): Not interactive any more.
8336 Optimize slightly.
8337 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8338 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8339 (octave-completion-at-point-function): Make sure point is within
8340 beg..end.
8341 (octave-reindent-then-newline-and-indent):
8342 Use reindent-then-newline-and-indent.
8343 (octave-add-octave-menu): Remove.
8344
2269b349
JD
83452010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8346
489cd5bd
JD
8347 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8348 (report-emacs-bug-can-use-xdg-email): New functions.
8349 (report-emacs-bug): Set can-xdg-email to result of
8350 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8351 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8352 about it.
30ebab6d 8353
a2fb159c
GM
8354 * net/browse-url.el (browse-url-default-browser): Add cond
8355 for browse-url-xdg-open.
8356 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8357
83582010-08-17 Glenn Morris <rgm@gnu.org>
8359
8360 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8361 (c-fontify-recorded-types-and-refs): Define for compiler.
8362 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8363 before use.
8364
8365 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8366 Fix format call.
8367
bb6aba9c
MA
83682010-08-17 Michael Albinus <michael.albinus@gmx.de>
8369
8370 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8371 properties.
8372 (tramp-handle-process-file): Call the program in a subshell, in
8373 order to preserve working directory.
8374 (tramp-action-password): Hide password prompt before next run.
8375 (tramp-process-actions): Widen connection buffer for the trace.
8376
8f10c937
DD
83772010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8378
8379 * net/rcirc.el (rcirc-log-process-buffers): New option.
8380 (rcirc-print): Use it.
8381 (rcirc-generate-log-filename): New function.
8382 (rcirc-log-filename-function): Change default to
8383 rcirc-generate-log-filename (Bug#6828).
8384
7c23dd44
CY
83852010-08-16 Chong Yidong <cyd@stupidchicken.com>
8386
8387 * simple.el (deactivate-mark): If select-active-regions is `only',
8388 only set selection for temporarily active regions.
8389
8390 * cus-start.el: Change defcustom for select-active-regions.
8391
6d3e82d2
CY
83922010-08-15 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8395 (mouse-drag-track): Use LOCATION arg to push-mark.
8396 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8397 consideration when updating point and mark (Bug#6840).
8398
c68263b1
CY
83992010-08-15 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8402 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8403
456f369a
ŠN
84042010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8405
ff80a446
SM
8406 * font-lock.el (lisp-font-lock-keywords-2):
8407 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8408 with-demoted-errors, and with-silent-modifications (Bug#6025).
8409
c22e18f5
KR
84102010-08-14 Kevin Ryde <user42@zip.com.au>
8411
8412 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8413 (copyright-update): Temporary switch-to-buffer to ensure the
8414 buffer change being queried is visible (Bug#5394).
c22e18f5 8415
6f1a6faf
TT
84162010-08-14 Tom Tromey <tromey@redhat.com>
8417
8418 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8419 (Bug#6733).
8420
e7afcf30
EZ
84212010-08-14 Eli Zaretskii <eliz@gnu.org>
8422
8423 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8424 MS-DOS. (Bug#6689)
8425
2b4e6277
J
84262010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8427
8428 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8429 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8430 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8431 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8432 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8433 Call menu-bar-set-tool-bar-position.
2b4e6277 8434
dc94fc85
SM
84352010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8436
c5683ceb
SM
8437 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8438 comment style (bug#6834).
8439 * progmodes/scheme.el (scheme-mode-syntax-table):
8440 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8441 "b" flag in "' 14b" syntax.
8442
c82d5b11
SM
8443 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8444 for (un)commenting the region and performing completion.
8445 (octave-mode-menu): Use standard commands for help and completion.
8446 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8447 (octave-mode): Use define-derived-mode.
8448 Set completion-at-point-functions and don't set columns.
8449 Don't disable adaptive-fill-regexp.
8450 (octave-describe-major-mode, octave-comment-region)
8451 (octave-uncomment-region, octave-comment-indent)
8452 (octave-indent-for-comment): Remove.
8453 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8454 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8455 (octave-initialize-completions): No need to make an alist.
8456 (octave-completion-at-point-function): New function.
8457 (octave-complete-symbol): Use it.
8458 (octave-insert-defun): Use define-skeleton.
8459
8460 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8461 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8462
abec5126 84632010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8464
8465 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8466 indentation of inserted comment.
8467
3a46642b
J
84682010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8469
8470 * faces.el (region): Add type gtk that uses gtk colors.
8471
8472 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8473 Handle theme-name change.
8474
3bd2cfef
MM
84752010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8476
8477 * progmodes/sql.el: Version 2.5
8478 (sql-product-alist): Add :prompt-cont-regexp property for several
8479 database products.
8480 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8481 (sql-output-newline-count, sql-output-by-send):
8482 New variables. Record number of newlines in input text.
3bd2cfef
MM
8483 (sql-send-string): Handle multiple filters and count newlines.
8484 (sql-send-magic-terminator): Count terminator newline.
8485 (sql-interactive-remove-continuation-prompt): Filters output to
8486 remove continuation prompts; one for each newline.
8487 (sql-interactive-mode): Set up new variables, prompt regexp and
8488 output filter.
8489 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8490 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8491
d02c9bcd
SM
84922010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * emacs-lisp/pcase.el: New file.
8495
80ca4f1e
MA
84962010-08-10 Michael Albinus <michael.albinus@gmx.de>
8497
8498 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8499 as here-document, otherwise the command could exceed maximum
8500 length of command line.
d02c9bcd
SM
8501 (tramp-handle-vc-registered): Call script accordingly.
8502 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8503
2948599b
KH
85042010-08-10 Kenichi Handa <handa@m17n.org>
8505
8506 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8507 composable pattern.
8508
148cef8e
CY
85092010-08-09 Chong Yidong <cyd@stupidchicken.com>
8510
8511 * emacs-lisp/package.el (package-version-split)
8512 (package--version-first-nonzero, package-version-compare):
8513 Functions removed.
8514 (package-directory-list, package-load-all-descriptors)
8515 (package--built-in, package-activate, define-package)
8516 (package-installed-p, package-compute-transaction)
8517 (package-read-all-archive-contents)
8518 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8519 (package-tar-file-info, package-list-packages-internal):
8520 Use version-to-list and version-list-*.
148cef8e 8521
d02c9bcd
SM
8522 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8523 Use version-to-list.
148cef8e
CY
8524 (package-upload-buffer-internal): Use version-list-<=.
8525
82a9ce0f
KH
85262010-08-09 Kenichi Handa <handa@m17n.org>
8527
231e5e5f 8528 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8529 composable pattern.
8530
7adf5fdc
CY
85312010-08-08 Chong Yidong <cyd@stupidchicken.com>
8532
fc560445
CY
8533 * tutorial.el (tutorial--default-keys): C-d is now bound to
8534 delete-forward-char (Bug#6826).
8535
7adf5fdc
CY
8536 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8537 for `double' value of mouse-1-click-follows-link (Bug#6807).
8538
e54a1075
JB
85392010-08-08 Johan Bockgård <bojohan@gnu.org>
8540
8541 * replace.el (replace-highlight): Bind isearch-forward and
8542 isearch-error, ensuring that highlighting is updated if the user
8543 switches the search direction (Bug#6808).
8544
8545 * isearch.el (isearch-lazy-highlight-forward): New var.
8546 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8547 (isearch-lazy-highlight-update): Use it.
8548
7815fe19 85492010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8550
8d9e03e4
JB
8551 * international/mule.el (define-charset): Store NAME as :base property.
8552 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8553 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8554 current priority. Force using the designation of the specific
8d9e03e4 8555 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8556
7815fe19 85572010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8558
8559 * emulation/pc-select.el (pc-selection-mode-hook)
8560 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8561 (pc-selection-mode): Fix typos in docstrings.
8562
7815fe19 85632010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8564
8565 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8566 ctext-non-standard-encodings-alist here.
8567
8d9e03e4
JB
8568 * international/mule.el (ctext-non-standard-encodings-alist):
8569 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8570 (ctext-standard-encodings): New variable.
8571 (ctext-non-standard-encodings-table): List only elements for
8572 non-standard encodings.
186e86db 8573 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8574 Check ctext-standard-encodings.
8575
8576 * international/mule-conf.el (compound-text): Doc fix.
8577 (ctext-no-compositions): Doc fix.
8578 (compound-text-with-extensions): Doc fix.
8579
7815fe19 85802010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8581
8582 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8583
8d9e03e4 85842010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8585
9ebc731b
JB
8586 * progmodes/which-func.el (which-func-format): Split help-echo text
8587 into lines, like other mode-line tooltips.
8588
d5b8058f
JB
8589 * server.el (server-start): When using TCP sockets, force IPv4
8590 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8591
8d9e03e4 85922010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8593
8594 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8595
8d9e03e4 85962010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8597
8598 * term.el (term-delimiter-argument-list): Reflow docstring.
8599 (term-read-input-ring, term-write-input-ring, term-send-input)
8600 (term-bol, term-erase-in-display, serial-supported-or-barf):
8601 Fix typos in docstrings.
8602
8d9e03e4 86032010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8604
8605 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8606
8d9e03e4 86072010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8608
8609 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8610
8d9e03e4 86112010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8612
8613 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8614 Fix typo in docstring (bug#6747).
8615
7815fe19 86162010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8617
8618 * eshell/esh-io.el (eshell-get-target): Better detection of
8619 read-only file (Bug#6762).
8620
7815fe19 86212010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8622
8623 * align.el (align-default-spacing): Doc fix.
8624 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8625
733946e7 86262010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8627
490b89ac 8628 * calendar/icalendar.el
93acd23d
JB
8629 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8630 (icalendar--get-weekday-numbers): New.
81ee9410 8631 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8632 values in weekly rules. (Bug#6766)
81ee9410 8633
490b89ac
UJ
86342010-08-08 Ulf Jasper <ulf.jasper@web.de>
8635
8636 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8637 (icalendar--create-uid, icalendar-export-region)
8638 (icalendar--parse-summary-and-rest): Code formatting.
8639
2c695727
JB
86402010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8641
01c35094 8642 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8643 to italicize headers.
8644 (calc-highlight-selections-with-faces): New variable.
8645 (calc-selected-face, calc-nonselected-face): New faces.
8646
8647 * calc/calccomp.el (math-comp-highlight-string): Use
8648 `calc-highlight-selections-with-faces' to determine how to highlight
8649 sub-formulas.
8650
8651 * calc/calc-sel.el (calc-show-selections): Change message to when
8652 using faces to highlight selections.
8653
b93d4f22
MM
86542010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8655
8d9e03e4
JB
8656 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8657 Add SQLite 3 keywords, functions and datatypes.
8658 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8659 (Bug#6686).
8660
9852377f
CY
86612010-08-07 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * simple.el (select-active-regions): Move to keyboard.c.
8664 (deactivate-mark): Used saved-region-selection.
8665 (select-active-region): Function removed.
8666 (activate-mark, set-mark, push-mark-command)
8667 (handle-shift-selection): Don't call it.
8668 (keyboard-quit): Avoid adding the region to the window selection.
8669
8670 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8671 select-active-regions implementation.
8672 (mouse-yank-at-click): Doc fix.
8673
8674 * cus-start.el: Add custom declaration for select-active-regions.
8675
822775bf
EZ
86762010-08-07 Eli Zaretskii <eliz@gnu.org>
8677
4c5130d6
EZ
8678 * simple.el (delete-forward-char): Doc fix.
8679
822775bf
EZ
8680 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8681 after reading the tutorial.
8682
bd4c5e3e
AM
86832010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8684
6a7662bb
BR
8685 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8686 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8687 their respective lines. (Bug#193)
bd4c5e3e 8688
d00fa9b6
MA
86892010-08-06 Michael Albinus <michael.albinus@gmx.de>
8690
8d9e03e4 8691 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8692 property "vec".
6a7662bb
BR
8693 (tramp-process-sentinel): Use it for flushing the cache.
8694 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8695 already when running the sentinel.
8696
86972010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8698
8699 * comint.el (comint-mode): Make directory tracking functions
8700 functional on remote files. (Bug#6764)
8701
b3d42406
DN
87022010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8703
8704 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8705
29cf3e20
EZ
87062010-08-05 Eli Zaretskii <eliz@gnu.org>
8707
6a7662bb
BR
8708 * emacs-lisp/find-gc.el (find-gc-source-files):
8709 Rename unexec.c => unexcoff.c.
29cf3e20 8710
6a7662bb
BR
8711 * emacs-lisp/authors.el (authors-fixed-entries):
8712 Rename unexec.c => unexcoff.c.
29cf3e20 8713
39e1bf0b
MA
87142010-08-05 Michael Albinus <michael.albinus@gmx.de>
8715
8716 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8717 cache, not only file cache.
8718 (tramp-process-sentinel): New defun.
8719 (tramp-handle-start-file-process): Use it, in order to invalidate
8720 file caches.
8721
9f982e22
LL
87222010-08-03 Leo <sdl.web@gmail.com>
8723
8724 * server.el (server-start): Simplify loop.
8725
0798a8d8
SM
87262010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8727
548c5c47
SM
8728 * frame.el (screen-height, screen-width, set-screen-width)
8729 (set-screen-height): Remove ancient compatibility aliases.
8730
3311d1c2
SM
8731 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8732 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8733
0798a8d8
SM
8734 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8735 that change current buffer.
8736
26ee77a6
YM
87372010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8738
8739 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8740 beginning of the string. Use `string-match-p'. (Bug#6765)
8741
aa1859f5
J
87422010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8743
8744 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8745
376c2b6b
CY
87462010-08-01 Chong Yidong <cyd@stupidchicken.com>
8747
0798a8d8 8748 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8749 (package--builtins): Tweak descriptions.
0798a8d8
SM
8750 (package-print-package): Upcase descriptions if necessary.
8751 Show all built-in packages in font-lock-builtin-face.
8752 (package-list-packages-internal): Omit "emacs" package.
8753 Show status of built-in packages as "built-in".
376c2b6b 8754
16041401
CY
87552010-07-31 Chong Yidong <cyd@stupidchicken.com>
8756
8757 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8758 before killing to preserve the primary selection (Bug#6701).
8759
8760 * term/x-win.el (x-select-text): Doc fix.
8761
0798a8d8
SM
87622010-07-31 Nathaniel Flath <flat0103@gmail.com>
8763
452ea855
AM
8764 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8765 (objc-font-lock-extra-types):
452ea855 8766 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8767 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8768 (c++-make-template-syntax-table)
8769 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8770 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8771 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8772 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8773 * progmodes/cc-fonts.el (c-make-inverse-face)
8774 (c-basic-matchers-after):
452ea855
AM
8775 * progmodes/cc-engine.el (c-forward-keyword-clause)
8776 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8777 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8778 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8779 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8780 The above functions were modified or created.
452ea855 8781
37766706
J
87822010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8783
0798a8d8 8784 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8785
cd83d522
EZ
87862010-07-31 Eli Zaretskii <eliz@gnu.org>
8787
8788 * files.el (bidi-paragraph-direction): Define safe local values.
8789
8790 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8791 language-info-alist. Remove outdated FIXME in a comment.
8792
28e5cf7c
AM
87932010-07-31 Alan Mackenzie <acm@muc.de>
8794
8795 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8796 Auto-fill broken in C/C++ modes.
8797
bfeabdc3
JD
87982010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8799
8800 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8801 (menu-bar-showhide-tool-bar-menu-customize-disable)
8802 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8803 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8804 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8805 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8806 make a menu for Options => toolbar that can move it.
8807
063e5294
CY
88082010-07-29 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * emacs-lisp/package-x.el (package--make-rss-entry):
8811 (package-maint-add-news-item, package--update-news)
8812 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8813
8814 * emacs-lisp/package.el (package-archive-url): Rename from
8815 package-archive-id.
8816 (package-install): Doc fix.
8817 (package-download-single, package-download-tar, package-install)
8818 (package-menu-view-commentary): Callers changed.
8819
683cc385
MA
88202010-07-29 Michael Albinus <michael.albinus@gmx.de>
8821
8822 * net/tramp.el (tramp-handle-start-file-process): Check only for
8823 `remote-tty' process property.
8824 (tramp-open-shell): Don't check for tty.
8825 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8826 process property.
8827
8828 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8829 host.
8830
bc44bef7
PH
88312010-07-28 Chong Yidong <cyd@stupidchicken.com>
8832
8833 * emacs-lisp/package.el (package-load-list, package-archives)
8834 (package-archive-contents, package-user-dir)
8835 (package-directory-list, package--builtins, package-alist)
8836 (package-activated-list, package-obsolete-alist): Mark as risky.
8837
88382010-07-28 Phil Hagelberg <phil@evri.com>
8839
8840 Add support for non-default package repositories.
8841 * emacs-lisp/package.el (package-archive-base): Var deleted.
8842 (package-archives): New variable.
8843 (package-archive-contents): Doc fix.
0798a8d8 8844 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8845 (package--write-file-no-coding): New function.
8846 (package-unpack-single): Use it.
8847 (package-archive-id): New function.
8848 (package-download-single, package-download-tar)
8849 (package-menu-view-commentary): Use it.
8850 (package-installed-p): Make second argument optional.
8851 (package-read-all-archive-contents): New function.
8852 (package-initialize): Use it.
8853 (package-read-archive-contents): Add ARCHIVE argument.
8854 (package--add-to-archive-contents): New function.
8855 (package-install): Don't call package-read-archive-contents.
8856 (package--download-one-archive): Store archive file in a
8857 subdirectory of package-user-dir.
8858 (package-menu-execute): Remove spurious line movement.
8859
8a52f00a
JD
88602010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8861
8862 * cus-start.el (tool-bar-style): Add text-image-horiz.
8863
b21d3ceb
MA
88642010-07-28 Michael Albinus <michael.albinus@gmx.de>
8865
8866 * progmodes/gud.el (gud-common-init): Check for remoteness of
8867 `file', and not of `default-directory'.
8868
8fbcce2d
MA
88692010-07-28 Michael Albinus <michael.albinus@gmx.de>
8870
8871 * net/tramp.el (tramp-methods): Move hostname to the end in all
8872 ssh `tramp-login-args'.
8873 (tramp-verbose): Describe verbose level 9.
8874 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8875 (tramp-open-connection-setup-interactive-shell): Trace stty
8876 settings if `tramp-verbose' >= 9.
8877 (tramp-handle-start-file-process): Implement tty setting.
8878 (Bug#4604, Bug#6360)
8879
8880 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8881 `tramp-verbose' to 9.
8882
128440c9
AH
88832010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8884
8885 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8886 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8887 Remove references to package `lisp-re' (bug#4369).
8888
ae0c2494
TT
88892010-07-27 Tom Tromey <tromey@redhat.com>
8890
8891 * progmodes/js.el (js-mode):
8892 * progmodes/make-mode.el (makefile-mode):
8893 * progmodes/simula.el (simula-mode):
8894 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8895
0ed082fe 88962010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8897
8898 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8899
7c7c04c0
JB
8900 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8901 (display-time-world-buffer-name, display-time-world-mode-map):
8902 Fix typos in docstrings.
8903
0ed082fe 89042010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8905
8906 * image-mode.el (image-display-size): New function.
8907 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8908 (image-mode-fit-frame): Use it (Bug#6639).
8909
0ed082fe 89102010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8911
8912 * dired.el (dired-buffers-for-dir): Handle list values of
8913 dired-directory (Bug#6636).
8914
aa2d4bd3
SS
89152010-07-26 Sam Steingold <sds@gnu.org>
8916
8917 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8918 Do not call `x-get-selection' the second time, reuse the value.
8919
78b84da3
DU
89202010-07-26 Daiki Ueno <ueno@unixuser.org>
8921
8922 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8923 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8924
4f195cf7
DU
89252010-07-25 Daiki Ueno <ueno@unixuser.org>
8926
8927 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8928 exists before passing an error to find-file-not-found-functions
8929 (bug#6723).
8930
195e19e4
LH
89312010-07-23 Lukas Huonker <l.huonker@gmail.com>
8932
8933 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8934 Remove leading nil element, adjust values.
8935 (tetris-shapes, tetris-shape-scores):
8936 Change representation of shapes and remove some redundancy.
8937 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8938 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8939 Adjust for working with new representation of shapes.
8940 (tetris-shape-rotations): New function.
8941 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8942 (tetris-rotate-prev, tetris-rotate-next):
8943 Adjust for working with the new version of tetris-test-shape.
8944
9cf2db99
MT
89452010-07-23 Markus Triska <markus.triska@gmx.at>
8946
8947 * progmodes/ps-mode.el: Use comint (bug#5954).
8948 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8949 (ps-mode-other-newline): Simplify.
8950 (ps-run-mode): Derive from comint-mode instead of
8951 fundamental-mode, yielding input history etc.
8952 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8953 (ps-run-send-string): Adapt for comint-mode.
8954 (ps-run-newline): Remove now unneeded function.
8955
225d5e9e
MA
89562010-07-23 Michael Albinus <michael.albinus@gmx.de>
8957
8958 * net/tramp.el (tramp-methods): Move hostname to the end in all
8959 plink `tramp-login-args'.
8960
84bc68f2
MA
89612010-07-23 Michael Albinus <michael.albinus@gmx.de>
8962
8963 * net/tramp.el (tramp-open-shell): New defun.
8964 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8965 Use it.
8966
1eb5ca1c
MA
89672010-07-23 Michael Albinus <michael.albinus@gmx.de>
8968
8969 * net/tramp.el (tramp-file-name-regexp-unified)
8970 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8971 not regard the volume letter as remote filename. (Bug#5447)
8972
440735a7
JB
89732010-07-23 Juanma Barranquero <lekktu@gmail.com>
8974
8975 * custom.el (custom-declare-variable): Give a clearer error message
8976 when the docstring is missing (bug#6476).
8977
5474c40f
MM
89782010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8979
8980 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8981 (sql-login-params): New widget definition.
8982 (sql-oracle-login-params, sql-mysql-login-params)
8983 (sql-solid-login-params, sql-sybase-login-params)
8984 (sql-informix-login-params, sql-ingres-login-params)
8985 (sql-ms-login-params, sql-postgres-login-params)
8986 (sql-interbase-login-params, sql-db2-login-params)
8987 (sql-linter-login-params): Use it.
8988 (sql-sqlite-login-params): Use it; Define "database" parameter as
8989 a file name.
c4cc8b9a 8990 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8991 (sql-comint-sqlite): Make sure database name is complete.
8992 (sql-for-each-login): New function.
8993 (sql-connect, sql-save-connection): Use it.
8994 (sql-get-login-ext): New function.
8995 (sql-get-login): Use it.
8996 (sql-make-alternate-buffer-name): Handle :file parameters.
8997
9c0deccb
JB
89982010-07-22 Juanma Barranquero <lekktu@gmail.com>
8999
9000 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9001 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9002
aac818a8
TL
90032010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9004
9005 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9006
47d2734f
LM
90072010-07-22 Lawrence Mitchell <wence@gmx.li>
9008
9009 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9010
10e73994
MA
90112010-07-21 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/tramp.el (tramp-get-ls-command)
9014 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9015 instead of "/".
9016
d26b0ea9
MM
90172010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9018
9019 * progmodes/sql.el: Version 2.3.
f49d1f52 9020 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9021 enhanced the widget definition.
88b5a757
DD
9022 (sql-mode-menu): Add submenu to select connections.
9023 (sql-interactive-mode-menu): Add "Save Connection" item.
9024 (sql-add-product): Fix menu item.
d26b0ea9 9025 (sql-get-product-feature): Improved error handling.
5f9d345c 9026 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9027 (sql-make-alternate-buffer-name): Simplified.
9028 (sql-product-interactive): Handle missing product.
9029 (sql-connect): Support string keys, minor improvements.
9030 (sql-save-connection): New function.
9031 (sql-connection-menu-filter): New function.
9032
af4b9ae5
MA
90332010-07-20 Michael Albinus <michael.albinus@gmx.de>
9034
9035 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9036 (tramp-open-connection-setup-interactive-shell):
9037 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9038 `tramp-send-command' where it belongs to.
9039
da040a16
MA
90402010-07-20 Michael Albinus <michael.albinus@gmx.de>
9041
9042 * net/tramp.el (tramp-perl-file-attributes)
9043 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9044 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9045 front of `login-args'.
9046
16f3ade5
JB
90472010-07-19 Juanma Barranquero <lekktu@gmail.com>
9048
9049 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9050 Set `show-trailing-whitespace' to nil.
9051 (display-time-world-display): Simplify.
9052
00af0b67
AM
90532010-07-18 Alan Mackenzie <acm@muc.de>
9054
9055 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9056 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9057 (c-before-hack-hook): Call `c-set-style' differently according to
9058 whether c-file-style was set in file or directory local
9059 variables.
9060
30c4d8dc
MM
90612010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9062
9063 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9064 (sql-product, sql-user, sql-database, sql-server, sql-port):
9065 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9066 property.
9067 (sql-password): Use defcustom :risky keyword rather than putting
9068 risky-local-variable property.
9069 (sql-oracle-login-params, sql-sqlite-login-params)
9070 (sql-solid-login-params, sql-sybase-login-params)
9071 (sql-informix-login-params, sql-ingres-login-params)
9072 (sql-ms-login-params, sql-postgres-login-params)
9073 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9074 (sql-linter-login-params): Add `port' option.
88b5a757 9075 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9076 (sql-comint-oracle, sql-comint-sybase)
9077 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9078 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9079 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9080 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9081 sql-comint-*.
88b5a757 9082 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9083 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9084 (sql-connection): New variable.
30c4d8dc
MM
9085 (sql-interactive-mode): Set it.
9086 (sql-connection-alist): New variable.
9087 (sql-connect): New function.
9088 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9089 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9090
f12492c8
TV
90912010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9092
9093 * image-mode.el (image-bookmark-make-record): Do not set context
9094 in an image (Bug#6650).
9095
91023c68
CY
90962010-07-17 Chong Yidong <cyd@stupidchicken.com>
9097
9098 * simple.el (select-active-region): New function.
9099 (push-mark-command, set-mark, activate-mark)
9100 (handle-shift-selection): Use it.
9101 (deactivate-mark): Don't check for size of region.
9102
9103 * mouse.el (mouse-drag-track): Use select-active-region.
9104
1c0e8f0e
MA
91052010-07-17 Michael Albinus <michael.albinus@gmx.de>
9106
9107 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9108 "--dired" stronger.
9109
2490cbbc
CY
91102010-07-17 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * term/x-win.el (x-select-enable-primary): Change default to nil.
9113 (x-select-enable-clipboard): Add :version keyword.
9114
9115 * mouse.el (mouse-drag-copy-region):
9116 * simple.el (select-active-regions): Likewise.
9117
f253ef6a
RS
91182010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9119
a628ad9d 9120 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9121 (vc-coding-system-for-diff): Use it to decide whether to inherit
9122 from the file the EOL format for reading the diffs of that file.
9123 (Bug#4451)
9124
134a027f
EZ
91252010-07-16 Eli Zaretskii <eliz@gnu.org>
9126
9127 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9128 unibyte, so compressed attachments are not compressed again.
9129
7e4289ad
MA
91302010-07-16 Michael Albinus <michael.albinus@gmx.de>
9131
9132 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9133 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9134 (tramp-find-shell): Simplify setting connection property.
9135 (tramp-get-ls-command): Make test for "--color=never" stronger.
9136
7473fff9 91372010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9138
9139 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9140 blocks within record declarations (i.e. variant parts) correctly.
9141
a11b38ee
SS
91422010-07-15 Simon South <ssouth@member.fsf.org>
9143
9144 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9145 over literal tokens when parsing so newlines aren't "absorbed" by
9146 single-line comments. Corrects the indentation of case blocks
9147 that have a comment on the first line.
9148
077e0753
KF
91492010-07-14 Karl Fogel <kfogel@red-bean.com>
9150
9151 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9152 by Drew Adams (Bug#5504).
9153
243881ed
J
91542010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9155
9156 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9157 now that Unicode is used (Bug#6594).
243881ed 9158
f9d71b42
CY
91592010-07-14 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * term/x-win.el (x-select-enable-clipboard): Default to t.
9162 (x-initialize-window-system): Don't overwrite Paste menu item.
9163
9164 * simple.el (select-active-regions): Default to t.
9165 (push-mark-command): Don't overwrite primary with empty string.
9166
9167 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9168 (mouse-drag-copy-region): Default to nil.
9169
9170 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9171 Cut/Copy/Paste menu bar items.
9172
a628ad9d 91732010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9174
9175 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9176 Patch applied by Karl Fogel.
9177
9178 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9179 and `bookmark-current-buffer' if they have been already set in
9180 another buffer (e.g gnus-art).
9181
e44fa724 91822010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9183 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9184
9185 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9186
9187 * bookmark.el (bookmark-make-record-default): Allow unneeded
9188 information to be omitted from the record.
9189
9190 Adjust declarations and calls:
9191
9192 * info.el (bookmark-make-record-default): Adjust declaration.
9193 (Info-bookmark-make-record): Adjust call.
9194
9195 * woman.el (bookmark-make-record-default): Adjust declaration.
9196 (woman-bookmark-make-record): Adjust call.
9197
9198 * man.el (bookmark-make-record-default): Adjust declaration.
9199 (Man-bookmark-make-record): Adjust call.
9200
9201 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9202
9203 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9204
0c4371fe
KF
92052010-07-13 Karl Fogel <kfogel@red-bean.com>
9206
9207 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9208 This is also from Thierry Volpiatto's patch in bug #6444. However,
9209 because it was extraneous to the functional change in that patch,
9210 and causes a re-indendation, I am committing it separately.
9211
2bb8db3e 92122010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9213
9214 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9215 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9216 Patch applied by Karl Fogel (Bug#6444).
068a0233 9217
21bd02a6
CY
92182010-07-13 Chong Yidong <cyd@stupidchicken.com>
9219
9220 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9221
79cb9c05
AR
92222010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9223
9224 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9225 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9226 (ns-alternatives-map): Change S-tab binding to backtab
9227 (bug#6616).
9228
9229 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9230 under ns.
9231
beb000f9
AS
92322010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9233
dd86ea11
JB
9234 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9235 (Bug#5806)
e9952282 9236
beb000f9
AS
9237 * language/tv-util.el (tai-viet-re): Remove format.
9238
6f2cdcd1
KH
92392010-07-12 Kenichi Handa <handa@m17n.org>
9240
dd86ea11
JB
9241 * language/hebrew.el: Remove no-byte-compile declaration.
9242 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9243 composition-function-table for 3-character looking back.
9244 (hebrew-font-get-precomposed): New function.
9245 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9246
f479ef6e
CY
92472010-07-11 Chong Yidong <cyd@stupidchicken.com>
9248
9249 * mouse.el (mouse-drag-track): Handle select-active-regions
9250 (Bug#6612).
9251
3277c1ee
MA
92522010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9253
9254 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9255 empty argument to gvfs-copy.
9256
3260caf8
GM
92572010-07-10 Glenn Morris <rgm@gnu.org>
9258
9259 * calendar/calendar.el (calendar-week-end-day): New function.
9260 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9261 Respect calendar-week-start-day. (Bug#6606)
9262 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9263 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9264 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9265 respect calendar-week-start-day.
9266
c876b263
CY
92672010-07-10 Chong Yidong <cyd@stupidchicken.com>
9268
9269 * simple.el (use-region-p): Doc fix (Bug#6607).
9270
dce34635
AG
92712010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9272
6a7662bb
BR
9273 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9274 Add regexps for cucumber and ruby.
dce34635 9275
c0397930
DU
92762010-07-08 Daiki Ueno <ueno@unixuser.org>
9277
9278 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9279 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9280 find-file from opening empty buffer when decryption failed
c0397930
DU
9281 (bug#6568).
9282
fd5539c6
AM
92832010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9284
a628ad9d
JB
9285 * textmodes/ispell.el (ispell-alternate-dictionary):
9286 Use file-readable-p.
fd5539c6
AM
9287 Return nil if no word-list is found at default locations.
9288 (ispell-complete-word-dict): Default to nil.
9289 (ispell-command-loop): Use 'word-list' when using lookup-words.
9290 (lookup-words): Use ispell-complete-word-dict or
9291 ispell-alternate-dictionary. Check for word-list availability
9292 and handle errors if needed with better messages (Bug#6539).
9293 (ispell-complete-word): Use ispell-complete-word-dict or
9294 ispell-alternate-dictionary.
9295
4565b08e
CS
92962010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9297
9298 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9299 builtins (BufferError, BytesWarning, WindowsError; callables
9300 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9301
a2c270e7
GM
93022010-07-07 Glenn Morris <rgm@gnu.org>
9303
9304 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9305 (zone-shift-left): Ignore intangibility, and any errors from
9306 forward-char.
9307 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9308 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9309 deleting, and copying text properties.
9310 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9311 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9312 to point-max is hard.
9313 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9314 (zone-fill-out-screen): Ignore intangibility.
9315
81133808
CY
93162010-07-05 Chong Yidong <cyd@stupidchicken.com>
9317
4ad11f8c
CY
9318 * menu-bar.el (menu-bar-mode):
9319 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9320 if it has been set.
9321
81133808
CY
9322 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9323 word/line selection (Bug#6565).
9324
b24344ca
JB
93252010-07-04 Juanma Barranquero <lekktu@gmail.com>
9326
9327 * net/dbus.el (dbus-send-signal): Declare function.
9328
b1ce08da
MA
93292010-07-04 Michael Albinus <michael.albinus@gmx.de>
9330
9331 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9332 (dbus-register-property): New optional argument EMITS-SIGNAL.
9333 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9334
5592c08f
CY
93352010-07-03 Chong Yidong <cyd@stupidchicken.com>
9336
9337 * mouse.el (mouse-drag-overlay): Variable deleted.
9338 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9339 (mouse--remap-link-click-p): New function.
9340 (mouse-drag-track): Handle dragging by using temporary Transient
9341 Mark mode, instead of a special overlay.
9342 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9343 mouse-show-mark.
9344
9345 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9346 deleted.
9347
a6ed0e28
JL
93482010-07-02 Juri Linkov <juri@jurta.org>
9349
9350 * autoinsert.el (auto-insert-alist): Fix readability
9351 by using dotted pair notation for lambda.
9352
c91e692b
JL
93532010-07-02 Juri Linkov <juri@jurta.org>
9354
9355 * faces.el (read-face-name): Rename arg `string-describing-default'
9356 to `default'. Doc fix. Display the default value in quotes
9357 in the prompt. With empty input, return the `default' arg,
9358 unless the default value is a string (in which case return nil).
9359 (describe-face): Replace the string `default' arg of `read-face-name'
9360 with the symbol `default'.
9361
23640f8f
CY
93622010-07-02 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * emulation/viper-cmd.el (viper-delete-backward-char)
9365 (viper-del-backward-char-in-insert)
9366 (viper-del-backward-char-in-replace, viper-change)
9367 (viper-backward-indent): Replace delete-backward-char with
9368 delete-char (Bug#6552).
9369
b32d1614
CY
93702010-07-01 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9373
c1ef4455
CY
93742010-06-30 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9377 argument passed to frame-creation-function (Bug#5378).
9378
9379 * faces.el (x-handle-named-frame-geometry)
9380 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9381 (face-set-after-frame-default, tty-create-frame-with-faces):
9382 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9383 PARAMETER argument.
9384
55702e89
AS
93852010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9386
9387 * startup.el (command-line): Don't call tool-bar-setup in a
9388 tty-only build.
9389
dc9a226c
CY
93902010-06-30 Chong Yidong <cyd@stupidchicken.com>
9391
9392 * ruler-mode.el (ruler--save-header-line-format): New fun.
9393 (ruler-mode): Use it as a setter function, so as not to overwrite
9394 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9395
a2f043d3
CY
93962010-06-29 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9399 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9400 (vc-log-outgoing): Use it.
9401 (vc-diff-internal): Set diff-vc-backend.
9402
9403 * vc/diff-mode.el (diff-vc-backend): New var.
9404
62d115ef
J
94052010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9406
6a7662bb
BR
9407 * dynamic-setting.el (font-setting-change-default-font):
9408 Remove call to message.
62d115ef 9409
1180f752
KH
94102010-06-28 Kenichi Handa <handa@m17n.org>
9411
9412 * international/quail.el (quail-insert-kbd-layout): Fix the
9413 showing of untranslated characters.
9414
b9229673
CY
94152010-06-28 Chong Yidong <cyd@stupidchicken.com>
9416
9417 * simple.el (delete-active-region): New option.
9418 (delete-backward-char): Implement in Lisp.
9419 (delete-forward-char): New command.
9420
5f9d345c 9421 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9422 (mouse-show-mark): Simplify.
9423
9424 * bindings.el (global-map): Bind delete and DEL, the former to
9425 delete-forward-char.
9426
a628ad9d 94272010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9428
9429 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9430 (ruby-mode): Bind indent-line-function (Bug#5119).
9431
3468f435
CY
94322010-06-27 Chong Yidong <cyd@stupidchicken.com>
9433
9434 * startup.el (command-line): Recognize "0" X resource value.
9435
6431f2e6
CY
94362010-06-27 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * startup.el (command-line): Use X resources to set the value of
9439 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9440
9441 * menu-bar.el (menu-bar-mode):
9442 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9443 Set init-value to t.
9444
9445 * frame.el (frame-notice-user-settings): Don't change
9446 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9447 vice versa (Bug#2249).
9448
b61dfbe2
EZ
94492010-06-26 Eli Zaretskii <eliz@gnu.org>
9450
9451 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9452
f5cbf40e
AM
94532010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9454
a628ad9d
JB
9455 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9456 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9457
a628ad9d 9458 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9459 default directories are expanded (Bug#6143).
f5cbf40e 9460
8f3b8a5f
JL
94612010-06-24 Juri Linkov <juri@jurta.org>
9462
9463 * minibuffer.el (completions-format): Change default from nil to
9464 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9465
5af72a47
JL
94662010-06-24 Juri Linkov <juri@jurta.org>
9467
9468 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9469 buffer-locally to lambda that re-runs the vc diff command.
9470 (Bug#6447)
9471
8f804316
CY
94722010-06-24 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9475 echo area is in use (Bug#3412).
9476
be19ef0b
GM
94772010-06-22 Glenn Morris <rgm@gnu.org>
9478
6555773f
GM
9479 * textmodes/texinfmt.el (texinfo-format-region)
9480 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9481 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9482 (texinfo-format-option, texinfo-noindent):
9483 Use line-beginning-position and line-end-position.
9484
be19ef0b
GM
9485 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9486 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9487 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9488 utf-8 characters.
9489
7f0b7b3e
KF
94902010-06-21 Karl Fogel <kfogel@red-bean.com>
9491
49554388
GM
9492 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9493 forward-line fallout.
9494
e8579ebc
CY
94952010-07-06 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * mouse.el (mouse-appearance-menu): Add docstring.
9498
9499 * help.el (describe-key): Print up-event using key-description.
9500
5d1cd8bd
MA
95012010-07-03 Michael Albinus <michael.albinus@gmx.de>
9502
9503 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9504 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9505 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9506
112dbc0e
MA
95072010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9508
9509 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9510
d0cb23ca
DN
95112010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9512
9513 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9514 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9515 cases that cause insertion.
9516 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9517 with a nil state.
9518
01b229d1
CY
95192010-06-30 Chong Yidong <cyd@stupidchicken.com>
9520
9521 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9522
8bf1c786 95232010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9524
9525 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9526
dfc6544c
CY
95272010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9528
9529 * generic-x.el (bat-generic-mode): Fix regexp for command line
9530 switches (Bug#5719).
9531
b7d4de51
CY
95322010-06-27 Masatake YAMATO <yamato@redhat.com>
9533
dfc6544c
CY
9534 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9535 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9536
53cfe624 95372010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9538
8bf1c786 9539 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9540 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9541 bindings of bookmark-automatically-show-annotations (Bug#6515).
9542
aca54191
EZ
95432010-06-25 Eli Zaretskii <eliz@gnu.org>
9544
9545 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9546 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9547
2330fa87
ŠN
95482010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9549
9550 * comint.el (make-comint, make-comint-in-buffer): Mention return
9551 value in the docstrings. (Bug#6498)
9552
29115ca9
YR
95532010-06-24 Yoni Rabkin <yoni@rabkins.net>
9554
9555 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9556 since it is not present when using some non-default switches.
9557
2c79f053
KF
95582010-06-23 Karl Fogel <kfogel@red-bean.com>
9559
7f0b7b3e
KF
9560 * simple.el (compose-mail): Fix doc string to refer to
9561 `compose-mail-user-agent-warnings', instead of to the
9562 nonexistent `compose-mail-check-user-agent'.
9563
43a91810
AM
95642010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9565
9566 Fix an indentation bug:
9567
9568 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9569 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9570 of existing values.
9571
9572 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9573 (c-clear->-pair-props-if-match-before): now return t when they've
9574 cleared properties, nil otherwise.
9575 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9576 by taking account of the existing value.
9577
9578 * progmodes/cc-defs.el
9579 (c-clear-char-property-with-value-function): Fix this to clear the
9580 property rather than overwriting it with nil.
9581
8adb4c33
CY
95822010-06-20 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * emacs-lisp/package.el (package-print-package): Add link to
9585 package description via describe-package.
9586 (describe-package-1): List package requirements. Add button to
9587 perform installation.
9588 (package-menu-describe-package): New command.
9589
9590 * help-mode.el (help-package): New button type.
9591
cced7584
CY
95922010-06-19 Chong Yidong <cyd@stupidchicken.com>
9593
9594 * emacs-lisp/package.el: Move package-list-packages binding to
9595 menu-bar.el.
9596 (describe-package, describe-package-1, package--dir): New funs.
9597 (package-activate-1): Use package--dir.
9598
9599 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9600
9601 * help-mode.el (help-package-def): New button type.
9602
9603 * menu-bar.el: Move package-list-packages binding here from
9604 package.el.
9605
d148e8f9
GH
96062010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9607
9608 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9609
b1a03ef6
SM
96102010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * emacs-lisp/edebug.el (edebug-read-list):
9613 Phase out old-style backquotes.
9614
dbd6da78
JL
96152010-06-17 Juri Linkov <juri@jurta.org>
9616
9617 * help-mode.el (help-mode): Set buffer-local variable
9618 revert-buffer-function to help-mode-revert-buffer.
9619 (help-mode-revert-buffer): New function.
9620
9621 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9622 before popping to "*info*" (like in other Info functions).
9623 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9624 old-history-forward. Pop to old-buffer-name or "*info*" to
9625 recreate the killed buffer. Set Info-history-forward from
9626 old-history-forward.
9627 (Info-breadcrumbs-depth): Add :group and :version.
9628
64eba874
DN
96292010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9630
9631 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9632
26508c03
AM
96332010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9634
a628ad9d
JB
9635 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9636 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9637
69582fcd
JB
96382010-06-17 Juanma Barranquero <lekktu@gmail.com>
9639
54ea2a0d
JB
9640 * emacs-lisp/package.el (package-menu-mode-map):
9641 Move initialization into declaration.
9642
69582fcd
JB
9643 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9644
44198b6e
CY
96452010-06-17 Chong Yidong <cyd@stupidchicken.com>
9646
9647 * emacs-lisp/package.el (package-archive-base): Point to
9648 elpa.gnu.org.
9649 (package-enable, package-load-list): New defcustoms.
9650 (package-user-dir, package-directory-list): Turn into defcustoms.
9651 Don't include package-user-dir in package-directory-list.
9652 (package--builtins-base): Don't include Emacs as a "package".
9653 (package-subdirectory-regexp): New var.
9654 (package-load-all-descriptors, package-compute-transaction)
9655 (package-download-transaction): Obey package-load-list.
9656 (package-activate-1): Rename from package-do-activate.
9657 (package-list-packages-internal): Check package-load-list.
9658 (package-load-descriptor, package-generate-autoloads)
9659 (package-unpack, package-unpack-single)
6a7662bb
BR
9660 (package--read-archive-file, package-delete):
9661 Use expand-file-name.
44198b6e
CY
9662
9663 * emacs-lisp/package-x.el: New file. Package uploading
9664 functionality split out from package.el.
9665
95b6d681 9666 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9667
96682010-06-17 Tom Tromey <tromey@redhat.com>
9669
9670 * emacs-lisp/package.el: New file.
9671
50d76a9f
DN
96722010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9673
9674 Fix vc-annotate for renamed files when using Git.
76e3243a 9675 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9676 ls-files. Doe not pass the object as a file name to cat-file, it
9677 is not a file name.
9678 (vc-git-annotate-command): Pass the file name using -- to avoid
9679 ambiguity with the revision.
9680 (vc-git-previous-revision): Pass a relative file name.
9681
6095a05b
GM
96822010-06-22 Glenn Morris <rgm@gnu.org>
9683
943375a6
GM
9684 * progmodes/js.el (js-mode-map): Use standard capitalization and
9685 ellipses for menu entries.
9686
6095a05b
GM
9687 * wid-edit.el (widget-complete): Doc fix.
9688
4514199e
JH
96892010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9690
9691 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9692
c4786d60
DN
96932010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9694
11c46b39 9695 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9696 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9697 VC backend. Use it when non-nil.
a628ad9d 9698 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9699 (Bug#6487).
11c46b39 9700
c4786d60 9701 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9702 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9703 Do not pass the file name to the 'previous-revision call when we
9704 don't want a file diff. (Bug#6489)
9705
04ec0963
DN
97062010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9707
11c46b39 9708 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9709 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9710 the VC backend. Use it when non-nil.
76e3243a 9711 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9712 backend to vc-find-revision. (Bug#6487)
9713
c036381c
DN
97142010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9715
9716 Fix reading file names in Git annotate buffers.
95b6d681
JB
9717 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9718 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9719
05c123e6
AM
97202010-06-20 Alan Mackenzie <acm@muc.de>
9721
9722 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9723 in file local variables, set it first.
9724
4111f0c7
GM
97252010-06-19 Glenn Morris <rgm@gnu.org>
9726
74739ffd
GM
9727 * descr-text.el (describe-char-unicode-data): Insert separating
9728 space when needed. (Bug#6422)
9729
4111f0c7
GM
9730 * progmodes/idlwave.el (idlwave-action-and-binding):
9731 Fix typo in 2009-12-03 change. (Bug#6450)
9732
e20f0421
SM
97332010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9736 handling for `lambda' (misunderstanding).
9737
fb3e306a
JB
97382010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9739
dd86ea11 9740 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9741 constants aren't distributed after they are factored out.
9742
e020fb59
JL
97432010-06-16 Juri Linkov <juri@jurta.org>
9744
9745 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9746 `list-colors-print'. (Bug#6332)
9747
b8add347
SM
9748 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9749
36901266
SM
97502010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9751
49b2e83d
SM
9752 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9753 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9754
36901266
SM
9755 * font-lock.el (font-lock-major-mode): Rename from
9756 font-lock-mode-major-mode to distinguish it from
9757 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9758 (font-lock-set-defaults):
9759 * font-core.el (font-lock-default-function): Adjust users.
9760 (font-lock-mode): Don't set it at all.
9761
2a64315a 97622010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9763
76e3243a 9764 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9765
2a64315a 97662010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9767
9768 * calendar/appt.el (appt-time-msg-list): Doc fix.
9769 (appt-check): Let-bind appt-warn-time.
9770 (appt-add): Make the 3rd argument optional.
9771 Simplify argument names. Doc fix. Check for integer WARNTIME.
9772 Only add WARNTIME to the output list if non-nil.
9773
2a64315a 97742010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9775
9776 * calendar/appt.el (appt-check): Let the 3rd element of
9777 appt-time-msg-list specify the warning time.
9778 (appt-add): Add new argument with the warning time. (Bug#5176)
9779
6a7662bb 97802010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9781
76e3243a 9782 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9783 older than version 1.6. (Bug#6361)
9784
2a64315a 97852010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9786
9787 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9788 used by cl-do-arglist. (Bug#6408)
9789
30d7ac37
AM
97902010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9791
6a7662bb
BR
9792 * textmodes/ispell.el (ispell-dictionary-base-alist):
9793 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9794 Suggested by Rolando Pereira (bug#6434).
9795
8fd02581
JB
97962010-06-15 Juanma Barranquero <lekktu@gmail.com>
9797
9798 * facemenu.el (list-colors-sort): Doc fix.
9799
6a7662bb 98002010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9801
9802 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9803
f0bf7c8e
JL
98042010-06-14 Juri Linkov <juri@jurta.org>
9805
9806 Add sort option `list-colors-sort'. (Bug#6332)
9807 * facemenu.el (color-rgb-to-hsv): New function.
9808 (list-colors-sort): New defcustom.
9809 (list-colors-sort-key): New function.
9810 (list-colors-display): Doc fix. Sort list according to the option
9811 `list-colors-sort'.
9812 (list-colors-print): Add HSV values to `help-echo' property of
9813 RGB strings.
9814
c42fe9a5
JL
98152010-06-14 Juri Linkov <juri@jurta.org>
9816
9817 * compare-w.el: Move to the "vc" subdirectory.
9818
b263a4c4
SM
98192010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9820
d8b0cddd
SM
9821 * image-mode.el (image-mode-map): Remap left-char and right-char.
9822
b263a4c4
SM
9823 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9824
89877f5f
CY
98252010-06-12 Chong Yidong <cyd@stupidchicken.com>
9826
133a8d82
CY
9827 * term/common-win.el (x-colors): Add all the color names defined
9828 in rgb.txt (Bug#6332).
9829
89877f5f
CY
9830 * facemenu.el (list-colors-print): Don't print extra names if it
9831 will overflow the window width.
9832
9833 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9834 change (Bug#6343).
89877f5f 9835
9d1f18b5
EZ
98362010-06-12 Eli Zaretskii <eliz@gnu.org>
9837
9838 * files.el (make-directory): Doc fix (bug#6396).
9839
b81a0b56
MA
98402010-06-12 Michael Albinus <michael.albinus@gmx.de>
9841
9842 * net/tramp.el (tramp-remote-process-environment): Protect version
9843 string by apostroph.
9844 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9845 XEmacs.
9846 (tramp-file-name-for-operation): Add `call-process-region'.
9847 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9848
9849 * net/tramp-compat.el (top): Do not autoload
9850 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9851 only when `start-file-process' is not bound.
9852 (tramp-advice-file-expand-wildcards): Do not use
9853 `tramp-handle-file-remote-p'.
9854 (tramp-compat-make-temp-file): Handle the case, that
9855 `make-temp-file' has no third argument EXTENSION.
9856
69f18acc
JB
98572010-06-11 Juanma Barranquero <lekktu@gmail.com>
9858
5fee75d4
JB
9859 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9860
69f18acc
JB
9861 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9862
9766adfb
JL
98632010-06-11 Juri Linkov <juri@jurta.org>
9864
9865 * finder.el (finder-known-keywords): Add keyword "vc"
9866 for version control.
9867
9868 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9869 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9870 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9871 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9872
56b2854f
JL
98732010-06-11 Juri Linkov <juri@jurta.org>
9874
9875 Move version control related files to the "vc" subdirectory.
9876 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9877 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9878 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9879 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9880 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9881 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9882 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9883 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9884 Move files to the "vc" subdirectory.
9885
6534e58a
CY
98862010-06-11 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9889 (Bug#6367).
9890
84d9562f
SE
98912010-06-11 Stephen Eglen <stephen@gnu.org>
9892
9893 * shell.el: Bind `shell-resync-dirs' to M-RET.
9894
3ef0a6a5
MA
98952010-06-10 Michael Albinus <michael.albinus@gmx.de>
9896
9897 * notifications.el: Move file from lisp/net, because it is
9898 supposed to talk locally to the user.
9899
fa4003da
MA
99002010-06-10 Julien Danjou <julien@danjou.info>
9901
9902 * net/notifications.el (notifications-on-action-signal)
9903 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9904 argument to the callback functions. Add docstrings.
fa4003da
MA
9905 (notifications-notify): Fix docstring.
9906
46e6650e
GM
99072010-06-10 Glenn Morris <rgm@gnu.org>
9908
9909 * emacs-lisp/authors.el (authors-ignored-files)
9910 (authors-valid-file-names): Add some files.
9911
a71832f7
SM
99122010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9915 merge conflict, giving preference to the emacs-23 version of the code.
9916
8c6eab5a
SM
99172010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9918
989bc97f
SM
9919 * emacs-lisp/advice.el (ad-compile-function):
9920 Define warning-suppress-types before we let-bind it (bug#6275).
9921
8c6eab5a
SM
9922 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9923 declare it, make it buffer-local and permanent-local (bug#6324).
9924 (vc-resynch-window): Adjust name.
9925 * vc-hooks.el (vc-find-file-hook): Adjust name.
9926
890a18d6
MA
99272010-06-09 Michael Albinus <michael.albinus@gmx.de>
9928
9929 * net/notifications.el (notifications-notify): Fix docstring.
9930
bf3e70eb
JB
99312010-06-09 Juanma Barranquero <lekktu@gmail.com>
9932
9933 Update to Unicode 6.0.0 beta.
9934 * international/charprop.el: Update copyright.
9935 * international/mule-cmds.el (ucs-names): Update character ranges.
9936 * international/uni-bidi.el:
9937 * international/uni-category.el:
9938 * international/uni-combining.el:
9939 * international/uni-comment.el:
9940 * international/uni-decimal.el:
9941 * international/uni-decomposition.el:
9942 * international/uni-digit.el:
9943 * international/uni-lowercase.el:
9944 * international/uni-mirrored.el:
9945 * international/uni-name.el:
9946 * international/uni-numeric.el:
9947 * international/uni-old-name.el:
9948 * international/uni-titlecase.el:
9949 * international/uni-uppercase.el: Regenerate.
9950
b978141d
JB
99512010-06-09 Juanma Barranquero <lekktu@gmail.com>
9952
ee8359ba
JB
9953 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9954 (smie-precs-precedence-table): Fix typo in docstring.
9955
f64ab8fb
JB
9956 * vc-mtn.el (log-edit-extract-headers): Declare function.
9957
883ffa8c
JB
9958 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9959
b978141d
JB
9960 * net/notifications.el (dbus-register-signal): Declare function.
9961 (notifications-notify): Fix typos and reflow docstring.
9962
5f4f2ae4
DN
99632010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9964
9965 Improve VC create/retrieve tag/branch.
9966 * vc.el (vc-create-tag): Do not read the directory name for VCs
9967 with repository revision granularity. Adjust the tag/branch
9968 prompt. Reset VC properties.
9969 (vc-retrieve-tag): Do not read the directory name for VCs
9970 with repository revision granularity. Reset VC properties.
9971
41a86354
MA
99722010-06-09 Julien Danjou <julien@danjou.info>
9973
ef33fd34 9974 * net/notifications.el: New file.
41a86354 9975
fab43c76
DN
99762010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9977
00fd1147
DN
9978 Add optional support for resetting VC properties.
9979 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9980 call vc-file-clearprops when true.
9981 (vc-resynch-buffer): Add new optional argument, pass it down.
9982 (vc-resynch-buffers-in-directory): Likewise.
9983
fab43c76
DN
9984 Improve support for special markup in the VC commit message.
9985 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9986 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9987 * vc-git.el (vc-git-checkin):
9988 * vc-bzr.el (vc-bzr-checkin): Likewise.
9989
e7d67e73
SM
99902010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9993 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9994
277e6741
MP
99952010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9996
9997 * iimage.el: Remove images as soon as the underlying text is modified.
9998 (iimage-modification-hook): New function.
9999 (iimage-mode-buffer): Use it.
10000
83156c18
SM
100012010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10004 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10005 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10006 (smie-indent-keyword): Add handling of open-paren keywords.
10007 (smie-indent-comment-continue): Don't assume comment-continue.
10008
13b5221f
MR
100092010-06-07 Martin Rudalics <rudalics@gmx.at>
10010
10011 * window.el (pop-to-buffer): Remove the conditional that
10012 compares new-window and old-window, so it will reselect
10013 the selected window unconditionally.
10014 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10015
c2ea5810
SM
100162010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10017
10018 * emacs-lisp/smie.el (smie-indent-offset-after)
10019 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10020 (smie-indent-after-keyword): Use them.
10021 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10022 (smie-indent-keyword): Tweak the black magic.
10023 (smie-indent-comment-continue): Strip comment-continue before use.
10024 (smie-indent-functions): Indent comments before keywords.
10025
27dd3c11
JL
100262010-06-06 Juri Linkov <juri@jurta.org>
10027
10028 * isearch.el (isearch-lazy-highlight-search): Fix looping
10029 by checking for empty match. This syncs this loop with the
10030 similar loop in `isearch-search'. (Bug#6362)
10031
35b148ee
JB
100322010-06-05 Juanma Barranquero <lekktu@gmail.com>
10033
10034 * net/dbus.el (dbus-register-method): Declare function.
10035 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10036 (dbus-introspect): Doc fix.
10037 (dbus-event-bus-name, dbus-introspect-get-interface)
10038 (dbus-introspect-get-argument): Reflow docstrings.
10039
eccdfe5f
DN
100402010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10041
10042 vc-log-incoming/vc-log-outgoing fixes for Git.
10043 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10044 incoming/outgoing logs.
10045 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10046 instead of vc-git-compute-remote.
10047 (vc-git-compute-remote): Remove.
10048
86253dc0
CY
100492010-06-04 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * term/common-win.el (x-colors): Add "dark green" and "dark
10052 turquoise" (Bug#6332).
10053
0665f661
JL
100542010-06-04 Juri Linkov <juri@jurta.org>
10055
10056 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10057 Instead of setting `replace' to t and replacing the same string
10058 with itself, don't do certain actions when
10059 kill-do-not-save-duplicates is non-nil and string is equal to car
10060 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10061 interprogram-paste strings to kill-ring, and don't push the input
10062 argument `string' to kill-ring.
10063 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10064
087fc47a
JB
100652010-06-04 Juanma Barranquero <lekktu@gmail.com>
10066
10067 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10068
4f201088
MA
100692010-06-04 Michael Albinus <michael.albinus@gmx.de>
10070
10071 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10072 (tramp-gvfs-handler-mounted-unmounted)
10073 (tramp-gvfs-connection-mounted-p): Handle default-location.
10074
10075 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10076 move files to trash.
10077
18ccd78a
JB
100782010-06-04 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * international/mule-cmds.el (nonascii-insert-offset)
10081 (nonascii-translation-table): Add obsolescence information.
10082
10083 * international/mule.el (make-translation-table-from-vector): Doc fix.
10084
3845c322
GM
100852010-06-03 Glenn Morris <rgm@gnu.org>
10086
10087 * desktop.el (desktop-clear-preserve-buffers):
10088 Add "*Warnings*" buffer. (Bug#6336)
10089
54d3626e
DN
100902010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10091
6941ffec
DN
10092 vc-log-incoming/vc-log-outgoing improvements for Git.
10093 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10094 short log.
10095 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10096
54d3626e
DN
10097 Add bindings for vc-log-incoming and vc-log-outgoing.
10098 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10099 and vc-log-outgoing.
10100 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10101 and vc-log-outgoing.
10102
aa1bc616
CY
101032010-06-03 Chong Yidong <cyd@stupidchicken.com>
10104
10105 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10106 (rcirc-handler-366): Always sort nicknames.
10107
e2d2a205
JB
101082010-06-03 Juanma Barranquero <lekktu@gmail.com>
10109
10110 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10111
44ea155d
CY
101122010-06-03 Chong Yidong <cyd@stupidchicken.com>
10113
a628ad9d 10114 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10115
a91dedc4
SM
101162010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10119 (rcirc-sort-nicknames-join): Avoid setq.
10120
c62bf05a
DD
101212010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10122
10123 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10124 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10125 (rcirc-handler-366): Use them.
10126
dd2c3c92
SM
101272010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 Split smie-indent-calculate into more manageable chunks.
10130 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10131 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10132 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10133 (smie-indent-exps): Extract from smie-indent-calculate.
10134 (smie-indent-functions): New var.
10135 (smie-indent-functions): Use them.
10136
927c346b
SM
101372010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10140 (smie-indent-calculate): Simplify and cleanup.
10141
1efeec86
MA
101422010-06-02 Michael Albinus <michael.albinus@gmx.de>
10143
10144 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10145 (tramp-gvfs-mount-point): Remove.
10146 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10147 New defuns.
1efeec86
MA
10148 (with-tramp-dbus-call-method): Format trace message.
10149 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10150 Implement backup call, when operation on local files fails.
10151 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10152 (tramp-gvfs-handle-make-directory): Make more traces.
10153 (tramp-gvfs-url-file-name): Hexify file name in url.
10154 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10155 into account for the resulting file name.
10156 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10157 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10158 (tramp-gvfs-handler-mounted-unmounted)
10159 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10160 attribute "default_location". Set "prefix" property.
10161 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10162 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10163 exists. Raise an error, if not (due to a corresponding answer
10164 "no" in interactive questions, for example).
10165
89877f5f 101662010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10167
10168 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10169
24f574a9
JB
101702010-06-01 Juanma Barranquero <lekktu@gmail.com>
10171
10172 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10173 right-*. (Bug#6265)
10174
290736f2
DN
101752010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10176
61158bfa
DN
10177 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10178 * vc-git.el (vc-git-compute-remote): New function.
10179 (vc-git-log-outgoing): Use it instead of hard coding a value.
10180 (vc-git-log-incoming): New function.
10181
5828f6ca
DN
10182 Improve state updating for VC tag commands.
10183 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10184 to update the state of all buffers in the directory.
10185
290736f2
DN
10186 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10187
feceda26
SM
101882010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10189
10190 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10191 `file-directory-p' to the filename part rather than to the whole text.
10192
896114cf
SM
101932010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10196
1603358c
DA
101972010-05-31 Drew Adams <drew.adams@oracle.com>
10198
10199 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10200
fe40dc63
JB
102012010-05-31 Juanma Barranquero <lekktu@gmail.com>
10202
10203 * subr.el (momentary-string-display): Just use read-event to read
10204 the exit event (Bug#6238).
10205
9e8014c6
EZ
102062010-05-30 Eli Zaretskii <eliz@gnu.org>
10207
10208 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10209
61a08071
JB
102102010-05-30 Juanma Barranquero <lekktu@gmail.com>
10211
10212 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10213 Suggested by Eli Zaretskii <eliz@gnu.org>.
10214
5feec8ca
SM
102152010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * minibuffer.el (completion-file-name-table): Don't return a boundary
10218 past the end of `string' (bug#6299).
10219 (completion--file-name-table): Delegate to completion-file-name-table
10220 for the `boundaries' case.
10221
8175cb90
JB
102222010-05-30 Juanma Barranquero <lekktu@gmail.com>
10223
2b94133f
JB
10224 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10225 movement commands.
10226
8175cb90
JB
10227 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10228 `path-separator', but maintain compatibility with Emacs 20.2.
10229
0191e222
CY
102302010-05-29 Chong Yidong <cyd@stupidchicken.com>
10231
10232 * server.el (server-process-filter): Receive parent-id argument
10233 from emacsclient.
10234 (server-create-window-system-frame): New arg. Pass parent-id as
10235 frame parameter.
10236
9b655a0a
EZ
102372010-05-29 Eli Zaretskii <eliz@gnu.org>
10238
db5dce9d
EZ
10239 Bidi-sensitive word movement with arrow keys.
10240 * subr.el (right-arrow-command, left-arrow-command): Move to
10241 bindings.el.
10242
10243 * bindings.el (right-char, left-char): Move from subr.el and
10244 rename from right-arrow-command and left-arrow-command.
10245 (right-word, left-word): New functions.
10246 (global-map) <right>: Bind to right-char.
10247 (global-map) <left>: Bind to left-char.
10248 (global-map) <C-right>: Bind to right-word.
10249 (global-map) <C-left>: Bind to left-word.
10250
9b655a0a
EZ
10251 * ls-lisp.el (ls-lisp-classify-file): New function.
10252 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10253 (ls-lisp-classify): Call ls-lisp-classify-file.
10254 (insert-directory): Remove blanks from switches.
10255
fcb52808
CY
102562010-05-29 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10259 (ansi-color-drop-regexp): New constant.
10260 (ansi-color-apply, ansi-color-filter-region)
896114cf 10261 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10262 (ansi-color-apply): Build string list before calling concat.
10263
0040735a
JL
102642010-05-28 Juri Linkov <juri@jurta.org>
10265
10266 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10267 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10268 (Bug#5270)
10269
b6827fff
MA
102702010-05-28 Michael Albinus <michael.albinus@gmx.de>
10271
10272 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10273 to ignored backtrace functions.
10274 (with-progress-reporter): Expand docstring.
10275 (tramp-handle-delete-file): Implement TRASH argument.
10276 (tramp-get-remote-trash): New defun.
10277
eba082a2
MA
102782010-05-28 Michael Albinus <michael.albinus@gmx.de>
10279
6a7662bb
BR
10280 * net/tramp-compat.el (tramp-compat-delete-file):
10281 Use `symbol-value' for backward compatibility.
eba082a2
MA
10282
10283 * net/tramp.el (tramp-handle-make-symbolic-link)
10284 (tramp-handle-load)
10285 (tramp-do-copy-or-rename-file-via-buffer)
10286 (tramp-do-copy-or-rename-file-directly)
10287 (tramp-do-copy-or-rename-file-out-of-band)
10288 (tramp-handle-process-file, tramp-handle-call-process-region)
10289 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10290 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10291 (tramp-delete-temp-file-function): Use `delete-file' instead
10292 of `tramp-compat-delete-file'.
10293
10294 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10295 (tramp-fish-handle-make-symbolic-link)
10296 (tramp-fish-handle-process-file): Use `delete-file' instead
10297 of `tramp-compat-delete-file'.
10298
6a7662bb
BR
10299 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10300 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10301
0dc3e410
MA
10302 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10303 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10304
6a7662bb
BR
10305 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10306 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10307
10308 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10309 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10310 (tramp-smb-handle-write-region): Use `delete-file' instead of
10311 `tramp-compat-delete-file'.
10312 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10313
f1a5d776
CY
103142010-05-27 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10317 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10318 (dired-do-flagged-delete, dired-do-delete): Use trash.
10319
10320 * speedbar.el (speedbar-item-delete): Allow trashing.
10321
10322 * files.el (delete-directory): New arg TRASH.
10323
10324 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10325 (ange-ftp-rename-remote-to-remote)
10326 (ange-ftp-rename-local-to-remote)
10327 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10328 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10329 `delete-file'.
10330 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10331 allow trashing.
10332
10333 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10334 handle new TRASH arg of `delete-file'.
10335
c4ce1145 10336 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10337 (tramp-handle-make-symbolic-link, tramp-handle-load)
10338 (tramp-do-copy-or-rename-file-via-buffer)
10339 (tramp-do-copy-or-rename-file-directly)
10340 (tramp-do-copy-or-rename-file-out-of-band)
10341 (tramp-handle-process-file, tramp-handle-call-process-region)
10342 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10343 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10344 (tramp-delete-temp-file-function): Use null TRASH arg in
10345 tramp-compat-delete-file call.
10346
10347 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10348 (tramp-fish-handle-delete-file)
10349 (tramp-fish-handle-make-symbolic-link)
10350 (tramp-fish-handle-process-file): Use null TRASH arg in
10351 `tramp-compat-delete-file' call.
10352
10353 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10354 arg in `tramp-compat-delete-file' call.
10355
10356 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10357 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10358 `tramp-compat-delete-file' call.
10359
10360 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10361 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10362 `tramp-compat-delete-file' call.
10363
10364 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10365 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10366 (tramp-smb-handle-write-region): Use null TRASH arg in
10367 tramp-compat-delete-file call.
10368 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10369 (tramp-smb-handle-delete-file): Rename arg.
10370
10371 * diff.el (diff-sentinel):
10372 * epg.el (epg--make-temp-file, epg-decrypt-string)
10373 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10374 * jka-compr.el (jka-compr-partial-uncompress)
10375 (jka-compr-call-process, jka-compr-write-region):
10376 * server.el (server-sentinel): Remove optional arg from
10377 delete-file, reverting 2010-05-03 change.
10378
ecb0ab90
CY
103792010-05-27 Chong Yidong <cyd@stupidchicken.com>
10380
6a7662bb
BR
10381 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10382 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10383
2b25da45
KH
103842010-05-27 Kenichi Handa <handa@m17n.org>
10385
10386 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10387 element of GSTRING is nil.
10388
11e4d8c0
SM
103892010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * emacs-lisp/smie.el (smie-forward-token-function)
10392 (smie-backward-token-function): New vars.
10393 (smie-backward-sexp, smie-forward-sexp)
10394 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10395 (smie-default-backward-token): Rename from smie-backward-token and
10396 skip comments.
10397 (smie-default-forward-token): Rename from smie-forward-token and
10398 skip comments.
10399 (smie-next-sexp): Handle nil results from next-token.
10400 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10401
4da3541b
CY
104022010-05-27 Chong Yidong <cyd@stupidchicken.com>
10403
896114cf
SM
10404 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10405 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10406
104072010-05-27 Masatake YAMATO <yamato@redhat.com>
10408
10409 * htmlfontify.el (hfy-face-resolve-face): New function.
10410 (hfy-face-to-style): Use it (Bug#6279).
10411
6dc439cb
SM
104122010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10415 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10416
021eb8d7
GM
104172010-05-26 Glenn Morris <rgm@gnu.org>
10418
10419 * emulation/edt.el (edt-load-keys): Use locate-library.
10420
bef4957b
CY
104212010-05-25 Chong Yidong <cyd@stupidchicken.com>
10422
10423 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10424 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10425 (log-edit-changelog-insert-entries): Args changed.
10426 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10427 (log-edit-insert-changelog-entries): Reorganize return value of
10428 `log-edit-changelog-entries' to pass filenames to
10429 log-edit-changelog-insert-entries.
10430
84fb0956
TV
104312010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10432
10433 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10434 `image-dired-dired-insert-marked-thumbs' to
10435 `image-dired-dired-toggle-marked-thumbs'.
10436
10437 * image-dired.el: Require cl when compiling.
10438 (image-dired-dired-toggle-marked-thumbs): Rename from
10439 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10440 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10441 to 'no-dir. Skip files whose names don't match
10442 `image-file-name-regexp'. When file has a thumbnail overlay,
10443 delete it. (Bug#5270)
10444
0fb1193d
JL
104452010-05-25 Juri Linkov <juri@jurta.org>
10446
10447 * image-mode.el (image-mode): Add image-after-revert-hook to
10448 after-revert-hook.
10449 (image-after-revert-hook): New function. (Bug#5669)
10450
fc937924
JL
104512010-05-25 Juri Linkov <juri@jurta.org>
10452
10453 * image.el (image-animated-p): When delay between animated images
10454 is 0, set it to 10 (0.1 sec). (Bug#6258)
10455
fa9ba953
MA
104562010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10457
10458 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10459 `forward-word', its default syntax could be changed.
fa9ba953 10460
9e021389
MA
104612010-05-25 Michael Albinus <michael.albinus@gmx.de>
10462
10463 * net/tramp.el (tramp-progress-reporter-update): New defun.
10464 (with-progress-reporter): Use it.
10465 (tramp-process-actions):
6a7662bb
BR
10466 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10467 Preserve current message, in order to let progress reporter continue
9e021389
MA
10468 afterwards. (Bug#6257)
10469
6169260b
GM
104702010-05-25 Glenn Morris <rgm@gnu.org>
10471
10472 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10473 Add :version.
10474
d26781af
RY
104752010-05-25 Ryan Yeske <rcyeske@gmail.com>
10476
8826afe3 10477 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10478 (rcirc-default-full-name): Change to "unknown".
10479 (rcirc-user-name-history): Add variable.
8826afe3
GM
10480
104812010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10482 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10483
10484 * net/rcirc.el (rcirc-server-alist): Add :pass.
10485 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10486 username and password.
a628ad9d 10487 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10488 value to server when connecting.
10489
d355a0b7
SM
104902010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10491
f5228f84
SM
10492 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10493 (smie-merge-prec2s): Pass the tables as separate args.
10494 (smie-bnf-precedence-table): Adjust call accordingly.
10495 (smie-prec2-levels): Set levels at the end.
10496
d355a0b7
SM
10497 Replace Lisp calls to delete-backward-char by delete-char.
10498 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10499 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10500 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10501 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10502 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10503 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10504 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10505 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10506 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10507 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10508 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10509 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10510 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10511 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10512 delete-backward-char by calls to delete-char.
10513
f668ef02
KH
105142010-05-25 Kenichi Handa <handa@m17n.org>
10515
10516 * language/hebrew.el (hebrew-shape-gstring): New function.
10517 Register it in composition-function-table for all Hebrew combining
10518 characters.
10519
397eb3f3
SM
105202010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * epa.el (epa--select-keys): Don't explicitly delete the window since
10523 that can fail (e.g. sole window in frame). Use dedication instead.
10524
171eda53 105252010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10526
10527 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10528
110683ad
CY
105292010-05-22 Chong Yidong <cyd@stupidchicken.com>
10530
10531 * image.el (image-refresh): Define as an alias for image-flush.
10532
10533 * image-mode.el (image-toggle-display-image): Caller changed.
10534
df9db151
JL
105352010-05-21 Juri Linkov <juri@jurta.org>
10536
10537 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10538 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10539 whitespace, call wildcard-to-regexp on substrings and concat them
10540 with "\\|". (Bug#6114)
10541
c0209c2c
AM
105422010-05-21 Alan Mackenzie <acm@muc.de>
10543
171eda53
SM
10544 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10545 Replace parameter `here' with `here-' and `here-plus', which sandwich
10546 any pertinent CPP construct.
c0209c2c
AM
10547 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10548 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10549 CPP construct from taking part in the scanning.
10550
655bded0
MA
105512010-05-21 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10554 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10555 Tune `with-progress-reporter' messages.
655bded0
MA
10556 (tramp-handle-vc-registered):
10557 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10558 (tramp-fish-handle-insert-file-contents)
10559 (tramp-fish-maybe-open-connection):
10560 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10561 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10562 (tramp-imap-handle-insert-file-contents)
10563 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10564
3e17a1a7
JB
105652010-05-21 Juanma Barranquero <lekktu@gmail.com>
10566
bf1e8d4a
JB
10567 * add-log.el (change-log-font-lock-keywords):
10568 Highlight all authors in multi-author entries.
10569
3e17a1a7
JB
10570 * smerge-mode.el (smerge-refine-ignore-whitespace)
10571 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10572 Fix typos in docstrings.
10573 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10574
969e684a
GM
105752010-05-21 Glenn Morris <rgm@gnu.org>
10576
e75c1e7d
GM
10577 * progmodes/fortran.el (fortran-mode):
10578 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10579
969e684a
GM
10580 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10581 having a relative path in src/Makefile.in.
10582
a50878fa
KR
105832010-05-20 Kevin Ryde <user42@zip.com.au>
10584
10585 * help-mode.el (help-make-xrefs): For Info node links turn
10586 newlines into spaces. Link node names with newlines are matched
10587 by help-xref-info-regexp and buttonized, this change ensures they
10588 can be followed successfully with RET. (Bug#6206)
10589
f66a2f90
JL
105902010-05-20 Juri Linkov <juri@jurta.org>
10591
10592 * locate.el (locate): Use pop-to-buffer instead of
10593 switch-to-buffer-other-window. (Bug#6204)
10594
201d895a
JL
105952010-05-20 Juri Linkov <juri@jurta.org>
10596
10597 * replace.el (replace-highlight): Fix lazy-highlighting
10598 for `M-s w str M-% str RET'.
10599
1ddb2ea0
MY
106002009-12-15 Masatake YAMATO <yamato@redhat.com>
10601
10602 * isearch.el (isearch-yank-word-or-char): Pull next subword
10603 when `subword-mode' is activated. (Bug#6220)
10604
a6020335
MH
106052010-05-20 Mark A. Hershberger <mah@everybody.org>
10606
10607 * isearch.el (isearch-update-post-hook): New hook.
10608 (isearch-update): Use the new hook. (Bug#6225)
10609
50de6a38
JL
106102010-05-20 Juri Linkov <juri@jurta.org>
10611
10612 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10613 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10614 (Bug#6222)
10615
5d944a8f
JL
106162010-05-20 Juri Linkov <juri@jurta.org>
10617
10618 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10619 (Bug#6223)
10620
f5d6548a
JL
106212010-05-20 Juri Linkov <juri@jurta.org>
10622
10623 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10624 FILE-NAME to read from the minibuffer when called interactively
10625 with prefix argument instead of using buffer-file-name.
10626 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10627
10628 * dired.el: Update autoloads.
10629
f8e63691
CY
106302010-05-20 Chong Yidong <cyd@stupidchicken.com>
10631
10632 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10633 nxml-finish-element, for consistency with SGML mode.
10634
10635 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10636 octave-close-block.
10637
07d7c3bd
JB
106382010-05-20 Juanma Barranquero <lekktu@gmail.com>
10639
10640 * composite.el: Require cl when compiling.
10641 (reference-point-alist, compose-gstring-for-graphic)
10642 (compose-gstring-for-terminal): Fix typos in docstrings.
10643
7bce8510
JL
106442010-05-19 Juri Linkov <juri@jurta.org>
10645
10646 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10647 set-window-parameter.
10648
a7723e05
MA
106492010-05-19 Michael Albinus <michael.albinus@gmx.de>
10650
10651 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10652 where appropriate.
10653 (tramp-maybe-open-connection): Use it.
10654
3f2e7735
EZ
106552010-05-19 Eli Zaretskii <eliz@gnu.org>
10656
10657 * simple.el (move-end-of-line): Make sure we are at line beginning
10658 before backing up to end of previous line.
10659
8d9181c7
MA
106602010-05-19 Michael Albinus <michael.albinus@gmx.de>
10661
8c4ec20f
MA
10662 * password-cache.el (password-cache-remove): Fix docstring.
10663
8d9181c7
MA
10664 * net/secrets.el: Autoload the widget functions.
10665 (secrets-search-items, secrets-create-item)
10666 (secrets-get-attributes, secrets-expand-item): Attributes will be
10667 stored on the password database without leading ":", as all other
10668 clients do as well.
10669 (secrets-mode): Fix docstring.
10670 (secrets-show-secrets): Provide it as autoloaded command only when
10671 D-Bus support is available. Check existence of Secret Service API.
10672
2a96c2a7
SM
106732010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * indent.el (indent-region): Deactivate region (bug#6200).
10676
d24e10b1
GM
106772010-05-19 Glenn Morris <rgm@gnu.org>
10678
10679 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10680
2833d915
KH
106812010-05-19 Kenichi Handa <handa@m17n.org>
10682
10683 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10684 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10685
134c2f29
JB
106862010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10687
10688 * calc/calc-trail.el (calc-trail-isearch-forward)
10689 (calc-trail-isearch-backward): Ensure that the new window
10690 point is set correctly.
10691
278847cd
SM
106922010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * subr.el (read-quoted-char): Resolve modifiers after key
10695 remapping (bug#6212).
10696
3a8e7cbd
MA
106972010-05-18 Michael Albinus <michael.albinus@gmx.de>
10698
10699 Add visualization code for secrets.
10700 * net/secrets.el (secrets-mode): New major mode.
10701 (secrets-show-secrets, secrets-show-collections)
10702 (secrets-expand-collection, secrets-expand-item)
10703 (secrets-tree-widget-after-toggle-function)
10704 (secrets-tree-widget-show-password): New defuns.
10705
472e7ec1
SM
107062010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10707
224b70cb
SM
10708 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10709 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10710 handled in smie-next-sexp.
10711 (smie-indent-calculate): Provide a starting indentation (so the
10712 recursion is well-founded ;-).
10713
472e7ec1
SM
10714 Fix handling of non-associative equal levels.
10715 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10716 when it's not needed.
10717 (smie-op-left, smie-op-right): New functions.
10718 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10719 Better handle equal levels to distinguish the associative case from
10720 the "multi-keyword construct" case.
10721 (smie-backward-sexp, smie-forward-sexp): Use it.
10722
35e53abd
JB
107232010-05-18 Juanma Barranquero <lekktu@gmail.com>
10724
5d8fe0ba
JB
10725 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10726
35e53abd
JB
10727 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10728 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10729
5ad4bef5
SM
107302010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10731
10732 Provide a simple generic indentation engine and use it for Prolog.
10733 * emacs-lisp/smie.el: New file.
10734 * progmodes/prolog.el (prolog-smie-op-levels)
10735 (prolog-smie-indent-rules): New var.
10736 (prolog-mode-variables): Use them to configure SMIE.
10737 (prolog-indent-line, prolog-indent-level): Remove.
10738
00681a3c
JB
107392010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10740
560bb7ae 10741 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10742 order before computing the averages.
10743
eba62f7a
JB
107442010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10745
597517ef 10746 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10747 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10748 (math-vector-avg): New function.
10749
560bb7ae 10750 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10751 being grouped depend on the radix (Bug#6189).
10752
8c5ff6dd
KR
107532010-05-15 Ken Raeburn <raeburn@raeburn.org>
10754
10755 * version.el (emacs-copyright, emacs-version): Don't define here,
10756 now that emacs.c defines it.
10757
98d8b17e
EZ
107582010-05-15 Eli Zaretskii <eliz@gnu.org>
10759
71078429
EZ
10760 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10761 "Describe Language Environment" menu item.
10762
ce6233c1
EZ
10763 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10764
d20e1419
EZ
10765 Bidi-sensitive movement with arrow keys.
10766 * subr.el (right-arrow-command, left-arrow-command): New functions.
10767
10768 * bindings.el (global-map): Bind them to right and left arrow keys.
10769
98d8b17e 10770 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10771 * files.el (convert-standard-filename):
10772 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10773 the corresponding systems.
10774
10775 * w32-fns.el (w32-convert-standard-filename): Rename from
10776 convert-standard-filename. Doc fix.
10777
10778 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10779 (convert-standard-filename): Don't defalias.
10780 (register-name-alist, make-register, register-value)
10781 (set-register-value, intdos): Obsolete aliases for the
10782 corresponding dos-* functions and variables.
10783 (dos-intdos): Add a doc string.
10784
ae6bc504
JB
107852010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10786
10787 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10788 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10789 (math-compose-tex-func):
10790 * calc/calccomp.el (math-compose-expr):
10791 * calc/calc-ext.el (math-format-flat-expr-fancy):
10792 * calc/calc-store.el (calc-read-var-name):
10793 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10794
10795 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10796 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10797 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10798 (math-standard-units): Add units.
ae6bc504 10799
c26ea4b2
SM
108002010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10801
7aefa445 10802 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10803 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10804
c26ea4b2
SM
10805 * pcomplete.el (pcomplete-completions-at-point): New function,
10806 extracted from pcomplete-std-complete.
10807 (pcomplete-std-complete): Use it.
10808
02be533b
GM
108092010-05-15 Glenn Morris <rgm@gnu.org>
10810
10811 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10812 Remove references to CVS, RCS and Old directories.
10813
78ed0efc
JB
108142010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10815
ae6bc504 10816 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10817 appropriate.
10818
10dcc561
SM
108192010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10820
5ccaa359
SM
10821 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10822 (sh-mode-syntax-table): Give it a default value instead.
10823 (sh-header-marker): Make buffer-local.
10824 (sh-mode): Move make-local-variable to the corresponding setq.
10825 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10826 Use complete-with-action.
10827
10dcc561
SM
10828 * simple.el (prog-mode): New (abstract) major mode.
10829 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10830 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10831
c38762fd
JB
108322010-05-14 Juanma Barranquero <lekktu@gmail.com>
10833
10834 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10835 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10836 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10837 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10838 (sql-escape-newlines-filter, sql-input-sender)
10839 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10840
2ef3c144
CY
108412010-05-13 Chong Yidong <cyd@stupidchicken.com>
10842
560bb7ae 10843 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10844
10845 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10846 latex-open-block and C-c / to latex-close-block.
10847
10848 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10849 and C-c C-e to sgml-close-tag.
10850
3b30ccda
MA
108512010-05-13 Michael Albinus <michael.albinus@gmx.de>
10852
10853 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10854 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10855 (tramp-handle-load, tramp-handle-file-local-copy)
10856 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10857 (tramp-maybe-send-script, tramp-find-shell):
10858 Use `with-progress-reporter'.
3b30ccda
MA
10859 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10860 Fix message text.
10861
10862 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10863 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10864 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10865 Use `with-progress-reporter'.
10866
57ff5d7b
AM
108672010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10868
a628ad9d
JB
10869 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10870 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10871
5a70d10f
SM
108722010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10873
791ffe1c
SM
10874 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10875
5a70d10f
SM
10876 * dos-fns.el: Add "dos-" prefix for namespace control.
10877 (convert-standard-filename): Define as alias for
10878 dos-convert-standard-filename but only if applicable.
10879
38d93f03
AM
108802010-05-12 Alan Mackenzie <acm@muc.de>
10881
10882 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10883 Push the mark at the start of these functions when appropriate.
10884
902a6d8d
SM
108852010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10886
10887 * minibuffer.el (completion-cycle-threshold): New custom var.
10888 (completion--do-completion): Use it.
10889 (minibuffer-complete): Use cycling if appropriate.
10890
9ee120ba
JB
108912010-05-11 Juanma Barranquero <lekktu@gmail.com>
10892
10893 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10894 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10895
841c4085
JL
108962010-05-11 Juri Linkov <juri@jurta.org>
10897
10898 * scroll-all.el (scroll-all-check-to-scroll):
10899 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10900
8a67c70e
SM
109012010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10902
f2b9ed18
SM
10903 * iimage.el (iimage-mode-map): Move initialization into declaration.
10904 (iimage-mode-buffer): Use with-silent-modifications.
10905 Simplify calling convention. Adjust callers.
10906 (iimage-mode): Don't run hook redundantly.
10907
8a67c70e
SM
10908 * minibuffer.el (completion-pcm--pattern->regex):
10909 Fix last change (bug#6160).
10910
4bbedd98
JL
109112010-05-10 Juri Linkov <juri@jurta.org>
10912
10913 Remove nodes visited during Isearch from the Info history.
10914 * info.el (Info-isearch-initial-history)
10915 (Info-isearch-initial-history-list): New variables.
10916 (Info-isearch-start): Record initial values of
10917 Info-isearch-initial-history and Info-isearch-initial-history-list.
10918 Add Info-isearch-end to isearch-mode-end-hook.
10919 (Info-isearch-end): New function.
10920
94ecf5da
MA
109212010-05-10 Michael Albinus <michael.albinus@gmx.de>
10922
10923 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10924 format string, in order to work around a bug in pdksh.
10925 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10926 (tramp-handle-verify-visited-file-modtime): Do not send a command
10927 when the connection is not established.
10928 (tramp-handle-set-file-times): Simplify the check for utc.
10929
c5eb971b
JB
109302010-05-10 Juanma Barranquero <lekktu@gmail.com>
10931
10932 Fix use of `filter-buffer-substring' (rework previous change).
10933 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10934 (cua-repeat-replace-region):
10935 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10936 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10937 (cua-cut-region-to-global-mark): Use it.
10938
7492acc9
MM
109392010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10940
77e2fc7a
JB
10941 * progmodes/sql.el: Version 2.1.
10942 (sql-product-alist): Redesign structure of product info.
10943 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10944 (sql-port, sql-port-history): New variables.
10945 (sql-interactive-product): New variable.
10946 (sql-send-terminator): New variable.
77e2fc7a 10947 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10948 (sql-oracle-login-params, sql-sqlite-login-params)
10949 (sql-mysql-login-params, sql-solid-login-params)
10950 (sql-sybase-login-params, sql-informix-login-params)
10951 (sql-ingres-login-params, sql-ms-login-params)
10952 (sql-postgres-login-params, sql-interbase-login-params)
10953 (sql-db2-login-params, sql-linter-login-params)
10954 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10955 (sql-mode-map): Add C-c C-i to start interactive mode.
10956 (sql-mode-menu): Update existing menu entries.
10957 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10958 (sql-mode-oracle-font-lock-keywords)
10959 (sql-mode-postgres-font-lock-keywords)
10960 (sql-mode-ms-font-lock-keywords)
10961 (sql-mode-sybase-font-lock-keywords)
10962 (sql-mode-informix-font-lock-keywords)
10963 (sql-mode-interbase-font-lock-keywords)
10964 (sql-mode-ingres-font-lock-keywords)
10965 (sql-mode-solid-font-lock-keywords)
10966 (sql-mode-mysql-font-lock-keywords)
10967 (sql-mode-sqlite-font-lock-keywords)
10968 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10969 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10970 reduce run-time complexity.
10971 (sql-add-product, sql-del-product): New functions.
10972 (sql-set-product-feature, sql-get-product-feature): New functions.
10973 (sql-product-font-lock): Update product API.
10974 (sql-add-product-keywords): New function.
10975 (sql-highlight-product): Update product API.
10976 (sql-help-list-products): New function.
10977 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10978 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10979 prompt for port.
10980 (sql-copy-column): Copy without properties.
10981 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10982 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10983 Implement as a filter.
7492acc9
MM
10984 (sql-escape-newlines-filter): Implement as a filter.
10985 (sql-remove-tabs-filter): New function.
10986 (sql-send-magic-terminator): New function.
10987 (sql-send-string): Implement magic terminator.
10988 (sql-send-region): Use `sql-send-string'.
10989 (sql-interactive-mode): Use product API.
10990 (sql-product-interactive): Use product API.
10991 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10992 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10993 (sql-db2, sql-linter): Use `sql-product-interactive'.
10994 (sql-connect): New function.
10995 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10996 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10997 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10998 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10999 Use `sql-connect'.
7492acc9 11000
79ccd68f
SM
110012010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11004 New custom variable.
11005 (completion-pcm--string->pattern): Use it.
11006 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11007 Make it handle any symbol as `any'.
11008 (completion-pcm--merge-completions): Extract common suffix for the new
11009 `prefix' symbol as well.
11010 (completion-substring--all-completions): Use the new `prefix' symbol.
11011
0d5852cf
MA
110122010-05-09 Michael Albinus <michael.albinus@gmx.de>
11013
11014 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11015 not bound.
11016 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11017 (tramp-compat-funcall): New defmacro.
11018 (tramp-compat-line-beginning-position)
11019 (tramp-compat-line-end-position)
11020 (tramp-compat-temporary-file-directory)
11021 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11022 (tramp-compat-copy-file, tramp-compat-copy-directory)
11023 (tramp-compat-delete-file, tramp-compat-delete-directory)
11024 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11025 * net/tramp.el (top, with-progress-reporter)
11026 (tramp-rfn-eshadow-setup-minibuffer)
11027 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11028 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11029 (tramp-completion-mode-p, tramp-check-for-regexp)
11030 (tramp-open-connection-setup-interactive-shell)
11031 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11032 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11033 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11034 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11035 (tramp-reporter-dump-variable, tramp-load-report-modules)
11036 (tramp-append-tramp-buffers)
11037 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11038
11039 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11040
f913fe7d
SM
110412010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11044 buffer-modtime. Adjust users.
11045
0235128c 110462010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11047
77e2fc7a 11048 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11049 car of each item, not the whole list (Bug#6083).
f034e176 11050
0235128c 110512010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11052
11053 * progmodes/js.el (js-mode): Make paragraph variables local before
11054 calling c-setup-paragraph-variables (Bug#6071).
11055
0235128c 110562010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11057
11058 * composite.el (compose-region, reference-point-alist): Fix typos
11059 in the doc strings.
11060
77e2fc7a 110612010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11062
11063 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11064 gnuplot's "set" command.
11065
0235128c 110662010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11067
11068 * abbrev.el (last-abbrev-text): Doc fix.
11069 (abbrev-prefix-mark): Don't escape parenthesis.
11070
0235128c 110712010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11072
11073 * composite.el (find-composition): Doc fix.
11074
0235128c 110752010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11076
11077 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11078 (sql-oracle-program, sql-sqlite-options)
11079 (sql-query-placeholders-and-send): Doc fixes.
11080 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11081 (sql-imenu-generic-expression, sql-buffer)
11082 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11083 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11084 (sql-mode-sybase-font-lock-keywords)
11085 (sql-mode-informix-font-lock-keywords)
11086 (sql-mode-interbase-font-lock-keywords)
11087 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11088 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11089 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11090 (sql-product-feature, sql-highlight-product)
11091 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11092 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11093 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11094 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11095 Fix typos in docstrings.
11096
0235128c 110972010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11098
11099 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11100 property instead of `invisible' and `after-string' (bug#5998).
11101
0235128c 111022010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11103
11104 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11105
0235128c 111062010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11107
11108 * filecache.el (file-cache-add-directory-list)
11109 (file-cache-add-directory-recursively): Fix typos in docstrings.
11110
0235128c 111112010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11112
11113 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11114 (gujarati-composable-pattern): Fix typo.
ece33a6e 11115
0235128c 111162010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11117
11118 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11119 (tamil-composable-pattern, malayalam-composable-pattern):
11120 Add two-part vowels to "v" (vowel sign).
771533aa 11121
0235128c 111222010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11123
99833607
CY
11124 * files.el (copy-directory): Handle symlinks (Bug#5982).
11125
0235128c 111262010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11127
11128 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11129 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11130 (Bug#5846).
11131
0235128c 111322010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11133
0ca12598
GM
11134 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11135
d2c7b917
GM
11136 * minibuffer.el (completion-at-point): Doc fix.
11137
ba5bf5f0
SM
111382010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * electric.el (Electric-command-loop): Minor tweak.
11141
11142 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11143 better with dedicated windows.
11144
0235128c
SM
111452010-05-07 Chong Yidong <cyd@stupidchicken.com>
11146
11147 * Version 23.2 released.
11148
560bb7ae 111492010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11150 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11151
11152 Highlight vendor specific properties.
11153 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11154 (css-proprietary-property): New face.
11155 (css-font-lock-keywords): Use them.
11156
c0162ade
EZ
111572010-05-07 Eli Zaretskii <eliz@gnu.org>
11158
11159 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11160
f3ee9200
SM
111612010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11162
05623156
SM
11163 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11164 * files.el (auto-mode-alist): Remove redundant entries.
11165
f3ee9200
SM
11166 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11167 * simple.el (auto-save-mode): Move from files.el.
11168 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11169
560bb7ae 111702010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11171
76e3243a 11172 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11173
765d4319
KY
111742010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11175
11176 * mail/binhex.el (binhex-decode-region-internal)
11177 * mail/uudecode.el (uudecode-decode-region-internal)
11178 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11179 (dns-read-type, dns-query)
11180 * pgg-parse.el (pgg-parse-armor)
11181 * pgg.el (pgg-verify-region)
11182 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11183 XEmacs.
11184
86d21cc0 11185 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11186
f83483ff
JB
111872010-05-07 Juanma Barranquero <lekktu@gmail.com>
11188
40ab7974
JB
11189 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11190
f83483ff
JB
11191 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11192 * emulation/cua-base.el (cua-repeat-replace-region):
11193 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11194 (cua-cut-region-to-global-mark):
11195 Remove text properties with `set-text-properties'.
11196
9566840f
MA
111972010-05-06 Michael Albinus <michael.albinus@gmx.de>
11198
f3ee9200
SM
11199 * net/tramp.el (top, with-progress-reporter):
11200 Use `symbol-function' inside `funcall'.
9566840f
MA
11201
11202 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11203 (tramp-compat-delete-file, tramp-compat-delete-directory):
11204 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11205
11206 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11207 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11208 inside `funcall'.
11209
0c495c21
SM
112102010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11211
1493963b
SM
11212 * minibuffer.el (completion--sreverse, completion--common-suffix):
11213 New functions.
11214 (completion-pcm--merge-completions): Extract common suffix when safe.
11215
0c495c21
SM
11216 * emacs-lisp/easy-mmode.el (define-minor-mode):
11217 Make :variable more flexible.
11218 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11219
221a0647
JL
112202010-05-05 Juri Linkov <juri@jurta.org>
11221
11222 Add `slow' and `history' tags to the desktop data.
11223
11224 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11225 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11226 (Info-finder-find-node): Require `finder.el' to be able
11227 to restore node from the desktop.
11228 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11229 data `Info-history' and `slow' tag in the assoc list.
11230 (Info-restore-desktop-buffer): Don't restore nodes with the
11231 `slow' tag. Restore `Info-history'.
11232
66bdc868
MA
112332010-05-05 Michael Albinus <michael.albinus@gmx.de>
11234
11235 Add FORCE argument to `delete-file'.
11236
11237 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11238 forcing to delete the temporary file.
11239 (ange-ftp-delete-file): Add FORCE arg.
11240 (ange-ftp-rename-remote-to-remote)
11241 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11242 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11243 Force file deletion.
66bdc868
MA
11244
11245 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11246
11247 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11248 (tramp-handle-make-symbolic-link, tramp-handle-load)
11249 (tramp-do-copy-or-rename-file-via-buffer)
11250 (tramp-do-copy-or-rename-file-directly)
11251 (tramp-do-copy-or-rename-file-out-of-band)
11252 (tramp-handle-process-file, tramp-handle-call-process-region)
11253 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11254 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11255 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11256
11257 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11258 (tramp-fish-handle-make-symbolic-link)
11259 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11260
0c495c21
SM
11261 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11262 Use `tramp-compat-delete-file'.
66bdc868
MA
11263
11264 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11265 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11266
11267 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11268 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11269
11270 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11271 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11272 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11273 Use `tramp-compat-delete-file'.
66bdc868 11274
f44379e7
SM
112752010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11276
365f8d85
SM
11277 Minor cleanups.
11278 * subr.el (add-minor-mode): Use push.
11279 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11280 * emulation/edt.el (edt-select-mode): Simplify.
11281
80ac5d4d
SM
11282 Use define-minor-mode in more cases.
11283 * term/tvi970.el (tvi970-set-keypad-mode):
11284 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11285 (normal-erase-is-backspace-mode):
11286 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11287 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11288 (get-scroll-bar-mode): New function.
11289 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11290
11291 Use define-minor-mode for less obvious cases.
f44379e7
SM
11292 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11293 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11294 * international/iso-ascii.el (iso-ascii-mode):
11295 * frame.el (auto-raise-mode, auto-lower-mode):
11296 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11297
c04b03f8
MA
112982010-05-04 Michael Albinus <michael.albinus@gmx.de>
11299
11300 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11301 in order to see error messages for failed logins.
11302
53967e09
CY
113032010-05-03 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * diff.el (diff-sentinel):
11306
11307 * epg.el (epg--make-temp-file, epg-decrypt-string)
11308 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11309
11310 * jka-compr.el (jka-compr-partial-uncompress)
11311 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11312
11313 * server.el (server-sentinel): Use delete-file's new FORCE arg
11314 (Bug#6070).
11315
56eb0904
SM
113162010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 Use define-minor-mode where applicable.
11319 * view.el (view-mode):
11320 * type-break.el (type-break-query-mode)
11321 (type-break-mode-line-message-mode):
11322 * textmodes/reftex.el (reftex-mode):
11323 * term/vt100.el (vt100-wide-mode):
11324 * tar-mode.el (tar-subfile-mode):
11325 * savehist.el (savehist-mode):
11326 * ibuf-ext.el (ibuffer-auto-mode):
11327 * composite.el (auto-composition-mode):
11328 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11329 Use define-minor-mode.
11330 (vhdl-mode): Use static mode-line format.
11331 (vhdl-mode-line-update): Delete.
11332 (vhdl-create-mode-menu, vhdl-activate-customizations)
11333 (vhdl-hs-minor-mode): Don't bother calling it.
11334
672eb710
SM
113352010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11336
8f92b8ad
SM
11337 * simple.el (with-wrapper-hook): Move.
11338 (buffer-substring-filters): Mark obsolete.
11339 (filter-buffer-substring-functions): New variable.
1fada563 11340 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11341
c04b03f8 113422010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11343 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11344
11345 Implement compression for inline methods.
11346
11347 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11348 (tramp-copy-size-limit): Allow also nil.
11349 (tramp-inline-compress-commands): New defconst.
11350 (tramp-find-inline-compress, tramp-get-inline-compress)
11351 (tramp-get-inline-coding): New defuns.
cb7f3653 11352 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11353 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11354 (tramp-handle-file-local-copy, tramp-handle-write-region)
11355 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11356
8c0bf8b3
SM
113572010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11358
07125a91
SM
11359 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11360 Remove unused functions.
11361
f3a47002
SM
11362 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11363 Set find-tag-default-function as a variable rather than a property.
11364
8c0bf8b3
SM
11365 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11366 * progmodes/etags.el (tags-completion-at-point-function):
11367 Remove left over interactive spec. Add autoloading stub.
11368 (complete-tag): Use tags-completion-at-point-function.
11369
27601456
CY
113702010-04-30 Chong Yidong <cyd@stupidchicken.com>
11371
cb7f3653 11372 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11373
09d0284d
CY
113742010-04-29 Chong Yidong <cyd@stupidchicken.com>
11375
27d3cd56
CY
11376 * ido.el (ido-init-completion-maps): Remove C-v binding.
11377 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11378
3a07ffce
CY
113792010-04-29 Chong Yidong <cyd@stupidchicken.com>
11380
11381 * minibuffer.el (tags-completion-at-point-function): New function.
11382 (completion-at-point-functions): Use it.
11383
3a07ffce
CY
11384 * progmodes/etags.el (complete-tag): Revert last change.
11385
3d14bb73
AM
113862010-04-29 Alan Mackenzie <acm@muc.de>
11387
11388 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11389 off-by-one error (in end of macro position).
11390
7d353d11
SM
113912010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11394 firefox is absent. Don't autoload.
11395 (browse-url-galeon-program): Don't autoload.
11396
48111a85
CY
113972010-04-28 Chong Yidong <cyd@stupidchicken.com>
11398
11399 * bindings.el (complete-symbol): Move into minibuffer.el.
11400
11401 * minibuffer.el (complete-tag): Move from etags.el. If tags
11402 completion cannot be performed, return nil instead of signalling
11403 an error.
11404 (completion-at-point): Make it an alias for complete-symbol.
11405 (complete-symbol): Move from bindings.el, and replace with the
11406 body of completion-at-point.
11407
11408 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11409
7ba94701
MA
114102010-04-28 Michael Albinus <michael.albinus@gmx.de>
11411
11412 * net/tramp.el (tramp-remote-selinux-p): New defun.
11413 (tramp-handle-file-selinux-context)
11414 (tramp-handle-set-file-selinux-context): Use it.
11415
95c6cc3e
SS
114162010-04-28 Sam Steingold <sds@gnu.org>
11417
11418 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11419 `safe-local-variable' if the value is a string or a symbol with
11420 the property `bug-reference-url-format'.
11421
36045ff3
CY
114222010-04-28 Chong Yidong <cyd@stupidchicken.com>
11423
537ffaf3
SM
11424 * progmodes/bug-reference.el (bug-reference-url-format):
11425 Revert 2010-04-27 change due to security risk.
36045ff3 11426
56924d99
SM
114272010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 Make it possible to locally disable a globally enabled mode.
11430 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11431 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11432 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11433 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11434 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11435 that subsequent hooks get a chance to disable it.
11436
ccaa4765
SM
114372010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11438
17818d71
SM
11439 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11440 Avoid re-enabling a minor mode after the user turned the minor mode
11441 off if MODE-enable-in-buffers is run twice (typically once from
11442 fundamental-mode's after-change-major-mode-hook and a second time from
11443 run-mode-hook's own after-change-major-mode-hook).
11444
ccaa4765
SM
11445 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11446
2a6f654e
SS
114472010-04-27 Sam Steingold <sds@gnu.org>
11448
11449 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11450 `safe-local-variable' if the value is a string or a function, as
11451 documented and implemented on 2010-04-02.
11452
cecaa674
JB
114532010-04-27 Juanma Barranquero <lekktu@gmail.com>
11454
11455 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11456 when method is 'kill.
11457
114582010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11459
a628ad9d
JB
11460 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11461 condition in default directory check.
01c35094 11462 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11463 Kill ispell process when killing its associated buffer.
11464
7dd7fbb9
JD
114652010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11466
11467 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11468 but we aren't using it.
11469
7ac82b84
J
114702010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11471
11472 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11473 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11474
fea1add4
GM
114752010-04-24 Glenn Morris <rgm@gnu.org>
11476
11477 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11478 Ignore VCS-ignore files, and deleted nextstep preferences files.
11479 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11480 (authors-ambiguous-files): New list.
11481 (authors-valid-file-names): Add some deleted files.
11482 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11483 (authors-disambiguate-file-name): New function. (Bug#5501)
11484 (authors-canonical-file-name): Doc fix.
11485 Don't warn about obsolete files.
11486 (authors-canonical-file-name, authors-scan-el):
11487 Use authors-disambiguate-file-name.
11488
cbcfee6e
GM
11489 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11490 Add autoload cookies.
11491 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11492 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11493 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11494 They have definitions / compiler macros in cl.el.
11495 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11496 Replace manual autoloads with generated ones.
11497 (htmlfontify-unload-rgb-file): Remove autoload.
11498 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11499
3b548e1b
SM
115002010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11501
9ae0c310
SM
11502 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11503 (byte-compile-setq-default): Optimize for the
11504 single-var case and don't call byte-compile-form in this case to avoid
11505 inf-loop with byte-compile-set-default.
11506
3b548e1b
SM
11507 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11508
632c5478
MA
115092010-04-23 Michael Albinus <michael.albinus@gmx.de>
11510
11511 Implement SELINUX backends.
11512
3b548e1b
SM
11513 * net/tramp.el (tramp-file-name-handler-alist):
11514 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11515 (tramp-handle-file-selinux-context)
11516 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11517 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11518 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11519
3b548e1b
SM
11520 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11521 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11522 (tramp-gvfs-handle-file-selinux-context)
11523 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11524 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11525
11526 * net/ange-ftp.el (ange-ftp-copy-file):
11527 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11528 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11529 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11530 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11531
a94d821f
MA
115322010-04-22 Michael Albinus <michael.albinus@gmx.de>
11533
11534 Synchronize with Tramp repository.
11535
11536 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11537 (tramp-action-process-alive, tramp-action-out-of-band)
11538 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11539 (tramp-exists-file-name-handler): Fix docstring.
11540 (with-progress-reporter): New defmacro.
11541 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11542 (tramp-maybe-open-connection): Use it.
11543
a92375d9
MA
115442010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11545
11546 Detect ssh 'ControlMaster' argument automatically in some cases.
11547
11548 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11549 (tramp-default-method): Use it.
11550
489fe4c2
MA
115512010-04-22 Michael Albinus <michael.albinus@gmx.de>
11552
25f14cdb
MA
11553 * net/tramp.el (tramp-handle-copy-file): Add new optional
11554 parameter `preserve-selinux-context'.
11555 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11556
a92375d9
MA
115572010-04-22 Michael Albinus <michael.albinus@gmx.de>
11558
489fe4c2
MA
11559 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11560 Ensure, that non remote files are still checked. Oops.
11561
acd1f317
MA
115622010-04-21 Michael Albinus <michael.albinus@gmx.de>
11563
11564 Fix Bug#5840.
11565
11566 * icomplete.el (icomplete-completions): Use `non-essential'.
11567
11568 * net/tramp.el (tramp-connectable-p): New defun.
11569 (tramp-handle-expand-file-name)
11570 (tramp-completion-handle-file-name-all-completions)
11571 (tramp-completion-handle-file-name-completion): Use it.
11572
62c5b459
SM
115732010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11576
f904c0f9
JD
115772010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11578
11579 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11580
11581 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11582
11583 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11584 is present.
11585
11586 * info.el (info-tool-bar-map): Add labels.
11587
11588 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11589
11590 * cus-edit.el (custom-commands): Add labels for tool bar.
11591 (custom-buffer-create-internal, Custom-mode): Adjust for
11592 labels in custom-commands.
11593
11594 * dynamic-setting.el: Renamed from font-setting.el.
11595
c5cbeb12
LL
115962010-04-21 John Wiegley <jwiegley@gmail.com>
11597
11598 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11599 toggles the use of virtual buffers.
537ffaf3 11600 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11601 (ido-toggle-virtual-buffers): New function.
11602
fcc93746
JB
116032010-04-21 Juanma Barranquero <lekktu@gmail.com>
11604
11605 Use `define-derived-mode'; fix window selection; doc fixes.
11606 * play/tetris.el (tetris, tetris-update-speed-function)
11607 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11608 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11609 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11610 (tetris-pause-game): Fix typos in docstrings.
11611 (tetris-mode-map, tetris-null-map):
11612 Move initialization into declaration.
11613 (tetris-mode): Define with `define-derived-mode';
11614 set show-trailing-whitespace to nil.
11615 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11616
574c05e2
KK
116172010-04-21 Karel Klíč <kklic@redhat.com>
11618
11619 * files.el (backup-buffer): Handle SELinux context, and return it
11620 if a backup was made by renaming.
11621 (backup-buffer-copy): Set SELinux context to the target file.
11622 (basic-save-buffer): Set SELinux context of the newly written file.
11623 (basic-save-buffer-1): Now it also returns any SELinux context.
11624 (basic-save-buffer-2): Set SELinux context of the newly created file,
11625 and return it.
11626 * net/tramp.el (tramp-file-name-for-operation):
11627 Add file-selinux-context.
11628
e97a42c1
SM
116292010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11630
f2b9ed18
SM
11631 Make the log-edit comments use RFC822 format throughout.
11632
e97a42c1
SM
11633 * vc.el (vc-checkin, vc-modify-change-comment):
11634 Adjust to new vc-start/finish-logentry.
11635 (vc-find-conflicted-file): New command.
11636 (vc-transfer-file): Adjust to new vc-checkin.
11637 (vc-next-action): Improve scoping.
11638
11639 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11640 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11641
11642 * vc-git.el (vc-git-log-edit-mode): Remove.
11643 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11644 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11645
11646 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11647 (vc-start-logentry): Remove argument `extra'.
11648 (vc-finish-logentry): Remove extra args.
11649
11650 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11651 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11652 (vc-bzr-conflicted-files): New function.
11653
11654 * log-edit.el (log-edit-extra-flags)
11655 (log-edit-before-checkin-process): Remove.
11656 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11657 (log-edit-headers-alist): New var.
11658 (log-edit-header-contents-regexp): New const.
11659 (log-edit-match-to-eoh): New function.
11660 (log-edit-font-lock-keywords): Use them.
11661 (log-edit): Insert a "Summary:" header as default.
11662 (log-edit-mode): Mark font-lock rules as case-insensitive.
11663 (log-edit-done): Cleanup headers.
11664 (log-view-process-buffer): Remove.
11665 (log-edit-extract-headers): New function to replace it.
11666
938efb77
JB
116672010-04-20 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * subr.el (default-direction-reversed): Remove obsolescence info.
11670
1cfb415b
SM
116712010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11672
cb4f9513
SM
11673 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11674 windows/frames.
11675
6e610c72
SM
11676 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11677 I.e. include text after point in the completion region.
11678 Also, return nil when we're not after/in a symbol.
11679
1cfb415b
SM
11680 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11681 default enable-multibyte-characters.
11682
c80fa13c
SM
116832010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11684
87926e02
SM
11685 * international/mule.el: Help the user choose a valid coding-system.
11686 (read-buffer-file-coding-system): New function.
11687 (set-buffer-file-coding-system): Use it. Prompt the user if the
11688 coding-system cannot encode all the chars.
11689
c80fa13c
SM
11690 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11691 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11692 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11693 Don't use *vc-bzr-shelve*.
11694
6e104790 116952010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11696
11697 Fix the version number for added files.
11698 * vc-hg.el (vc-hg-working-revision): Check if the file is
11699 registered after hg parent fails (Bug#5961).
11700
6e104790 117012010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11702
11703 * htmlfontify.el (htmlfontify-buffer)
11704 (htmlfontify-copy-and-link-dir): Autoload entry points.
11705
6e104790 117062010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11707
11708 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11709 name relative to the project root (Bug#5960).
11710
6e104790 117112010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11712
11713 * vc-git.el (vc-git-print-log): Doc fix.
11714
6e104790 117152010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11716
11717 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11718
53cfe624 117192010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11720
11721 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11722 default settings (Bug#5928).
11723
6e104790 117242010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11725
11726 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11727 New function.
0a23b2c3 11728 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11729
6e104790 117302010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11731
11732 * language/indian.el (malayalam-composable-pattern): Fix previous
11733 change (add U+0D4D "SIGN VIRAMA").
11734 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11735 (tamil-composable-pattern): Fix typo in the regexp.
11736 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11737 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11738 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11739
6e104790 117402010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11741
11742 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11743 paragraph-separate (Bug#5821).
11744
6e104790 117452010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11746
11747 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11748
11749 * info.el (Info-find-node-2): Comment out code that skips
11750 breadcrumbs line.
11751 (Info-mouse-follow-link): New command.
11752 (Info-link-keymap): New keymap.
11753 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11754 Return a string with links instead of inserting breadcrumbs
11755 to the Info buffer.
11756 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11757 Instead of putting the `invisible' text property over the Info
11758 header, make an overlay over the Info header with the `invisible'
11759 property and `after-string' set to the string returned by
11760 `Info-breadcrumbs'.
11761
6e104790 117622010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11763
11764 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11765 Reported by monkey@sandpframing.com.
11766
98923800
SM
117672010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11768
b5feea0f
SM
11769 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11770 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11771 available in the "keyseq cache" any more.
11772
98923800
SM
11773 * custom.el (defcustom): Add edebug spec.
11774
fd5c9dfa
JL
117752010-04-18 Juri Linkov <juri@jurta.org>
11776
11777 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11778
11779 * view.el (view-file, view-buffer): Move test for special mode-class
11780 from view-file to view-buffer.
11781
11782 * tar-mode.el (tar-extract): Turn if's into one cond
11783 like in arc-mode.el.
11784
b3671a51
JL
117852010-04-18 Juri Linkov <juri@jurta.org>
11786
11787 Add 7z archive format support (bug#5475).
11788
11789 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11790 (archive-7z-extract): New defcustom.
11791 (archive-find-type): Add magic string for 7z.
11792 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11793 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11794 `buffer' arg of `call-process'.
11795 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11796 call the function `archive-7z-extract' with the variable
11797 `archive-7z-extract' let-bound to `archive-zip-extract'.
11798 (archive-7z-summarize, archive-7z-extract): New functions.
11799
11800 * international/mule.el (auto-coding-alist):
11801 * files.el (auto-mode-alist): Add 7z file extension.
11802
8a37fb25
SM
118032010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11804
e9515805
SM
11805 * loadup.el: Setup hash-cons for pure data.
11806
f8ea0098
SM
11807 Fix duplicate entries in cedet's loaddefs.el files.
11808 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11809 Should make most file-local generated-autoload-file unnecessary.
11810 (print-readably): Silence warnings.
11811 (autoload-find-destination): Take load-name as an arg to make sure
11812 it's the same as the one that will be in the file.
11813 (autoload-generate-file-autoloads): Adjust to above changes.
11814 Try to make the dataflow a bit simpler.
11815
8a37fb25
SM
11816 * cvs-status.el (cvs-refontify): Remove unused.
11817
f8b91752
JB
118182010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11819
76e3243a 11820 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11821
76e3243a 11822 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11823 twos-complement mode.
11824
d8b01fef
JB
118252010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11826
76e3243a
JB
11827 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11828 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11829 (calc-inverse): Add "Option" to message, as appropriate.
11830 (calc-hyperbolic): Add "Option" to message, as appropriate.
11831 (calc-option, calc-is-option): New functions.
11832
76e3243a 11833 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11834 (calc-option-prefix-help): New function.
11835
76e3243a 11836 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11837
76e3243a 11838 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11839 (calc-option-flag): New variable.
11840 (calc-do): Set `calc-option-flag to nil.
11841 (calc-set-mode-line): Add "Opt " as appropriate.
11842
74f806a1
JL
118432010-04-16 Juri Linkov <juri@jurta.org>
11844
11845 Move scrolling commands from simple.el to window.el
11846 because their primitives are implemented in window.c.
11847
11848 * simple.el (scroll-error-top-bottom)
11849 (scroll-up-command, scroll-down-command, scroll-up-line)
11850 (scroll-down-line, scroll-other-window-down)
11851 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11852 * window.el (scroll-error-top-bottom)
11853 (scroll-up-command, scroll-down-command, scroll-up-line)
11854 (scroll-down-line, scroll-other-window-down)
11855 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11856 Move from simple.el to window.el because their primitives are
11857 implemented in window.c.
11858
ad40eec5
JL
118592010-04-16 Juri Linkov <juri@jurta.org>
11860
11861 * isearch.el (isearch-lookup-scroll-key): Check both
11862 `isearch-scroll' and `scroll-command' properties.
11863 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11864
11865 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11866
11867 * simple.el (scroll-up-command, scroll-down-command)
11868 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11869
a4b000fb
JL
118702010-04-15 Juri Linkov <juri@jurta.org>
11871
11872 * simple.el (scroll-up-command, scroll-down-command)
11873 (scroll-up-line, scroll-down-line): Put `scroll-command'
11874 property on the these symbols. Remove them from
11875 `scroll-preserve-screen-position-commands'.
11876
11877 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11878 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11879 Remove it from `scroll-preserve-screen-position-commands'.
11880
11881 * isearch.el (isearch-allow-scroll): Doc fix.
11882
4874f5e6
MA
118832010-04-15 Michael Albinus <michael.albinus@gmx.de>
11884
11885 * net/tramp.el (tramp-error-with-buffer): Don't show the
11886 connection buffer when we are in completion mode.
11887 (tramp-file-name-handler): Catch the error for some operations
11888 when we are in completion mode. This gives the user the chance to
11889 correct the file name in the minibuffer.
11890
82883f0a
GM
118912010-04-15 Glenn Morris <rgm@gnu.org>
11892
11893 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11894
528b9ea9
JB
118952010-04-15 Juanma Barranquero <lekktu@gmail.com>
11896
11897 Simplify by using `define-derived-mode'.
11898 * info.el (Info-mode):
11899 * calendar/todo-mode.el (todo-mode):
11900 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11901 (gomoku-mode-map): Move initialization into declaration.
11902
5f2b693f
MA
119032010-04-14 Michael Albinus <michael.albinus@gmx.de>
11904
11905 Fix Bug#5840.
11906 * ido.el (ido-file-name-all-completions-1):
11907 * minibuffer.el (minibuffer-completion-help):
11908 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11909
ebb9641f
SM
119102010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11911
38111a5a
SM
11912 * simple.el (non-essential): New var.
11913
ebb9641f
SM
11914 Add a new field `location' to bookmarks for non-file bookmarks.
11915 * bookmark.el (bookmark-location): Use the new field, if present.
11916 (bookmark-insert-location): Undo last change, not needed any more.
11917 * man.el (Man-bookmark-make-record):
11918 * woman.el (woman-bookmark-make-record): Add `location' field.
11919
7b05466f
JL
119202010-04-14 Juri Linkov <juri@jurta.org>
11921
11922 * simple.el (scroll-error-top-bottom): New defcustom.
11923 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11924
11925 * emulation/pc-select.el (pc-select-override-scroll-error):
11926 Obsolete in favor of `scroll-error-top-bottom'.
11927
32129746
JL
119282010-04-14 Juri Linkov <juri@jurta.org>
11929
11930 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11931 `scroll-up-command' and `M-v' to `scroll-down-command'.
11932
11933 * emulation/cua-rect.el (cua--init-rectangles):
11934 * forms.el (forms--change-commands):
11935 * image-mode.el (image-mode-map):
11936 Remap scroll-down-command and scroll-up-command
11937 in addition to scroll-down and scroll-up.
11938
9013a7f8
JL
119392010-04-14 Juri Linkov <juri@jurta.org>
11940
11941 * mwheel.el (scroll-preserve-screen-position-commands):
11942 Add mwheel-scroll to this list of commands.
11943
11944 * simple.el (scroll-preserve-screen-position-commands):
11945 Add scroll-up-command, scroll-down-command, scroll-up-line,
11946 scroll-down-line to this list of commands.
11947
3b7e1d5f
SM
119482010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11949
c1e25821
SM
11950 * obsolete/complete.el: Move from lisp/complete.el.
11951
5b31b787
SM
11952 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11953
3b7e1d5f
SM
11954 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11955 to the minor mode function now turns the mode ON unconditionally.
11956
398a825b
SM
119572010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11958
a544e7c1
SM
11959 * vc-dir.el (vc-dir-kill-line): New command.
11960 (vc-dir-mode-map): Bind it to C-k.
11961
a1979d8e
SM
11962 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11963
398a825b
SM
11964 * woman.el: Add bookmark declarations to silence the compiler.
11965 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11966 step to compatibility between man and woman bookmarks.
11967 Adjust for Man-default-bookmark-title renaming.
11968 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11969
11970 * man.el: Add bookmark declarations to silence the compiler.
11971 (Man-name-local-regexp): Make it match NAME as well.
11972 (Man-getpage-in-background): Return the buffer.
11973 (Man-notify-when-ready): Use `case'.
11974 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11975 Don't hardcode "NAME". Simplify.
11976 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11977 Rename from Man-bookmark-make-record.
11978 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11979 we have the actual man-args. Use Man-getpage-in-background rather
11980 than `man' since the arg is already processed. Let bookmark.el do the
11981 window handling. Only wait for the relevant process.
11982 Don't forget to autoload.
11983
11984 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11985
45be326a
TV
119862010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11987
11988 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11989 New functions.
11990 (woman-mode): Setup bookmark support.
11991
11992 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11993 (man-bookmark-jump): New functions.
11994 (Man-mode): Setup bookmark support.
11995
3acb4c93
CY
119962010-04-10 Jari Aalto <jari.aalto@cante.net>
11997
11998 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11999 recognize ssh-keygen prompt (Bug#2817).
12000
b6bbb65e
MA
120012010-04-10 Michael Albinus <michael.albinus@gmx.de>
12002
12003 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12004
b533bc97
MA
120052010-04-10 Michael Albinus <michael.albinus@gmx.de>
12006
12007 Synchronize with Tramp repository.
12008
12009 * net/tramp.el (tramp-completion-function-alist)
12010 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12011 (tramp-local-coding-commands, tramp-remote-coding-commands):
12012 Fix docstring.
12013 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12014 (tramp-handle-directory-files-and-attributes)
12015 (tramp-get-remote-path): Use `copy-tree'.
12016 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12017 compatibility: Use `completion-ignore-case' if
12018 `read-file-name-completion-ignore-case' does not exist.
12019 (tramp-do-copy-or-rename-file-directly): Do not use
12020 `tramp-handle-file-remote-p'.
45be326a
TV
12021 (tramp-do-copy-or-rename-file-out-of-band):
12022 Use `tramp-compat-delete-directory'.
b533bc97 12023 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12024 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12025 Use `format-spec-make'.
b533bc97
MA
12026 (tramp-find-foreign-file-name-handler)
12027 (tramp-advice-make-auto-save-file-name)
12028 (tramp-set-auto-save-file-modes): Remove superfluous check for
12029 `stringp'. This is done inside `tramp-tramp-file-p'.
12030 (tramp-debug-outline-regexp): New defconst.
12031 (tramp-get-debug-buffer): Use it.
12032 (tramp-check-for-regexp): Use (forward-line 1).
12033 (tramp-set-auto-save-file-modes): Adapt version check.
12034
45be326a
TV
12035 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12036 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12037 (tramp-compat-make-temp-file): Simplify fallback implementation.
12038 (tramp-compat-copy-tree): Remove function.
12039 (tramp-compat-delete-directory): Provide implementation for older
12040 Emacsen.
12041
12042 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12043 Do not use `tramp-fish-handle-file-attributes.
12044
12045 * net/trampver.el: Update release number.
12046
ba33df00
GM
120472010-04-10 Glenn Morris <rgm@gnu.org>
12048
12049 * progmodes/compile.el (compilation-save-buffers-predicate):
12050 Add missing :version tag.
12051
4a8ae76f
SS
120522010-04-09 Sam Steingold <sds@gnu.org>
12053
12054 * progmodes/compile.el (compilation-save-buffers-predicate):
12055 Remove the "autoload" cookie.
12056
0880716f
SS
12057 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12058 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12059 and `bug-reference-prog-mode' can be used in hooks directly.
12060
6aebd58c
DN
120612010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12062
12063 Add --author support to git commit.
12064 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12065 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12066 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12067 New declarations.
6aebd58c 12068
f6d90772
ER
120692010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12070
12071 * vc-hooks.el, vc-git.el: Improve documentation comments.
12072
e754e83b
SM
120732010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 Fix some of the problems in defsubst* (bug#5728).
12076 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12077 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12078
9e86ab0b
SS
120792010-04-07 Sam Steingold <sds@gnu.org>
12080
e754e83b
SM
12081 * progmodes/compile.el (compilation-save-buffers-predicate):
12082 New custom variable.
9e86ab0b
SS
12083 (compile, recompile): Pass it to `save-some-buffers'.
12084
b0c8b840
JD
120852010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12086
12087 * wid-edit.el (widget-choose): Move cursor to the second line of
12088 the buffer (Bug#5695).
12089
31527c56
DN
120902010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12091
12092 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12093 * vc.el (vc-print-log-setup-buttons): New function split out from
12094 vc-print-log-internal.
12095 (vc-log-internal-common): New function, a parametrized version of
12096 vc-print-log-internal.
12097 (vc-print-log-internal): Just call vc-log-internal-common with the
12098 right arguments.
12099 (vc-incoming-outgoing-internal):
12100 (vc-log-incoming, vc-log-outgoing): New functions.
12101 (vc-log-view-type): New permanent local variable.
12102
12103 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12104
12105 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12106 of the dynamic bound vc-short-log.
12107 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12108
12109 * vc-git.el (vc-git-log-outgoing): New function.
12110 (vc-git-log-view-mode): Use vc-log-view-type instead
12111 of the dynamic bound vc-short-log.
12112
12113 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12114 of the dynamic bound vc-short-log. Highlight the tag.
12115 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12116 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12117 (vc-hg-incoming-mode): Remove.
12118 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12119
7ec69e2b
DN
121202010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12121
12122 Fix default-directory for vc-root-diff.
12123 * vc.el (vc-root-diff): Bind default-directory to the root
12124 directory for the diff command.
12125
fd9ea9d3
WS
121262010-04-07 Michael McNamara <mac@mail.brushroad.com>
12127
6e104790 12128 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12129 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12130 word keywords, suggested by Steve Pearlmutter.
6e104790 12131 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12132 port lists.
6e104790 12133 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12134 fix bug for /* / comments.
6e104790 12135 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12136 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12137 (verilog-pretty-declarations): Enhance to line up declarations
12138 inside a parameter list, suggested by Alan Morgan.
12139 (verilog-pretty-expr): Tune assignment regular expression match
12140 string for corner cases; also use markers instead of character
12141 number as indent changes the later.
fd9ea9d3
WS
12142
121432010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12144
6e104790
SM
12145 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12146 as missing keyword.
12147 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12148 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12149 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12150 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12151 Tennant.
12152 (verilog-keywords):
fd9ea9d3
WS
12153 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12154 1800-2009 keywords, including "global.".
12155
2a07afc5
JW
121562010-04-06 John Wiegley <jwiegley@gmail.com>
12157
8b32731a 12158 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12159 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12160 file basename). Should use uniquify to offer a real solution.
2a07afc5 12161
f9a27d86
JW
121622010-04-06 John Wiegley <jwiegley@gmail.com>
12163
8b32731a
JB
12164 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12165 comment to code, and add a :version tag.
12166 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12167
9caf8a8f
JB
121682010-04-06 Juanma Barranquero <lekktu@gmail.com>
12169
12170 Enable recentf-mode if using virtual buffers.
12171 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12172 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12173 (ido-make-buffer-list): Simplify.
12174 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12175
5a97d2da
JL
121762010-04-05 Juri Linkov <juri@jurta.org>
12177
12178 Scrolling commands which scroll a line instead of full screen.
12179 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12180
12181 * simple.el (scroll-up-line, scroll-down-line): New commands.
12182 Put property isearch-scroll=t on them.
12183
12184 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12185 Remove commands.
12186
79ce172a
JL
121872010-04-05 Juri Linkov <juri@jurta.org>
12188
8b32731a 12189 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12190 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12191
12192 * simple.el (scroll-up-command, scroll-down-command): New commands.
12193 Put property isearch-scroll=t on them.
12194
12195 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12196 `scroll-down-command' and [next] from `scroll-up' to
12197 `scroll-up-command'.
12198
12199 * emulation/cua-base.el: Put property CUA=move on
12200 `scroll-up-command' and `scroll-down-command'.
12201 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12202 and `scroll-down-command' to `cua-scroll-down'.
12203
309d5b43
JB
122042010-04-05 Juanma Barranquero <lekktu@gmail.com>
12205
6460e534 12206 * help.el (describe-mode): Return nil.
309d5b43 12207
0523d117
JW
122082010-04-04 John Wiegley <jwiegley@gmail.com>
12209
12210 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12211 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12212 (ido-virtual): Face used to indicate virtual buffers in the list.
12213 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12214 exists, but a virtual buffer of that name does (which would be why
12215 it was in the list), recreate the buffer by reopening the file.
12216 (ido-make-buffer-list): If virtual buffers are being used, call
12217 `ido-add-virtual-buffers-to-list' before the make list hook.
12218 (ido-virtual-buffers): New variable which contains a copy of the
12219 current contents of the `recentf-list', albeit pared down for the
12220 sake of speed, and with proper faces applied.
12221 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12222 create a list of "virtual buffers" to present to the user in
12223 addition to the currently open set. Note that this logic could
12224 get rather slow if that list is too large. With the default
12225 `recentf-max-saved-items' of 200, there is little speed penalty.
12226
202ff0d6
SM
122272010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * font-lock.el: Require CL when compiling.
12230 (font-lock-turn-on-thing-lock): Use `case'.
12231
ef43a0f4
EZ
122322010-04-03 Eli Zaretskii <eliz@gnu.org>
12233
12234 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12235 Zaretskii.
ef43a0f4 12236
9c13a46e
JL
122372010-04-02 Juri Linkov <juri@jurta.org>
12238
12239 * ehelp.el (electric-help-orig-major-mode):
12240 New buffer-local variable.
12241 (electric-help-mode): Set it to original major-mode. Doc fix.
12242 (with-electric-help): Use `electric-help-orig-major-mode' instead
12243 of (default-value 'major-mode). Doc fix.
12244 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12245
3fb87bf5
SS
122462010-04-02 Sam Steingold <sds@gnu.org>
12247
12248 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12249 `vc-hg-command' with a list of flags.
12250
202ff0d6
SM
12251 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12252 Also accept "patch" and "RFE".
dbb5e44a
SS
12253 (bug-reference-fontify): `bug-reference-url-format' can also be a
12254 function to be able to handle the bug kind.
202ff0d6 12255 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12256
d0b22876
JD
122572010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12258
12259 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12260 value to fboundp, it may not be a symbol.
12261
1625d379
CY
122622010-03-31 Chong Yidong <cyd@stupidchicken.com>
12263
202ff0d6 12264 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12265
1cd095c6
JL
122662010-03-31 Juri Linkov <juri@jurta.org>
12267
12268 * simple.el (next-line, previous-line): Re-throw a signal
12269 with `signal' instead of using `ding'.
12270 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12271
67189e62
JL
122722010-03-31 Juri Linkov <juri@jurta.org>
12273
12274 * simple.el (keyboard-escape-quit): Raise deselecting the active
12275 region higher than exiting the minibuffer.
12276 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12277
1546c559
JL
122782010-03-31 Juri Linkov <juri@jurta.org>
12279
12280 * image.el (image-animated-p): Use `image-metadata' instead of
12281 `image-extension-data'. Get GIF extenstion data from metadata
12282 property `extension-data'.
12283
85626eef
SM
122842010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * simple.el (append-to-buffer): Simplify.
12287
85738751 122882010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12289
12290 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12291 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12292
85738751 122932010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12294
12295 * language/sinhala.el (composition-function-table): Fix regexp for
12296 the new Unicode specification.
12297
12298 * language/indian.el (devanagari-composable-pattern)
12299 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12300 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12301 specification.
12302 (bengali-composable-pattern, gurmukhi-composable-pattern)
12303 (gujarati-composable-pattern, oriya-composable-pattern)
12304 (telugu-composable-pattern): New variables to cope with the new
12305 Unicode specification. Use them in composition-function-table.
12306
85738751 123072010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12308
79d74ac5 12309 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12310 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12311 vectors rather than cons cells, as used in menu-bar-update-buffers.
12312
85738751 123132010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12314
2a793f7f
CY
12315 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12316 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12317 electric punctuation for "{}();,:" (Bug#5586).
12318
03ffe8be
CY
12319 * mail/sendmail.el (mail-default-directory): Doc fix.
12320
85738751 123212010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12322
12323 * mail/sendmail.el (mail-default-directory): Doc fix.
12324
85738751 123252010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12326
12327 * subr.el (version-regexp-alist, version-to-list)
12328 (version-list-<, version-list-=, version-list-<=)
12329 (version-list-not-zero, version<, version<=, version=): Doc fix.
12330 (Bug#5744).
12331
85738751 123322010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12333
12334 * vc.el (vc-root-diff): Doc fix.
12335
85738751 123362010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12337
9aa2c576
CY
12338 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12339
9d30a9f4
CY
12340 * simple.el (append-to-buffer): Fix last change.
12341
85738751 123422010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12343
12344 * simple.el (append-to-buffer): Ensure that point is preserved if
12345 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12346 (Bug#5749)
12347
2372f278
SM
123482010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * files.el (auto-mode-case-fold): Change default to t.
12351
2223a1b3
JL
123522010-03-30 Juri Linkov <juri@jurta.org>
12353
12354 * dired-x.el (dired-omit-mode): Doc fix.
12355
0ef84fc8
JL
123562010-03-30 Juri Linkov <juri@jurta.org>
12357
12358 * replace.el (occur-accumulate-lines): Move occur-engine related
12359 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12360 to be located after `occur-engine'.
12361
dc2d2590
JL
123622010-03-30 Juri Linkov <juri@jurta.org>
12363
12364 Make occur handle multi-line matches cleanly with context.
12365 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12366
12367 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12368 (occur-engine): Add local variables `ret', `prev-after-lines',
12369 `prev-lines'. Use more arguments for `occur-context-lines'.
12370 Set first elem of its returned list to `data', and the second elem
12371 to `prev-after-lines'. Don't print the separator line.
12372 In the end, print remaining context after-lines.
12373 (occur-context-lines): Add new arguments `begpt', `endpt',
12374 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12375 after-lines of the previous match with before-lines of the
12376 current match and not overlap them. Return a list with two
12377 values: the output line and the list of context after-lines.
12378
47c88c06
JL
123792010-03-30 Juri Linkov <juri@jurta.org>
12380
12381 * replace.el (occur-accumulate-lines): Fix a bug where the first
12382 context line at the beginning of the buffer was missing.
12383
a7b02820
EZ
123842010-03-30 Eli Zaretskii <eliz@gnu.org>
12385
12386 * files.el: Make bidi-display-reordering safe variable for boolean
12387 values.
12388
9326ba26 123892010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12390 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12391
12392 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12393 (progress-reporter-update, progress-reporter-do-update):
12394 Handle non-numeric value arguments.
9326ba26
CY
12395 (progress-reporter--pulse-characters): New var.
12396
f6f8aa12
CY
123972010-03-28 Chong Yidong <cyd@stupidchicken.com>
12398
12399 * progmodes/compile.el (compilation-start): Fix regexp detection
12400 of initial cd command (Bug#5771).
12401
7ed287b5
CY
124022010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12403
12404 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12405
146b8b16
NR
124062010-03-27 Nick Roberts <nickrob@snap.net.nz>
12407
12408 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12409 * progmodes/gdb-mi.el: Restore.
12410 * progmodes/gdb-ui.el: Remove.
12411 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12412
b23caf75
GM
124132010-03-25 Glenn Morris <rgm@gnu.org>
12414
12415 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12416 all dired buffers, even tramp ones. (Bug#5755)
12417
18c812bd
SM
124182010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 Add "union tags" in mpc.el.
12421 * mpc.el: Remove backward compatibility code.
12422 (mpc-browser-tags): Change default.
12423 (mpc--find-memoize-union-tags): New var.
12424 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12425 (mpc-cmd-find): Handle the case where the playlist does not exist.
12426 Handle union-tags.
12427 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12428 (mpc-cmd-add): Use mpc-cmd-flush.
12429 (mpc-tagbrowser-tag-name): New fun.
12430 (mpc-tagbrowser-buf): Use it.
12431 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12432
efee6a6d
SM
124332010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12434
9586c41a
SM
12435 Misc cleanup.
12436 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12437 Use replace-regexp-in-string.
12438 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12439 (makefile-imake-mode-syntax-table): Move init into defvar.
12440 (makefile-mode): Use define-derived-mode.
12441
efee6a6d
SM
12442 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12443 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12444 not be present any more.
12445
c6f3804c
JB
124462010-03-24 Juanma Barranquero <lekktu@gmail.com>
12447
12448 * faces.el (set-face-attribute): Fix typo in docstring.
12449 (face-valid-attribute-values): Reflow docstring.
12450
e867cb5d 124512010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12452
efee6a6d 12453 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12454
e867cb5d 124552010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12456
12457 * indent.el (indent-for-tab-command): Doc fix.
12458
e867cb5d 124592010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12460
efee6a6d
SM
12461 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12462 Fix off-by-one error. Fixes bug #5747.
657071fc 12463
e867cb5d 124642010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12465
12466 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12467 (image-dired-read-comment): Doc fix.
12468
efee6a6d
SM
12469 * json.el (json-object-type, json-array-type, json-key-type)
12470 (json-false, json-null, json-read-number):
c8de140b
JB
12471 * minibuffer.el (completion-in-region-functions):
12472 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12473 (cal-tex-cursor-week):
12474 * emacs-lisp/trace.el (trace-function):
12475 * eshell/em-basic.el (eshell/printnl):
12476 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12477 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12478 * obsolete/levents.el (allocate-event, event-key, event-object)
12479 (event-point, event-process, event-timestamp, event-to-character)
12480 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12481 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12482 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12483 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12484 (reftex-highlight-selection): Fix typos in docstrings.
12485
e867cb5d 124862010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12487
12488 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12489
e867cb5d 124902010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12491
12492 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12493 2008-02-13 without comment; mark it obsolete.
12494 (rmail-highlight-headers): Use rmail-highlight-face once more.
12495
e867cb5d 124962010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12497
12498 * woman.el (woman2-process-escapes): Only consume the newline if
12499 the filler character is on a line by itself (Bug#5729).
12500
e867cb5d 125012010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12502
12503 * language/indian.el (devanagari-composable-pattern): Add more
12504 consonants.
12505
e867cb5d 125062010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12507
12508 * net/trampver.el: Update release number.
12509
e867cb5d 125102010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12511
efee6a6d
SM
12512 * net/tramp.el (tramp-find-executable):
12513 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12514 output of "wc -l" more robust.
12515 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12516 (tramp-open-connection-setup-interactive-shell): Remove workaround
12517 for OpenSolaris bug, it is not needed anymore.
12518
e867cb5d 125192010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12520
12521 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12522
e867cb5d 125232010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12524
12525 * files.el (auto-mode-alist): Accept more verilog file patterns.
12526
b2b8574b
SM
125272010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12530
1d94ebb0
GM
125312010-03-24 Glenn Morris <rgm@gnu.org>
12532
7e263967
GM
12533 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12534 log-edit-before-checkin-process.
12535
5ac92c5f
GM
12536 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12537
12538 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12539
549f324a
GM
12540 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12541 (log-view-process-buffer, log-edit-extra-flags): Declare.
12542
495b517c
GM
12543 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12544
f4087766
SS
125452010-03-23 Sam Steingold <sds@gnu.org>
12546
12547 Fix bug#5620: recalculate all markers on compilation buffer
12548 modifications, not on file modifications.
38e9aa53
GM
12549 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12550 variable: the buffer modification time, for buffers not associated with
12551 files.
f4087766
SS
12552 (compilation-mode): Create it.
12553 (compilation-filter): Update it.
12554 (compilation-next-error-function): Use it instead of
12555 `visited-file-modtime' for timestamp.
12556
774642e5
JL
125572010-03-23 Juri Linkov <juri@jurta.org>
12558
12559 Implement Occur multi-line matches.
12560 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12561
12562 * replace.el (occur): Doc fix.
12563 (occur-engine): Set `begpt' to the beginning of the first line.
12564 Set `endpt' to the end of the last match line. At first, count
12565 line numbers between `origpt' and `begpt'. Split out code from
12566 `out-line' variable to new let-bindings `match-prefix' and
12567 `match-str'. In `out-line' add non-numeric prefix to all
12568 non-first lines of multi-line matches. Finally, count lines
12569 between `begpt' and `endpt' and add to `lines'.
12570
f14d1172
JL
125712010-03-23 Juri Linkov <juri@jurta.org>
12572
12573 * replace.el (occur-accumulate-lines, occur-engine):
12574 Use `occur-engine-line' instead of duplicate code.
12575 (occur-engine-line): New function created from duplicate code
12576 in `occur-accumulate-lines' and `occur-engine'.
12577
53e87c57
JL
12578 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12579 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12580
75a3ff20
JL
125812010-03-23 Juri Linkov <juri@jurta.org>
12582
12583 * finder.el: Remove TODO tasks.
12584
12585 * info.el (Info-finder-find-node): Add node "all"
12586 with all package info. Handle a list of multiple keywords
12587 separated by comma.
12588 (info-finder): In interactive use with a prefix argument,
12589 use `completing-read-multiple' to read a list of keywords
12590 separated by comma.
12591
00278747
SM
125922010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 Add a new completion style `substring'.
12595 * minibuffer.el (completion-basic--pattern): New function.
12596 (completion-basic-try-completion, completion-basic-all-completions):
12597 Use it.
12598 (completion-substring--all-completions)
12599 (completion-substring-try-completion)
12600 (completion-substring-all-completions): New functions.
12601 (completion-styles-alist): New style `substring'.
12602
64cb11cc
SM
126032010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 Get rid of .elc files after removal of the corresponding .el.
12606 * Makefile.in (compile-clean): New target.
12607 (compile-main): Use it.
12608
835e2c65
JD
126092010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12610
12611 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12612 don't do make there. When compiling with separate object dir, there
12613 is no Makefile there.
12614
111a9dff
SM
126152010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 Get rid of the ELCFILES abomination, again.
12618 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12619 (all, compile): Don't call compile-last.
12620 (compile-main): Build the "elcfiles" list dynamically.
12621 (compile-targets): New (internal) target.
12622
82c3d67a
AS
126232010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12624
12625 * Makefile.in (top_srcdir): Define.
12626 (abs_top_builddir): Define.
12627 (srcdir): Don't append `/..'.
12628 (EMACS): Use ${abs_top_builddir}.
12629 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12630 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12631 $(srcdir).
82c3d67a
AS
12632 (lisp): Use $(srcdir) instead of @srcdir@.
12633
d66ecdbb
JL
126342010-03-21 Juri Linkov <juri@jurta.org>
12635
12636 Fix message of multi-line occur regexps and multi-buffer header lines.
12637 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12638
12639 * replace.el (occur-1): Don't display regexp if it is longer
12640 than window-width. Use `query-replace-descr' to display regexp.
12641 (occur-engine): Don't display regexp in the buffer header for
12642 multi-buffer occur. Display a separate header line with total
12643 match count and regexp for multi-buffer occur.
12644 Use `query-replace-descr' to display regexp.
12645
f05e1b94
TZ
126462010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12647
12648 * net/secrets.el: Fix parenthesis.
12649 (secrets-enabled): Fix parenthesis.
12650
801ba3ba
SM
126512010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12652
3613edce
SM
12653 Use more relative file and directory names.
12654 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12655 (setwins, setwins_almost, setwins_for_subdirs):
12656 Don't `cd'; output relative names.
12657 (all, compile, compile-always, compile-last): Set emacswd.
12658 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12659 Just cd to the lisp source dir so we can use relative file names.
12660
801ba3ba
SM
12661 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12662
2b1400b9
GM
126632010-03-20 Glenn Morris <rgm@gnu.org>
12664
12665 * textmodes/rst.el: Use faces for font-lock customization, and make the
12666 old -face variables obsolete.
12667 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12668 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12669 (rst-block-face, rst-external-face, rst-definition-face)
12670 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12671 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12672 Make obsolete.
12673 (rst-font-lock-keywords-function): Update for above changes.
12674
5e418f17
JL
126752010-03-20 Juri Linkov <juri@jurta.org>
12676
12677 * s-region.el:
12678 * obsolete/s-region.el: Move to obsolete.
12679
b0287b39
JB
126802010-03-19 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12683
3c95bbb6
DN
126842010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12685
12686 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12687
09158997
DN
126882010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12689
12690 Add special markup processing for commit logs.
12691 * log-edit.el (log-edit-extra-flags): New variable.
12692 (log-edit): Add new argument MODE. Use that mode when non-nil
12693 instead of the log-view-mode.
12694 (log-view-process-buffer): New function.
12695
12696 * vc.el: Document that the checkin method takes optional
12697 arguments. Document new backend specific method: log-view-mode.
12698 (vc-default-log-edit-mode): New function.
12699 (vc-checkin): Use a backend specific log-view-mode.
12700 Pass extra arguments to the checkin method.
12701 (vc-modify-change-comment): Pass a dummy extra argument.
12702
12703 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12704 log-edit.
12705 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12706 (vc-finish-logentry): Process the log buffer before passing it
12707 down. Pass log-edit-extra-flags.
12708
12709 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12710 command.
85626eef
SM
12711 (log-edit-extra-flags, log-edit-before-checkin-process):
12712 New declarations.
09158997
DN
12713
12714 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12715 command.
85626eef
SM
12716 (log-edit-extra-flags, log-edit-before-checkin-process):
12717 New declarations.
09158997
DN
12718 (vc-hg-log-edit-mode): New derived mode.
12719
12720 * vc-arch.el (vc-arch-checkin):
12721 * vc-cvs.el (vc-cvs-checkin):
12722 * vc-git.el (vc-git-checkin):
12723 * vc-mtn.el (vc-mtn-checkin):
12724 * vc-rcs.el (vc-rcs-checkin):
12725 * vc-sccs.el (vc-sccs-checkin):
12726 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12727
f430423d
SM
127282010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12731 parent typo).
12732
aa8f8277
GM
127332010-03-19 Glenn Morris <rgm@gnu.org>
12734
f430423d 12735 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12736
04525749
GM
127372010-03-18 Glenn Morris <rgm@gnu.org>
12738
c70815f1
GM
12739 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12740
84d0a5f8
GM
12741 * replace.el (query-replace-history): Give it a doc string.
12742 (map-query-replace-regexp): Use query-replace-from-history-variable
12743 and query-replace-to-history-variable.
12744
e3a15161
GM
12745 * mail/hashcash.el (declare-function): Remove duplicate definition.
12746
27be0364
GM
12747 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12748 Make it an obsolete alias for report-emacs-bug-address.
12749 (message-strip-special-text-properties): Declare.
12750 (report-emacs-bug): Remove test for a pretest bug address.
12751 Combine message-mode-specific code.
12752
88b8d18e
GM
12753 * mail/supercite.el: Don't require sendmail.
12754 (mh-in-header-p): Declare rather than using with-no-warnings.
12755 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12756 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12757
1a355d09
GM
12758 * calendar/cal-french.el: Convert to utf-8.
12759
04525749
GM
12760 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12761 Emacs scripts.
12762
ae84eb97
MA
127632010-03-16 Michael Albinus <michael.albinus@gmx.de>
12764
12765 * net/secrets.el (secrets-enabled): New variable. Use it instead
12766 of a subfeature.
12767
7c75524e
MA
127682010-03-15 Michael Albinus <michael.albinus@gmx.de>
12769
12770 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12771 service "org.freedesktop.secrets" can be pinged.
12772 Provide subfeature `enabled'.
7c75524e 12773
57938a79
JL
127742010-03-14 Juri Linkov <juri@jurta.org>
12775
12776 Add finder unknown keywords.
12777
12778 * finder.el (finder-unknown-keywords): New function.
12779
12780 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12781 to create a Finder node with unknown keywords.
12782
88f4758e
JL
127832010-03-14 Juri Linkov <juri@jurta.org>
12784
12785 * finder.el (finder-compile-keywords): Replace `princ' with
12786 `prin1' on a list of symbols interned from keyword strings.
12787
12788 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12789 a comma, then split keywords using a comma and optional whitespace.
12790 Otherwise, split by whitespace.
12791
12792 * complete.el:
12793 * face-remap.el:
12794 * log-view.el:
12795 * net/hmac-def.el:
12796 * net/hmac-md5.el:
12797 * net/netrc.el:
12798 * progmodes/mixal-mode.el: Fix keywords.
12799
7725ebb7
MA
128002010-03-13 Michael Albinus <michael.albinus@gmx.de>
12801
12802 * Makefile.in (ELCFILES): Add net/secrets.elc.
12803
12804 * net/secrets.el: New file.
12805
6f320937
CY
128062010-03-12 Chong Yidong <cyd@stupidchicken.com>
12807
12808 * facemenu.el (list-colors-display, list-colors-print): New arg
12809 callback. Use it to allow selecting colors.
12810
12811 * wid-edit.el (widget-image-insert): Insert image prop even if the
12812 current display is non-graphic.
12813 (widget-field-value-set): New fun.
12814 (editable-field): Use it.
12815 (widget-field-value-get): Clean up unused var.
85626eef
SM
12816 (widget-color-value-create, widget-color--choose-action):
12817 New funs. Allow using list-colors-display to choose color.
6f320937 12818
647f9993
CY
128192010-03-12 Chong Yidong <cyd@stupidchicken.com>
12820
12821 * cus-edit.el: Resort topmost custom groups.
12822 (custom-buffer-sort-alphabetically): Default to t.
12823 (customize-apropos): Use apropos-parse-pattern.
12824 (custom-search-field): New var.
12825 (custom-buffer-create-internal): Add custom-apropos search field.
12826 (custom-add-parent-links): Don't display parent doc.
12827 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12828 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12829
12830 (custom-variable-state): New fun, from custom-variable-state-set.
12831 (custom-variable-state-set): Use it.
12832 (custom-group-value-create): Hide options with standard values
12833 using the :hidden-states property. Use progress reporter.
12834
12835 (custom-show): Simplify.
12836 (custom-visibility): Disable images by default.
12837 (custom-variable): New property :hidden-states.
12838 (custom-variable-value-create): Enable images for
12839 custom-visibility widgets. Use :hidden-states property to
12840 determine initial visibility.
12841
12842 * wid-edit.el (widget-image-find): Give images center ascent.
12843 (visibility): Add :on-image and :off-image properties.
12844 (widget-visibility-value-create): Use them.
12845
eba5b4dd
CY
128462010-03-12 Chong Yidong <cyd@stupidchicken.com>
12847
12848 * cus-edit.el (processes): Remove from development group.
12849 (oop, hypermedia): Delete group.
26f4b8ab 12850 (comm): Promote to top-level group.
eba5b4dd
CY
12851
12852 * net/browse-url.el (browse-url):
12853 * net/xesam.el (xesam):
12854 * net/tramp.el (tramp):
12855 * net/goto-addr.el (goto-address):
26f4b8ab 12856 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12857
12858 * view.el (view): Remove from editing group.
12859
12860 * uniquify.el (uniquify): Put in files group.
12861
12862 * net/browse-url.el (browse-url):
12863 * ps-print.el (postscript): Put in external group.
12864
12865 * cus-edit.el (outlines):
12866 * textmodes/text-mode.el (text-mode-hook):
12867 * textmodes/table.el (table):
12868 * textmodes/picture.el (picture):
12869 * outline.el (outlines): Put in wp group.
12870
12871 * nxml/nxml-mode.el (nxml): Remove from wp group.
12872
12873 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12874
12875 * mail/metamail.el (metamail): Remove from hypermedia group.
12876
12877 * cus-edit.el (abbrev):
12878 * whitespace.el (whitespace):
12879 * vcursor.el (vcursor):
12880 * reveal.el (reveal):
12881 * hl-line.el (hl-line): Put in convenience group.
12882
12883 * epg-config.el (epg): Put in data group.
12884
12885 * emulation/pc-select.el (pc-select): Put in emulations group.
12886
12887 * calculator.el (calculator): Put in applications group.
12888
8117868f
DN
128892010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12890
12891 Add .dir-locals.el support for file-less buffers.
12892 * files.el (hack-local-variables): Split out code to apply local
12893 variable settings ...
12894 (hack-local-variables-apply): ... here. New function.
12895 (hack-dir-local-variables): Use the default directory for when the
12896 buffer does not have an associated file.
12897 (hack-dir-local-variables-non-file-buffer): New function.
12898 * diff-mode.el (diff-mode):
12899 * vc-annotate.el (vc-annotate-mode):
12900 * vc-dir.el (vc-dir-mode):
12901 * log-edit.el (log-edit-mode):
12902 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12903
855a2294
DN
129042010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12905
12906 Add support for shelving snapshots and for showing shelves.
12907 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12908 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12909 New functions.
12910 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12911 (vc-bzr-extra-menu-map): Map them.
12912
3e5b7009
GM
129132010-03-11 Glenn Morris <rgm@gnu.org>
12914
0dcf7d7e
GM
12915 * cus-edit.el (customize-changed-options-previous-release):
12916 Bump to 23.1.
12917
3e5b7009
GM
12918 * image.el (image-animate-max-time): Fix :version tag.
12919
288f9fc0
CY
129202010-03-10 Chong Yidong <cyd@stupidchicken.com>
12921
12922 * Branch for 23.2.
12923
53ef91b1
SM
129242010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * vc-git.el (vc-git-revision-table): Include remote branches.
12927
b41460ae 129282010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12929
12930 Animated image API.
12931 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12932
12933 * image.el (image-animate-max-time): New defcustom.
12934 (image-animated-types): New defconst.
12935 (create-animated-image, image-animate-timer)
12936 (image-animate-start, image-animate-stop, image-animate-timeout)
12937 (image-animated-p): New functions.
12938
12939 * image-mode.el (image-toggle-display-image):
12940 Replace `create-image' with `create-animated-image'.
12941
e5d1fb10 129422010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12943
12944 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12945 instead of "format:"; this ensures that the output is
12946 newline-terminated.
12947
4e7cafbe
CY
129482010-03-08 Chong Yidong <cyd@stupidchicken.com>
12949
12950 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12951 that all errors are caught, and that the return value is always a
12952 list (Bug#5692).
12953
aec66319
KH
129542010-03-08 Kenichi Handa <handa@m17n.org>
12955
12956 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12957 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12958
b327c975
AS
129592010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12960
12961 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12962 call to rfc822-bad-address. (Bug#5692)
12963
1c465a6a
CY
129642010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12965
85626eef
SM
12966 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12967 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12968
a4e32226
CY
129692010-03-06 Chong Yidong <cyd@stupidchicken.com>
12970
12971 * calculator.el (calculator): Don't bind split-window-keep-point
12972 (Bug#5674).
12973
4c83ed3d
SM
129742010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12975
12976 * vc-git.el: Re-flow to fit into 80 columns.
12977 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12978 Remove spurious `quote' element in each case alternative.
12979 (vc-git-show-log-entry): Use prog1.
12980 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12981
e8defde3
SM
129822010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12985
233f0c9f
CY
129862010-03-03 Chong Yidong <cyd@stupidchicken.com>
12987
12988 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12989 definition, not the name (Bug#5481).
12990
254bedef 129912010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12992
12993 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12994 argument with a local variable. (Bug#5670)
12995
7187cdae
JL
129962010-03-02 Juri Linkov <juri@jurta.org>
12997
12998 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12999
9cf3544e
MA
130002010-03-02 Michael Albinus <michael.albinus@gmx.de>
13001
13002 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13003 error when FILENAME and NEWNAME are existing remote directories.
13004
13005 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13006 parameter DIR-FLAG.
13007
33f77982
GM
130082010-03-02 Glenn Morris <rgm@gnu.org>
13009
13010 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13011 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13012
d99ea08e
KH
130132010-03-01 Kenichi Handa <handa@m17n.org>
13014
e8defde3 13015 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13016 myanmar-composable-pattern.
13017
e8defde3
SM
13018 * international/characters.el (script-list):
13019 * international/fontset.el (script-representative-chars):
13020 Change myanmar to burmese.
d99ea08e 13021 (otf-script-alist): Likewise.
4aa2c3b2
KH
13022 (setup-default-fontset): Likewise. Re-fix :otf spec.
13023
b374f54d
KY
130242010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13025
13026 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13027
71572c03
JD
130282010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13029
13030 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13031
00cffdeb
MA
130322010-02-28 Michael Albinus <michael.albinus@gmx.de>
13033
13034 * net/tramp.el (tramp-handle-write-region): START can be a string.
13035 Take care in the checks. Reported by Dan Davison
13036 <davison@stats.ox.ac.uk>.
13037
d4b06783
MA
130382010-02-28 Michael Albinus <michael.albinus@gmx.de>
13039
13040 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13041 (dbus-set-property, dbus-get-all-properties):
13042 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13043
8c3e96d2
CY
130442010-02-28 Chong Yidong <cyd@stupidchicken.com>
13045
de3a1fe9
CY
13046 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13047 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13048 * calendar/icalendar.el (icalendar--add-diary-entry):
13049 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13050 * files.el (recover-session-finish): Use with-current-buffer
13051 instead of save-excursion.
13052
c53b9c3b
SM
130532010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13054
13055 Fix in-buffer completion when after-change-functions modify the buffer.
13056 * minibuffer.el (completion--replace): New function.
13057 (completion--do-completion): Use it and use relative movement.
13058
4a16bdc6
CY
130592010-02-27 Chong Yidong <cyd@stupidchicken.com>
13060
13061 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13062
b8280f39
CY
130632010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13064
c53b9c3b
SM
13065 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13066 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13067
f88cc4d6
KH
130682010-02-26 Kenichi Handa <handa@m17n.org>
13069
13070 * language/burmese.el: Fix entries in composition-function-table.
13071 (myanmar-composable-pattern): New variable.
13072
13073 * international/fontset.el (setup-default-fontset): Add an entry
13074 for myanmar.
13075
13076 * international/characters.el (script-list): Add Myanmar
13077 Extended-A.
13078
cdbf9100
GM
130792010-02-26 Glenn Morris <rgm@gnu.org>
13080
90a94603
GM
13081 * custom.el (custom-initialize-delay): Doc fix.
13082
cdbf9100
GM
13083 * mail/sendmail.el (send-mail-function): Autoload the call
13084 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13085
f95a5fd0
CY
130862010-02-24 Chong Yidong <cyd@stupidchicken.com>
13087
13088 * files.el (hack-local-variables-filter): For eval forms, also
13089 check safe-local-variable-p (Bug#5636).
13090
459a5f4b
MA
130912010-02-22 Michael Albinus <michael.albinus@gmx.de>
13092
13093 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13094 setting the modes by `ignore-errors'. It might fail, for example
13095 if the file is not owned by the user but the group.
13096 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13097
bb23f6e8
CY
130982010-02-21 Chong Yidong <cyd@stupidchicken.com>
13099
6a7662bb
BR
13100 * files.el (directory-listing-before-filename-regexp):
13101 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13102 date-like filenames (Bug#5597).
13103
b660eb70
CY
13104 * htmlfontify.el (htmlfontify): Doc fix.
13105
13106 * eshell/eshell.el (eshell): Doc fix.
13107
bb23f6e8
CY
13108 * startup.el (fancy-about-screen): In mode-line, apply
13109 mode-line-buffer-id face only to the buffer name (Bug#5613).
13110
3e39928c
CY
131112010-02-20 Kevin Ryde <user42@zip.com.au>
13112
f7e0618c
JB
13113 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13114 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13115 (Bug#5599).
13116
0f00e948
EZ
131172010-02-20 Eli Zaretskii <eliz@gnu.org>
13118
13119 * subr.el (remove-yank-excluded-properties): Explain in a comment
13120 why `category' property is removed.
13121
3513efb2
CY
131222010-02-19 Chong Yidong <cyd@stupidchicken.com>
13123
6a7662bb
BR
13124 * isearch.el (isearch-update-post-hook, isearch-update):
13125 Revert 2010-02-17 change.
3513efb2 13126
b4340b3f
UJ
131272010-02-19 Ulf Jasper <ulf.jasper@web.de>
13128
13129 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13130 (icalendar--convert-weekly-to-ical)
13131 (icalendar--convert-yearly-to-ical)
13132 (icalendar--convert-block-to-ical)
13133 (icalendar--convert-cyclic-to-ical)
13134 (icalendar--convert-anniversary-to-ical): Take care of time
13135 specifications where hour has 1-digit only (Bug#5549).
13136
8cfae03d
NR
131372010-02-19 Nick Roberts <nickrob@snap.net.nz>
13138
13139 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13140 of disassemble output in GDB 7.1.
13141
055e4eea
GM
131422010-02-19 Glenn Morris <rgm@gnu.org>
13143
13144 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13145 property. (Bug#5593)
13146
ff6b00de
SS
131472010-02-18 Sam Steingold <sds@gnu.org>
13148
13149 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13150
fe8c0b47
SM
131512010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 Use abbreviated file names in bookmarks (bug#5591).
13154 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13155 calls to expand-file-name.
13156 (bookmark-relocate): Use abbreviated file names in bookmarks.
13157 (bookmark-load): Use abbreviated file names in messages.
13158
73a37a69
MA
131592010-02-18 Michael Albinus <michael.albinus@gmx.de>
13160
13161 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13162 expand "." and "..". Reported by Thierry Volpiatto
13163 <thierry.volpiatto@gmail.com>.
13164
6e4f5731
MA
131652010-02-18 Michael Albinus <michael.albinus@gmx.de>
13166
13167 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13168 permissions of the temporary file to "0600". In case the remote
13169 file has no read permissions for the owner, there might be
13170 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13171
1317222010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13173
13174 * emacs-lisp/authors.el (authors-renamed-files-alist):
13175 Add entries for INSTALL.CVS.
13176
ba5bf642
MH
131772010-02-17 Mark A. Hershberger <mah@everybody.org>
13178
f7e0618c 13179 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13180
f7e0618c 13181 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13182 (isearch-update): Use the new hook.
13183
aac0b0f2
MA
131842010-02-16 Michael Albinus <michael.albinus@gmx.de>
13185
fe8c0b47
SM
13186 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13187 Fix errors in copying directories.
aac0b0f2
MA
13188 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13189 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13190 (tramp-handle-delete-file)
13191 (tramp-handle-dired-recursive-delete-directory)
13192 (tramp-handle-write-region): Flush also the cache for the upper
13193 directory.
13194
05bbe066
CY
131952010-02-16 Chong Yidong <cyd@stupidchicken.com>
13196
e8ab3908
CY
13197 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13198
ff90f4b0
CY
13199 * cus-edit.el (hardware): Doc fix.
13200
13201 * man.el (man): Add to external custom group.
13202
13203 * delim-col.el (columns): Move to wp custom group.
13204
13205 * doc-view.el (doc-view): Add to data custom group.
13206
fe8c0b47 13207 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13208
05bbe066
CY
13209 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13210 by ispell-parse-output (Bug#5575).
13211
fa6ea913
KH
132122010-02-16 Kenichi Handa <handa@m17n.org>
13213
13214 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13215 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13216 (skkdic-convert): Use `euc-japan' coding system for writing.
13217
88fd78ae
GM
132182010-02-16 Glenn Morris <rgm@gnu.org>
13219
13220 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13221 tex-main-file before using it. (Bug#5562)
13222
2b8c974a
SM
132232010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13226 warnings, since it is annoying for the user to see them each time he
13227 runs the code.
13228
7540f029
MA
132292010-02-15 Michael Albinus <michael.albinus@gmx.de>
13230
13231 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13232 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13233 instead of PROC for caching "first-password-request". Otherwise,
13234 new processes would not profit from passwords already entered.
13235
2b8c974a
SM
13236 * net/tramp-cache.el (tramp-dump-connection-properties):
13237 Don't save "first-password-request" property.
7540f029 13238
fa5f7c5f
JB
132392010-02-14 Juanma Barranquero <lekktu@gmail.com>
13240
13241 * outline.el (outline-head-from-level):
13242 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13243 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13244 (elint-defun, elint-buffer-env, elint-top-form-logged)
13245 (elint-unbound-variable):
13246 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13247 Fix typos in docstrings.
13248
ecbaeb7b
MA
132492010-02-14 Michael Albinus <michael.albinus@gmx.de>
13250
13251 * files.el (insert-directory): When WILDCARD-REGEXP and
13252 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13253 whole directory. (Bug#5551)
13254
13255 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13256 dired's alignment sanity. (Bug#5516)
13257
91e3333f
JL
132582010-02-14 Juri Linkov <juri@jurta.org>
13259
13260 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13261 Remove remaining ^H with their preceding chars. (Bug#5566)
13262
36020642
GM
132632010-02-13 Glenn Morris <rgm@gnu.org>
13264
13265 * simple.el (transpose-subr): Give it a doc-string.
13266
13267 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13268 Doc fixes.
13269
f5952338
JL
132702010-02-12 Juri Linkov <juri@jurta.org>
13271
13272 * arc-mode.el (archive-unique-fname): Make directories for nested
13273 archives. (Bug#5540)
13274
918fe50f
JL
132752010-02-12 Juri Linkov <juri@jurta.org>
13276
13277 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13278
c07ff221
SM
132792010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13280
48b1e7cf
SM
13281 * subr.el (copy-overlay): Handle deleted overlays.
13282
c07ff221
SM
13283 * man.el (Man-completion-table): Don't signal an error if we can't run
13284 manual-program (bug#4056).
13285
0e374247
JB
132862010-02-10 Juanma Barranquero <lekktu@gmail.com>
13287
13288 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13289
dbf8402b
SM
132902010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13291
348d1e60
SM
13292 * info.el (Info-bookmark-jump): Simplify.
13293
dbf8402b
SM
13294 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13295 (bookmark-default-handler): Accept new bookmark field `buffer'.
13296
e6d23bb5
CY
132972010-02-10 Chong Yidong <cyd@stupidchicken.com>
13298
13299 * iswitchb.el (iswitchb-completions): Revert last change.
13300
a8e4290b
MA
133012010-02-10 Michael Albinus <michael.albinus@gmx.de>
13302
2b23acde 13303 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13304 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13305 This prevents file names like "~/" being listed literally.
a8e4290b 13306
c59d6fad
DN
133072010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13308
348d1e60
SM
13309 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13310 Remove dead code. (Bug#5546)
c59d6fad 13311
3a66e78f
CY
133122010-02-09 Chong Yidong <cyd@stupidchicken.com>
13313
13314 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13315 correctly (Bug#5548).
13316
f29fd869
CY
133172010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13318
13319 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13320 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13321
7fad1447
KH
133222010-02-08 Kenichi Handa <handa@m17n.org>
13323
13324 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13325 cookie for putting `lisp-indent-function'.
7fad1447 13326
50e4518b
GM
133272010-02-07 Glenn Morris <rgm@gnu.org>
13328
13329 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13330 Move F2003 named interfaces from keywords-2 to keywords-1, and
13331 use function-name-face rather than constant-face.
13332 Simplify "abstract interface" regexp.
13333
a4cc44cf
CY
133342010-02-07 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13337 ID-FORMAT. Pass it to `file-attributes'.
13338
13339 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13340
c917476d
CY
133412010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13342
13343 * faces.el (set-face-attribute): Allow calling
13344 internal-set-lisp-face-attribute with 'unspecified family and
13345 foundry argument (Bug#5536).
13346
7cf3f3d6
GM
133472010-02-07 Glenn Morris <rgm@gnu.org>
13348
13349 * progmodes/f90.el (f90-font-lock-keywords-2)
13350 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13351 Handle F2003 named interfaces.
13352
ffe87109
CY
133532010-02-06 Chong Yidong <cyd@stupidchicken.com>
13354
13355 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13356 beg and end before calling c-get-state-before-change-functions.
13357
4775ecad
DN
133582010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13359
33aeea0e
SM
13360 * vc-bzr.el (vc-bzr-dir-extra-headers):
13361 Disable the pending merges header.
4775ecad 13362
0d17c4b9
JL
133632010-02-05 Juri Linkov <juri@jurta.org>
13364
13365 * doc-view.el (doc-view-mode):
13366 * image-mode.el (image-mode): Put property mode-class=special.
13367 (Bug#4896)
13368
8228a275
MH
133692010-02-05 Mark A. Hershberger <mah@everybody.org>
13370
13371 * vc-svn.el (vc-svn-revision-table): New function.
13372
d9320986
MA
133732010-02-05 Michael Albinus <michael.albinus@gmx.de>
13374
13375 * net/ange-ftp.el (ange-ftp-insert-directory):
13376 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13377 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13378 Handle also directories. (Bug#5478)
13379
f43d8ecc
GM
133802010-02-05 Glenn Morris <rgm@gnu.org>
13381
13382 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13383
ce3a988d
CY
133842010-02-05 Chong Yidong <cyd@stupidchicken.com>
13385
13386 * startup.el (command-line-1): Convert options beginning with a
13387 single dash as well (Bug#5519).
13388
bdd42899
SM
133892010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13390
51b23c44
SM
13391 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13392 * minibuffer.el (completion-initials-expand): Only check the presence
13393 of delims *within* the boundaries, since otherwise the / delim is
13394 always found for files.
13395
bdd42899
SM
13396 Fix up various corner case problems.
13397 * doc-view.el (doc-view-last-page-number): New function.
13398 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13399 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13400 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13401 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13402 (doc-view-convert-current-doc): Don't create the resolution.el file
13403 here any more.
13404 (doc-view-pdf/ps->png): Do it here instead.
13405 (doc-view-already-converted-p): Check that resolution.el is present.
13406 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13407 windows that are not yet showing images.
13408
d5b3979c
MA
134092010-02-04 Michael Albinus <michael.albinus@gmx.de>
13410
13411 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13412 `dired-uncache' for every elemnt which is an absolute file name.
13413
13414 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13415 directory, handle its directory component.
13416 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13417 function is called permanently and creates noise, otherwise.
13418
13419 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13420 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13421 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13422
b003beb1
DB
134232010-02-04 David Burger <dburger@google.com> (tiny change)
13424
13425 * macros.el (apply-macro-to-region-lines):
13426 Minor simplification. (Bug#5485)
13427
ea92f9f3
GM
134282010-02-04 Glenn Morris <rgm@gnu.org>
13429
a03ae20d
GM
13430 * mail/rmail.el (rmail-show-message-1): Handle malformed
13431 quoted-printable text. (Bug#5441)
13432
4d01b827
GM
13433 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13434
ea92f9f3
GM
13435 * simple.el (visual-line-mode): Capitalize lighter.
13436
82055bb7
JW
134372010-02-03 John Wiegley <jwiegley@gmail.com>
13438
13439 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13440 list of files considered for "virtual buffer" completions.
13441
8214b6e4
MA
134422010-02-03 Michael Albinus <michael.albinus@gmx.de>
13443
13444 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13445 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13446 when dired is called with a list of files, which are not in
13447 `default-directory'. (Bug#5478)
13448
1df9718f
SM
134492010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13450
13451 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13452
02ba1267
JL
134532010-02-02 Juri Linkov <juri@jurta.org>
13454
13455 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13456 from unidiff to allow function-line after @@.
13457
a0c6a0fb
JL
134582010-02-02 Juri Linkov <juri@jurta.org>
13459
13460 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13461 '(RCS SCCS) with inverted condition.
13462
c35fcd52
MA
134632010-02-02 Michael Albinus <michael.albinus@gmx.de>
13464
13465 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13466 messages.
13467
6ba973c1
JL
134682010-02-01 Juri Linkov <juri@jurta.org>
13469
13470 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13471 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13472 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13473 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13474
0bca393f
SM
134752010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13476
13477 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13478 (doc-view-revert-buffer): New command.
13479 (doc-view-mode-map): Use it.
13480
7a444e2a
DN
134812010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13482
13483 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13484 pending merge is detected.
13485
ad6fc8f4
JL
134862010-01-31 Juri Linkov <juri@jurta.org>
13487
13488 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13489 beginning of interactive spec like all other grep commands do.
13490 Put "all" in front of "gz". (Bug#5260)
13491
b9236874
DN
134922010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13493
13494 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13495
1e868757
CY
134962010-01-29 Chong Yidong <cyd@stupidchicken.com>
13497
13498 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13499 regexp is incorrect (Bug#5476).
13500
e5c70c41
MA
135012010-01-29 Michael Albinus <michael.albinus@gmx.de>
13502
13503 * net/tramp.el (tramp-handle-insert-directory): Handle also
13504 symlinks, when FILENAME is not in `default-directory'.
13505
0c0b61f1
MA
135062010-01-28 Michael Albinus <michael.albinus@gmx.de>
13507
13508 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13509 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13510
13511 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13512 of SWITCHES. Handle the case, FILENAME is not in
13513 `default-directory'. (Bug#5478)
13514 (tramp-register-file-name-handlers): Add safe-magic property.
13515
763f325e
CY
135162010-01-28 Chong Yidong <cyd@stupidchicken.com>
13517
13518 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13519 unzip (Bug#5475).
13520
fd09a83f
CY
135212010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13522
13523 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13524 (flymake-master-make-header-init): Add other C++ filename masks.
13525 (flymake-find-possible-master-files)
13526 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13527
7e5686f0
MA
135282010-01-28 Michael Albinus <michael.albinus@gmx.de>
13529
13530 Fix some busybox annoyances.
13531
13532 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13533 not responding." string.
13534 (tramp-open-connection-setup-interactive-shell): Dump stty
13535 settings. Enable "neveropen" arg for all `tramp-send-command'
13536 calls. Handle "=" in variable values properly.
13537 (tramp-find-inline-encoding): Raise an error, when no encoding is
13538 found.
13539 (tramp-wait-for-output): Check, whether PROC buffer is available.
13540 Remove spurious " ^H" sequences, sent by busybox.
13541 (tramp-get-ls-command): Suppress coloring, if possible.
13542
c6265c10
GM
135432010-01-28 Glenn Morris <rgm@gnu.org>
13544
c85a168b
GM
13545 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13546
c6265c10
GM
13547 * log-edit.el (log-edit-strip-single-file-name): Add missing
13548 :safe, :group, and :version tags.
13549
7d82a738
SB
135502010-01-27 Stephen Berman <stephen.berman@gmx.net>
13551
13552 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13553 buffers. (Bug#5477)
13554
8b0e68ea
CY
135552010-01-27 David De La Harpe Golden <david@harpegolden.net>
13556
13557 * files.el (delete-directory): Handle moving to trash without
13558 first doing recursion (Bug#5436).
13559
368d3208
DN
135602010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13561
13562 * vc-hooks.el (vc-path): Mark as obsolete.
13563
755da7fa
DN
135642010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13565
e2396d80
DN
13566 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13567 names too.
13568
755da7fa
DN
13569 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13570 for the short log.
13571 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13572
6a6d15ab 135732010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13574
ac9ffe99 13575 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13576
48c2d18a 13577 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13578
25f38310 135792010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13580
13581 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13582 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13583
51850286
DN
135842010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13585
c2f1d6d8
DN
13586 Remove support for adding --signoff on commit.
13587 Future support will use an incompatible generic mechanism.
13588 * vc-git.el (vc-git-add-signoff): Remove variable.
13589 (vc-git-toggle-signoff): Remove function.
13590 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13591
6a7662bb
BR
13592 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13593 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13594 was set.
13595 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13596 earlier, call it again in case the background mode has changed.
13597
02c6d0d0
CY
135982010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13599
13600 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13601 (Bug#3541).
13602
064eee03
CY
136032010-01-23 Chong Yidong <cyd@stupidchicken.com>
13604
02c6d0d0
CY
13605 * emacs-lisp/assoc.el (aelement): Doc fix.
13606 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13607
5336c3ec 136082010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13609
48c2d18a 13610 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13611 is the same as subprogram call, not declaration. (Bug#5435).
13612
0536254e
MA
136132010-01-23 Michael Albinus <michael.albinus@gmx.de>
13614
13615 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13616 (tramp-smb-maybe-open-connection): Use it.
13617
411d06c2
MA
136182010-01-22 Michael Albinus <michael.albinus@gmx.de>
13619
0536254e 13620 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13621
c893016b
SM
136222010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13625 just because we see "encoding: 8bit".
13626 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13627
9425f8e1
CY
136282010-01-22 Chong Yidong <cyd@stupidchicken.com>
13629
13630 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13631
6a801864
EZ
136322010-01-22 Eli Zaretskii <eliz@gnu.org>
13633
13634 * jka-compr.el (jka-compr-load): If load-file is not in
13635 load-history, try its file-truename version. (bug#5447)
13636
3e8f7d91
AM
136372010-01-21 Alan Mackenzie <acm@muc.de>
13638
13639 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13640 * progmodes/cc-engine.el (c-invalidate-state-cache):
13641 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13642 special cpp construct is still in the buffer.
13643 (c-parse-state): Record the special cpp with markers, not numbers.
13644
f0bd0ad5
CY
136452010-01-21 Kenichi Handa <handa@m17n.org>
13646
13647 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13648 process last-command-event, as it is now decoded first (Bug#5380).
13649
5189d95b
CY
136502010-01-20 Chong Yidong <cyd@stupidchicken.com>
13651
13652 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13653
e073d74a
GM
136542010-01-20 Glenn Morris <rgm@gnu.org>
13655
13656 * indent.el (tab-always-indent): Fix custom-type.
13657
8ee04f3a
AM
136582010-01-19 Alan Mackenzie <acm@muc.de>
13659
13660 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13661 buffer throws "args out of range".
13662 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13663 playing the role of delimiter.
13664
6a47c86a
SL
136652010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13666
bf0b361c 13667 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13668 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13669 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13670 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13671 Improve comments in "is" portion. Handle null procedure declaration.
13672 (ada-move-to-end): Improve doc string.
13673
2acfb954
ÓF
136742010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13675
e90d57c0 13676 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13677 Remove obsolete information from commentary.
e90d57c0
JB
13678 (ido-choice-list): Initialize to nil.
13679 (ido-get-bufname): Reject minibuffers.
13680 (ido-make-buffer-list): If "default" is a nonexistent
13681 buffer, ignore it, as per the function's comment.
13682 (ido-kill-buffer-internal): New function.
13683 (ido-kill-buffer-at-head): Use it.
13684 (ido-visit-buffer): Likewise.
2acfb954 13685
244b023e
CY
136862010-01-18 Chong Yidong <cyd@stupidchicken.com>
13687
13688 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13689
db9e401b
JB
136902010-01-18 Juanma Barranquero <lekktu@gmail.com>
13691
db9e401b
JB
13692 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13693 Fix typos in chart titles.
13694
13695 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13696 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13697 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13698 (describe-class, eieio-describe-generic, describe-generic):
13699 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13700 (eieio-speedbar-expand):
13701 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13702 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13703 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13704 (viper-del-backward-char-in-replace, viper-backward-indent)
13705 (viper-brac-function, viper-register-to-point, viper-submit-report):
13706 * net/tramp.el (tramp-remote-coding-commands):
13707 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13708 Fix typos in docstrings.
13709
9295137d
CY
137102010-01-17 Chong Yidong <cyd@stupidchicken.com>
13711
13712 * mail/sendmail.el (mail-yank-original): Set the mark if the
13713 specified function for yanking does not do it.
13714
4d0bbcb6
DN
137152010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13716
7902c120
DN
13717 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13718
4d0bbcb6
DN
13719 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13720 resyncing a directory.
13721
0b702bc1
SL
137222010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13723
6a47c86a 13724 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13725 (ada-ident-re): Delete ., allow multibyte characters.
13726 (ada-goto-label-re): New; matches goto labels.
13727 (ada-block-label-re): New; matches block labels.
13728 (ada-label-re): New; matches both.
5f9d345c 13729 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13730 `ada-block-label-re' instead.
13731 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13732 Use `ada-block-label-re'.
13733 (ada-indent-on-previous-lines): Improve handling of goto labels.
13734 (ada-get-indent-block-start): Special-case block label.
13735 (ada-get-indent-label): Split into `ada-indent-block-label' and
13736 `ada-indent-goto-label'.
13737 (ada-goto-stmt-start, ada-goto-next-non-ws):
13738 Optionally ignore goto labels.
13739 (ada-goto-next-word): Simplify.
13740 (ada-indent-newline-indent-conditional): Insert newline before
13741 trying to fix indentation; doc fix.
13742
05287c49
JB
137432010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13744
13745 * calc/calc.el (calc-command-flags): Give it an initial value.
13746
4963739e
JB
137472010-01-17 Juanma Barranquero <lekktu@gmail.com>
13748
4963739e
JB
13749 * files.el (minibuffer-with-setup-hook):
13750 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13751 (artist-key-draw-continously, artist-key-do-continously-continously)
13752 (artist-key-set-point-continously, artist-mouse-draw-continously):
13753 Fix typos in docstrings.
13754
116bd1ee
CY
137552010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13756
6a7662bb
BR
13757 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13758 Never return t (Bug#3898).
116bd1ee 13759
2784cd7a 137602010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13761
13762 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13763 can parse the output of the external commands (Bug#5279).
13764
abd5cfe8
CY
137652010-01-16 Jari Aalto <jari.aalto@cante.net>
13766
13767 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13768
4fe22cdf
CY
137692010-01-16 Chong Yidong <cyd@stupidchicken.com>
13770
bbdc98ef
CY
13771 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13772
c7dc1ac1
CY
13773 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13774
4fe22cdf
CY
13775 * startup.el (command-line): Remove unused --icon-type arg.
13776 Handle --display arg, passing it to command-line-1 (Bug#5392).
13777
045b9da7
ML
137782010-01-16 Mario Lang <mlang@delysid.org>
13779
045b9da7
ML
13780 * emacs-lisp/chart.el (chart-translate-namezone):
13781 * textmodes/artist.el (artist-compute-popup-menu-table):
13782 Remove duplicated words in doc-strings.
13783
6554a5df
CY
137842010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13785
13786 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13787 to mairix-search to suppress threading (Bug#5342).
13788
ca4f0e9a
KH
137892010-01-15 Kenichi Handa <handa@m17n.org>
13790
13791 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13792 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13793
1db3226b
GM
137942010-01-15 Glenn Morris <rgm@gnu.org>
13795
56a03f46
GM
13796 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13797
13798 * wid-edit.el (widget-keymap): Doc fix.
13799
1db3226b
GM
13800 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13801 former seems to be more widely accepted by various svn versions.
13802
80cd4bb4
JB
138032010-01-14 Juanma Barranquero <lekktu@gmail.com>
13804
d1f18ec0
JB
13805 * find-cmd.el (find-constituents):
13806 * vc-arch.el (vc-arch-root):
13807 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13808 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13809 * progmodes/ada-stmt.el (ada-if):
13810 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13811 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13812 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13813 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13814
80cd4bb4
JB
13815 * progmodes/flymake.el (flymake-post-syntax-check):
13816 Fix typo in error message.
13817
9c23ca47
JB
138182010-01-14 Juanma Barranquero <lekktu@gmail.com>
13819
13820 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13821 which is always a string. (Bug#5313)
13822
8794c483
JB
138232010-01-14 Juanma Barranquero <lekktu@gmail.com>
13824
13825 * progmodes/ada-xref.el (ada-default-prj-properties):
13826 Simplify previous change.
13827
95005d39
SL
138282010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13829
13830 * progmodes/ada-xref.el (ada-default-prj-properties):
13831 Default ada_project_path to $ADA_PROJECT_PATH.
13832
138332010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13834
13835 * progmodes/ada-mode.el (ada-create-keymap):
13836 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13837
fb0d1545
SL
138382010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13839
13840 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13841 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13842 (ada-get-current-indent, ada-imenu-generic-expression)
13843 (ada-which-function): Check for it.
13844
5c9434d0
SL
138452010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13846
13847 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13848 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13849
3a4f3a3b
GM
138502010-01-14 Glenn Morris <rgm@gnu.org>
13851
13852 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13853
d9a7c140
KH
138542010-01-14 Kenichi Handa <handa@m17n.org>
13855
13856 * composite.el (auto-composition-mode): Make it a buffer local
13857 variable (permanent-local).
13858 (auto-composition-function): Set the default value to
13859 auto-compose-chars.
49caf252 13860 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13861 (global-auto-composition-mode): Likewise.
13862 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13863
38bee102
KF
138642010-01-13 Karl Fogel <kfogel@red-bean.com>
13865
13866 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13867
b8b45afc
MA
138682010-01-12 Michael Albinus <michael.albinus@gmx.de>
13869
13870 * files.el (copy-directory): Compute target for recursive
13871 directories with identical names. (Bug#5343)
13872
893db5bc
GM
138732010-01-12 Glenn Morris <rgm@gnu.org>
13874
6a7662bb
BR
13875 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13876 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13877
d8b8451f
SS
138782010-01-11 Sam Steingold <sds@gnu.org>
13879
13880 * imenu.el (imenu-default-create-index-function): Detect infinite
13881 loops caused by imenu-prev-index-position-function.
13882
30afcdff
JB
138832010-01-11 Juanma Barranquero <lekktu@gmail.com>
13884
13885 * htmlfontify.el (htmlfontify-load-rgb-file)
13886 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13887 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13888 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13889 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13890 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13891 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13892 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13893 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13894 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13895 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13896 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13897 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13898 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13899 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13900 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13901 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13902 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13903 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13904 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13905 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13906 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13907 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13908 backslash-quoting from parentheses, etc.
13909
92b1c416
CY
139102010-01-11 Chong Yidong <cyd@stupidchicken.com>
13911
13912 * progmodes/js.el: Autoload javascript-mode alias.
13913
4454adab
JB
139142010-01-11 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13917 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13918 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13919 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13920 Fix typos in docstrings.
13921 (ffap-url-regexp): Doc fix.
13922 (ffap-at-mouse): Fix typo in message.
13923
6589a2f9
GM
139242010-01-11 Glenn Morris <rgm@gnu.org>
13925
13926 * version.el (emacs-copyright): Set copyright year to 2010.
13927
4e5617ee
SM
139282010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 * format.el (format-annotate-function): Only set
13931 write-region-post-annotation-function after running to-fn so as not to
13932 affect nested write-region calls (bug#5273).
13933
52bee098
CY
139342010-01-10 Chong Yidong <cyd@stupidchicken.com>
13935
a069f067
CY
13936 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13937 wisent/python.el.
13938
e709e39d
CY
139392010-01-09 Chong Yidong <cyd@stupidchicken.com>
13940
13941 * man.el (Man-goto-section): Signal error if the section is not
13942 found (Bug#5317).
13943
6ee86780
JB
139442010-01-09 Juanma Barranquero <lekktu@gmail.com>
13945
13946 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13947 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13948
fa7b5f7b
CY
139492010-01-09 Chong Yidong <cyd@stupidchicken.com>
13950
13951 * progmodes/compile.el: Don't treat compile-command as safe if
13952 compilation-read-command might be nil (Bug#4218).
13953
de62c4d9
JD
139542010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13955
13956 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13957 NS options.
13958
e94be827
KH
139592010-01-08 Kenichi Handa <handa@m17n.org>
13960
4e5617ee
SM
13961 * international/fontset.el (build-default-fontset-data):
13962 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13963
1dfae2a2
JB
139642010-01-07 Juanma Barranquero <lekktu@gmail.com>
13965
13966 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13967 to `create-file-buffer' as it expects, not just a buffer name.
13968 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13969 to help uniquify. (Bug#3224)
13970
d0cf45b7
JD
139712010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13972
13973 * font-setting.el (font-setting-change-default-font): Use user-spec
13974 instead of name.
13975
7534fa5e
DN
139762010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13977
13978 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13979
fd579fdc
CY
139802010-01-05 Tom Tromey <tromey@redhat.com>
13981
4e5617ee
SM
13982 * progmodes/python.el (python-font-lock-keywords):
13983 Handle qualified decorators (Bug#881).
fd579fdc 13984
37860caf
DN
139852010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13986
13987 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13988 in a lightweight checkout.
13989
69db641d
KH
139902010-01-05 Kenichi Handa <handa@m17n.org>
13991
4e5617ee 13992 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13993
b25d6a02
DN
139942010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13995
13996 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13997
137d88ca
DN
139982010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13999
14000 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14001 checkouts. (Bug#618)
3d5d0aa9 14002 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14003 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14004 (vc-bzr-shelve-menu-map):
14005 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14006 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14007
da76998b
CY
140082010-01-02 Chong Yidong <cyd@stupidchicken.com>
14009
14010 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14011 They are valid characters in URL paths (rfc3986), and at least
14012 Firefox does not understand the encoded version (Bug#3166).
14013
b2ad70b6
CY
140142010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14015
14016 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14017 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14018 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14019 (octave-end-as-array-index-p): New function.
14020 (calculate-octave-indent): Use it.
14021
54136282
KF
140222010-01-02 Karl Fogel <kfogel@red-bean.com>
14023
14024 * bookmark.el: Consistently put the text property on the bookmark name.
14025 (bookmark-bmenu-marks-width): Bump back to 2, to include
14026 annotation marks.
14027 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14028 property on the bookmark name, instead of not putting it at all.
14029 (bookmark-bmenu-list): Fix where we put the text property.
14030
cc4d3cad
KF
140312010-01-02 Karl Fogel <kfogel@red-bean.com>
14032
14033 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14034 for showing buffer modified state (as added in the previous change).
14035
b894c439
KF
140362010-01-02 Karl Fogel <kfogel@red-bean.com>
14037
14038 * bookmark.el: Show modified state of bookmark buffer more accurately.
14039 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14040 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14041 (with-buffer-modified-unmodified): New macro.
14042 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14043 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14044 Use new macro to preserve the buffer modified state.
b894c439 14045
3a69db53
KF
140462010-01-02 Karl Fogel <kfogel@red-bean.com>
14047
4e5617ee 14048 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14049 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14050 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14051 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14052 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14053 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14054 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14055
af414f10
EZ
140562010-01-02 Eli Zaretskii <eliz@gnu.org>
14057
4e5617ee
SM
14058 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14059 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14060
f2ec0e5e
CY
140612010-01-02 Ryan Yeske <rcyeske@gmail.com>
14062
14063 * net/rcirc.el: Add follow-link binding (Bug#4738).
14064
38c1ba62
EZ
140652010-01-02 Eli Zaretskii <eliz@gnu.org>
14066
4e5617ee 14067 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14068 (cvs-update): New target for backward compatibility.
14069
4e5617ee 14070 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14071 (cvs-update): New target for backward compatibility.
14072
ea2c0f5b
KF
140732010-01-02 Karl Fogel <kfogel@red-bean.com>
14074
14075 * bookmark.el: Remove gratuitous gratitude.
14076
5ae329f4
KF
140772010-01-02 Karl Fogel <kfogel@red-bean.com>
14078
c4cc8b9a 14079 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14080 (bookmark-bmenu-save): Clear buffer modification if no marks.
14081
140822010-01-02 Karl Fogel <kfogel@red-bean.com>
14083
14084 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14085 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14086 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14087 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14088
14089 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14090 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14091 To: emacs-devel {_AT_} gnu.org
14092 Subject: bookmark.el bug report
14093 Date: Mon, 28 Dec 2009 14:19:16 +0800
14094 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14095
aef053eb
KF
140962010-01-02 Karl Fogel <kfogel@red-bean.com>
14097
14098 * bookmark.el: Improvements suggested by Drew Adams:
14099 (bookmark-bmenu-ensure-position): New name for
14100 `bookmark-bmenu-check-position'. Just ensure the position,
14101 don't return any meaningful value.
14102 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14103 New constants.
14104
0472835f
JB
141052010-01-02 Juanma Barranquero <lekktu@gmail.com>
14106
14107 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14108 (bookmark-yank-point, bookmark-bmenu-check-position):
14109 Fix typos in docstrings.
14110 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14111 (bookmark-name-from-full-record, bookmark-get-position)
14112 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14113 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14114 Remove useless quoting of parenthesis, etc. in docstrings.
14115
14116 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14117 (ediff-append-custom-diff): Fix typo in error message.
14118 (ediff-meta-mark-equal-files): Fix typos in messages.
14119
14120 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14121
0472835f
JB
14122 * net/imap-hash.el (imap-hash-make): Doc fix.
14123 (imap-hash-test): Fix typo in error message; reflow docstring.
14124 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14125 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14126 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14127 Fix typos in docstrings.
14128 (imap-hash-open-connection): Fix typo in error message.
14129
14130 * play/gomoku.el (gomoku): Fix typos in docstring.
14131
14132 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14133 (gdb-jsonify-buffer): Fix typos in docstring.
14134 (gdb-goto-breakpoint): Fix typo in error message.
14135 ("Display Other Windows"): Fix typo in help message.
14136 (gdb-speedbar-expand-node): Fix typo in question.
14137
14138 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14139 (idlwave-html-system-help-location, idlwave-html-help-location)
14140 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14141 (idlwave-help-browser-generic-args, idlwave-help-directory)
14142 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14143 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14144 (idlwave-online-help, idlwave-help-html-link)
14145 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14146 Fix typos in docstrings.
14147 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14148 Reflow docstrings.
14149 (idlwave-help-assistant-start): Fix typo in error message.
14150
14151 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14152 (octave-electric-space): Fix typos in docstrings.
14153
9bbe0828
CY
141542010-01-01 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14157
a88c46c3
CY
141582010-01-01 Juri Linkov <juri@jurta.org>
14159
14160 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14161 increase the default to 500 (Bug#5148).
a88c46c3 14162
7ee6c59b
NR
141632009-12-31 Nick Roberts <nickrob@snap.net.nz>
14164
14165 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14166 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14167 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14168
a9c8a2cd
NR
141692009-12-30 Nick Roberts <nickrob@snap.net.nz>
14170
14171 Show working revision correctly for mercurial.
14172 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14173 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14174
659e4408
JB
141752009-12-29 Juanma Barranquero <lekktu@gmail.com>
14176
14177 Declare some functions for the byte-compiler.
14178 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14179 (speedbar-timer-fn, speedbar-change-expand-button-char)
14180 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14181
7ee6c59b
NR
141822009-12-29 Nick Roberts <nickrob@snap.net.nz>
14183
14184 This changeset reverts GDB Graphical Interface to use annotations.
14185 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14186
460f6e7c
DN
141872009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14188
14189 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14190 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14191 Return file names relative to it.
460f6e7c
DN
14192 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14193 relative directory to vc-bzr-after-dir-status.
14194
543f553a
TH
141952009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14196
14197 * font-lock.el (font-lock-refresh-defaults): New function, which
14198 can be used to let font-lock react to external changes in
14199 variables like font-lock-defaults and keywords.
14200 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14201
2592ab76
DN
142022009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14203
ac859983
DN
14204 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14205
2592ab76
DN
14206 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14207
58941d03
JB
142082009-12-28 Juanma Barranquero <lekktu@gmail.com>
14209
14210 Supersede color.diff settings in git log (bug#5211).
14211
14212 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14213 escape chars in its output when the user has color.diff set to `always'.
14214 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14215
39764e76
KR
142162009-12-26 Kevin Ryde <user42@zip.com.au>
14217
14218 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14219 node. Keep previous "Index" name to work with past coreutils too.
14220
91c4831e
KR
14221 * man.el (man): Revise docstring a bit to show -a and -l as
14222 examples. Add -k description since support for it has otherwise
14223 been a secret. (Further to bug#3717.)
651e932e
KR
14224 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14225 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14226 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14227
7f4d4a97
MA
142282009-12-26 Michael Albinus <michael.albinus@gmx.de>
14229
14230 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14231 switches. Check also for //SUBDIRED// line.
14232
bcffff46
KH
142332009-12-25 Kenichi Handa <handa@m17n.org>
14234
88b5a757 14235 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14236 handle ZWNJ and ZWJ. Use it in composition-function-table for
14237 Devanagari.
14238 (malayalam-composable-pattern): Fix previous change.
14239
dc1dcfa4
VJL
142402009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14241
14242 * ps-print.el (ps-face-attributes): It was not returning the
14243 attribute face for faces specified as string. Reported by harven
80525855 14244 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14245 (ps-print-version): New version 7.3.5.
14246
6fe539d2
UJ
142472009-12-18 Ulf Jasper <ulf.jasper@web.de>
14248
85626eef 14249 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14250 Fix timezone names.
14251 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14252 (icalendar--add-diary-entry): Remove the trailing blank that
14253 diary-make-entry inserts.
14254
1f3611c6
MA
142552009-12-17 Michael Albinus <michael.albinus@gmx.de>
14256
14257 Make `file-expand-wildcards' work for remote files.
14258
14259 * files.el (file-expand-wildcards): In case of remote files, check
14260 only local file name part for wildcards. Provide feature 'files
14261 and subfeature 'remote-wildcards. (Bug#5198)
14262
14263 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14264 if there is already an established connection.
14265 (tramp-advice-file-expand-wildcards): Remove it.
14266
14267 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14268 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14269 Activate advice for older GNU Emacs versions. (Bug#5237)
14270
9762b219
JB
142712009-12-17 Juanma Barranquero <lekktu@gmail.com>
14272
14273 Some doc fixes (more needed).
14274
14275 * find-cmd.el (find-constituents): Reflow docstring.
14276 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14277 (find-generic): Doc fix.
14278
cfb54897
JL
142792009-12-17 Juri Linkov <juri@jurta.org>
14280
14281 Fix regression from 23.1 to allow multiple modes in Local Variables.
14282
14283 * files.el (hack-local-variables-filter): While ignoring duplicates,
14284 don't take `mode' into account.
85626eef
SM
14285 (hack-local-variables-filter, hack-dir-local-variables):
14286 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14287
ad974e9e
JL
142882009-12-17 Juri Linkov <juri@jurta.org>
14289
85626eef 14290 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14291
14292 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14293 `current' or when `file' is a directory of the `current' file.
14294
3616e0b9
AS
142952009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14296
14297 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14298 unconditionally preloaded files.
14299
72b57560
JL
143002009-12-16 Juri Linkov <juri@jurta.org>
14301
14302 Revert to old 23.1 logic of using the file at the mark as default.
14303 * dired-aux.el (dired-diff): Use the file at the mark as default
14304 if it's not the same as the current file, and the target dir is
14305 the current dir or the mark is active. Add the current file
14306 as the arg of `dired-dwim-target-defaults'. Use the default file
14307 in the prompt. (Bug#5225)
14308
68712eb6
MA
143092009-12-15 Michael Albinus <michael.albinus@gmx.de>
14310
14311 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14312 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14313 (tramp-check-for-regexp): Check also, when an echoing shell stops
14314 to echo sent commands.
14315
fd471993
CY
143162009-12-14 Chong Yidong <cyd@stupidchicken.com>
14317
14318 * Makefile.in: Revert last change (Bug#5191).
14319
86b5e14c
DN
143202009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14321
14322 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14323 (vc-hg-working-revision): Make sure the command is executed in a
14324 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14325
8cffbb75
CY
143262009-12-14 Chong Yidong <cyd@stupidchicken.com>
14327
14328 * progmodes/python.el (python-symbol-completions): Remove text
14329 properties from symbol string before calling python-send-receive.
14330
6c2b67ad
NR
143312009-12-14 Nick Roberts <nickrob@snap.net.nz>
14332
14333 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14334 when there are values for both file and line. (Bug#5060)
6c2b67ad 14335
ff6f4585
JL
143362009-12-14 Juri Linkov <juri@jurta.org>
14337
14338 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14339 whitespace after the file name of the first line of unified format,
14340 because git-diff doesn't output whitespace and file modification time
14341 after the file name.
14342
d3de1c8e
JL
143432009-12-14 David Kastrup <dak@gnu.org>
14344
14345 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14346 check if it already has the `display' property added by
14347 `Info-display-images-node', and not put the `invisible' property
14348 in this case.
14349
2f1b7dc4
GM
143502009-12-13 Glenn Morris <rgm@gnu.org>
14351
a0cefee5
GM
14352 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14353 (report-emacs-bug): In message-mode, sort manually before storing
14354 original report text. (Bug#5178)
2f1b7dc4
GM
14355 Remove superfluous save-excursion.
14356
31bb373f
MA
143572009-12-12 Michael Albinus <michael.albinus@gmx.de>
14358
14359 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14360 when responding to "GetAll" properties.
14361
5e1d4968
CY
143622009-12-12 Chong Yidong <cyd@stupidchicken.com>
14363
14364 * simple.el (compose-mail): Remove mail-setup-with-from from
14365 customization checks.
14366
097d86f9
EZ
143672009-12-12 Eli Zaretskii <eliz@gnu.org>
14368
14369 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14370 RAR archives created on Unix systems.
14371
1d4adede
SM
143722009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14375 the varalias that was accidentally removed by the 2009-11-19 change
14376 (bug#5186).
14377
3ff3655c
KH
143782009-12-12 Kenichi Handa <handa@m17n.org>
14379
14380 * language/indian.el (indian-compose-regexp): New function.
14381 (malayalam-composable-pattern): Fix the pattern.
14382 (composition-function-table): Set malayalam-composable-pattern for
14383 Malayalam characters.
14384
82d3343c
CY
143852009-12-11 Chong Yidong <cyd@stupidchicken.com>
14386
315eb96d
CY
14387 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14388 rather than down-mouse-1, based on follow-link conventions.
14389
82d3343c
CY
14390 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14391 are compiled.
14392
86a4c7ac
DN
143932009-12-11 Michael McNamara <mac@mail.brushroad.com>
14394
bf0b361c 14395 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14396 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14397 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14398 (verilog-leap-to-head, verilog-backward-token):
14399 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14400
144012009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14402
bf0b361c
JB
14403 * progmodes/verilog-mode.el (verilog-auto-lineup)
14404 (verilog-nameable-item-re): Cleanup user-visible spelling and
14405 documentation errors. One reported by Gary Delp.
1d4adede 14406 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14407 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14408 package, bug195. Reported by Pierre-David Pfister.
14409
fe03f49a
GM
144102009-12-11 Glenn Morris <rgm@gnu.org>
14411
47641aac
GM
14412 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14413
85094855
GM
14414 * mail/emacsbug.el: No longer require sendmail.
14415 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14416 (report-emacs-bug-orig-text): Doc fix.
14417 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14418 New local variables, to adapt to different mail-user-agents.
14419 (report-emacs-bug): Fix test for a gnu.org address.
14420 Use overlays for emphasis, since font-lock defeats 'face property.
14421 Pretest bugs also end up at the newsgroup these days.
14422 Stop message-mode stripping text properties.
14423 Set and use the new buffer-local variables.
14424 (report-emacs-bug-hook): Add doc-string.
14425 Remove some unnecessary save-excursions and simplify.
14426 Use the appropriate hook and send-command.
14427
fe03f49a
GM
14428 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14429 capitalization of some menu entries.
14430
345427f0
VJL
144312009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14432
277e6741
MP
14433 * whitespace.el (whitespace-display-char-on):
14434 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14435 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14436 New version 12.1.
14437
c70ccbba
EZ
144382009-12-10 Eli Zaretskii <eliz@gnu.org>
14439
14440 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14441 characters in the Attribute field.
14442
f1943c1b
DN
144432009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14444
14445 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14446
1c67aeaa
SM
144472009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14450 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14451 Disregard autoload-excludes.
14452 (update-directory-autoloads): Obey autoload-excludes here instead.
14453 But don't store its contents in no-autoloads and remove entries that
14454 refer to excludes files.
14455
d8194864
GM
144562009-12-10 Glenn Morris <rgm@gnu.org>
14457
8c0171c0
GM
14458 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14459 (expand-mail-aliases): Define for compiler.
14460
dba372dd
GM
14461 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14462 Define for compiler.
14463
d8194864
GM
14464 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14465 appropriate for the mail-user-agent in use.
14466
fe5facd3
MA
144672009-12-09 Michael Albinus <michael.albinus@gmx.de>
14468
14469 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14470
99999a1d
DN
144712009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14472
14473 Fix short log parsing and fontification.
14474 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14475 Fix fontification for the [merge] label.
14476
2ea1c4aa
SM
144772009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14478
85626eef 14479 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14480 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14481 (hfy-fontify-buffer): Use it.
14482
9840deb6
SM
144832009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14484
a0d1aadf
SM
14485 Minor cleanup.
14486 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14487 Adjust all callers.
14488 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14489 args compulsory. Adjust callers.
14490 (ffap-gopher-at-point): Remove unused var `name'.
14491
9840deb6
SM
14492 Get rid of the ELCFILES abomination.
14493 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14494 (compile-elcfiles): New phony target.
14495 (compile-main): Compute ELCFILES dynamically.
14496 (compile-clean): New target to remove left-over elc files.
14497 (compile, all): Use it.
14498
7eb3f9a8
KH
144992009-12-09 Kenichi Handa <handa@etlken>
14500
14501 * international/mule-diag.el: Require help-mode instead of help-fns.
14502
ae63e572
KH
145032009-12-09 Kenichi Handa <handa@m17n.org>
14504
5ce6e4f4 14505 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14506 fine ranges instead of pre-calculating accurate ranges.
14507 Iterate with bigger gc-cons-threshold.
ae63e572 14508
e2f3c692
DN
145092009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14510
14511 Add support for stashing a snapshot of the current tree.
14512 * vc-git.el (vc-git-stash-snapshot): New function.
14513 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14514
cf6d0352
JB
145152009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14516
14517 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14518 instead of `(beginning|end)-of-line'.
14519
48e4acc9
GM
145202009-12-08 Glenn Morris <rgm@gnu.org>
14521
6e890faa
GM
14522 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14523
48e4acc9
GM
14524 * Makefile.in (ELCFILES): Regenerate.
14525
d2a1dc7b
JL
145262009-12-07 Juri Linkov <juri@jurta.org>
14527
14528 Don't lazy-highlight the comint output in history Isearch mode.
14529
14530 * comint.el (comint-history-isearch-search): Instead of
14531 `comint-line-beginning-position', use `comint-after-pmark-p'
14532 to check if point if before the process mark, and go to
14533 `process-mark' in this case.
14534
51ef56c4
SM
145352009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14536
fb10ee4a
SM
14537 * textmodes/tex-mode.el (latex-complete)
14538 (latex-indent-or-complete): Remove.
14539 (latex-mode): Set completion-at-point-functions instead.
14540
14541 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14542 * minibuffer.el (completion-at-point-functions): New var.
14543 (completion-at-point): New command.
fb10ee4a 14544 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14545 * progmodes/python.el (python-mode-map): Use completion-at-point.
14546 (python-completion-at-point): Rename from python-partial-symbol and
14547 adjust for use in completion-at-point-functions.
14548 (python-mode): Setup completion-at-point for Python completion.
14549 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14550 extracted from lisp-complete-symbol.
14551 (lisp-complete-symbol): Use it.
14552 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14553 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14554 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14555 Use completion-at-point.
51ef56c4 14556 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14557 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14558 * progmodes/sym-comp.el: Move to...
14559 * obsolete/sym-comp.el: Move from progmodes.
14560
5e7a9022
EZ
145612009-12-07 Eli Zaretskii <eliz@gnu.org>
14562
14563 Prevent save-buffer in Rmail buffers from using the coding-system
14564 of the current message, and from clobbering the encoding mnemonics
14565 in the mode line (Bug#4623).
14566
14567 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14568 flag, too.
14569 (rmail-message-encoding): New variable.
14570 (rmail-write-region-annotate): Record the encoding of the current
14571 message in rmail-message-encoding.
14572 (rmail-after-save-hook): New function, restores the encoding of
14573 the current message after the message collection is saved.
14574
9136e895
JL
145752009-12-07 Juri Linkov <juri@jurta.org>
14576
14577 * progmodes/grep.el (grep-read-files): Use `completing-read'
14578 instead of `read-string'. Set its `collection' arg to
14579 `read-file-name-internal'. (Bug#4301)
14580
40637410
JL
145812009-12-07 Juri Linkov <juri@jurta.org>
14582
14583 Correctly restore original Isearch point. (Bug#4994)
14584
14585 * isearch.el (isearch-mode): Move `isearch-push-state' after
14586 `(run-hooks 'isearch-mode-hook)'.
14587 (isearch-cancel): When `isearch-push-state-function' is defined,
14588 let-bind `isearch-cmds' to the first state (the last element of
14589 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14590 function and restores the original point). Otherwise, move point
14591 to `isearch-opoint'.
14592
da10ce2b
SM
145932009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14594
14595 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14596 chars that don't have names, so the table can be built much faster at
14597 run-time.
14598
3d68fa99
CY
145992009-12-07 Chong Yidong <cyd@stupidchicken.com>
14600
f82b1493
CY
14601 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14602 change. Suggested by David Kastrup.
14603
3d68fa99
CY
14604 * simple.el (compose-mail): Check for incompatibilities and warn.
14605 (compose-mail-user-agent-warnings): New option.
14606
662c5698
DN
146072009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14608
14609 Support showing a single log entry from vc-annotate.
14610 * vc.el (print-log): Add a new argument: START-REVISION.
14611 (vc-print-log-internal): Add a new optional argument and
14612 pass it to the backend.
14613 (vc-print-log, vc-print-root-log): Adjust callers.
14614 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14615 buffer already displays the requested log entry, use it.
14616 Otherwise display only the log entry in question.
14617 * vc-svn.el (vc-svn-print-log):
e4070cdc 14618 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14619 * vc-hg.el (vc-hg-state):
14620 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14621 (vc-git-show-log-entry): Return t on success.
14622 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14623 (vc-bzr-show-log-entry): Return t on success.
14624 * vc-rcs.el (vc-rcs-print-log):
14625 * vc-sccs.el (vc-sccs-print-log):
14626 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14627
e4070cdc
GM
146282009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14629
5ce6e4f4
JB
14630 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14631 Add menus to the meta mode. (Bug#5043)
e4070cdc 14632
5ce6e4f4 146332009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14634
14635 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14636 event-key.
662c5698 14637
662c5698
DN
14638 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14639
dab816a9
MA
146402009-12-07 Michael Albinus <michael.albinus@gmx.de>
14641
14642 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14643 Berbain <raphael.berbain@gmail.com>.
14644
14645 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14646 characters.
14647 (tramp-initial-end-of-output): New defconst.
14648 (tramp-methods, tramp-find-shell)
14649 (tramp-open-connection-setup-interactive-shell)
14650 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14651 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14652 Handle existence of `#' and `$'.
dab816a9 14653
6a7662bb
BR
14654 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14655 Use `tramp-initial-end-of-output'.
dab816a9 14656
a91e1f6b
DN
146572009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14658
14659 Get the background mode from the terminal for xterm, and set
14660 faces accordingly.
14661 * term/xterm.el (xterm-set-background-mode): New function.
14662 (terminal-init-xterm): Use it in case xterm supports background
14663 color queries. Recompute faces after getting the background
14664 color.
14665
5fa9d1ec
GM
146662009-12-07 Ulrich Mueller <ulm@gentoo.org>
14667
14668 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14669 number comment back on its own line, for easier parsing.
14670
5e9fde5e
SM
146712009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14672
14673 Make it work for non-file buffers (bug#5102).
14674 * doc-view.el (doc-view-current-cache-dir):
14675 Use doc-view-buffer-file-name rather than buffer-file-name.
14676 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14677
2f2f5242
CY
146782009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14679
14680 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14681 author field is too short.
14682
cebf8ec6
DN
146832009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14684
5e9fde5e
SM
14685 * vc-git.el (vc-git-print-log): Handle a limit argument.
14686 Display the short log in graph form and with labels.
0d3f8a78
DN
14687 (vc-git-log-view-mode): Handle labels.
14688
cebf8ec6
DN
14689 Make vc-revert change VC state from 'added to 'unregistered.
14690 * vc-git.el (vc-git-revert): Call git reset first.
14691
8e39154d
UJ
146922009-12-06 Ulf Jasper <ulf.jasper@web.de>
14693
d8194864
GM
14694 * net/newst-backend.el, net/newst-plainview.el:
14695 * net/newst-reader.el, net/newst-ticker.el:
14696 * net/newst-treeview.el, net/newsticker.el:
14697 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14698
ef187c24
CY
146992009-12-06 Chong Yidong <cyd@stupidchicken.com>
14700
238a0f3a
CY
14701 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14702
2c6bb71a
CY
14703 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14704 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14705 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14706 Update annotation regexp.
14707
ef187c24
CY
14708 * simple.el (beginning-of-visual-line): Constrain to field
14709 boundaries (Bug#5106).
14710
571855b6
UJ
147112009-12-06 Ulf Jasper <ulf.jasper@web.de>
14712
6a7662bb
BR
14713 * xml.el (xml-substitute-numeric-entities):
14714 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14715 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14716 * net/newst-backend.el (newsticker--parse-generic-feed)
14717 (newsticker--parse-generic-items)
6a7662bb
BR
14718 (newsticker--decode-numeric-entities):
14719 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14720 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14721
b857059c
CY
147222009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14723
14724 * progmodes/js.el (js--js-not): Add null to the list of values.
14725
c2dae51b
CY
147262009-12-06 Chong Yidong <cyd@stupidchicken.com>
14727
d8194864 14728 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14729
ed0f72d2
RW
147302009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14731
14732 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14733 delimiter if it is at the end of the current line.
14734 (bibtex-generate-url-list): Fix docstring.
14735
365b9a62
SM
147362009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14739 minibuffer's content with itself.
14740 Fold the confirm-after-completion case into the `confirm' case.
14741 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14742
990a9cb1
KR
147432009-12-06 Kevin Ryde <user42@zip.com.au>
14744
14745 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14746 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14747
8b5a10db 14748 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14749 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14750
065543e7
JL
147512009-12-05 Juri Linkov <juri@jurta.org>
14752
14753 Save and restore dired buffer's point positions too. (Bug#4880)
14754
14755 * dired.el (dired-save-positions): Return in the first element
14756 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14757 Doc fix.
14758 (dired-restore-positions): First restore buffer's position.
14759 While restoring window's positions, check if window still displays
14760 the original buffer.
14761
503edac9
CY
147622009-12-05 Chong Yidong <cyd@stupidchicken.com>
14763
9a594ee6
CY
14764 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14765 if possible.
14766
925f8c70
CY
14767 * shell.el (shell): Require ansi-color (Bug#5113).
14768
14769 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14770
503edac9
CY
14771 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14772
8fea6b33
AM
147732009-12-05 Alan Mackenzie <acm@muc.de>
14774
14775 * progmodes/cc-mode.el (c-before-hack-hook)
14776 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14777 `c-file-style' to work again. This reversion restores the current
212c5aef 14778 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14779
5d1fd962
CY
147802009-12-05 Kevin Ryde <user42@zip.com.au>
14781
6a7662bb
BR
14782 * textmodes/sgml-mode.el (sgml-lexical-context):
14783 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14784
30760c8b
JL
147852009-12-05 Juri Linkov <juri@jurta.org>
14786
14787 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14788 for virtual nodes. (Bug#4147)
14789 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14790 when moving from a virtual node.
14791 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14792 (Info-mode): Add `Info-virtual-index' to the docstring.
14793
403111a8
RW
147942009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14795
14796 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14797 track of the buffer position of the end of a BibTeX entry as this
14798 position may change during reformatting.
14799 (bibtex-format-entry): Remove whitespace before processing
14800 numerical fields so that we recognize the latter properly.
14801 (bibtex-reformat): Do not use push which changes the global value
14802 of bibtex-entry-format.
14803 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14804 (bibtex-field-re-init): Replace only space characters by regexp
14805 for whitespace.
365b9a62 14806 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14807 (bibtex-initialize): Also update bibtex-strings.
14808 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14809 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14810 Update bibtex-reference-keys.
403111a8 14811
25b54627
SM
148122009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14813
14814 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14815 point after a star, if that's the only place where modifications can
14816 make progress.
14817
35639eb4
DN
148182009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14819
14820 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14821 in docstrings.
14822
8b78760b
JL
148232009-12-04 Juri Linkov <juri@jurta.org>
14824
14825 * proced.el (proced): Call `(proced-update t)' to update process
14826 information instead of only running proced-post-display-hook.
14827 (proced-send-signal): Add a leading space to the buffer name
14828 " *Marked Processes*" to make this buffer ephemeral.
14829
2b3489a7
JL
148302009-12-04 Juri Linkov <juri@jurta.org>
14831
14832 * dired.el (dired-auto-revert-buffer): New defcustom.
14833 (dired-internal-noselect): Use it.
14834
9b9debd1
JL
148352009-12-04 Juri Linkov <juri@jurta.org>
14836
14837 Change roles of modes and functions in image-mode.el (Bug#5062).
14838
14839 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14840 in `auto-mode-alist'.
14841 (image-mode-previous-major-mode): New variable.
14842 (image-minor-mode-map): Rename from `image-mode-text-map'.
14843 (image-mode): Move graceful error-handling code from
14844 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14845 (image-minor-mode): Remove all image-handling code.
14846 Replace `image-mode-text-map' with `image-minor-mode-map'.
14847 Check for `image-type' in mode-line format string.
14848 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14849 (image-mode-as-text): New function with most code from
14850 `image-mode-maybe'.
14851 (image-toggle-display-text): Move code that removes image
14852 properties from `image-toggle-display' to here.
14853 (image-toggle-display-image): New function with code that adds
14854 image properties copied from `image-toggle-display'.
14855 (image-toggle-display): Remove most code with leaving only code
14856 that toggles between `image-mode-as-text' and `image-mode'.
14857
0c74a301
UJ
148582009-12-04 Ulf Jasper <ulf.jasper@web.de>
14859
14860 * net/newst-treeview.el
14861 (newsticker--treeview-list-highlight-start): Restored call to
14862 save-excursion: Selected item was stuck.
14863 (newsticker--treeview-list-select): New.
14864 (newsticker--treeview-item-show-text)
14865 (newsticker--treeview-item-show)
14866 (newsticker--treeview-item-update): Use new
14867 newsticker-treeview-item-mode.
14868 (newsticker-treeview-update): Keep current item.
14869 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14870 (newsticker--treeview-first-feed): Doc change.
14871 (newsticker-treeview-list-menu)
88b5a757 14872 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14873 (newsticker-treeview-item-mode): New.
14874
5ce6e4f4 14875 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14876 windows.
14877
9eaeec5b
SS
148782009-12-04 Sam Steingold <sds@gnu.org>
14879
14880 * log-view.el (log-view-mode-map): "q" calls quit-window,
14881 like in all the other non-self-insert buffers.
14882
b2bf5be5
SM
148832009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14884
14885 Minor cleanup.
14886 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14887 key decoding rather than do it manually via last-input-event +
14888 ascii-character.
14889 (term-exec): Use delete-and-extract-region.
14890 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14891 (term-process-pager): Remove unused var `i'.
14892 (term-dynamic-simple-complete): Make obsolete.
14893 (serial-update-config-menu): Remove unused vars `y' and `str'.
14894 (term-update-mode-line): Remove unused var `temp'.
14895
46e5c897
DN
148962009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14897
14898 Limit the number of log entries displayed by default.
14899 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14900 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14901 using a prefix argument.
14902
627e0a14
GM
149032009-12-03 Glenn Morris <rgm@gnu.org>
14904
14905 * progmodes/idlwave.el (class): Restore still useful declaration.
14906
8578c224
AM
149072009-12-03 Alan Mackenzie <acm@muc.de>
14908
4abc318c 14909 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14910
b2bf5be5
SM
14911 * progmodes/cc-mode.el (c-basic-common-init):
14912 Call c-state-cache-init.
9762b219 14913 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14914 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14915 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14916
14917 * progmodes/cc-langs.el (c-before-font-lock-function):
14918 c-extend-and-neutralize-syntax-in-CPP has been renamed
14919 c-neutralize-syntax-in-and-mark-CPP.
14920
14921 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14922 with `category' properties now, not `syntax-table' ones.
14923
14924 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14925 enhanced (but slower) version of c-end-of-macro that won't land
14926 inside a literal or on another awkward character.
14927 (c-state-cache-too-far, c-state-cache-start)
14928 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14929 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14930 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14931 (c-state-min-scan-pos, c-state-brace-pair-desert)
14932 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14933 buffer local variables.
14934 (c-state-literal-at, c-state-lit-beg)
14935 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14936 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14937 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14938 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14939 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14940 (c-renarrow-state-cache)
14941 (c-append-lower-brace-pair-to-state-cache)
14942 (c-state-push-any-brace-pair, c-append-to-state-cache)
14943 (c-remove-stale-state-cache)
14944 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14945 (c-invalidate-state-cache-1, c-parse-state-1)
14946 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14947 (c-parse-state): Enhance and refactor.
14948 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14949
14950 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14951 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14952 modify to use category text properties rather than syntax-table ones.
14953 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14954 to switch off/on the syntactic paren property of C++ template
14955 delimiters using the category property.
14956 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14957 template delims suppressed.
14958 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14959 New constant/macros which apply category properties to the start
14960 and end of preprocessor constructs.
b2bf5be5 14961 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14962 "comment out" the syntactic value of characters in preprocessor
14963 constructs.
14964 (c-with-cpps-commented-out)
14965 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14966 with characters in all or all but one preprocessor constructs
14967 "commented out".
14968
0d4dc442
RW
149692009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14970
14971 * proced.el (proced-filter-alist): Use regexp-quote.
14972
a09dc9bf
MA
149732009-12-03 Michael Albinus <michael.albinus@gmx.de>
14974
14975 Cleanup.
14976 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14977 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14978 arguments. Expand `default-directory'.
14979
14980 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14981 the benefit of returning an expanded localname.
14982 (tramp-tramp-file-p): Handle the case NAME is not a string.
14983
3f6bd790
DN
149842009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14985
4dfb3b9c
DN
14986 Add support for bzr shelve/unshelve.
14987 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14988 (vc-bzr-extra-menu-map): New variables.
14989 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14990 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14991 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14992 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14993 (vc-bzr-dir-extra-headers): Display shelves.
14994
3f6bd790
DN
14995 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14996
842d73a1
SM
149972009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14998
14999 * textmodes/bibtex.el (bibtex-complete-internal):
15000 Use completion-in-region.
15001 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15002
7fa4876f
DN
150032009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15004
15005 Support applying stashes. Improve UI.
15006 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15007 (vc-git-stash-apply, vc-git-stash-pop)
15008 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15009 (vc-git-stash-menu): New functions.
15010 (vc-git-stash-menu-map): New variable.
15011 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15012
d6e82452
GM
150132009-12-03 Glenn Morris <rgm@gnu.org>
15014
15015 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15016 (vc-print-log-internal): Fix previous change.
15017 (vc-revert): Correct pluralization.
15018
8d222148
SM
150192009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15020
ea52206b
SM
15021 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15022 it to be an alist any more.
15023 (makefile-complete): Use completion-in-region.
15024
69a94a37
SM
15025 * progmodes/octave-mod.el (octave-complete-symbol):
15026 Use completion-in-region.
15027
8d222148
SM
15028 Misc cleanup.
15029 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15030 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15031 (idlwave-complete-class): Don't quote lambda.
15032 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15033 (idlwave-mode-map): Move initialization into declaration.
15034 (idlwave-action-and-binding): Use backquotes.
15035 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15036 Simplify.
15037 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15038 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15039 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15040 `parts', and `all-parts'.
15041 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15042 (idlwave-convert-xml-system-routine-info): Remove unused string
15043 `version-string'.
15044 (idlwave-display-user-catalog-widget): Use dolist.
15045 (idlwave-scanning-lib): Declare dynamically-scoped var.
15046 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15047 (completion-highlight-first-word-only): Declare to silence bytecomp.
15048 (idlwave-popup-select): Tighten scope of `resp'.
15049 (idlwave-find-struct-tag): Remove unused var `beg'.
15050 (idlwave-after-load-rinfo-hook): Declare.
15051 (idlwave-sintern-class-info): Remove unused var `taglist'.
15052 (idlwave-find-class-definition): Remove unused var `list'.
15053 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15054 (idlwave-what-module-find-class): Remove unused var `classes'.
15055
3bb8691b
JB
150562009-12-03 Juanma Barranquero <lekktu@gmail.com>
15057
15058 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15059
f72f0c23
SM
150602009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15063 buffers visited. Remove redundant current-buffer-saving.
15064
601a9508
SM
150652009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 Use completion-in-buffer and remove uses of dynamic scoping.
15068 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15069 (pascal-buffer-to-use, pascal-flag): Don't declare.
15070 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15071 (pascal-get-completion-decl, pascal-keyword-completion):
15072 Add `pascal-str' argument, save-excursion,
15073 return the found completions, and don't filter with pascal-pred.
15074 (pascal-completion-cache): New var.
15075 (pascal-completion): Don't switch buffer any more (it was never
15076 necessary). Don't save-excursion any more (it's done by the called
15077 subroutines). Use a cache to avoid redundant computations.
15078 Use complete-with-action rather than pascal-completion-response and
15079 let it apply the predicate as well.
15080 (pascal-complete-word): Use completion-in-buffer when
15081 pascal-toggle-completions is nil.
15082 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15083 not used any more.
15084 (pascal-comp-defun): Don't change buffer any more.
15085 Use complete-with-action rather than pascal-completion-response and
15086 let it apply the predicate as well.
15087 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15088 when neded.
15089
1ff4cb98
KH
150902009-12-02 Kenichi Handa <handa@m17n.org>
15091
15092 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15093 shape for all Indic scripts.
15094
bb12edf1
SM
150952009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 Use completion-in-buffer.
15098 * wid-edit.el (widget-field-text-end): New function.
15099 (widget-field-value-get): Use it.
15100 (widget-string-complete, widget-file-complete)
15101 (widget-color-complete): Use it and completion-in-region.
15102 (widget-complete): Don't narrow the buffer.
15103
5813f6ef
GM
151042009-12-02 Glenn Morris <rgm@gnu.org>
15105
c920f222
GM
15106 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15107 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15108 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15109 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15110
5813f6ef
GM
15111 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15112 save-excursion with save-current-buffer.
15113 Widen before searching. (Bug#5093)
15114 (diary-list-sexp-entries): Remove superfluous save-excursion.
15115
34b1d750
GM
151162009-12-02 Michael Welsh Duggan <mwd@cert.org>
15117
15118 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15119 name. (Bug#5038)
15120
b2d5f31a
GM
151212009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15122
15123 * ido.el (ido-file-internal): Handle filenames at point that do
15124 not have a directory part. (Bug#5049)
15125
c710ac3c
JB
151262009-12-02 Juanma Barranquero <lekktu@gmail.com>
15127
15128 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15129 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15130
9946be46
SM
151312009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15132
15133 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15134 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15135 any more.
15136
b08016f2
SM
151372009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15138
e7440df4
SM
15139 * comint.el (comint-insert-input): Ignore clicks to the right of
15140 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15141
3bb8691b 15142 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15143 terminate before setting up the major mode.
15144
f3b757f5
SM
15145 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15146 in case.
15147
a2877f1d
SM
15148 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15149 the last element.
15150
b08016f2
SM
15151 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15152
782d6e30
GM
151532009-12-01 Glenn Morris <rgm@gnu.org>
15154
15155 * window.el (window--display-buffer-2): Fix previous changes.
15156
28f57f7e
CY
151572009-12-01 Chong Yidong <cyd@stupidchicken.com>
15158
15159 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15160
c31a2fdc
GM
151612009-12-01 Glenn Morris <rgm@gnu.org>
15162
15163 * Makefile.in (ELCFILES): Add mpc.elc.
15164
e1ada222
SM
151652009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15166
15167 * mpc.el: New file.
15168
0c9ff2c5
GM
151692009-12-01 Glenn Morris <rgm@gnu.org>
15170
3689984f
GM
15171 * window.el (window-to-use): Define for compiler.
15172
3ab4308b
GM
15173 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15174 consistent with others (no final period).
15175
0c9ff2c5
GM
15176 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15177 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15178
fb0c18ff
DN
151792009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15180
15181 Make vc-print-log buttons work.
045b9da7 15182 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15183
2ac7e73e
JB
151842009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15185
15186 * savehist.el (savehist-autosave-interval): Allow setting to nil
15187 through customize. (Bug#5056)
15188
5237d741
JB
151892009-11-30 Juanma Barranquero <lekktu@gmail.com>
15190
15191 Fix references to jit-lock properties.
15192 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15193 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15194 (perl-font-lock-special-syntactic-constructs):
15195 Quote jit-lock-defer-multiline property.
15196
379241fa
DN
151972009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15198
15199 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15200
054ae856
JL
152012009-11-30 Juri Linkov <juri@jurta.org>
15202
15203 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15204 value `buffer' of `multi-isearch-next-buffer-current-function'.
15205 Use `(current-buffer)' when `buffer' is nil.
15206 (multi-isearch-next-buffer-from-list): Don't fallback to
15207 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15208
67296dda
JL
152092009-11-30 Juri Linkov <juri@jurta.org>
15210
15211 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15212 of buffers with `get-buffer' to `multi-isearch-buffers'.
15213 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15214 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15215 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15216 FILES with `expand-file-name' converting relative file names
15217 to absolute. Doc fix. (Bug#4727)
15218
c585bf32
JL
152192009-11-30 Juri Linkov <juri@jurta.org>
15220
15221 * misearch.el (multi-isearch-read-buffers)
15222 (multi-isearch-read-matching-buffers): New functions.
15223 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15224 Use them in the `interactive' spec. Doc fix.
15225 (multi-isearch-read-files, multi-isearch-read-matching-files):
15226 New functions.
15227 (multi-isearch-files, multi-isearch-files-regexp):
15228 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15229
0a745733
JL
152302009-11-30 Juri Linkov <juri@jurta.org>
15231
15232 * doc-view.el (doc-view-continuous):
15233 Rename from `doc-view-continuous-mode'.
15234 (doc-view-menu): Move "Toggle display" to the top.
15235 Add submenu "Continuous" with radio buttons "Off"/"On"
15236 and "Save as Default".
15237 (doc-view-scroll-up-or-next-page)
15238 (doc-view-scroll-down-or-previous-page)
15239 (doc-view-next-line-or-next-page)
6a7662bb
BR
15240 (doc-view-previous-line-or-previous-page):
15241 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15242
1f9689eb
JL
152432009-11-30 Juri Linkov <juri@jurta.org>
15244
15245 * comint.el (comint-mode-map): Rebind `M-r' from
15246 `comint-previous-matching-input' to
15247 `comint-history-isearch-backward-regexp'.
15248 Unbind `M-s' to allow global key binding `M-s'.
15249 Add menu items for `comint-history-isearch-backward' and
15250 `comint-history-isearch-backward-regexp'. (Bug#3746)
15251
2952b1ae
JL
152522009-11-30 Juri Linkov <juri@jurta.org>
15253
15254 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15255 For def=recenter, replace `recenter' with `recenter-top-bottom'
15256 that is called with `this-command' and `last-command' let-bound
15257 to `recenter-top-bottom'. When the last `def' was not `recenter',
15258 set `recenter-last-op' to nil. (Bug#4981)
15259
7a9547ca
SM
152602009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15261
20565545
SM
15262 Minor cleanup and simplification.
15263 * filecache.el (file-cache-add-directory)
15264 (file-cache-add-directory-recursively)
15265 (file-cache-add-from-file-cache-buffer)
15266 (file-cache-delete-file-regexp, file-cache-delete-directory)
15267 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15268 (file-cache-temp-minibuffer-message): Delete function.
15269 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15270
7a9547ca
SM
15271 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15272 Don't signal an error when bumping into EOB in tr, s, or y.
15273
08e968f3
JL
152742009-11-29 Juri Linkov <juri@jurta.org>
15275
15276 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15277 (Bug#4960)
15278
15279 * descr-text.el (describe-char-unidata-list): Use lowercase name
15280 for "Unicode name" like in other tags.
15281
f8d170a4
JL
152822009-11-29 Juri Linkov <juri@jurta.org>
15283
15284 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15285 New compatibility macro.
7a9547ca 15286 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15287
0116abbd
JL
152882009-11-29 Juri Linkov <juri@jurta.org>
15289
15290 Add defcustom to define the cycling order of `recenter-top-bottom'.
15291 (Bug#4981)
15292
15293 * window.el (recenter-last-op): Doc fix.
15294 (recenter-positions): New defcustom.
15295 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15296 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15297
61eef560
MA
152982009-11-29 Michael Albinus <michael.albinus@gmx.de>
15299
15300 Improve integration of Tramp and ange-ftp in eshell.
15301
e4070cdc 15302 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15303 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15304 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15305
15306 * eshell/esh-util.el (top): Require also Tramp when compiling.
15307 (eshell-directory-files-and-attributes): Check for FTP remote
15308 connection.
15309 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15310 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15311 (eshell-file-attributes): Handle ".". Return `entry'.
15312
15313 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15314 (ange-ftp-directory-files-and-attributes)
15315 (ange-ftp-real-directory-files-and-attributes): New defuns.
15316
15317 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15318 shell with "exec" when possible. This prevents trailing prompts
15319 in `start-file-process'.
15320
f5467d3f
SM
153212009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15322
21f49db9
SM
15323 Try and remove assumptions about point-min==1.
15324 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15325 (rng-compute-mode-line-string): Show the validation percentage in
15326 terms of the narrowed text, not the widened text.
15327 (rng-do-some-validation): Don't catch internal errors when debugging.
15328 (rng-first-error): Simplify.
15329 (rng-after-change-function): Remove work around. AFAIK the bug has
15330 been fixed a while ago.
15331
26224faf
SM
15332 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15333 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15334
d7117720
SM
15335 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15336
f5467d3f
SM
15337 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15338 `cd' doesn't always do it for us (bug#5067).
15339
15340 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15341 on 2009-10-25 as part of some other change (bug#5067).
15342
c5269f1c
SM
153432009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15344
62a258a7
SM
15345 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15346 `suspicious'.
15347 (byte-compile-warnings): Use byte-compile-warning-types.
15348 (byte-compile-save-excursion): Warn about use of set-buffer right
15349 after save-excursion.
15350
c5269f1c
SM
15351 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15352 the excursion as well.
15353
3ba30eb8
MA
153542009-11-27 Michael Albinus <michael.albinus@gmx.de>
15355
15356 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15357 providing a Tramp related implementation of "su" and "sudo".
15358 (eshell-unix-initialize): Add "su" and "sudo".
15359
6c6f788d
DU
153602009-11-27 Daiki Ueno <ueno@unixuser.org>
15361
15362 * net/socks.el (socks-send-command): Convert binary request to
15363 unibyte before sending. This fixes mishandling of some port
15364 numbers such as 129.
15365
10c877fe
SM
153662009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15367
6f06a171
SM
15368 * help.el (describe-bindings-internal): Remove `interactive'.
15369
10c877fe
SM
15370 * man.el (Man-completion-table): Trim a terminating "(".
15371 Remove the space between name page a section.
15372 Add the command's description on the `help-echo' property.
c5269f1c
SM
15373 Remove `process-connection-type' binding since it's unused by
15374 call-process.
10c877fe
SM
15375 Provide completion for the "<section> <name>" format as well.
15376 (Man-default-man-entry): Remove spurious var shadowing the argument.
15377
c44a4822
KR
153782009-11-26 Kevin Ryde <user42@zip.com.au>
15379
15380 * log-view.el: Add "Keywords: tools", since its other keywords
15381 aren't in finder-known-keywords, and following vc.el.
15382
9d58f081
KR
15383 * sha1.el (sha1-string-external): default-directory "/" in case
15384 otherwise non-existent. process-connection-type pipe for touch of
15385 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15386
72fe6b25
SM
153872009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15388
15389 Misc coding convention cleanups.
15390 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15391 hfy-init-kludge-hooks.
15392 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15393 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15394 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15395 and push.
15396 (hfy-slant, hfy-weight): Use tables rather than code.
15397 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15398 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15399 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15400 (hfy-face-to-css): Remove `nconc' with single arg.
15401 (hfy-p-to-face-lennart): Use `or'.
15402 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15403 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15404 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15405 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15406 (hfy-force-fontification): Use run-hooks.
15407
85e0a536
SM
154082009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15409
15410 Various minor fixes.
15411 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15412 Javascript belongs in the header, not the body.
15413 (hfy-javascript): Remove.
15414 (hfy-fontify-buffer): Don't insert it any more.
15415 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15416 Fix bug in invis handling when there were no invis props in a chunk.
15417
62ccc42c
SM
154182009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15419
15420 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15421
2643c7aa
DN
154222009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15423
15424 * finder.el (finder-mode-map): Add a menu.
15425
0e5c8aed
DN
154262009-11-26 Michael McNamara <mac@mail.brushroad.com>
15427
bf0b361c 15428 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15429 "unsigned" structs.
15430
15431 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15432 fork" statement better.
15433
154342009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15435
bf0b361c
JB
15436 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15437 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15438 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15439 Reported by Clay Douglass.
0e5c8aed
DN
15440
15441 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15442 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15443 Fix removing "// Interfaces" when saving .* expansions.
15444 Reported by Pierre-David Pfister.
0e5c8aed 15445
7629c4e7
GM
154462009-11-26 Glenn Morris <rgm@gnu.org>
15447
62ccc42c
SM
15448 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15449 the scope.
7629c4e7 15450
a5d358f8
JB
154512009-11-25 Johan Bockgård <bojohan@gnu.org>
15452
15453 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15454 Really use previous revision.
15455
002cbde5
KR
154562009-11-25 Kevin Ryde <user42@zip.com.au>
15457
15458 * man.el (Man-completion-table): default-directory "/" in case
15459 doesn't otherwise exist. process-environment COLUMNS=999 so as
15460 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15461 any chance of hitting the pseudo-tty TIOCGWINSZ.
15462 (man): completion-ignore-case t for friendliness and since man
15463 itself is case-insensitive on the command line.
15464 Further to Bug#3717.
002cbde5 15465
8cb5ffe8
KR
15466 * arc-mode.el: Add "Keywords: files", so the details in its
15467 commentary can be reached from finder-by-keyword.
34607612
KR
15468 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15469 editing mode, but it's comms related and sgml-mode.el has "comm"
15470 on that basis too.
b8dfcf54 15471 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15472 * international/isearch-x.el, international/ja-dic-cnv.el:
15473 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15474 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15475
1e2d9ba1
JL
154762009-11-25 Juri Linkov <juri@jurta.org>
15477
15478 * man.el (Man-completion-table): Modify regexp to include
15479 section names to completion strings. (Bug#3717)
15480
a601d313
JL
154812009-11-25 Juri Linkov <juri@jurta.org>
15482
15483 Search recursively in gzipped files. (Bug#4982)
15484
15485 * progmodes/grep.el (grep-highlight-matches): Add new options
15486 `always' and `auto'. Doc fix.
15487 (grep-process-setup): Check `grep-highlight-matches' for
15488 `auto-detect' to determine the need to compute grep defaults.
15489 Move Windows/DOS specific --colors settings handling
15490 to `grep-compute-defaults'. Check `grep-highlight-matches'
15491 to get the value of "--color=".
15492 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15493 has the value `auto-detect'. Move Windows/DOS specific settings
15494 from `grep-process-setup'.
15495 (zrgrep): New command with alias `rzgrep'.
15496
bde04ea9
JL
154972009-11-25 Juri Linkov <juri@jurta.org>
15498
15499 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15500 to nil instead of switching off view-mode. (Bug#4896)
15501
7d6b4d3c
JL
155022009-11-25 Juri Linkov <juri@jurta.org>
15503
15504 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15505
15506 * mwheel.el (mwheel-scroll-up-function)
15507 (mwheel-scroll-down-function): New defvars.
15508 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15509 `scroll-up', and `mwheel-scroll-down-function' instead of
15510 `scroll-down'.
15511
15512 * doc-view.el (doc-view-scroll-up-or-next-page)
15513 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15514 Use this ARG in the call to image-scroll-up/image-scroll-down.
15515 Change `interactive' spec to "P". Goto next/previous page only
15516 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15517 SPC/DEL case). Doc fix.
15518 (doc-view-next-line-or-next-page)
15519 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15520 for consistency.
15521 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15522 `doc-view-scroll-up-or-next-page', and buffer-local
15523 `mwheel-scroll-down-function' to
15524 `doc-view-scroll-down-or-previous-page'.
15525
e237085f
JL
155262009-11-25 Juri Linkov <juri@jurta.org>
15527
15528 Provide additional default values (directories at other Dired
15529 windows) via M-n in the minibuffer of some Dired commands.
15530
15531 * dired-aux.el (dired-diff, dired-compare-directories)
15532 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15533 `minibuffer-default' in `minibuffer-with-setup-hook'.
15534 (dired-dwim-target-directory): Find a window that displays Dired
15535 buffer instead of failing when the next window is not Dired.
15536 Use `get-window-with-predicate' to find for the next Dired window.
15537 (dired-dwim-target-defaults): New function.
15538
15539 * ediff-util.el (ediff-read-file-name):
15540 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15541 in `minibuffer-with-setup-hook'.
15542
7d371eac
JL
155432009-11-25 Juri Linkov <juri@jurta.org>
15544
15545 Provide additional default values (file name at point or at the
15546 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15547
15548 * minibuffer.el (read-file-name-defaults): New function.
15549 (read-file-name): Reset `minibuffer-default' to nil when
15550 it duplicates initial input `insdef'.
15551 Bind `minibuffer-default-add-function' to lambda that
15552 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15553 (minibuffer-insert-file-name-at-point): New command.
15554
15555 * files.el (file-name-at-point-functions): New defcustom.
15556 (find-file-default): Remove defvar.
15557 (find-file-read-args): Don't use `find-file-default'.
15558 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15559 to `read-file-name'.
15560 (find-file-literally): Use `read-file-name' with
15561 `confirm-nonexistent-file-or-buffer'.
15562
15563 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15564
15565 * dired.el (dired-read-dir-and-switches):
15566 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15567 to `read-file-name'.
15568 (dired-file-name-at-point): New function.
15569 (dired-mode): Add hook `dired-file-name-at-point' to
15570 `file-name-at-point-functions'.
15571
04ae543a
SM
155722009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15573
15574 Really make the *Completions* window soft-dedicated (bug#5030).
15575 * window.el (window--display-buffer-2): Add `dedicated' argument.
15576 (display-buffer): Pass it when needed so the dedicated flag is set
15577 after calling set-window-buffer, which would otherwise reset it.
15578
eb708e66
SM
155792009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15580
d6b8d4e7
SM
15581 * progmodes/meta-mode.el (meta-complete-symbol):
15582 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15583 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15584 Use completion-in-region.
15585
5f24557b
SM
15586 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15587 (dabbrev-completion): Use completion-in-region.
15588 (dabbrev--abbrev-at-point): Simplify regexp.
15589
fe4346f0
SM
15590 * abbrev.el (abbrev--before-point): Use word-motion functions
15591 if :regexp is not specified (bug#5031).
15592
cb190d7d
SM
15593 * subr.el (string-prefix-p): New function.
15594
e2ec6dd5
SM
15595 * man.el (Man-completion-cache): New var.
15596 (Man-completion-table): Use it.
15597
eb708e66
SM
15598 * vc.el (vc-print-log-internal): Make `limit' optional for better
15599 compatibility (e.g. with vc-annotate.el).
15600
4cf8971b
KR
156012009-11-24 Kevin Ryde <user42@zip.com.au>
15602
eb708e66 15603 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15604 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15605
4cf8971b
KR
15606 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15607 when .el source file not found or other error.
15608
d204c46c
SM
156092009-11-24 Markus Triska <markus.triska@gmx.at>
15610
15611 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15612
bb301b9a
SM
156132009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15614
449c27f0
SM
15615 Handle the [back] button properly (bug#4979).
15616 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15617 Use help-setup-xref, help-buffer, and with-help-window.
15618 (describe-char): Add `buffer' argument.
15619 Pass proper command to help-setup-xref. Don't meddle with
15620 help-xref-stack-item directly.
15621 (describe-text-category): Use with-help-window and help-buffer.
15622
32fe5377
SM
15623 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15624 for the displayed buffer (bug#4887).
15625
bb301b9a
SM
15626 * man.el (Man-completion-table): New function.
15627 (man): Use it.
15628
35179414
DR
156292009-11-24 David Reitter <david.reitter@gmail.com>
15630
bb301b9a 15631 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15632 .git is) rather than the file's directory and a relative path spec
15633 to work around a bug in git.
15634
605a20a9
MA
156352009-11-24 Michael Albinus <michael.albinus@gmx.de>
15636
15637 Improve handling of processes on remote hosts.
15638
15639 * eshell/esh-util.el (eshell-path-env): New defvar.
15640 (eshell-parse-colon-path): New defun.
15641 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15642
bb301b9a
SM
15643 * eshell/esh-ext.el (eshell-search-path):
15644 Use `eshell-parse-colon-path'.
605a20a9
MA
15645 (eshell-remote-command): Remove argument HANDLER.
15646 (eshell-external-command): Check for FTP remote connection.
15647
bb301b9a
SM
15648 * eshell/esh-proc.el (eshell-gather-process-output):
15649 Use `file-truename', in order to start also symlinked files.
15650 Apply `start-file-process' instead of `start-process'.
15651 Shorten `command' to the local file name part.
605a20a9 15652
bb301b9a
SM
15653 * eshell/em-cmpl.el (eshell-complete-commands-list):
15654 Use `eshell-parse-colon-path'.
605a20a9
MA
15655
15656 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15657
15658 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15659 to `eshell-directory-change-hook'.
15660
d1d33062
TH
156612009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15662
15663 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15664 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15665
a34d8565 156662009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15667
a34d8565
MK
15668 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15669 made on 2009-11-22.
d1d33062 15670
c83b8d1b
GM
156712009-11-24 Glenn Morris <rgm@gnu.org>
15672
15673 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15674 deleted variable bookmark-bmenu-bookmark-column.
15675
83505cfe
SM
156762009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15679
5241b291
CY
156802009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15681
15682 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15683 two slashes to the "file:" prefix.
15684 (browse-url-file-url): De-munge Cygwin filenames before passing
15685 them to Windows browser.
15686 (browse-url-default-windows-browser): Use call-process.
15687
aefcadb6
JL
156882009-11-23 Juri Linkov <juri@jurta.org>
15689
15690 Implement DocView Continuous mode. (Bug#4896)
15691 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15692 (doc-view-mode-map): Bind C-n/<down> to
15693 `doc-view-next-line-or-next-page', C-p/<up> to
15694 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15695 (doc-view-next-line-or-next-page)
15696 (doc-view-previous-line-or-previous-page): New commands.
15697
0d62bcea
JL
156982009-11-23 Juri Linkov <juri@jurta.org>
15699
15700 Implement Isearch in comint input history. (Bug#3746)
15701 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15702 `isearch-mode-hook'.
15703 (comint-history-isearch): New defcustom.
15704 (comint-history-isearch-backward)
15705 (comint-history-isearch-backward-regexp): New commands.
15706 (comint-history-isearch-message-overlay): New buffer-local variable.
15707 (comint-history-isearch-setup, comint-history-isearch-end)
15708 (comint-goto-input, comint-history-isearch-search)
15709 (comint-history-isearch-message, comint-history-isearch-wrap)
15710 (comint-history-isearch-push-state)
15711 (comint-history-isearch-pop-state): New functions.
15712
b593f105
MA
157132009-11-23 Michael Albinus <michael.albinus@gmx.de>
15714
15715 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15716 return.
15717 (tramp-handle-make-symbolic-link)
15718 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15719 Quote file names.
15720 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15721 (tramp-handle-process-file): Use it.
15722
0f202d5d
SM
157232009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * window.el (move-to-window-line-last-op): Remove.
15726 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15727
216349f8
SM
157282009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15729
0f202d5d 15730 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15731 * window.el (move-to-window-line-last-op): New var.
15732 (move-to-window-line-top-bottom): New command.
15733 (global-map): Bind M-r move-to-window-line-top-bottom.
15734
c10e0633
GM
157352009-11-23 Sven Joachim <svenjoac@gmx.de>
15736
15737 * dired-x.el (dired-guess-shell-alist-default):
15738 Support xz format. (Bug#4953)
15739
953e0c1a
GM
157402009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15741
15742 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15743 last-command-char/last-command-event.
15744 (viper-prefix-arg-value): Do correct conversion of event-char for
15745 XEmacs.
15746
83505cfe
SM
15747 * emulation/viper-util.el, emulation/viper.el:
15748 Use viper-last-command-char instead of
15749 last-command-char/last-command-event.
953e0c1a 15750
83505cfe
SM
15751 * ediff-init.el, ediff-mult.el, ediff-util.el:
15752 Replace last-command-char and last-command-event
15753 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15754
15755 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15756 created in fundamental mode.
15757
15758 * ediff.el (ediff-version): Revert the change of interactive-p to
15759 called-interactively-p.
15760
9ee12eee
TH
157612009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15762
15763 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15764 generation from word-movement command names.
15765
8b571bf3
JD
157662009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15767
15768 * cus-start.el (all): Add native condition for font-use-system-font.
15769
4121db47
AM
157702009-11-21 Nathaniel Flath <flat0103@gmail.com>
15771
83505cfe
SM
15772 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15773 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15774
d71f5e0c
TH
157752009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15776
15777 * progmodes/subword.el: Rename from lisp/subword.el.
15778
15779 * subword.el: Rename to progmodes/subword.el.
15780
15781 * Makefile.in (ELCFILES): Adapt to subword.el move.
15782
fc9d6ad6 157832009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15784 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15785
15786 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15787 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15788 (bookmark-bmenu-show-filenames): Use push.
15789 (bookmark-bmenu-hide-filenames): Use local var instead of
15790 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15791 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15792 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15793 filenames now that the bookmark names are always available.
15794
26d9285f
SM
157952009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15796
15797 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15798 (bookmark-search-pattern): Move and leave unbound.
15799 (bookmark-bmenu-mode-map): Change binding.
15800 (bookmark-read-search-input): Simplify.
15801 Don't use text-char-description. Don't error on non-char events.
15802 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15803 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15804 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15805 Use a local var for the timer.
15806 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15807 (i.e. bookmark-bmenu-search).
15808
d73a0317
GM
158092009-11-21 Glenn Morris <rgm@gnu.org>
15810
15811 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15812
e572025f
CY
158132009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15814
26d9285f
SM
15815 * net/browse-url.el (browse-url-default-windows-browser):
15816 Use cygstart for cygwin.
e572025f 15817
6aeaa3dc
KF
158182009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15819
e4070cdc 15820 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15821 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15822 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15823 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15824 (bookmark-read-search-input): Adjust to fit within 80 columns.
15825
a9b76eec
TH
158262009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15827
15828 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15829 (c-backward-into-nomenclature): Adapt to subword renaming.
15830
15831 * subword.el (subword-forward, subword-backward, subword-mark)
15832 (subword-kill, subword-backward-kill, subword-transpose)
15833 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15834 (subword-forward-internal, subword-backward-internal):
15835 Rename from forward-subword, backward-subword, mark-subword,
15836 kill-subword, backward-kill-subword, transpose-subwords,
15837 downcase-subword, upcase-subword, capitalize-subword,
15838 forward-subword-internal, backward-subword-internal.
a9b76eec 15839
1e7d4475
SM
158402009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15841
26d9285f
SM
15842 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15843 New options.
1e7d4475
SM
15844 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15845 New vars.
15846 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15847 (bookmark-bmenu-filter-alist-by-regexp)
15848 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15849 (bookmark-bmenu-search): New command.
15850 (bookmark-bmenu-mode-map): Bind it.
15851
653d1554
TH
158522009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15853
ab84bfa0
TH
15854 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15855 backward-subword to quit the byte-compiler.
15856
1f35fda9
TH
15857 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15858
15859 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15860
653d1554 15861 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15862 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15863 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15864
15865 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15866 subword.el functions instead of cc-subword.el.
15867
1e7d4475
SM
15868 * progmodes/cc-subword.el: Rename to subword.el.
15869 * subword.el: Rename from progmodes/cc-subword.el.
15870 (subword-mode-map): Rename from c-subword-mode-map.
15871 (subword-mode): Rename from c-subword-mode.
653d1554 15872 (global-subword-mode): New global minor mode.
1e7d4475
SM
15873 (forward-subword): Rename from c-forward-subword.
15874 (backward-subword): Rename from c-backward-subword.
15875 (mark-subword): Rename from c-mark-subword.
15876 (kill-subword): Rename from c-kill-subword.
15877 (backward-kill-subword): Rename from c-backward-kill-subword.
15878 (transpose-subwords): Rename from c-tranpose-subword.
15879 (downcase-subword): Rename from c-downcase-subword.
15880 (capitalize-subword): Rename from c-capitalize-subword.
15881 (forward-subword-internal): Rename from c-forward-subword-internal.
15882 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15883
9717f119
DN
158842009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15885
8de724f3
DN
15886 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15887 from a dired buffer.
15888 (vc-dired-deduce-fileset): New function.
15889 (vc-root-diff, vc-print-root-log): Use it.
15890
9717f119
DN
15891 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15892 nil LIMIT argument to vc-print-log-internal.
15893
af4999b8
GM
158942009-11-20 Glenn Morris <rgm@gnu.org>
15895
15896 * Makefile.in (ELCFILES): Regenerate.
15897
b58edcb6
JB
158982009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15899
02e1b488
SM
15900 * calc/calc.el (calc-set-mode-line):
15901 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15902 (math-format-number): Rename `math-format-complement-signed' to
15903 `math-format-twos-complement'.
15904
02e1b488 15905 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15906 math-format-complement-signed.
15907 (calc-radix): Rename `calc-complement-signed-mode' to
15908 `calc-twos-complement-mode'.
02e1b488
SM
15909 (calc-octal-radix, calc-hex-radix): Add an argument for
15910 two's complement.
b58edcb6 15911
02e1b488
SM
15912 * calc/calc-embed.el (calc-embedded-mode-vars):
15913 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15914
02e1b488
SM
15915 * calc/calc-ext.el (calc-init-extensions):
15916 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15917 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15918
02e1b488
SM
15919 * calc/calc-units.el (math-build-units-table-buffer):
15920 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15921
15922 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15923 entries.
15924
15925 * calc/calc-vec.el (calcFunc-vunpack):
15926 * calc/calc-aent.el (calc-do-calc-eval):
15927 * calc/calc-forms.el (math-format-date):
15928 * calc/calc-graph.el (calc-graph-plot):
15929 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15930 * calc/calccomp.el (math-compose-expr):
15931 Let `calc-twos-complement-mode' be nil.
15932
159332009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15934
15935 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15936 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15937 * minibuffer.el (completion-in-region-functions): New hook.
15938 (completion-in-region): New function.
15939 * emacs-lisp/lisp.el (lisp-complete-symbol):
15940 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15941
e3353a78
SM
159422009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15943
eff77808
SM
15944 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15945 (latex-complete-alist): New vars.
15946 (latex-string-prefix-p, latex-complete-bibtex-keys)
15947 (latex-complete-envnames, latex-complete-refkeys)
15948 (latex-complete-data): New functions.
15949 (latex-complete, latex-indent-or-complete): New commands.
15950
d2c9fc42
SM
15951 * window.el (display-buffer-mark-dedicated): New var.
15952 (display-buffer): Obey it.
15953 * minibuffer.el (minibuffer-completion-help): Use it.
15954
31a1c477
SM
15955 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15956
bed4c972
SM
15957 * filecache.el (file-cache-add-file): Use push and cons.
15958 (file-cache-delete-file-regexp): Use push.
15959 (file-cache-complete): Use completion-in-region.
15960
8c22699f
SM
15961 * simple.el (with-wrapper-hook): Fix thinko.
15962
e3353a78
SM
15963 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15964 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15965 Use with-current-buffer and string-to-number.
15966 (hfy-fallback-colour-values): Use assoc-string.
15967 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15968 (hfy-face-at): Remove unused var `found-face'.
15969 (hfy-compile-stylesheet): Remove unused var `css'.
15970 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15971 and `orig-buffer'.
15972 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15973 Use with-current-buffer.
15974 (hfy-text-p): Use expand-file-name and fewer setq.
15975
acca02b0
SM
159762009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15977
15978 * htmlfontify.el, hfy-cmap.el: New files.
15979
042b7cc6
JL
159802009-11-19 Juri Linkov <juri@jurta.org>
15981
15982 * minibuffer.el (completions-format): New defcustom.
15983 (completion--insert-strings): Implement vertical format.
15984
15985 * simple.el (switch-to-completions): Move point to the first
15986 completion when point was at the beginning of the buffer.
15987
da205913
JL
159882009-11-19 Juri Linkov <juri@jurta.org>
15989
15990 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15991
15992 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15993
0b8ee421
CY
159942009-11-19 Chong Yidong <cyd@stupidchicken.com>
15995
15996 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15997 (mail-signature): Change default to t.
15998 (mail-from-style): Deprecate `system-default' value.
15999 (mail-insert-from-field): For default value of mail-from-style,
16000 default to `angles' unless `angles' needs quoting and `parens'
16001 does not.
16002 (mail-citation-prefix-regexp): Use citation regexp from
16003 message-mode.
16004
4265deab
MA
160052009-11-19 Michael Albinus <michael.albinus@gmx.de>
16006
acca02b0
SM
16007 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16008 Set variables for computing the prompt for reading password.
4265deab 16009
27cacd2d
GM
160102009-11-19 Glenn Morris <rgm@gnu.org>
16011
470bce7d
GM
16012 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16013
7e705a1d
GM
16014 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16015
27cacd2d
GM
16016 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16017 (newsticker-treeview-listwindow-height): Fix custom type.
16018
b2f0be0f
KH
160192009-11-19 Kenichi Handa <handa@m17n.org>
16020
16021 * descr-text.el (describe-char-padded-string): Compose with TAB
16022 only if there's a font for CH.
02e1b488 16023 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16024
03446045 160252009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16026
16027 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16028 more accurate version of the regexp. (Bug#3910)
b96337b0 16029
03446045 160302009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16031
16032 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16033
e0620570
JB
160342009-11-18 Juanma Barranquero <lekktu@gmail.com>
16035
16036 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16037 (font-setting-change-default-font): Fix typo in docstring.
16038
6cc6582e
AM
160392009-11-18 Alan Mackenzie <acm@muc.de>
16040
16041 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16042
dfb3c4c6
JD
160432009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16044
02e1b488 16045 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16046
16047 * cus-start.el (all): ... to here.
16048
e268e987
MA
160492009-11-17 Michael Albinus <michael.albinus@gmx.de>
16050
16051 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16052 Don't set `ad-return-value' if `ad-do-it' doesn't.
16053
303ffde8
MA
16054 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16055 modification time.
16056
637fa988
JD
160572009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16058
16059 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16060 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16061
16062 * loadup.el: If feature system-font-setting or font-render-setting is
16063 there, load font-setting.
16064
02e1b488 16065 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16066 * font-setting.el: New file.
16067
1d16a255
GM
160682009-11-17 Glenn Morris <rgm@gnu.org>
16069
16070 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16071
2d84f804
GM
16072 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16073 Preserve point in the list buffer. (Bug#4939)
16074 Use point-at-eol.
16075 (newsticker--treeview-list-update-highlight)
16076 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16077
14467b99
JB
160782009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16079
16080 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16081 Remove.
16082
16083 * calc/calc-ext.el (calc-init-extensions): Remove references to
16084 symclip.
16085
16086 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16087
16088 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16089 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16090 `calc-symclip'.
16091
e3c39c01
KR
160922009-11-16 Kevin Ryde <user42@zip.com.au>
16093
02e1b488 16094 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16095 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16096
497de631
KR
16097 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16098 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16099 Ignore trailing spaces by omit-nulls to split-string (fixing
16100 regression from Emacs 21 due to the incompatible split-string
14467b99 16101 change). (Bug #4928.)
497de631 16102
48b27575
DN
161032009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16104
5237d741 16105 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16106 (vc-print-log-internal): Insert buttons to request more entries
16107 when limiting the output.
16108
16109 * vc-sccs.el (vc-sccs-print-log):
16110 * vc-rcs.el (vc-rcs-print-log):
16111 * vc-cvs.el (vc-cvs-print-log):
16112 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16113 LIMIT is non-nil.
16114
d3e97185
MA
161152009-11-16 Michael Albinus <michael.albinus@gmx.de>
16116
16117 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16118 error when `tramp-gvfs-dbus-event-vector' is set.
16119 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16120
68d87786
SM
161212009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16122
16123 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16124
c0a39702
MA
161252009-11-16 Michael Albinus <michael.albinus@gmx.de>
16126
16127 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16128 (dbus-register-property): Register the handlers of
c0a39702
MA
16129 "org.freedesktop.DBus.Properties" for SERVICE.
16130 (dbus-property-handler): Fix docstring.
16131
1e857121
YM
161322009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16133
16134 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16135 Quote doc string reference in defvaralias as it is not in special form.
16136 (byte-compile-output-docform): Doc fix.
16137
887484c1
JB
161382009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16139
16140 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16141 (calc-complement-signed-mode): New variables.
16142 (calc-set-mode-line): Add indicator for twos-complements.
16143 (math-format-number): Format twos-complement notation.
16144
16145 * calc/calc-bin.el (calc-word-size): Reset the variables
16146 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16147 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16148 (calc-symclip): New functions.
887484c1
JB
16149
16150 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16151
68d87786
SM
16152 * calc/calc-embed.el (calc-embedded-mode-vars):
16153 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16154
16155 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16156 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16157
16158 * calc/calc-ext.el (math-read-number-fancy): Read complement
16159 signed numbers.
68d87786
SM
16160 (calc-init-extensions): Add binding for `calc-symclip'.
16161 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16162
16163 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16164 `calc-symclip'.
68d87786 16165 (calc-modes-menu): Add item for twos complement mode.
887484c1 16166
5237d741 16167 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16168
4cf1d7e3
CY
161692009-11-15 Chong Yidong <cyd@stupidchicken.com>
16170
16171 * register.el (jump-to-register, insert-register): Handle Semantic
16172 tags. From commented-out advice in semantic/senator.el.
16173
f8e65267
DN
161742009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16175
6616006b
DN
16176 * vc.el (vc-log-show-limit): New variable.
16177 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16178 when using a prefix argument.
16179 (vc-print-log-internal): Add new argument LIMIT.
16180
16181 * vc-svn.el (vc-svn-print-log):
16182 * vc-mtn.el (vc-mtn-print-log):
16183 * vc-hg.el (vc-hg-print-log):
16184 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16185 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16186 non-optional.
16187
16188 * vc-sccs.el (vc-sccs-print-log):
16189 * vc-rcs.el (vc-rcs-print-log):
16190 * vc-git.el (vc-git-print-log):
16191 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16192 ignore it. Make the BUFFER argument non-optional.
6616006b 16193
f8e65267
DN
16194 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16195
0566c4bc
CY
161962009-11-15 Chong Yidong <cyd@stupidchicken.com>
16197
7cce3c91
CY
16198 * dired.el (dired-mode-map): Move encryption items to "Operate"
16199 menu (Bug#4703).
16200
d7063de9
CY
16201 * strokes.el (strokes-update-window-configuration): Make strokes
16202 buffer current before erasing (Bug#4906).
16203
0fc10137
JL
162042009-11-15 Juri Linkov <juri@jurta.org>
16205
16206 * simple.el (set-mark-default-inactive): Add :type, :group
16207 and :version. (Bug#4876)
16208
f5fce4ec
MA
162092009-11-15 Michael Albinus <michael.albinus@gmx.de>
16210
16211 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16212 (archive-unique-fname): ... here. (Bug#4929)
16213
8d720a00
SM
162142009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16215
589888fe
SM
16216 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16217 with a real fix.
16218
8d720a00
SM
16219 * novice.el (disabled-command-function): Add useful args.
16220 Setup the help buffer so that [back] works.
16221 Remove redundant call to help-mode.
16222 (disabled-command-function): Use `case'.
16223 (en/disable-command): New function extracted from enable-command.
16224 (enable-command, disable-command): Use it.
16225
a61344d6
GM
162262009-11-14 Glenn Morris <rgm@gnu.org>
16227
497f0cdd
GM
16228 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16229 constants. (Bug#4913)
16230
a61344d6
GM
16231 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16232
d501801e
GM
162332009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16234
16235 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16236 defined in C that have no doc-strings. (Bug#1063)
16237
5af27ac2
GM
162382009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16239
16240 * cus-edit.el (data, files):
16241 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16242
aec5395b
CY
162432009-11-14 Chong Yidong <cyd@stupidchicken.com>
16244
e7791447
CY
16245 * simple.el (shell-command): Doc fix (Bug#4891).
16246
aec5395b
CY
16247 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16248
7a41cd7f
GM
162492009-11-14 Glenn Morris <rgm@gnu.org>
16250
c3583c94
GM
16251 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16252 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16253 If they are already loaded, eval-after-load will do the right thing.
16254
73900d1f
GM
16255 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16256 compiling.
16257
0028351d
GM
16258 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16259
f6714ede
GM
16260 * simple.el (x-selection-owner-p): Declare.
16261 (read-mail-command): Use custom radio type rather than choice.
16262 (completion-no-auto-exit): Doc fix.
16263
7a41cd7f 16264 * custom.el (defgroup):
5af27ac2 16265 * epg-config.el (epg): Doc fixes.
7a41cd7f 16266
2d0659ec
DN
162672009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16268
16269 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16270 * international/ccl.el (define-ccl-program): Do not purecopy the
16271 docstring, defconst does it anyway.
16272
7fdbcd83
SM
162732009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16274
d499c5b9
SM
16275 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16276 a second time.
16277
7fdbcd83
SM
16278 * x-dnd.el (x-dnd-maybe-call-test-function):
16279 * window.el (split-window-vertically):
16280 * whitespace.el (whitespace-help-on):
16281 * vc-rcs.el (vc-rcs-consult-headers):
16282 * userlock.el (ask-user-about-lock-help)
16283 (ask-user-about-supersession-help):
16284 * type-break.el (type-break-force-mode-line-update):
16285 * time-stamp.el (time-stamp-conv-warn):
16286 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16287 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16288 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16289 (term-write-input-ring, term-check-source, term-start-output-log):
16290 (term-display-buffer-line, term-dynamic-list-completions):
16291 (term-ansi-make-term, serial-term):
16292 * subr.el (selective-display):
16293 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16294 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16295 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16296 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16297 (speedbar-remove-localized-speedbar-support)
16298 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16299 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16300 (speedbar-buffers-line-directory):
16301 * simple.el (shell-command-on-region, append-to-buffer)
16302 (prepend-to-buffer):
16303 * shadowfile.el (shadow-save-todo-file):
16304 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16305 (scroll-bar-maybe-set-window-start):
16306 * sb-image.el (speedbar-image-dump):
16307 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16308 (load-save-place-alist-from-file):
16309 * ps-samp.el (ps-print-message-from-summary):
16310 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16311 (ps-background-image, ps-begin-job, ps-do-despool):
16312 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16313 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16314 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16315 (pr-call-process, pr-file-list, pr-interface-save):
16316 * novice.el (disabled-command-function)
16317 (enable-command, disable-command):
16318 * mouse.el (mouse-buffer-menu-alist):
16319 * mouse-copy.el (mouse-kill-preserving-secondary):
16320 * macros.el (kbd-macro-query):
16321 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16322 * informat.el (batch-info-validate):
16323 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16324 * hippie-exp.el (try-expand-dabbrev-visible):
16325 * help-mode.el (help-make-xrefs):
16326 * help-fns.el (describe-variable):
16327 * generic-x.el (bat-generic-mode-run-as-comint):
16328 * finder.el (finder-mouse-select):
16329 * find-dired.el (find-dired-sentinel):
16330 * filesets.el (filesets-file-close):
16331 * files.el (list-directory):
16332 * faces.el (list-faces-display, describe-face):
16333 * facemenu.el (list-colors-display):
16334 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16335 * epg.el (epg--process-filter, epg-cancel):
16336 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16337 (epa--read-signature-type):
16338 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16339 (emerge-file-names):
16340 * ehelp.el (electric-helpify):
16341 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16342 * ediff-vers.el (rcs-ediff-view-revision):
16343 * ediff-util.el (ediff-setup):
16344 * ediff-mult.el (ediff-append-custom-diff):
16345 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16346 (ediff-wordify):
16347 * echistory.el (Electric-command-history-redo-expression):
16348 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16349 * disp-table.el (describe-display-table):
16350 * dired.el (dired-find-buffer-nocreate):
16351 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16352 * dabbrev.el (dabbrev--same-major-mode-p):
16353 * chistory.el (list-command-history):
16354 * apropos.el (apropos-documentation):
16355 * allout.el (allout-obtain-passphrase):
16356 (allout-copy-exposed-to-buffer):
16357 (allout-verify-passphrase): Use with-current-buffer.
16358
2ccbc060
GM
163592009-11-13 Glenn Morris <rgm@gnu.org>
16360
16361 * Makefile.in (ELCFILES): Regenerate.
16362
b172ed20
MA
163632009-11-13 Michael Albinus <michael.albinus@gmx.de>
16364
7fdbcd83
SM
16365 * net/dbus.el (dbus-registered-objects-table): Rename from
16366 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16367 (dbus-unregister-object): Unregister also properties.
16368 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16369 Use a timeout of 500 msec, in order to not block.
16370 (dbus-register-property, dbus-property-handler): New defuns.
16371
e96d62cd
SM
163722009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * simple.el (minibuffer-default-add-completions): Drop deprecated
16375 4th arg.
16376
14bd267d
EZ
163772009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16378
e96d62cd
SM
16379 * textmodes/artist.el (artist-mouse-choose-operation):
16380 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16381 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16382 (artist-compute-up-event-key): New function.
16383 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16384
bf89fd7b
KH
163852009-11-13 Kenichi Handa <handa@m17n.org>
16386
16387 * language/japan-util.el: Make sure that the value of jisx0208
16388 property is jisx0208 character.
16389
f70b8925
DN
163902009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16391
16392 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16393 car or each item, not the whole list.
16394
4d93a9e0
SM
163952009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16396
16397 * minibuffer.el (minibuffer-completion-help):
16398 Use minibuffer-hide-completions.
16399
05404988
SM
164002009-11-12 Per Starbäck <per@starback.se> (tiny change)
16401
16402 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16403 (dired-revert): Use them (bug#4880).
16404
5297bc10
DN
164052009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16406
16407 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16408
e2685eb7
JL
164092009-11-12 Juri Linkov <juri@jurta.org>
16410
16411 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16412 New functions.
16413 (find-file-literally-at-point): Alias of `ffap-literally'.
16414
76410c3e
DN
164152009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16416
6d341a2a
DN
16417 * textmodes/ispell.el (ispell-skip-region-alist):
16418 * textmodes/css-mode.el (auto-mode-alist):
16419 * progmodes/compile.el (auto-mode-alist):
16420 * international/mule.el (ctext-non-standard-encodings-alist)
16421 (ctext-non-standard-encodings-regexp):
16422 * simple.el (shell-command-switch, text-read-only):
16423 * replace.el (occur-mode-map):
16424 * paths.el (rmail-file-name):
16425 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16426 * find-file.el (ff-special-constructs):
16427 * files.el (file-name-handler-alist):
16428 * composite.el: Purecopy strings.
16429
76410c3e
DN
16430 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16431
aaa448c9
DN
164322009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16433
16434 * widget.el (define-widget): Purecopy the docstring.
16435 * international/mule-cmds.el (charset): Do not purecopy the
16436 docstring here, define-widget does it.
16437
16438 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16439 * textmodes/bibtex-style.el (auto-mode-alist):
16440 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16441 * progmodes/compile.el (compile-command):
16442 * language/korea-util.el (default-korean-keyboard):
16443 * international/mule-conf.el (file-coding-system-alist):
16444 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16445 * tooltip.el (tooltip-frame-parameters):
16446 * newcomment.el (comment-end, comment-padding):
16447 * dired.el (dired-trivial-filenames):
16448 * comint.el (comint-file-name-prefix): Purecopy initial values.
16449
bbe650fd
MA
164502009-11-11 Michael Albinus <michael.albinus@gmx.de>
16451
16452 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16453 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16454 `tramp-unload'.
16455 (tramp-advice-make-auto-save-file-name)
16456 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16457 after removing the advice.
16458
6bdad9ae
DN
164592009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16460
2f7f4bee
DN
16461 * progmodes/grep.el (grep-regexp-alist):
16462 * international/mule-cmds.el (iso-2022-control-alist):
16463 * emacs-lisp/timer.el (timer-duration-words):
16464 * subr.el (version-separator, version-regexp-alist):
16465 * minibuffer.el (completion-styles-alist):
16466 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16467 Change defvars to defconsts.
16468
a042de45
DN
16469 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16470 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16471 * international/mule-conf.el: Allow to be byte compiled.
16472
3b6acc72
DN
16473 * international/mule.el (define-charset): Purecopy props.
16474 (load-with-code-conversion): Purecopy doc string and file name.
16475 (put-charset-property): Purecopy strings.
16476 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16477
1c2efdfb 16478 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16479 (define-char-code-property): Correctly purecopy the table.
16480
62591911
DN
16481 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16482
8b908da6
DN
16483 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16484
ff917d63
DN
16485 * subr.el (add-hook): Purecopy strings.
16486 (eval-after-load): Purecopy load-history-regexp and the form.
16487
af89cf77
DN
16488 * custom.el (custom-declare-group): Purecopy load-file-name.
16489
a3c20c83 16490 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16491 * net/eudc.el (eudc-tools-menu):
16492 * international/mule-cmds.el (set-coding-system-map)
16493 (mule-menu-keymap):
16494 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16495 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16496 * replace.el (occur-mode-map):
16497 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16498 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16499 (menu-bar-custom-menu, menu-bar-showhide-menu)
16500 (menu-bar-options-menu, menu-bar-tools-menu)
16501 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16502 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16503 (menu-bar-help-menu):
16504 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16505 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16506
6bdad9ae
DN
16507 * term/x-win.el (x-gtk-stock-map):
16508 * progmodes/vera-mode.el (auto-mode-alist):
16509 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16510 (inferior-lisp-program, inferior-lisp-load-command):
16511 * progmodes/hideshow.el (hs-special-modes-alist):
16512 * progmodes/gud.el (same-window-regexps):
16513 * progmodes/grep.el (grep-program, find-program, xargs-program):
16514 * net/telnet.el (same-window-regexps):
16515 * net/rlogin.el (same-window-regexps):
16516 * language/ethiopic.el (font-ccl-encoder-alist):
16517 * vc-sccs.el (vc-sccs-master-templates):
16518 * vc-rcs.el (vc-rcs-master-templates):
16519 * subr.el (cl-assertion-failed):
16520 * simple.el (next-error-overlay-arrow-position):
16521 * lpr.el (lpr-command):
16522 * locate.el (locate-ls-subdir-switches):
16523 * info.el (same-window-regexps, info)
16524 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16525 * image-mode.el (image-mode, auto-mode-alist):
16526 * hippie-exp.el (hippie-expand-ignore-buffers):
16527 * format.el (format-alist):
16528 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16529 (find-name-arg):
16530 * facemenu.el (facemenu-keybindings):
16531 * dired.el (dired-listing-switches, dired-chown-program):
16532 * diff.el (diff-switches, diff-command):
16533 * cus-edit.el (same-window-regexps):
16534 * bindings.el (mode-line-mule-info)
16535 (mode-line-buffer-identification): Purecopy strings.
16536
e0987650
JL
165372009-11-11 Juri Linkov <juri@jurta.org>
16538
3570691b 16539 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16540 Tell the byte-compiler about dired-get-filename.
16541 (shell-command): In Dired mode, get filename from the current line
16542 as the default value.
16543
b16ff465
GM
165442009-11-10 Glenn Morris <rgm@gnu.org>
16545
e8a11b22
GM
16546 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16547 * calendar/holidays.el, progmodes/cperl-mode.el:
16548 Update x-popup-menu declarations.
16549
b16ff465
GM
16550 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16551 (list-load-path-shadows): Use dolist.
16552 (list-load-path-shadows): Use with-current-buffer.
16553
032c3399
JL
165542009-11-10 Juri Linkov <juri@jurta.org>
16555
16556 * minibuffer.el (read-file-name): Support a list of default values
16557 in `default-filename'. Use the first file name where only one
16558 element is required. Doc fix.
16559
8fb1629f
MA
165602009-11-09 Michael Albinus <michael.albinus@gmx.de>
16561
16562 * net/dbus.el (dbus-unregister-object): Release service, if no
16563 other method is registered for it.
16564
a51203ee 165652009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16566
16567 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16568 bookmark-sort-flag is non-nil (Bug#4653).
16569
9bf7dc8a
CY
165702009-11-08 Chong Yidong <cyd@stupidchicken.com>
16571
15207e74
CY
16572 * emulation/cua-base.el: Add CUA property to some CC mode commands
16573 (Bug#4100).
16574
8bf7ed70
KR
165752009-11-08 Kevin Ryde <user42@zip.com.au>
16576
16577 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16578 at end of sentence (Bug#4818).
8bf7ed70 16579
951802d0
CY
165802009-11-08 Jared Finder <jfinder@crypticstudios.com>
16581
16582 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16583 Handle "see declaration of" MSFT statements (Bug#4100).
16584
e8244310
MA
165852009-11-08 Michael Albinus <michael.albinus@gmx.de>
16586
16587 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16588 (tramp-advice-file-expand-wildcards): Unload via
16589 `ad-remove-advice'.
16590
16591 * net/trampver.el: Update release number.
16592
a51203ee 165932009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16594
16595 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16596 `ad-do-it'.
16597
a51203ee 165982009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16599
16600 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16601 in order to keep context in SELinux.
16602
bedd8a58
CY
166032009-11-08 Chong Yidong <cyd@stupidchicken.com>
16604
16605 * dired-aux.el (dired-query): Place cursor in echo area and allow
16606 C-g.
16607
16608 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16609 menu item if not on a directory (Bug#4701).
16610
0484d600
MA
166112009-11-07 Michael Albinus <michael.albinus@gmx.de>
16612
16613 Sync with Tramp 2.1.17.
16614
16615 * net/tramp.el (tramp-handle-copy-directory): Don't use
16616 `file-remote-p' (due to compatibility).
16617
16618 * net/tramp-compat.el (tramp-compat-copy-directory)
16619 (tramp-compat-delete-directory): New defuns.
16620
16621 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16622 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16623 Use `tramp-compat-delete-directory'.
0484d600
MA
16624
16625 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16626 (tramp-smb-handle-delete-directory):
16627 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16628
16629 * net/trampver.el: Update release number.
16630
b42b2189
CY
166312009-11-07 Chong Yidong <cyd@stupidchicken.com>
16632
6960d7b9
CY
16633 * tar-mode.el (tar-copy): Call write-region on the right buffer
16634 (Bug#4857).
16635
b42b2189
CY
16636 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16637 by hand, if necessary (Bug#4878).
16638
0ad57dfd
CY
166392009-11-06 Chong Yidong <cyd@stupidchicken.com>
16640
d19e23ae
CY
16641 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16642 align size column (Bug#4839).
16643
0ad57dfd
CY
16644 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16645 statement.
16646
0b7f397c
DN
166472009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16648
16649 * progmodes/ld-script.el (auto-mode-alist):
16650 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16651
16652 * cus-face.el (custom-declare-face): Purecopy face spec.
16653
495bd5ca
KH
166542009-11-06 Kenichi Handa <handa@m17n.org>
16655
16656 * international/uni-bidi.el: Re-generated.
16657 * international/uni-category.el: Re-generated.
16658 * international/uni-combining.el: Re-generated.
16659 * international/uni-mirrored.el: Re-generated.
16660
1e8780b1
DN
166612009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16662
16663 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16664 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16665 (tex-start-options, slitex-run-command, latex-run-command)
16666 (tex-run-command, tex-directory):
16667 * textmodes/ispell.el (ispell-html-skip-alists)
16668 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16669 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16670 (adaptive-fill-regexp):
16671 * textmodes/dns-mode.el (auto-mode-alist):
16672 * progmodes/python.el (interpreter-mode-alist):
16673 * progmodes/etags.el (tags-compression-info-list):
16674 * progmodes/etags.el (tags-file-name):
16675 * net/browse-url.el (browse-url-galeon-program)
16676 (browse-url-firefox-program):
16677 * mail/sendmail.el (mail-signature-file)
16678 (mail-citation-prefix-regexp):
16679 * international/mule-conf.el (eight-bit):
16680 * international/latexenc.el (latex-inputenc-coding-alist):
16681 * international/fontset.el (x-pixel-size-width-font-regexp):
16682 * emacs-lisp/warnings.el (warning-type-format):
16683 * emacs-lisp/trace.el (trace-buffer):
16684 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16685 (emacs-lisp-mode-map):
16686 * calendar/holidays.el (holiday-solar-holidays)
16687 (holiday-bahai-holidays, holiday-islamic-holidays)
16688 (holiday-christian-holidays, holiday-hebrew-holidays)
16689 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16690 (hebrew-holidays-1, holiday-oriental-holidays)
16691 (holiday-general-holidays):
16692 * x-dnd.el (x-dnd-known-types):
16693 * tool-bar.el (tool-bar):
16694 * startup.el (site-run-file):
16695 * shell.el (shell-dumb-shell-regexp):
16696 * rfn-eshadow.el (file-name-shadow-tty-properties)
16697 (file-name-shadow-properties):
16698 * paths.el (remote-shell-program, news-directory):
16699 * mouse.el ([C-down-mouse-3]):
16700 * menu-bar.el (menu-bar-tools-menu):
16701 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16702 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16703 (jka-compr-compression-info-list):
16704 * isearch.el (search-whitespace-regexp):
16705 * image-file.el (image-file-name-extensions):
16706 * find-dired.el (find-ls-option):
16707 * files.el (directory-listing-before-filename-regexp)
16708 (directory-free-space-args, insert-directory-program)
16709 (list-directory-brief-switches, magic-fallback-mode-alist)
16710 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16711 (automount-dir-prefix):
16712 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16713 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16714 (face-font-registry-alternatives, face-font-registry-alternatives)
16715 (face-font-family-alternatives):
16716 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16717 (facemenu-foreground-menu, facemenu-face-menu):
16718 * epa-hook.el (epa-file-name-regexp):
16719 * dnd.el (dnd-protocol-alist):
16720 * textmodes/rst.el (auto-mode-alist):
a51203ee 16721 * button.el (default-button): Purecopy strings.
1e8780b1 16722
0adae11f
GM
167232009-11-06 Glenn Morris <rgm@gnu.org>
16724
16725 * Makefile.in (ELCFILES): Update.
16726
2adaf057
SM
167272009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16728
8f72f03c
SM
16729 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16730 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16731
2adaf057
SM
16732 * nxml/xsd-regexp.el (xsdre-gen-categories):
16733 * nxml/xmltok.el (xmltok-parse-entity):
16734 * nxml/rng-parse.el (rng-parse-validate-file):
16735 * nxml/rng-maint.el (rng-format-manual)
16736 (rng-manual-output-force-new-line):
16737 * nxml/rng-loc.el (rng-save-schema-location-1):
16738 * nxml/rng-cmpct.el (rng-c-parse-file):
16739 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16740 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16741
14862301
SM
167422009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16743
bf0b361c 16744 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16745 Remove extra save-excursions and make-variable-buffer-local's.
16746 Suggested by Stefan Monnier.
16747
16748 (verilog-getopt-file, verilog-module-inside-filename-p)
16749 (verilog-set-define): Merge GNU 1.35 and repair changes from
16750 switching to using with-current-buffer.
16751
16752 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16753 being treated as a number and confusing AUTORESET.
16754 Reported by Dan Dever.
16755
16756 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16757 Add verilog-auto-ignore-concat to fix backward compatibility with
16758 older verilog-modes. Reported by Dan Katz.
16759
16760 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16761 containing closing anchors "...$".
16762
16763 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16764 Reported by Wade Smith.
16765
48c2d18a 16766 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16767
167682009-11-05 Michael McNamara <mac@mail.brushroad.com>
16769
bf0b361c
JB
16770 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16771 for labels.
14862301
SM
16772
16773 (verilog-label-re, verilog-calc-1): Support proper indent of named
16774 asserts.
16775
16776 (verilog-backward-token, verilog-basic-complete-re)
16777 (verilog-beg-of-statement, verilog-indent-re): Support proper
16778 indent of the assert statement at the beginning of a block of text.
16779
16780 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16781 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16782 tokens as begins.
16783
4f8f657f
GM
167842009-11-05 Glenn Morris <rgm@gnu.org>
16785
775adc51
GM
16786 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16787 Emacs 19. (Bug#1531)
16788 (byte-compile-fix-header): Update for the above change.
16789 Drop test for epoch::version.
16790
4ad6a5e7 16791 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16792 * cus-dep.el (custom-make-dependencies):
16793 * finder.el (finder-compile-keywords):
16794 Use autoload-rubric's feature argument.
4ad6a5e7 16795
4f8f657f
GM
16796 * calendar/diary-lib.el (top-level): Make load behave more like require.
16797
881e4184
GM
16798 * vc-git.el (vc-git-stash-map): Move definition before use.
16799
ba214964 168002009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16801
b6f8ba09
DN
16802 * custom.el (custom-declare-group): Purecopy standard-value.
16803 (custom-declare-group): Purecopy custom-prefix.
16804
7fdbcd83
SM
16805 * international/mule.el (load-with-code-conversion):
16806 Call do-after-load-evaluation unconditionally.
eb6f577b 16807
f6195dfb
DN
16808 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16809
56f14120
SM
168102009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16811
16812 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16813
e5c89ce9
GM
168142009-11-04 Glenn Morris <rgm@gnu.org>
16815
16816 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16817 (byte-compile-compatibility): Remove option.
16818 (byte-compile-close-variables, byte-compile-fix-header)
16819 (byte-compile-insert-header, byte-compile-output-docform)
16820 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16821 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16822 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16823 (byte-compile-insert, byte-compile-defun):
16824 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16825 (byte-defop-compiler19): Remove.
16826 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16827 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16828
e24f42ab
JL
168292009-11-04 Juri Linkov <juri@jurta.org>
16830
16831 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16832 (menu-bar-options-menu): Don't quote the `prop' arg of
16833 `menu-bar-make-mm-toggle'.
16834
d3d5f4f5
JB
168352009-11-04 Juanma Barranquero <lekktu@gmail.com>
16836
16837 * calendar/calendar.el (cal-loaddefs):
16838 * calendar/diary-lib.el (diary-loaddefs):
16839 * calendar/holidays.el (hol-loaddefs):
16840 * eshell/esh-module.el (esh-groups): Load rather than require.
16841
6e39d3b2
SM
168422009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16843
e96d62cd
SM
16844 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16845 point-min==1.
7e83e8b4
SM
16846 (todo-top-priorities): Only display-buffer when called interactively.
16847 (todo-item-start): Don't save excursion point.
16848 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16849 (todo-insert-item-here, todo-file-item, todo-remove-item):
16850 Adjust uses of todo-item-start and todo-item-end.
16851
fae4e5b9
SM
16852 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16853 (autoload-rubric): Don't use any more.
fae4e5b9 16854
6e39d3b2
SM
16855 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16856 and only put a prop if it is non-nil.
16857
c9753fb4
JL
168582009-11-03 Juri Linkov <juri@jurta.org>
16859
16860 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16861 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16862
16863 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16864 and "Menu" to make top-level menu item visually one unit (like
16865 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16866 multi-word menu items). Fix :help string for quit-window.
16867
db04f33f
GM
168682009-11-03 Glenn Morris <rgm@gnu.org>
16869
2aea6521
GM
16870 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16871 (byte-compile-file-form-define-abbrev-table)
16872 (byte-compile-file-form-custom-declare-variable)
16873 (byte-compile-variable-ref, byte-compile-defvar):
16874 Whether or not a warning is enabled should only affect whether we issue
16875 the warning, not whether or not we collect the relevant data.
16876 Eg warnings can be turned on and off throughout the course of a file.
16877
db04f33f
GM
16878 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16879 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16880
937e6a56
SM
168812009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16884 * play/mpuz.el (mpuz-create-buffer):
16885 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16886 (lm-print-y,s,noise, lm-print-w0, lm-init):
16887 * play/gomoku.el (gomoku-prompt-for-move):
16888 * play/fortune.el (fortune-in-buffer):
16889 * play/dissociate.el (dissociated-press):
16890 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16891 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16892 * mail/supercite.el (sc-eref-show):
16893 * mail/smtpmail.el (smtpmail-send-it):
16894 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16895 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16896 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16897 (rmail-summary-goto-msg, rmail-summary-expunge)
16898 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16899 (rmail-summary-add-label, rmail-summary-output-menu)
16900 (rmail-summary-output-body):
16901 * mail/rfc822.el (rfc822-addresses):
16902 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16903 * mail/mailpost.el (post-mail-send-it):
16904 * mail/hashcash.el (hashcash-generate-payment):
16905 * mail/feedmail.el (feedmail-run-the-queue)
16906 (feedmail-queue-send-edit-prompt-help-first)
16907 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16908 (feedmail-deduce-address-list):
16909 * eshell/esh-ext.el (eshell-remote-command):
16910 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16911 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16912 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16913 (viper-save-string-in-file, viper-valid-marker):
16914 * emulation/viper-keym.el (viper-toggle-key):
16915 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16916 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16917 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16918 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16919 (viper-exec-form-in-emacs, viper-brac-function):
16920 * emulation/viper.el (viper-delocalize-var):
16921 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16922 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16923 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16924 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16925 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16926 * emulation/edt.el (edt-electric-helpify):
16927 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16928 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16929 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16930 (cua-indent-to-global-mark-column):
16931 * calendar/diary-lib.el (calendar-mark-1):
16932 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16933 Use with-current-buffer.
16934 * emulation/viper.el (viper-delocalize-var): Use dolist.
16935
5b955562
CY
169362009-11-03 Chong Yidong <cyd@stupidchicken.com>
16937
16938 * comint.el (comint-replace-by-expanded-history-before-point):
16939 Replace !! with the previous input string literally (Bug#1795).
16940
6292c599
JB
169412009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16942
16943 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16944 to be made up of whitespace.
16945
8368c14e
CY
169462009-11-02 Chong Yidong <cyd@stupidchicken.com>
16947
16948 * minibuffer.el (read-file-name): Don't use file dialogs for
16949 remote directories (Bug#99).
16950
6f750f0d
CY
169512009-11-01 Chong Yidong <cyd@stupidchicken.com>
16952
16953 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16954
97ab3f47
AS
169552009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16956
16957 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16958 instead of deleting the window or frame.
16959
673c1168
CY
169602009-10-31 Chong Yidong <cyd@stupidchicken.com>
16961
16962 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16963 Support face colors.
16964
937e6a56
SM
16965 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16966 New function. Support face colors (Bug#1168).
673c1168
CY
16967 (tex-common-initialization): Use it.
16968
16969 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16970 mode allows it (Bug#1168).
16971
c9349f0a
CY
169722009-10-31 Juri Linkov <juri@jurta.org>
16973
16974 * facemenu.el (list-colors-display): Don't mark buffer as
16975 modified (Bug#3948).
16976
ebf5c4f5
CY
169772009-10-31 Chong Yidong <cyd@stupidchicken.com>
16978
6a7662bb
BR
16979 * international/mule-diag.el (list-character-sets-1):
16980 Minor message fix (Bug#3526).
5c2dce75 16981
6a7662bb
BR
16982 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16983 Fix face property (Bug#4834).
26581f0e
CY
16984 (etags-list-tags, etags-tags-apropos-additional)
16985 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16986 property.
16987
ebf5c4f5
CY
16988 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16989 items.
16990
9a529312
SM
169912009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * textmodes/two-column.el (2C-split):
16994 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16995 * textmodes/tex-mode.el (tex-set-buffer-directory):
16996 * textmodes/spell.el (spell-region, spell-string):
16997 * textmodes/reftex.el (reftex-erase-buffer):
16998 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16999 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17000 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17001 (reftex-select-item):
17002 * textmodes/reftex-ref.el (reftex-label-info-update)
17003 (reftex-offer-label-menu):
17004 * textmodes/reftex-index.el (reftex-index-change-entry)
17005 (reftex-index-phrases-info):
17006 * textmodes/reftex-global.el (reftex-create-tags-file)
17007 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17008 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17009 (reftex-view-crossref-from-bibtex):
17010 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17011 (reftex-extract-bib-entries-from-thebibliography)
17012 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17013 * textmodes/refbib.el (r2b-capitalize-title):
17014 (r2b-convert-buffer, r2b-help):
17015 * textmodes/page-ext.el (pages-directory)
17016 (pages-directory-goto-with-mouse):
17017 * textmodes/bibtex.el (bibtex-validate-globally):
17018 * textmodes/bib-mode.el (bib-capitalize-title):
17019 * textmodes/artist.el (artist-clear-buffer, artist-system):
17020 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17021 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17022 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17023 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17024 (xscheme-send-control-g-interrupt, xscheme-start-process)
17025 (xscheme-process-sentinel, xscheme-cd):
17026 * progmodes/verilog-mode.el (verilog-read-always-signals)
17027 (verilog-set-define, verilog-getopt-file)
17028 (verilog-module-inside-filename-p):
17029 * progmodes/sh-script.el:
17030 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17031 (python-pdbtrack-grub-for-buffer, python-execute-file):
17032 * progmodes/octave-inf.el (inferior-octave):
17033 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17034 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17035 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17036 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17037 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17038 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17039 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17040 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17041 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17042 (idlwave-shell-examine-display, idlwave-shell-run-region)
17043 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17044 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17045 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17046 (idlwave-help-get-help-buffer):
17047 * progmodes/gud.el (gud-basic-call, gud-find-class)
17048 (gud-tooltip-activate-mouse-motions-if-enabled):
17049 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17050 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17051 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17052 (ebrowse-tags-next-file):
17053 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17054 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17055 (ebnf-eps-finish-and-write):
17056 * progmodes/cpp.el (cpp-edit-save):
17057 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17058 * progmodes/cc-defs.el (c-emacs-features):
17059 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17060 (antlr-directory-dependencies):
17061 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17062 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17063 (ada-find-any-references, ada-make-filename-from-adaname)
17064 (ada-make-body-gnatstub):
17065 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17066 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17067 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17068 * net/rcirc.el (rcirc-debug):
17069 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17070 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17071 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17072 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17073 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17074 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17075 (newsticker--treeview-list-clear-highlight)
17076 (newsticker--treeview-list-update-highlight)
17077 (newsticker--treeview-list-highlight-start)
17078 (newsticker--treeview-tree-update-highlight)
17079 (newsticker--treeview-get-selected-item)
17080 (newsticker-treeview-mark-list-items-old)
17081 (newsticker--treeview-set-current-node):
17082 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17083 * net/newst-backend.el (newsticker--get-news-by-funcall)
17084 (newsticker--get-news-by-wget, newsticker--image-get)
17085 (newsticker--image-sentinel):
17086 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17087 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17088 (eudc-ph-close-session):
17089 * net/eudc.el (eudc-save-options):
17090 * language/thai-word.el (thai-update-word-table):
17091 * language/japan-util.el (japanese-string-conversion):
17092 * international/titdic-cnv.el (tsang-quick-converter)
17093 (ziranma-converter, ctlau-converter):
17094 * international/mule-cmds.el (describe-language-environment):
17095 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17096 (skkdic-convert-postfix, skkdic-convert-prefix):
17097 (skkdic-convert-okuri-nasi, skkdic-convert):
17098 * emacs-lisp/re-builder.el (reb-update-overlays):
17099 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17100 * emacs-lisp/gulp.el (gulp-send-requests):
17101 * emacs-lisp/find-gc.el (trace-call-tree):
17102 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17103 (eieio-describe-generic):
17104 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17105 * emacs-lisp/edebug.el (edebug-outside-excursion):
17106 * emacs-lisp/debug.el (debugger-make-xrefs):
17107 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17108 * emacs-lisp/chart.el (chart-new-buffer):
17109 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17110 Use with-current-buffer.
17111 * textmodes/artist.el (artist-system): Don't call
17112 copy-sequence on a fresh string.
17113 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17114
d566f228
GM
171152009-10-31 Stephen Berman <stephen.berman@gmx.net>
17116
17117 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17118 is no item to edit. (Bug#4820)
d566f228 17119 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17120 buffer. (Bug#4820)
d566f228 17121
f3628edd
GM
171222009-10-31 Glenn Morris <rgm@gnu.org>
17123
5cf3709c
GM
17124 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17125 (comint-last-output-start, comint-last-input-start)
17126 (comint-last-input-end): Don't defvar when compiling.
17127 (ange-ftp-process-file): Use bound-and-true-p.
17128
4c814fd2
GM
17129 * pcmpl-rpm.el (top-level): Move provide statement to end.
17130 (pcmpl-rpm): Remove unused custom group.
17131
113b8dcc
GM
17132 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17133
31c615e4
GM
17134 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17135
416d3588
GM
17136 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17137 (byte-compile-warnings): Add `constants' as an option.
17138 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17139 (display-call-tree): Update for byte-compile-fdefinition possibly
17140 returning `(macro lambda ...)'. (Bug#4778)
17141 (byte-compile-variable-ref, byte-compile-setq-default):
17142 Respect `constants' member of byte-compile-warnings.
17143
00f71f39
SM
171442009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17145
17146 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17147 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17148 to "submit:".
17149
ca0a881a
DN
171502009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17151
17152 * textmodes/ispell.el (ispell-skip-region-alist):
17153 * international/mule-conf.el (eight-bit):
17154 * international/fontset.el (font-encoding-alist):
17155 * startup.el (pure-space-overflow-message):
17156 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17157 * paths.el (gnus-nntp-service, rmail-spool-directory)
17158 (term-file-prefix):
17159 * files.el (save-some-buffers-action-alist):
17160 * cmuscheme.el (same-window-buffer-names):
17161 * ielm.el (same-window-buffer-names):
17162 * shell.el (same-window-buffer-names):
17163 * mail/sendmail.el (same-window-buffer-names):
17164 * progmodes/inf-lisp.el (same-window-buffer-names):
17165 * bindings.el (mode-line-client)
17166 (mode-line-column-line-number-mode-map):
17167 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17168 (tibetan-precomposed-regexp): Purecopy string arguments.
17169
b861e45e
SM
171702009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17171
6df9b6d7
SM
17172 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17173 (calcDigit-nondigit):
17174 * calc/calc-yank.el (calc-copy-to-buffer):
17175 * calc/calc-units.el (calc-invalidate-units-table):
17176 * calc/calc-trail.el (calc-trail-yank):
17177 * calc/calc-store.el (calc-insert-variables):
17178 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17179 * calc/calc-prog.el (calc-read-parse-table):
17180 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17181 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17182 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17183 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17184 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17185 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17186 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17187 * calc/calc-ext.el (calc-realign):
17188 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17189 (calc-embedded-finish-edit, calc-embedded-make-info)
17190 (calc-embedded-finish-command, calc-embedded-stack-change):
17191 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17192
70f44c65
SM
17193 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17194 shell-dynamic-complete-filename in preference to
17195 comint-dynamic-complete-filename.
17196
b861e45e
SM
17197 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17198 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17199 Don't consider whether the display supports colors.
17200 (bookmark-import-new-list): Use dolist.
17201 (bookmark-bmenu-mode-map): Move initialization into declaration.
17202 (bookmark-bmenu-list): Use dolist, simplify.
17203 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17204 (menu-bar-final-items): Use push.
17205
8549241d 172062009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17207
17208 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17209 it works on remote files.
17210 (vc-hg-diff): Don't pass any `--cwd' argument.
17211
30644573
KR
172122009-10-27 Kevin Ryde <user42@zip.com.au>
17213
cc63d28f
SM
17214 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17215 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17216 (Further to Bug#3921).
17217
9be01a63
MA
172182009-10-27 Michael Albinus <michael.albinus@gmx.de>
17219
17220 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17221 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17222 calling `tramp-imap-put-file'. Add file size to the call.
17223 (tramp-imap-get-file-entries): Compute also user name, file size,
17224 and date.
17225 (tramp-imap-handle-insert-directory): Insert uid and gid.
17226 (tramp-imap-handle-file-attributes): Transform uid and gid
17227 according to `id-format'.
17228 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17229 size in header X-Size.
17230
41849bf9
JB
172312009-10-26 Juanma Barranquero <lekktu@gmail.com>
17232
17233 * simple.el (transpose-subr): Give clearer error when the mark
17234 is not set. (Bug#4807)
17235
293c24f9
MA
172362009-10-26 Michael Albinus <michael.albinus@gmx.de>
17237
cc63d28f
SM
17238 * net/tramp.el (tramp-perl-file-truename): New defconst.
17239 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17240 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17241 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17242 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17243
cc63d28f
SM
17244 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17245 Ignore `dired-call-process'.
293c24f9
MA
17246 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17247
172482009-10-26 Julian Scheid <julians37@gmail.com>
17249
cc63d28f 17250 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17251 (tramp-get-remote-readlink): New defun.
17252 (tramp-handle-file-truename): Use it.
17253 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17254 file exists if cache value present.
48c2d18a 17255 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17256 (tramp-handle-file-readable-p): Use it.
17257 (tramp-handle-file-writable-p): Likewise.
17258 (tramp-handle-file-executable-p): Likewise.
17259 (tramp-handle-file-name-all-completions): Try using Perl to get
17260 partial completions. When perl not available, combine `cd' and
17261 `ls' into single remote operation and use shell expansion to get
17262 partial remote directory contents. Set `file-exists-p' cache for
17263 directory and any files returned by ls. Change cache handling to
17264 support partial directory contents. Use error message emitted by
17265 remote `cd' or Perl code for local tramp-error.
17266 (tramp-do-copy-or-rename-file-directly): Avoid separate
17267 tramp-send-command-and-check call.
cc63d28f
SM
17268 (tramp-handle-process-file): Merge three remote ops into one.
17269 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17270 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17271 file-attributes shows uid/gid to be set already.
17272
a7610c52
DN
172732009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17274
17275 * textmodes/tex-mode.el (tex-dvi-view-command)
17276 (tex-show-queue-command, tex-open-quote):
17277 * progmodes/ruby-mode.el (auto-mode-alist)
17278 (interpreter-mode-alist): Purecopy strings.
17279
17280 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17281
17282 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17283 string for the hook, keymap and abbrev table.
17284
17285 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17286
17287 * x-dnd.el (x-dnd-xdnd-to-action):
17288 * startup.el (fancy-startup-text, fancy-about-text): Change to
17289 defconst from defvar.
17290
17291 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17292
17293 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17294 Purecopy initialization strings.
17295
17296 * mail/sendmail.el (mail-header-separator)
17297 (mail-personal-alias-file):
17298 * mail/rmail.el (rmail-default-dont-reply-to-names)
17299 (rmail-ignored-headers, rmail-retry-ignored-headers)
17300 (rmail-highlighted-headers, rmail-secondary-file-directory)
17301 (rmail-secondary-file-regexp):
17302 * files.el (null-device, file-name-invalid-regexp)
17303 (locate-dominating-stop-dir-regexp)
cc63d28f 17304 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17305 (interpreter-mode-alist): Use mapcar instead of mapc.
17306
17307 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17308
17309 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17310 (completion-ignored-extensions):
17311 (debug-ignored-errors): Purecopy strings.
17312
4fcc3d32
SM
173132009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17314
0667de21
SM
17315 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17316 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17317 (pcomplete--here): Use push.
17318
4fcc3d32
SM
17319 * subr.el (all-completions): Declare the 4th arg obsolete.
17320
955ef430
SM
173212009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17322
2d085307
SM
17323 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17324 (pcomplete-unquote-argument): New function.
17325 (pcomplete--common-suffix): Always pay attention to case.
17326 (pcomplete--table-subvert): Quote and unquote the text.
17327 (pcomplete--common-quoted-suffix): New function.
17328 (pcomplete-std-complete): Use it and pcomplete-begin.
17329
955ef430
SM
17330 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17331 we're inside a dedicated or minibuffer window.
17332
7c85c02b
KF
173332009-10-24 Karl Fogel <kfogel@red-bean.com>
17334
17335 * bookmark.el: Update documentation, especially documentation
17336 of `bookmark-alist' and of the bookmark file format.
17337 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17338
3e8ae8a6
CY
173392009-10-24 Chong Yidong <cyd@stupidchicken.com>
17340
3e425845
CY
17341 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17342 keybindings apply to the mail buffer (Bug#4003). Shrink help
17343 window to buffer.
17344
cdd47d48
CY
17345 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17346 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17347 (whitespace-toggle-options, global-whitespace-toggle-options):
17348 Doc fix (Bug#3660).
cdd47d48 17349
ba07c9ad
CY
17350 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17351 of xmltok-start before the end tag was inserted (Bug#2840).
17352
3e8ae8a6
CY
17353 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17354 patterns that are preceded by an open-paren (Bug#1320).
17355
ab276820
CY
173562009-10-24 Sven Joachim <svenjoac@gmx.de>
17357
17358 * files.el (delete-directory): Delete symlinks to directories with
17359 delete-file (Bug#4739).
17360
905a9ed3
DN
173612009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17362
a9a2a6db
DN
17363 * vc.el (vc-backend-for-registration): Rename from
17364 vc-get-backend-for-registration. Update callers.
17365
cc63d28f
SM
17366 * international/mule-cmds.el (set-language-info-alist):
17367 Purecopy lang-env.
905a9ed3
DN
17368 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17369 (charset): Purecopy the name.
17370 (define-char-code-property): Purecopy string arguments.
17371
17372 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17373 Purecopy string arguments.
17374
17375 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17376 * ediff-hook.el (menu-bar-ediff-menu):
17377 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17378 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17379
d270305a
GM
173802009-10-24 Glenn Morris <rgm@gnu.org>
17381
6c74d523 17382 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17383 * term.el (term-dynamic-list-completions): Use choose-completion rather
17384 than obsolete alias mouse-choose-completion.
17385
ae732337
GM
17386 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17387 file-cache-choose-completion.
17388 (file-cache-choose-completion): Handle an optional event argument.
17389 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17390
cc63d28f
SM
17391 * progmodes/octave-mod.el (octave-complete-symbol):
17392 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17393
9847dc91
GM
17394 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17395 use.
17396
e8f2a5d5
GM
17397 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17398 compiler.
17399
d270305a
GM
17400 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17401
c6432f1e
SM
174022009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17403
17404 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17405 Ignore `pred' now that we receive one.
17406 Handle test-completion specially.
17407
6ab196f9
DN
174082009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17409
17410 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17411 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17412 REGISTER ...
17413 (vc-get-backend-for-registration): ... here. New function.
17414 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17415 of vc-responsible-backend, pass the file name instead of the
17416 directory name.
17417
48feed59
SM
174182009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17419
17420 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17421 New funs.
17422 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17423 (pcomplete-comint-setup): Don't modify a global var via
17424 accidental side-effects.
17425 (pcomplete-shell-setup): Adjust call accordingly.
17426 (pcomplete-parse-comint-arguments): Use push.
17427
00006066
CY
174282009-10-23 Chong Yidong <cyd@stupidchicken.com>
17429
36bfa3af
CY
17430 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17431 Allow uncapitalized info node names (Bug#3921).
17432
00006066
CY
17433 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17434 to the DEBUG file (Bug#3781).
17435
aa311d6e
CY
174362009-10-23 Jari Aalto <jari.aalto@cante.net>
17437
17438 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17439 dictionary entry (Bug#4579).
17440
b88f2d0a
MA
174412009-10-23 Michael Albinus <michael.albinus@gmx.de>
17442
17443 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17444 from `rfn-eshadow-update-overlay-hook' when unloading.
17445 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17446 "rsyncc". Adjust doc string.
48c2d18a 17447 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17448 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17449 Keep temporary file when indicated by method ("rsync" and
17450 "rsyncc").
17451 (tramp-handle-write-region): Handle APPEND.
17452 (tramp-delete-temp-file-function): New defun. Added to
17453 `kill-buffer-hook'.
17454
1becddbb
JB
174552009-10-23 Juanma Barranquero <lekktu@gmail.com>
17456
17457 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17458
8f43cbf3
DN
174592009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17460
17461 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17462 (color-name-rgb-alist, tty-standard-colors)
17463 (tty-color-mode-alist): Change to defconst.
17464
17465 * simple.el (mark-inactive): Purecopy message.
17466
17467 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17468 (global-map, yank-menu):
17469 * textmodes/ispell.el (ispell-menu-map):
17470 * net/eudc.el (eudc-tools-menu):
17471 * international/mule-cmds.el (describe-language-environment-map)
17472 (setup-language-environment-map, set-coding-system-map)
17473 (mule-menu-keymap):
17474 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17475 * replace.el (occur-mode-map):
17476 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17477
1d228a31
JB
174782009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17479
6a7662bb
BR
17480 * calc/calc.el (math-read-number, math-read-number-simple):
17481 Use `save-match-data'.
1d228a31 17482
3b067af1
SM
174832009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17484
28a90c44
SM
17485 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17486 rather than fiddling with global-map bindings, since it should only
17487 affect per-terminal settings.
17488 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17489
a452eee8
SM
17490 * minibuffer.el (completion-table-with-terminator): Allow to specify
17491 the terminator-regexp.
17492
ab14d7d5
SM
17493 * simple.el (switch-to-completions): Look for *Completions* in other
17494 frames as well.
17495
3b067af1
SM
17496 * pcomplete.el: Allow the use of completion-tables.
17497 (pcomplete-std-complete): New command.
17498 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17499 (pcomplete--here): Use a function for `form' rather than an expression,
17500 so it can be byte-compiled.
17501 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17502 Add edebug declaration.
17503 (pcomplete-show-completions): Remove unused var `curbuf'.
17504 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17505 Don't assume `completions' is a list of strings any more.
3b067af1 17506
5480359e
JB
175072009-10-22 Juanma Barranquero <lekktu@gmail.com>
17508
17509 * find-dired.el (find-name-arg): Fix typo in docstring.
17510
3170b794
SM
175112009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17512
48c23a25
SM
17513 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17514 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17515
56b14058
SM
17516 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17517 pcomplete-entries.
17518
3170b794
SM
17519 * comint.el (comint-read-input-ring, comint-write-input-ring)
17520 (comint-substitute-in-file-name)
17521 (comint-dynamic-complete-as-filename)
17522 (comint-dynamic-simple-complete)
17523 (comint-dynamic-list-filename-completions)
17524 (comint-dynamic-list-completions)
17525 (comint-redirect-results-list-from-process): Minor simplifications.
17526
2affef34
KR
175272009-10-21 Kevin Ryde <user42@zip.com.au>
17528
3170b794
SM
17529 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17530 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17531 the first form. And insert a blank line after ";;; Code" since
d8194864 17532 that's usual style. (Bug#4612)
2affef34 17533
e7b94bbb
KR
17534 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17535
528c56e2
SM
175362009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * minibuffer.el (completion-table-with-terminator): Properly implement
17539 boundaries, in case `terminator' appears in the suffix.
17540 (completion--embedded-envvar-table): Don't return boundaries if
17541 there's no valid completion. Simplify.
17542 (completion-file-name-table): New completion table extracted from
17543 completion--file-name-table.
17544 (completion--file-name-table): Use it.
17545 (read-file-name-predicate): Declare obsolete.
17546 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17547 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17548 completion-file-name-table, and use the `pred' argument.
17549 * files.el (locate-file-completion-table): Use the `pred' arg rather
17550 than read-file-name-predicate.
17551 (abbreviate-file-name): Use \` rather than ^ for BOS.
17552
f9ed9b4f
DN
175532009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17554
17555 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17556 vc-responsible-backend to register, it causes problems.
17557
5f2022a3
SM
175582009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17561
fc754ea1
MA
175622009-10-21 Michael Albinus <michael.albinus@gmx.de>
17563
17564 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17565 (tramp-smb-handle-file-attributes): Use it.
17566 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17567 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17568 `mapcar'. Use `tramp-smb-get-stat-capability'.
17569 Add `dired-filename' text properties.
fc754ea1
MA
17570 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17571 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17572 version.
17573
79bd5ba1
SM
175742009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * subr.el (read-key-delay): Reduce to 0.01.
17577 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17578 (bug#4751).
17579
3c13704d
SM
175802009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17581
554efd10
SM
17582 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17583
c2a37b78
SM
17584 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17585 (Info-menu): Remove unused vars `last' and `completions'.
17586 (Info-index-nodes): Remove unused var `node'.
17587
3c13704d
SM
17588 * info.el (Info-complete-menu-item): Use complete-with-action.
17589
d1e4c403
DN
175902009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17591
17592 Make vc-annotate work through copies and renames.
3c13704d
SM
17593 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17594 Return the file name too.
d1e4c403
DN
17595 (vc-annotate-revision-at-line)
17596 (vc-annotate-find-revision-at-line)
17597 (vc-annotate-revision-previous-to-line)
17598 (vc-annotate-show-log-revision-at-line): Update to get the file
17599 name from vc-annotate-extract-revision-at-line.
17600 (vc-annotate-show-diff-revision-at-line-internal): Change the
17601 argument to mean whether to show a file diff or not. Get the file
17602 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17603 (vc-annotate-show-diff-revision-at-line):
17604 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17605 (vc-annotate-warp-revision): Add an optional file argument.
17606
17607 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17608 (vc-git-annotate-extract-revision-at-line): Also return the file
17609 name if found.
17610
17611 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17612 command. Remove unused code.
17613 (vc-hg-annotate-re): Update to match --follow output.
17614 (vc-hg-annotate-extract-revision-at-line): Also return the file
17615 name if found.
17616
17617 * vc.el: Update annotate-extract-revision-at-line documentation.
17618
b0b0ef98
KR
176192009-10-18 Kevin Ryde <user42@zip.com.au>
17620
17621 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17622 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17623
a9e7f03d
KR
17624 * net/browse-url.el (browse-url): Identify alist with "consp and
17625 not functionp" and let all other things go down the `apply' leg,
17626 as suggested by Stefan. (Further to bug#4531.)
17627
7346a407
CY
176282009-10-18 Chong Yidong <cyd@stupidchicken.com>
17629
17630 * minibuffer.el (read-file-name): Check for repeat before putting
17631 a default argument in file-name-history (Bug#4657).
17632
17633 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17634 read syntax (Bug#4737).
17635
3c13704d 17636 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17637
1da94541
CY
176382009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17639
17640 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17641 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17642 entries and make note of obsolete tags.
17643
2b93080a
SM
176442009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17645
17646 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17647
18b5ffb5
GM
176482009-10-18 Glenn Morris <rgm@gnu.org>
17649
17650 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17651 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17652 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17653 now, and in any case the file header format has changed.
17654
c2e161b2
GM
176552009-10-17 Glenn Morris <rgm@gnu.org>
17656
17657 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17658 (flyspell-get-word, flyspell-large-region)
17659 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17660
a1eb44f5
CY
176612009-10-17 Chong Yidong <cyd@stupidchicken.com>
17662
17663 * Makefile.in (ELCFILES): Add ede/shell.
17664
4418646e
DN
176652009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17666
17667 * term/common-win.el (x-colors): Purecopy it.
17668
4062011e
SM
176692009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17670
17671 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17672 permissive for when the buffer is empty.
17673 (tar-header-block-tokenize): Decode the username and groupname.
17674 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17675
b0b111c3
JB
176762009-10-17 Eric Ludlam <zappo@gnu.org>
17677
17678 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17679 contains multibyte characters, choose first applicable coding
17680 system automatically.
17681
2df48a87
SM
176822009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * international/mule-cmds.el (select-safe-coding-system): If the file
17685 has a coding cookie, use it regardless of any other setting (bug#4712).
17686
fd7dd48c
GM
176872009-10-17 Glenn Morris <rgm@gnu.org>
17688
3ee0b477 17689 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17690 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17691
2550e4b1
GM
17692 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17693 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17694 (dired-keep-marker-symlink, dired-dwim-target)
17695 (dired-copy-preserve-time): Do not autoload these defcustoms.
17696
fd7dd48c
GM
17697 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17698 messages from messing up the file coding. (Bug#4623)
17699
f3e3a990
GM
177002009-10-17 Jari Aalto <jari.aalto@cante.net>
17701
17702 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17703 if no match is found for the current dictionary. (Bug#4578)
17704
17705 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17706 optional, since that is how it is documented, and this is often called
17707 with a nil argument. (Bug#4577)
17708 (flyspell-external-point-words, flyspell-auto-correct-word)
17709 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17710 (flyspell-word-search-backward): Remove nil argument in calls to
17711 flyspell-get-word, since it is not needed now.
17712
177132009-10-17 Ulrich Mueller <ulm@gentoo.org>
17714
1becddbb 17715 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17716
b61374ab
GM
177172009-10-16 Glenn Morris <rgm@gnu.org>
17718
17719 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17720
412707c2
SM
177212009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17722
17723 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17724 (ange-ftp-file-size): New function.
17725 (ange-ftp-file-attributes): Use it.
17726
0c6f436e
MA
177272009-10-16 Michael Albinus <michael.albinus@gmx.de>
17728
17729 * net/tramp-smb.el (tramp-smb-version): New defvar.
17730 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17731 repeated checks.
17732
850bfd04
GM
177332009-10-16 Glenn Morris <rgm@gnu.org>
17734
17735 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17736 Maybe copy some custom properties from old to new name. (Bug#4706)
17737
f3ed9aca
JB
177382009-10-16 Juanma Barranquero <lekktu@gmail.com>
17739
17740 * subr.el (error, sit-for, start-process-shell-command)
17741 (start-file-process-shell-command): Set the calling convention
17742 after the function definition.
17743
fd6c5134
SM
177442009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * subr.el (error, sit-for, start-process-shell-command)
17747 (start-file-process-shell-command): Use the new
17748 set-advertised-calling-convention feature.
17749
73874eb7
KH
177502009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17751
fd6c5134
SM
17752 * international/ucs-normalize.el (ucs-normalize-version):
17753 Change to 1.2.
17754 (check-range): Adjust for Unicode 5.2.
73874eb7 17755
03fb33cf
JL
177562009-10-15 Juri Linkov <juri@jurta.org>
17757
17758 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17759 to the `menu-item' format.
17760
4260b402
MA
177612009-10-15 Michael Albinus <michael.albinus@gmx.de>
17762
17763 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17764 if the environment variable does not exist.
17765
17766 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17767 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17768 parameter.
17769 (tramp-smb-handle-add-name-to-file)
17770 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17771 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17772 (tramp-smb-handle-file-attributes)
17773 (tramp-smb-do-file-attributes-with-stat)
17774 (tramp-smb-handle-file-local-copy)
17775 (tramp-smb-handle-insert-directory)
17776 (tramp-smb-handle-make-directory)
17777 (tramp-smb-handle-make-directory-internal)
17778 (tramp-smb-handle-make-symbolic-link)
17779 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17780 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17781 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17782 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17783 Handle long file names.
17784 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17785 process is running.
17786 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17787 Read share names with "-g" option.
17788
d7a0fd6f
GM
177892009-10-15 Ryan Yeske <rcyeske@gmail.com>
17790
17791 * net/rcirc.el (rcirc-view-log-file): New command.
17792 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17793 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17794 specified.
17795
0b44494a
GM
177962009-10-15 Glenn Morris <rgm@gnu.org>
17797
af9fb32f
GM
17798 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17799 from the second command-line argument.
17800 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17801 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17802 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17803 w32-batch-update-autoloads.
17804 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17805 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17806
0b44494a
GM
17807 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17808 the headers cannot be located. Simplify, subtracting superflous
17809 save-excursions.
17810
d5e63715
SM
178112009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 Replace completion-base-size by completion-base-position to fix bugs
17814 such as (bug#4699).
17815 * simple.el (completion-base-position): New var.
17816 (completion-base-size): Mark as obsolete.
17817 (choose-completion): Make it work for mouse events as well.
17818 Pass the new base-position to choose-completion-string.
17819 (choose-completion-guess-base-position): New function, extracted from
17820 choose-completion-delete-max-match.
17821 (choose-completion-delete-max-match): Use it. Make obsolete.
17822 (choose-completion-string): Use the new base-position info.
17823 (completion-root-regexp): Delete.
17824 (completion-setup-function): Preserve completion-base-position.
17825 Eliminate obsolete base-size manipulation.
17826 * minibuffer.el (display-completion-list): Don't mess with base-size.
17827 (minibuffer-completion-help): Set completion-base-position instead.
17828 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17829 choose-completion.
17830 * textmodes/bibtex.el (bibtex-complete):
17831 * emacs-lisp/crm.el (crm--choose-completion-string):
17832 Adjust to new calling convention.
17833 * complete.el (partial-completion-mode): Use minibufferp to avoid
17834 bumping into incompatible change to choose-completion-string-functions.
17835 * ido.el (ido-choose-completion-string): Make its calling convention
17836 more permissive.
17837 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17838 base-size manipulation.
17839 (comint-dynamic-list-input-ring): Use dotimes and push.
17840 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17841 fundamental-mode. Use `or'.
17842
92f8bfc7
JL
178432009-10-14 Juri Linkov <juri@jurta.org>
17844
17845 * misearch.el (multi-isearch-next-buffer-from-list)
17846 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17847
e78e280d
SM
178482009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17849
384ca163
SM
17850 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17851 `bytecomp.el'.
17852
681e0e7c
SM
17853 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17854 string we return is all made up of text from the completions rather
17855 than part from the completions and part from the input (bug#4219).
17856
e78e280d
SM
17857 * ido.el (ido-everywhere): Use define-minor-mode.
17858
17859 * buff-menu.el (list-buffers, ctl-x-map):
17860 Mark the entry points with ;;;###autoload cookies.
17861
b4e813ca
DN
178622009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17863
52964e54
DN
17864 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17865 correctly in the detached head case.
17866 (vc-git-print-log): Remove unused binding.
17867
b4e813ca
DN
17868 * vc.el (vc-responsible-backend): When a directory is passed for
17869 for registration create a VC repository if no backend is
17870 responsible for the directory argument.
17871 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17872
17873 * vc.el: Move comments about RCS and SCCS ...
17874 * vc-rcs.el:
17875 * vc-sccs.el: ... here, respectively.
17876
40ba9882
SM
178772009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17878
17879 * minibuffer.el (completion--file-name-table): Return nil if there's
17880 no file completion, even if substitute-in-file-name changed
17881 the string (bug#4708).
17882
04e0f59b
JL
178832009-10-13 Juri Linkov <juri@jurta.org>
17884
17885 * files-x.el (read-file-local-variable-value): Don't filter out
17886 minor modes from mode name completion (bug#4664).
17887
314c8e25
JB
178882009-10-13 Juanma Barranquero <lekktu@gmail.com>
17889
17890 * international/mule-cmds.el (ucs-names): Remove exclusion of
17891 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17892
5c9b7d36
KH
178932009-10-13 Kenichi Handa <handa@m17n.org>
17894
17895 * international/uni-name.el: Regenerated.
17896
1e7a80f2
JB
178972009-10-13 Juanma Barranquero <lekktu@gmail.com>
17898
17899 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17900 should be automatically buffer-local, but isn't.)
17901
cd29f88b
SS
179022009-10-12 Sam Steingold <sds@gnu.org>
17903
17904 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17905 timestamps if the buffer has been visited before.
0cd16af4
SS
17906 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17907 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17908
37493a98
GM
179092009-10-12 Glenn Morris <rgm@gnu.org>
17910
17911 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17912 Let-bind `size'.
17913
3b56b1e6
JB
179142009-10-12 Juanma Barranquero <lekktu@gmail.com>
17915
7422a4bb
JB
17916 * proced.el (proced-unload-function): New function.
17917
fa72d075
JB
17918 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17919 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17920 Doc fix.
17921
3b56b1e6
JB
17922 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17923
4d9b4323
JL
179242009-10-11 Juri Linkov <juri@jurta.org>
17925
17926 * files-x.el (read-file-local-variable-value):
17927 Provide default value only for bound variables (bug#4664).
17928
f6f7e059
MA
179292009-10-11 Michael Albinus <michael.albinus@gmx.de>
17930
17931 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17932 connection methods like smb.
17933
17934 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17935 can be empty.
17936
17937 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17938 (tramp-smb-file-name-handler-alist): Add handlers for
17939 `add-name-to-file', `make-symbolic-link'.
17940 (tramp-smb-handle-add-name-to-file)
2992485f 17941 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17942 (tramp-smb-handle-make-symbolic-link)
17943 (tramp-smb-get-cifs-capabilities): New defuns.
17944 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17945 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17946 (tramp-smb-handle-file-local-copy)
17947 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17948 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17949 The file name syntax depends on cifs capabilities.
17950 (tramp-smb-handle-file-attributes):
17951 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17952 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17953 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17954
67868d26
CY
179552009-10-11 Chong Yidong <cyd@stupidchicken.com>
17956
17957 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17958 (eieio-defclass): Apply deftype handler and setf-method properties
17959 directly.
17960 (eieio-add-new-slot): Avoid union function from cl library.
17961 (eieio--typep): New function.
17962 (eieio-perform-slot-validation): Use it.
17963
6d6a5b7e
KF
179642009-10-10 Karl Fogel <kfogel@red-bean.com>
17965
3b56b1e6 17966 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17967 Update documentation to refer to the variables documented in r1.135.
17968 (Bug#4188)
17969
67b70de9
KF
179702009-10-10 Karl Fogel <kfogel@red-bean.com>
17971
17972 * bookmark.el (Info-suffix-list): Remove this unused variable.
17973 (bookmark-current-point): Remove this obsolete variable.
17974 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17975 Adjust for removal of bookmark-current-point.
17976
17977 (bookmarks-already-loaded, bookmark-current-buffer)
17978 (bookmark-yank-point): Document. (Bug#4188)
17979
58ae51ae
GM
179802009-10-10 Glenn Morris <rgm@gnu.org>
17981
4619ff5e
GM
17982 * frame.el (frame-height): Doc fix.
17983
58ae51ae
GM
17984 * calendar/calendar.el (calendar-split-width-threshold): New option.
17985 (calendar-basic-setup): Use calendar-split-width-threshold.
17986
d364386c
JB
179872009-10-09 Juanma Barranquero <lekktu@gmail.com>
17988
17989 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17990 Ideographic Supplement" range (U+1F200..U+1F2FF).
17991
33e97a28
KF
179922009-10-09 Karl Fogel <kfogel@red-bean.com>
17993
02d0f051 17994 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17995 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17996
179972009-10-09 Karl Fogel <kfogel@red-bean.com>
17998
d364386c 17999 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18000 (bookmark-bmenu-execute-deletions): Don't save here, as
18001 bookmark-delete will now do so if necessary.
d364386c 18002 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18003 (Bug#4348)
18004
9656d87b
GM
180052009-10-09 Glenn Morris <rgm@gnu.org>
18006
18007 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18008
e6227f06
KF
180092009-10-09 Karl Fogel <kfogel@red-bean.com>
18010
18011 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18012 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18013 argument now, so the two function's behaviors will match. (Bug#3645)
18014
288f783b
MA
180152009-10-08 Michael Albinus <michael.albinus@gmx.de>
18016
18017 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18018 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18019 Apply `save-match-data'.
288f783b
MA
18020
18021 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18022 case both directories are remote.
18023 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18024 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18025
872a1ea4
JB
180262009-10-07 Juanma Barranquero <lekktu@gmail.com>
18027
18028 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18029
ab2baced
GM
180302009-10-07 Glenn Morris <rgm@gnu.org>
18031
e78e280d
SM
18032 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18033 of concat.
ab2baced 18034
5c4634c1
SM
180352009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * files-x.el (read-file-local-variable): Include some
18038 non-user-variables in the completion table (bug#4664).
18039
c2dc9732
MA
180402009-10-07 Michael Albinus <michael.albinus@gmx.de>
18041
18042 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18043 message.
18044
18045 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18046 (tramp-smb-file-name-handler-alist): Add handler for
18047 `copy-directory', `expand-file-name', `set-file-modes'.
18048 (tramp-smb-handle-copy-directory)
18049 (tramp-smb-handle-expand-file-name)
18050 (tramp-smb-handle-set-file-modes): New defuns.
18051 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18052 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18053 entry.
18054 (tramp-smb-handle-insert-directory): Don't flush the cache.
18055 (tramp-smb-maybe-open-connection): Check for samba client and
18056 server versions.
18057
11be40a6
EZ
180582009-10-07 Eli Zaretskii <eliz@gnu.org>
18059
18060 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18061 to not error out of search for "^lisp=" fails.
18062
8c4afe20
JB
180632009-10-07 Juanma Barranquero <lekktu@gmail.com>
18064
18065 * makefile.w32-in (WINS_UPDATES): New macro.
18066 (custom-deps, finder-data, autoloads): Use it.
18067
429a1506
GM
180682009-10-07 Glenn Morris <rgm@gnu.org>
18069
ee2e93e2
GM
18070 * Makefile.in (autoloads): Revert previous change.
18071 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18072 the list of preloaded files passed on the command-line, get
18073 it from src/Makefile.
18074
429a1506
GM
18075 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18076 show the original buffer rather than a random one.
18077
a51203ee 180782009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18079
18080 * help.el (describe-no-warranty): Place point in a slightly better
18081 position in the GPLv3 text.
18082
f58f7520
SS
180832009-10-06 Sam Steingold <sds@gnu.org>
18084
18085 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18086 the comm attribute is present before calling regexp-quote.
18087
bde79dc0
JB
180882009-10-06 Juanma Barranquero <lekktu@gmail.com>
18089
18090 * play/animate.el (animate-string): For good effect, make sure
18091 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18092
18093 * play/animate.el (animate-sequence, animate-birthday-present):
18094 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18095
25ab0302
GM
180962009-10-06 Glenn Morris <rgm@gnu.org>
18097
73fe714a
GM
18098 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18099
3405d98c
GM
18100 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18101 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18102 (batch-update-autoloads): Process a string value of autoload-excludes,
18103 set during the build process.
18104 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18105
9fb2cdc5
GM
18106 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18107 inside with-parsed... macro so that `v' is defined.
18108
7938ab41
GM
18109 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18110 * progmodes/fortran.el (fortran-end-of-block)
18111 (fortran-beginning-of-block):
18112 Also push mark in the macro case.
18113
eaf9b564
GM
18114 * emerge.el (emerge-show-file-name):
18115 * calc/calc.el (calc-quit):
18116 * calc/calc-misc.el (calc-big-or-small):
18117 * calc/calc-graph.el (calc-graph-view):
18118 * calc/calc-ext.el (calc-reset):
18119 * calendar/calendar.el (calendar-basic-setup):
18120 Use window-full-height-p.
18121
25ab0302
GM
18122 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18123 header we don't understand, don't insert another. (Bug#4624)
18124 If changing mime charset, insert the new one in the right place.
18125
00169eb6
GM
181262009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18127
18128 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18129 (cal-tex-cursor-month): Correctly increment the end date for diary and
18130 holiday listing. (Bug#4626)
18131
82882188
SM
181322009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18133
40ba9882 18134 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18135 a symbol.
18136
a8f316ca
JB
181372009-10-05 Juanma Barranquero <lekktu@gmail.com>
18138
18139 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18140 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18141 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18142 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18143
18144 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18145 (eieio-default-superclass): Reflow docstrings.
18146 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18147 (eieio-unbind-method-implementations, defmethod)
18148 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18149 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18150 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18151 (eieio-slot-originating-class-p, eieio-slot-name-index)
18152 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18153 (constructor, initialize-instance, no-next-method, object-print)
18154 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18155 Fix typos in docstrings.
18156 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18157 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18158 (next-method-p): Doc fixes.
18159 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18160 Fix typos in error messages.
18161 (eieio-defmethod): Fix typo in description of generic method.
18162
18163 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18164 (eieio-persistent-save-interactive, slot-missing):
18165 Fix typos in docstrings.
18166 (eieio-instance-inheritor-slot-boundp): Doc fix.
18167
18168 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18169 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18170
18171 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18172 (eieio-custom-object-apply-reset):
18173 Fix typos in docstrings and error messages.
18174
18175 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18176 Fix typo in docstring.
18177
18178 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18179 (eieio-browse-tree): Doc fix.
18180 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18181 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18182 Fix typos in docstrings.
18183
18184 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18185 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18186 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18187 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18188 Reflow docstrings.
18189
c66b7ac0
DN
181902009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18191
4a827e0a 18192 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18193 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18194 Set log-view-vc-backend so that diff can work.
4a827e0a 18195
c66b7ac0
DN
18196 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18197 vc-version-diff.
18198 (vc-diff-internal): Autoload this instead of vc-version-diff.
18199
1902a98c
EZ
182002009-10-05 Eli Zaretskii <eliz@gnu.org>
18201
a7a8618b
EZ
18202 * simple.el (eval-expression): Doc fix.
18203
1902a98c
EZ
18204 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18205
0e1f2ee6
MA
182062009-10-05 Michael Albinus <michael.albinus@gmx.de>
18207
18208 * files.el (directory-files-no-dot-files-regexp): New defconst.
18209 (delete-directory): Use it.
18210 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18211
263c02ef 18212 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18213 (tramp-methods): Add recursive option to `tramp-copy-args'.
18214 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18215 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18216 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18217 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18218 Add handler for `copy-directory'.
18219 (tramp-handle-copy-directory): New defun.
18220 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18221 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18222 Optimize sent command.
263c02ef 18223
72aa7df4
SM
182242009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18225
4a34f065
SM
18226 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18227 window if necessary.
18228
72aa7df4
SM
18229 * calendar/calendar.el (calendar-basic-setup): Don't call
18230 switch-to-buffer in a dedicated window.
18231
5feb1ba7
KF
182322009-10-05 Karl Fogel <kfogel@red-bean.com>
18233
18234 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18235 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18236 (bookmark-error-no-filename): New error.
18237 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18238 bookmark has no file. Don't even attempt to handle things that
18239 are not files; the whole point of custom handlers is to keep that
18240 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18241 (bookmark-file-or-variation-thereof): Remove now-unused function.
18242 (bookmark-location): Doc string fix.
18243 (Bug#4250)
18244
1bd49952
KF
182452009-10-04 Karl Fogel <kfogel@red-bean.com>
18246
18247 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18248 don't use a file dialog, because they usually don't know how to read
18249 a directory target from the user. (Bug#4230)
18250 Also, make sure the prompt can display directories as well as files.
18251
825382c0
KF
182522009-10-04 Karl Fogel <kfogel@red-bean.com>
18253
18254 * bookmark.el (bookmark-set, bookmark-buffer-name):
18255 Improve doc strings. (Bug#1193)
18256
13901bcb
KF
182572009-10-04 Karl Fogel <kfogel@red-bean.com>
18258
4a34f065
SM
18259 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18260 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18261 (bookmark-get-annotation, bookmark-set-annotation)
18262 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18263 (bookmark-set-position, bookmark-get-front-context-string)
18264 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18265 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18266 (bookmark-jump-other-window, bookmark-handle-bookmark)
18267 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18268 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18269 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18270 Improve doc strings to say whether bookmark can be a string or
18271 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18272 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18273 (bookmark-default-annotation-text, bookmark-yank-word)
18274 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18275 (bookmark-import-new-list, bookmark-maybe-rename)
18276 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18277 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18278 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18279 add a FIXME comment about how the function may be pointless.
13901bcb 18280 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18281 parameter name, to clarify that this takes a bookmark record
18282 not a bookmark name.
13901bcb 18283 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18284 and improve the doc string a bit.
13901bcb
KF
18285 (Bug#4188)
18286
5c1b3e94
KF
182872009-10-04 Karl Fogel <kfogel@red-bean.com>
18288
18289 * bookmark.el (bookmark-alist): Document the new `handler' element
18290 in the param alist.
18291 (bookmark-make-record-function): Adjust documentation for above.
18292 (Bug#4193)
18293
8559076d
KF
182942009-10-04 Karl Fogel <kfogel@red-bean.com>
18295
18296 * info.el (Info-bookmark-make-record): Document this function.
18297 (Info-bookmark-jump): Document with a doc string, not just a comment.
18298 (Bug#4203)
18299
b4583b8c
MA
183002009-10-04 Michael Albinus <michael.albinus@gmx.de>
18301
18302 * files.el (copy-directory): New defun.
18303
18304 * dired-aux.el (dired-copy-file-recursive): Use it.
18305
131ae8f2
JB
183062009-10-04 Juanma Barranquero <lekktu@gmail.com>
18307
a30e71ae 18308 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18309 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18310 docstrings.
a30e71ae 18311
131ae8f2
JB
18312 * recentf.el (recentf-unload-function): New function.
18313
ccafbf06
GM
183142009-10-04 Glenn Morris <rgm@gnu.org>
18315
18316 * window.el (window-full-height-p): Add doc string.
18317
02c6f098
GM
183182009-10-04 Martin Rudalics <rudalics@gmx.at>
18319
18320 * window.el (window-full-height-p): New function. (Bug#4543)
18321
ed6b0195
DN
183222009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18323
18324 * vc.el: Remove commented out code.
18325 (vc-derived-from-dir-mode): Remove, unused.
18326 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18327
1b8d1cc7
MA
183282009-10-03 Michael Albinus <michael.albinus@gmx.de>
18329
4a34f065
SM
18330 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18331 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18332 there could be recursive loading when `default-directory' is a
18333 remote file name. (Bug#4614)
18334
ac3c593c
GM
183352009-10-03 Glenn Morris <rgm@gnu.org>
18336
686ea556
GM
18337 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18338 the frame is wide.
18339 (calendar-generate-window): Test for shrinkability rather than width.
18340
ac3c593c
GM
18341 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18342 reusing existing buffers, in case we happen to visit two files with the
18343 same basename. (Bug#4593)
18344
573709fd
EZ
183452009-10-02 Eli Zaretskii <eliz@gnu.org>
18346
4a34f065 18347 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18348 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18349 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18350 subdirs of cedet as well.
8f885d01 18351 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18352
8d6c1239
SM
183532009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18354
18355 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18356 Obey advertised-signature-table.
18357
18358 * help-fns.el (help-function-arglist): Don't check
18359 advertised-signature-table.
18360 (describe-function-1): Do it here instead so it also applies to subrs.
18361
c4861de0
MA
183622009-10-02 Michael Albinus <michael.albinus@gmx.de>
18363
18364 * simple.el (start-file-process): Say in the doc-string, that file
18365 handlers might not support pty association, if PROGRAM is nil.
18366
18367 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18368 HOST and USER are strings. They are nil, when there are
18369 incomplete entries in ~/.netrc, for example.
18370 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18371 root directory ("device busy" error otherwise).
18372
8d6c1239
SM
18373 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18374 Flush file properties of created directory.
c4861de0 18375
d2bda74f
EZ
183762009-10-02 Eli Zaretskii <eliz@gnu.org>
18377
18378 * makefile.w32-in (WINS_BASIC): Remove cedet.
18379 (WINS_CEDET): Add cedet.
18380 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18381
895d1904
GM
183822009-10-02 Kevin Ryde <user42@zip.com.au>
18383
18384 * net/browse-url.el (browse-url): Pass any symbol in
18385 browse-url-browser-function to `apply', since if you've mistakenly put
18386 an unbound symbol then the error is clearer. (Bug#4531)
18387
32226619
JB
183882009-10-02 Juanma Barranquero <lekktu@gmail.com>
18389
18390 * allout.el (allout-init, allout-back-to-current-heading)
18391 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18392 (allout-ascend, allout-up-current-level, allout-end-of-level)
18393 (allout-previous-visible-heading, allout-forward-current-level)
18394 (allout-backward-current-level, allout-show-children):
18395 * apropos.el (apropos-describe-plist):
18396 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18397 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18398 * completion.el (add-completion, add-permanent-completion):
18399 * descr-text.el (describe-text-category, describe-char):
18400 * desktop.el (desktop-lazy-abort):
18401 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18402 * dired.el (dired-build-subdir-alist):
18403 * ediff.el (ediff-version):
18404 * elide-head.el (elide-head, elide-head-show):
18405 * emerge.el (emerge-version):
18406 * env.el (getenv):
18407 * face-remap.el (variable-pitch-mode):
18408 * faces.el (describe-face):
18409 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18410 (dired-at-point):
18411 * files.el (find-file-existing, auto-save-mode):
18412 * font-lock.el (font-lock-fontify-buffer):
18413 * help-fns.el (describe-function, describe-variable)
18414 (describe-syntax, describe-categories):
18415 * help.el (view-lossage, describe-bindings, describe-key)
18416 (describe-mode):
18417 * hexl.el (hexl-current-address):
18418 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18419 * info.el (Info-goto-emacs-key-command-node):
18420 * log-edit.el (log-edit-insert-cvs-template)
18421 (log-edit-insert-cvs-rcstemplate):
18422 * menu-bar.el (menu-bar-mode):
18423 * mouse.el (mouse-appearance-menu):
18424 * newcomment.el (comment-indent-new-line):
18425 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18426 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18427 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18428 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18429 * recentf.el (recentf-mode):
18430 * savehist.el (savehist-mode, savehist-save):
18431 * shadowfile.el (shadow-copy-files):
18432 * simple.el (kill-ring-save, next-line, previous-line)
18433 (normal-erase-is-backspace-mode):
18434 * strokes.el (strokes-update-window-configuration)
18435 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18436 (strokes-xpm-for-stroke):
18437 * time.el (emacs-uptime, emacs-init-time):
18438 * tutorial.el (tutorial--describe-nonstandard-key)
18439 (tutorial--detailed-help):
18440 * type-break.el (type-break-mode)
18441 (type-break-mode-line-message-mode, type-break-query-mode)
18442 (type-break-guesstimate-keystroke-threshold):
18443 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18444 * version.el (emacs-version):
18445 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18446 * winner.el (winner-mode):
18447 * calendar/timeclock.el (timeclock-in, timeclock-out)
18448 (timeclock-status-string, timeclock-change)
18449 (timeclock-workday-remaining-string)
18450 (timeclock-workday-elapsed-string)
18451 (timeclock-when-to-leave-string):
18452 * calendar/todo-mode.el (todo-add-category):
18453 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18454 * emacs-lisp/autoload.el (update-file-autoloads):
18455 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18456 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18457 (checkdoc-message-text, checkdoc-defun):
18458 * emacs-lisp/debug.el (debugger-list-functions):
18459 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18460 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18461 (eieio-describe-generic):
18462 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18463 * emacs-lisp/shadow.el (list-load-path-shadows):
18464 * emulation/cua-base.el (cua-mode):
18465 * emulation/edt.el (edt-set-scroll-margins):
18466 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18467 (tpu-toggle-regexp, tpu-toggle-search-direction)
18468 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18469 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18470 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18471 (viper-set-parsing-style-toggling-macro)
18472 (viper-set-emacs-state-searchstyle-macros):
18473 * emulation/viper.el (viper-set-hooks):
18474 * eshell/esh-mode.el (eshell-truncate-buffer):
18475 * international/mule-cmds.el (prefer-coding-system)
18476 (describe-input-method, describe-language-environment):
18477 * international/mule-diag.el (list-character-sets)
18478 (describe-character-set, describe-coding-system)
18479 (describe-fontset, list-fontsets, list-input-methods):
18480 * mail/sendmail.el (mail-signature):
18481 * net/ange-ftp.el (ange-ftp-copy-file):
18482 * net/browse-url.el (browse-url):
18483 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18484 * net/quickurl.el (quickurl-add-url):
18485 * net/rcirc.el (names, topic):
18486 * net/xesam.el (xesam-mode):
18487 * play/5x5.el (5x5-new-game):
18488 * play/yow.el (apropos-zippy):
18489 * progmodes/ada-mode.el (ada-mode-version):
18490 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18491 (f90-end-of-block)
18492 (f90-beginning-of-block):
18493 * progmodes/fortran.el (fortran-end-of-block)
18494 (fortran-beginning-of-block):
18495 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18496 * progmodes/python.el (python-describe-symbol, python-shell):
18497 * term/ns-win.el (ns-print-buffer):
18498 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18499 * textmodes/flyspell.el (flyspell-mode-on):
18500 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18501 (pages-directory-for-addresses):
18502 * textmodes/table.el (table-recognize-cell)
18503 (table-query-dimension, table-generate-source)
18504 (table-insert-sequence, table--warn-incompatibility):
18505 * textmodes/tex-mode.el (tex-validate-buffer):
18506 * textmodes/texinfmt.el (texinfmt-version)
18507 (texinfo-format-buffer):
18508 Use `called-interactively-p' instead of `interactive-p'.
18509
12a3c28c
JB
185102009-10-02 Juanma Barranquero <lekktu@gmail.com>
18511
18512 * image-mode.el (image-toggle-display):
18513 * emacs-lisp/elp.el (elp-instrument-function):
18514 * emacs-lisp/advice.el (ad-make-advised-definition):
18515 * emacs-lisp/easy-mmode.el (define-minor-mode):
18516 * net/browse-url.el (browse-url-maybe-new-window):
18517 * progmodes/sh-script.el (sh-learn-buffer-indent):
18518 Pass new argument 'any to `called-interactively-p'.
18519
171fda8a
JB
185202009-10-01 Juanma Barranquero <lekktu@gmail.com>
18521
171fda8a
JB
18522 * international/uni-bidi.el:
18523 * international/uni-category.el:
18524 * international/uni-combining.el:
18525 * international/uni-comment.el:
18526 * international/uni-decimal.el:
9c3c9fdf 18527 * international/uni-decomposition.el:
171fda8a
JB
18528 * international/uni-digit.el:
18529 * international/uni-lowercase.el:
18530 * international/uni-mirrored.el:
18531 * international/uni-name.el:
18532 * international/uni-numeric.el:
18533 * international/uni-old-name.el:
18534 * international/uni-titlecase.el:
18535 * international/uni-uppercase.el:
18536 Regenerate from Unicode 5.2.0 data.
18537
dcb9734a
GM
185382009-10-01 Glenn Morris <rgm@gnu.org>
18539
18540 * Makefile.in (ELCFILES): Regenerate.
18541
ced10a4c
SM
185422009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18543
9d28c33e
SM
18544 * subr.el (interactive-p): Mark obsolete.
18545 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18546 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18547 advertised-signature-table for subroutines as well.
18548
ced10a4c
SM
18549 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18550 (set-advertised-calling-convention): New function.
18551 (make-obsolete, define-obsolete-function-alias)
18552 (make-obsolete-variable, define-obsolete-variable-alias):
18553 Make the optional-ness of `when' obsolete.
18554 (define-obsolete-face-alias): Make `when' non-optional.
18555 * help-fns.el (help-function-arglist):
18556 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18557 Use advertised-signature-table.
18558
cc3dda16
MA
185592009-10-01 Michael Albinus <michael.albinus@gmx.de>
18560
18561 * files.el (delete-directory): New defun. The original function
18562 in fileio.c has been renamed to `delete-directory-internal'.
18563
18564 * dired.el (dired-delete-file): Call `delete-directory' with
18565 RECURSIVE parameter.
18566
5ce6e4f4 18567 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18568 parameter RECURSIVE. Implementation is missing.
18569
18570 * net/tramp.el (tramp-handle-make-directory): Flush upper
18571 directory's file properties.
ced10a4c 18572 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18573 (tramp-handle-dired-recursive-delete-directory): Flush directory
18574 properties after the remove command only.
18575
ced10a4c
SM
18576 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18577 Handle optional parameter RECURSIVE.
cc3dda16 18578
ced10a4c
SM
18579 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18580 Handle optional parameter RECURSIVE.
cc3dda16
MA
18581
18582 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18583 connection timeout.
18584 (tramp-smb-handle-delete-directory): Handle optional parameter
18585 RECURSIVE.
18586
cf885595
SM
185872009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18588
e3a6b82f
SM
18589 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18590 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18591 (byte-compile-defmacro): Use backquotes.
18592
7201bfbb
SM
18593 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18594
cf885595
SM
18595 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18596 has no associated file.
18597 (vc-resynch-buffer): Use vc-dir-buffers.
18598
a4d2c321
GM
185992009-10-01 Glenn Morris <rgm@gnu.org>
18600
9ffe3f52
GM
18601 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18602 (chart-file-count):
18603 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18604 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18605 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18606 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18607 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18608 (eieio-copy-parents-into-subclass, make-instance, class-children)
18609 (eieio-generic-form):
bd2afec2 18610
9515cdcc
GM
18611 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18612 match-data. (Bug#4555).
18613
a4d2c321
GM
18614 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18615 rather than parsing it as a regexp. This relaxes the layout
18616 requirements and makes errors easier to detect.
18617 (check-declare-verify): Check file is regular.
18618 (check-declare-directory): Doc fix.
18619 * subr.el (declare-function): Doc fix.
18620
b15c31c7
GM
18621 * ibuffer.el (ibuffer-format-qualifier):
18622 * isearch.el (hi-lock-regexp-okay):
18623 * calc/calc.el (math-zerop):
18624 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18625 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18626 Remove unused declarations.
18627
b0b111c3
JB
186282009-09-30 Eric Ludlam <zappo@gnu.org>
18629
18630 * emacs-lisp/eieio.el (boolean-p): Delete.
18631
1fc28a2c
GM
186322009-09-30 Glenn Morris <rgm@gnu.org>
18633
1fc28a2c
GM
18634 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18635
494f4fc7
GM
18636 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18637 filename is not a string.
18638
561580e9
CY
186392009-09-29 Chong Yidong <cyd@stupidchicken.com>
18640
18641 * files.el (safe-local-eval-forms): Fix typo.
18642
dcbbecd4
SM
186432009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * vc-hooks.el (vc-dir-buffers): New var.
18646 (vc-state-refresh): New function.
18647 (vc-state): Use it.
18648 (vc-after-save): Always ask the backend to recompute the new state.
18649 Always call vc-dir if necessary, using vc-dir-buffers.
18650 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18651 Use vc-dir-buffers.
18652 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18653 (vc-dir-prepare-status-buffer, vc-dir-update)
18654 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18655 Don't call expand-file-name on default-directory.
18656
d88444f2
JB
186572009-09-29 Juanma Barranquero <lekktu@gmail.com>
18658
18659 * speedbar.el (speedbar-item-delete):
18660 * calc/calc-prog.el (calc-kbd-if):
18661 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18662
18663 * epa.el (epa-key-list-mode-map):
18664 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18665
18666 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18667 (hs-show-hook): Fix typo in docstring.
18668
5da62d41
GM
186692009-09-29 Glenn Morris <rgm@gnu.org>
18670
8360fce0
GM
18671 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18672 file-name-nondirectory call preventing location of cedet files.
18673 (check-declare-verify): Use literal search rather than re-search.
ae715515 18674 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18675
18676 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18677 Use tramp-compat-file-attributes rather than nonexistent
18678 tramp-compat-handle-file-attributes.
18679
5da62d41
GM
18680 * Makefile.in (lisptagsfiles4): New.
18681 (AUTOGENEL): Add cedet loaddefs files.
18682 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18683 (update-elclist, compile-always, backup-compiled-files)
18684 (bootstrap-clean): Add yet another directory level.
18685 (update-elclist): Use LC_COLLATE rather than COLLATE.
18686 (ELCFILES): Update, via `make update-elclist'.
18687
48267264
JB
186882009-09-29 Juanma Barranquero <lekktu@gmail.com>
18689
18690 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18691 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18692 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18693
2c4cd0b0
AS
186942009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18695
18696 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18697 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18698 (update-elclist): Add third directory level to look for elc files.
18699 (compile-always): Likewise.
18700 (backup-compiled-files): Likewise.
18701 (bootstrap-clean): Likewise.
18702 (ELCFILES): Update.
18703
a2533e47
CY
187042009-09-28 Chong Yidong <cyd@stupidchicken.com>
18705
18706 * Makefile.in (ELCFILES): Add CEDET files.
18707
eefbedb1
MA
187082009-09-28 Michael Albinus <michael.albinus@gmx.de>
18709
18710 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18711
18712 * net/tramp.el (top): Require tramp-imap.
18713
18714 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18715 Use `tramp-compat-handle-file-attributes'.
18716
187172009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18718
18719 * net/tramp-imap.el: New package.
18720
b0b111c3
JB
187212009-09-28 Eric Ludlam <zappo@gnu.org>
18722
18723 * emacs-lisp/chart.el:
18724 * emacs-lisp/eieio-base.el:
18725 * emacs-lisp/eieio-comp.el:
18726 * emacs-lisp/eieio-custom.el:
18727 * emacs-lisp/eieio-datadebug.el:
18728 * emacs-lisp/eieio-opt.el:
18729 * emacs-lisp/eieio-speedbar.el:
18730 * emacs-lisp/eieio.el: New files.
18731
748e3d67
VJL
187322009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18733
18734 * whitespace.el (whitespace-trailing-regexp)
18735 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18736 Fix doc string.
18737
15120dec
CY
187382009-09-27 Chong Yidong <cyd@stupidchicken.com>
18739
18740 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18741 menu.
18742
18743 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18744 menu-bar-ediff-menu.
18745
18746 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18747 define-overloadable-function.
18748
18749 * progmodes/autoconf.el: Provide autoconf as well, so that this
18750 file can be `require'd.
18751
18752 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18753
18754 * emacs-lisp/autoload.el (generated-autoload-feature)
18755 (generated-autoload-load-name): New vars.
18756 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18757 (make-autoload): Recognize define-overloadable-function and
18758 defclass forms (for EIEIO).
18759
18760 * Makefile.in (update-subdirs): Exclude cedet directory.
18761
135abf91
AR
187622009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18763
1becddbb 18764 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18765
18766 * faces.el: Default light-background background for region face to
18767 ns_selection_color under NS.
18768
3d994264
TZ
187692009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18770
18771 * net/imap-hash.el: New library, see NEWS.
18772
18773 * Makefile.in (ELCFILES): Add imap-hash.el.
18774
ce9a0ccb
SM
187752009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18776
18777 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18778 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18779 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18780 definition where the docstring could be taken for the return value.
18781
a92cdd49
GM
187822009-09-26 Glenn Morris <rgm@gnu.org>
18783
18784 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18785 Add option to only show images below a certain size.
18786 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18787 save-excursion calls.
18788
416ac2f1
EZ
187892009-09-26 Eli Zaretskii <eliz@gnu.org>
18790
18791 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18792 subdirectories) and eieio.
18793
d9a13f68
AM
187942009-09-26 Alan Mackenzie <acm@muc.de>
18795
6a7662bb
BR
18796 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18797 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18798
18799 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18800 character constants (as case labels). (Bug#4289)
d9a13f68 18801
182b3bec
CY
188022009-09-25 Juri Linkov <juri@jurta.org>
18803
18804 * files.el (safe-local-eval-forms): Allow time-stamp in
18805 before-save-hook (Bug#4554).
18806
8f75f2da
JB
188072009-09-25 Drew Adams <drew.adams@oracle.com>
18808
18809 * menu-bar.el (list-buffers-directory): Doc fix.
18810
8390fb80
SM
188112009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18814 Try and avoid copying twice the same paragraph.
18815 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18816 Remove save-excursion.
18817 (log-edit-changelog-entry): Do it here instead.
18818
11ee8d90
JB
188192009-09-25 Juanma Barranquero <lekktu@gmail.com>
18820
027b1942
JB
18821 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18822 when available, instead of hardcoding mode names. Doc fix.
18823
11ee8d90
JB
18824 * menu-bar.el (list-buffers-directory): Add docstring.
18825 Make automatically buffer-local.
18826
18827 * dired.el (dired-mode):
18828 * files.el (cd-absolute):
18829 * pcvs.el (cvs-temp-buffer):
18830 * pcvs-util.el (cvs-get-buffer-create):
18831 * shell.el (shell-mode):
18832 * vc-dir.el (vc-dir-mode):
18833 Don't make `list-buffers-directory' buffer local.
18834
21289c5d
CY
188352009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18836
8390fb80
SM
18837 * comint.el (comint-exec, comint-run, make-comint):
18838 Doc fixes (Bug#4542).
21289c5d 18839
e8652dd9
GM
188402009-09-25 Glenn Morris <rgm@gnu.org>
18841
18842 * mail/rmailmm.el (rmail-mime): New custom group.
18843 Move all defcustoms in this file into this group.
18844 (rmail-mime-media-type-handlers-alist): Revert previous change.
18845 (rmail-mime-show-images): New option.
18846 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18847 references to it, since it wasn't actually used for anything.
18848 (rmail-mime-insert-image): New function.
18849 (rmail-mime-image): Use rmail-mime-insert-image.
18850 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18851 obey the value of `rmail-mime-show-images' option. Print the size of
18852 attachments.
e8652dd9 18853
fb652bb5
JB
188542009-09-25 David Engster <deng@randomsample.de>
18855
18856 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18857
32a9841c
VJL
188582009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18859
18860 * whitespace.el: Does not highlight trailing spaces While point is
18861 at end of line. Does not highligt spaces at beginning of buffer
18862 while point is at beginning of buffer. Does not highlight spaces
18863 at end of buffer while point is at end of buffer. (Bug#4177)
18864 New version 12.0.
18865 (whitespace-display-mappings): Adjust initialization.
18866 (whitespace-point, whitespace-font-lock-refontify): New vars.
18867 (whitespace-color-on, whitespace-color-off): Adjust code.
18868 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18869 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18870 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18871
e477ca84
CY
188722009-09-24 Chong Yidong <cyd@stupidchicken.com>
18873
18874 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18875
18876 * textmodes/sgml-mode.el: Remove xml-mode alias.
18877
18878 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18879 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18880
68712602
AM
188812009-09-24 Alan Mackenzie <acm@muc.de>
18882
18883 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18884 c-forward-conditionals, but it doesn't move point and doesn't set
18885 the mark.
18886 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18887 (c-down-conditional-with-else, c-backward-conditional)
18888 (c-forward-conditional): Refactor to use c-scan-conditionals.
18889
1659ada0
JB
188902009-09-24 Juanma Barranquero <lekktu@gmail.com>
18891
18892 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18893 (help-default-arg-highlight): Remove.
18894 (help-highlight-arg): New function.
18895 (help-do-arg-highlight): Use it.
18896 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18897
b3f01e46
SM
188982009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18899
18900 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18901 Undo last change, which didn't fix the problem and introduced others.
18902
107ef54a
NR
189032009-09-24 Nick Roberts <nickrob@snap.net.nz>
18904
18905 * progmodes/gdb-mi.el: Don't require speedbar.
18906 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18907
ffa1fed6
GM
189082009-09-24 Glenn Morris <rgm@gnu.org>
18909
2157a2be
GM
18910 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18911
6125167c
GM
18912 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18913
ffa1fed6
GM
18914 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18915 there is no newline after the final mime boundary. (Bug#4539)
18916 Move markers on insertion so that any buttons inserted don't end up in
18917 the next part of a multipart message.
2e9075d3
GM
18918 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18919 (rmail-mime-bulk-handler): Optionally handle images.
18920 (rmail-mime-image): New button action.
18921 (rmail-mime-image-handler): New function.
18922 (rmail-mime-mode): New mode.
18923 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18924
4a814992
SM
189252009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18926
075518b5
SM
18927 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18928 than just dropping elements from it (bug#4504).
18929
8ad2defc
SM
18930 * term.el (term-set-scroll-region): Don't move cursor any more.
18931 (term-handle-ansi-escape): Call term-goto here instead.
18932 Suggested by Ivan Kanis <apple@kanis.eu>.
18933
4a814992
SM
18934 * term.el: Require CL.
18935 (term-ansi-reset): New function.
18936 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18937 (term-handle-colors-array): Simplify.
18938
5a0c3f56
JB
189392009-09-24 Juanma Barranquero <lekktu@gmail.com>
18940
18941 * allout.el (allout-overlay-interior-modification-handler)
18942 (allout-obtain-passphrase):
18943 * epa-file.el (epa-file-write-region):
18944 * ps-print.el (ps-begin-job):
18945 * vc-hooks.el (vc-toggle-read-only):
18946 * vc-rcs.el (vc-rcs-rollback):
18947 * vc-sccs.el (vc-sccs-rollback):
18948 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18949 (vc-version-diff, vc-revert, vc-rollback):
18950 * wdired.el (wdired-check-kill-buffer):
18951 * emacs-lisp/authors.el (authors):
18952 * net/socks.el (socks-open-connection):
18953 * net/zeroconf.el (zeroconf-service-add-hook):
18954 * obsolete/vc-mcvs.el (vc-mcvs-register):
18955 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18956 (gdb-select-frame):
18957 * progmodes/grep.el (lgrep, rgrep):
18958 * progmodes/idlw-help.el (idlwave-help-check-locations)
18959 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18960 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18961 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18962 (reftex-toc-rename-label): Fix typos in error messages.
18963
18964 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18965 (dired-copy-how-to-fn): Doc fix.
18966 (dired-files-attributes, dired-read-shell-command):
18967 Fix typos in docstrings.
18968
18969 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18970 (dired-x-find-file-other-window): Reflow docstrings.
18971 (dired-omit-marker-char, dired-read-shell-command)
18972 (dired-x-submit-report): Fix typos in docstrings.
18973
18974 * shell.el (shell-mode-hook):
18975 * view.el (View-scroll-line-forward):
18976 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18977 Fix typos in docstrings.
18978
18979 * net/dig.el (dig-invoke): Fix typo in docstring.
18980 (query-dig): Reflow docstring.
18981
18982 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18983 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18984 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18985 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18986 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18987 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18988 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18989 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18990 (idlwave-completion-map, idlwave-current-indent)
18991 (idlwave-custom-ampersand-surround, idlwave-customize)
18992 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18993 (idlwave-define-abbrev, idlwave-determine-class-special)
18994 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18995 (idlwave-end-block-reg, idlwave-end-of-statement)
18996 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18997 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18998 (idlwave-explicit-class-listed, idlwave-file-header)
18999 (idlwave-fill-paragraph, idlwave-find-class-definition)
19000 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19001 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19002 (idlwave-in-quote, idlwave-indent-action-table)
19003 (idlwave-indent-expand-table, idlwave-indent-line)
19004 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19005 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19006 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19007 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19008 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19009 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19010 (idlwave-outlawed-buffers, idlwave-popup-select)
19011 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19012 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19013 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19014 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19015 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19016 (idlwave-statement-type, idlwave-struct-skip)
19017 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19018 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19019 (idlwave-what-module-find-class): Fix typos in docstrings.
19020 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19021 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19022 (idlwave-find-module, idlwave-find-structure-definition)
19023 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19024 (idlwave-list-load-path-shadows, idlwave-next-statement)
19025 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19026 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19027 (idlwave-template): Reflow docstrings.
19028
19029 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19030 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19031 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19032 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19033 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19034 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19035 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19036 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19037 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19038 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19039 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19040 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19041 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19042 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19043 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19044 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19045 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19046 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19047 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19048 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19049 Fix typos in docstrings.
19050 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19051 (idlwave-shell-hide-output, idlwave-shell-mode)
19052 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19053 Reflow docstrings.
19054
19055 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19056
62136c5d
SM
190572009-09-24 Ivan Kanis <apple@kanis.eu>
19058
19059 * term.el (term-bold-attribute): New var.
19060 (term-handle-colors-array): Use it.
19061
9c1a45ed
NR
190622009-09-23 Nick Roberts <nickrob@snap.net.nz>
19063
19064 * progmodes/gdb-mi.el (gdb-version): New variable.
19065 (gdb-non-stop-handler): Set gdb-version.
19066 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19067 Condition "--thread" option on gdb-version.
19068 (gdb-invalidate-threads): Remove unused argument.
19069
03304f31
SM
190702009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19071
19072 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19073 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19074
4f02f0c9
GM
190752009-09-23 Glenn Morris <rgm@gnu.org>
19076
19077 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19078 replying to mail without References or Message-Id. (Bug#4525)
19079
a3b4b363
AR
190802009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19081
19082 * term/ns-win.el (ns-reg-to-script): New variable.
19083
7bda18cc
DU
190842009-09-23 Daiki Ueno <ueno@unixuser.org>
19085
19086 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19087
72169e55
SS
190882009-09-22 Sam Steingold <sds@gnu.org>
19089
19090 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19091 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19092 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19093 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19094
905b7d38
SM
190952009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19096
b0459dec
SM
19097 * textmodes/fill.el: Convert to utf-8 encoding.
19098 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19099 pre-Unicode days.
b0459dec 19100
905b7d38
SM
19101 * add-log.el (change-log-fill-forward-paragraph): New function.
19102 (change-log-mode): Use it so fill-region DTRT.
19103 Set fill-indent-according-to-mode here rather than in
19104 change-log-fill-paragraph.
19105 (change-log-fill-paragraph): Remove.
19106
baa7f3de
JB
191072009-09-22 Juanma Barranquero <lekktu@gmail.com>
19108
19109 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19110 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19111
a8d789f0
GM
191122009-09-22 Glenn Morris <rgm@gnu.org>
19113
daedbbc2
GM
19114 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19115 the scroll-bar scroll the calendar window rather than the buffer.
19116
d8899a74
GM
19117 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19118 commands that move point (as opposed to scrolling).
19119
a8d789f0
GM
19120 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19121
19122 * emacs-lisp/elint.el (elint): New custom group.
19123 (elint-log-buffer): Make it a defcustom.
19124 (elint-scan-preloaded, elint-ignored-warnings)
19125 (elint-directory-skip-re): New options.
19126 (elint-builtin-variables): Doc fix.
19127 (elint-preloaded-env): New variable.
19128 (elint-unknown-builtin-args): Add an entry for encode-time.
19129 (elint-extra-errors): Make it a variable rather than a constant.
19130 (elint-preloaded-skip-re): New constant.
19131 (elint-directory): Skip files matching elint-directory-skip-re.
19132 (elint-features): New variable, local to linted buffers.
19133 (elint-update-env): Initialize elint-features. Possibly add
19134 elint-preloaded-env to the buffer's environment.
19135 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19136 Skip quoted forms.
19137 (elint-init-form): New function, extracted from elint-init-env.
19138 Make non-list forms a warning rather than an error.
19139 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19140 easy-menu-define, put that adds an error-condition, and provide.
19141 When requiring cl, also require cl-macs. Really require cl, to handle
19142 some cl macros. Store required libraries in the list elint-features,
19143 so as not to re-load them. Treat cc-require like require.
19144 (elint-init-env): Call elint-init-form to do the work.
19145 Handle eval-and-compile and such like.
19146 (elint-add-required-env): Do not clear messages.
19147 (elint-special-forms): Add handlers for function, defalias, if, when,
19148 unless, and, or.
19149 (elint-form): Add optional argument to ignore elint-special-forms,
19150 useful to prevent recursive calls from handlers. Doc fix.
19151 Respect elint-ignored-warnings.
19152 (elint-form): Respect elint-ignored-warnings.
19153 (elint-bound-variable, elint-bound-function): New variables.
19154 (elint-unbound-variable): Respect elint-bound-variable.
19155 (elint-get-args): Respect elint-bound-function.
19156 (elint-check-cond-form): Add some simple handling for (f)boundp and
19157 featurep tests.
19158 (elint-check-defalias-form): New handler.
19159 (elint-check-let-form): Make an empty let a warning rather than an
19160 error.
19161 (elint-check-setq-form): Make an empty setq a warning rather than an
19162 error. Respect elint-ignored-warnings.
19163 (elint-check-defvar-form): Accept null doc-strings.
19164 (elint-check-conditional-form): New handler. Does some simple-minded
19165 checking of featurep and (f)boundp tests.
19166 (elint-put-function-args): New function.
19167 (elint-initialize): Use elint-scan-doc-file rather than
19168 elint-find-builtin-variables. Use elint-put-function-args.
19169 Possibly scan preloaded-file-list.
19170 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19171 extend to handle functions as well.
19172
245be23c
JB
191732009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19174
19175 * linum.el (linum-delete-overlays, linum-update-window):
19176 Do not modify the right margin. (Bug#3971)
19177
91fdbd6f
CY
191782009-09-21 Chong Yidong <cyd@stupidchicken.com>
19179
6a7662bb
BR
19180 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19181 Use nxml-mode instead of xml-mode.
91fdbd6f 19182
7589d38e
JB
191832009-09-21 Kevin Ryde <user42@zip.com.au>
19184
19185 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19186
5ac42715
SM
191872009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19188
19189 * net/dig.el (dig-mode): Use define-derived-mode.
19190
09c01323
DN
191912009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19192
4096c5f2
DN
19193 * vc-dispatcher.el (vc-do-command): Return the process object in
19194 the asynchronous case. Use when instead of if. Do not run
5480359e 19195 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19196
0e172cc2
DN
19197 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19198 properties to the stash strings.
19199 (vc-git-stash-list): Return a list of strings.
19200 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19201 (vc-git-stash-show-at-point): New functions.
19202 (vc-git-stash-map): New keymap.
19203
03304f31
SM
19204 * register.el (ctl-x-r-map): Define the keys here instead of
19205 using autoload.
09c01323 19206
03304f31 192072009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19208
19209 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19210 list, to workaround performance problem (bug#4485).
19211
2f5fc4d7
NR
192122009-09-20 Nick Roberts <nickrob@snap.net.nz>
19213
19214 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19215
b0f5fd2e
DU
192162009-09-20 Daiki Ueno <ueno@unixuser.org>
19217
19218 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19219 Document that this option is not recommended to use.
19220
f3445fab
GM
192212009-09-19 Glenn Morris <rgm@gnu.org>
19222
547c6921
GM
19223 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19224 variable `var'.
19225
f3445fab
GM
19226 * calc/calc-alg.el (var):
19227 * calc/calcalg2.el (var): Define for compiler.
19228
946c009b
CY
192292009-09-19 Chong Yidong <cyd@stupidchicken.com>
19230
e3f36d03
SM
19231 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19232 Doc fix (Bug#3932).
e2045997 19233
24aedbca
CY
19234 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19235
327dd27a
CY
19236 * time-stamp.el (time-stamp-month-dd-yyyy)
19237 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19238 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19239 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19240 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19241 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19242
946c009b
CY
19243 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19244 indent buffer only if called interactively (Bug#4452).
19245
3e70541a 192462009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19247 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19248
19249 This fixes bug#4197 (merged to bug#865, though not identical).
19250 * server.el (server-auth-dir): Add docstring note about FAT32.
19251 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19252 but warn against using them.
19253
9b94c32e
NR
192542009-09-19 Nick Roberts <nickrob@snap.net.nz>
19255
19256 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19257 older GDB where there is no has_more field.
19258
66590684
GM
192592009-09-19 Glenn Morris <rgm@gnu.org>
19260
19261 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19262
9a1337f9
CY
192632009-09-18 Chong Yidong <cyd@stupidchicken.com>
19264
19265 * files.el (auto-mode-alist): Change default for XML files to nXML
19266 mode (Bug#4169).
19267
d7554167
JB
192682009-09-18 Juanma Barranquero <lekktu@gmail.com>
19269
19270 * server.el (server-ensure-safe-dir): Pass 'integer
19271 to `file-attributes', as suggested.
19272
35a3f9a4
SM
192732009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19274
19275 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19276 (dired-query): Use read-key.
19277
044f9b05
AR
192782009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19279
19280 * cus-start.el (ns-use-qd-smoothing): Remove.
19281
6188ea49
GM
192822009-09-18 Glenn Morris <rgm@gnu.org>
19283
08cf18e4
GM
19284 * allout.el (top-level): Remove unnecessary progn.
19285
07eae5c5
GM
19286 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19287
6726c25e
GM
19288 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19289 definition of abbrev table.
19290
3f527154 19291 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19292 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19293 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19294 * net/newst-backend.el (newsticker--cache-read-feed):
19295 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19296 condition-case handlers.
19297
ccb4c30c
NR
192982009-09-18 Nick Roberts <nickrob@snap.net.nz>
19299
19300 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19301 (gdb-var-list): Add an element for has_more field.
19302 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19303 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19304 (gdb-var-update-handler-1): Parse output of dynamic variable
19305 objects (STL containers).
19306 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19307 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19308
19309 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19310 gdb-var-list.
19311 (gud-speedbar-buttons): Make node expandable if expression "has more"
19312 children.
19313
8686ac71
JB
193142009-09-17 Juanma Barranquero <lekktu@gmail.com>
19315
19316 * startup.el (emacs-quick-startup): Remove variable and all uses.
19317 (command-line): Set `inhibit-x-resources' instead.
19318 (command-line-1): Use `inhibit-x-resources' instead.
19319
a69c67e8
CY
193202009-09-17 Chong Yidong <cyd@stupidchicken.com>
19321
19322 * subr.el: Fix last change to avoid using the `unless' macro,
19323 which breaks bootstrapping.
19324
354f0faf
SM
193252009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19326
19327 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19328 extended definitions, in case we reload subr.el after having
19329 loaded CL.
19330 (eval-next-after-load): Mark as obsolete.
19331
98b9bf40
JL
193322009-09-17 Juri Linkov <juri@jurta.org>
19333
19334 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19335 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19336 (menu-bar-showhide-menu, menu-bar-tools-menu)
19337 (menu-bar-describe-menu, menu-bar-help-menu)
19338 (minibuffer-local-completion-map, minibuffer-local-map):
19339 Fix list quoting.
19340
28fab7b5
GM
193412009-09-17 Glenn Morris <rgm@gnu.org>
19342
88d5190c
GM
19343 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19344 arguments, whether or not it has a handler.
19345
74f24ba7
GM
19346 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19347
28fab7b5
GM
19348 * simple.el (hard-newline): Give it a doc-string.
19349
a8106aec
GM
19350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19351 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19352
76251ad7
DN
193532009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19354
72033dbe
DN
19355 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19356 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19357 (menu-bar-options-menu, menu-bar-showhide-menu)
19358 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19359 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19360 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19361 (menu-bar-options-menu, menu-bar-tools-menu)
19362 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19363 (menu-bar-help-menu):
19364 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19365 string arguments.
19366
76251ad7
DN
19367 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19368 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19369 calls for the menu names and :help.
19370
97b952b7
SM
193712009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19372
19373 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19374 to :minor-mode-function (bug#4455).
19375
8f38189e
SM
193762009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19377
d2fd733e
SM
19378 * startup.el (command-line): Initialize the window-system after
19379 processing the command-line.
19380
8f38189e
SM
19381 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19382 page-delimiter matches the empty string.
19383
77564fa4
GM
193842009-09-16 Glenn Morris <rgm@gnu.org>
19385
19386 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19387 byte-compile-not-obsolete-var. It's a list now.
19388 (byte-compile-not-obsolete-funcs): New variable.
19389 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19390 byte-compile-not-obsolete-funcs.
19391 (byte-compile-variable-ref, byte-compile-defvar): Update for
19392 byte-compile-not-obsolete-vars name-change and list nature.
19393 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19394 and variables behind (f)boundp tests.
19395 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19396
79d316d3
DN
193972009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19398
19399 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19400
8fed6934
SM
194012009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19402
19403 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19404 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19405 Don't autoload.
19406
4078fd57
SE
194072009-09-15 Stephen Eglen <stephen@gnu.org>
19408
19409 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19410 the virtual-buffers, use the name of the buffer specified by
4078fd57 19411 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19412 problem if the target and the symlink had different names.)
4078fd57 19413
838ff458
SM
194142009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19415
b3c7c12d
SM
19416 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19417
13dc2bc2
SM
19418 * desktop.el (desktop-path): Check user-emacs-directory.
19419
49fec531
SM
19420 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19421
0e328d37
SM
19422 * loadup.el: Use after-load-functions to GC after loading each file.
19423 Remove the explicit GC calls that used to be sprinkled around.
19424
838ff458
SM
19425 * subr.el (after-load-functions): New hook.
19426 (do-after-load-evaluation): Run it. Use string-match-p to detect
19427 `obsolete' packages, rather than painfully extracting the relevant
19428 directory name.
19429
a62f564f
GM
194302009-09-15 Glenn Morris <rgm@gnu.org>
19431
19432 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19433 free variable `doc'.
19434
19435 * dired.el (dired-mode-map): Add menu entry for async shell command.
19436
19437 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19438 variables, also consider the .elc files, since the .el files are
19439 normally gzipped (subsequent code locates the .el.gz from the .elc).
19440
19441 * calc/calc-prog.el (arglist): Define for compiler.
19442
19443 * calendar/diary-lib.el (diary-display-function): Change the default to
19444 fancy display.
19445 (body): Define for compiler.
19446
19447 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19448 (byte-compile-file-form, byte-compile-lambda)
19449 (byte-compile-top-level-body, byte-compile-form)
19450 (byte-compile-variable-ref, byte-compile-setq)
19451 (byte-compile-setq-default, byte-compile-body)
19452 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19453 (batch-byte-compile): Give some more local variables with common names
19454 a "bytecomp-" prefix to avoid masking warnings about free variables.
19455
cd05fe7f
GM
19456 * startup.el (command-line-1): Give local variables with common names a
19457 distinguishing prefix, so as not to hide free variable warnings during
19458 bootstrap.
19459
a62f564f
GM
19460 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19461 clever and add a suffix to make a unique name, just let the user decide
19462 whether or not to overwrite it. If the input is a directory, write the
19463 default filename to that directory. (Bug#4388)
19464 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19465 is a filename-as-a-directory.
19466
fbc88440
SM
194672009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * textmodes/page.el (what-page): Don't move to beginning of line.
19470 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19471
60308853
DN
194722009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19473
19474 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19475
32ba3abc
DN
194762009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19477
9cd39aff
DN
19478 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19479 * help.el (help-for-help-internal): Add purecopy calls for text.
19480
32ba3abc
DN
19481 * vc.el (top): print-log method now takes an optional SHORTLOG
19482 argument. Add a new method: root.
32ba3abc
DN
19483 (vc-root-diff, vc-print-root-log): New functions.
19484 (vc-log-short-style): New variable.
19485 (vc-print-log-internal): Add support for showing short logs.
19486
19487 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19488 vc-print-root-log and vc-print-root-diff.
19489
19490 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19491 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19492 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19493 short logs.
19494
19495 * vc-cvs.el (vc-cvs-print-log):
19496 * vc-mtn.el (vc-mtn-print-log):
19497 * vc-rcs.el (vc-rcs-print-log):
19498 * vc-sccs.el (vc-sccs-print-log):
19499 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19500 that is ignored for now.
19501
837b0e99
DN
19502 * vc-mtn.el (vc-mtn-annotate-command):
19503 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19504
31cd2dd4
SM
195052009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19506
19507 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19508 to function-key-map, and give them ascii-character property.
19509 * term/x-win.el (x-alternatives-map):
19510 * term/ns-win.el (ns-alternatives-map):
19511 * term/internal.el (msdos-key-remapping-map):
19512 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19513
d62e5bf2
GM
195142009-09-14 Glenn Morris <rgm@gnu.org>
19515
19516 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19517 temp-buffers (2009-09-12).
19518
7d0105e5
SM
195192009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19522 the new read-key function.
19523
e17ed9ad
CY
195242009-09-13 Chong Yidong <cyd@stupidchicken.com>
19525
19526 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19527 is defined (Bug#4405).
19528
1fc26e29
CY
195292009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19530
19531 * recentf.el (recentf-cleanup): Use a hash table to find
19532 duplicates (Bug#4407).
19533
61dc96a2 195342009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19535
19536 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19537 kp-0 to ascii equivalents (Bug#4325).
19538
42c3a9e3
CY
195392009-09-13 Chong Yidong <cyd@stupidchicken.com>
19540
1f5c1626
CY
19541 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19542
42c3a9e3 19543 * eshell/em-hist.el:
31cd2dd4
SM
19544 * eshell/em-dirs.el (eshell-complete-user-reference):
19545 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19546
195472009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19548
19549 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19550 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19551 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19552 * eshell/em-hist.el (eshell-history-file-name):
19553 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19554
1e2b6acf
GM
195552009-09-13 Glenn Morris <rgm@gnu.org>
19556
19557 * ediff-merg.el (ediff-do-merge):
19558 * filesets.el (filesets-run-cmd):
19559 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19560 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19561 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19562 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19563 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19564 Replace empty `let's with `progn'.
19565
adba8116
SM
195662009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19567
19568 * mail/sendmail.el (send-mail-function):
19569 * tooltip.el (tooltip-mode):
19570 * simple.el (transient-mark-mode):
19571 * rfn-eshadow.el (file-name-shadow-mode):
19572 * frame.el (blink-cursor-mode):
19573 * font-core.el (global-font-lock-mode):
19574 * files.el (temporary-file-directory)
19575 (small-temporary-file-directory, auto-save-file-name-transforms):
19576 * epa-hook.el (auto-encryption-mode):
19577 * composite.el (global-auto-composition-mode):
19578 Use custom-initialize-delay.
19579 * startup.el (command-line): Don't explicitly call
19580 custom-reevaluate-setting for all the above vars.
19581 * custom.el (custom-initialize-safe-set)
19582 (custom-initialize-safe-default): Delete.
19583
0a4afea9
SM
195842009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19585
9f94990d
SM
19586 * term/x-win.el (x-initialize-window-system):
19587 * term/w32-win.el (w32-initialize-window-system):
19588 * term/ns-win.el (ns-initialize-window-system): Don't call
19589 mouse-wheel-mode since it's enabled globally by default already.
19590
0a4afea9
SM
19591 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19592 actually define the variable, but only silences the byte-compiler.
19593 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19594 before looking it up.
19595 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19596 is changed.
19597
bf01513f
GM
195982009-09-12 Glenn Morris <rgm@gnu.org>
19599
19600 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19601 1000.
19602 (elint-add-required-env): Don't beep on error.
19603 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19604 (elint-init-env): Skip non-list forms.
19605 (elint-log): Handle unknown file positions.
bf01513f 19606
d85889e4
DU
196072009-09-12 Daiki Ueno <ueno@unixuser.org>
19608
19609 * epg.el (epg-make-context): Add autoload cookie.
19610 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19611 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19612 (epg-verify-string, epg-start-sign, epg-sign-file)
19613 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19614 (epg-encrypt-string, epg-start-export-keys)
19615 (epg-export-keys-to-file, epg-export-keys-to-string)
19616 (epg-start-import-keys, epg-import-keys-from-file)
19617 (epg-import-keys-from-string, epg-start-receive-keys)
19618 (epg-receive-keys, epg-import-keys-from-server)
19619 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19620 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19621 (epg-generate-key-from-file, epg-generate-key-from-string):
19622 Remove autoload cookie.
d85889e4 19623
8f825ee6
EZ
196242009-09-12 Eli Zaretskii <eliz@gnu.org>
19625
36b434ee
EZ
19626 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19627 reevaluation of trash-directory.
19628
8f825ee6
EZ
19629 * mwheel.el: Fix last change.
19630 (mouse-wheel-mode): New defvar.
19631 (mouse-wheel-mode): Remove autoload cookie.
19632
5766c380
SM
196332009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19634
ab5c0fcd
SM
19635 * mwheel.el (mwheel-installed-bindings): New var.
19636 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19637 the bindings we set last time. Use custom-initialize-delay.
19638 * loadup.el: Load mwheel after term/*-win.el.
19639 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19640 and mouse-wheel-up-event now that their first evaluation is done
19641 sufficiently late to be correct.
19642
45448e64
SM
19643 * startup.el (tutorial-directory): Make it a defcustom.
19644 Use custom-initialize-delay rather than eval-at-startup to set it.
19645 * image.el (image-load-path): Make it a defcustom.
19646 Use custom-initialize-delay rather than eval-at-startup to set it.
19647 * subr.el (eval-at-startup): Remove.
19648 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19649
5766c380
SM
19650 * subr.el (do-after-load-evaluation): Warn the user after loading an
19651 obsolete package.
19652
d6549da4
GM
196532009-09-12 Glenn Morris <rgm@gnu.org>
19654
19655 * proced.el (proced-mark-alt): Remove alias.
19656 (proced-mode-map): Remove proced-mark-alt.
19657
19658 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19659 Elint file and directory. Remove initialization entry.
19660
19661 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19662 commands.
19663 (elint-current-buffer): Set mode-line-process.
19664 (elint-init-env): Handle define-derived-mode.
19665 Fix declare-function with unspecified arglist. Guard against odd
19666 defalias statements (eg iso-insert's 8859-1-map).
19667 (elint-add-required-env): Use a temp buffer.
19668 (elint-form): Just print the function/macro name, not the whole form.
19669 Return env unchanged if we fail to parse a macro.
19670 (elint-forms): Guard against parse errors.
19671 (elint-output): New function, to handle batch mode.
19672 (elint-log-message): Add optional argument. Use elint-output.
19673 (elint-set-mode-line): New function.
19674
30194d4d
CY
196752009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19676
19677 * emacs-lisp/elp.el (elp-not-profilable): Add more
19678 functions (Bug#4233).
19679
a035f9b0
CY
196802009-09-12 Chong Yidong <cyd@stupidchicken.com>
19681
19682 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19683 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19684
dad61164
NR
196852009-09-11 Nick Roberts <nickrob@snap.net.nz>
19686
19687 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19688 (gdb-var-list-children): Use json parsing.
19689
9c3c9fdf 196902009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19691
19692 * progmodes/js.el (js--proper-indentation): Handle the case where
19693 char-before is null. Reported by Deniz Dogan.
19694
b4587710
JB
196952009-09-11 Juanma Barranquero <lekktu@gmail.com>
19696
19697 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19698
13890796
DU
196992009-09-11 Daiki Ueno <ueno@unixuser.org>
19700
19701 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19702 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19703 (epg-context-set-passphrase-callback)
97d4bdba 19704 (epg-context-set-progress-callback): Add description about
b18508dd 19705 callback function.
13890796 19706
2efb64a8
SM
197072009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19708
790d0270
SM
19709 * custom.el (custom-delayed-init-variables): New var.
19710 (custom-initialize-delay): New function.
19711 * startup.el (command-line): "Re"evaluate all vars in
19712 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19713 explicitly any more.
19714 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19715 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19716
19717 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19718
ac243a40
NR
197192009-09-11 Nick Roberts <nickrob@snap.net.nz>
19720
19721 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19722 (gdb-var-update-handler): Use json parsing.
19723
657bc6fc
JB
197242009-09-11 Juanma Barranquero <lekktu@gmail.com>
19725
19726 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19727 decode annotated text, regardless of language environment. (Bug#2741)
19728
b6fe8102
SM
197292009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19730
19731 * Makefile.in (autoloads): Make rmail.el writable as well.
19732
5cc443fe
GM
197332009-09-11 Glenn Morris <rgm@gnu.org>
19734
5515c54e
GM
19735 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19736 loaddefs.el.
19737 * dired.el: Regenerate with extracted autoloads.
19738 * Makefile.in (autoloads): Make dired.el writable.
19739
15067158
GM
19740 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19741 * ibuffer.el: Regenerate with extracted autoloads.
19742 * Makefile.in (autoloads): Make ibuffer.el writable.
19743
d35d0238
GM
19744 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19745 * version.el (emacs-copyright, emacs-major-version)
19746 (emacs-minor-version): Reformat doc-strings for make-docfile.
19747
5cc443fe
GM
19748 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19749 functions and variables, since they must be stuff specific to some other
19750 platform.
19751 (apropos-print): Make mouse-click message less specific about button.
19752
19753 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19754 that records where a macro was defined.
19755 * help-fns.el (describe-function-1): Mention if a function has a
19756 compiler-macro.
19757 * help-mode.el (help-function-cmacro): New button.
19758
19759 * locate.el (top-level): Always require dired.
19760 (locate-mode-map): Initialize inside the defvar.
19761
19762 * net/ange-ftp.el (dired-compress-file): Declare.
19763 (ange-ftp-dired-compress-file): Add doc string.
19764
19765 * term/ns-win.el (x-display-name, x-setup-function-keys):
19766 Unify doc-strings with X versions.
19767
8cb95edf
SM
197682009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19769
726a4d09
SM
19770 * emulation/crisp.el (crisp-mode-map): Move initialization
19771 into declaration.
19772 (crisp-mode): Use define-minor-mode.
19773
8cb95edf
SM
19774 * progmodes/xscheme.el (xscheme-evaluation-commands):
19775 Put a :advertised-binding property rather than using
19776 advertised-xscheme-send-previous-expression.
19777 (advertised-xscheme-send-previous-expression): Declare obsolete.
19778 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19779 `advertised-undo'.
19780 (crisp-mode): Add corresponding bindings to
19781 undo's :advertised-binding instead.
19782 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19783 than using dired-advertised-find-file.
19784 (dired-advertised-find-file):
19785 * simple.el (advertised-undo):
19786 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19787 (widget-keymap): Put a :advertised-binding property rather
19788 than using advertised-widget-backward.
19789 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19790 than using advertised-undo.
19791 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19792
07db5857
SS
197932009-09-10 Simon South <ssouth@slowcomputing.org>
19794
19795 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19796 Mark mode is enabled and region is active; otherwise indent or
19797 insert TAB as usual.
19798 (delphi-mode): Update description of TAB-key binding.
19799
50d4ba39
SM
198002009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19801
19802 * subr.el (define-key-rebound-commands): Mark obsolete.
19803 * startup.el (precompute-menubar-bindings): Remove.
19804 (normal-top-level): Remove obsolete code that tried to precompute
19805 menubar bindings.
19806 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19807 define-key-rebound-commands and precompute-menubar-bindings.
19808
ffa894db
KY
198092009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19810
19811 * net/imap.el (imap-interactive-login): Better messages.
19812 (imap-open): Fix bug with renamed buffer on reconnect.
19813 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19814 for easier debugging and cleaner code. On successful (guessed based on
19815 server capabilities) secondary authentication, set imap-state
19816 correctly.
19817 (imap-last-authenticator): Define imap-last-authenticator as a variable
19818 to avoid warnings.
19819
9477096c
GM
198202009-09-10 Glenn Morris <rgm@gnu.org>
19821
19822 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19823
19824 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19825 (byte-compile-file-form-autoload): Don't warn about unknown functions
19826 where the autoload statement comes after the use.
19827 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19828 that any handlers inside the body (eg require) are in turn respected.
19829
19830 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19831 effects.
19832
19833 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19834 and syntax and abbrev tables basic docs, if they don't have any.
19835
19836 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19837
19838 * international/mule-cmds.el (top-level): Require cl when compiling.
19839 (view-hello-file): Use default-value rather than
19840 default-enable-multibyte-characters.
19841
19842 * progmodes/fortran.el: Move all safe and risky properties into the
19843 defcustoms.
19844
19845 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19846 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19847 * mail/undigest.el:
19848 Put autoloads in rmail.el rather than loaddefs.el.
19849 * mail/rmail.el: Regenerate with extracted autoloads.
19850
19851 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19852 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19853
9f16c547
NR
198542009-09-10 Nick Roberts <nickrob@snap.net.nz>
19855
19856 Reported in thread for Bug#4375.
19857 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19858 "-data-evaluate-expression" instead of print.
19859 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19860 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19861 (gdb): Revert 2009-08-11 change. User should detach inferior
19862 manually.
9f16c547
NR
19863
19864 Remove the word "separate" from IO functions as inferior
19865 output is now never displayed in the GUD buffer.
19866
50405cd0
JB
198672009-09-10 Juanma Barranquero <lekktu@gmail.com>
19868
19869 * startup.el (command-line-normalize-file-name): On Windows and
19870 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19871
7ae62430
JL
198722009-09-10 Juri Linkov <juri@jurta.org>
19873
19874 * isearch.el (isearch-text-char-description): Propertize escape
19875 character sequences with the `escape-glyph' face. (Bug#4344)
19876
19877 * simple.el (shell-command): Set asynchronous process filter to
19878 `comint-output-filter'. (Bug#4343)
19879
19880 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19881 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19882 the list. Move "asm" to the bottom.
19883 (grep-find-ignored-directories): Add `choice' with nil value
19884 to empty the list easily.
19885 (grep-find-ignored-files): New option.
19886 (grep-files-history): Set to nil by default instead of '("ch" "el").
19887 (grep-compute-defaults): Add "<X>" to `grep-template'.
19888 (grep-read-files): Bind new local variables `default-alias' and
19889 `default-extension'. Use a list of default values for the file prompt.
19890 (lgrep): Add `--exclude=' command line options composed from
19891 `grep-find-ignored-files'.
19892 (rgrep): Add `-name' command line options composed from
19893 `grep-find-ignored-files'. (Bug#4301)
19894
cd875252
SM
198952009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19898 (bug#4368).
19899
cdce0b33
KY
199002009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19901
19902 * calendar/time-date.el (autoload):
19903 Expand define-obsolete-function-alias into defalias and make-obsolete
19904 for old Emacsen that Gnus supports.
19905 (with-no-warnings): Define it for old Emacsen.
19906 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19907 is available.
19908 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19909 float-time is available; suppress compile warning for time-to-seconds.
19910
199112009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19912
19913 * net/imap.el (imap-message-map): Docstring fix.
19914
2b2eb431
GM
199152009-09-09 Glenn Morris <rgm@gnu.org>
19916
19917 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19918 line numbers too. (Bug#4374)
19919
83a5aac5
SM
199202009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19921
755e0210
SM
19922 * smerge-mode.el (smerge-remove-props, smerge-refine):
19923 Use with-silent-modifications (bug#4342).
19924
83a5aac5
SM
19925 * subr.el (with-silent-modifications): New macro.
19926
79f01fa7
JB
199272009-09-07 Juanma Barranquero <lekktu@gmail.com>
19928
19929 * files.el (top-level): Require `cl' when compiling.
19930
448ecec3
GM
199312009-09-07 Glenn Morris <rgm@gnu.org>
19932
19933 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19934
8f09a02f
GM
19935 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19936 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19937
76ff67bf
NR
199382009-09-06 Nick Roberts <nickrob@snap.net.nz>
19939
19940 * vc-git.el (vc-git-annotate-command): Use separator to parse
19941 arguments correctly.
19942
943c8b75
EZ
199432009-09-06 Eli Zaretskii <eliz@gnu.org>
19944
19945 * proced.el (proced-mode): Doc fix.
19946
680db9ac
MA
199472009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19948
19949 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19950 lstat fails.
19951 (tramp-do-file-attributes-with-ls): Check for file existence at
19952 remote end.
19953 (tramp-do-file-attributes-with-stat): Likewise.
19954 (tramp-convert-file-attributes): Return nil when attr is nil.
19955
3f12e5bd
GM
199562009-09-05 Glenn Morris <rgm@gnu.org>
19957
c8dc27bf
GM
19958 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19959 properties to this button.
19960 (diary-fancy-display): Don't extend the button to the final newline.
19961 (diary-fancy-display-mode): Continue to define "q" as a local key.
19962
cca065d8
GM
19963 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19964 efficient.
19965
cddaedb6
GM
19966 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19967
3f12e5bd
GM
19968 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19969 (byte-compile-dest-file-function): New option.
19970 (byte-compile-dest-file): Doc fix.
19971 Obey byte-compile-dest-file-function.
19972 (byte-compile-cl-file-p): New function.
19973 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19974 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19975 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19976 than for file being previously loaded.
19977 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19978 (byte-compile-file-form-require): Handle the case where requiring a file
19979 indirectly causes CL to be loaded.
19980
049a231b
KF
199812009-09-05 Karl Fogel <kfogel@red-bean.com>
19982
19983 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19984 before killing the old buffer, since by the time `kill-buffer' is
19985 run so many buffer variables have been set to nil that it may not
19986 behave as expected. (Bug#4061)
19987
ef7ef2a0
KF
199882009-09-05 Karl Fogel <kfogel@red-bean.com>
19989
19990 * files.el (find-alternate-file): If the old buffer is modified
19991 and visiting a file, behave similarly to `kill-buffer' when
19992 killing it, thus reverting to the pre-1.878 behavior; see
19993 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19994 for discussion. Also, consult `buffer-file-name' as a variable
19995 not as a function, for consistency with the rest of the code.
19996
73d854cd
MA
199972009-09-04 Michael Albinus <michael.albinus@gmx.de>
19998
19999 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20000 also when adding a new directory.
20001
6a7662bb
BR
20002 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20003 New defun.
73d854cd 20004
df120481
SM
200052009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20006
20007 * files.el (locate-file-completion-table): Make it provide boundary
20008 information, so partial-completion works better.
20009
c0bc6d79
SM
200102009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20011
20012 * mail/footnote.el (Footnote-text-under-cursor):
20013 Check footnote-text-marker-alist before using it (bug#4324).
20014
f76a9756
GM
200152009-09-04 Glenn Morris <rgm@gnu.org>
20016
67d110f1
GM
20017 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20018 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20019 * play/solitaire.el, play/tetris.el:
20020 Remove leading * from defcustom and defface docs.
20021
b42d4989
GM
20022 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20023 necessary.
20024 (diary-fancy-overriding-map): New variable.
20025 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20026 Use view-mode.
20027
f76a9756
GM
20028 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20029 goto-line.
20030
e605eeeb
GM
200312009-09-03 Glenn Morris <rgm@gnu.org>
20032
597e2240
GM
20033 * arc-mode.el (archive-mode):
20034 * dos-fns.el (set-default-process-coding-system):
20035 * man.el (Man-getpage-in-background):
20036 * menu-bar.el (menu-bar-describe-menu):
20037 * server.el (server-process-filter):
20038 * startup.el (command-line):
20039 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20040 * w32-fns.el (set-default-process-coding-system):
20041 * x-dnd.el (x-dnd-handle-file-name):
20042 * international/mule-cmds.el (mule-menu-keymap)
20043 (set-default-coding-systems, language-info-alist, set-language-info)
20044 (set-language-environment, standard-display-european-internal)
20045 (set-locale-environment):
20046 * international/mule-diag.el (mule-diag):
20047 * mail/emacsbug.el (report-emacs-bug):
20048 * mail/rmail.el (rmail-mode):
20049 * mail/sendmail.el (mail-setup):
20050 Use default-value rather than default-enable-multibyte-characters.
20051
f38184aa
GM
20052 * progmodes/f90.el: Move all safe properties into the defcustoms.
20053 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20054
e605eeeb
GM
20055 * calendar/appt.el (appt-check):
20056 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20057 (diary-check-diary-file, diary-list-entries)
20058 (diary-include-other-diary-files, diary-simple-display)
20059 (diary-fancy-display, diary-print-entries)
20060 (diary-mark-included-diary-files, diary-make-entry):
20061 Don't call substitute-in-file-name on diary-file.
20062
734db384 200632009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20064 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20065
20066 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20067 (footnote-mode-map): Move initialization into the declaration.
20068 (footnote-minor-mode-map): Define it rather than changing global-map.
20069 (footnote-mode): Use define-minor-mode.
20070
e5aa47f9
MA
200712009-09-02 Michael Albinus <michael.albinus@gmx.de>
20072
20073 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20074 (tramp-do-file-attributes-with-perl)
20075 (tramp-do-file-attributes-with-stat): Rename from
20076 `tramp-handle-file-attributes-with-*'.
20077 (tramp-handle-file-attributes): Use them.
20078 (tramp-do-directory-files-and-attributes-with-perl)
20079 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20080 `tramp-handle-directory-files-and-attributes-with-*'.
20081 (tramp-handle-directory-files-and-attributes): Use them.
20082 (tramp-method-out-of-band-p): Additional parameter SIZE.
20083 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20084 (tramp-handle-write-region): Use it.
734db384 20085 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20086 (tramp-handle-vc-registered): Check, whether the first run did
20087 return files to be tested.
20088 (tramp-advice-make-auto-save-file-name): Do not call directly
20089 `tramp-handle-make-auto-save-file-name', because this would bypass
20090 the locking mechanism.
20091
734db384 20092 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20093 (file-remote-p, process-file, start-file-process, set-file-times)
20094 (tramp-compat-file-attributes): Compatibility functions shall not
20095 call directly `tramp-handle-*', because this would bypass the
20096 locking mechanism.
20097 (tramp-compat-number-sequence): New defun.
20098
6e2ca895
GM
200992009-09-02 Glenn Morris <rgm@gnu.org>
20100
697c7714
GM
20101 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20102 alias for float-time.
20103 (time-to-number-of-days): In Emacs, use float-time.
20104 * net/newst-backend.el (time-add): Suppress warnings from compat
20105 function.
20106 * time.el (emacs-uptime, emacs-init-time):
20107 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20108 Use float-time rather than time-to-seconds.
20109
6e2ca895
GM
20110 * minibuffer.el (completion-initials-expand): Fix typo.
20111
20112 * faces.el (modeline, modeline-inactive, modeline-highlight)
20113 (modeline-buffer-id):
20114 * info.el (info-menu-5): Mark these face aliases as obsolete.
20115
ed17efec
NR
201162009-09-01 Nick Roberts <nickrob@snap.net.nz>
20117
20118 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20119 space ...
20120 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20121 no "--thread" option.
20122 (gdb-stopped): Don't print "Switched to thread" message when it is
20123 unchanged.
20124
fcb68f70
SM
201252009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * minibuffer.el (completion-try-completion)
20128 (completion-all-completions): Remove ill-defined (and
20129 mistakenly installed and luckily never used nor documented)
20130 `completion-styles' property.
20131 (completion-initials-expand, completion-initials-all-completions)
20132 (completion-initials-try-completion): New functions.
20133 (completion-styles-alist): Add doc to each entry.
20134 Add new `initials' entry.
20135
83318a6d
NR
201362009-09-01 Nick Roberts <nickrob@snap.net.nz>
20137
20138 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20139 MI command -var-evaluate-expression.
20140 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20141 and tweak for case of string child.
734db384 20142 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20143
d63eb0e7
GM
201442009-09-01 Glenn Morris <rgm@gnu.org>
20145
c4f6e489
GM
20146 * add-log.el (change-log-date-face, change-log-name-face)
20147 (change-log-email-face, change-log-file-face, change-log-list-face)
20148 (change-log-conditionals-face, change-log-function-face)
20149 (change-log-acknowledgement-face):
20150 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20151 (custom-modified-face, custom-set-face, custom-changed-face)
20152 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20153 (custom-documentation-face, custom-state-face, custom-comment-face)
20154 (custom-comment-tag-face, custom-variable-tag-face)
20155 (custom-variable-button-face, custom-face-tag-face)
20156 (custom-group-tag-face-1, custom-group-tag-face):
20157 * diff-mode.el (diff-header-face, diff-file-header-face)
20158 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20159 (diff-added-face, diff-changed-face, diff-function-face)
20160 (diff-context-face, diff-nonexistent-face):
20161 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20162 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20163 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20164 (Info-title-4-face):
20165 * isearch.el (isearch-lazy-highlight-face):
20166 * log-view.el (log-view-file-face, log-view-message-face):
20167 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20168 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20169 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20170 (cvs-msg-face):
20171 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20172 (smerge-base-face, smerge-markers-face):
20173 * wid-edit.el (widget-documentation-face, widget-button-face)
20174 (widget-field-face, widget-single-line-field-face)
20175 (widget-inactive-face, widget-button-pressed-face):
20176 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20177 (woman-addition-face):
2fb1ec93
GM
20178 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20179 (eshell-ls-executable-face, eshell-ls-readonly-face)
20180 (eshell-ls-unreadable-face, eshell-ls-special-face)
20181 (eshell-ls-missing-face, eshell-ls-archive-face)
20182 (eshell-ls-backup-face, eshell-ls-product-face)
20183 (eshell-ls-clutter-face):
20184 * eshell/em-prompt.el (eshell-prompt-face):
20185 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20186 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20187 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20188 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20189 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20190 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20191 (antlr-font-lock-literal-face):
c4f6e489
GM
20192 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20193 (ebrowse-root-class-face, ebrowse-file-name-face)
20194 (ebrowse-default-face, ebrowse-member-attribute-face)
20195 (ebrowse-member-class-face, ebrowse-progress-face):
20196 * progmodes/make-mode.el (makefile-space-face):
20197 * progmodes/sh-script.el (sh-heredoc-face):
20198 * textmodes/flyspell.el (flyspell-incorrect-face)
20199 (flyspell-duplicate-face):
20200 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20201 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20202 Mark face aliases with "-face" suffix as obsolete.
20203
d80619fa
GM
20204 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20205 compiler.
20206
5f68c1b7
GM
20207 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20208 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20209 easy-menu-define wants to modify these.
20210
20211 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20212
20213 * net/browse-url.el (browse-url-file-url):
20214 * term/internal.el (dos-codepage-setup):
20215 Use default-value rather than default-enable-multibyte-characters.
20216
d80619fa 20217 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20218 * progmodes/flymake.el (flymake-highlight-line)
20219 (flymake-goto-file-and-line, flymake-goto-line):
20220 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20221 (gdb-goto-breakpoint):
20222 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20223 * progmodes/python.el (python-find-function)
20224 (python-pdbtrack-track-stack-file):
20225 * progmodes/verilog-mode.el (verilog-surelint-off):
20226 * term/ns-win.el (ns-open-file-select-line):
20227 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20228 Use forward-line rather than goto-line.
20229
d63eb0e7
GM
20230 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20231 * textmodes/reftex-index.el (reftex-display-index):
20232 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20233 * textmodes/reftex-toc.el (reftex-toc):
20234 Remove unnecessary bindings of default-major-mode (all are followed by
20235 major-mode check and possible mode switch).
20236
0afad278
NR
202372009-08-31 Nick Roberts <nickrob@snap.net.nz>
20238
20239 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20240 Handle watchpoints (bug#4282).
20241 (def-gdb-thread-buffer-command): Enable thread to be selected by
20242 clicking without selecting threads buffer first.
20243 (gdb-current-context-command): Use selected frame so that "up",
20244 "down" etc work in the GUD buffer.
20245 (gdb-update): Find selected frame before rendering stack buffer.
20246 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20247
4e135dd2
SM
202482009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20249
20250 * progmodes/sym-comp.el (displayed-completions): Remove.
20251 (symbol-complete): Use minibuffer-complete.
20252
e61eba34
GM
202532009-08-31 Glenn Morris <rgm@gnu.org>
20254
20255 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20256
734db384
SM
20257 * apropos.el (apropos-symbols-internal):
20258 Handle (obsolete) face aliases.
e61eba34
GM
20259
20260 * faces.el (describe-face): Adjust the output format to be more like
20261 describe-variable, and to mention (obsolete) face aliases.
20262 Adjust the whitespace so that help-setup-xref works.
20263
20264 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20265 * calendar/diary-lib.el (diary-button-face):
20266 Mark these face aliases as obsolete.
20267
20268 * calendar/calendar.el (calendar-today): Doc fix.
20269
4cf71456
NR
202702009-08-31 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * progmodes/gdb-mi.el (gdb-control-all-threads)
20273 (gdb-control-current-thread): Force tool bar update.
20274 (gdb-non-stop-handler): New function.
20275 (gdb-init-1): Use it to test if non-stop mode is supported.
20276 Remove unused gdbmi buffer type.
20277
e61eba34 202782009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20279
20280 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20281 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20282
4324f7ca
NR
202832009-08-30 Nick Roberts <nickrob@snap.net.nz>
20284
20285 * comint.el (comint-exec-1): Check command is non-null first.
20286 Part of gdb-mi.el change (2009-08-28).
20287
a1bf889a
SM
202882009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20289
20290 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20291
060c08b5
JB
202922009-08-30 Juanma Barranquero <lekktu@gmail.com>
20293
20294 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20295 instead of `dolist' to avoid a recursive require when bootstrapping.
20296
ab22be48
SM
202972009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20298
73ebf88f
SM
20299 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20300
80629cfc
SM
20301 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20302
206d0387 20303 * net/imap.el (imap-send-command): Simplify.
734db384 20304 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20305
844f7784
SM
20306 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20307
5ca4661e
SM
20308 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20309 with constant argument.
20310
c61dc887
SM
20311 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20312
7eb73deb
SM
20313 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20314
5fe443de
SM
20315 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20316 Change default, since most of our files don't have a history.
20317 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20318 the user.
20319
6444d64a
SM
20320 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20321 Add comint-run.
20322
5cb16bfc
SM
20323 * calc/calc.el: Improve commenting convention.
20324 (calc-digit-map, toplevel): Simplify.
20325
0aeb71a7
SM
20326 * comint.el (comint-insert-input): Be careful to only set point if we
20327 don't delegate to some other command.
20328
9a9af856
SM
20329 * proced.el (proced-signal-list): Make it an alist.
20330 (proced-grammar-alist): Capitalize names.
20331 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20332 Disable undo manually and make it read-only.
20333 Use completion-annotate-function.
20334
ab22be48
SM
20335 * minibuffer.el (minibuffer-message): If the current buffer is not
20336 a minibuffer, insert the message in the echo area rather than at the
20337 end of the buffer.
20338 (completion-annotate-function): New variable.
20339 (minibuffer-completion-help): Use it.
20340 (completion--embedded-envvar-table): Environment vars are
20341 always case-sensitive.
20342
4a948dbf
GM
203432009-08-30 Glenn Morris <rgm@gnu.org>
20344
20345 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20346 from fortran-current-defun.
20347 (fortran-beginning-of-subprogram): Be more precise about finding the
20348 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20349 (fortran-end-of-subprogram): Simplify.
20350 (fortran-current-defun): Use fortran-start-prog-re.
20351
486cf3b8
JB
203522009-08-29 Juanma Barranquero <lekktu@gmail.com>
20353
20354 * subr.el (do-after-load-evaluation): Simplify.
20355
db167d28
DN
203562009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20357
20358 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20359
20360 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20361 (vc-rcs-print-log): Use it.
20362
20363 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20364
efbc652a
SM
203652009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20366
2aa0e5bf
SM
20367 * paths.el (abbrev-file-name): Move to abbrev.el.
20368 * abbrev.el (abbrev-file-name): Move from paths.el.
20369 Obey user-emacs-directory.
20370 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20371 user-emacs-directory.
20372 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20373 abbrev-file-name and calc-settings-file any more.
20374 * startup.el (command-line): Recompute abbrev-file-name and
20375 abbreviated-home-dir.
20376 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20377 of the special code for when C-h bindings haven't been changed.
20378 (display-startup-echo-area-message): Use with-current-buffer.
20379 (command-line-1): Use a list of strings, rather than a list of lists
20380 of strings for longopts.
20381
51da8fe2
SM
20382 * files.el (get-free-disk-space): Use / for default-directory.
20383
0c3cc4dd
SM
20384 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20385 Use with-current-buffer.
20386
d988dbf6
SM
20387 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20388 Recognize immutable variables like most-positive-fixnum.
20389 (byte-compile-setq-default): Check and warn if trying to assign
20390 to an immutable variable, or a non-variable.
20391
efbc652a
SM
20392 * progmodes/cc-vars.el (c-comment-continuation-stars):
20393 * progmodes/cc-engine.el (c-looking-at-bos):
20394 * progmodes/cc-cmds.el (c-toggle-auto-state)
20395 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20396 (c-comment-line-break-function): Add version of obsolescence.
20397
d30a05d1
JL
203982009-08-28 Juri Linkov <juri@jurta.org>
20399
20400 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20401 associated with `archive-mode'.
20402
20403 * image.el (image-type-header-regexps): Use only JPEG magic number
20404 to determine JPEG images, and don't use `image-jpeg-p' because
20405 Emacs can display non-JFIF non-Exif JPEG images.
20406
1e8eecea
JB
204072009-08-28 Juanma Barranquero <lekktu@gmail.com>
20408
20409 * arc-mode.el (archive-mode):
20410 * emacs-lisp/re-builder.el (re-builder-unload-function):
20411 Protect against the default value of `major-mode' being nil.
20412
dd4fbf56
JB
204132009-08-28 Juanma Barranquero <lekktu@gmail.com>
20414
20415 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20416 Fix typos in docstrings.
20417
20418 * progmodes/js.el (js--macro-decl-re): Doc fix.
20419 (js--plain-method-re, js--split-name): Refloc docstring.
20420 (js--class-styles, js--make-merged-item, js--splice-into-items):
20421 Fix typos in docstrings; reflow docstrings.
20422 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20423 (js--variable-decl-matcher, js--inside-pitem-p)
20424 (js--parse-state-at-point, js--get-all-known-symbols)
20425 (js--symbol-history, js-find-symbol, js--js-references)
20426 (js--moz-interactor, js--js-encode-value, js--read-tab):
20427 Fix typos in docstrings.
20428
72f16325
SM
204292009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20430
14acf2f5
SM
20431 * textmodes/reftex.el (reftex-get-file-buffer-force):
20432 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20433 * emulation/viper.el (viper-go-away, viper-set-hooks):
20434 * emacs-lisp/re-builder.el (re-builder-unload-function):
20435 * emacs-lisp/bytecomp.el (byte-compile-file):
20436 * ses.el (ses-unload-function):
20437 * hexl.el (hexl-find-file):
20438 * files.el (normal-mode):
20439 * ehelp.el (with-electric-help):
20440 * autoinsert.el (auto-insert-alist):
20441 * arc-mode.el (archive-mode):
20442 Use (default-value 'major-mode) instead of default-major-mode.
20443
72f16325
SM
20444 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20445 * international/mule.el (load-with-code-conversion):
20446 * emacs-lisp/debug.el (debug):
20447 * ediff-vers.el (ediff-rcs-get-output-buffer):
20448 * dired.el (dired-internal-noselect): Don't let-bind
20449 default-major-mode around code that doesn't use it.
20450 E.g. buffer creation via get-buffer-create doesn't use it.
20451
aa485f7c
MA
204522009-08-28 Michael Albinus <michael.albinus@gmx.de>
20453
20454 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20455 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20456 when writing the temp file. Otherwise, epa-file gets confused.
20457 (tramp-register-file-name-handlers): Make it a defun. Move also
20458 `epa-file-handler' to the front of `file-name-handler-alist'.
20459
204602009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20461
20462 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20463 start right after a ^M.
20464 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20465 (tramp-completion-file-name-regexp-separate)
20466 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20467 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20468 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20469 (tramp-completion-file-name-handler): Apply the checks here,
20470 instead during registration.
88b5a757 20471 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20472 `tramp-register-file-name-handler'. Register both
20473 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20474 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20475
3f0c2b92
NR
204762009-08-28 Nick Roberts <nickrob@snap.net.nz>
20477
72f16325
SM
20478 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20479 Remove variable ...
3f0c2b92
NR
20480 (gdb-init-1, gdb-display-separate-io-buffer)
20481 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20482 references to it.
20483 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20484 (gdb-inferior-filter): Use comint-output-filter to stop
20485 echoing and remove ^M characters.
20486
705e5bd9
SM
204872009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20488
009fdc2e
SM
20489 * emulation/viper-init.el (viper-restore-cursor-type):
20490 * emulation/cua-base.el (cua--update-indications):
20491 Replace default-cursor-type with (default-value 'cursor-type).
20492
b56a5ae0
SM
20493 * mail/sendmail.el (mail-recover-1):
20494 * international/mule-diag.el (describe-current-coding-system-briefly)
20495 (describe-current-coding-system):
20496 * international/mule-cmds.el (select-safe-coding-system)
20497 (select-message-coding-system)
20498 (set-language-environment-coding-systems, set-locale-environment):
20499 * hexl.el (hexl-insert-multibyte-char):
20500 * dos-w32.el (find-buffer-file-type-coding-system):
20501 * simple.el (what-cursor-position):
20502 Replace uses of default-buffer-file-coding-system
20503 with (default-value 'buffer-file-coding-system).
20504
de70529f
SM
20505 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20506 Replace uses of default-cursor-in-non-selected-windows
20507 with (default-value 'cursor-in-non-selected-windows).
20508 Use with-current-buffer.
20509
705e5bd9
SM
20510 * mail/feedmail.el: Use CL macros.
20511 (feedmail-run-the-queue, feedmail-send-it-immediately):
20512 * dos-w32.el (find-buffer-file-type): Replace uses of
20513 default-buffer-file-type with (default-value 'buffer-file-type).
20514
4d985ac2
GM
205152009-08-28 Glenn Morris <rgm@gnu.org>
20516
20517 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20518 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20519 Use default-value of major-mode rather than default-major-mode.
20520
17c15b81
SM
205212009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20522
3a68ab06
SM
20523 * Makefile.in (update-elcfiles): Report left over elc files.
20524
9421bdd1
SM
20525 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20526 expand-file-name and with-current-buffer.
20527 (mail-get-names, mail-directory): Use with-current-buffer.
20528
17c15b81
SM
20529 * vc.el (vc-read-revision): New function.
20530 (vc-version-diff, vc-merge): Use it.
20531
ba83a64e
SS
205322009-08-27 Sam Steingold <sds@gnu.org>
20533
20534 * simple.el (kill-do-not-save-duplicates): New user option.
20535 (kill-new): When it is non-nil, and the new string is the same as
20536 the latest kill, set replace to t to avoid duplicates in kill-ring.
20537
be3e598a 205382009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20539
20540 * net/tramp.el (tramp-handle-process-file): Do not flush all
20541 caches when `process-file-side-effects' is set.
20542 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20543 instead of `tramp-find-file-exists-command'.
20544 Unset `process-file-side-effects'.
d5b5c94a
MA
20545
205462009-08-27 Michael Albinus <michael.albinus@gmx.de>
20547
20548 * net/tramp.el (tramp-methods): New method "rsyncc".
20549 (top): Add completion function for "rsyncc".
20550 (tramp-message-show-message): New defvar.
20551 (tramp-message, tramp-error): Use it.
20552 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20553 remote copying.
20554 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20555 `tramp-methods' entry `copy-env' of "rsyncc".
20556 (tramp-vc-registered-read-file-names): New defconst.
20557 (tramp-vc-registered-file-names): New defvar.
20558 (tramp-handle-vc-registered): Implement optimization strategy.
20559 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20560 (tramp-vc-file-name-handler): New defun.
20561 (tramp-get-ls-command, tramp-get-test-command)
20562 (tramp-get-file-exists-command, tramp-get-remote-ln)
20563 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20564 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20565
20566 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20567 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20568 timestamps.
20569 (tramp-get-file-property): Check for timestamps in
20570 `tramp-cache-inhibit-cache'.
20571 (tramp-set-file-property): Write timestamp.
20572
1339cf20
KH
205732009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20574
20575 * language/japan-util.el (japanese-symbol-table): Add entries for
20576 cp932-2-byte.
20577
20578 * international/characters.el: Add category `j' to cp932-2-byte.
20579
726e3f1d
KH
205802009-08-27 Kenichi Handa <handa@m17n.org>
20581
20582 * international/fontset.el (build-default-fontset-data): New macro.
20583 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20584 tibetan, ethiopic, and ipa.
726e3f1d 20585
4e3b4528
SM
205862009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20587
20588 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20589 (enable-multibyte-characters): Not customizable any more.
20590
20591 * subr.el (default-mode-line-format, default-header-line-format)
20592 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20593 (default-direction-reversed, default-truncate-lines)
20594 (default-left-margin, default-tab-width, default-case-fold-search)
20595 (default-left-margin-width, default-right-margin-width)
20596 (default-left-fringe-width, default-right-fringe-width)
20597 (default-fringes-outside-margins, default-scroll-bar-width)
20598 (default-vertical-scroll-bar, default-indicate-empty-lines)
20599 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20600 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20601 (default-scroll-down-aggressively, default-fill-column)
20602 (default-cursor-type, default-buffer-file-type)
20603 (default-cursor-in-non-selected-windows)
20604 (default-buffer-file-coding-system, default-major-mode)
20605 (default-enable-multibyte-characters): Mark as obsolete.
20606
b3cca6a6
DN
206072009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20608
652cc1a2
DN
20609 * vc-dir.el (vc-dir-update): Remove debug helper.
20610
b3cca6a6
DN
20611 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20612
4ed8c7aa
SS
206132009-08-26 Sam Steingold <sds@gnu.org>
20614
20615 * simple.el (save-interprogram-paste-before-kill): New user option.
20616 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20617 save the interprogram-paste into kill-ring before overriding it
20618 with the Emacs kill.
20619
3b64d86b
DN
206202009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20621
20622 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20623 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20624 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20625 and move to vc-rcs.el.
20626 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20627 move to vc-rcs.el.
20628 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20629 (vc-rcs-update-changelog): Remove.
20630 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20631 and move to vc-rcs.el.
20632
20633 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20634 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20635 renaming.
20636 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20637 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20638 vc.el, renamed to be RCS specific.
20639
72f16325
SM
20640 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20641 New functions.
20642 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20643
20644 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20645 New functions.
20646
636a36a0
SM
206472009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20650
239b3340
DN
206512009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20652
b91f0762 20653 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20654 (vc-git-stash, vc-git-stash-show): New functions.
20655 (vc-git-extra-menu-map): Bind them.
b91f0762 20656
b8e54362
DN
20657 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20658 directory correctly in case the item is a directory itself.
20659
239b3340
DN
20660 * vc.el: Document the desired behavior for reverted files in the
20661 `added' state.
dc810649
DN
20662 (vc-default-prettify-state-info): Remove function, unused.
20663
20664 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20665
e49c0179
GM
206662009-08-26 Glenn Morris <rgm@gnu.org>
20667
20668 * bindings.el (standard-mode-line-format): Reposition dashes in
20669 which-func entry. (Bug#4217)
20670
3029e594
GM
20671 * files.el (enable-local-variables, enable-local-eval)
20672 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20673 the defcustoms.
20674 (auto-mode-alist, ignored-local-variables)
20675 (save-some-buffers-action-alist): Move risky declarations to the
20676 definitions.
20677 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20678 (font-lock-defaults, format-alist, imenu--index-alist)
20679 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20680 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20681 (mode-line-modified, mode-line-mule-info, mode-line-position)
20682 (mode-line-process, mode-line-remote, outline-level)
20683 (parse-time-rules, rmail-output-file-alist)
20684 (special-display-buffer-names, vc-mode):
20685 Move risky declarations to the relevant files.
72f16325
SM
20686 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20687 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20688 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20689 * font-core.el (font-lock-defaults):
20690 * format.el (format-alist):
20691 * vc-hooks.el (vc-mode):
20692 * window.el (special-display-buffer-names):
20693 * international/mule-cmds.el (input-method-alist):
20694 Define riskiness here (dumped file) rather than in files.el.
20695 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20696 * imenu.el (imenu-generic-expression, imenu--index-alist):
20697 * outline.el (outline-level):
20698 * time.el (display-time-string):
20699 * calendar/parse-time.el (parse-time-rules):
20700 * mail/rmailout.el (rmail-output-file-alist):
20701 Autoload riskiness here, rather than placing in files.el.
20702
8476cfaf
SM
207032009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20704
20705 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20706
0b35b48e
MA
207072009-08-25 Michael Albinus <michael.albinus@gmx.de>
20708
20709 * simple.el (process-file-side-effects): New defvar.
20710
20711 * dired-aux.el (dired-show-file-type):
20712 * vc.el (vc-diff-internal):
20713 * vc-arch.el (vc-arch-diff):
20714 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20715 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20716 * vc-git.el (vc-git-registered, vc-git-working-revision)
20717 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20718 (vc-git--empty-db-p):
20719 * vc-hooks.el (vc-user-login-name):
20720 * vc-svn.el (vc-svn-registered, vc-svn-state)
20721 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20722 * progmodes/grep.el (grep-probe): Let-bind
20723 `process-file-side-effects' with nil.
20724
20725 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20726
20727 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20728 daemon. Replace ping by checking for running service for bluez
20729 and zeroconf. (Bug#4239)
20730
d54cc599
GM
207312009-08-25 Kevin Ryde <user42@zip.com.au>
20732
20733 * net/dig.el (dig): Add autoload cookie.
20734
7bfd055d
GM
207352009-08-25 Glenn Morris <rgm@gnu.org>
20736
bac9c66c
GM
20737 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20738 load-history for absolute file-names.
20739 (byte-compile-file-form-require): Warn about use of the cl package.
20740
7bfd055d
GM
20741 * format.el (format-alist): Doc fix.
20742
5ac1f9e0
GM
20743 * play/bubbles.el (top-level): Don't require cl at run-time.
20744
af62aa88
GM
20745 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20746 run-time cl).
20747
71e036af
DD
207482009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20749
20750 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20751 from cl package.
20752 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20753
42110eaf
JB
207542009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20755
20756 * calc/calc-alg.el (math-trig-rewrite)
20757 (math-hyperbolic-trig-rewrite): New functions.
20758 (calc-simplify): Simplify trig functions when asked.
20759
88421f3e
SM
207602009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20761
20762 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20763
dbd9624e
KH
207642009-08-24 Kenichi Handa <handa@m17n.org>
20765
20766 * language/ind-util.el (mapthread): Delete it.
20767 (combinatorial): New function.
20768 (indian--puthash-cv): Use combinatorial instead of mapthread.
20769
9b89e3ee
GM
207702009-08-22 Kevin Ryde <user42@zip.com.au>
20771
20772 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20773 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20774 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20775 Clarify docstring that the value is strings not symbols.
20776 (checkdoc-list-of-strings-p): New function.
20777
e6ce8c42
GM
207782009-08-22 Glenn Morris <rgm@gnu.org>
20779
2ddf2ea6 20780 * files.el (auto-mode-alist):
a3374680
GM
20781 * hippie-exp.el (he-concat-directory-file-name):
20782 * lpr.el (lpr-windows-system, printer-name):
20783 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20784 * ps-print.el (ps-windows-system):
20785 * startup.el (command-line):
20786 * emulation/viper-ex.el (viper-glob-function):
20787 * international/mule-cmds.el (set-language-environment-coding-systems):
20788 * net/ange-ftp.el (ange-ftp-write-region):
20789 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20790 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20791 unisoft-unix, vax-vms, win32, w32.
20792
977955fa
GM
20793 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20794 given name if the pattern is not more specific.
20795
b4deec2e
GM
20796 * calendar/lunar.el (lunar-phase-names): New option.
20797 (lunar-phase): Doc fix.
20798 (lunar-cycles-per-year): New constant.
20799 (lunar-index): New function.
20800 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20801 (lunar-phase-name): Use lunar-phase-names.
20802 (calendar-lunar-phases): Use format.
20803 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20804
47e83968
GM
20805 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20806 Copy imenu-example--name-and-position function here for own use.
20807 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20808
e6ce8c42
GM
20809 * bs.el (bs--redisplay):
20810 * cus-edit.el (custom-redraw):
20811 * ibuffer.el (ibuffer-bury-buffer):
20812 * server.el (server-goto-line-column):
20813 * startup.el (command-line-1):
20814 * strokes.el (strokes-xpm-for-stroke):
20815 * term.el (term-display-buffer-line):
20816 * view.el (View-goto-line):
20817 * calc/calc.el (calc-do, calc-trail-buffer):
20818 * play/gamegrid.el (gamegrid-add-score-insecure):
20819 * progmodes/ada-mode.el (ada-compile-goto-error):
20820 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20821 (ebrowse-select-1st-to-9nth):
47e83968 20822 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20823 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20824 * progmodes/gud.el (gud-display-line):
20825 (idlwave-shell-display-line):
20826 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20827 * progmodes/make-mode.el (makefile-browser-toggle):
20828 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20829 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20830 * textmodes/picture.el (picture-draw-rectangle):
20831 * textmodes/reftex-index.el (reftex-index-goto-letter):
20832 (reftex-select-jump-to-previous):
20833 * textmodes/reftex-sel.el (reftex-find-start-point)
20834 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20835 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20836 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20837 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20838 * textmodes/two-column.el (2C-associated-buffer):
20839 Use forward-line rather than goto-line.
20840
20841 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20842 goto-line.
20843
4b18bdb3
GM
20844 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20845 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20846 (quick-check-list-to-regexp): Declare.
e6ce8c42 20847
72f16325
SM
20848 * progmodes/make-mode.el (makefile-browser-insert-selection):
20849 Use goto-char rather than goto-line.
e6ce8c42
GM
20850
20851 * progmodes/prolog.el (compilation-error-regexp-alist)
20852 (compilation-forget-errors): Declare.
20853
32a2cf25
JL
208542009-08-22 Juri Linkov <juri@jurta.org>
20855
20856 * progmodes/grep.el (lgrep, rgrep): At the beginning
20857 set `dir' to `default-directory' unless `dir' is a non-nil
20858 readable directory. (Bug#4052)
20859 (lgrep, rgrep): Change a weird way to report an error
20860 from using `read-string' to using `error'.
20861 Instead of using interactive arguments in the function body,
20862 add new argument `confirm'.
20863
5443c9b7
SM
208642009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20865
cb5b40ee
SM
20866 * textmodes/remember.el (remember-buffer):
20867 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20868 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20869 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20870 * net/newst-treeview.el (newsticker-groups-filename):
20871 * net/newst-backend.el (newsticker-cache-filename):
20872 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20873 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20874 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20875 (speedbar-buffers-line-path, speedbar-path-line)
20876 (speedbar-buffers-line-path):
20877 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20878 (epg-sign-keys):
20879 * epa.el (epa-display-verify-result):
20880 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20881
d6261cc1
GM
208822009-08-21 Glenn Morris <rgm@gnu.org>
20883
3e1ea342
GM
20884 * progmodes/js.el (inferior-moz-process): Fix declaration.
20885
ce86eeb5
GM
20886 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20887
fff28970
GM
20888 * obsolete/rnewspost.el (news-mail-reply):
20889 Use goto-char rather than goto-line.
20890
d93e053b
GM
20891 * term/ns-win.el (ns-open-file-select-line):
20892 Use line-beginning-position rather than goto-line.
20893
d5d105e8
GM
20894 * apropos.el (apropos-command):
20895 * ehelp.el (electric-helpify):
20896 * printing.el (pr-show-setup):
20897 * strokes.el (strokes-help):
20898 * tutorial.el (tutorial--describe-nonstandard-key)
20899 (tutorial--detailed-help):
20900 * woman.el (woman-mini-help, woman-display-extended-fonts):
20901 * calc/calc-help.el (calc-describe-key):
20902 * emulation/edt.el (edt-electric-helpify):
20903 * international/mule-diag.el (mule-diag):
20904 * play/yow.el (apropos-zippy):
20905 * progmodes/python.el (python-describe-symbol):
20906 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20907 * textmodes/table.el (*table--cell-describe-mode)
20908 (*table--cell-describe-bindings):
20909 Use help-print-return-message rather than the now obsolete alias.
20910
a8ab722f 20911 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20912 (calendar-cursor-to-visible-date):
20913 * play/5x5.el (5x5-position-cursor):
20914 * play/decipher.el (decipher):
20915 * play/gomoku.el (gomoku-goto-xy):
20916 * play/landmark.el (lm-goto-xy):
20917 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20918 (mpuz-paint-digit):
20919 Use forward-line, not goto-line.
a8ab722f 20920
d6261cc1
GM
20921 * mail/rmail.el (rmail-obsolete): Delete custom group.
20922 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20923 (rmail-remote-password, rmail-remote-password-required):
20924 Remove unneeded :set-after and :set properties.
20925
9e846523
MA
209262009-08-21 Michael Albinus <michael.albinus@gmx.de>
20927
20928 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20929
bbe1f502
DN
209302009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20931
bcc5db24
DN
20932 * loadup.el: Remove leftover macos code.
20933
bbe1f502
DN
20934 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20935 Explicitly pass the date format to git blame so that user local
20936 so that the output format can be parsed.
20937
6fd2d19a
MA
209382009-08-20 Michael Albinus <michael.albinus@gmx.de>
20939
20940 * net/dbus.el (top): Don't check for (getenv
20941 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20942
31764e15
SM
209432009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20944
20945 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20946 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20947
28930e39
SM
209482009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20949
4fd15622 20950 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20951 Bug#3287.
4fd15622 20952
b3d8e4a0
SM
20953 * help.el (help-print-return-message): Rename from
20954 print-help-return-message.
20955
c9829c70
SM
20956 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20957 cvs-mode-map parent hack.
20958 (log-view-mode): Derive from special-mode.
20959
b932657b
SM
20960 * linum.el (linum-mode): window-size-change-functions is redundant.
20961 Adapt to new window-configuration-change-hook behavior.
20962 (linum-after-size, linum-after-config): Remove.
20963
1b700bca
SM
20964 * imenu.el (imenu-example--name-and-position)
20965 (imenu-example--lisp-extract-index-name)
20966 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20967 Mark as obsolete.
20968
28930e39
SM
20969 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20970 (inferior-prolog-mode): Use it.
20971 (inferior-prolog-load-file): Reset list of errors.
20972
c9af0b68
KH
209732009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20974
20975 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20976
20977 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20978
720c7cd6
MA
209792009-08-19 Michael Albinus <michael.albinus@gmx.de>
20980
20981 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20982 is running already.
20983
03a74b84
SM
209842009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20985
20986 * subr.el (listify-key-sequence-1): Use normal syntax since those
20987 integers are nowadays always represented by the same (positive) number
20988 on all platforms.
20989 (read-key-empty-map): New const.
20990 (read-key-delay): New var.
20991 (read-key): New function.
20992 (force-mode-line-update): Use with-current-buffer.
20993 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20994 (start-process-shell-command, start-file-process-shell-command):
20995 Discourage the use of command-args.
20996
f43e88d4
GM
209972009-08-19 Glenn Morris <rgm@gnu.org>
20998
20999 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21000
890429cc
SM
210012009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21002
85be9ec4
SM
21003 * simple.el (choose-completion-string): Don't rely on
21004 minibuffer-completing-file-name and ad-hoc checks to decide whether
21005 to continue completion or not.
21006
890429cc
SM
21007 * minibuffer.el (minibuffer-hide-completions): New function.
21008 (completion--do-completion): Use it.
21009 (completions-annotations): New face.
21010 (completion--insert-strings): Use it.
21011 (completion-pcm--delim-wild-regex): Add docstring.
21012 (completion-pcm--string->pattern): Add support for 0-width delimiters
21013 in completion-pcm--delim-wild-regex.
21014
265d4549
SM
210152009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21016
d440b941
SM
21017 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21018 Remove unused var `buffer-modified-p'.
21019
265d4549
SM
21020 * minibuffer.el (completion--do-completion): Move point for the #b001
21021 case as well (bug#4176).
21022 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21023
ba6f7d86
MA
210242009-08-18 Michael Albinus <michael.albinus@gmx.de>
21025
21026 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21027 and :session buses.
21028
98819490
KH
210292009-08-18 Kenichi Handa <handa@m17n.org>
21030
265d4549
SM
21031 * international/ucs-normalize.el (ucs-normalize-version):
21032 Change to 1.1.
58627cf0
KH
21033 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21034 (utf-8-hfs): Make it perform normalization on encoding too.
21035
98819490
KH
21036 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21037 (sentence-end-without-space): Delete duplicated chars.
21038 (sentence-end-base): Likewise.
e739cc85
KH
21039
21040 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21041 (html-mode): Delete duplicated chars from sentence-end-base.
21042
21043 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21044 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21045
645b9326
CY
210462009-08-17 Chong Yidong <cyd@stupidchicken.com>
21047
21048 * files.el (hack-one-local-variable): If the mode function is for
21049 a minor mode, pass it an argument (Bug#4148).
21050
56c195af
MA
210512009-08-17 Michael Albinus <michael.albinus@gmx.de>
21052
21053 * net/tramp.el (tramp-register-completion-file-name-handler):
21054 Check also for (member 'partial-completion completion-styles).
21055
7a55c78b
CY
210562009-08-16 Chong Yidong <cyd@stupidchicken.com>
21057
21058 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21059 abbrev (Bug#3943).
21060
be3e598a 210612009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21062
21063 * progmodes/cperl-mode.el: Merge upstream 6.2.
21064 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21065 (cperl-forward-re): Check cperl-brace-recursing.
21066 (cperl-highlight-charclass): New function.
21067 (cperl-find-pods-heres): Use it.
31cd2dd4 21068 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21069 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21070 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21071 (cperl-beautify-level): Don't process entire regexp.
21072 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21073 calling man.
21074 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21075 (cperl-init-faces): Build a list in the normal way.
21076
81b1f9c9
CY
210772009-08-16 Chong Yidong <cyd@stupidchicken.com>
21078
21079 * calendar/parse-time.el (parse-time-string-chars): Save match
21080 data.
21081
c3732cb8
SM
210822009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21083
55659495
SM
21084 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21085 (sql-product): Use it.
21086 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21087 (sql-set-product): Add completion.
21088 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21089 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21090 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21091 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21092 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21093 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21094 (sql-highlight-db2-keywords): Remove.
21095 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21096 (sql-highlight-product): Use derived-mode-p.
21097 (sql-set-sqli-buffer): Use with-current-buffer.
21098 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21099 Simplify.
21100
1ae79427
SM
21101 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21102
c3732cb8
SM
21103 * term.el: Fix commenting convention, turn comments into docstrings.
21104
f24b8bf3
CY
211052009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21106
21107 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21108
7b6fefac 211092009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21110
1200ac26 21111 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21112 character classes, to handle non-ascii characters (Bug#3190).
21113
211142009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21115
1abbe4e5
CY
21116 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21117 another heredoc if the user adds another < (Bug#3226).
21118
c3732cb8
SM
21119 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21120 Don't initialize based on window-system (Bug#4124).
19261da4 21121
daad00fc
CY
21122 * facemenu.el (facemenu-read-color): Use a completion function
21123 that accepts any defined color, such as RGB triplets (Bug#3677).
21124
e1bdde78
CY
21125 * files.el (get-free-disk-space): Change fallback default
21126 directory to /. Expand DIR argument before switching to fallback.
21127 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21128
9d73a99e
CY
211292009-08-15 Chong Yidong <cyd@stupidchicken.com>
21130
21131 * files.el (load-library): Doc fix.
21132
68b962d4 211332009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21134
953e0c1a 21135 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21136 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21137 incremental search string.
9d73a99e 21138
c3732cb8 21139 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21140 XEmacs.
9d73a99e 21141
c3732cb8
SM
21142 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21143 (ediff-merge-region-is-non-clash)
21144 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21145 Also check if the job is really a merge job.
9d73a99e 21146
c3732cb8 21147 * ediff.el (ediff-current-file): New function.
9d73a99e 21148
2e330adc
CY
211492009-08-15 Chong Yidong <cyd@stupidchicken.com>
21150
21151 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21152 conventions.
c3732cb8 21153 (js-insert-and-indent): Delete function.
2e330adc
CY
21154 (js-mode-map): Don't bind keys to js-insert-and-indent.
21155 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21156 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21157 (js-auto-indent-flag): Delete variable.
2e330adc 21158
17b5d0f7
CY
211592009-08-14 Chong Yidong <cyd@stupidchicken.com>
21160
c3732cb8
SM
21161 * progmodes/js.el: Remove proclaim statement.
21162 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21163
ba2d8894
CY
21164 * files.el (auto-mode-alist): Use js-mode for .js files.
21165
c3732cb8 21166 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21167
21168 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21169
21170 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21171
c3732cb8 21172 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21173
211742009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21175 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21176
21177 * progmodes/js.el: New file.
21178
b6377f1d
MH
211792009-08-14 Mark A. Hershberger <mah@everybody.org>
21180
21181 * timezone.el (timezone-parse-date): Add ability to understand ISO
21182 basic format (minimal separators) dates in addition to the
21183 already-supported extended format dates.
21184
bc0eef46
EZ
211852009-08-14 Eli Zaretskii <eliz@gnu.org>
21186
4e021e65
EZ
21187 * international/ucs-normalize.el: Add a `coding' file variable.
21188
bc0eef46
EZ
21189 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21190
53dab179
SS
211912009-08-14 Sam Steingold <sds@gnu.org>
21192
6801c38a 21193 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21194
6c58c39c
CY
211952009-08-13 Chong Yidong <cyd@stupidchicken.com>
21196
21197 * faces.el (help-argument-name): Define it here instead of
21198 help-fns.el, because in daemon mode help-fns.el may be loaded when
21199 faces are still uninitialized (Bug#1078).
21200
21201 * help-fns.el (help-argument-name): Move defface to faces.el.
21202
c7baf7e9
NR
212032009-08-13 Nick Roberts <nickrob@snap.net.nz>
21204
21205 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21206 create buffer with a pty but no process so that GDB can make the
21207 inferior the controlling process.
21208
9c40e995 212092009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21210
21211 * international/ucs-normalize.el: New file.
21212
8cdba32b
RS
212132009-08-13 Richard Stallman <rms@gnu.org>
21214
5c950923
RS
21215 * mail/rmail.el (rmail-get-attr-names):
21216 Accept an attribute header that is too short.
21217
76e1e40b
RS
21218 * mail/rmail.el (rmail-forget-messages):
21219 Ignore nil elt in rmail-message-vector. Use dotimes.
21220
1fc01b08
RS
21221 * progmodes/compile.el (compilation-goto-locus):
21222 Use next-error-move-function.
21223
8cdba32b
RS
21224 * simple.el (next-error-move-function): New variable.
21225
99910cf4
JL
212262009-08-12 Juri Linkov <juri@jurta.org>
21227
21228 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21229 always non-nil. (Bug#4052)
21230
21231 * replace.el (read-regexp): Return empty string when
21232 `default-value' is nil.
21233 (keep-lines-read-args): Don't use empty string as the
21234 default value for `read-regexp'. (Bug#2495)
21235
fc5bdf6c
JL
212362009-08-12 Juri Linkov <juri@jurta.org>
21237
21238 * international/mule-cmds.el (ucs-insert): Change arguments
21239 from `arg' to `character', `count', `inherit' to be the same
21240 as in `insert-char'. Doc fix. (Bug#4039)
21241
21242 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21243
77748848
JL
212442009-08-12 Juri Linkov <juri@jurta.org>
21245
21246 * files-x.el: New file.
21247
21248 * files.el: Move code that deals with adding/deleting
21249 file/directory-local variables to files-x.el.
21250
21251 * Makefile.in (ELCFILES): Add files-x.elc.
21252
c8a44c4e
DD
212532009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21254
27a9fd5a
DD
21255 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21256 to use `goto-line'.
21257 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21258 `goto-line'.
21259 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21260 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21261 threads list.
107ef54a 21262 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21263 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21264 (gdb-stopped): ...here so it's sent when first thread stops.
21265 (gdb-registers-handler-custom): Do nothing if register names are
21266 unknown yet.
27a9fd5a 21267
c8a44c4e
DD
21268 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21269 from `gdb-mi.el' to avoid extra tangling.
21270
21271 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21272 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21273 (gdb-update-gud-running): No extra fuss for updating frame number.
21274
dfd4e693
SM
212752009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21276
51c4341f
SM
21277 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21278 (describe-language-environment-map, setup-language-environment-map)
21279 (set-coding-system-map): Move initialization into declaration.
21280 (set-language-info-alist): Last arg to define-key-after can be skipped.
21281
21282 * international/quail.el (quail-completion-1): Simplify.
21283 (quail-define-rules): Use slightly more compact code.
21284 (quail-insert-decode-map): Propertize keys, compact columns.
21285
dfd4e693
SM
21286 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21287 Add goto-line.
21288
83326559
MB
212892009-08-10 Miles Bader <miles@gnu.org>
21290
21291 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21292 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21293 (js2-instance-member, js2-private-member, js2-private-function-call)
21294 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21295 (js2-magic-paren, js2-external-variable):
21296 Remove "-face" suffix from face names.
21297 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21298 (js2-highlight-undeclared-vars, js2-peek-token)
21299 (js2-parse-function-params, js2-mode-show-errors)
21300 (js2-mode-show-warnings, js2-make-magic-delimiter)
21301 (js2-mode-highlight-magic-parens): Update to use new face names.
21302
8e754ea2
MA
213032009-08-09 Michael Albinus <michael.albinus@gmx.de>
21304
21305 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21306 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21307
1c292fc7
CY
213082009-08-09 Chong Yidong <cyd@stupidchicken.com>
21309
18d433a7
CY
21310 * subr.el: Provide hashtable-print-readable.
21311
1c292fc7
CY
21312 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21313 hs-c-like-adjust-block-beginning.
21314 (hs-hide-block-at-point): Stop hiding at the beginning of
21315 hs-block-end-regexp (Bug#700).
21316
2db0ae07
DD
213172009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21318
21319 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21320 a macro.
21321 (gdb-registers-handler-custom): Do not fail when register names
21322 are unavailable.
21323
fe4740a6
DD
213242009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21325
21326 * progmodes/gdb-mi.el (gdb-control-all-threads)
21327 (gdb-control-current-thread): Interactive setters for
21328 `gdb-gud-control-all-threads' to use in menu.
21329 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21330 (gud-tool-bar-map): Add non-stop/A,T indicator.
21331 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21332
ce299d55
CY
213332009-08-08 Yoni Rabkin <yoni@rabkins.net>
21334
21335 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21336 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21337 (net-utils-mode): New mode for viewing diagnostic network output.
21338 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21339 (net-utils-run-simple): New function.
21340 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21341
7c4654ad
DD
213422009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21343
21344 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21345 (gdb-memory-set-address, def-gdb-set-positive-number)
21346 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21347 after changing settings.
21348 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21349 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21350 (gdb-registers-handler-custom): Print registers in right order and
21351 allow changing register values (only for current thread yet).
9cbac26b
DD
21352 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21353 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21354 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21355 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21356 Thread info in mode name.
9cbac26b 21357 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21358
0f25a277
EZ
213592009-08-08 Eli Zaretskii <eliz@gnu.org>
21360
21361 * mail/rmail.el (rmail-add-mbox-headers)
21362 (rmail-set-message-counters-counter): Search for
21363 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21364
b971be60
GM
213652009-08-08 Glenn Morris <rgm@gnu.org>
21366
21367 * Makefile.in (ELCFILES): Update.
21368
a35d3ad8
EZ
213692009-08-07 Eli Zaretskii <eliz@gnu.org>
21370
6a7662bb
BR
21371 * mail/sendmail.el (mail-yank-original):
21372 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21373 text is yanked.
21374
8b0bcc2e
EZ
21375 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21376 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21377 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21378 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21379 (calc-graph-init): Don't send -display and -geometry to
21380 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21381 running "pgnuplot -V" with shell-command-to-string.
21382
21383 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21384 the default.
21385
213862009-08-07 Eli Zaretskii <eliz@gnu.org>
21387
21388 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21389 org/org-latex.elc.
21390
3bca7ca5
DN
213912009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21392
3c53763c
DN
21393 * vc-dispatcher.el (vc-resynch-window): Update comment.
21394
3bca7ca5
DN
21395 * term.el (term-handle-ansi-escape): Add comments with the
21396 terminfo capabilities implemented.
21397
7b217360
DD
213982009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21399
5f9d345c 21400 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21401 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21402 (gdb-propertize-header): Move earlier.
21403 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21404 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21405 Refresh disassembly buffers only after threads list have been
21406 update.
21407 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21408 variables.
21409
b4d84ecf
JL
214102009-08-04 Juri Linkov <juri@jurta.org>
21411
21412 * files.el: Commands to add/delete file/directory-local variables.
21413 (read-file-local-variable, read-file-local-variable-value)
21414 (read-file-local-variable-mode, modify-file-local-variable)
21415 (modify-file-local-variable-prop-line)
21416 (modify-dir-local-variable): New functions.
21417 (add-file-local-variable, delete-file-local-variable)
21418 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21419 (add-dir-local-variable, delete-dir-local-variable)
21420 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21421 (copy-dir-locals-to-file-locals-prop-line): New commands.
21422
42da39c1
CY
214232009-08-04 Chong Yidong <cyd@stupidchicken.com>
21424
21425 * abbrev.el (insert-abbrev-table-description): Prettify output.
21426 Suggested by Karl Chen.
21427
98bf8494
DD
214282009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21429
78b9fb28 21430 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21431 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21432 (gdb-overlay-arrow-position, gdb-thread-position)
21433 (gdb-disassembly-position): Declare variables.
21434 (gdb-wait-for-pending): Function now.
21435 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21436 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21437 compilation goes smoothly.
21438 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21439 (gdb-non-stop-setting): New customization setting which replaces
21440 `gdb-non-stop' so changing it doesn't break active GDB session.
21441 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21442 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21443 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21444 (gdb-show-threads-by-default): New customization options.
21445 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21446 routines.
21447 (gdb-get-buffer-create): Send buffers update signal when they are
21448 created.
21449 (gdb-invalidate-locals, gdb-invalidate-registers)
21450 (gdb-invalidate-breakpoints)
21451 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21452 (gdb-invalidate-memory): Accept update signal.
21453 (gdb-current-context-command): Use --frame option.
21454 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21455 Implement `gdb-frame-number' selection logic.
21456 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21457 whether to show GUD toolbar buttons.
21458 (gdb-thread-exited): Unselect current thread when it exits.
21459 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21460 (gdb-mark-line): Routine which sets overlay arrow or inverses
21461 video on fringeless displays.
21462 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21463 to build aligned columns of data in GDB buffers and set text
21464 properties line-by-line.
21465 (gdb-invalidate-breakpoints)
21466 (gdb-breakpoints-list-handler-custom)
21467 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21468 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21469 (gdb-registers-handler-custom): Align data columns.
21470 (gdb-locals-handler-custom): Now prints data like in variable
21471 declarations.
21472 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21473 Remove confusing buttons.
78b9fb28
DD
21474 (gdb-invalidate-threads): Append --frame.
21475 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21476 between breakpoints/threads buffers.
21477 (gdb-set-window-buffer): Now can ignore dedicated windows.
21478 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21479 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21480 (def-gdb-thread-buffer-gud-command): Replaces
21481 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21482 for fine thread control.
21483 (gdb-preempt-existing-or-display-buffer): New function used to
21484 display bound buffers without breaking window layout.
21485 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21486 (gdb-select-frame): New version of `gdb-frames-select' which now
21487 sets `gdb-frame-number' so commands may use --frame option instead
21488 of inner debugger state.
21489 (gdb-frame-handler): Do not set `gdb-frame-number'.
21490 (gdb-threads-mode-map): Select threads with mouse.
21491
21492 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21493 avoid compilation warning.
21494 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21495 `gdb-show-stop-p`.
21496
566f3909
DD
21497 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21498 Argument `key' renamed to `buffer-type'.
21499 (gdb-current-context-buffer-name): Do not add thread info to
21500 buffer name when no thread is selected.
21501 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21502 command (bug 3794).
21503 (gdb-thread-selected): Handle `=thread-selected' notification.
21504 (gdb-wait-for-pending): New macro to deal with congestion problems.
21505 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21506 breakpoints.
7b6fefac
JB
21507 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21508 This fixes problem similar to one described in bug 3947.
566f3909
DD
21509 (gud-menu-map): More menu items.
21510 (gdb-init-1): Reset `gdb-thread-number' to nil.
21511
4a31122c
DD
21512 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21513 non-stop settings.
21514
21515 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21516 (gdb-current-context-command): Do not append --thread if
21517 `gdb-thread-number' is nil.
6a7662bb
BR
21518 (gdb-running-threads-count, gdb-stopped-threads-count):
21519 New variables.
4a31122c 21520 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21521 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21522 New customization options.
4a31122c
DD
21523 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21524 GUD commands.
7b6fefac 21525 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21526 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21527 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21528 set `gdb-thread-number' and update `gud-running' properly.
21529 (gdb-running): Update threads list when new threads appear.
21530 (gdb-stopped): Support non-stop operation and new thread switching
21531 logic.
21532 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21533 (gdb-json-partial-output): New set of JSON routines.
21534 (def-gdb-auto-update-trigger): New `signal-list' optional
21535 argument.
21536 (gdb-thread-list-handler-custom): Update `gud-running',
21537 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21538 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21539 (gdb-continue-thread, gdb-step-thread): New commands for fine
21540 thread execution control.
21541 (gud-menu-map): New menu items to switch non-stop options.
21542 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21543 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21544
21545 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21546 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21547 gdb-buffer-rules.
21548 (def-gdb-auto-update-handler): New nopreserve optional argument.
21549 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21550
88b5a757 21551 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21552 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21553 (gdb-parent-mode): New mode to derive other GDB modes from.
21554 (gdb-display-disassembly-for-thread)
21555 (gdb-frame-disassembly-for-thread): New commands for threads
21556 buffer.
21557
21558 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21559 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21560 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21561 (gdb-update): We now store all GDB buffers in a list so that they
21562 can be updated by traversing a list instead of calling invalidate
7b6fefac 21563 triggers explicitly.
a5c9f540
DD
21564 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21565 pair for GDB buffer.
21566 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21567 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21568 handle pending triggers.
21569 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21570 (def-gdb-thread-buffer-simple-command)
21571 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21572 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21573 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21574 New commands which show buffers bound to thread.
88b5a757 21575 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21576
7b6fefac
JB
21577 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21578 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21579 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21580 to (gud-comint-buffer) in *-buffer-name functions
21581 because (gdb-get-target-string) already does that.
21582 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21583 (gdb-changed-registers-handler): Rewritten without regexps.
21584
ba214964 21585 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21586 (gdb-thread-number): New variable.
21587 (gdb-current-context-command): New macro which adds --thread
21588 option to command.
7b6fefac 21589 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21590 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21591 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21592 (gdb-select-thread): New command which selects current thread.
21593 (gdb-invalidate-frames, gdb-invalidate-locals)
21594 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21595
2ac33804
MA
215962009-08-04 Michael Albinus <michael.albinus@gmx.de>
21597
21598 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21599 robust. (Bug#3977)
2ac33804
MA
21600 (tramp-handle-insert-file-contents): `unwind-protect' must be
21601 inside `with-parsed-tramp-file-name'.
21602
21603 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21604 fails.
21605
39d0296f
NR
216062009-08-03 Nick Roberts <nickrob@snap.net.nz>
21607
21608 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21609 directory if CLASSPATH is not set.
21610
adcbca53
MA
216112009-08-03 Michael Albinus <michael.albinus@gmx.de>
21612
7b6fefac
JB
21613 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21614 New defconst.
7ef849b6 21615 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21616
30924b0b
CY
216172009-08-02 Kevin Ryde <user42@zip.com.au>
21618
7b6fefac
JB
21619 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21620 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21621
b6ce92f1
CY
216222009-08-02 Chong Yidong <cyd@stupidchicken.com>
21623
d977a092
CY
21624 * select.el (x-set-selection): Doc fix (Bug#4021).
21625
21626 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21627
b6ce92f1
CY
21628 * help-fns.el (describe-variable): Treat list return values from
21629 dir-locals-find-file properly (Bug#4005).
21630
7b6fefac 216312009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21632
21633 * net/tramp.el (tramp-debug-message): Print also microseconds.
21634
216352009-08-02 Michael Albinus <michael.albinus@gmx.de>
21636
21637 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21638 or END is non-nil.
21639 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21640 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21641 format.
21642
5ce6e4f4 21643 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21644 (tramp-get-file-property): Use it.
21645
6a7662bb
BR
21646 * autorevert.el (auto-revert-handler):
21647 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21648
2aafe808
JR
216492009-08-02 Jason Rumney <jasonr@gnu.org>
21650
21651 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21652 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21653
e094097c
CY
216542009-08-02 Chong Yidong <cyd@stupidchicken.com>
21655
21656 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21657 (font-lock-variable-name-face, font-lock-constant-face):
21658 Darken the colors for light backgrounds.
e094097c 21659
de94f281
EZ
216602009-08-01 Eli Zaretskii <eliz@gnu.org>
21661
21662 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21663 month names. (Bug#3987)
21664
54b99340
CY
216652009-07-31 Chong Yidong <cyd@stupidchicken.com>
21666
21667 * simple.el (line-move-finish): Pass whole number to
21668 line-move-to-column.
34be836c 21669 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21670
38216c30
JB
216712009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21672
21673 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21674
c779896d
CY
216752009-07-29 Alan Mackenzie <acm@muc.de>
21676
21677 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21678
592ccae0
DD
216792009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21680
35edc6c6
DD
21681 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21682 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21683
5a9e3ab7
JB
216842009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21685
21686 * calc/calc.el (calc-mode-map): Add keybinding for
21687 `calc-transpose-lines'.
21688
7b6fefac 216892009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21690
21691 * calc/calc-misc.el (calc-transpose-lines): New function.
21692
905fb90e
MA
216932009-07-28 Michael Albinus <michael.albinus@gmx.de>
21694
21695 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21696 Simplify check for out-of-band methods.
21697 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21698 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21699
76e14464
DN
217002009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21701
21702 * vc-git.el (vc-git-checkin): Fix typo.
21703
6088b51f 217042009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21705
21706 * progmodes/js2-mode.el: New file.
21707
b85157fe
NR
217082009-07-28 Nick Roberts <nickrob@snap.net.nz>
21709
21710 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21711 (gud-menu-map): Adjust tooltip accordingly.
21712
d43c2b06
DN
217132009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21714
1c0f0c3b
DN
21715 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21716 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21717
d43c2b06
DN
21718 * add-log.el (change-log-mode-map): Add a menu.
21719
3dec5c36
MA
217202009-07-27 Michael Albinus <michael.albinus@gmx.de>
21721
21722 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21723 function returns nil.
21724 (dbus-handle-event): Handle special return value :ignore.
21725 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21726
5704140c
CY
217272009-07-26 Chong Yidong <cyd@stupidchicken.com>
21728
21729 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21730 it's not needed.
21731
3077d1f6
EZ
217322009-07-25 Eli Zaretskii <eliz@gnu.org>
21733
21734 Fix Bug#3888:
21735
21736 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21737
21738 * term/pc-win.el (x-display-name, x-colors)
21739 (x-select-enable-clipboard, x-select-text): Doc fix.
21740
21741 * term/common-win.el (x-display-name, x-colors): Doc fix.
21742
21743 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21744 (xw-defined-colors): Doc fix.
21745
21746 * w32-fns.el (x-select-text, x-setup-function-keys)
21747 (x-get-selection, x-set-selection): Doc fix.
21748
21749 * term/x-win.el (x-select-text, x-setup-function-keys)
21750 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21751
21752 * select.el (x-set-selection): Doc fix.
21753
51768bc8
MA
217542009-07-25 Michael Albinus <michael.albinus@gmx.de>
21755
21756 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21757 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21758 "IsNSSSupportAvailable" method is not available.
21759 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21760
b11c2874
KH
217612009-07-24 Kenichi Handa <handa@m17n.org>
21762
21763 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21764 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21765 (build-unicode-category-table): Fix range checks.
21766
ba83b7b6
DN
217672009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21768
21769 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21770 the buffer we try to sync is current when calling
21771 vc-resynch-buffer.
21772
21773 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21774 not show up to date files.
21775
7a8ae964
GM
217762009-07-24 Glenn Morris <rgm@gnu.org>
21777
21778 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21779 Add autoload cookies. If necessary, initialize.
21780 (elint-log): Handle non-file buffers.
21781 (elint-initialize): Add optional argument to reinitialize.
21782 (elint-find-builtin-variables): Save excursion.
21783
a707eb05
DN
217842009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21785
21786 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21787 for Lint.
21788
0a2ddfa6
DN
217892009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21790
d6a62b0d
DN
21791 * vc.el (vc-print-log-internal): New function, split out from ...
21792 (vc-print-log): ... here.
10b5dcad 21793 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21794
0a2ddfa6
DN
21795 * vc-git.el (vc-git-add-signoff): New variable.
21796 (vc-git-checkin): Use it.
21797 (vc-git-toggle-signoff): New function.
21798 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21799 (vc-git--run-command-string): Accept a nil FILE argument.
21800 (vc-git-stash-list): New function.
21801 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21802
589a99f2
GM
218032009-07-23 Glenn Morris <rgm@gnu.org>
21804
21805 * help-fns.el (describe-variable): Describe ignored and risky local
21806 variables in a similar way to that in which we describe safe ones.
21807
21808 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21809 (byte-compile-output-file-form, byte-compile-output-docform)
21810 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21811 Give some more local variables with common names a "bytecomp-" prefix,
21812 so as not to shadow things during compilation.
21813 * emacs-lisp/cl-macs.el (load-time-value)
21814 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21815 `outbuffer' to `bytecomp-outbuffer'.
21816
21817 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21818 since the next two variables cover them automatically now.
21819 (elint-builtin-variables, elint-autoloaded-variables): New.
21820 (elint-unknown-builtin-args): Remove all members, since they can be
21821 parsed automatically now.
21822 (elint-extra-errors): New.
21823 (elint-env-add-env, elint-env-add-macro): Use cadr.
21824 (elint-current-buffer): Use or. Change final message.
21825 (elint-get-top-forms): Use line-end-position.
21826 (elint-init-env): Use cadr. Handle autoload, declare-function,
21827 and defalias.
21828 (elint-add-required-env): Doc fix. Use or. Standardize error.
21829 (regexp-assoc): Remove unused function.
21830 (elint-top-form): Set elint-current-pos, to record the start of the
21831 top-level form, for compilation-mode.
21832 (elint-form): Trap errors in macro expansion. Use dolist.
21833 (elint-unbound-variable): Use elint-builtin-variables and
21834 elint-autoloaded-variables.
21835 (elint-get-args): Use cadr, or.
21836 (elint-check-cond-form): Use dolist, cadr.
21837 (elint-check-condition-case-form): Doc fix. Use cadr.
21838 Use elint-extra-errors.
21839 (elint-log): New function.
21840 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21841 Distinguish errors and warnings.
21842 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21843 Use a bytecomp-style format.
21844 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21845 (elint-get-log-buffer): Use compilation mode. Disable undo.
21846 Don't truncate lines.
21847 (elint-initialize): Set builtin and autoloaded variable lists.
21848 Only process elint-unknown-builtin-args if non-nil.
21849 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21850 New functions.
21851 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21852
855b42a2
GM
218532009-07-22 Kevin Ryde <user42@zip.com.au>
21854
21855 * net/newst-backend.el (newsticker--parse-atom-1.0)
21856 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21857 (newsticker--parse-rss-1.0):
21858 * progmodes/idlwave.el (idlwave-mode):
21859 * progmodes/idlw-shell.el (idlwave-shell-mode):
21860 * progmodes/vera-mode.el (vera-mode):
21861 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21862 * progmodes/vhdl-mode.el (vhdl-mode):
21863 * textmodes/table.el (table-generate-source)
21864 (table--warn-incompatibility):
21865 Hyperlink urls in docstrings with URL `...'.
21866
fd413a37
GM
218672009-07-22 Glenn Morris <rgm@gnu.org>
21868
cb711556
GM
21869 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21870 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21871 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21872 Remove leading * from defcustom docs.
21873
fd413a37
GM
21874 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21875
21876 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21877 defcustom doc.
21878 (list-load-path-shadows): Optionally, just return shadows as a string.
21879
21880 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21881
a4f69701
CY
218822009-07-21 Chong Yidong <cyd@stupidchicken.com>
21883
6a7662bb
BR
21884 * mail/rmailedit.el (rmail-edit-mode):
21885 Use auto-save-include-big-deletions.
a4f69701 21886
6a7662bb
BR
21887 * mail/rmail.el (rmail-variables):
21888 Use auto-save-include-big-deletions.
a4f69701
CY
21889
21890 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21891 changes.
21892
ec06459c
JB
218932009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21894
21895 * calc/calc.el (calc-undo-length): New variable.
21896 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21897
b41b0976
RS
218982009-07-21 Richard Stallman <rms@gnu.org>
21899
21900 * files.el (auto-save-mode): Handle buffer-save-size = -2
21901 for toggling mode.
21902
4ed32706
GM
219032009-07-21 Glenn Morris <rgm@gnu.org>
21904
531b1264
GM
21905 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21906
55d27f41
GM
21907 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21908
02df3f4d
GM
21909 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21910 silence compiler. Instead...
21911 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21912 (ps-print-ensure-fontified): Update for above function name changes.
21913
fdd8417e
GM
21914 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21915 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21916 silence compiler. Instead...
21917 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21918 (mh-show-buffer): Only define for compiler.
21919 (pr-mh-current-message): Update for above function name changes.
21920
4ed32706
GM
21921 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21922 as an argument.
21923 (find-file-noselect, insert-file-1): Update for above change.
21924
21925 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21926
21927 * mail/mailclient.el (mailclient-send-it): Fix message.
21928
21929 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21930 (edebug-eval): Check cl-debug-env is bound.
21931 (print-level, print-circle): Don't redefine built-in variables.
21932
21933 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21934 (custom-print-vectors): Remove old comments from doc.
21935
21936 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21937 (emerge-version): Make the variable an obsolete alias for the
21938 emacs-version variable. Make the function obsolete.
21939 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21940 Emerge options, rather than merging in into the main Options menu.
21941 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21942 and auto advance modes. Disable edit/fast items when not relevant.
21943
86812144
CY
219442009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21945
21946 * term/vt420.el (terminal-init-vt420): Fix typo.
21947
6bb90094
SS
219482009-07-20 Sam Steingold <sds@gnu.org>
21949
21950 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21951 variable (removed from compile.el on 2004-03-11).
21952
42e0a725
CY
219532009-07-20 Chong Yidong <cyd@stupidchicken.com>
21954
21955 * files.el (hack-local-variables-filter): Fix last change.
21956
2ee20f24
JL
219572009-07-19 Juri Linkov <juri@jurta.org>
21958
21959 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21960 (dir-local-variables-alist): New buffer-local variable.
21961 (hack-local-variables-filter): If variable is not dir-local,
21962 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21963 because file-local overrides dir-local.
3570691b 21964 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21965 Remove obsolete declaration.
21966 (hack-dir-local-variables): Add dir-local variable/value pair to
21967 `dir-local-variables-alist' and remove duplicates. Doc fix.
21968
21969 * help-fns.el (describe-variable): Add information about
21970 file-local and dir-local variables.
21971
89bf83cd
CY
219722009-07-19 Chong Yidong <cyd@stupidchicken.com>
21973
21974 * files.el (hack-local-variables-filter): Rewrite.
21975
1a8d3541
GM
219762009-07-19 Glenn Morris <rgm@gnu.org>
21977
d9e8a018
GM
21978 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21979 Silence compiler by only defining on XEmacs.
21980
da332cfb
GM
21981 * international/mule.el (auto-coding-regexp-alist): Only match
21982 BABYL... at the start of buffer, not of lines. (Bug#3790)
21983
1a8d3541
GM
21984 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21985 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21986 (cal-menu-context-mouse-menu): Doc fix.
21987
21988 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21989
21990 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21991
d842b103
JL
219922009-07-18 Juri Linkov <juri@jurta.org>
21993
21994 * info.el: Virtual Info keyword finder.
3570691b 21995 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21996 (Info-finder-file): New variable.
21997 (Info-finder-find-file): New function.
21998 (finder-known-keywords, finder-package-info)
21999 (find-library-name, lm-commentary): Use defvar and
22000 declare-function to silence compiler warnings.
22001 (Info-finder-find-node): New function.
22002 (info-finder): New command.
22003
22004 * subr.el (process-kill-buffer-query-function): New function.
22005 (add-hook)<kill-buffer-query-functions>: Add hook
22006 `process-kill-buffer-query-function'.
22007
10d37df7
AM
220082009-07-18 Alan Mackenzie <acm@muc.de>
22009
7b6fefac 22010 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22011 (c-postprocess-file-styles): Give invocation of `c-set-style'
22012 DONT-OVERRIDE parameter of t. Already set style variables will
22013 thus not be overridden by style settings given by `c-file-syle'.
22014
22015 * files.el (hack-local-variables-filter): Remove entries with
22016 duplicate keys from `file-local-variables-alist'.
22017
102e1a41
EZ
220182009-07-18 Eli Zaretskii <eliz@gnu.org>
22019
22020 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22021 x-set-selection if display-selections-p returns nil for the
22022 current frame.
22023
16f2e9fc
CY
220242009-07-18 Chong Yidong <cyd@stupidchicken.com>
22025
22026 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22027
f22693fc
EZ
220282009-07-18 Eli Zaretskii <eliz@gnu.org>
22029
a6c2c80c
EZ
22030 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22031 Accept nil in addition to a regexp.
22032 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22033 Accept nil in addition to a regexp.
22034 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22035 buffers that have an associated file. Handle nil values of
22036 desktop-buffers-not-to-save and desktop-files-not-to-save.
22037 (Bug#3833)
22038
f22693fc
EZ
22039 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22040 (x-disown-selection-internal): New functions.
22041
e456379a
NR
220422009-07-18 Nick Roberts <nickrob@snap.net.nz>
22043
22044 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22045 warning.
22046 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22047 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22048
0013b70f
CY
220492009-07-18 David De La Harpe Golden <david@harpegolden.net>
22050
22051 * simple.el (set-mark): Revert last change.
22052
0855c2ca
CY
220532009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22054
22055 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22056 rendering of pngs is not possible instead of messaging a long
22057 description.
22058
3f5c9cad
CY
220592009-07-17 David De La Harpe Golden <david@harpegolden.net>
22060
22061 * w32-fns.el (x-selection-owner-p): New function.
22062
22063 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22064 (mouse-yank-at-click, mouse-yank-primary):
22065 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22066 insertion.
3f5c9cad
CY
22067
22068 * simple.el (deactivate-mark, set-mark): Only save selection if we
22069 own it.
22070
1fc87f9b
KH
220712009-07-17 Kenichi Handa <handa@m17n.org>
22072
22073 * case-table.el (describe-buffer-case-table): Fix for the case
22074 that KEY is a cons.
22075
d56fdcd2
DN
220762009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22077
22078 * vc-rcs.el (vc-rcs-find-file-hook):
22079 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22080
bede3e9f
MA
220812009-07-16 Michael Albinus <michael.albinus@gmx.de>
22082
22083 * net/tramp.el (tramp-wait-for-output): Handle the case when
22084 commands do not return a newline but a null byte before the shell
22085 prompt. (Bug#3858)
22086
7653ca1d
YM
220872009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22088
22089 * term/ns-win.el (ns-set-alpha): Don't declare.
22090 (ns-set-background-alpha): Remove function.
22091
ed2a52e9
SM
220922009-07-16 Kevin Ryde <user42@zip.com.au>
22093
22094 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22095 y-or-n-p, for safety.
22096
7a907299
RS
220972009-07-16 Richard Stallman <rms@gnu.org>
22098
22099 * files.el (auto-save-mode): If buffer-saved-size is -2,
22100 don't clobber it.
22101
22102 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22103 (rmail-retry-ignored-headers): Add more uninteresting fields.
22104
c0db3477
CY
221052009-07-15 Jari Aalto <jari.aalto@cante.net>
22106
22107 * net/rcirc.el (rcirc): Use history variables.
22108 (rcirc-server-name-history, rcirc-nick-name-history)
22109 (rcirc-server-port-history): New variables.
22110
6c875452
KH
221112009-07-15 Kenichi Handa <handa@m17n.org>
22112
bf974dc9
KH
22113 * international/mule-cmds.el (set-language-environment-charset):
22114 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22115 ignore them.
22116
6c875452
KH
22117 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22118 Delete unibyte-display.
22119
2066b4fe
CY
221202009-07-15 Chong Yidong <cyd@stupidchicken.com>
22121
22122 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22123
f9be2e35
CY
221242009-07-15 Chong Yidong <cyd@stupidchicken.com>
22125
22126 * simple.el (deactivate-mark): Optional argument FORCE.
22127 (set-mark): Use deactivate-mark.
22128
22129 * info.el (Info-search): No need to check transient-mark-mode
22130 before calling deactivate-mark.
22131
22132 * select.el (x-set-selection): Doc fix.
22133 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22134 (xselect--selection-bounds): Handle buffer values.
22135 Suggested by David De La Harpe Golden.
f9be2e35 22136
6a7662bb
BR
22137 * mouse.el (mouse-set-region, mouse-drag-track):
22138 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22139 select-active-regions work.
22140
be3e598a 221412009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22142
22143 * simple.el (deactivate-mark): If select-active-regions is
22144 non-nil, copy the selection data into a string.
22145 (activate-mark): If select-active-regions is non-nil, set the
22146 selection to the current buffer.
22147 (set-mark): Update selection if select-active-regions is non-nil.
22148
22149 * select.el (x-valid-simple-selection-p): Allow buffer values.
22150
cbd61418
SM
221512009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22152
22153 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22154 and more featureful message-mode.
22155
f470187f
CY
221562009-07-14 Chong Yidong <cyd@stupidchicken.com>
22157
22158 * select.el (x-set-selection): Doc fix.
22159 (x-valid-simple-selection-p): Disallow selection data consisting
22160 of a list or cons of integers, since that is not used.
22161 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22162 (xselect-convert-to-string, xselect-convert-to-length)
22163 (xselect-convert-to-filename, xselect-convert-to-charpos)
22164 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22165
bfc99364
DD
221662009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22167
22168 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22169 output in -break-info command (Emacs bug #3794).
22170
e32721f5
GM
221712009-07-14 Glenn Morris <rgm@gnu.org>
22172
1e46f9e4
GM
22173 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22174 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22175 (edebug-print-length, edebug-print-level, edebug-print-circle)
22176 (edebug-sit-for-seconds, edebug-view-outside)
22177 (edebug-bounce-point, edebug-set-global-break-condition)
22178 (edebug-Go-nonstop-mode, edebug-trace-mode)
22179 (edebug-Trace-fast-mode, edebug-continue-mode)
22180 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22181 (edebug-visit-eval-list): Doc fixes.
22182
e32721f5
GM
22183 * subr.el (def-edebug-spec): Doc fix.
22184
66a85e76
KH
221852009-07-14 Kenichi Handa <handa@m17n.org>
22186
22187 * international/characters.el: Fix setting of category ?C.
22188
28571246
JD
221892009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22190
7b6fefac 22191 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22192 ns-popup-font-panel instead of generate-fontset-menu.
22193
5d74672c
EZ
221942009-07-12 Eli Zaretskii <eliz@gnu.org>
22195
7b6fefac 22196 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22197
eb1727a4
CY
221982009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22199
22200 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22201 the PK\003\004 header (Bug#3770).
22202
208384c5
CY
222032009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22204
22205 * pcomplete.el (pcomplete-comint-setup): Check for
22206 shell-dynamic-complete-filename too.
22207
774409a1
CY
222082009-07-11 Chong Yidong <cyd@stupidchicken.com>
22209
22210 * simple.el (temporary-goal-column): Change the value for
22211 line-move-visual to a cons cell.
22212 (line-move-visual): Record or set the window hscroll, if
22213 necessary (Bug#3494).
22214 (line-move-1): Handle cons value of temporary-goal-column.
22215
1639ee1d
KH
222162009-07-11 Kenichi Handa <handa@m17n.org>
22217
22218 * international/mule-diag.el (describe-character-set): Don't show
22219 width.
22220
2b1d2412
SS
222212009-07-10 Sam Steingold <sds@gnu.org>
22222
22223 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22224 Omake sometimes indents the errors it prints, so allow all
22225 regexps to start with spaces.
22226
ed3a5691
EZ
222272009-07-10 Eli Zaretskii <eliz@gnu.org>
22228
ed2a52e9
SM
22229 * cus-edit.el (customize-changed-options-previous-release):
22230 Bump value to 22.1. (Bug#3804)
ed3a5691 22231
49405d0e
SS
222322009-07-08 Sam Steingold <sds@gnu.org>
22233
22234 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22235 to be a cons cell (test . ignored-directory) to selectively ignore
22236 some directories depending on the location of the search.
22237
93c3eb7c
MA
222382009-07-08 Michael Albinus <michael.albinus@gmx.de>
22239
22240 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22241 remote user is root, on the local host.
22242 (tramp-local-host-p): Either the local user or the remote user
22243 must be root. (Bug#3771)
22244
6f2a8484
NR
222452009-07-08 Nick Roberts <nickrob@snap.net.nz>
22246
22247 * progmodes/gdb-mi.el (gdb): Remove description of
22248 gdb-use-separate-io-buffer.
69cb8d82 22249 (menu): Don't allow toggling of or enable
6f2a8484
NR
22250 gdb-use-separate-io-buffer from menubar.
22251
88d03607
CY
222522009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22253
22254 * mail/unrmail.el (unrmail): Make sure the message ends with two
22255 newlines (Bug#3769).
22256
7ef5b8b2
GM
222572009-07-08 Glenn Morris <rgm@gnu.org>
22258
22259 * calendar/calendar.el (calendar-current-date): Rework previous change.
22260
3ce82f97
GM
222612009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22262
22263 * calendar/calendar.el (calendar-current-date):
22264 Add an optional argument giving an offset from today.
22265
f35fc841
GM
222662009-07-08 Glenn Morris <rgm@gnu.org>
22267
22268 * tutorial.el (tutorial--describe-nonstandard-key):
22269 Adjust the message for when a key has been unbound.
22270 (help-with-tutorial): Hide the arch-tag.
22271
40149292
KH
222722009-07-08 Kenichi Handa <handa@m17n.org>
22273
69cb8d82
KH
22274 * international/fontset.el (setup-default-fontset): For each
22275 script, append (not set) font-specs.
22276
40149292
KH
22277 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22278 docstring.
22279
ff0c4194
NR
222802009-07-08 Nick Roberts <nickrob@snap.net.nz>
22281
22282 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22283 -data-list-register-names to ...
22284 (gdb-starting): ... here because GDB 7.0 requires execution to
22285 have started when using this MI command.
22286 (gdb-set-header): New function to distinguish select and
22287 unselected tabs in gdb buffers.
22288 (gdb-propertize-header): New macro that uses gdb-set-header.
22289 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22290 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22291
8954c675
CY
222922009-07-07 Chong Yidong <cyd@stupidchicken.com>
22293
22294 * Makefile.in (ELCFILES): Remove fadr.elc.
22295
0996385d
DD
222962009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22297
dc6b4519
DD
22298 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22299 may contain frame information, so `string-match' should be used.
22300 (gdb-update): Disassembly is invalidated through
22301 `gdb-get-selected-frame'.
22302 (gdb-pad-string): New function to pad string with spaces.
22303 (gdb-invalidate-disassembly): Invalidate only if the buffer
22304 exists.
22305 (gdb-disassembly-handler-custom): Column alignment.
22306 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22307 placing new ones.
22308 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22309 end of line, too.
22310 (gdb-frame-handler): Match convention to for disassembly buffer
22311 mode name.
17c1380b 22312 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22313 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22314 not highlight breakpoints without line information.
69a197a2 22315 (gdb-input): Add trailing newline to command.
dc6b4519 22316
14340b25
DD
22317 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22318 buffer properly.
22319 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22320 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22321 now.
22322 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22323 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22324 to place breakpoints.
14340b25
DD
22325 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22326 functions.
22327 (gdb-disassembly-handler-custom): Show overlay arrow.
22328 (gdb-disassembly-place-breakpoints): Show breakpoints in
22329 disassembly buffer.
22330 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22331 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22332 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22333 in `gud-menu-map'.
14340b25 22334
38d4f316 22335 * fadr.el: Remove.
1f2a6224 22336
7b6fefac 22337 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22338 (gdb-memory-address): New variable which holds top address of
7b6fefac 22339 memory page shown in memory buffer.
6a7662bb
BR
22340 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22341 New customization variables.
0996385d
DD
22342 New functions:
22343 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22344 display the memory buffer.
22345 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22346 buffer display parameters.
22347 (def-gdb-memory-format, gdb-memory-format-binary)
22348 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22349 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22350 Functions for setting memory buffer format.
22351 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22352 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22353 unit size used in memory buffer.
6a7662bb
BR
22354 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22355 Switch to next/previous page of memory buffer.
28d67a53 22356 Now using (bindat-get-field) instead of fadr functions.
0996385d 22357
9ba562d3
SS
223582009-07-07 Sam Steingold <sds@gnu.org>
22359
22360 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22361 non-top-level files.
22362
a43977db
KH
223632009-07-07 Kenichi Handa <handa@m17n.org>
22364
6a7662bb
BR
22365 * international/mule-cmds.el (reset-language-environment):
22366 Put the highset priority to the charset iso-8859-1.
a43977db 22367
d44d05e8
CY
223682009-07-06 Chong Yidong <cyd@stupidchicken.com>
22369
22370 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22371 to the end of the line when locating the block (Bug#700).
22372
3e2fa353
MA
223732009-07-06 Michael Albinus <michael.albinus@gmx.de>
22374
22375 * net/tramp.el (tramp-handle-write-region): Flush file properties
22376 in case of short track.
22377
be3e598a 223782009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22379
bf0b361c
JB
22380 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22381 Coded custom representation of verilog error regular expressions
22382 to work with Emacs-22's new format.
d88782c3 22383 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22384 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22385 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22386 error recognition into XEmacs.
22387 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22388 error recognition into Emacs-22.
22389
25c6f63e
CY
223902009-07-06 Chong Yidong <cyd@stupidchicken.com>
22391
22392 * woman.el: Remove stand-alone closing parentheses.
22393 (woman-file-name, woman2-format-paragraphs)
22394 (woman-leave-blank-lines): Code cleanup.
22395 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22396 (woman-italic, woman-bold, woman-unknown, woman-addition):
22397 Change defaults to inherit from default faces.
25c6f63e
CY
22398 (woman2-process-escapes): Consume the newline after a stand-alone
22399 filler character (Bug#3651).
22400
f176290e
GM
224012009-07-06 Glenn Morris <rgm@gnu.org>
22402
22403 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22404 (top-level): Move provide to the end.
22405 (ffap): Remove defunct URL from custom group.
22406
22407 * subr.el (eval-after-load): Doc fix.
22408
7b6fefac 224092009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22410
22411 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22412 `calc-embedded-word' is called twice.
22413
4b8b1ec5
SM
224142009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22415
22416 * files.el (find-alternate-file-other-window, find-alternate-file):
22417 Obey confirm-nonexistent-file-or-buffer.
22418
d6ceb380
MA
224192009-07-05 Michael Albinus <michael.albinus@gmx.de>
22420
22421 * dired-aux.el (dired-show-file-type): Handle remote files.
22422
be3e598a 224232009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22424
4b8b1ec5
SM
22425 * desktop.el (desktop-globals-to-save):
22426 Add file-name-history (Bug#2750).
c760f19e 22427
6d00ce04
CY
224282009-07-05 Chong Yidong <cyd@stupidchicken.com>
22429
4b8b1ec5 22430 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22431
6ee21b07
JB
224322009-07-04 Johan Bockgård <bojohan@gnu.org>
22433
22434 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22435 property on entire argument since this is what eshell-lisp-command
22436 expects.
22437
f0dbdc25
MA
224382009-07-03 Michael Albinus <michael.albinus@gmx.de>
22439
22440 * net/tramp-gvfs.el (tramp-gvfs-methods)
22441 (tramp-gvfs-zeroconf-domain)
22442 (tramp-bluez-discover-devices-timeout): Add version flag.
22443 (tramp-gvfs-handler-mounted-unmounted)
22444 (tramp-gvfs-connection-mounted-p): Polish handling of
22445 incompatibilities between GVFS 0.2 and 1.0.
22446
e044e4fc
JD
224472009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22448
4b8b1ec5 22449 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22450
2e9b968b
JB
224512009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22452
bf0b361c 22453 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22454 formatted correctly.
22455
baf1a55e
JL
224562009-07-02 Juri Linkov <juri@jurta.org>
22457
22458 * info.el: Virtual Info files and nodes.
22459 (Info-virtual-files, Info-virtual-nodes): New variables.
22460 (Info-current-node-virtual): New variable.
22461 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22462 New functions.
22463 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22464 to check for a virtual file instead of checking a fixed list
22465 of node names.
22466 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22467 instead of ad-hoc processing of "dir" and (apropos history toc).
22468 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22469 instead of ad-hoc processing of "dir" and (apropos history toc).
22470 Reread a file when moving from a virtual node.
22471 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22472 (Info-directory-toc-nodes, Info-directory-find-file)
22473 (Info-directory-find-node): New functions.
22474 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22475 (Info-history): Move part of code to
22476 `Info-history-find-node'.
22477 (Info-history-toc-nodes, Info-history-find-file)
22478 (Info-history-find-node): New functions.
22479 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22480 (Info-toc): Move part of code to `Info-toc-find-node'.
22481 (Info-toc-find-node): New function.
4b8b1ec5 22482 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22483 the current Info file name to references because now the node
22484 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22485 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22486 (Info-toc-nodes): Rename input argument `file' to `filename'.
22487 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22488 instead of ad-hoc processing of ("dir" apropos history toc).
22489 (Info-index-nodes): Use Info-virtual-file-p
22490 to check for a virtual file instead of checking a fixed list
22491 of node names.
22492 (Info-index-node): Add check for `Info-current-node-virtual'.
22493 Raise `save-match-data' higher up the tree to contain
22494 `search-forward' too (bug fix).
22495 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22496 (Info-virtual-index-nodes): New variable.
22497 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22498 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22499 (Info-apropos-file, Info-apropos-nodes): New variables.
22500 (Info-apropos-toc-nodes, Info-apropos-find-file)
22501 (Info-apropos-find-node, Info-apropos-matches): New functions.
22502 (info-apropos): Move part of code to `Info-apropos-find-node' and
22503 `Info-apropos-matches'.
22504 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22505 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22506 for a virtual file instead of checking a fixed list of node names.
22507
22508 * simple.el (async-shell-command): New command.
22509
22510 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22511
22512 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22513 instead of `mount-info'.
22514
d04bc496
MA
225152009-07-02 Michael Albinus <michael.albinus@gmx.de>
22516
22517 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22518 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22519
af0403e0
KH
225202009-07-02 Kenichi Handa <handa@m17n.org>
22521
22522 * international/mule.el (set-keyboard-coding-system): Force *-unix
22523 coding-system to avoid eol conversion.
22524
99278f8a
MA
225252009-07-01 Michael Albinus <michael.albinus@gmx.de>
22526
4b8b1ec5
SM
22527 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22528 Add handler for `process-file', `shell-command' and
99278f8a
MA
22529 `start-file-process'.
22530 (tramp-gvfs-handle-shell-command)
22531 (tramp-gvfs-handle-start-file-process)
22532 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22533 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22534
3f1c6666
JD
225352009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22536
22537 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22538
3f396bac
KH
225392009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22540
22541 * language/korean.el (set-language-info-alist): Add korean-cp949,
22542 cp949 to spec.
22543
c1185193
KH
225442009-07-01 Kenichi Handa <handa@m17n.org>
22545
22546 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22547
22548 * international/encoded-kb.el: Deleted.
22549
22550 * international/mule.el (set-keyboard-coding-system): Perform the
22551 necessary setup here instead of calling encoded-kbd-setup-display.
22552
3f150a60
GM
225532009-07-01 Glenn Morris <rgm@gnu.org>
22554
22555 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22556
b0d5b05b
GM
225572009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22558
22559 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22560
4f4126e6
MA
225612009-06-30 Michael Albinus <michael.albinus@gmx.de>
22562
4b8b1ec5
SM
22563 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22564 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22565 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22566
7ae3ea65 22567 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22568 (top): Add a default for "synce" in `tramp-default-user-alist'.
22569 Add completion function for "synce" method.
22570 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22571 (tramp-hal-interface-manager, tramp-hal-interface-device):
22572 New defconst.
22573 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22574 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22575 New defuns.
d6ceb380
MA
22576
22577 * net/trampver.el: Update release number.
7ae3ea65 22578
0ad6626b
KH
225792009-06-30 Kenichi Handa <handa@m17n.org>
22580
22581 * international/fontset.el (setup-default-fontset): Add CJK fonts
22582 for symbols and the other miscellaneous characters.
22583
4b8b1ec5
SM
22584 * language/korea-util.el (setup-korean-environment-internal):
22585 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22586 (exit-korean-environment): Cancel above.
22587
22588 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22589 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22590 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22591 environments, and an exit-function to cancel that.
22592
22593 * language/japan-util.el (setup-japanese-environment-internal):
22594 Call use-cjk-char-width-table with arg `ja_JP'.
22595
22596 * international/characters.el (cjk-char-width-table): Delete it.
22597 (cjk-char-width-table-list): New variable.
22598 (use-cjk-char-width-table): New arg local-name.
22599 (use-default-char-width-table): Fix for the case that Emacs is
22600 already using the default char-width-table.
22601
fd46e893
MA
226022009-06-29 Michael Albinus <michael.albinus@gmx.de>
22603
22604 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22605 modes mandatory. (Bug#3712)
22606
b87d9f96
AM
226072009-06-29 Alan Mackenzie <acm@muc.de>
22608
22609 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22610 correction between the visible width of TABs and their number of bytes.
b87d9f96 22611
2d25aa5a
CY
226122009-06-29 Chong Yidong <cyd@stupidchicken.com>
22613
22614 * server.el (server-buffer-done): Prevent kill-buffer from
22615 prompting by clearing the buffer modification flag (Bug#3696).
22616
a3a8b002
DN
226172009-06-28 Michael McNamara <mac@mail.brushroad.com>
22618
bf0b361c 22619 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22620 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22621 (verilog-basic-complete-re): Support localparam lineup.
22622 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22623 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22624 commenting.
22625 (verilog-leap-to-case-head): Now support *nested* unique &
22626 priority case statements.
22627 (verilog-auto-lineup): Make just declarations the default (as it
22628 had been).
4b8b1ec5 22629 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22630 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22631 select the various styles of automatic lineup.
a3a8b002
DN
22632 (verilog-error-regexp-alist): Rework to support the XEmacs style
22633 of error regular expressions from compilers, lint tools &
22634 simulators. Note that GNU Emacs has made it impossible for a mode
22635 to load such things.
22636 (electric-verilog-terminate-line, verilog-indent-declaration)
22637 (verilog-auto-wiure): Rework for radio button selection of
22638 auto-lineup selection of specification of auto lineup.
22639 (verilog-beg-of-statement-1): Redesign to support proper operation
22640 in additional code, based on testing with auto-lineup.
22641 (verilog-calculate-indent, assignments & declarations)
22642 (verilog-backward-token): Enhance to support auto-lineup of
22643 assignments & declarations.
22644 (verilog-in-directive-p, verilog-at-struct-p): New function for
22645 easy test of whether we are.
22646 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22647 to support safe execution at almost anyline.
22648 (verilog-calc-1): Properly support indenting deep inside generate
22649 blocks.
48c2d18a 22650 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22651 as it is redundant with font-lock-defaults.
a8f316ca 22652 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22653 to avoid circular calls if syntax-ppss is a function (as is the
22654 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22655 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22656 (verilog-ovm-begin-re, verilog-ovm-end-re)
22657 (verilog-ovm-statement-re, verilog-leap-to-head)
22658 (verilog-backward-token): Add support for OVM macros. Some are
22659 complete statements, and others open and close scopes like begin
22660 and end.
22661 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22662 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22663 compilation issue.
48c2d18a 22664 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22665 coverpoint, constraint and cross statements.
a3a8b002
DN
22666 (verilog-defun-level-list, verilog-generate-defun-level-list)
22667 (verilog-all-defun-level-list): Redo these specifications - it is
22668 too hard to support eval-when compile aggregation of lists also
22669 built at when-compile time.
22670 (verilog-defun-level-list): Place defconsts of variables used in
22671 building regular expressions which are built in eval-when-compile
22672 bodies in the same eval-when-compile body to facilitate compile
22673 without load.
22674 (verilog-beg-block-re-ordered): Support indenting
22675 virtual/protected tasks and functions.
7b6fefac 22676 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22677 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22678 indentation of some module items (generate items).
22679 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22680 across virtual/protected tasks and functions.
22681
226822009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22683
bf0b361c 22684 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22685 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22686 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22687 in concatenations. Reported by Yishay Belkind.
22688 (verilog-auto-ascii-enum): Support one-hot state machines in
22689 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22690 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22691 modport in AUTOINST and add vl-modport for users.
22692 Reported by David Rogoff.
a3a8b002
DN
22693 (verilog-auto-inout-module, verilog-auto-inst)
22694 (verilog-decls-get-interfaces, verilog-insert-definition)
22695 (verilog-insert-one-definition, verilog-read-decls)
22696 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22697 (verilog-sig-modport, verilog-signals-combine-bus)
22698 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22699 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22700 Suggested by David Rogoff.
22701 (verilog-repair-open-comma): Fix non-insertion of comma when
22702 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22703 (verilog-make-width-expression): Simplify [A-1:0] expression
22704 widths to just {A{1'b0}}.
22705 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22706 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22707 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22708 inputs/outputs or data type. Suggested by Vasu Kandadi.
22709 (next-error-last-buffer): Fix byte-compiler warning.
22710 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22711 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22712 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22713 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22714 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22715 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22716 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22717 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22718 causing use of <= assignments. Reported by Alex Reed.
22719 (verilog-read-decls): Fix triand, trior, wand, wor to be
22720 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22721 (verilog-extended-complete-re): Support import "DPI-C" functions.
22722 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22723 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22724 (verilog-insert-date, verilog-insert-year)
22725 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22726 Windows systems. Reported by Michael Potts.
22727 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22728 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22729 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22730 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22731 (verilog-read-decls): Fix detecting "parameter int" when using
22732 AUTOINSTPARAM. Reported by Bruce T.
22733 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22734 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22735 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22736 verilog-goto-defun will work. Reported by Lawrence Butcher.
22737 (verilog-getopt): Expand environment variables in -f file
22738 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22739 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22740 when reading enumerations.
22741 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22742 Suggested by Stephen Peltan.
4b8b1ec5 22743 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22744 files. Reported by Steve Peltan.
22745
f7c0d931
CY
227462009-06-28 David De La Harpe Golden <david@harpegolden.net>
22747
22748 * files.el (trash-directory): Fix defcustom type.
22749
baf1a55e 227502009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22751
22752 * help-fns.el (describe-function-1): Correctly locate adviced
22753 functions in hyperlink (Bug#2438).
22754
d63a01ef
CY
227552009-06-28 Chong Yidong <cyd@stupidchicken.com>
22756
22757 * files.el (trash-directory): Change default to nil.
22758 (move-file-to-trash): If trash-directory is nil and
22759 system-move-file-to-trash is unbound, perform freedesktop-style
22760 trashing.
22761
227622009-06-28 David De La Harpe Golden <david@harpegolden.net>
22763
22764 * files.el (move-file-to-trash): Add freedesktop trash
22765 support (Bug#973).
22766
fc2f6a26
GM
227672009-06-28 Glenn Morris <rgm@gnu.org>
22768
22769 * autorevert.el (global-auto-revert-non-file-buffers)
22770 (global-auto-revert-mode): Doc fixes.
22771
00242b07
JB
227722009-06-27 Johan Bockgård <bojohan@gnu.org>
22773
22774 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22775
f5594f03
CY
227762009-06-27 Chong Yidong <cyd@stupidchicken.com>
22777
e8a2b2da
CY
22778 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22779 opened an X connection before calling x-get-resource (Bug#3194).
22780
f5594f03
CY
22781 * play/doctor.el: Remove reference to obsolete website.
22782 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22783
3c3bf6ce
DN
227842009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22785
22786 Remove find-file-not-found-hook VC method. (Bug#2757)
22787 * vc-hooks.el (vc-file-not-found-hook)
22788 (vc-default-find-file-not-found-hook): Remove functions.
22789 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22790 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22791 * vc.el:
22792 * vc-hg.el:
22793 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22794
e26a7bc0
AM
227952009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22796
22797 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22798 compatibility function for `looking-back'.
e26a7bc0 22799
4b8b1ec5 22800 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22801 Use `ispell-looking-back'.
e26a7bc0 22802
d9848600
MA
228032009-06-24 Michael Albinus <michael.albinus@gmx.de>
22804
22805 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22806 rather than `filename'.
d9848600 22807
05fbc4a9
MB
228082009-06-23 Miles Bader <miles@gnu.org>
22809
22810 * face-remap.el (text-scale-set): New function.
22811
f86ca715
GM
228122009-06-23 Glenn Morris <rgm@gnu.org>
22813
33e2c2e5
GM
22814 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22815
f529f302
GM
22816 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22817
34995333
GM
22818 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22819
cc80ccee
GM
22820 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22821
84cb770d
GM
22822 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22823 Simplify Persian conditionals.
22824
d916c965
GM
22825 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22826 variable `filename'.
22827
b6a44b27
GM
22828 * comint.el (comint-insert-input): Doc fix.
22829
f86ca715
GM
22830 * Makefile.in (ELCFILES): Fix typo in previous change.
22831
666e158e
MB
228322009-06-23 Miles Bader <miles@gnu.org>
22833
22834 * cus-start.el: Add entry for `recenter-redisplay'.
22835
be3e598a 228362009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22837
22838 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22839 Add an optional argument for the backend, use it instead of
22840 calling vc-backend.
4b8b1ec5
SM
22841 (vc-mode-line): Add an optional argument for the backend.
22842 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22843 special handling for vc-state being a buffer to ...
22844
22845 * vc-rcs.el (vc-rcs-find-file-hook):
22846 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22847
22848 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22849 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22850 vc-stay-local-p and vc-mode-line calls.
22851
22852 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22853 (vc-cvs-diff, vc-cvs-annotate-command)
22854 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22855 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22856 vc-mode-line calls.
22857
22858 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22859 direct comparison.
22860 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22861 backend when calling vc-mode-line.
22862 (vc-register): Do not create a closure for calling the vc register
22863 function, call it directly.
22864
2764748c
DN
228652009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22866
22867 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22868 to make it obvious item can be clicked.
f5a0b281
DN
22869
22870 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22871
d4a885b2
KH
228722009-06-23 Kenichi Handa <handa@m17n.org>
22873
22874 * language/korea-util.el (korean-key-bindings): Change the binding
22875 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22876 same command.
22877
e3610693
MA
228782009-06-22 Michael Albinus <michael.albinus@gmx.de>
22879
22880 Sync with Tramp 2.1.16.
22881
22882 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22883
22884 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22885 when a loading of a package fails. Completion function for rsync
22886 is `tramp-completion-function-alist-ssh'.
22887 (all): Replace all calls of `split-string' and
22888 `tramp-split-string' by `tramp-compat-split-string'.
22889 (tramp-default-method): Use `tramp-compat-process-running-p'.
22890 (tramp-default-proxies-alist): Allow also Lisp forms.
22891 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22892 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22893 (tramp-domain-regexp): Allow also "-", "_" and ".".
22894 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22895 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22896 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22897 (tramp-handle-directory-files-and-attributes-with-stat):
22898 Care about filenames with spaces, or starting with "-".
e3610693
MA
22899 (tramp-handle-dired-uncache): New defun.
22900 (tramp-handle-insert-directory): Don't flush the directory from
22901 cache, this is handled by `dired-uncache' now.
22902 (tramp-handle-insert-file-contents): Improve error handling.
22903 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22904 Quote `tramp-end-of-output'.
22905 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22906 (tramp-check-for-regexp): Both echoes must be present, before removing.
22907 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22908 (tramp-compute-multi-hops): Eval cons cells of
22909 `tramp-default-proxies-alist'.
22910 (tramp-maybe-open-connection): Use the same command pattern for
22911 first hop and further hops.
22912 (tramp-wait-for-output): Remove handling of newlines.
22913 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22914 (tramp-split-string): Remove function. It is handled in
22915 tramp-compat now.
22916
4b8b1ec5
SM
22917 * net/tramp-cmds.el (tramp-bug):
22918 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22919
22920 * net/tramp-compat.el (tramp-compat-split-string)
22921 (tramp-compat-process-running-p): New defuns.
22922
22923 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22924 for `dired-uncache'.
22925
22926 * net/tramp-gvfs.el: New package.
22927
4b8b1ec5
SM
22928 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22929 Add handler for `dired-uncache'.
e3610693
MA
22930 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22931
22932 * net/trampver.el: Update release number. Make version check fit
22933 for SXEmacs 22.
22934
13a3f374
JM
229352009-06-22 Jim Meyering <meyering@redhat.com>
22936
e0a28a3b 22937 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22938 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22939 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22940
5242671e 229412009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22942 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22943
e0a28a3b 22944 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22945 repository (http://sphinx.net.ru/hg/gdb-mi/).
22946
3fde45af
GM
229472009-06-22 Glenn Morris <rgm@gnu.org>
22948
46253b34
GM
22949 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22950 `mode' and `eval' entries. (Bug#3430)
22951
97e18192
GM
22952 * Makefile.in (ELCFILES): Add fadr.elc.
22953
731a00fb
GM
22954 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22955 differing behavior of \n and ^ in strings. (Bug#3385)
22956
c66cd0ff
GM
22957 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22958
3fde45af
GM
22959 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22960 property.
22961 (lisp-indent-function): Make it a defcustom.
22962
db2241a0
NR
229632009-06-21 Nick Roberts <nickrob@snap.net.nz>
22964
22965 * progmodes/gdb-ui.el: Replace with ...
5242671e 22966 * progmodes/gdb-mi.el: ... this file.
db2241a0 22967 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22968
229692009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22970
db2241a0
NR
22971 * fadr.el: New file.
22972
38d4f316 22973See ChangeLog.14 for earlier changes.
e3d51b27
MR
22974
22975;; Local Variables:
22976;; coding: utf-8
e3d51b27
MR
22977;; End:
22978
73b0cd50 22979 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22980
22981 This file is part of GNU Emacs.
22982
22983 GNU Emacs is free software: you can redistribute it and/or modify
22984 it under the terms of the GNU General Public License as published by
22985 the Free Software Foundation, either version 3 of the License, or
22986 (at your option) any later version.
22987
22988 GNU Emacs is distributed in the hope that it will be useful,
22989 but WITHOUT ANY WARRANTY; without even the implied warranty of
22990 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22991 GNU General Public License for more details.
22992
22993 You should have received a copy of the GNU General Public License
22994 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.