* lisp/startup.el (command-line): Update package subdirectory regexp.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d72700e5
CY
12011-03-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * startup.el (command-line): Update package subdirectory regexp.
4
49c5410a
SM
52011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6
c6eee9aa
SM
7 * allout.el (allout-abbreviate-flattened-numbering)
8 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9
49c5410a
SM
10 * subr.el (read-char-choice): Only show the cursor after the prompt,
11 not after the answer.
12
047b2bb9
KR
132011-03-15 Kevin Ryde <user42@zip.com.au>
14
15 * help-fns.el (variable-at-point): Skip leading quotes, if any
16 (bug#8253).
17
0a57d256
SM
182011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21 warning message.
22
77c992bc
MA
232011-03-14 Michael Albinus <michael.albinus@gmx.de>
24
25 * shell.el (shell): When called interactively, offer to change the
26 shell file name on remote hosts.
27
eebc475d
TZ
282011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
29
30 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
31 integration for LDAP parameters. The host, base, user or binddn,
32 and secret tokens can be specified in a netrc file, for instance.
33 This is optional because an `auth-source' parameter must be
34 specified in the search attributes.
35
9d05d1ba
JB
362011-03-13 Juanma Barranquero <lekktu@gmail.com>
37
38 * help.el (describe-mode): Link to the mode's definition (bug#8185).
39
09d9db2c
GM
402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
43 into declaration. Remove redundant and harmful binding.
44
452011-03-12 Eli Zaretskii <eliz@gnu.org>
46
47 * files.el (file-ownership-preserved-p): Pass `integer' as an
48 explicit 2nd argument to `file-attributes'. If the file's owner
49 is the Administrators group on Windows, and the current user is
50 Administrator, consider that a match.
51
52 * server.el (server-ensure-safe-dir): Consider server directory
53 safe on MS-Windows if its owner is the Administrators group while
54 the current Emacs user is Administrator. Use `=' to compare
55 numerical UIDs, since they could be integers or floats.
56
219bd536
JB
572011-03-12 Juanma Barranquero <lekktu@gmail.com>
58
59 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
60
f3afd36b
MA
612011-03-12 Michael Albinus <michael.albinus@gmx.de>
62
63 Sync with Tramp 2.2.1.
64
65 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
66
67 * net/trampver.el: Update release number.
68
3aaaa6f1
SM
692011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
70
94642599
SM
71 * progmodes/compile.el (compilation--previous-directory): Fix up
72 various nil/dead-marker mismatches (bug#8014).
73 (compilation-directory-properties, compilation-error-properties):
74 Don't call it at a position past the one we're about to change.
75
3aaaa6f1
SM
76 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
77 Disable obsolescence warnings in the file that declares it.
78
14239447
KM
792011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
80
219bd536 81 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
82 allout-widgets-tally as a hash table rather than nil to prevent
83 mode-line redisplay warnings.
84 Also, clarify the module description and fix a comment typo.
85
135e287c
JB
862011-03-11 Juanma Barranquero <lekktu@gmail.com>
87
88 * help-fns.el (describe-variable): Don't complete keywords.
89 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
90
ffbf300e
CY
912011-03-10 Chong Yidong <cyd@stupidchicken.com>
92
ba08b241
CY
93 * emacs-lisp/package.el (package-version-join): Impose a standard
94 string representation for pre/alpha/beta version lists.
95 (package-unpack-single): Standardize the directory name by passing
96 it through package-version-join.
97 (package-strip-rcs-id): Accept any version string that does not
98 signal an error in version-to-list.
ffbf300e 99
f346fd6b
MA
1002011-03-10 Michael Albinus <michael.albinus@gmx.de>
101
102 * simple.el (delete-trailing-whitespace): Return nil for the
103 benefit of `write-file-functions'.
104
ccb55d27
GM
1052011-03-10 Glenn Morris <rgm@gnu.org>
106
5ceaac0c
GM
107 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
108
02da65ff
GM
109 * vc/vc-git.el (vc-git-program): New option.
110 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
111 (vc-git--call): Use it.
112
b2f603cc
GM
113 * eshell/esh-util.el (eshell-condition-case): Doc fix.
114
5772caab
GM
115 * cus-edit.el (Custom-newline): If no button at point, look
116 for a subgroup button at start-of-line. (Bug#2298)
117
ccb55d27
GM
118 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
119
ec6ecaed
JD
1202011-03-10 Julien Danjou <julien@danjou.info>
121
122 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
123 `cursor-type' is nil.
124
9d5aa01d
JB
1252011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
126
127 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
128
b6a5875b
KM
1292011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
130
131 * allout.el Summary: Change so yank of distinctive-bullet items
132 preserves the existing header prefix, rebulleting it if necessary,
133 rather than replacing it. This is necessary for proper operation
134 of cooperative addons like allout-widgets.
219bd536 135 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
136 SOLICIT arg to INSTEAD, and interpret additionally a string value
137 as alternate bullet to be used, instead of prompting the user for
138 a bullet character.
139
ee545c35
MA
1402011-03-09 Michael Albinus <michael.albinus@gmx.de>
141
142 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
143 not use `tramp-file-name-port', because this returns also
144 `tramp-default-port'.
145
c47971d7
DD
1462011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
147
148 * net/rcirc.el (rcirc-handler-001): Remove useless
149 with-rcirc-process-buffer.
150 (rcirc-check-auth-status): Swap arguments to string-match.
151
13522cb4
GM
1522011-03-09 Glenn Morris <rgm@gnu.org>
153
0be6f4f1
GM
154 * shell.el (shell-mode):
155 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
156
13522cb4
GM
157 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
158 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
159
515de2e3
CY
1602011-03-08 Chong Yidong <cyd@stupidchicken.com>
161
162 * emacs-lisp/package.el (package-refresh-contents)
163 (package-menu-execute): Use condition-case-no-debug.
164
b511b994
MA
1652011-03-08 Michael Albinus <michael.albinus@gmx.de>
166
167 * simple.el (shell-command-to-string): Use `process-file'.
168
169 * emacs-lisp/package.el (package-tar-file-info): Handle also
170 remote files.
171
172 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
173 `equal' for upload base check.
174
25bbfb31
AM
1752011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
176
177 * textmodes/texinfo.el (texinfo-environments):
178 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
179
be996521
GM
1802011-03-08 Glenn Morris <rgm@gnu.org>
181
e9c8529f
GM
182 * cus-start.el (cursor-in-non-selected-windows):
183 Fix :set quoting oddness. (Bug#8192)
184
be996521
GM
185 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
186 in some setf expressions. (Bug#2159)
187
2bb5649e
CY
1882011-03-08 Chong Yidong <cyd@stupidchicken.com>
189
190 * custom.el (custom-available-themes): Return themes in
191 alphabetical order.
192
7600cf45
CY
1932011-03-07 Chong Yidong <cyd@stupidchicken.com>
194
195 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
196 application of patch from Alan Mackenzie (Bug#7595).
197
fa7062f6
DD
1982011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
199
200 * net/rcirc.el (rcirc-connect): Fix PASS bug.
201
619f4b62
GM
2022011-03-07 Glenn Morris <rgm@gnu.org>
203
204 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 205 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 206
e63e9234
ER
2072011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
208
209 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
210 Add optional `after-sunset' argument. (Bug#8190)
211
16130297
AH
2122011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
213
214 * play/morse.el (nato-alphabet, nato-region, denato-region):
215 New variable and functions. (Bug#2288)
f72c1fd6 216 (morse-region, unmorse-region): Barf if read-only.
16130297 217
2b0787b3
SM
2182011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * progmodes/gud.el (gdb-script-syntax-propertize-function):
221 Don't change the syntax of a \n that closes a comment (bug#8169).
222
5c69cb2c
CY
2232011-03-06 Chong Yidong <cyd@stupidchicken.com>
224
225 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
226 defcustom.
227 (package--update-file): Doc fix. Accept relative file names.
228 (package--archive-contents-from-file): Remove the argument, since
229 it's necessarily always "archive-contents".
230 (package-maint-add-news-item): Pass relative file name args to
231 package--update-file.
232 (package-upload-buffer-internal): Prompt for a destination if
233 package-archive-upload-base is invalid. Create the directory if
234 it does not exist.
235 (package-upload-buffer, package-upload-file): Doc fix.
236
892777ba
CY
2372011-03-06 Chong Yidong <cyd@stupidchicken.com>
238
239 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
240 and move isearch-yank-line to M-s C-e (Bug#8183).
241
9d1f0f55
AM
2422011-03-06 Alan Mackenzie <acm@muc.de>
243
244 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
245 (c-guess-basic-syntax): Move CASE 19 to a different place,
246 correctly to process template-args-cont lines.
9d1f0f55 247
479a2c9b
JB
2482011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
249
2b0787b3
SM
250 * calc/calc-ext.el (calc-init-extensions):
251 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
252 and calc-nplevel, respectively. Add keybindings for calc-spn,
253 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
254 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
255
256 * calc/calc-units.el (calc-dblevel): Rename from
257 calc-logunits-dblevel.
258 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
259 (math-midi-round, math-freqp, math-midip, math-spnp)
260 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
261 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
262 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
263 (math-notes): New variable.
264
265 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 266
f561e49a
CY
2672011-03-06 Chong Yidong <cyd@stupidchicken.com>
268
269 * emacs-lisp/package.el (package-archives): Accept either ordinary
270 directory names, in addition to HTTP URLs.
271 (package--with-work-buffer): New macro. Handle normal directories.
272 (package-handle-response): Don't display the failing buffer.
273 (package-download-single, package-download-tar)
274 (package--download-one-archive): Use package--with-work-buffer.
275 (package-archive-base): Rename from package-archive-url.
276
79a0fb58
GM
2772011-03-06 Glenn Morris <rgm@gnu.org>
278
279 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
280 (xmodmap-generic-mode): Respect generic-extras-enable-list.
281
ffd0a502
DC
2822011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
283
284 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
285
01c35094
JB
2862011-03-06 Juanma Barranquero <lekktu@gmail.com>
287
288 * allout.el (allout-init, allout-prefixed-keybindings)
289 (allout-unprefixed-keybindings):
290 * progmodes/prolog.el (prolog-find-term):
291 Fix typos in docstrings.
292
509742cc
NS
2932011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
294
295 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
296
14369ab3
KR
2972011-03-06 Kevin Ryde <user42@zip.com.au>
298
299 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
300
aa248733
MS
3012011-03-06 Michael Shields <shields@msrl.com> (tiny change)
302
303 * window.el (one-window-p, walk-windows, display-buffer):
304 Doc fixes. (Bug#5567)
305
da0275f8
JB
3062011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
307
308 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
309 of the variable if it exists.
310
845fc5e5
JB
3112011-03-06 Juanma Barranquero <lekktu@gmail.com>
312
313 * bookmark.el:
314 * desktop.el:
315 * emacs-lock.el:
316 * ps-print.el:
317 * saveplace.el:
318 * net/tramp-cache.el:
01c35094 319 * obsolete/fast-lock.el:
845fc5e5
JB
320 * textmodes/reftex.el:
321 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
322
7e27ce9c
AL
3232011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
324
01c35094
JB
325 * files.el (delete-directory, copy-directory, list-directory):
326 Use read-directory-name.
7e27ce9c
AL
327
328 * find-file.el (ff-find-the-other-file):
329 * net/ange-ftp.el (ange-ftp-make-directory):
330 * printing.el (pr-interactive-dir):
331 * progmodes/ada-prj.el (ada-prj-load-directory):
332 * progmodes/ebnf2ps.el (ebnf-print-directory)
333 (ebnf-spool-directory, ebnf-eps-directory)
334 (ebnf-syntax-directory):
335 * shell.el (shell):
336 * speedbar.el (speedbar-create-directory):
337 * vc/emerge.el (emerge-merge-directories):
338 * vc/vc-dir.el (vc-dir):
339 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
340
d23ae2b0
CY
3412011-03-05 Chong Yidong <cyd@stupidchicken.com>
342
343 * help-mode.el (help-buffer): If we are to return the current
344 buffer, signal an error if it's not in Help mode (Bug#8147).
345
2de9cc1a
RT
3462011-03-05 Reuben Thomas <rrt@sc3d.org>
347
348 * files.el (file-name-version-regexp): Handle backup files of the
349 form `foo.js.~HEAD~1~' (Bug#8159).
350
81fb60b2
GM
3512011-03-05 Glenn Morris <rgm@gnu.org>
352
353 * eshell/esh-var.el: Don't require esh-test when compiling.
354 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
355 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 356 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 357
c5f09daf
DE
3582011-03-05 David Engster <deng@randomsample.de>
359
360 * files.el (save-some-buffers): Report the names of buffers saved
361 automatically due to buffer-save-without-query (Bug#8134).
362
77f63d30
DD
3632011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
364
365 * net/rcirc.el: Add QuakeNet authentication support.
366 (rcirc-authinfo, rcirc-check-auth-status)
367 (rcirc-authenticate): Support QuakeNet.
368
72d2c2e3
DD
3692011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
370
371 * net/rcirc.el: Add functionality to authenticate before
372 autojoining channels.
373 (rcirc-authenticate-before-join): New option.
374 (rcirc-authenticated-hook): New variable.
375 (rcirc-connect): Make local variable rcirc-user-authenticated.
376 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
377 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
378 New functions.
379 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
380 Call rcirc-check-auth-status.
72d2c2e3 381
d733e817
MA
3822011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
383
384 * net/soap-client.el (soap-namespace-put-link): Check if the target
385 name is fully qualified -- use only the name part.
386 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
387 types, treated the same as xsd:sequence. (Bug#8166)
388
3ae59fff
EZ
3892011-03-05 Eli Zaretskii <eliz@gnu.org>
390
391 * files.el (find-file-noselect): Don't ask about re-visiting
392 non-literally if the file is already visited in image-mode.
393 (Bug#8177)
394
a9eeff78
GM
3952011-03-05 Glenn Morris <rgm@gnu.org>
396
d783d303
GM
397 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
398 (eshell-mode): Use eshell-kill-buffer-function.
399 Run the -initialize functions independently of the -load-hooks.
400 * eshell/esh-proc.el (eshell-kill-process-function): New function.
401 (eshell-gather-process-output, eshell-sentinel)
402 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
403 Use eshell-kill-process-function.
404 * eshell/em-alias.el (eshell-alias-load-hook):
405 * eshell/em-banner.el (eshell-banner-load-hook):
406 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
407 * eshell/em-dirs.el (eshell-dirs-load-hook):
408 * eshell/em-glob.el (eshell-glob-load-hook):
409 * eshell/em-hist.el (eshell-hist-load-hook):
410 * eshell/em-pred.el (eshell-pred-load-hook):
411 * eshell/em-prompt.el (eshell-prompt-load-hook):
412 * eshell/em-rebind.el (eshell-rebind-load-hook):
413 * eshell/em-script.el (eshell-script-load-hook):
414 * eshell/em-smart.el (eshell-smart-load-hook):
415 * eshell/em-term.el (eshell-term-load-hook):
416 * eshell/em-unix.el (eshell-unix-load-hook):
417 * eshell/esh-arg.el (eshell-arg-load-hook):
418 * eshell/esh-cmd.el (eshell-cmd-load-hook):
419 * eshell/esh-ext.el (eshell-ext-load-hook):
420 * eshell/esh-io.el (eshell-io-load-hook):
421 * eshell/esh-mode.el (eshell-exit-hook):
422 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
423 * eshell/esh-var.el (eshell-var-load-hook):
424 Set default hook values to nil. (Bug#5375)
425
4a0f18a8
GM
426 * eshell/esh-module.el (eshell-module-unload-hook)
427 (eshell-modules-list): Remove leading * from defcustom docs.
428
a9eeff78
GM
429 * eshell/esh-util.el (eshell-for): Make it obsolete.
430 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
431 * eshell/em-dirs.el (eshell-save-some-last-dir):
432 * eshell/em-hist.el (eshell-save-some-history)
433 (eshell-hist-parse-modifier):
434 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
435 (eshell-ls-entries):
436 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
437 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
438 (eshell/which):
439 * eshell/esh-ext.el (eshell-find-interpreter):
440 * eshell/esh-mode.el (eshell-mode):
441 * eshell/esh-module.el (eshell-unload-extension-modules):
442 * eshell/esh-proc.el (eshell-process-interact):
443 * eshell/esh-test.el (eshell-test):
444 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
445 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
446 (eshell-variables-list):
447 * eshell/eshell.el (eshell-unload-all-modules):
448 Replace eshell-for with dolist.
449
85a55d38
GM
4502011-03-04 Glenn Morris <rgm@gnu.org>
451
452 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
453
38c179c9
TT
4542011-03-04 Tom Tromey <tromey@redhat.com>
455
456 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
457
732795fa
GM
4582011-03-04 Glenn Morris <rgm@gnu.org>
459
015bea8f
GM
460 * outline.el (outline-regexp): No longer allow nil.
461 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
462
9d982739
GM
463 * net/browse-url.el (browse-url):
464 Handle deleted default-directory. (Bug#6077)
465
732795fa
GM
466 * recentf.el (recentf-include-p): In case of a buggy predicate,
467 err on the side of including, not excluding. (Bug#5843)
468
d6ffd3f8
JB
4692011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
470
471 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
472 variables as units.
473
a918ed9b
BR
4742011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
475
476 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
477 if there is no node. (Bug#3261)
478
fc0e9092
LL
4792011-03-04 Leo <sdl.web@gmail.com>
480
0a5cb52b
LL
481 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
482
fc0e9092
LL
483 * time.el (display-time-world-list): Fix typo. (Bug#7571)
484
a65112fb 4852011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
486
487 * cus-edit.el (custom-buffer-create-internal):
488 Split search string before passing it to `customize-apropos' (bug#8136).
489
3191adaf
DA
4902011-03-04 Drew Adams <drew.adams@oracle.com>
491
492 * image-dired.el (image-dired-cmd-read-exif-data-options):
493 Fix typo in docstring (bug#8156).
494
fcd8ed1d
DD
4952011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
496
497 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
498
de69c0a8
CO
4992011-03-03 Christian Ohler <ohler@gnu.org>
500
501 * emacs-lisp/ert.el (ert--explain-equal): New function.
502 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
503 All callers changed.
504 (ert--explain-equal-including-properties): Renamed from
505 `ert--explain-not-equal-including-properties'. All callers
506 changed.
507
7c0d1441
CO
5082011-03-03 Christian Ohler <ohler@gnu.org>
509
510 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
511 (ert-char-for-test-result, ert-string-for-test-result)
512 (ert-run-tests-batch, ert--print-test-for-ewoc):
513 Handle `ert-test-quit'.
514
31128af6
DA
5152011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
516
517 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
518 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
519
06083aa1
GM
5202011-03-03 Glenn Morris <rgm@gnu.org>
521
522 * files.el (file-truename): Doc fix. (Bug#2341)
523
c7a74801
BR
5242011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
525
01c35094 526 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 527
614b85f8
VJ
5282011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
529
530 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
531 programs output backslashes. (Bug#7663)
532
f96dc50f
GM
5332011-03-03 Glenn Morris <rgm@gnu.org>
534
fb532fe8
GM
535 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
536 (mail-mode): Remove mail-sent-via from the doc.
537 (mail-sent-via): Make it obsolete. (Bug#1776)
538
a915d7a1
GM
539 * progmodes/grep.el (grep-highlight-matches): Doc fix.
540 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
541
f96dc50f
GM
542 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
543 with no parents. (Bug#8025)
544
71f8b7ed
G
5452011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
546
547 * password-cache.el (password-in-cache-p): Add autoload.
548
8889f4e2
GM
5492011-03-02 Glenn Morris <rgm@gnu.org>
550
3ab7ebb9
GM
551 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
552 * dired-x.el (Man-support-local-filenames): Autoload it.
553 (dired-guess-shell-alist-default): Also handle Red Hat's man.
554
2777ccbf
GM
555 * dired-x.el (dired-default-directory-alist, dired-default-directory):
556 Mark as obsolete.
557 (dired-smart-shell-command): Just call dired-current-directory.
558
5dedeef2
GM
559 * dired-x.el (dired-jump-other-window): Add autoload.
560 (dired-default-directory-alist, dired-default-directory): Doc fixes.
561 (dired-default-directory-alist): Mark as risky.
562
8889f4e2
GM
563 * dired-x.el (dired-omit-here-always): Make it obsolete.
564
d77aaf6f
CY
5652011-03-02 Chong Yidong <cyd@stupidchicken.com>
566
567 * textmodes/artist.el (artist-curr-go): Default to pen-line.
568 (artist-select-op-pen-line): New function.
569 (artist-menu-map): New variable.
570 (artist-mode-map): Add a menu to the menu-bar.
571
771fc75e
JB
5722011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
573
574 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
575 when evaluating.
576
577 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
578 New function.
579 (math-logunits-add, math-logunits-mul, math-logunits-divide):
580 (math-logunits-quant, math-logunits-level):
581 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
582 functions.
583 (math-logunits-level): Extract units from ratio.
584
f6132e5a
JB
5852011-03-01 Juanma Barranquero <lekktu@gmail.com>
586
587 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
588
7454f200
GM
5892011-03-01 Glenn Morris <rgm@gnu.org>
590
a65112fb
GM
591 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
592 (diary-hebrew-birthday): Rename and rework functions added
593 in previous change.
7454f200 594
cdcbd5a7
ER
5952011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
596
597 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
598 (diary-hebrew-birthday): New functions.
599
9903d828
GM
6002011-03-01 Glenn Morris <rgm@gnu.org>
601
602 * dired.el (dired-safe-switches-p): Beef it up.
603 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
604
75da6eb9
SM
6052011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * dired.el (dired-safe-switches-p): New function.
608
6640b281
GM
6092011-03-01 Glenn Morris <rgm@gnu.org>
610
611 * files.el (dir-locals-collect-variables):
612 Add the ability to exclude subdirectories. (Bug#8100)
613
614 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
615
cead857b
CS
6162011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
617
618 * ido.el (ido-everywhere): Doc fix.
619 (ido-mode): Doc fix.
620
0a906ec3
GM
6212011-02-28 Glenn Morris <rgm@gnu.org>
622
623 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
624
22b300de
MA
6252011-02-28 Michael Albinus <michael.albinus@gmx.de>
626
627 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
628 shadows.
629
abec5126 6302011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
631
632 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
633
ca3afb79
JB
6342011-02-28 Juanma Barranquero <lekktu@gmail.com>
635
636 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
637 Fix typos in docstrings.
638
edb57480
SB
6392011-02-28 Stephen Berman <stephen.berman@gmx.net>
640
641 * dired-aux.el (dired-update-file-line):
642 Fix 2010-11-09 change. (Bug#8131)
643
2b0c7330 6442011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
645
646 * international/mule-cmds.el (set-default-coding-systems): Use the
647 -unix variant of encoding in default-keyboard-coding-system.
648 (Bug#8122)
649
df7f0d0b
CY
6502011-02-27 Chong Yidong <cyd@stupidchicken.com>
651
652 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
653
3e478a7c 6542011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
655
656 * term/screen.el: New file (Bug#2650).
657
1f0816b6
SM
6582011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
661 (pcase-mutually-exclusive-predicates): New var.
662 (pcase--split-consp, pcase--split-pred): Use it.
663 (pcase--split-equal, pcase--split-member): When splitting against
664 a pure predicate, run it to know the outcome.
665 (pcase--u1): Mark vars that are actually used.
666 (pcase--q1): Avoid introducing unused vars.
667
b49df742
JB
6682011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
669
670 * calc/calc-ext.el (calc-init-extensions):
671 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
672
673 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
674 symbolic mode.
675
676 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
677 argument is a variable.
678
e573299d
SM
6792011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
682 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
683 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
684
61e9662e
TZ
6852011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
686
687 * password-cache.el (password-in-cache-p): Convenience function to
688 check if a key is in the cache, even if the value is nil.
689
7fe42546
J
6902011-02-25 Jambunathan K <kjambunathan@gmail.com>
691
692 * emacs-lisp/package-x.el (package--archive-contents-from-url)
693 (package--archive-contents-from-file): New functions.
694 (package-update-news-on-upload): New var.
695 (package-upload-buffer-internal): Extract archive-contents from
696 package-archive-upload-base if it is not found at archive-url.
697 Obey package-update-news-on-upload.
698 (package-upload-buffer, package-upload-file): Doc fix.
699
2d8a57ef
GM
7002011-02-24 Glenn Morris <rgm@gnu.org>
701
6a88f031
GM
702 * files-x.el (modify-dir-local-variable): Handle dir-locals from
703 the cache, and from non-file sources.
704
303f9ae0
GM
705 * help-fns.el (describe-variable): Return consistent results when a
706 dir-local from a file came from the cache or did not. (Bug#8095)
707 If a dir-local has no associated file, say it came from a "directory".
708
07915ed9
GM
709 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
710 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
711
ebe401f6
GM
712 * files.el (dir-locals-find-file): Doc fix.
713 Fix the check for cache elements that have no associated file,
303f9ae0 714 and the mtime check for those that do. (Bug#8095)
ebe401f6 715
b36f2f1c
GM
716 * dired-x.el (dired-hack-local-variables):
717 Handle interrupts during hacking local variables. (Bug#5216)
718
2d8a57ef
GM
719 * emacs-lisp/autoload.el (autoload-save-buffers)
720 (autoload-find-destination, update-directory-autoloads):
721 Avoid prompts when updating autoloads.
722
53cfe624
SM
7232011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
726
c1449bff
KH
7272011-02-23 Kenichi Handa <handa@m17n.org>
728
729 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
730 error when a multipart boundary in the nested multipart is found.
731
251ebe0f
KH
732 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
733 header components.
734
5582c670
GM
7352011-02-23 Glenn Morris <rgm@gnu.org>
736
817b48a7
GM
737 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
738 * dired-x.el (dired-omit-mode): Safe if boolean.
739 (dired-enable-local-variables): Fix doc and custom type.
740 (dired-enable-local-variables, dired-local-variables-file)
741 (dired-hack-local-variables): Make obsolete.
742 (dired-omit-here-always): Use dir-locals.el instead.
743
5582c670
GM
744 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
745
5f9d345c
SM
7462011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * help-fns.el (describe-function-1): Don't signal an error just because
749 the DOC file disappeared.
750
01c35094 7512011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
752
753 * eshell/esh-ext.el (eshell-external-command): Do not restrict
754 remote check to "ftp". (Bug#8089)
755
e84efb70
AM
7562011-02-21 Alan Mackenzie <acm@muc.de>
757
758 Fix bug #7930.
759 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
760 in macros finding their way into c-state-nonlit-pos-cache.
761 Strengthen the comments.
762 (c-state-dump): New commented out diagnostic routine.
763
c6309045
MA
7642011-02-21 Michael Albinus <michael.albinus@gmx.de>
765
766 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
767 `field' property of `rfn-eshadow-overlay'.
768
06b840e0
LI
7692011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
770
771 * net/netrc.el (netrc-parse): Comment fix.
772
6d713256
CY
7732011-02-21 Chong Yidong <cyd@stupidchicken.com>
774
775 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
776 Autoload. Add optional arg FRAME, and pass it to color-values.
777 (color-complement): Caller changed. Doc fix.
778 (color-gradient): Rewrite for better clarity and efficiency.
779
780 * faces.el (color-values): Use cond for clarity. Doc fix.
781
5f9d345c 782 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 783 color.el instead.
5f9d345c
SM
784 (list-colors-sort-key, list-colors-print):
785 Use color-normalized-values.
6d713256
CY
786
7872011-02-20 Drew Adams <drew.adams@oracle.com>
788
789 * color.el: First part of merge from hexrgb.el.
790 (color-rgb-to-hex): Rename from color-rgb->hex.
791 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
792 saturation to zero if the value is too small.
793 (color-rgb-to-hsl): Rename from color-rgb->hsl.
794 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
795 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
796 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
797 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
798 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
799 (color-cie-de2000): Doc fix.
800
aa9c0efc
AM
8012011-02-20 Alan Mackenzie <acm@muc.de>
802
803 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
804 locating the beginning of a macro. (Bug#7595)
805
18cfb5a1
GM
8062011-02-20 Glenn Morris <rgm@gnu.org>
807
e17816e5
GM
808 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
809 Don't autoload it.
810
18cfb5a1
GM
811 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
812 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
813
01c35094
JB
8142011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
815 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
816
817 * progmodes/hideshow.el (hs-find-block-beginning)
818 (hs-hide-level-recursive): Ignore comments when parsing braces
819 (Bug#8036).
820
8212011-02-19 Chong Yidong <cyd@stupidchicken.com>
822
823 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
824 (vc-bzr-pull): Use it.
825
3ab713fd
CY
8262011-02-19 Chong Yidong <cyd@stupidchicken.com>
827
828 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
829 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
830 but returning an alist. Ignore comments in bzr conffile.
831 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
832 (vc-bzr-error-regex-alist): New var.
833 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
834
5f9d345c
SM
835 * vc/vc-dispatcher.el (vc-do-async-command):
836 Bind inhibit-read-only to t.
3ab713fd
CY
837
838 * progmodes/compile.el (compilation--flush-directory-cache):
839 Handle the case where cdr of compilation--flush-directory-cache
840 points to no buffer, which can occur if we previously switched to
841 compilation-mode in a pregenerated buffer.
842
16bc9688
KH
8432011-02-19 Kenichi Handa <handa@m17n.org>
844
845 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
846 get the header copy into the temporary buffer.
847 (rmail-mime-insert-decoded-text): Ignore us-ascii.
848 (rmail-show-mime): When rmail-mime-coding-system is nil, set
849 buffer-file-coding-system to undecided.
850
67ab0163 8512011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 852
a167e505
EZ
853 * international/mule-cmds.el (read-char-by-name, ucs-insert):
854 Document completion with asterisk and a substring.
855
67ab0163 8562011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
857
858 * files.el (find-file-literally): Doc fix.
859
41002397
GM
860 * simple.el (rfc822-goto-eoh): Give it a doc-string.
861
b8bd9908
GM
862 * log-edit.el (log-edit-insert-changelog):
863 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
864
4d737eb2
GM
8652011-02-19 Glenn Morris <rgm@gnu.org>
866
cad7445b
GM
867 * dired-x.el: Don't require dired-aux.
868 (dired-do-create-files, dired-mark-read-regexp)
869 (dired-do-create-files-regexp): Autoload from dired-aux.
870
bea584fa
GM
871 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
872 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
873
d6e96966
GM
874 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
875 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
876
42924231
GM
877 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
878 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
879 (dired-clean-up-buffers-too): Declare.
880
203784cc
GM
881 * dired-x.el (dired-initial-position): Merge into dired.el's version.
882 * dired.el (dired-initial-position): Merge dired-x's version here.
883 (dired-find-subdir): Declare.
884
30abce25
GM
885 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
886 * dired-aux.el (dired-add-entry): Give it a doc-string.
887 Merge dired-x's dired-omit handling here.
888 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
889
4d737eb2
GM
890 * international/mule-diag.el (list-input-methods-1):
891 Indent all lines of multi-line doc-strings. (Bug#8066)
892
abd20d91
CY
8932011-02-18 Chong Yidong <cyd@stupidchicken.com>
894
895 Fix 2011-02-02 changes.
896
897 * apropos.el (apropos-print): Call apropos-mode before setting up
898 buffer variables. Use inhibit-read-only.
899
5f9d345c
SM
900 * emacs-lisp/package.el (package--list-packages):
901 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
902
903 * play/solitaire.el (solitaire): Call solitaire-mode before
904 setting up buffer variables. Use inhibit-read-only.
905
e697fcfc
LM
9062011-02-18 Lawrence Mitchell <wence@gmx.li>
907
908 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
909 Bind case-fold-search to nil when looking for end of here-doc.
910
4114ed61
EZ
9112011-02-18 Eli Zaretskii <eliz@gnu.org>
912
e697fcfc
LM
913 * image-mode.el (image-toggle-display-image):
914 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
915 files. (Bug#8047)
916
aa56f361
SM
9172011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * files.el (cd): Make completion obey cd-path (bug#7924).
920
d1be20a1
GM
9212011-02-18 Glenn Morris <rgm@gnu.org>
922
135dee55
GM
923 * progmodes/prolog.el: Don't require compile when compiling.
924 (compilation-shell-minor-mode, compilation-error-regexp-alist)
925 (compilation-forget-errors, compilation-fake-loc)
926 (compilation-parse-errors-function, compilation-error-list): Declare.
927 (prolog-inferior-mode): Require 'compile.
928
15e0d5a1
GM
929 * emulation/cua-base.el (pc-selection-mode): Declare.
930
002b46b7
GM
931 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
932 (customize-object): Add autoload cookie.
933 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
934 (eieio-browse, describe-class, eieio-describe-class)
935 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
936 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
937 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
938 * Makefile.in (autoloads): Make eieio.el writable.
939
d1be20a1
GM
940 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
941 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
942 (dired-hack-local-variables): Use inhibit-read-only.
943 (dired-guess-default): Simplify.
944 (dired-make-relative-symlink): Use dotimes.
945 (dired-simultaneous-find-file): Use dolist.
946 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
947 (dired-x-hands-off-my-keys): Doc fix.
948 (dired-x-bind-find-file): Doc fix. Use remapping.
949 (after-init-hook): No need to add dired-x-bind-find-file.
950 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
951 No need to call expand-file-name.
952 (dired-filename-at-point): Remove unused locals `end', `filename'.
953
f9d554dd
SM
9542011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
957
5da16a86
CO
9582011-02-18 Christian Ohler <ohler@gnu.org>
959
960 * emacs-lisp/ert.el (ert--setup-results-buffer)
961 (ert-results-pop-to-backtrace-for-test-at-point)
962 (ert-results-pop-to-messages-for-test-at-point)
963 (ert-results-pop-to-should-forms-for-test-at-point)
964 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
965 were incorrect and unnecessary. This should make `make check'
966 pass again.
967
3a00a363
KM
9682011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
969
01c35094 970 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 971 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
972 * lisp/allout.el: Remove commentary about remove encryption
973 passphrase mnemonic support and verification.
01c35094
JB
974 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
975 armored text using gpg1, and indicate that the gpg version *might*
976 be the problem in the error message.
3a00a363 977
73057ba9
DD
9782011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
979
980 * net/rcirc.el (rcirc-float-time): New function.
981 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
982 (rcirc-ctcp-sender-PING): Use it.
983
8551cb32
GM
9842011-02-17 Glenn Morris <rgm@gnu.org>
985
53ef76c7
GM
986 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
987 (speedbar-update-flag, speedbar-fetch-etags-command)
988 (speedbar-fetch-etags-arguments):
989 * term.el (term-buffer-maximum-size, term-input-chunk-size)
990 (term-completion-autolist, term-completion-addsuffix)
991 (term-completion-recexact, term-completion-fignore):
992 * term/sup-mouse.el (sup-mouse-fast-select-window):
993 * term/x-win.el (x-select-request-type):
994 Convert some defvars with "*" to defcustoms.
995
64a14c74
GM
996 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
997
92e39d6f
GM
998 * vc/vc.el (vc-default-previous-version):
999 Remove alias that points nowhere. (Bug#4496)
1000
fc14288b
GM
1001 * dired-x.el (dired-clean-up-after-deletion):
1002 kill-buffer does not need save-excursion.
1003 (dired-do-run-mail): Doc fix.
1004 (dired-filename-at-point): Doc fix.
1005 Use looking-at, and skip-chars rather than re search.
1006
8551cb32
GM
1007 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
1008
96497653
KM
10092011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
1010
aac7a935
KM
1011 * allout-widgets.el: New allout extension that shows allout
1012 outline structure with graphical widgets. 'allout-widgets'
1013 customize group is an 'allout' subgroup, for easy discovery.
1014
96497653
KM
1015 * allout.el: Include PGP and GnuPG in Keywords, and other
1016 commentary refinements.
1017 (allout-abbreviate-flattened-numbering): Rename to
1018 allout-flattened-numbering-abbreviation, and
1019 define-obsolete-variable-alias the old name.
1020 (allout-flattened-numbering-abbreviation): Rename from
1021 allout-abbreviate-flattened-numbering.
1022 (allout-mode-p): Include among autoloads, for use by other modes
1023 with impunity.
e697fcfc
LM
1024 (allout-listify-exposed):
1025 Use allout-flattened-numbering-abbreviation.
96497653
KM
1026 (allout-encrypt-string): Use set-buffer-multibyte directly.
1027 (allout-set-buffer-multibyte): Remove.
1028
be4a1d71
DD
10292011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1030
1031 * simple.el (just-one-space): Remove useless `or' call.
1032
274c2d34
MA
10332011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1034
c6309045 1035 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1036 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1037 (soap-decoded-multi-refs, soap-current-wsdl)
1038 (soap-encoded-namespaces): Rename CL-style *...* variables.
1039
88ae2870
MA
10402011-02-16 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * net/soap-client.el: Add "comm" and "hypermedia" to the
1043 keywords. Reflow too long lines.
1044
1045 * net/soap-inspect.el: Ditto. Require 'cl.
1046
689743a2
BG
10472011-02-16 Bastien Guerry <bzg@altern.org>
1048
1049 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1050 in a `doctor-type' argument.
1051
16d2ff89
MA
10522011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1053
1054 * net/soap-client.el:
1055 * net/soap-inspect.el: New files.
1056
c6cefd36
LL
10572011-02-16 Leo <sdl.web@gmail.com>
1058
1059 * dired-x.el (dired-mode-map, dired-extra-startup):
1060 Remove dired-copy-filename-as-kill since it's already in dired.el.
1061
da5e0ce4
GM
10622011-02-16 Glenn Morris <rgm@gnu.org>
1063
1064 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1065 Doc fixes. Add :set property, replacing top-level calls.
1066 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1067 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1068 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1069 (dired-clean-up-after-deletion): Use when and dolist.
1070 (dired-jump): Use unless and when.
1071 (dired-virtual): Use line-end-position.
1072 (dired-default-directory-alist): Rename from default-directory-alist.
1073 (dired-default-directory): Update for above name change.
1074 (dired-vm): Drop VM < 5 and simplify.
1075 (dired-buffer-more-recently-used-p): Rewrite.
1076 (dired-filename-at-point): Use when and or.
1077 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1078 Update callers.
1079
c5ca3aa0
GM
10802011-02-15 Glenn Morris <rgm@gnu.org>
1081
1082 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1083
33f6cf7b
CY
10842011-02-14 Chong Yidong <cyd@stupidchicken.com>
1085
1086 * vc/vc-git.el (vc-git-root-log-format): New option for
1087 customizing log format.
1088 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1089 (vc-git-log-view-mode): Use it.
1090 (vc-git-expanded-log-entry): New function.
1091 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1092
1093 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1094 customizing log format.
1095 (vc-hg-print-log): Use it.
1096 (vc-hg-expanded-log-entry): New function.
1097 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1098 vc-hg-expanded-log-entry. Truncate lines in root log.
1099
1100 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1101
e697fcfc
LM
1102 * vc/log-view.el (log-view-mode-menu):
1103 Add log-view-toggle-entry-display.
33f6cf7b 1104
461b69ae
GM
11052011-02-14 Glenn Morris <rgm@gnu.org>
1106
1107 * dired-x.el: Don't require man when compiling.
1108 (dired-omit-extensions, dired-local-variables-file)
1109 (dired-x-hands-off-my-keys): Make them defcustoms.
1110 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1111 (vm-visit-folder): Declare rather than defining.
1112 (dired-x-help-address, dired-x-variable-list): Remove.
1113 (dired-x-submit-report): Make it an obsolete alias.
1114
35f52ed6
JB
11152011-02-14 Juanma Barranquero <lekktu@gmail.com>
1116
1117 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1118
b2108a36
TZ
11192011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1120
67186ae2 1121 * net/imap.el: Bring it back.
b2108a36 1122
abfc152b
AM
11232011-02-13 Alan Mackenzie <acm@muc.de>
1124
1125 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1126 narrow-to-region call that cuts context off the end (Bug#7722).
1127
e697fcfc
LM
1128 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1129 Refactor nested if-forms with a simple cond.
abfc152b
AM
1130 (c-forward-<>-arglist): Revert 2011-01-31 change.
1131
d4eb88c7
CY
11322011-02-13 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * vc/log-view.el: New command log-view-toggle-entry-display for
1135 toggling log entries between concise and detailed forms.
1136 (log-view-toggle-entry-display): New command.
1137 (log-view-mode-map): Bind RET to it.
1138 (log-view-expanded-log-entry-function): New variable.
1139 (log-view-current-entry, log-view-inside-comment-p)
1140 (log-view-current-tag): New functions.
1141 (log-view-toggle-mark-entry): Use log-view-current-entry and
1142 log-view-end-of-defun instead of searching directly with
1143 log-view-message-re.
1144 (log-view-end-of-defun): Likewise. Add optional ARG for
1145 compatibility with end-of-defun.
1146 (log-view-end-of-defun): Ignore comments and VC buttons.
1147
1148 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1149 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1150
2609a08e
TZ
11512011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1152
114fe546
G
1153 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1154
2609a08e
TZ
1155 * net/imap-hash.el: Remove file.
1156
7a6ebb1a
MA
11572011-02-13 Michael Albinus <michael.albinus@gmx.de>
1158
1159 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1160
1161 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1162 call.
1163
1164 * net/tramp-imap.el: Remove file.
1165
75d4dcc9
CY
11662011-02-13 Chong Yidong <cyd@stupidchicken.com>
1167
1168 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1169 widget library for buttons, just use button.el.
1170
1171 * vc/log-view.el (log-view-mode-map): Don't inherit from
1172 widget-keymap.
1173
3c65e88d 11742011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1175
86361e1e
GM
1176 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1177 (nintersection, set-difference, nset-difference)
1178 (set-exclusive-or, nset-exclusive-or): Doc fix.
1179
dc4c6a7a
GM
1180 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1181
8a6f24e5
GM
1182 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1183 :italic props, so that frame-set-background-mode works. (Bug#7966)
1184
3caced0b
GM
1185 * simple.el (next-error): Doc fix.
1186
9de31df2
TV
11872011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1188
1189 * dired-aux.el (dired-create-files): Adapt destination name to
1190 match the new behavior of copy-directory.
1191
38a71655
CY
11922011-02-12 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1195 from rmail-dont-reply-to-names. Callers changed.
1196 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1197 (rmail-dont-reply-to): Make it an obsolete alias.
1198
1199 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1200 nil, and make obsolete (Bug#7888).
1201 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1202
1203 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1204
1205 * mail/rmailsort.el (rmail-sort-by-correspondent)
1206 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1207
1208 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1209
470d996d
TV
12102011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1211
1212 * files.el (copy-directory): New argument COPY-CONTENTS for
1213 copying directory contents into another existing directory.
1214
e2784c87
TH
12152011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1216
1217 * minibuffer.el (completion-table-case-fold): New function for
1218 creating a case-insensitive completion table.
1219
563790b6
TZ
12202011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1221
1222 * net/tramp.el (tramp-default-method): Also check if
1223 `auth-source-search' is bound.
1224 (tramp-read-passwd): Use `auth-source-search' instead of
1225 `auto-source-user-or-password'.
1226
1227 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1228 `auto-source-user-or-password.
1229 (tramp-imap-passphrase-callback-function): Use it.
1230
1231 * net/imap-hash.el: Autoload `auto-source-search' instead of
1232 `auto-source-user-or-password.
1233 (imap-hash-open-connection): Use it.
1234
1235 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1236 `auto-source-user-or-password.
1237 (smtpmail-try-auth-methods): Use it.
1238
c6affbde
PH
12392011-02-12 Phil Hagelberg <phil@hagelb.org>
1240
1241 * emacs-lisp/package.el: Allow packages to be reinstalled.
1242 (package--write-file-no-coding): Remove EXCL arg.
1243 (package-unpack-single): Don't use it.
1244
b5a53795
KP
12452011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1246
1247 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1248 in each sub directory.
1249 (vc-svn-registered): Use vc-svn-root.
1250 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1251 (vc-svn-repository-hostname): Use "svn info".
1252
25833f5e
DD
12532011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1254
1255 * simple.el (delete-trailing-whitespace): New optional buffer
1256 bound parameters.
1257
75d1d833
BG
12582011-02-11 Bastien Guerry <bzg@altern.org>
1259
1260 * files.el (basic-save-buffer): save unmodified buffers when
1261 the file pointed by buffer-file-name doesn't exist.
1262
e0e36cac
DD
12632011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1264
079721e9 1265 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1266
59350862
GM
12672011-02-11 Glenn Morris <rgm@gnu.org>
1268
1269 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1270
5708ce5e
JB
12712011-02-11 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1274
b016851c
SM
12752011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1276
59003be9
SM
1277 * server.el (server-process-filter): Use pcase.
1278
9517f8af
SM
1279 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1280 conflicting ways.
1281 (smie-indent--parent): Extend to "parent of arg".
1282 (smie-indent-inside-string): New function.
1283 (smie-indent-functions): Use it.
1284
cf77dd27
SM
1285 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1286 bzr locking race condition.
1287
49ffc078
SM
1288 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1289 still valid before using it.
1290
1a0a6cef
SM
1291 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1292 `message' -> `compilation-message' rename (bug#8004).
1293
b016851c
SM
1294 Move keymap initialization into declaration.
1295 * textmodes/enriched.el (enriched-mode-map):
1296 * textmodes/bib-mode.el (bib-mode-map):
1297 * term/lk201.el (lk201-function-map):
1298 * tar-mode.el (tar-mode-map):
1299 * replace.el (occur-mode-map):
1300 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1301 * progmodes/idlw-help.el (idlwave-help-mode-map):
1302 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1303 * play/solitaire.el (solitaire-mode-map):
1304 * play/snake.el (snake-mode-map, snake-null-map):
1305 * play/pong.el (pong-mode-map):
1306 * play/handwrite.el (menu-bar-handwrite-map):
1307 * play/gametree.el (gametree-mode-map):
a65112fb 1308 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1309 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1310 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1311 (newsticker--url-keymap):
1312 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1313 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1314 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1315 (menu-bar-edit-menu, menu-bar-custom-menu)
1316 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1317 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1318 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1319 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1320 (menu-bar-tools-menu, menu-bar-describe-menu)
1321 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1322 (menu-bar-help-menu):
1323 * mail/rmailsum.el (rmail-summary-mode-map):
1324 * kmacro.el (kmacro-step-edit-map):
1325 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1326 (ibuffer-mode-operate-map):
1327 * hi-lock.el (hi-lock-menu, hi-lock-map):
1328 * emulation/vip.el (vip-mode-map):
1329 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1330 * bookmark.el (bookmark-bmenu-mode-map):
1331 * help-mode.el (help-mode-map): Move initialization into declaration.
1332
1be1d1e9
DD
13332011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1334
1335 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1336 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1337 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1338 (rcirc-cmd-me, rcirc-authenticate): Use them.
1339
26d2a9bd
KM
13402011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1341
1342 * allout.el: Synopsis: Change allout user configuration so
1343 auto-activation is controlled solely by customization
1344 `allout-auto-activation'.
1345
01c35094 1346 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1347 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1348 Also, explicitly invoke (allout-setup) after allout-auto-activation
1349 is custom-defined, to affect the settings in emacs sessions besides
1350 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1351 (allout-auto-activation): Use allout-auto-activation-helper to
1352 :set. Revise the docstring.
1353 (allout-init): Reduce functionality to just customizing
1354 allout-auto-activation, and mark obsolete.
1355 (allout-mode): Respect string values for allout-auto-activation.
1356 Run allout-after-copy-or-kill-hook without any args.
01c35094 1357 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1358 (outlineify-sticky): Adjust docstring for new scheme.
1359 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1360 should concentrate on the kill ring.
1361
b8e0f0cd
G
13622011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1363
1364 * password-cache.el (password-cache-remove): Accept secrets that are
1365 not strings.
1366
ccded26c
SM
13672011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1370 of here-doc that immediately follows a comment.
1371
ee6a57ab
DD
13722011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1373
4d04fdc9
DD
1374 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1375
ee6a57ab
DD
1376 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1377 available.
1378 (rcirc-ctcp-sender-PING): New function.
1379
6ca94a0b
SM
13802011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1381
1382 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1383 Remove the mark/nomark handling, and activate shift-select-mode instead.
1384
1385 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1386
226590f8
JB
13872011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1388
1389 * calc/calc-units.el (math-logunits-quant): Add support for
1390 non-logarithmic units.
1391
dd0b691e
KM
13922011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1393
4ec28e14
KM
1394 * allout.el (allout-after-copy-or-kill-hook): New hook for
1395 extension-specific processing of killed text.
1396 (allout-mode): Include new allout-after-copy-or-kill-hook among
1397 mentioned hooks.
01c35094 1398 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1399 after kill happens even if barf-if-buffer-read-only is raised.
1400 Include new allout-after-copy-or-kill-hook among that subsequent
1401 processing.
1402 (allout-deannotate-hidden): Actually remove the annotation text
1403 properties.
1404
dd0b691e
KM
1405 * allout.el (allout-listify-exposed): Copy text sans text properties.
1406
07e52e08
MA
14072011-02-07 Michael Albinus <michael.albinus@gmx.de>
1408
b016851c 1409 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1410
c5aff743
DD
14112011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1412
1413 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1414
03925868
JB
14152011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1416
b016851c 1417 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1418 `calc-default-field-reference-level'.
b016851c 1419 (calc-logunits-power-reference): Rename from
01c35094 1420 `calc-default-power-reference-level'.
03925868 1421
b016851c 1422 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1423 `math-logunits-level'
b016851c 1424 (math-logunits-plus): Rename from math-logcombine.
03925868 1425 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1426 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1427 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1428 New functions.
b016851c
SM
1429 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1430 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1431 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1432 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1433 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1434 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1435 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1436 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1437 New functions.
1438
b016851c 1439 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1440 (calc-ul-prefix-help): Remove.
1441 (calc-l-prefix-help): New function.
1442 (calc-full-help): Add reference to `calc-l-prefix-help'.
1443
1444 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1445
ec6ad6f2
JB
1446 * calc/README: Mention logarithmic units.
1447
f8b351c1
CY
14482011-02-06 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1451 non-ASCII characters (Bug#7925).
1452
a60287ff
GM
14532011-02-05 Glenn Morris <rgm@gnu.org>
1454
1455 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1456
9ad53e98
GM
1457 * calendar/diary-lib.el (diary-font-lock-keywords):
1458 Tweak diary-time-regexp match. (Bug#7891)
1459
9783df21
GM
1460 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1461 (f90-mode): Use it for mode's `find-tag-default-function' property.
1462
df275851
GM
1463 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1464
95838641
GM
1465 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1466
827b77e9
DD
14672011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1468
1469 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1470 (Bug#6386).
1471
7cb76591
SM
14722011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1473
ba70ab1c
SM
1474 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1475 font-lock-syntax-table remappings.
1476 (sh-here-doc-markers, sh-here-doc-re): Remove.
1477 (sh-font-lock-close-heredoc): Remove.
1478 (sh-syntax-propertize-here-doc): New function.
1479 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1480 instead of the sh-here-doc-re.
1481 (sh-font-lock-paren): Don't do anything in comments or strings.
1482 Handle line continuations. Accept a few more chars.
1483 Don't rely on the font-lock-syntax-table remappings.
1484 `esac' is not a valid pattern.
1485 (sh-syntax-propertize-function): Handle here-docs differently, so we
1486 don't bother syntax-propertizing the insides.
1487
7cb76591
SM
1488 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1489 Handle new bashisms ";&" and ";;&" (bug#7947).
1490
39b20f56
MA
14912011-02-05 Michael Albinus <michael.albinus@gmx.de>
1492
7cb76591
SM
1493 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1494 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1495
51aba3f3
MA
14962011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1497
1498 * net/tramp.el (tramp-postfix-method-format)
1499 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1500 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1501 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1502 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1503 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1504 Doc fix.
1505
7bc61bb7
SS
15062011-02-04 Sam Steingold <sds@gnu.org>
1507
1508 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1509
d93c111e
AS
15102011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1511
1512 * international/mule-util.el (with-coding-priority): Doc fix.
1513
6f52d86e
EZ
15142011-02-04 Eli Zaretskii <eliz@gnu.org>
1515
1516 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1517
c1b4afac
SS
15182011-02-03 Sam Steingold <sds@gnu.org>
1519
1520 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1521 Do not error out when `func' is nil.
1522
a857d3c7
MA
15232011-02-03 Michael Albinus <michael.albinus@gmx.de>
1524
1525 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1526 `tramp-default-remote-path' to the docstring.
1527 (tramp-get-remote-path): Suppress error message when `getconf
1528 PATH' fails.
1529
1530 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1531
8aa88760
GM
15322011-02-03 Glenn Morris <rgm@gnu.org>
1533
219ea611
GM
1534 * vc/vc-hg.el (vc-hg-command): Doc fix.
1535
8d7b5b5b
GM
1536 * term/w32-win.el (libpng-version): Declare for compiler.
1537
c03eac34
GM
1538 * msb.el: No need to load dired while compiling.
1539
7f07c1fe
GM
1540 * emacs-lisp/elint.el (elint-standard-variables):
1541 Remove a couple of built-ins that now have doc-strings.
1542
befe199d
GM
1543 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1544 `require' is automatically `eval-and-compile'd.
1545
2d7d6439
GM
1546 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1547 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1548
8aa88760
GM
1549 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1550 Move definition before use.
1551 (strokes-report-bug): Make it obsolete.
1552
e90f8545
SS
15532011-02-02 Sam Steingold <sds@gnu.org>
1554
1555 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1556 from `special-mode', entering it makes the buffer read-only, so
1557 call it only when everything has been already inserted.
1558 * emacs-lisp/ert.el (ert--setup-results-buffer)
1559 (ert-results-pop-to-backtrace-for-test-at-point)
1560 (ert-results-pop-to-messages-for-test-at-point)
1561 (ert-results-pop-to-timings): Ditto.
1562 * emacs-lisp/package.el (package--list-packages): Ditto.
1563 * play/solitaire.el (solitaire): Ditto.
1564
90db975f
CY
15652011-02-02 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * progmodes/compile.el: Make all faces inherit.
1568 (compilation-warning): Inherit from font-lock-variable-name-face.
1569 (compilation-info): Inherit from font-lock-type-face.
1570 (compilation-line-number): Reassign to font-lock-keyword-face.
1571 (compilation-column-number): Reassign to font-lock-doc-face.
1572 (compilation-leave-directory-face): Reassign to
1573 font-lock-builtin-face.
1574
bc35ff32
EZ
15752011-02-02 Eli Zaretskii <eliz@gnu.org>
1576
1577 * dired.el (dired-insert-directory): Don't invoke `ls' when
1578 ls-lisp.el is used to emulate it.
1579
39cde66c
JD
15802011-02-01 Julien Danjou <julien@danjou.info>
1581
1582 * color.el (color-gradient): Add a color-gradient function.
1583
abef340a
SS
15842011-02-01 Sam Steingold <sds@gnu.org>
1585
1586 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1587 bind "z" to `kill-this-buffer'.
1588 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1589 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1590 (apropos-mode): Inherit from `special-mode'.
1591 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1592 * bookmark.el (bookmark-bmenu-mode): Define using
1593 `define-derived-mode' inheriting from `special-mode'.
1594 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1595 * image-mode.el (image-mode-map): Ditto.
1596 * replace.el (occur-mode): Define using
1597 `define-derived-mode' inheriting from `special-mode'.
1598 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1599 * calendar/diary-lib.el (diary-fancy-display-mode):
1600 Inherit from `special-mode-map'.
1601 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1602 Inherit from `special-mode'.
1603 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1604 `special-mode-map'.
1605 (package-menu-mode): Define using `define-derived-mode'
1606 inheriting from `special-mode'.
1607 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1608 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1609 (xesam-mode-map): Define separately.
1610 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1611 * progmodes/compile.el (compilation-minor-mode-map)
1612 (compilation-mode-map): Inherit from `special-mode-map'.
1613 * vc/diff-mode.el (diff-mode-shared-map):
1614 Inherit from `special-mode-map'.
1615 * vc/log-view.el (log-view-mode-map): Add a comment.
1616
928f4e73
CY
16172011-02-01 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * custom.el (load-theme): Define return value. Drop use of
1620 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1621 (custom-theme-load-confirm): Scroll in the correct window.
1622 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1623
1624 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1625 checkbox if load-theme fails.
1626
7d116647
SM
16272011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1628
1629 * progmodes/compile.el (compilation-next-error): Check there's
1630 a message before using it (bug#7941).
1631
4fdfcddf
JB
16322011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1633
1634 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1635 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1636 of potential pivots.
1637
3b95603f
AM
16382011-01-31 Alan Mackenzie <acm@muc.de>
1639
7d116647
SM
1640 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1641 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1642 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1643 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1644
6fa1f651
CY
16452011-01-31 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * files.el (copy-directory): Fix arguments to recursive call.
1648
14beddf4 16492011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1650
1651 * files.el (copy-directory): If destination is an existing
1652 directory, copy into a subdirectory there.
1653
14beddf4 16542011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1655
1656 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1657 files.
1658
14beddf4 16592011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1660
6fc0aac3
CY
1661 * image-dired.el (image-dired-mouse-display-image): No-op if no
1662 file is found (Bug#7817).
1663
d1f14baa
CY
1664 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1665
14beddf4 16662011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1667
7d116647
SM
1668 * international/quail.el (quail-keyboard-layout-alist):
1669 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1670
14beddf4 16712011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1672
1673 * msb.el (msb-menu-bar-update-buffers): Update for changed
1674 argument handling of menu-bar-select-frame. (Bug#7902)
1675
14beddf4 16762011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1677
1678 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1679 to the recursion depth (Bug#7722).
1680
14beddf4 16812011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1682
1683 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1684 command-line-default-directory (Bug#7872).
1685
9e11271c
SM
16862011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * progmodes/compile.el (compilation--flush-directory-cache):
1689 New function, extracted from compilation--remove-properties.
1690 (compilation--remove-properties, compilation--parse-region): Use it.
1691 (compilation--previous-directory): Handle one more case.
1692 (compilation-enable-debug-messages): Remove.
1693 (compilation-parse-errors, compilation--flush-parse): Just remove the
1694 left over debug messages.
1695
038714ab
SS
16962011-01-31 Sam Steingold <sds@gnu.org>
1697
1698 * progmodes/compile.el (compilation-enable-debug-messages):
1699 Add a variable to make the parsing messages introduced in
1700 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1701 (compilation-parse-errors, compilation--flush-parse): Use it.
1702
2a4466ca
DD
17032011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1704
35f52ed6 1705 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1706 (rcirc-nick-completion-format): New defcustom.
1707 (rcirc-complete): Use it.
1708
186ecaf1
DD
17092011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1710
1711 * net/rcirc.el: Clean log filenames (Bug#7933).
1712 (rcirc-log-write): Use convert-standard-filename.
1713 (rcirc-log-filename-function): Documentation updates.
1714
253f7d1b
JD
17152011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1716
9e11271c
SM
1717 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1718 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1719 (report-emacs-bug-can-use-osx-open): New function.
1720 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1721 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1722
a2b6e5d6
CY
17232011-01-29 Chong Yidong <cyd@stupidchicken.com>
1724
1725 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1726 updating Dired or VC-dir buffers after async command completes.
1727
1728 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1729 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1730
1731 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1732 completions if it exists. Use vc-set-async-update.
1733 (vc-git-pull): Use vc-set-async-update.
1734
1735 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1736 read-shell-command. Use vc-set-async-update.
1737 (vc-hg-merge-branch): Use vc-set-async-update.
1738
8907f7b9
DU
17392011-01-29 Daiki Ueno <ueno@unixuser.org>
1740
9e11271c
SM
1741 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1742 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1743 (Bug#7931).
1744
e52f87a1
SM
17452011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * progmodes/compile.el: Avoid an N² behavior in grep.
1748 (compilation--previous-directory): New fun.
1749 (compilation--previous-directory-cache): New var.
1750 (compilation--remove-properties): Flush it.
1751 (compilation-directory-properties, compilation-error-properties):
1752 Use the new fun to speed up looking for the current directory.
1753
659114fd
CY
17542011-01-29 Chong Yidong <cyd@stupidchicken.com>
1755
1756 * vc/vc-hg.el (vc-hg-history): New var.
1757 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1758 (vc-hg-merge-branch): New function.
1759
1760 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1761 the other way around.
1762
1763 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1764 (vc-git-merge-branch): New functions.
1765 (vc-git-history): New var.
1766
9bfe5783
CY
17672011-01-28 Chong Yidong <cyd@stupidchicken.com>
1768
1769 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1770
1771 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1772 vc-do-async-command.
1773
e52f87a1
SM
1774 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1775 Callers changed.
9bfe5783 1776
b1ea593c
LL
17772011-01-28 Leo <sdl.web@gmail.com>
1778
1779 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1780 highlighting to the "this function is advised" message.
b1ea593c
LL
1781
1782 * help-mode.el (help-mode-finish): Apply highlighting here, to
1783 avoid clobbering by substitute-command-keys (Bug#6304).
1784
40e22d80
CY
17852011-01-28 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * woman.el (woman0-roff-buffer): Process roff escape sequences
1788 occurring prior to the first request (Bug#7843).
1789
01c63f4c
SM
17902011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1791
55fb9013
SM
1792 * progmodes/compile.el: Don't use font-lock any more.
1793 (compilation-error-regexp-alist-alist): Change handling of makepp
1794 so it preserves the warning/error distinction on subsequent files.
1795 Simplify various rules.
1796 (compilation-directory-properties): Use font-lock-face.
1797 Add a compilation-message property.
1798 (compilation-internal-error-properties): Use font-lock-face.
1799 Don't set the compilation-debug property here.
1800 (compilation--put-prop, compilation--remove-properties)
1801 (compilation--parse-region, compilation--ensure-parse)
1802 (compilation--ensure-parse): New functions.
1803 (compilation-parse-errors): New function, largely inspired of
1804 compilation-mode-font-lock-keywords. Set compilation-debug here.
1805 (compilation--parsed): New var.
1806 (compilation--flush-parse): Use compilation--ensure-parse.
1807 (compilation-start): Don't call font-lock.
1808 (compilation-turn-on-font-lock): Remove.
1809 (compilation-setup): Don't set font-lock-extra-managed-props not change
1810 other font-lock settings, other than keywords.
1811 Don't activate font-lock-mode.
1812 Set change-major-mode-hook and before-change-functions.
1813 (compilation--unsetup): Remove properties and hooks.
1814 (compilation-next-single-property-change): New function.
1815 (compilation-next-error): Use it to parse when needed.
1816 (compile-goto-error): Parse buffer as needed.
1817 (compilation--compat-error-properties): Don't need a dummy `face'
1818 property any more.
1819
8fe52384
SM
18202011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1823 (compilation-process-setup-function): Fix docstring's false promises.
1824 (compilation-error-regexp-alist-alist): Catch omake's continuous
1825 recompilation message and avoid reuse of old markers.
1826 (compilation-parse-errors-function): Declare obsolete.
1827 (compilation-buffer-modtime): Remove.
1828 (compilation--make-cdrloc, compilation--loc->col)
1829 (compilation--loc->line, compilation--loc->file-struct)
1830 (compilation--loc->marker, compilation--loc->visited)
1831 (compilation--make-file-struct, compilation--file-struct->file-spec)
1832 (compilation--file-struct->formats)
1833 (compilation--file-struct->loc-tree): New macros. Use them.
1834 (compilation--message): New defstruct. Use them.
1835 (compilation-next-error-function): Don't mess with timestamps to try
1836 and guess when to reparse.
1837
01c63f4c
SM
18382011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1839
5e853d01
SM
1840 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1841 (tex-old-error-file-name): New function,
1842 extracted from tex-compilation-parse-errors.
1843 (tex-compilation-parse-errors): Remove.
1844 (tex-error-regexp-alist): New var.
1845 (tex-shell): Use it to avoid compilation-parse-errors-function.
1846
07b741a7
SM
1847 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1848 (grep-mode-font-lock-keywords): Remove regexp that seems like
1849 a left-over from before we used compile.el.
1850 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1851 modifying the buffer within with-silent-modifications.
1852
1853 * progmodes/compile.el: Cleanup text-properties namespace by using
1854 `compilation-message' instead of `message', `compilation-directory'
1855 instead of `directory', and `compilation-debug' instead of `debug'.
1856 (compilation-last-buffer, compilation-parsing-end)
1857 (compilation-error-list, compilation-old-error-list): Move to the
1858 compatibility part of the code.
1859 (compilation-error-properties): If `file' is a function, let it return
1860 a file name.
1861 (compilation-mode-font-lock-keywords): Be more conservative with the
1862 omake "^ *" pattern prefix, to try and minimize the risk of
1863 pathologically slow regexp matching.
1864 (compilation-start): Use inhibit-read-only.
1865 (compilation--unsetup): New function.
1866 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1867 (compilation-filter): Minor tweaks.
8fe52384 1868 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1869 (compilation--flush-file-structure): New fun.
8fe52384 1870 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1871 (debug-ignored-errors): Add "Moved past last ...".
1872 (compilation--compat-error-properties)
1873 (compilation--compat-parse-errors): Rename by doubling the "-".
1874
01c63f4c
SM
1875 Port features from the previous prolog.el to the new one.
1876 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1877 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1878 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1879 variable and use a function to compute the value dynamically.
1880 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1881 (prolog-continued-prompt-regexp): Remove, unused.
1882 (prolog-find-value-by-system): Try and use the value of prolog-system
1883 in the *prolog* buffer if it helps.
1884 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1885 (prolog-zip-on): ..and check prolog-system and version here instead.
1886 (prolog-inferior-self-insert-command): New command.
1887 (prolog-inferior-mode-map): Use it.
1888 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1889 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1890 (prolog-input-filter): Use derived-mode-p.
1891 (prolog-inferior-guess-flavor): New function.
1892 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1893 make-comint to avoid running comint-mode twice.
1894 (prolog-inferior-buffer): New fun.
1895 (prolog-old-process-region, prolog-old-process-file):
1896 Don't call prolog-bsts here...
1897 (prolog-build-prolog-command): ...do it here instead.
1898 (prolog-old-process-region, prolog-old-process-file):
1899 Use compilation-fake-loc and compilation-forget-errors.
1900 (prolog-consult-compile-region): Use bolp.
1901
2f224f0b
CY
19022011-01-28 Chong Yidong <cyd@stupidchicken.com>
1903
1904 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1905
db0e305d
SS
19062011-01-27 Sam Steingold <sds@gnu.org>
1907
9e11271c
SM
1908 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1909 Remove "*server*" which is never created by emacs server.
db0e305d 1910
27bbeb29
DD
19112011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1912
1913 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1914 there are some diff switches.
1915
153c5428
SM
19162011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1917
89fdaac7
SM
1918 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1919 Copy change made to ruby-font-lock-syntactic-keywords.
1920
153c5428
SM
1921 * htmlfontify.el: Make it obey the font-lock-face text property.
1922 Miscellaneous cleanup such as:
1923 - Don't hide expressions after a closing paren.
1924 - Move initial setq into let.
1925 - Hoist common parts out of ifs.
1926 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1927 (hfy-face-at): Use get-text-property instead.
1928 (hfy-prop-invisible-p): Use invisible-p if available.
1929 (htmlfontify-manual): Use \\[...].
1930 (hfy-html-quote-regex): Use [...].
1931 (hfy-combined-face-spec): Simplify.
1932 (hfy-compile-face-map): Don't presume point-min==1.
1933 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1934 match end of string.
1935 (hfy-text-p): η-reduce.
1936 (hfy-tags-for-file): Receive cache-hash directly.
1937 (hfy-mark-tag-names): Adjust call.
1938
ed7646d4
GM
19392011-01-27 Glenn Morris <rgm@gnu.org>
1940
1941 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1942 (msb-after-load-hook): Remove eval-after-load wackiness.
1943
ed68f651
SS
19442011-01-25 Sam Steingold <sds@gnu.org>
1945
1946 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1947 literal "diff" (important for windows-nt).
1948
0fe719e6
GM
19492011-01-25 Glenn Morris <rgm@gnu.org>
1950
1951 * emacs-lisp/copyright.el (copyright-at-end-flag)
1952 (copyright-names-regexp): Add safety properties.
1953 (copyright-year-ranges): New option.
1954 (copyright-find-end): New function, split from copyright-update-year.
1955 (copyright-update-year): Use copyright-find-end.
1956 (copyright-fix-years): Optionally, convert years to ranges.
1957 Handle years continued over comment lines.
1958 Do not mess with the fill-prefix.
1959 Do not call copyright-update.
1960 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1961 Skip directories. Find files with only safe local vars.
0fe719e6 1962
06d8ace5 19632011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1964
1965 * files.el (file-name-non-special): Only change buffer-file-name after
1966 insert-file-contents if it's `visit'ing the file (bug#7854).
1967
06d8ace5 19682011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1969
1970 * dired.el (dired-revert): Doc fix (Bug#7758).
1971
06d8ace5
GM
1972 * simple.el (line-move-visual): Doc fix (Bug#7594).
1973
19742011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1975
1976 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1977 here-doc which ends with an underscore.
1978 (ruby-mode-set-encoding): Skip shebang line always.
1979 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1980 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1981 (ruby-forward-sexp): Stop after literal hash key labels.
1982 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1983 bracket.
1984
06d8ace5 19852011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1986
1987 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1988 the correct buffer (Bug#7650).
1989
06d8ace5
GM
19902011-01-25 Glenn Morris <rgm@gnu.org>
1991
1992 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1993
ce558208
GM
1994 * simple.el (do-auto-fill): Give it a doc string.
1995
4d265b4d
GM
1996 * button.el (make-text-button): Doc fix. (See bug#7881)
1997
21bb5ce0
SM
19982011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1999
ab0a61d0
SM
2000 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
2001 Don't move backward, so as not to fall in an inf-loop (bug#7736).
2002
21bb5ce0
SM
2003 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
2004 Handle ?" and friends differently (e.g. don't use backrefs).
2005
603823f5
JB
20062011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2007
2008 * calc/calc.el (calc-default-power-reference-level)
2009 (calc-default-field-reference-level): New variables.
35f52ed6 2010 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
2011 (math-logunits): New variable.
2012 (math-extract-logunits, math-logcombine, calcFunc-luplus)
2013 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
2014 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
2015 New functions.
603823f5
JB
2016 (math-find-base-units-rec): Add entry for ln(10).
2017 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
2018 (calc-ul-prefix-help): New function.
2019 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 2020 functions. Add keybindings for new units functions.
603823f5 2021
11ea68ce 20222011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
2023
2024 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 2025 rcirc buffers. (Bug#4940)
10617634 2026
0412a5a4
GM
20272011-01-22 Glenn Morris <rgm@gnu.org>
2028
2029 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2030 split out from copyright-update-year.
2031 (copyright-update): Don't mess with the GPL version if we don't own the
2032 copyright. Update license regexp, and remove no longer needed
2033 Esperanto stuff.
d226ec23 2034 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2035
e7c1dca8
CY
20362011-01-22 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2039
4d0143e6
JA
20402011-01-22 Jari Aalto <jari.aalto@cante.net>
2041
2042 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2043 (lm): Rename to landmark.
2044 (lm-test-run): Rename to landmark-test-run.
2045
e3545d0d
CY
20462011-01-22 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2049 "Case sensitive" menu item.
2050
7c82f3e2 20512011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2052
2053 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2054 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2055
7c82f3e2 20562011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2057
2058 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2059
7c82f3e2 20602011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2061
6e1dbaa9
RM
2062 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2063 Assume foo(bar) is a manpage reference rather than some unquoted
2064 symbol (bug#7705).
26a27884 2065
7c82f3e2 20662011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2067
2068 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2069 Suggested by Flo <sensorflo@gmail.com>.
2070
7c82f3e2 20712011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2072
2073 * progmodes/compile.el (compilation-error-regexp-alist):
2074 Fix custom type. (Bug#7812)
2075
4936e3ba
KM
20762011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2077
2078 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2079 allout-number-siblings, in keeping with what obtained due to
2080 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2081 (prefixed) ?i.
2082 (allout-before-change-handler): Better expose spots affected by
2083 undo.
2084
cde7e38b
CY
20852011-01-22 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2088
6b072b27
PH
20892011-01-22 Phil Hagelberg <phil@evri.com>
2090
2091 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2092 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2093 (pcmpl-ssh-config-hosts): New function.
2094 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2095 pcmpl-ssh-known-hosts.
2096
26d82c3a
JB
20972011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2098
c310ff4f
JB
2099 * calc/calc-undo.el (calc-undo): Autoload it.
2100 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2101 and autoload for `calc-undo'.
2102 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2103 * calc/calc-prog.el:
2104 * calc/calc-graph.el:
2105 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2106
a10c4149
ŠN
21072011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2108
2109 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2110 keybindings to `calc-undo'.
2111
8dabbfd6
SM
21122011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 Don't mess with *temp*.
2115 * obsolete/spell.el: Move from textmodes/spell.el.
2116 (spell-string):
2117 * term.el (term-read-input-ring):
2118 * startup.el (display-startup-echo-area-message):
2119 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2120 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2121 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2122 point-min==1.
2123
d3e51865
KM
21242011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2125
35f52ed6 2126 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2127 reapplying defalias.
2128
2129 (allout-hotspot-key-handler): Check for non-control-modified
2130 bindings for hotspot characters if there are no control-modified
2131 versions.
2132
d3e51865
KM
2133 * allout.el: Summary - migrate to defining allout mode using
2134 define-minor-mode instead of defun. Significantly clean-up
2135 internal keymap provisions, refactoring and, in the process,
2136 removing a lot of accumulated cruft.
2137
2138 allout-mode-map is now a keymap by virtue of being a defalias to
2139 allout-mode-map-value, which contains the actual keymap structure.
2140
8dabbfd6
SM
2141 (allout-mode): Use define-minor-mode rather than defun.
2142 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2143 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2144 entry will be '(allout-mode . allout-mode-map) - see
2145 allout-mode-map-value, below. Adjust docstring to track changes.
2146 (allout-minor-mode): Remove this defalias, now that we're using
2147 define-minor-mode.
2148 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2149 keymap is allout-mode-map-value, via defalias.
2150 (allout-mode-map-value): The variable holding the actual mode
2151 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2152 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2153 allout-bind-keys, and including the binding-composition
2154 functionality of the former produce-allout-mode-map and
2155 allout-setup-mode-map.
2156 (allout-institute-keymap): Take over the "setup" part of the former
2157 allout-setup-mode-map. Reassign allout-mode-map-value value and
2158 update the defalias.
01c35094 2159 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2160 (allout-unprefixed-keybindings):
2161 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2162 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2163 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2164 user can customize if they want to use that binding.
2165 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2166 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2167 elided that, previously, instead of the one for \C-h.)
2168 (allout-hotspot-key-handler): Remove attempt to resolve the key
2169 through the literal key-string lookup on allout-keybindings-list.
2170 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2171 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2172 (allout-pre-command-business): Use allout-mode-map-value instead
2173 of allout-mode-map.
2174 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2175 the bindings if they want to use a keybinding having a trailing
2cf429d0 2176 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2177 (allout-keybindings-list): Remove. It's not been useful for a
2178 while. (See allout-hotspot-key-handler changes, above.)
2179 (produce-allout-mode-map): Remove. Consolidate into
2180 allout-compose-and-institute-keymap.
2181 (allout-mode-map-adjustments): Remove. No longer necessary with
2182 removal of allout-preempt-trailing-ctrl-h.
2183 (allout-setup-mode-map): Remove. Consolidate into
2184 allout-compose-and-institute-keymap and allout-institute-keymap.
2185
c11136ec
GM
21862011-01-20 Glenn Morris <rgm@gnu.org>
2187
dbfb414e
GM
2188 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2189
c11136ec
GM
2190 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2191
9aea757b
CY
21922011-01-20 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2195
2196 * files.el (find-alternate-file, basic-save-buffer)
2197 (basic-save-buffer-2, revert-buffer, recover-file)
2198 (kill-buffer-ask, abort-if-file-too-large)
2199 (set-visited-file-name, write-file, backup-buffer)
2200 (basic-save-buffer, save-some-buffers):
2201 * dired-aux.el (dired-compress-file): Callers changed.
2202
5dd4f3f7
GM
22032011-01-19 Glenn Morris <rgm@gnu.org>
2204
2205 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2206 Also check the property status. (Bug#7861)
2207
56761182
MA
22082011-01-18 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * net/tramp.el (tramp-debug-message): Extend function exclude
2211 list. Use `regexp-opt'.
2212
a9faac5c 22132011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2214
9cc3a0c7
SM
2215 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2216 highlighting doesn't spill over subsequent lines.
2217
1a1fcbe1
SM
2218 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2219 keymap expression. Improve docstring.
2220
74a10be5
SM
2221 * electric.el (electric-indent-post-self-insert-function):
2222 Don't auto-indent for indent-to-left-margin, it's too often
2223 counter-productive.
2224
721be9cd
TH
22252011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2226
2227 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2228 spaces if the frame was resized, so that the full visible buffer
2229 serves as canvas for strokes.
2230
a767645f
GM
22312011-01-16 Glenn Morris <rgm@gnu.org>
2232
2233 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2234 Also skip directories.
a767645f 2235
444ee8dd
KR
22362011-01-16 Kevin Ryde <user42@zip.com.au>
2237
2238 * info-xref.el: Version 3.
2239 (info-xref-check, info-xref-check-all): Move commentary details
2240 into docstrings for better visibility.
2241 Use compilation-mode for the results buffer.
2242 (info-xref-output, info-xref-output-error, info-xref-with-output)
2243 (info-xref-filename, info-xref-in-progress):
2244 New internals for this.
2245 (info-xref-check-list, info-xref-check-buffer)
2246 (info-xref-check-all-custom): Use those.
2247 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2248 (info-xref-output-heading): Rename from info-xref-filename-heading.
2249 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2250 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2251 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2252 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2253 (info-xref-subfile-p): Move to generic section with those two.
2254 (info-xref-check-node): New function split from
2255 info-xref-check-buffer, shared by info-xref-docstrings.
2256 (info-xref-goto-node-p): Move to a checking section with that func.
2257 (info-xref-unavail): New counter.
2258 (info-xref-check-node): Use it.
2259 (info-xref-with-output): Show count of unavailables at end of output.
2260 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2261 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2262 (info-xref-check-all-custom): Fix quietening viper-mode and
2263 gnus-registry-install -- use setq not let so as not to unbind
2264 after load.
2265
d4119912
JL
22662011-01-16 Juri Linkov <juri@jurta.org>
2267
2268 * isearch.el (isearch-abort): Don't quit if search has
2269 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2270
b024d9f0
MD
22712011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2272
2273 * files.el (backup-buffer): Make last-resort backup file in
2274 .emacs.d (Bug#6953).
2275
2276 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2277 make it with permission 700.
2278
d52969e8 22792011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2280
74a10be5
SM
2281 * mail/rmailmm.el (rmail-mime-insert-header):
2282 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2283 system used to decode the header.
2284 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2285 (rmail-mime-insert-decoded-text):
2286 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2287 (rmail-show-mime): If only a header part was decoded, find the
2288 coding system while ignoring mm-charset-override-alist.
2289
d52969e8 22902011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2291
2292 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2293
d52969e8 22942011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2295
2296 * mail/rmailmm.el (rmail-mime-next-item)
2297 (rmail-mime-previous-item): Delete them.
2298 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2299 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2300 Callers changed.
e7ca0062
KH
2301 (rmail-mime-raw-mode): Recursively call for children.
2302 (rmail-mode-map): Change mapping of tab and backtab to
2303 forward-button and backward-button respectively.
2304 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2305 button.
2306 (rmail-mime-update-tagline): New function.
2307 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2308 body display is changed.
74a10be5 2309 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2310 (rmail-mime-image): Delete this button type.
2311 (rmail-mime-toggle): New button type.
2312 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2313 body display is changed. Change the save button label to "Save".
2314 Don't process show/hide button here.
2315 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2316 the body display is changed. Unconditionally call
2317 rmail-mime-insert for children.
2318 (rmail-mime-handle): Update `display' vector of the just inserted
2319 entity.
2320 (rmail-mime-process): If mail-header-parse-content-type returns
2321 nil, use "text/plain" as the fallback type.
2322 (rmail-mime-insert): For raw-mode, recursively call
2323 rmail-mim-insert for children.
2324 (rmail-mime): Handle the case that the current buffer is not rmail
2325 buffer (e.g. in summary buffer).
2326
d52969e8 23272011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2328
2329 * mail/rmailmm.el (rmail-mime-next-item)
2330 (rmail-mime-previous-item): Skip the body of a non-multipart
2331 entity if a tagline is shown.
2332
362b9d48
GM
23332011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2334
2335 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2336 (tmm-prompt): Simplify.
2337 (tmm-add-prompt): Remove unused var `win'.
2338
2339 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2340 to minor mode which used nil accidentally to mean "turn off".
2341
23422011-01-15 Michael Albinus <michael.albinus@gmx.de>
2343
2344 * net/tramp-sh.el (tramp-find-inline-compress)
2345 (tramp-get-inline-coding): Quote command after pipe symbol for
2346 local calls under W32. (Bug#6784)
2347
23482011-01-15 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2351 only when running under W32.
2352
23532011-01-15 Eli Zaretskii <eliz@gnu.org>
2354
2355 * progmodes/grep.el (grep-compute-defaults): Quote the program
2356 file name after the pipe symbol in Grep templates. (Bug#6784)
2357 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2358
23592011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2360
2361 * buff-menu.el (Buffer-menu-buffer-list): New var.
2362 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2363 restricted buffer list is not lost on revert (Bug#7749).
2364
23652011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2366
2367 * net/ldap.el (ldap-search-internal): Discard stderr output.
2368
23692011-01-15 Eli Zaretskii <eliz@gnu.org>
2370
2371 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2372
23732011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2376
23772011-01-15 Kenichi Handa <handa@m17n.org>
2378
2379 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2380 part as a plain text.
2381 (rmail-mime-process-multipart): Set the default content-type to
2382 nil for unknown multipart subtypes (bug#7651).
2383
6d3d6113
SM
23842011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2385
4391b429
SM
2386 * hexl.el (hexl-mode-old-*): Remove.
2387 (hexl-mode--old-var-vals): New var to replace them.
2388 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2389 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2390 Use them to set local vars (bug#7846).
2391 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2392 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2393 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2394
6d3d6113
SM
2395 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2396 (smerge-resolve--normalize-re): New var.
2397 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2398 (smerge-resolve): Use them.
2399 * newcomment.el (comment-only-p): New function.
2400 (comment-or-uncomment-region): Use it.
2401
77ab81d0 24022011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2403
2404 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2405 table, get the value before switching to the output buffer. (Bug#7733)
2406
77ab81d0 24072011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2408
2409 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2410
8faba62c
KS
24112011-01-14 Kim F. Storm <storm@cua.dk>
2412
2413 * emulation/cua-base.el (cua--init-keymaps):
2414 Remap exchange-point-and-mark in cua-global-keymap.
2415
ab7eb811
TH
24162011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2417
2418 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2419 loop keyword.
2420
fc55380c
SM
24212011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2424 Require CL.
2425 (easy-menu-create-menu, easy-menu-convert-item-1):
2426 Use :label rather than nil for labels. Use `case'.
2427 Add :enable as alias for :active.
2428 (easy-menu-binding): Obey :label.
2429
dbed16aa
SM
24302011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2431
4d789d84
SM
2432 Use run-mode-hooks for major mode hooks (bug#513).
2433 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2434 Rename from reftex-toc-map.
2435 (reftex-toc-mode): Use define-derived-mode.
2436 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2437 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2438 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2439 (reftex-select-label-mode, reftex-select-bib-mode):
2440 Use define-derived-mode.
2441 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2442 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2443 Move init into delcaration.
2444 (reftex-index-mode, reftex-index-phrases-mode):
2445 Use define-derived-mode.
2446 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2447 speedbar-syntax-table. Move init into declaration.
2448 (speedbar-mode-map): Rename from speedbar-key-map.
2449 Move init into declaration.
2450 (speedbar-file-key-map): Move init into declaration.
2451 (speedbar-mode): Use define-derived-mode.
2452 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2453 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2454 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2455 (chart-face-list): Move initialization into declaration.
2456 (chart-mode): Use define-derived-mode.
2457 * calculator.el (calculator-mode-map): Move init into declaration.
2458 (calculator-mode): Use define-derived-mode.
2459
b49a2dbf
SM
2460 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2461 work for nested comments.
2462
dbed16aa
SM
2463 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2464 (prolog-use-prolog-tokenizer-flag): Change default when
2465 syntax-propertize can be used.
2466 (prolog-syntax-propertize-function): New var.
2467 (prolog-mode-variables): Move make-local-variable into `set'.
2468 Don't make comment-column local since we don't set it.
2469 Set comment-add (as it was in previous prolog.el). Use dolist.
2470 Set syntax-propertize-function.
2471 (prolog-mode, prolog-inferior-mode):
2472 Call prolog(-inferior)-menu directly, not through the mode-hook.
2473 (prolog-buffer-module, prolog-indent-level)
2474 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2475 (prolog-comment-limits, prolog-goto-comment-column):
2476 Use line-(end|beginning)-position.
2477 (prolog-build-prolog-command): Tighten up regexp.
2478 (prolog-consult-compile): Move make-local-variable into `set'.
2479 (prolog-consult-compile-filter, prolog-goto-next-paren)
2480 (prolog-help-on-predicate, prolog-clause-info)
2481 (prolog-mark-predicate): Don't let+setq.
2482 (prolog-indent-line): Use indent-line-to.
2483 Only call prolog-goto-comment-column if necessary.
2484 (prolog-indent-level): Use bobp.
2485 (prolog-first-pos-on-line): Remove, not used any more.
2486 (prolog-in-string-or-comment): Use syntax-ppss if available.
2487 (prolog-help-on-predicate): Use read-string.
2488 (prolog-goto-predicate-info): Simplify.
2489 (prolog-read-predicate): Use `default' rather than `initial'.
2490 (prolog-temporary-file): Use make-temp-file to close a security hole.
2491 (prolog-toggle-sicstus-sd): New command.
2492 (prolog-electric-underscore, prolog-variables-to-anonymous):
2493 Use dynamic-scoping as it was meant.
2494 (prolog-menu): Move menu definitions to top-level.
2495 Use a toggle-button for Sicstus's source debugger.
2496 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2497 to "System".
2498 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2499 Move other menu definition to top-level.
2500
50f8cd96
TH
25012011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2502
5b355315
TH
2503 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2504 name. Keep original document's directory as default-directory
2505 (bug#6446).
1281bd51
TH
2506 (doc-view-initiate-display): Fall back to normal mode when
2507 doc-view-mode cannot be enabled, also when extracting the document
2508 text into a separate buffer (bug#6446).
5b355315 2509
50f8cd96
TH
2510 * simple.el (shell-command): Don't error out if shell command
2511 buffer contains text with non-nil read-only property when erasing
2512 the buffer.
2513
821f936d
KS
25142011-01-13 Kim F. Storm <storm@cua.dk>
2515
2516 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2517 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2518 items when cycling through the matches.
2519
f754f898
TH
25202011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2521
2522 * dired-x.el (dired-omit-verbose): New defcustom that allows
2523 disabling the omit messages.
2524 (dired-omit-expunge): Use it.
2525
d221e780
CO
25262011-01-13 Christian Ohler <ohler@gnu.org>
2527
2528 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2529
a03b542a
CY
25302011-01-13 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * font-lock.el (font-lock-verbose): Default to nil.
2533
25ca2e61
CY
25342011-01-13 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2537 (compose-mail): New arg RETURN-ACTION.
2538 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2539
2540 * mail/sendmail.el (mail-return-action): New var.
2541 (mail-mode): Make it buffer-local.
2542 (mail-bury): Obey it. Move special Rmail window handling to
2543 rmail-mail-return.
2544 (mail, mail-setup): New arg RETURN-ACTION.
2545 (sendmail-user-agent-compose): Move from simple.el.
2546
2547 * mail/rmail.el (rmail-mail-return): New function.
2548 (rmail-start-mail): Pass it to compose-mail.
2549
2a8b13af
CY
25502011-01-12 Chong Yidong <cyd@stupidchicken.com>
2551
b2948a87
CY
2552 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2553 menus. Add menu item for customize-themes.
2554
2555 * cus-theme.el (customize-themes):
74a10be5
SM
2556 * emacs-lisp/package.el (package--list-packages):
2557 Use switch-to-buffer.
2a8b13af 2558
059616e5
JB
25592011-01-11 Johan Bockgård <bojohan@gnu.org>
2560
2561 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2562
04380ff1
SM
25632011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * progmodes/prolog.el: Fix up coding convention and such.
2566 (prolog-indent-width): Use the same default as in
2567 previous prolog.el rather than tab-width which depends on which buffer
2568 is current when the file is loaded.
2569 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2570 is not available.
2571 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2572 (prolog-known-systems): Remove.
2573 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2574 Move initialization into declaration.
2575 (prolog-mode-map): Move initialization into declaration.
2576 Remove system-specific mode-map vars, since they referred to the same
2577 keymap anyway.
2578 (prolog-mode-variables): Obey the user's preference w.r.t
2579 adaptive-fill-mode. Prefer symbol-value to `eval'.
2580 (prolog-mode-keybindings-edit): Add compatibility bindings.
2581 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2582 (mercury-mode-map): New var.
2583 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2584 (prolog-ensure-process, prolog-process-insert-string)
2585 (prolog-consult-compile): Use with-current-buffer.
2586 (prolog-guess-fill-prefix): Simplify data flow.
2587 (prolog-replace-in-string): New function to use instead of
2588 replace-in-string.
2589 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2590 (prolog-uncomment-region): Use `uncomment-region' when available.
2591 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2592 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2593 of int-to-char and char-to-int.
2594 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2595
e2019526
SB
25962011-01-11 Stefan Bruda <stefan@bruda.ca>
2597
2598 * progmodes/prolog.el: Replace by a whole new file.
2599
3fa173b4
SM
26002011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2603 (declare-function, undefined, insert-for-yank)
2604 (replace-regexp-in-string): Follow checkdoc's recommendations.
2605
7973bcea
SM
26062011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2609 refreshing the diary buffer.
2610
0af8c88b
KM
26112011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2612
7973bcea 2613 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2614 (allout-encrypt-string): Prevent encryption from adding an extra
2615 newline at the end of the topic body.
2616 (allout-version): Increment to 2.3.
2617
1a27c64e
MA
26182011-01-10 Michael Albinus <michael.albinus@gmx.de>
2619
7973bcea
SM
2620 * net/dbus.el (dbus-unregister-service): Complete doc.
2621 Fix call of dbus-error signal.
5c0b4070 2622 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2623
0a203b61
MA
26242011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2625
2626 * net/dbus.el (dbus-unregister-service): Translate returned
2627 integer into a symbol.
2628 (dbus-register-property): Use `dbus-register-service' to do the
2629 name registration.
2630
895123f5
CY
26312011-01-09 Chong Yidong <cyd@stupidchicken.com>
2632
7973bcea
SM
2633 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2634 Suggested by Joakim Verona.
12e1f328 2635
732eb50a
CY
2636 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2637
895123f5
CY
2638 * wid-edit.el (visibility): Replace :on-image and :off-image
2639 widget properties with :on-glyph and :off-glyph, for consistency
2640 with the `visibility' widget.
2641 (widget-toggle-value-create, widget-visibility-value-create):
2642 Merge into a single function `widget-toggle-value-create'.
2643
2644 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2645 (custom-face-edit-value-create, custom-face-value-create):
2646 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2647 :off-glyph, for consistency with the `visibility' widget.
2648
c8043a22
AS
26492011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2650
2651 * net/ldap.el (ldap-search-internal): Don't use eval.
2652
b7617f6d
CY
26532011-01-09 Chong Yidong <cyd@stupidchicken.com>
2654
973f1f2a
CY
2655 * subr.el (read-char-choice): Use read-key.
2656
b7617f6d
CY
2657 * custom.el (custom-safe-themes): Rename from
2658 custom-safe-theme-files. Add :risky tag.
2659 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2660 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2661
900503ae
CY
26622011-01-09 Chong Yidong <cyd@stupidchicken.com>
2663
2664 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2665 from Search and add a label to Undo.
2666
2667 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2668 inappropriate buttons and adding :vert-only tags.
2669
2670 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2671 removal of Help tool-bar button. Remove Undo button for space.
2672
2673 * info.el (info-tool-bar-map): Add :vert-only tags.
2674
c44d54b3
TH
26752011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2676
2677 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2678 image backend support. Either of them is fine.
2679
3ef01959
CY
26802011-01-08 Chong Yidong <cyd@stupidchicken.com>
2681
3d91e302
CY
2682 * subr.el (y-or-n-p): Doc fix.
2683
278f6845
CY
2684 * custom.el (custom-safe-theme-files): New defcustom.
2685 (custom-theme-load-confirm): New function.
2686 (load-theme): Load theme using `load', confirming with
2687 custom-theme-load-confirm if necessary.
2688
3ef01959
CY
2689 * subr.el (read-char-choice): New function, factored out from
2690 dired-query and hack-local-variables-confirm.
2691
2692 * dired-aux.el (dired-query):
2693 * files.el (hack-local-variables-confirm): Use it.
2694
2695 * dired-aux.el (dired-compress-file):
2696 * files.el (abort-if-file-too-large, find-alternate-file)
2697 (set-visited-file-name, write-file, backup-buffer)
2698 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2699 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2700 Use new format string args for y-or-n-p and yes-or-no-p.
2701
7c837933
AS
27022011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2703
2704 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2705 [gcc-include]: Tighten file name match, add match for column
2706 number. (Bug#7806)
6c7ec171 2707 [gnu]: Remove unused group.
7c837933 2708
d0981f82
GM
27092011-01-08 Glenn Morris <rgm@gnu.org>
2710
e7a42417
GM
2711 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2712
d0981f82
GM
2713 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2714
d43bb7d3
SS
27152011-01-07 Sam Steingold <sds@gnu.org>
2716
2717 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2718 the `explicit-shell-file-name' because that is the
2719 non-interactive shell.
2720
8c51d2a2
CY
27212011-01-07 Chong Yidong <cyd@stupidchicken.com>
2722
2723 * subr.el (y-or-n-p): Accept format string args.
2724
66b7b0fe
GM
27252011-01-07 Glenn Morris <rgm@gnu.org>
2726
2727 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2728
1e004a83
KM
27292011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2730
66b7b0fe 2731 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2732 the visible containing topic, rather than a collapsed one.
66b7b0fe 2733 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2734 (allout-exposure-change-hook): Remove documentation remarks
2735 concerning removed allout-view-change-hook.
2736 (allout-flag-region): Remove invocation of and documentation
2737 remarks concerning allout-view-change-hook.
2738
b0a8e46b
GM
27392011-01-06 Glenn Morris <rgm@gnu.org>
2740
2741 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2742 (vc-bzr-annotate-extract-revision-at-line):
2743 Handle authors with embedded spaces. (Bug#7792)
2744
875c044a
TH
27452011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2746
2747 * doc-view.el (doc-view-image-width): New variable.
2748 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2749 backend for PNG images, and do dynamic rescaling instead of
2750 reconverting the whole doc.
2751
1f6f7722
GM
27522011-01-05 Glenn Morris <rgm@gnu.org>
2753
2754 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2755
e9e68fda
KM
27562011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2757
4896e8fc 2758 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2759 long text lines that cross more than a single physical window
2760 line, ie when truncate-lines is nil.
e9e68fda
KM
2761 (allout-next-visible-heading): Provide for change in line-move
2762 behavior on long lines when truncate-lines is nil. In that case,
2763 line-move can wind up on the same textual line when it moves to
2764 the next window line, and moving to the bullet position after the
2765 move yields zero advancement. Add logic to detect and compensate
2766 for the lack of progress.
2767 (allout-current-topic-collapsed-p): move-end-of-line respect for
2768 field boundaries is different when operating with body lines
2769 shorter than window width versus ones greater than window width,
2770 which can yield false negatives in this function. Avoid
2771 difference by applying move-end-of-line while field-text-motion is
2772 inhibited.
2773
3f1b6eb2
GM
27742011-01-04 Glenn Morris <rgm@gnu.org>
2775
2776 * textmodes/rst.el (rst-compile-toolsets):
2777 Add pdf and s5 to option alist.
2778
6388924a
MA
27792011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2780
7973bcea 2781 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2782 dont-register-service. Updated docstring accordingly.
2783
c3e4b003
AS
27842011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2785
2786 * textmodes/rst.el (rst-compile-pdf-preview)
2787 (rst-compile-slides-preview): Remove extra line.
2788
ef4271fe
GM
27892011-01-04 Glenn Morris <rgm@gnu.org>
2790
2791 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2792 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2793 default to `prog' without a .py extension.
2794 (rst-compile-pdf-preview, rst-compile-slides-preview):
2795 Use program names from rst-compile-toolsets, rather than hard-coding.
2796 (rst-portable-mark-active-p): Fix presumed typo.
2797
7c420169 27982011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2799
7c420169 2800 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2801 libpng versions both before and after 1.4.0. (Bug#7716)
2802
7c420169 28032011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2804
6491af11
EZ
2805 * time.el (display-time-mode): Mention display-time-interval in
2806 the doc string. (Bug#7713)
2807
7c420169 28082011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2809
2810 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2811 condition-case and return an error message string if something
2812 goes wrong.
2f952059 2813 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2814 header by rmail-mime-insert-header.
2815
7c420169 28162011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2817
2818 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2819 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2820 (rmail-mime-mbox-buffer)
2821 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2822 (rmail-mime-entity): Argument changed. All codes handling an
2823 entity object are changed.
2f952059 2824 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2825 the above change.
2826 (rmail-mime-entity-children, rmail-mime-entity-handler)
2827 (rmail-mime-entity-tagline): New functions.
2828 (rmail-mime-message-p): New function.
2829 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2830 (rmail-mime-entity-segment, rmail-mime-next-item)
2831 (rmail-mime-previous-item, rmail-mime-shown-mode)
2832 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2833 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2834 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2835 New functions.
186f7f0b
KH
2836 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2837 (rmail-mime-insert-decoded-text): New function.
2838 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2839 (rmail-mime-insert-image): Argument changed. Caller changed.
2840 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2841 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2842 (rmail-mime-insert-bulk): Argument changed.
2843 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2844 (rmail-mime-process-multipart): Argument changed.
2845 Handle "multipart/alternative" here.
186f7f0b
KH
2846 (rmail-mime-process): Argument changed.
2847 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2848 (rmail-mime-insert): Argument changed. Handle raw display mode.
2849 (rmail-mime): Argument changed. Handle toggling of raw display
2850 mode.
2851 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2852 rmail-mime-view-buffer.
2853 (rmail-insert-mime-forwarded-message): Likewise.
2854 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2855
2856 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2857 non-nil, handle the header in rmail-show-mime-function.
2858
7c420169 28592011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2860
7c420169 2861 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2862
7c420169 28632011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2864
2865 * isearch.el (isearch-lazy-highlight-error): New variable.
2866 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2867 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2868 to the current value of `isearch-error' (Bug#7468).
2869
7c420169 28702011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2871
2872 * help-fns.el (describe-variable): Don't emit trailing whitespace
2873 (Bug#7511).
2874
7c420169 28752011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2876
2877 * textmodes/rst.el (rst-compile-pdf-preview)
2878 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2879
7c420169 28802011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2881
2882 * emulation/edt-mapper.el: Override mapping of function keys so
2883 that the later call to read-key-sequence works.
2884
7c420169 28852011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2886
2887 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2888 Unix EOLs. (Bug#7589)
2889
7c420169
CY
28902011-01-02 Leo <sdl.web@gmail.com>
2891
2892 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2893 if point is not behind eshell-last-output-end (Bug#7585).
2894
28952011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2896
2897 * files.el (file-local-variables-alist):
2898 Make permanent-local (bug#7767).
2899
29002011-01-02 Glenn Morris <rgm@gnu.org>
2901
2902 * version.el (emacs-copyright): Set short copyright year to 2011.
2903
29042011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2905
2906 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2907 an existing temp buffer. (Bug#7746)
2908
29092011-01-02 Glenn Morris <rgm@gnu.org>
2910
2911 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2912 multiple addresses. (Bug#7760)
2913
fb9a573a
KM
29142011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2915
e9e68fda 2916 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2917 do-auto-fill if everything points back to allout-auto-fill.
2918 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2919 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2920
8d68c659
MA
29212010-12-31 Michael Albinus <michael.albinus@gmx.de>
2922
2923 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2924 and "scpx".
2925
291cc045
TH
29262010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2927
2928 * doc-view.el (doc-view-set-doc-type): New function refactored
2929 from doc-view-mode.
2930 (doc-view-fallback-mode): New function.
2931 (doc-view-mode): Use it.
2932 (doc-view-mode-maybe): New function that checks if doc-view-mode
2933 can be used and falls back to the next best mode otherwise.
2934
2935 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2936 DVI, OpenDocument, and MS Office files.
2937
8ee2dc5c
AS
29382010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2939
2940 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2941
f9e68477
TH
29422010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2943
2944 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2945 on a copy of auto-mode-alist, because that deletes with side
2946 effects.
2947
ad727c81
TH
29482010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2949
7973bcea
SM
2950 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2951 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2952 fallback instead of hard coding fundamental mode.
2953
b71b7803
TH
29542010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2955
2956 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2957 Office) files also for searching.
2958
95e16d17
TH
29592010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2960
2961 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2962 Office) files. Not yet enabled via auto-mode-list.
2963 (doc-view-unoconv-program): New custom variable.
2964 (doc-view-mode-p): Handle new odf document type.
2965 (doc-view-odf->pdf): New conversion function.
2966 (doc-view-convert-current-doc): Call it for odf files.
2967 (doc-view-mode): Recognize newly supported file extensions.
2968
b191c9d9
MA
29692010-12-30 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp.el (tramp-default-method-alist)
2972 (tramp-default-user-alist)
2973 (tramp-local-host-regexp, tramp-prefix-domain-format)
2974 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2975
2976 * net/tramp-ftp.el:
2977 * net/tramp-gvfs.el:
2978 * net/tramp-gw.el:
2979 * net/tramp-imap.el:
2980 * net/tramp-sh.el:
2981 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2982 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2983
6e457cc9
KF
29842010-12-29 Karl Fogel <kfogel@red-bean.com>
2985
2986 * saveplace.el (save-place-alist-to-file): Save list sorted and
2987 pretty-printed, so that it is mergeable by line-based text merging,
2988 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2989
fb9a573a
KM
29902010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2991
e9e68fda 2992 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2993 (allout-mode): Argument "toggle" => "force".
2994 Refine the docstring.
2995 Remove special provisions for reactivation, besides the 'force'
2996 argument.
2997 Consolidate layout provisions coce directly into the activation
2998 condition branch, now that we've removed those provisions.
2999 (allout-unload-function): Explicitly activate the mode before
3000 deactivating, if it's initially deactivated.
3001 (allout-set-buffer-multibyte): Properly prevent byte-compiler
3002 warnings for version of function used only where
3003 set-buffer-multibyte is unavailable.
3004
c940c054
CY
30052010-12-28 Chong Yidong <cyd@stupidchicken.com>
3006
3007 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
3008 are handled by the menu-bar entries. As before, don't use
3009 :visibile to avoid changing the tool-bar.
3010
4c145d5d
MA
30112010-12-27 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/secrets.el (secrets-delete-alias): New defun.
3014
fe99f704
MA
30152010-12-27 Michael Albinus <michael.albinus@gmx.de>
3016
3017 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
3018 methods, otherwise ~/.ssh/config would be ignored.
3019
723ee192
SM
30202010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * emacs-lisp/rx.el: Make it a superset of sregex.
3023 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
3024 of args, add `regex' alias.
3025 (rx-info): Add arg to distinguish head and standalone forms.
3026 (rx-check, rx-form): Pass the corresponding arg.
3027 (rx-**): Simplify.
3028 (rx-repeat): Make it work for any number of args.
3029 (rx-syntax): Make it accept syntax chars as is.
3030 * obsolete/sregex.el: Move from emacs-lisp/.
3031 * emacs-lisp/re-builder.el: Remove sregex support.
3032 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3033
e77714da
EZ
30342010-12-25 Eli Zaretskii <eliz@gnu.org>
3035
3036 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3037 PRIMARY first, then the clipboard. (Bug#7699)
3038
17870c01
SM
30392010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3042 print-number-table.
3043
6bfa51ba
CY
30442010-12-21 Chong Yidong <cyd@stupidchicken.com>
3045
d78cdcf7
CY
3046 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3047 .emacs.elc (Bug#7530).
3048
6bfa51ba
CY
3049 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3050 image spec (Bug#7480).
3051
9d9cfd53
DU
30522010-12-21 Daiki Ueno <ueno@unixuser.org>
3053
3054 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3055 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3056 Move from lisp/.
9d9cfd53 3057
adc0b793
JD
30582010-12-20 Leo <sdl.web@gmail.com>
3059
3060 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3061 always be performed (Bug#7680).
3062
778ca437
CY
30632010-12-20 Chong Yidong <cyd@stupidchicken.com>
3064
3f95d7ff
CY
3065 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3066 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3067 mouse-region-match.
778ca437 3068
3f95d7ff 3069 * color.el: Move from gnus/.
94975270 3070
f48fdaad
CY
3071 * vc/diff.el (diff-better-file-name): Function deleted.
3072 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3073 (diff-no-select): Just use expand-file-name.
3074
3075 * tool-bar.el (tool-bar--image-expression): New function.
3076 (tool-bar-local-item, tool-bar--image-exp): Use it.
3077 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3078 Use :enable instead of :visible to avoid changing the tool-bar
3079 configuration unnecessarily.
3080
3081 * info.el (info-tool-bar-map): Add separators.
3082
2e306b39
KB
30832010-12-17 Ken Brown <kbrown@cornell.edu>
3084
3085 * loadup.el: Use version numbers in Cygwin build.
3086
395542c6
RT
30872010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3088
3089 * ido.el (ido-file-internal): Ask for confirmation before
3090 overwriting an existing file (Bug#1238).
3091
4039c786
CY
30922010-12-16 Chong Yidong <cyd@stupidchicken.com>
3093
3094 * tool-bar.el (tool-bar-setup): Add separators.
3095
3096 * menu-bar.el (featurep): Use menu-bar-separator.
3097
45720dc3
GM
30982010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3099
3100 Migrate allout encryption provisions from pgg to epg.
3101
3102 * allout.el (allout-toggle-current-subtree-encryption)
3103 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3104 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3105 for simpler universal argument interpretation.
35f52ed6 3106 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3107 changed encryption provisions. Change fetch-pass to keymode-cue, for
3108 simpler universal argument interpretation. Remove provisions for
3109 handling key type and identity - they'll all be within
3110 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3111 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3112 for keypair recipients (universal argument > 1) and, in addition,
3113 associating the specified recipients with the outline (universal
3114 argument > 4) using a file local variable setting for
3115 'epa-file-encrypt-to'.
3116 Require epa, for recipients handling.
3117 Change how regexp filtering elements are named.
3118 Describe the problem with caching of incorrect symmetric-decryption
3119 keys.
3120 Use the epa-passphrase-callback-function, in case the user is using
3121 GnuPG v1.
3122 Support saving of the selected keypair recipients when invoked with a
3123 keymode-cue > 4.
3124 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3125 Require 'epa.
3126 Establish epg-context with armoring and default epg-protocol.
3127 Remove all passphrase cache, verification, and hinting code.
3128 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3129 No longer used, delete.
3130 (allout-mode): Adjust docstring to describe changed encryption
3131 provisions. Describe the problem with caching of incorrect
3132 symmetric-decryption keys.
3133 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3134 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3135 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3136 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3137 Obsolete, remove.
3138
33088bed
DU
31392010-12-16 Daiki Ueno <ueno@unixuser.org>
3140
3141 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3142 key selection prompt; make 'silent as default (Bug#7487).
3143
bfc49a5b
LL
31442010-12-16 Leo <sdl.web@gmail.com>
3145
7973bcea
SM
3146 * eshell/eshell.el (eshell-directory-name):
3147 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3148
68251e16
GM
31492010-12-15 Glenn Morris <rgm@gnu.org>
3150
3151 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3152
99f053cf 31532010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3154 Scott Evans <gse@antisleep.com>
99f053cf
JA
3155
3156 * rect.el (rectange--default-line-number-format)
3157 (rectangle-number-line-callback): New functions.
3158 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3159
5614fd56
CY
31602010-12-15 Chong Yidong <cyd@stupidchicken.com>
3161
3162 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3163 Delete unused variables.
3164 (move-to-column-force): Remove function obsolete since 21.2.
3165
d68b0220
MA
31662010-12-14 Michael Albinus <michael.albinus@gmx.de>
3167
3168 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3169 (tramp-handle-insert-file-contents): Do not set permanent-local
3170 property.
3171
7973bcea
SM
3172 * net/tramp-cache.el (tramp-persistency-file-name):
3173 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3174
3175 * net/tramp-sh.el (tramp-methods): Add "ksu".
3176 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3177 method list.
3178
0273f794
GM
31792010-12-14 Glenn Morris <rgm@gnu.org>
3180
ab274982
GM
3181 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3182 (find-tag-marker-ring): Declare.
3183 (js-find-symbol): Require etags.
3184
e758216c
GM
3185 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3186 Require mail-utils.
3187 (mail-alias-file): Don't autoload. Doc fix.
3188 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3189 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3190 Mark as obsolete, and risky.
3191 (mail-setup): Simplify.
3192
53aff12a
GM
3193 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3194 * mail/sendmail.el (build-mail-aliases): Update autoload.
3195
aae4b48c
GM
3196 * dired.el (dired-trivial-filenames, dired-chown-program)
3197 (dired-auto-revert-buffer): Remove autoload cookies.
3198 * mail/sendmail.el (mail-recover-1): Require 'dired.
3199
bff7c1ad
GM
3200 * dired.el (dired-subdir-switches, dired-chown-program)
3201 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3202 Make into defcustoms.
3203 (dired-chown-program): Simplify initialization.
3204
0273f794
GM
3205 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3206
bc557672
RF
32072010-12-13 Romain Francoise <romain@orebokech.com>
3208
3209 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3210
7410c270
G
32112010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3212
3213 * net/netrc.el (netrc-point-at-eol): Remove the unused
3214 netrc-point-at-old and netrc-bound-and-true-p bindings.
3215 (netrc-parse): Cache the netrc contents.
3216
f49d1f52 32172010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3218
3219 * subr.el (posn-col-row): Evaluate header-line-format in the
3220 context of the POSITION window's buffer.
3221
f49d1f52 32222010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3223
3224 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3225 (with-silent-modifications): Doc fixes.
3226
f49d1f52 32272010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3228
3229 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3230 Revert previous from. Use `save-restriction'.
158d5945 3231
f49d1f52 32322010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3233
3234 * calendar/diary-lib.el (diary-list-sexp-entries):
3235 Handle case of no newline at end of file. (Bug#7536)
3236
f49d1f52 32372010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3238
3239 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3240
f49d1f52 32412010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3242
f49d1f52 3243 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3244 (tramp-process-actions): Do not widen.
d68b0220 3245
f49d1f52
SM
3246 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3247 Protect buffer-modified value. (Bug#7557)
32802ee1 3248
f49d1f52 32492010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3250
3251 * log-edit.el (log-edit-changelog-entries):
3252 Regexp quote filename. (Bug#7505)
3253
f49d1f52 32542010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3255
3256 * cus-edit.el (custom-save-all):
3257 Bind print-length and print-level to nil. (Bug#7581)
3258
f49d1f52 32592010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3260
d5e6e0b6
GM
3261 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3262 Run hooks to update menu contents. (Bug#7586)
3263
3c1e62f8
GM
3264 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3265 file names, for the sake of MS Windows. (Bug#7588)
3266
f49d1f52 32672010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3268
3269 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3270 empty lines without a leading space.
3271
f49d1f52 32722010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3273
740af6c9
GM
3274 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3275 while mapping over marks (Bug#6810).
86a6e8e0 3276
f49d1f52 32772010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3278
3279 * image-dired.el (image-dired-db-file)
3280 (image-dired-temp-image-file, image-dired-gallery-dir)
3281 (image-dired-temp-rotate-image-file): Set default values relative
3282 to image-dired-dir (Bug#7518).
3283
f49d1f52 32842010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3285
3286 * format.el (format-decode-run-method): Pass args FROM and TO, not
3287 point-min and point-max, to shell-command-on-region (Bug#7488).
3288
f49d1f52 32892010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3290
3291 * frame.el (blink-cursor-mode): Make default t for ns.
3292
f49d1f52 32932010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3294
3295 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3296
f49d1f52 32972010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3298
637c2c43
CY
3299 * comint.el (comint-dynamic-list-input-ring)
3300 (comint-dynamic-complete-filename)
3301 (comint-replace-by-expanded-filename)
3302 (comint-dynamic-simple-complete)
3303 (comint-dynamic-list-filename-completions)
3304 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3305
74194465
CY
3306 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3307 Doc fix (Bug#7471).
3308
f49d1f52 33092010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3310
3311 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3312 (Bug#7533).
3313
01c35094 33142010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3315
3316 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3317 (Bug#7491).
3318
f49d1f52 33192010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3320
3321 * files.el (file-relative-name): Handle UNC file names on
3322 DOS/Windows. (Bug#4674)
3323
f49d1f52 33242010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3325
3326 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3327 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3328 (epg-context-set-passphrase-callback): Mention that the callback
3329 is not called when used with GnuPG 2.x.
3330
f49d1f52 33312010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3332
3333 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3334 Ensure ps-footer-font-size-internal is initialized.
3335 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3336
f49d1f52 33372010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3338
3339 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3340 within condition-case.
3341 (rmail-show-mime): Don't use condition-case.
3342 (rmail-search-mime-message): New function.
3343 (rmail-search-mime-message-function): Set to
3344 rmail-search-mime-message.
3345
f49d1f52 33462010-12-13 Leo <sdl.web@gmail.com>
bd794450 3347
0fdd1db7 3348 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3349 (ido-mode): Use it.
3350 (ido-completing-read): Call it.
3351
fdbb4d85
KF
33522010-12-12 Karl Fogel <kfogel@red-bean.com>
3353
3354 * bookmark.el (bookmark-name-from-full-record): Rename back to
3355 this original name from `bookmark-name-from-record' reverting part
3356 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3357 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3358 third-party callers. (Bug#7609)
fdbb4d85 3359
0e5cf2b8
AM
33602010-12-12 Alan Mackenzie <acm@muc.de>
3361
3362 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3363 template arglist, check that the current language supports this.
3364
6961d41c
GM
33652010-12-11 Glenn Morris <rgm@gnu.org>
3366
2b404597
GM
3367 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3368 state of the file matches. (Bug#7544)
3369 (vc-bzr-register, vc-bzr-checkin)
3370 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3371 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3372
6961d41c
GM
3373 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3374
1e5d2a04
KK
33752010-12-11 Karel Klíč <kklic@redhat.com>
3376
3377 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3378
175069ef
SM
33792010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 Derive from prog-mode, use derived-mode-p, and fix up various
3382 minor style issues in lisp/progmodes.
3383
3384 * progmodes/vhdl-mode.el (vhdl-mode):
3385 * progmodes/verilog-mode.el (verilog-mode):
3386 * progmodes/vera-mode.el (vera-mode):
3387 * progmodes/sql.el (sql-mode):
3388 * progmodes/scheme.el (scheme-mode):
3389 * progmodes/perl-mode.el (perl-mode):
3390 * progmodes/octave-inf.el (inferior-octave-mode):
3391 * progmodes/autoconf.el (autoconf-mode):
3392 * progmodes/m4-mode.el (m4-mode):
3393 * progmodes/inf-lisp.el (inferior-lisp-mode):
3394 * progmodes/idlwave.el (idlwave-mode):
3395 * progmodes/icon.el (icon-mode):
3396 * progmodes/idlw-help.el (idlwave-help-mode):
3397 * progmodes/dcl-mode.el (dcl-mode):
3398 * progmodes/idlw-shell.el (idlwave-shell-mode):
3399 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3400 (ebrowse-member-mode, ebrowse-electric-position-mode):
3401 Use define-derived-mode.
3402
3403 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3404 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3405 (xscheme-debugger-mode-p, xscheme-send-string-1):
3406 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3407 (tcl-load-file, tcl-restart-with-file):
3408 * progmodes/ps-mode.el (ps-run-running):
3409 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3410 * progmodes/js.el (js--get-all-known-symbols):
3411 * progmodes/inf-lisp.el (inferior-lisp-proc):
3412 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3413 (idlwave-template, idlwave-update-buffer-routine-info)
3414 (idlwave-update-current-buffer-info)
3415 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3416 (idlwave-scan-class-info, idlwave-fix-keywords)
3417 (idlwave-list-buffer-load-path-shadows):
3418 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3419 (idlwave-toolbar-remove):
3420 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3421 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3422 (idlwave-shell-menu-def):
3423 * progmodes/idlw-complete-structtag.el
3424 (idlwave-prepare-structure-tag-completion):
3425 * progmodes/gud.el (gud-set-buffer):
3426 * progmodes/f90.el (f90-backslash-not-special):
3427 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3428
3429 * progmodes/xscheme.el (xscheme-start)
3430 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3431 * progmodes/which-func.el (which-function):
3432 * progmodes/vhdl-mode.el (vhdl-set-style):
3433 * progmodes/verilog-mode.el (verilog-set-compile-command)
3434 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3435 (verilog-set-define, verilog-auto-reeval-locals):
3436 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3437 * progmodes/simula.el (simula-mode):
3438 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3439 * progmodes/python.el (python-check, python-mode):
3440 * progmodes/prolog.el (prolog-mode-variables):
3441 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3442 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3443 * progmodes/delphi.el (delphi-mode):
3444 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3445 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3446 (c-font-lock-init): Move make-local-variable to their setq.
3447
3448 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3449 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3450 make-local-hook.
3451 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3452 (sh-set-shell): Don't set require-final-newline since it's already done
3453 by prog-mode.
3454 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3455 since we never set it.
3456 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3457 Use read-string and standard prompt.
3458 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3459 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3460 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3461 (meta-common-mode-map): Rename from meta-mode-map.
3462 Remove C-m binding, which is a user preference, not mode specific.
3463 (meta-common-mode): New major mode; replace meta-common-initialization.
3464 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3465 around with font-lock.
3466 * progmodes/etags.el (select-tags-table-mode):
3467 Derive from special-mode.
3468 * progmodes/octave-mod.el (octave-mode):
3469 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3470 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3471 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3472 Let define-derived-mode do its job.
3473 * progmodes/cpp.el (cpp-edit-mode-map):
3474 Move initialization into declaration.
3475 (cpp-edit-mode): Use define-derived-mode.
3476 (cpp-edit-load): Use derived-mode-p.
3477 * progmodes/mixal-mode.el (mixal-mode):
3478 * progmodes/f90.el (f90-mode):
3479 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3480 require-final-newline since prog-mode does it already.
3481 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3482 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3483 * progmodes/antlr-mode.el: Require cc-mode upfront.
3484 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3485 the declaration.
3486 (antlr-directory-dependencies, antlr-show-makefile-rules):
3487 Use derived-mode-p.
3488 (antlr-language-option): Don't assume point-min==1.
3489 (antlr-mode): Use define-derived-mode.
3490 * progmodes/ada-mode.el: Use derived-mode-p.
3491 (ada-mode): Use define-derived-mode.
3492 Use hack-local-variables-hook.
3493
61f91c04
SM
34942010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3497 (texinfo-mode): Don't disable adaptive-fill-mode.
3498 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3499 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3500 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3501 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3502 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3503 (texinfo-insert-@quotation, texinfo-insert-@samp)
3504 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3505 (texinfo-insert-@uref): Use define-skeleton.
3506 (texinfo-insert-@-with-arg): Delete.
3507
72a44673
EZ
35082010-12-10 Eli Zaretskii <eliz@gnu.org>
3509
3510 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3511 nil, do quote archive member names. (Bug#6144)
3512
ab540f59
GM
35132010-12-10 Glenn Morris <rgm@gnu.org>
3514
66f782de
GM
3515 * files.el (diff-no-select): Declare.
3516
e554b3f8
GM
3517 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3518 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3519
ab540f59
GM
3520 * comint.el (comint-input-ring-file-name): Doc fix.
3521
f68ab99b
EZ
35222010-12-09 Eli Zaretskii <eliz@gnu.org>
3523
3524 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3525 New functions.
61f91c04
SM
3526 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3527 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3528 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3529 instead of `nil'.
3530 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3531 and menu-bar-positive-p instead of `nil' and `>', respectively.
3532 (Bug#1077)
3533
650453a9
VJL
35342010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3535
3536 * whitespace.el (whitespace-newline-mode): Code fix.
3537
28d5de72
GM
35382010-12-09 Glenn Morris <rgm@gnu.org>
3539
3540 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3541 Rename functions without commas, update callers.
3542
b596d50d 35432010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3544
b596d50d
GM
3545 * whitespace.el (whitespace-cleanup-region):
3546 Clean up spaces before tabs. (Bug#7582)
16498102 3547
eff37c5e
KF
35482010-12-08 Karl Fogel <kfogel@red-bean.com>
3549
3550 * bookmark.el: Adjust parameter names and doc strings to resolve
3551 confusion over whether "bookmark" meant a bookmark name or a
3552 bookmark record. Along the way, shorten one function's name for
3553 similar reasons. (Issue #7548)
3554 (bookmark-name-from-record): New name for
3555 `bookmark-name-from-full-record'. All callers changed.
3556 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3557 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3558 (bookmark-get-annotation, bookmark-set-annotation)
3559 (bookmark-get-filename, bookmark-set-filename)
3560 (bookmark-get-position, bookmark-set-position)
3561 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3562 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3563 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3564 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3565 Rename `bookmark' parameter to `bookmark-name-or-record', to
3566 clearly show its role, and shorten or adjust doc strings accordingly.
3567 (bookmark-set-name): Same, and pass the parameter directly to
3568 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3569 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3570 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3571 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3572 and in some cases shorten doc string accordingly.
3573 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3574 and `new-name', and adjust an internal variable to avoid confusion.
3575 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3576 parameter in doc string.
3577
5fe9ebd1
GM
35782010-12-08 Glenn Morris <rgm@gnu.org>
3579
ac8331a7
GM
3580 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3581 from gdb's history file. (Bug#7575)
3582
5fe9ebd1
GM
3583 * mail/emacsbug.el (report-emacs-bug):
3584 Try to handle some other mail clients.
3585
33cf0fb2
SM
35862010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3589 Use string-prefix-p.
3590 (file-name-version-regexp): New var.
3591 (file-name-sans-versions):
3592 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3593 (jka-compr-get-compression-info): Use dolist.
3594 (jka-compr-compression-info-list): Don't bother specifying
3595 version/backup regexps.
3596
11c31b99
TH
35972010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3598
3599 * simple.el (just-one-space): Make argument n default to 1 if
3600 omitted.
3601
a733fc37
SM
36022010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * electric.el (electric-indent-post-self-insert-function):
3605 Delete trailing newlines even if we don't reindent.
3606
88b5a757
DD
36072010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3608
a733fc37
SM
3609 * minibuffer.el (completion-at-point): Remove the `arg'.
3610 * bindings.el (complete-symbol): Move back from minibuffer.el.
3611
36122010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3613
88b5a757
DD
3614 * simple.el (just-one-space): Delete newlines for negative arg.
3615
ce327e48
SM
36162010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3617
3618 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3619 (ansi-color-filter-apply): Simplify.
3620 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3621
ac73d955
BR
36222010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3623
3624 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3625
8c44f097
CY
36262010-12-04 Chong Yidong <cyd@stupidchicken.com>
3627
3628 * dired.el (dired-use-ls-dired): Set default to a special
3629 "unspecified" value.
3630 (dired-insert-directory): When called the first time, check
3631 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3632
15af15e5
TO
36332010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3634
3635 * replace.el: Add "collect" feature to occur.
3636 (occur-collect-regexp-history): New var.
88b5a757
DD
3637 (occur-read-primary-args): Return a replace string for nlines,
3638 if needed.
15af15e5
TO
3639 (occur): Extend the meaning of nlines.
3640
b2e6e5bd
SM
36412010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3644 (which-func-update-1): Distinguish symbols from strings.
3645 (which-function): Stay within 80 columns.
3646
ee9355dc
SM
36472010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3648
7f0ea0ff
SM
3649 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3650
ee9355dc
SM
3651 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3652 Improve docstring.
3653 (comment-style): Use comment-styles's docs to describe values.
3654
3e972d98
JD
36552010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3656
3657 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3658 and ns-show-prefs (Bug#7535).
3659
3660 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3661 bindings (Bug#7535).
3662
c879436a
GM
36632010-12-03 Glenn Morris <rgm@gnu.org>
3664
afe27238
GM
3665 * nxml/nxml-mode.el: Require rng-nxml.
3666 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3667 Remove declarations.
3668
65beee52
GM
3669 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3670 * nxml/rng-nxml.el, nxml/rng-valid.el:
3671 Remove leading `*' from defcustom docs.
3672
ad961a00
GM
3673 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3674 (normal-top-level-add-to-load-path, tty-handle-args):
3675 Convert comments to basic doc-strings.
3676
c5fd0ab5
GM
3677 * net/browse-url.el (browse-url-url-at-point)
3678 (browse-url-default-browser): Remove autoload cookies.
3679
f62f063d
GM
3680 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3681 Remove more undefined cl functions.
3682
c879436a
GM
3683 * vc/diff.el (diff-sentinel): Make new arguments optional.
3684 * ibuf-ext.el (diff-sentinel): Update declaration.
3685
3721e124
DU
36862010-12-03 Daiki Ueno <ueno@unixuser.org>
3687
3688 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3689 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3690 (epg-context-set-passphrase-callback): Mention that the callback
3691 is not called when used with GnuPG 2.x.
3692
66feec8b
MA
36932010-12-02 Michael Albinus <michael.albinus@gmx.de>
3694
3695 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3696 (tramp-file-name-port): Check also for `tramp-default-port'.
3697 (tramp-get-connection-name): New defun.
3698 (tramp-get-connection-process): Use it.
3699 (tramp-debug-message): Extend function exclude list.
3700 (tramp-drop-volume-letter): Fix doc string.
3701
3702 * net/tramp-cmds.el: Remove solved todo item.
3703
66feec8b
MA
3704 * net/tramp-ftp.el:
3705 * net/tramp-gvfs.el:
3706 * net/tramp-gw.el:
3707 * net/tramp-imap.el:
3708 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3709 and `tramp-default-user-alist', respectively.
3710
88b5a757
DD
3711 * net/tramp-gw.el (tramp-gw-open-connection):
3712 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3713
3714 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3715 `tramp-file-name-port'.
3716
3717 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3718 and "psftp". Exchange "%k" marker with options.
3719 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3720 Compute size of link target.
35f52ed6
JB
3721 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3722 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3723 copy arguments. Use `tramp-get-connection-name' and
3724 `tramp-get-connection-buffer'. Improve debug messages.
3725 (tramp-compute-multi-hops): Remove port determination.
3726 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3727
3728 * net/trampver.el: Update release number.
3729
bd77c2ef
GM
37302010-12-02 Glenn Morris <rgm@gnu.org>
3731
05907bb3
GM
3732 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3733 Avoid infinite loop over windows. (Bug#7492)
3734
bd77c2ef
GM
3735 * progmodes/flymake.el (flymake-check-file-limit):
3736 Allow nil to mean "no limit".
3737 (flymake-check-patch-master-file-buffer): Update for above change.
3738 Allow a .tex file-name extension to be optional.
3739 (flymake-master-tex-init): Also match \include statements.
3740
f7ca27a1
SS
37412010-11-30 Sam Steingold <sds@gnu.org>
3742
3743 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3744 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3745 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3746 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3747 define-derived-mode').
3748 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3749 users who want to call `nxml-parent-document-set'.
3750
402c8a49
CY
37512010-11-27 Chong Yidong <cyd@stupidchicken.com>
3752
3753 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3754 stand-alone lines, since that is handled by log-edit-match-to-eoh
3755 (Bug#6465).
3756
d1882ac7
EW
37572010-11-27 Eduard Wiebe <usenet@pusto.de>
3758
3759 * dired.el (dired-get-filename): Replace backslashes with slashes
3760 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3761 * locate.el (locate-default-make-command-line): Don't consider
3762 drive letter and root directory part of
3763 `directory-listing-before-filename-regexp'. (Bug#7308)
3764 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3765
07976ae3 37662010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3767
3768 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3769 of :smie-open/close-alist.
3770 (smie-next-sexp): Make it accept a "start token" as argument.
3771 (smie-indent-keyword): Be careful not to misidentify tokens that span
3772 more than one line, as empty lines. Add argument `token'.
3773
07976ae3 37742010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3775
afde451a
KH
3776 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3777 multipart subtypes, insert all as usual.
3778
3d9ee611
KH
3779 * mail/rmail.el: Require rfc2047.
3780
07976ae3 37812010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3782
3783 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3784 (rmail-mime-entity-disposition)
3785 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3786 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3787 (rmail-mime-save): Handle the case that the button's `data' is a
3788 MIME entity.
3789 (rmail-mime-insert-text): New function.
9e0ecdab 3790 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3791 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3792 (rmail-mime-insert-bulk): New function mostly copied from the old
3793 rmail-mime-bulk-handler.
9e0ecdab
GM
3794 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3795 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3796 the old rmail-mime-multipart-handler.
3797 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3798 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3799 rmail-mime-show.
3800 (rmail-mime-insert-multipart, rmail-mime-parse)
3801 (rmail-mime-insert, rmail-show-mime)
3802 (rmail-insert-mime-forwarded-message)
3803 (rmail-insert-mime-resent-message): New functions.
3804 (rmail-insert-mime-forwarded-message-function): Set to
3805 rmail-insert-mime-forwarded-message.
3806 (rmail-insert-mime-resent-message-function): Set to
3807 rmail-insert-mime-resent-message.
3808
3809 * mail/rmailsum.el: Require rfc2047.
3810 (rmail-header-summary): Handle multiline Subject: field.
3811 (rmail-summary-line-decoder): Change the default to
3812 rfc2047-decode-string.
3813
3814 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3815 (rmail-mime-feature): Change the default to `rmailmm'.
3816 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3817 (rmail-display-labels): Likewise.
3818 (rmail-show-message-1): Check rmail-enable-mime, and use
3819 rmail-show-mime-function for a MIME message. Decode the headers
3820 according to RFC2047.
3821
07976ae3 38222010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3823
3824 * progmodes/which-func.el (which-func-imenu-joiner-function):
3825 Return a string, as expected.
3826 (which-function-mode): Make sure we stop any previous timer before
3827 starting a new one.
3828
07976ae3 38292010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3830
3831 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3832 (tramp-default-user-alist, tramp-default-proxies-alist):
3833 Adapt custom options type. (Bug#7445)
e40fc745 3834
07976ae3 38352010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3836
3837 * progmodes/python.el: Add Ipython support (Bug#5390).
3838 (python-shell-prompt-alist)
3839 (python-shell-continuation-prompt-alist): New options.
3840 (python--set-prompt-regexp): New function.
33aeea0e
SM
3841 (inferior-python-mode, run-python, python-shell):
3842 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3843 prompt based on the Python interpreter.
3844 (python--prompt-regexp): New var.
3845 (python-check-comint-prompt)
3846 (python-comint-output-filter-function): Use it.
3847 (run-python): Use a pipe (Bug#5694).
3848
07976ae3 38492010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3850
3851 * progmodes/python.el (run-python): Doc fix.
3852 (python-keep-current-directory-in-path): New var (Bug#7454).
3853
07976ae3 38542010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3855
3856 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3857 Prompt user before actually printing.
3858
0b839457
GM
38592010-11-27 Glenn Morris <rgm@gnu.org>
3860
3861 * startup.el (package-enable-at-startup, package-initialize):
3862 Remove unnecessary declarations.
3863
96107967
EZ
38642010-11-27 Eli Zaretskii <eliz@gnu.org>
3865
3866 * international/characters.el (glyphless-char-display-control):
3867 Exclude newline and TAB from the c0-control group.
3868
a140ec5f
GM
38692010-11-27 Glenn Morris <rgm@gnu.org>
3870
82445062
GM
3871 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3872 (expand-mail-aliases): Remove unnecessary autoload.
3873
08b5f072
GM
3874 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3875
e96d4147
GM
3876 * shell.el (shell-dir-cookie-re): Move definition before use.
3877
a140ec5f
GM
3878 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3879 Replace undefined CL functions.
3880
a2249e66
EZ
38812010-11-26 Eli Zaretskii <eliz@gnu.org>
3882
228482b2
EZ
3883 * simple.el (prog-mode): Set bidi-paragraph-direction to
3884 left-to-right.
3885
a2249e66
EZ
3886 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3887
d01d7b8d
GM
38882010-11-26 Glenn Morris <rgm@gnu.org>
3889
3890 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3891 diary-outlook-formats can be sensitive to calendar-date-style.
3892 (diary-outlook-formats): Simplify the default setting.
3893 (diary-from-outlook-internal): Pass subject and body as arguments.
3894 Use dolist rather than dotimes. Don't save the diary buffer.
3895 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3896 Pass subject and body as explicit arguments to the -internal function.
3897
b3ea64a3
LMI
38982010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3899
3900 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3901 parsing them. This makes mailto:...?subject=foo\nbar work.
3902
d5e7b0d8
SM
39032010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * vc/diff.el (diff): Fix last change.
3906
872ab164
SM
39072010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3910 (pcase--dontcare-upats): New var.
3911 (pcase-let, pcase-let*): Generate better code.
3912 Accept the same bodies as `let'.
3913 (pcase-dolist): New macro.
3914 (pcase--trivial-upat-p): New helper function.
3915 (pcase--expand): Strip leading "(let nil" if any.
3916
876d1684
LMI
39172010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3918
7bd9b9d8
LMI
3919 * mail/mailclient.el (browse-url): Require.
3920 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3921 use the external browser function to send the mail (bug#7469).
3922
876d1684
LMI
3923 * net/browse-url.el (browse-url-browser-function): Revert the
3924 default back to the previous value, since the new value broke
3925 mailclient.el.
3926 (browse-url-mailto-function): New variable for mailto: URLs.
3927 (browse-url): Use the new variable for mailto: URLs.
3928
6e13206c
SM
39292010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * eshell/esh-cmd.el (eshell-parse-command):
3932 * eshell/esh-arg.el (eshell-parse-arguments):
3933 * eshell/em-script.el (eshell-source-file):
3934 Use with-silent-modifications.
3935
3d92f44e
CY
39362010-11-23 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3939 for a merge location.
3940
3941 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3942 (vc-bzr-merge-branch): Always prompt.
3943 (vc-bzr-async-command): Use the full branch filename.
3944
8f5f1e68
SM
39452010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * shell.el (shell): Use current-buffer by default if it's already
3948 a shell mode buffer and its process is dead.
ee9355dc 3949 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3950
331460ac
TH
39512010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3952
8f5f1e68
SM
3953 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3954 Mention that the keywords should be comma separated.
331460ac 3955
2c3160c5
CY
39562010-11-23 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3959 Accept optional prefix arg meaning to prompt for a command.
3960 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3961 prefix arg meaning to prompt for a command.
3962 (vc-pull): Alias for vc-update.
3963
3964 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3965 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3966 (vc-bzr-merge-branch): New functions, implementing merge-branch
3967 and pull operations.
3968
b2e44819
SM
39692010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3970
8a0eb852
SM
3971 * Makefile.in: Fix up last merge.
3972
b2e44819
SM
3973 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3974 (diff-sentinel): Get them as arguments instead.
3975 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3976 (diff-file-local-copy, diff-better-file-name): New funs.
3977 (diff-no-select): Rename from diff-into-buffer.
3978 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3979 Prefer closures to buffer-local variables.
3980 (diff): Adjust accordingly.
3981 (diff-buffer-with-file): Move from files.el.
3982 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3983 (diff-buffer-internal): Remove.
3984 (diff-buffer-buffer): Remove.
3985 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3986 the buffer name used, and so as not to mess up windows and frames.
3987
6a7662bb
BR
39882010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3989
3990 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3991 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3992 (diff-buffer-with-file): Use it.
3993 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3994 (diff): Use it.
3995
c799747b
TH
39962010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3997
3998 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3999 \ref's or \pageref's value as default instead of initial input.
4000
e274eb13
MA
40012010-11-21 Michael Albinus <michael.albinus@gmx.de>
4002
4003 * files.el (backup-by-copying-when-mismatch): The default value is
4004 now t.
4005
4006 * startup.el (normal-top-level):
4007 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4008 `backup-by-copying-when-mismatch'.
4009
77af54d7
JD
40102010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4011
4012 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
4013
4e2f7d2a
CY
40142010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4015
6a7662bb
BR
4016 * progmodes/python.el (python-font-lock-keywords):
4017 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 4018
b7d1e144
JD
40192010-11-21 Jan Djärv <jan.h.d@swipnet.se>
4020
4021 * term/ns-win.el (ns-right-control-modifier)
4022 (ns-right-command-modifier): Defvar them.
4023
4024 * cus-start.el (all): Add ns-right-control-modifier and
4025 ns-right-command-modifier (Bug#7458).
4026
c11cc37a
GM
40272010-11-20 Glenn Morris <rgm@gnu.org>
4028
4029 * emacs-lisp/authors.el (authors-ignored-files)
4030 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4031
7dcd777e
TH
40322010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4033
4034 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4035 (report-emacs-bug-parse-query-results)
4036 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4037 keywords used for querying the bug database to show them in the
4038 existing bugs buffer.
4039
d2bd5189
JD
40402010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4041
4042 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4043
4044 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4045
0e7c0582
EZ
40462010-11-20 Eli Zaretskii <eliz@gnu.org>
4047
4048 * international/characters.el (glyphless-char-display-control):
4049 Make it a defcustom, with update-glyphless-char-display as its
4050 :set attribute.
4051 (top level): Don't call update-glyphless-char-display.
4052
7398933f
MA
40532010-11-20 Michael Albinus <michael.albinus@gmx.de>
4054
4055 Sync with Tramp 2.2.0.
4056
4057 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4058 `file-remote-p' (due to compatibility).
4059
4060 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4061 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4062
4063 * net/trampver.el: Update release number.
4064
1cd64aae
EZ
40652010-11-20 Eli Zaretskii <eliz@gnu.org>
4066
4067 * faces.el (glyphless-char): Define value for `pc'.
4068
614316a7
TH
40692010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4070
26214810
EZ
4071 Implemented a bug querying mechanism.
4072 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4073 (report-emacs-bug-create-existing-bugs-buffer)
4074 (report-emacs-bug-parse-query-results)
26214810 4075 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4076
9061f667
TH
40772010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4078
4079 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4080 a \ref{} or \pageref{} macro, then use its value as initial input.
4081
1265829e
JB
40822010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4083
4084 * calc/calc-units.el (math-build-units-table-buffer):
4085 calc/README: Mention that the TeX specific units won't use the
4086 `tex' prefix in TeX mode.
4087 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4088 prefix for units in TeX mode.
4089
9fca7811
SM
40902010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4091
4092 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4093 * comint.el (comint-kill-region): Make the yank-handler argument
4094 obsolete.
9fca7811 4095
4a47c275 40962010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4097
e2f454c4
SM
4098 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4099 that are both openers (resp. closers) and something else.
4100 (smie-grammar): Loosen definition of valid values.
4101 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4102 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4103 (smie-indent-after-keyword): Adjust users.
4104 (smie-indent-keyword): Don't indent empty lines.
4105
88bf1bec
SM
4106 * vc-hg.el (vc-hg-program): New var.
4107 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4108 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4109
4a47c275 41102010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4111
4112 * emacs-lisp/autoload.el (autoload-find-destination): The function
4113 coding-system-eol-type may return non-numeric values. (Bug#7414)
4114
4a47c275 41152010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4116
4117 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4118
4a47c275 41192010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4120
4121 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4122
4a47c275 41232010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4124
4125 * textmodes/picture.el (picture-mouse-set-point): Don't use
4126 posn-col-row; explicitly compute the motion based on the posn at
4127 the window-start (Bug#7390).
4128
4a47c275 41292010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4130
4131 * novice.el (disabled-command-function):
4132 Fix 2009-11-15 change. (Bug#7384)
4133
4a47c275 41342010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4135
4136 * calendar/calendar.el (diary-iso-date-forms): Make elements
4137 mutually exclusive. (Bug#7377)
4138
4a47c275 41392010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4140
4141 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4142 when filling the remaining "unconstrained" values.
4143
4a47c275 41442010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4145
acef0722
SM
4146 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4147 safety predicate.
4148
4149 * files.el (safe-local-variable-p): Gracefully handle errors.
4150
7bea8c7a
SM
4151 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4152 Use smie-indent-virtual when indenting relative to an opener.
4153 (smie-rule-separator): Use smie-rule-parent.
4154 (smie-indent-keyword): Consult rules, even for openers at bol.
4155 (smie-indent-comment-close): Try to align closer's content.
4156
4a47c275 41572010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4158
4159 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4160
4a47c275 41612010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4162
aa514451
GM
4163 * printing.el (pr-menu-bind): Doc fix.
4164
32b636de
GM
4165 * speedbar.el (speedbar-toggle-images): Doc fix.
4166
bc1d5cdf
GM
4167 * progmodes/python.el (python-shell): Doc fix.
4168
c790cad4
GM
4169 * wid-edit.el (widget-field-use-before-change)
4170 (widget-use-overlay-change): Doc fixes.
4171
c51bb5d2
SM
41722010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4173
8bbb7dd8
SM
4174 Minor cleanup to improve style.
4175 * textmodes/rst.el (rst-update-section): Use point-marker.
4176 (rst-get-decoration): Eliminate unneeded assignment.
4177 (rst-promote-region, rst-straighten-decorations)
4178 (rst-section-tree, rst-adjust): Use point-marker.
4179 (rst-toc-mode-mouse-goto): Avoid setq.
4180 (rst-shift-region-guts, rst-shift-region-left)
4181 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4182 (rst-convert-bullets-to-enumeration): Use copy-marker.
4183
b7e270a2
SM
4184 * minibuffer.el (completion-fail-discreetly): New var.
4185 (completion--do-completion): Use it.
4186
c51bb5d2
SM
4187 * electric.el (electric-pair-pairs): New var.
4188 (electric-pair-post-self-insert-function): Use it.
4189 (electric-layout-post-self-insert-function): Don't insert a before
4190 newline unless it's actually needed.
4191
c04f2ac0
SM
41922010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4193
bac2de0f
SM
4194 * progmodes/python.el (run-python): Explain why we remove the current
4195 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4196
c04f2ac0
SM
4197 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4198
7100ff98
SM
41992010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4200
03f70355
SM
4201 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4202 (octave-mode-map): Don't bind ;, SPC, and LF.
4203 (octave-auto-indent, octave-auto-newline): Remove.
4204 (electric-layout-rules): Declare.
4205 (octave-mode): Set electric-layout-rules.
4206 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4207 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4208 (octave-electric-space): Remove.
4209
7100ff98
SM
4210 * electric.el (electric-layout-mode): New minor mode.
4211 (electric--after-char-pos): New function.
4212 (electric-indent-post-self-insert-function): Use it.
4213 (electric-layout-rules): New var.
4214 (electric-layout-post-self-insert-function): New function.
4215 (electric-indent-mode): Make them interact better.
4216
cca982d0
SM
42172010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4220 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4221 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4222
84992dff
AM
42232010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4224
4225 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4226 Make sure to check inside the word (Bug#6761).
4227
afa42fe3
CY
42282010-11-14 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * startup.el (command-line): If the cursorColor resource is set,
4231 change the cursor face-spec (Bug#7392).
4232
a798747d 42332010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4234
a798747d 4235 The main features of the following allout.el changes are:
1c9b9df0
KM
4236 - implement user customization for the allout key bindings
4237 - add a customization control by which the user can inhibit use of
a798747d 4238 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4239 describe-prefix-bindings
4240 - adapt to new version of called-interactively-p, while
a798747d 4241 maintaining backwards compatibility with old version
01c35094 4242 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4243
a798747d
GM
4244 * allout.el (allout-keybindings, allout-bind-keys)
4245 (allout-keybindings-binding, allout-prefixed-keybindings)
4246 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4247 (allout-keybindings-list, allout-mode-map-adjustments)
4248 (allout-setup-mode-map): Establish allout-mode keymaps as user
4249 customizable settings, and also establish a customizable setting which
4250 regulates whether or not a trailing control-h is reserved for use with
4251 describe-prefix-bindings - and inhibit it by default, so that control-h
4252 *is* reserved for describe-prefix-bindings unless the user changes it.
4253
4254 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4255 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4256 modified events more comprehensively.
4257
a798747d
GM
4258 * allout.el (allout-substring-no-properties):
4259 Alias to use or provide version of `substring-no-properties'.
4260 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4261
a798747d
GM
4262 * allout.el (allout-next-single-char-property-change):
4263 Alias to use or provide version of `next-single-char-property-change'.
4264 (allout-annotate-hidden, allout-hide-by-annotation):
4265 Use `allout-next-single-char-property-change'.
1c9b9df0 4266
a798747d
GM
4267 * allout.el (allout-select-safe-coding-system):
4268 Alias to use or provide version of `select-safe-coding-system'.
4269 (allout-toggle-subtree-encryption):
4270 Use `allout-select-safe-coding-system'.
1c9b9df0 4271
a798747d
GM
4272 * allout.el (allout-set-buffer-multibyte):
4273 Alias to use or provide version of `set-buffer-multibyte'.
4274 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4275
a798747d
GM
4276 * allout.el (allout-called-interactively-p): Macro for using the
4277 different versions of called-interactively-p identically, depending on
4278 the subroutine's argument signature.
4279 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4280 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4281
a798747d
GM
4282 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4283 (allout-previous-visible-heading, allout-forward-current-level)
4284 (allout-backward-current-level, allout-show-children):
4285 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4286
a798747d
GM
4287 * allout.el (allout-before-change-handler):
4288 Exempt edits to the (overlaid) character after the allout outline
4289 bullet from edit confirmation prompt.
1c9b9df0 4290
a798747d
GM
4291 * allout.el (allout-add-resumptions):
4292 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4293
a798747d
GM
4294 * allout.el (allout-beginning-of-line):
4295 Use `allout-previous-single-char-property-change' alias for the sake of
4296 diverse compatibility.
1c9b9df0 4297
a798747d
GM
4298 * allout.el (allout-end-of-line):
4299 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4300
0216b738
CY
43012010-11-13 Chong Yidong <cyd@stupidchicken.com>
4302
4303 * frame.el (frame-notice-user-settings): Don't clobber other
4304 user-set parameters when calling face-set-after-frame-default in
4305 response to background-color parameter (Bug#7373).
4306
0eb025fb
EZ
43072010-11-13 Eli Zaretskii <eliz@gnu.org>
4308
4309 * international/characters.el (glyphless-char-display-control):
88b5a757 4310 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4311 Signal an error if display method is not one of the recognized
4312 symbols.
0eb025fb 4313
6e060cee
MA
43142010-11-13 Michael Albinus <michael.albinus@gmx.de>
4315
4316 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4317 (tramp-compat-line-end-position): Remove them.
4318
4319 * net/tramp.el (tramp-parse-rhosts-group)
4320 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4321 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4322 (tramp-parse-netrc-group, tramp-parse-putty-group)
4323 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4324 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4325 (tramp-sh-handle-file-selinux-context)
4326 (tramp-sh-handle-file-name-all-completions)
4327 (tramp-sh-handle-insert-directory)
4328 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4329 (tramp-wait-for-output, tramp-send-command-and-read)
4330 * net/tramp-smb.el (tramp-smb-read-file-entry)
4331 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4332
4333 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4334 `point-at-bol'.
4335 (tramp-remote-coding-commands): Add an alternative using "base64
4336 -d -i". This is needed for older base64 versions from GNU
4337 coreutils. Reported by Klaus Reichl
4338 <Klaus.Reichl@thalesgroup.com>.
4339
8da5345f
HN
43402010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4341
4342 * simple.el (count-words-region): New function.
4343
c156a63b
SM
43442010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4345
78835dd0
SM
4346 * shell.el (shell-dir-cookie-re): New custom variable.
4347 (shell-dir-cookie-watcher): New function.
4348
ebff325e
SM
4349 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4350 and compilation-mode (bug#7350).
4351
4e9e1584
SM
4352 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4353 highlight when one of them is empty.
4354
4490f875
SM
4355 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4356 trailing space.
4357 (skeleton-newline): New function.
4358 (skeleton-internal-1): Use it.
4359
c156a63b
SM
4360 * simple.el (open-line): `newline' may strip trailing space.
4361
f3bb9e16
KR
43622010-11-12 Kevin Ryde <user42@zip.com.au>
4363
4364 * international/mule-cmds.el (princ-list): Use mapc.
4365
7847454a
GM
43662010-11-12 Glenn Morris <rgm@gnu.org>
4367
4368 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4369 Use it to replace all instances of "*Compile-Log*".
7847454a 4370
aa310257
SM
43712010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4374 indentation specs.
4375
cbf83ce9
SM
43762010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * progmodes/modula2.el: Use SMIE and skeleton.
4379 (m2-mode-syntax-table): (*..*) can be nested.
4380 Add //...\n. Fix paren syntax.
4381 (m2-mode-map): Remove LF and TAB bindings.
4382 (m2-indent): Add safety property.
4383 (m2-smie-grammar): New var.
4384 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4385 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4386 (m2-mode): Use define-derived-mode.
4387 (m2-newline, m2-tab): Remove.
4388 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4389 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4390 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4391 (m2-import): Use define-skeleton.
4392
e7c4fb1e
GM
43932010-11-11 Glenn Morris <rgm@gnu.org>
4394
b3e4c911
GM
4395 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4396
b3e22bd4
GM
4397 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4398 (ls-lisp-verbosity): Add custom :set-after property.
4399 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4400 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4401 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4402 (ls-lisp-set-options): New function.
4403 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4404 Doc fix.
b3e22bd4 4405
55a4b4fe
GM
4406 * play/landmark.el (lm-prompt-for-move):
4407 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4408
e7c4fb1e
GM
4409 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4410
4411 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4412 (idlwave-study-twins): Prefix dynamic local variable `name'.
4413 (idlwave-routine-twin-compare): Update for above change.
4414
4415 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4416 Prefix dynamic local variables `name', `kwd', and `link'.
4417 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4418 * progmodes/idlw-complete-structtag.el
4419 (idlwave-complete-structure-tag-help):
4420 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4421 (idlwave-complete-sysvar-tag-help)
4422 (idlwave-complete-class-structure-tag-help):
4423 Update for above name changes.
4424
afe2870b
LMI
44252010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
4427 * net/browse-url.el (browse-url-browser-function): Change the
4428 default to use `browse-url-mail' on mailto: URLs.
4429
fbe3be3f
CY
44302010-11-10 Chong Yidong <cyd@stupidchicken.com>
4431
cbf83ce9
SM
4432 * emacs-lisp/package.el (package-read-all-archive-contents):
4433 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4434
a7cfbaea 44352010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4436
4437 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4438 already found as misspellings by (flyspell-large-region), just
c97685d4 4439 do highlighting (bug#7322).
bd4532fc 4440
13e7256f
GM
44412010-11-10 Glenn Morris <rgm@gnu.org>
4442
6d2a1e35
GM
4443 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4444
d4aca69c
GM
4445 * emulation/edt.el (edt-with-position): New macro.
4446 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4447 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4448 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4449
f8a09adb
GM
4450 * emulation/tpu-extras.el (tpu-with-position): New macro.
4451 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4452
c026460b
GM
4453 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4454
dea53a43
GM
4455 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4456 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4457 (texinfo-master-menu, texinfo-insert-node-lines)
4458 (texinfo-multiple-files-update):
4459 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4460 Use line-beginning-position.
4461
72bc50c0
GM
4462 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4463 No recent Emacs supports system-type `emx'.
4464
4465 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4466 (ada-command-separator, ada-default-prj-properties)
4467 (ada-find-any-references): Update for above name change.
4468
4469 * dirtrack.el (dirtrack-directory-function)
4470 (dirtrack-canonicalize-function):
4471 * filecache.el (file-cache-completion-ignore-case)
4472 (file-cache-case-fold-search, file-cache-ignore-case):
4473 * term.el (serial-port-is-file-p): Cosmetic change.
4474
4475 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4476 Remove non-existent `windows-95' system-type.
4477 * dired.el (dired-chown-program): Remove non-existent `linux'
4478 system-type.
4479
17731c39
GM
4480 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4481 (ping-program-options): Remove non-existent `linux' system-type.
4482
9228bbd3
GM
4483 * startup.el (package-initialize): Update declaration.
4484
6e404950
GM
4485 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4486 (ls-lisp-handle-switches): Use time-less-p.
4487 (ls-lisp-format-time): Use float-time.
4488
6f0d4bb6
GM
4489 * textmodes/remember.el (remember-time-to-seconds): Remove.
4490 (remember-store-in-mailbox): Use float-time.
4491
4492 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4493
4494 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4495 never a real function.
4496 (with-no-warnings): Remove compat stub, now unused.
4497 (time-less-p): Doc fix.
4498 (time-to-number-of-days): Simplify.
4499
73171bd4
GM
4500 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4501 Remove.
4502 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4503 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4504 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4505 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4506 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4507
13e7256f
GM
4508 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4509 (eshell-shuffle-files, eshell-shorthand-tar-command)
4510 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4511 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4512 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4513 Prefix dynamic local variable `matches'.
4514
b565f5a1
GM
4515 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4516 Prefix dynamic local variable `skeleton'.
4517
5ad3e885
KY
45182010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4521 in mail buffer; make yank-action always a command that yanks original
4522 buffer.
4523
14121c52
GM
45242010-11-09 Glenn Morris <rgm@gnu.org>
4525
4526 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4527
d607b96b 45282010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4529
9bdba5f5
SM
4530 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4531 completion field (bug#7211).
4532
73525e72
SM
4533 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4534 Fix handling of backslash escapes.
4535 (python-quote-syntax): Adjust accordingly.
4536
d607b96b 45372010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4538
4539 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4540 (vc-mtn-workfile-branch): Adjust to new output format.
4541
d607b96b 45422010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4543
4544 * international/mule-cmds.el (princ-list): Mark as obsolete.
4545
d607b96b 45462010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4547
4548 * emacs-lisp/smie.el: New package.
4549
d607b96b 45502010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4551
7f925a67
SM
4552 * files.el (backup-by-copying-when-mismatch):
4553 Set `permanent-local' property.
6ce78fdc
MA
4554
4555 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4556 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4557
d607b96b 45582010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4559
4560 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4561
d607b96b 45622010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4563
7f925a67 4564 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4565 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4566 AUTOINOUT for SV style multidimensional arrays, bug294.
4567 Reported by Eric Mastromarchi.
4568 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4569 font-lock-fontify-buffer to cleanup style issues.
4570
d607b96b 45712010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4572
4573 * locate.el (locate, locate-mode): Doc fixes.
4574
d607b96b 45752010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4576
4577 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4578 user for confirmation.
4579 (server-force-stop): Use it.
4580 (server-start): Use server-force-stop for kill-emacs-hook, to
4581 avoid user interaction while killing Emacs.
4582
9b026d9f
GM
45832010-11-09 Glenn Morris <rgm@gnu.org>
4584
3406534c 4585 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4586 (meta-indent-line): Simplify.
3406534c 4587
9b026d9f
GM
4588 * vc/emerge.el (emerge-line-number-in-buf):
4589 * textmodes/ispell.el (ispell-region):
4590 * textmodes/fill.el (current-fill-column):
4591 * progmodes/xscheme.el (xscheme-send-current-line):
4592 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4593 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4594 * progmodes/sh-script.el (sh-handle-prev-do):
4595 * progmodes/meta-mode.el (meta-indent-line):
4596 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4597 (idlwave-in-quote):
4598 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4599 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4600 * progmodes/fortran.el (fortran-looking-at-if-then):
4601 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4602 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4603 (cperl-find-pods-heres):
4604 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4605 * net/quickurl.el (quickurl-list-insert):
4606 * net/ldap.el (ldap-search-internal):
4607 * net/eudc.el (eudc-expand-inline):
4608 * mail/sendmail.el (sendmail-send-it):
4609 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4610 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4611 (viper-brac-function):
4612 * calc/calc-yank.el (calc-do-grab-region):
4613 * calc/calc-keypd.el (calc-keypad-press):
4614 * term.el (term-move-columns, term-insert-spaces):
4615 * speedbar.el (speedbar-highlight-one-tag-line):
4616 * simple.el (current-word):
4617 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4618 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4619 (Info-scroll-down):
4620 * hippie-exp.el (he-line-beg):
4621 * epa.el (epa--marked-keys):
4622 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4623 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4624 (dired-relist-entry):
4625 * buff-menu.el (Buffer-menu-buffer):
4626 * array.el (current-line):
4627 * allout.el (allout-resolve-xref)
4628 (allout-latex-verbatim-quote-curr-line):
4629 Replace yet more uses of end-of-line etc with line-end-position, etc.
4630
db94771e
SM
46312010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4632
1398b795
SM
4633 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4634 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4635 (checkdoc-syntax-table): Initialize in the declaration.
4636 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4637 the mode on unconditionally.
4638
db94771e
SM
4639 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4640 (extent-end-position, extent-start-position): Remove setf method for
4641 non-existing functions (bug#7319).
4642
674728d4
SM
46432010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4646 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4647 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4648 (smie-prec2->grammar): Rename from smie-prec2-levels.
4649 (smie-grammar): Rename from smie-op-levels.
4650 (smie-indent--hanging-p): Rename from smie-hanging-p.
4651 (smie-rule-hanging-p): New alias.
4652 (smie-indent--bolp): Rename from smie-bolp.
4653 (smie-indent--hanging-p): New alias.
4654 (smie--token): New dynamically bound variable.
4655 (smie-indent--parent): New function.
4656 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4657 (smie-rule-next-p): Rename from smie-next-p.
4658 (smie-rule-prev-p): Rename from smie-prev-p.
4659 (smie-rule-sibling-p, smie-rule-parent)
4660 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4661 (smie-rule-separator-outdent): New var.
4662 (smie-indent--rule): Merge with smie-indent--column.
4663 (smie-indent-forward-token, smie-indent-backward-token):
4664 Also recognize close parens.
4665 (smie-indent-keyword): Don't use smie-indent--column any more.
4666 (smie-indent-after-keyword): Ignore closers by default.
4667 (smie-indent-line): Use with-demoted-errors.
4668 * progmodes/octave-mod.el (octave-smie-grammar):
4669 Rename from octave-smie-op-levels.
4670 (octave-smie-rules): Adjust to new behavior.
4671 * progmodes/prolog.el (prolog-smie-grammar):
4672 Rename from prolog-smie-op-levels.
4673
26f097bf
GM
46742010-11-07 Glenn Morris <rgm@gnu.org>
4675
de3490e1
GM
4676 * eshell/esh-util.el (subst-char-in-string)
4677 (directory-files-and-attributes): These compatibility definitions are
4678 not needed on any version of Emacs since at least 21.4.
4679
3ba6b2ee
GM
4680 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4681 (verilog-get-end-of-line): Remove.
4682 (verilog-within-string, verilog-re-search-forward-substr)
4683 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4684 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4685 Use point-at-bol, point-at-eol.
4686 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4687 Remove.
4688 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4689 (electric-pascal-terminate-line, pascal-set-auto-comments)
4690 (pascal-indent-paramlist, pascal-indent-declaration)
4691 (pascal-get-lineup-indent, pascal-func-completion)
4692 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4693 Use point-at-bol, point-at-eol.
4694 * progmodes/flymake.el (flymake-line-beginning-position)
4695 (flymake-line-end-position): Remove.
4696 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4697 * eshell/esh-util.el (line-end-position, line-beginning-position):
4698 Remove compat definitions.
4699
76fc02b6
GM
4700 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4701 Use end-of-line N.
4702 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4703 Use line-end-position.
4704
e180ab9f
GM
4705 * emacs-lisp/chart.el (chart-zap-chars):
4706 * play/decipher.el (decipher-set-map):
4707 * progmodes/ada-mode.el (ada-get-current-indent)
4708 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4709 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4710 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4711 (ada-get-all-references):
4712 * progmodes/cperl-mode.el (cperl-electric-paren)
4713 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4714 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4715 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4716 (cperl-word-at-point-hard):
4717 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4718 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4719 (idlwave-shell-display-line):
4720 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4721 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4722 * progmodes/js.el (js--re-search-forward-inner)
4723 (js--re-search-backward-inner):
4724 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4725 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4726 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4727 * textmodes/flyspell.el (flyspell-process-localwords):
4728 * textmodes/ispell.el (ispell-buffer-local-parsing)
4729 (ispell-buffer-local-dict, ispell-buffer-local-words):
4730 Use point-at-bol and point-at-eol.
4731
26f097bf
GM
4732 * speedbar.el (speedbar-generic-item-info)
4733 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4734 (speedbar-add-indicator, speedbar-check-vc-this-line)
4735 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4736 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4737 Replace more uses of end-of-line etc with line-end-position.
4738
b05fde66
GM
47392010-11-06 Glenn Morris <rgm@gnu.org>
4740
5ed619e0
GM
4741 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4742 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4743 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4744 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4745 (texinfo-multiple-files-update):
4746 * textmodes/table.el (table--probe-cell-left-up)
4747 (table--probe-cell-right-bottom):
4748 * textmodes/picture.el (picture-tab-search):
4749 * textmodes/page-ext.el (pages-copy-header-and-position)
4750 (pages-directory-for-addresses):
4751 * progmodes/vera-mode.el (vera-get-offset):
4752 * progmodes/simula.el (simula-calculate-indent):
4753 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4754 * progmodes/prolog.el (end-of-prolog-clause):
4755 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4756 * progmodes/icon.el (indent-icon-exp):
4757 * progmodes/etags.el (tag-re-match-p):
4758 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4759 * progmodes/ebnf2ps.el (ebnf-begin-file):
4760 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4761 (dcl-save-local-variable):
4762 * play/life.el (life-setup):
4763 * play/gametree.el (gametree-looking-at-ply):
4764 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4765 * mail/sendmail.el (mail-mode-auto-fill):
4766 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4767 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4768 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4769 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4770 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4771 * type-break.el (type-break-file-keystroke-count):
4772 * term.el (term-replace-by-expanded-history-before-point)
4773 (term-skip-prompt, term-extract-string):
4774 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4775 (speedbar-contract-line, speedbar-toggle-line-expansion)
4776 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4777 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4778 * sort.el (sort-skip-fields):
4779 * skeleton.el (skeleton-internal-list):
4780 * simple.el (line-move-finish, line-move-to-column):
4781 * shell.el (shell-forward-command):
4782 * misc.el (copy-from-above-command):
4783 * makesum.el (double-column):
4784 * ebuff-menu.el (electric-buffer-update-highlight):
4785 * dired.el (dired-move-to-end-of-filename):
4786 * dframe.el (dframe-popup-kludge):
4787 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4788 * arc-mode.el (archive-get-lineno):
4789 Use line-end-position and line-beginning-position.
4790
e2a9c0bc
GM
4791 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4792 (idlwave-study-twins): Prefix dynamic local `class'.
4793 (idlwave-routine-twin-compare): Update for above name change.
4794
4e44448f
GM
4795 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4796 Use boundp tests to silence compiler. Update for changed name of
4797 bytecomp-filename variable.
4798
8f6c3eac
GM
4799 * emulation/viper-cmd.el (viper-read-string-with-history):
4800 Prefix dynamic local `initial'.
4801 (viper-minibuffer-standard-hook): Update for above name change.
4802
79d1dabe
GM
4803 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4804 (elint-init-form): Update for above name change.
4805
0e4bb7f0
GM
4806 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4807 local variables `cbeg' and `cend' a prefix.
4808 (mail-extr-voodoo): Update for above name change.
4809
c8f3bf36
GM
4810 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4811 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4812 (reftex-toc-promote-action): Doc fix.
4813
4814 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4815 `prompt', `data' a prefix.
4816 (reftex-select-post-command-hook, reftex-select-callback)
4817 (reftex-select-mouse-accept, reftex-select-read-cite):
4818 Update for above name changes.
4819
4820 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4821 `refstyle' to reftex-refstyle.
4822 (reftex-offer-label-menu): Update for above name change.
4823 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4824 `refstyle' name change.
4825
b05fde66
GM
4826 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4827 with with-current-buffer.
4828 (diff, template): Give dynamic local variables a prefix.
4829 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4830 (emerge-line-number-in-buf): Update for above name change.
4831 (emerge-combine-versions-internal): Rename local `template' to
4832 emerge-combine-template.
4833 (emerge-combine-versions-edit): Update for above name change.
4834
5d8f9169
RA
48352010-11-06 Ralf Angeli <angeli@caeruleus.net>
4836
4837 * textmodes/reftex-cite.el
4838 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4839 entries with whitespace after \bibitem.
4840 (reftex-create-bibtex-file): Match entries containing numbers and
4841 symbol constituents. Make sure that entries with whitespace at
4842 various places are found.
4843
f8aefe82
MA
48442010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4845
4846 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4847
e06918d2
JD
48482010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4849
4850 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4851
17fc58c9
GM
48522010-11-05 Glenn Morris <rgm@gnu.org>
4853
f7fe4837
GM
4854 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4855 (woman2-roff-buffer): Give local variable `request' a prefix.
4856 (woman0-macro): Rename argument `request' in the same way.
4857 (woman-request): New name for `request' dynamic variable.
4858 (woman-unquote, woman-forward-arg): Update for above name change.
4859 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4860 (woman1-unquote): New name for `unquote' dynamic variable.
4861 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4862 (woman-translations): Rename from `translations'. No longer global.
4863 (woman2-tr, woman-translate): Update for above name change.
4864 (woman-translate): Check for bound variable.
4865 (woman2-roff-buffer): Give local variable `translations' a prefix.
4866
869c4186
GM
4867 * play/doctor.el: Give all local variables a prefix. Update callers.
4868 (doc$, doctor-put-meaning): Use backquote.
4869
215461a8
GM
4870 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4871 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4872
17fc58c9
GM
4873 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4874 variables bytes, ptr, op a prefix.
4875 (disassemble-offset): Update for above change.
4876
015eea59
CY
48772010-11-03 Chong Yidong <cyd@stupidchicken.com>
4878
4879 * emacs-lisp/package.el (package-unpack): Remove no-op.
4880 (package--builtins, package--dir): Doc fix.
4881 (package-activate-1, package-activate, package-install)
4882 (package-compute-transaction): Fix error message.
4883 (package-delete): Use delete-directory. Omit system packages.
4884 (package-initialize): Set package-alist to nil first.
4885 (package-menu-mark-delete, package-menu-mark-install): Don't add
4886 symbols that are inconsistent with the package state.
4887 (package-menu-execute): Perform deletions and installations as
4888 single batch operations.
4889
033862d1
GM
48902010-11-03 Glenn Morris <rgm@gnu.org>
4891
0b03a950
GM
4892 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4893 (props): Remove unnecessary declaration.
4894
e337e22c
GM
4895 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4896 set-process-query-on-exit-flag.
4897
a88e24dd 4898 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4899 (reftex-toc-do-promote): Remove unused local `mpos'.
4900 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4901
537b04b9
GM
4902 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4903
52365e61
GM
4904 * play/landmark.el (lm-losing-threshold): Correct spelling.
4905 (lm-human-plays): Use new name.
4906
cd32f8a9
GM
4907 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4908 (gomoku-human-plays): Use new name.
4909
033862d1
GM
4910 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4911 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4912 (gomoku-score-trans-table, gomoku-winning-threshold)
4913 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4914
4b99edf2
CY
49152010-11-03 Chong Yidong <cyd@stupidchicken.com>
4916
4917 * emacs-lisp/package.el: Don't put built-in packages in
4918 package-alist, to avoid loading inefficiencies.
4919 (package-built-in-p): Make VERSION optional, and treat it as a
4920 minimum acceptable version.
6a7662bb
BR
4921 (package-activate): Search separately for built-in packages.
4922 Emit a warning if a dependency fails.
4b99edf2
CY
4923 (define-package): Handle most common case, where there is no
4924 obsolete package, first.
4925 (package-compute-transaction): Print required version in error.
4926 (package--initialized): New variable.
4927 (list-packages): Use it.
4928 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4929 built-in packages in packages-alist; keep it separate.
4930 Set package--initialized.
4b99edf2
CY
4931 (describe-package): Avoid activating packages as a side-effect.
4932 Search separately for built-in packages.
4933 (describe-package-1): Handle the case where an elpa package is
4934 simultaneously built-in and available/installed.
6a7662bb
BR
4935 (package-installed-p, package--generate-package-list):
4936 Search separately for built-in packages.
4b99edf2
CY
4937 (package-load-descriptor): Doc fix.
4938
3225dcaa
SM
49392010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4942 Handle __DATA__ and __END__.
4943
fa14dc18
NF
49442010-11-02 Noah Friedman <friedman@splode.com>
4945
4946 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4947 nil, do not ask to recompile files that are not already compiled,
4948 and do not recompile them.
4949
0f75c62a
CY
49502010-11-02 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * emacs-lisp/package.el (package-initialize): Ensure that
4953 obsoleted built-in packages are not in package-activated-list
4954 during activation.
4955 (describe-package-1): Make the "installed" status override
4956 "built-in".
4957
b29f5b7b
VJL
49582010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4959
4960 * subr.el (version-separator, version-regexp-alist): Remove '*'
4961 from docstring.
4962 (version-list-<=, version<=, version=): Doc fix.
4963
b18fad6d
KH
49642010-11-01 Kenichi Handa <handa@m17n.org>
4965
4966 * faces.el (glyphless-char): Inherit underline for tty.
4967
a8039db1 49682010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4969
4970 Implement various display methods for glyphless characters.
4971
4972 * international/characters.el (char-acronym-table): New variable.
4973 (glyphless-char-control): New variable.
35f52ed6 4974 (update-glyphless-char-display): New function.
b2cca856
KH
4975
4976 * faces.el (glyphless-char): New face.
4977
28886d5e
GM
49782010-11-01 Glenn Morris <rgm@gnu.org>
4979
919dd7aa
GM
4980 * calendar/holidays.el (general-holidays, oriental-holidays)
4981 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4982 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4983 the definitions of their targets.
4984
c79fc059
GM
4985 * emacs-lisp/smie.el (smie): New custom group.
4986 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4987
c8ccffb1
GM
4988 * faces.el (xw-defined-colors, x-setup-function-keys):
4989 * mouse-sel.el (x-select-text):
4990 * term/w32console.el (x-setup-function-keys): Update declarations.
4991
f4ff702e
GM
4992 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4993
806c491a
GM
4994 * textmodes/ispell.el (comment-add): Declare.
4995
c3dfebd1
GM
4996 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4997 Declare.
4998
28886d5e
GM
4999 * info.el (finder-keywords-hash, package-alist): Declare.
5000
693c9d15
CY
50012010-11-01 Chong Yidong <cyd@stupidchicken.com>
5002
5003 * finder.el (finder-compile-keywords): Don't use intern-soft,
5004 since package names may not yet exist in the obarray.
5005
50062010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
5007
5008 * vc/vc-arch.el (vc-arch-checkin):
5009 * vc/vc-cvs.el (vc-cvs-checkin):
5010 * vc/vc-mtn.el (vc-mtn-checkin):
5011 * vc/vc-rcs.el (vc-rcs-checkin):
5012 * vc/vc-sccs.el (vc-sccs-checkin):
5013 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
5014 since 2010-04-21 commit by Stefan Monnier.
5015
36967cf7
GM
50162010-11-01 Glenn Morris <rgm@gnu.org>
5017
feb5e60a
GM
5018 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
5019
1f023ca9
GM
5020 * startup.el (package-enable-at-startup, package-initialize):
5021 Silence compiler.
5022
36967cf7
GM
5023 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
5024 Silence compiler.
5025
430e7297
JD
50262010-10-31 Julien Danjou <julien@danjou.info>
5027
5028 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5029 (byte-recompile-directory):
5030 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5031 Use `byte-recompile-file'.
5032
c8c59954
GM
50332010-10-31 Glenn Morris <rgm@gnu.org>
5034
5035 * cus-start.el: Handle standard values via a keyword.
5036 Only set version property if specified.
5037 (cursor-in-non-selected-windows, menu-bar-mode)
5038 (tool-bar-mode, show-trailing-whitespace):
5039 Do not specify standard values.
5040 (transient-mark-mode, temporary-file-directory): Use :standard.
5041
04e63796
JD
50422010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5043
5044 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5045 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5046
2699a554 50472010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5048
5049 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5050 preserve owner and group when editing files. (Bug#7289)
5051
35fcc05c 50522010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5053
5054 * speedbar.el (speedbar-mode):
5055 * play/fortune.el (fortune-in-buffer, fortune):
5056 * play/gomoku.el (gomoku-mode):
5057 * play/landmark.el (lm-mode):
5058 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5059 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5060
82f7efc3
GM
5061 * select.el (x-selection): Mark it as an obsolete alias.
5062
2699a554 50632010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5064
f486841f 5065 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5066 major-mode (bug#7284).
5067
2699a554 50682010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5069
5070 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5071 rather than just an unused variable that inherits from the real one.
5072
e6ef5dd9
AM
50732010-10-31 Alan Mackenzie <acm@muc.de>
5074
5075 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5076 This fixes bug #7185.
5077
8a500a91
CY
50782010-10-30 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * startup.el (command-line): Search for package directories, and
5081 don't load package.el if none are found.
5082
6a7662bb
BR
5083 * emacs-lisp/package.el (describe-package, list-packages):
5084 Call package-initialize if it has not been called yet.
8a500a91 5085
4f9e41e4
AM
50862010-10-30 Alan Mackenzie <acm@muc.de>
5087
5088 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5089 which fontifies the tail of an enum.
5090 (c-basic-matchers-after): Insert a call to the above new function.
5091 This fixes bug #7264.
5092
88f43c67
GM
50932010-10-30 Glenn Morris <rgm@gnu.org>
5094
5095 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5096 tool-bar-mode, transient-mark-mode. (Bug#7306)
5097 Include the :set property in the dumped Emacs.
5098
c4d17d50
SM
50992010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 SMIE: change indent rules format, improve smie-setup.
5102 * emacs-lisp/smie.el (smie-precs-precedence-table)
5103 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5104 Mark them pure so the tables gets built at compile time.
5105 (smie-bnf-precedence-table): Store the closer-alist in the table.
5106 (smie-prec2-levels): Preserve the closer-alist.
5107 (smie-blink-matching-open): Be more forgiving in case of indentation.
5108 (smie-hanging-p): Rename from smie-indent--hanging-p.
5109 (smie-bolp): Rename from smie-indent--bolp.
5110 (smie--parent, smie--after): New dynamic vars.
5111 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5112 (smie-indent-rules): Remove.
5113 (smie-indent--offset-rule): Remove fun.
5114 (smie-rules-function): New var.
5115 (smie-indent--rule): New fun.
5116 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5117 (smie-indent-exps): Use it.
5118 (smie-setup): Setup paren blinking; add keyword args for token
5119 functions; extract closer-alist from op-levels.
5120 (smie-indent-debug-log): Remove var.
5121 (smie-indent-debug): Remove fun.
5122 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5123 (prolog-smie-rules): New fun to replace it.
5124 (prolog-mode-variables): Simplify.
5125 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5126 it's setup automatically.
5127 (octave-smie-indent-rules): Remove.
5128 (octave-smie-rules): New fun to replace it.
5129 (octave-mode): Simplify.
5130
9d794026
GM
51312010-10-29 Glenn Morris <rgm@gnu.org>
5132
e088c02a
GM
5133 * files.el (temporary-file-directory): Remove (already defined in C).
5134 * cus-start.el: Add temporary-file-directory.
5135
9d794026
GM
5136 * abbrev.el (abbrev-mode):
5137 * composite.el (auto-composition-mode):
5138 * menu-bar.el (menu-bar-mode):
5139 * simple.el (transient-mark-mode):
5140 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5141 that they do not define the associated variables twice.
5142 * simple.el (transient-mark-mode): Remove defvar.
5143 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5144 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5145 Handle multiple groups, and also custom-delayed-init-variables.
5146 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5147
dcc029e0
SM
51482010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5149
5150 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5151 (pcase-if): Add one minor optimization.
5152 (pcase-split-equal): Rename from pcase-split-eq.
5153 (pcase-split-member): Rename from pcase-split-memq.
5154 (pcase-u1): Add strings to the member optimization.
5155 Add `guard' variant of predicates.
5156 (pcase-q1): Add string patterns.
5157
a62b88d4
SM
51582010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5161
f41f19b0
GM
51622010-10-28 Glenn Morris <rgm@gnu.org>
5163
b3edb781
GM
5164 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5165 Move menu-bar related settings to ../menu-bar.el.
5166 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5167 Move ns-specific settings here from term/ns-win.el.
5168
f41f19b0
GM
5169 * simple.el (x-selection-owner-p): Remove unused declaration.
5170
6175cd08
SM
51712010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * minibuffer.el (completion-cycling): New var (bug#7266).
5174 (minibuffer-complete, completion--do-completion):
5175 Use completion--flush-all-sorted-completions.
5176 (minibuffer-complete): Only cycle if completion-cycling is set.
5177 (completion--flush-all-sorted-completions): Unset completion-cycling.
5178 (minibuffer-force-complete): Set completion-cycling.
5179 (completion-all-sorted-completions): Move declaration before first use.
5180
19677c71
LL
51812010-10-28 Leo <sdl.web@gmail.com>
5182
5183 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5184 which changes the order of matches seen by users (bug#7231).
5185
51862010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5187
5188 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5189 Don't confuse -omega as "-o mega".
5190
2122161f
SM
51912010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5192
ce8794df
SM
5193 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5194 (log-edit-author): New dynamic var.
5195 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5196 to return the author if different from committer.
5197 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5198
80cb310d
SM
5199 * play/landmark.el: Adjust commenting convention.
5200 (lm-nil-score): Rename from nil-score.
5201 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5202 (OOOOscore): Move into a let in lm-score-trans-table.
5203 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5204
2122161f
SM
5205 * electric.el (electric-indent-chars): Autoload.
5206 * progmodes/octave-mod.el (octave-mode):
5207 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5208 (ruby-mode-abbrev-table): Merge initialization and declaration.
5209
e925113b
GM
52102010-10-27 Glenn Morris <rgm@gnu.org>
5211
208d109c
GM
5212 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5213 variable.
5214
7d3e3843
GM
5215 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5216
e925113b
GM
5217 * term/ns-win.el: Restore require of cl when compiling.
5218 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5219 (ns-handle-nxopen): Optionally handle the temp-case.
5220 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5221 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5222
b94a5a43
GM
52232010-10-26 Glenn Morris <rgm@gnu.org>
5224
5225 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5226
fc3eda04
AR
52272010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5228
5229 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5230 global map.
5231 * term/common-win.el (x-setup-function-keys): Remove most of the
5232 keymappings. Comment on the remaining ones.
5233
c79b0b1c
PO
52342010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5235
c31dc2c0 5236 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5237 (server-start): Use server-port.
5238
725513b7
GM
52392010-10-26 Glenn Morris <rgm@gnu.org>
5240
d7d8c62a
GM
5241 * term/ns-win.el (ns-version-string): Remove unused declaration.
5242 (ns-invocation-args): Change to x-invocation-args.
5243 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5244 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5245 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5246 Use x-invocation-args instead of ns-invocation-args.
5247 (ns-initialize-window-system, handle-args-function-alist):
5248 Use x-handle-args instead of ns-handle-args.
5249 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5250 * startup.el (command-line-ns-option-alist): Replace
5251 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5252 ns-handle-iconic with the x- equivalents.
5253
725513b7
GM
5254 * term/common-win.el (x-select-enable-clipboard):
5255 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5256
5257 * term/ns-win.el: No need to require cl when compiling.
5258 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5259 (xw-defined-colors): Use the common-win definitions.
5260 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5261 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5262 * term/common-win.el (x-select-text, x-alternatives-map)
5263 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5264 * loadup.el [ns]: Load common-win.
5265
77ec02d8
DU
52662010-10-26 Daiki Ueno <ueno@unixuser.org>
5267
5268 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5269 recipients; expand mail aliases (Bug#7280).
77ec02d8 5270
6a5c2175
GM
52712010-10-25 Glenn Morris <rgm@gnu.org>
5272
59ba9d59
GM
5273 * term/common-win.el (x-handle-switch): Simplify with pop.
5274 Optionally handle numeric switches.
5275 (x-handle-numeric-switch): Just call x-handle-switch.
5276 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5277 (x-handle-name-switch, x-handle-display, x-handle-args):
5278 Simplify with pop.
5279
6a5c2175
GM
5280 * term/ns-win.el: Do not require easymenu.
5281 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5282 <spell>: Move adjustments to menu-bar.el.
5283 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5284 <separator-undo, spell>: Move ns-win's adjustments here.
5285 * loadup.el [ns]: Do not load easymenu.
5286
01898dc2
CY
52872010-10-24 Chong Yidong <cyd@stupidchicken.com>
5288
5289 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5290 Delete (Bug#7222).
01898dc2
CY
5291
5292 * startup.el (fancy-startup-tail): Instead of using inline images,
5293 refer to image files from etc/.
5294
5295 * wid-edit.el (checkbox): Likewise.
5296 (widget-image-find): Center image specs.
5297
a44d921f
GM
52982010-10-24 Glenn Morris <rgm@gnu.org>
5299
5300 * term/ns-win.el (x-select-text): Doc fix.
5301 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5302 (x-select-text): Move to term/common-win.
5303 * term/w32-win.el (xw-defined-colors): Move to common-win.
5304 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5305 (x-setup-function-keys, x-select-text): Move to common-win.
5306 * term/common-win.el (x-select-text, x-alternatives-map)
5307 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5308 definitions here.
5309
709228c0 53102010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5311
5312 * net/mairix.el (mairix-searches-mode-map):
5313 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5314
0c382083 53152010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5316
2b0c7330 5317 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5318 auto-built for efficiency of execution and updating.
5319 (verilog-extended-complete-re): Support 'pure' fucntion & task
5320 declarations (these have no bodies).
ca39416c
AH
5321 (verilog-beg-of-statement): General cleanup to enable support of
5322 'pure' fucntion & task declarations (these have no bodies).
5323 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5324 noticed by Steve Pearlmutter.
5325 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5326 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5327 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5328 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5329 attribute handling for lining up declarations and assignments.
5330 (verilog-beg-of-statement-1): Fix issue where continued declaration
5331 is indented differently if it is after a begin..end clock.
5332 (verilog-in-attribute-p, verilog-skip-backward-comments)
5333 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5334 attributes by indent code. Reported by Jeff Steele.
ca39416c 5335 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5336 (verilog-backward-up-list, verilog-in-struct-region-p)
5337 (verilog-backward-token, verilog-in-struct-p)
5338 (verilog-in-coverage-p, verilog-do-indent)
5339 (verilog-pretty-declarations): Use verilog-backward-up-list as
5340 wrapper around backward-up-list inorder to properly skip comments.
5341 Reported by David Rogoff.
5342 (verilog-property-re, verilog-endcomment-reason-re)
5343 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5344 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5345 of if). Reported by Max Bjurling and
a03c2342 5346 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5347 declaration. Reported by Brian Hunter.
a03c2342 5348
0c382083 53492010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5350
2b0c7330 5351 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5352 (verilog-gate-keywords, verilog-read-sub-decls)
5353 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5354 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5355 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5356 (verilog-read-decls): Fix spaces in V2K module parameters causing
5357 mis-identification as interfaces, bug287.
5358 (verilog-read-decls): Fix not treating "parameter string" as a
5359 parameter in AUTOINSTPARAM.
5360 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5361 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5362 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5363 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5364 (verilog-font-lock-keywords-2): Fix highlighting of single
5365 character pins, bug264. Reported by Michael Laajanen.
5366 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5367 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5368 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5369 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5370 (verilog-pretty-expr): Fix interactive arguments, bug272.
5371 Reported by Mark Johnson.
5372 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5373 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5374 bug269. Suggested by Gary Delp.
a03c2342 5375 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5376 (verilog-preprocessor, verilog-set-compile-command):
5377 Create verilog-preprocess and verilog-preprocessor to show
5378 preprocessed output.
a03c2342
WS
5379 (verilog-get-beg-of-line, verilog-get-end-of-line)
5380 (verilog-modi-file-or-buffer, verilog-modi-name)
5381 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5382 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5383 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5384 (verilog-colorize-region, verilog-highlight-buffer)
5385 (verilog-highlight-includes, verilog-highlight-modules)
5386 (verilog-highlight-region, verilog-mode): Rename colorize to
5387 highlight to match other packages. Disable module highlighting,
5388 as received speed complaints, reenable for experimentation only
5389 using new verilog-highlight-modules.
5390 (verilog-read-decls): Fix regexp stack overflow in very large
5391 AUTO_TEMPLATEs, bug250.
5392 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5393 (verilog-scan): Create verilog-save-buffer-state to standardize
5394 making insignificant changes that shouldn't call hooks.
5395 (verilog-save-no-change-functions, verilog-save-scan-cache)
5396 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5397 Create verilog-save-no-change-functions to wrap verilog-scan
5398 preservation, and fix to work with nested preserved calls.
5399 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5400 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5401 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5402 (verilog-submit-bug-report): Update variable list to be complete.
5403 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5404 breaking on-the-fly font-locking.
5405 (verilog-colorize-buffer, verilog-colorize-include-files)
5406 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5407 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5408 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5409 AUTOINST cell instance name, middle mouse button now finds-file on
5410 it. Suggested by Brad Dobbie.
5411 (verilog-alw-get-temps, verilog-auto-reset)
5412 (verilog-auto-sense-sigs, verilog-read-always-signals)
5413 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5414 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5415 initialization section of a for() should be ignored.
5416 Reported by Dan Dever.
a03c2342
WS
5417 (verilog-error-font-lock-keywords)
5418 (verilog-error-regexp-emacs-alist)
5419 (verilog-error-regexp-xemacs-alist): Fix error detection of
5420 Cadence HAL, reported by David Asher. Repair drift between the
5421 three similar error variables.
5422 (verilog-modi-lookup, verilog-modi-lookup-cache)
5423 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5424 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5425 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5426 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5427 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5428 "{1*2{...". Broke in last revision.
5429 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5430 submodule connections with replications "{#{a},#{b}}".
5431
0c382083
CY
54322010-10-24 Juanma Barranquero <lekktu@gmail.com>
5433
5434 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5435 Fix typo in docstring.
5436
54372010-10-24 Kenichi Handa <handa@m17n.org>
5438
5439 * face-remap.el (text-scale-adjust): Call read-event with a proper
5440 prompt.
5441
54422010-10-24 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * emacs-lisp/unsafep.el: Don't mark functions that display
5445 messages as safe. Suggested by Johan Bockgård.
5446
54472010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5450 Turn comments into docstrings.
5451
5452 * minibuffer.el (completion--replace): Move point where it belongs
5453 when there's a common suffix (bug#7215).
5454
9317e499
CY
54552010-10-24 Chong Yidong <cyd@stupidchicken.com>
5456
5457 Merge read-color and facemenu-read-color (Bug#7242).
5458
5459 * faces.el (read-color): Use the completion code from
5460 facemenu-read-color. Require match in completion. Doc fix.
5461
5462 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5463 (facemenu-set-foreground, facemenu-set-background):
5464 Use read-color.
9317e499
CY
5465
5466 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5467 (set-cursor-color, set-mouse-color, set-border-color):
5468 Use read-color.
9317e499 5469
a44d921f 54702010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5471
5472 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5473 argument of delete-file and delete-directory (Bug#7011).
5474
43207249
CY
54752010-10-24 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5478 button-buffer-map.
5479
484db896 54802010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5481
5482 * emacs-lisp/package.el (package--generate-package-list): Make the
5483 *Packages* buffer read-only.
5484
10f5e3e6
AM
54852010-10-24 Alan Mackenzie <acm@muc.de>
5486
5487 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5488 result of `c-beginning-of-decl-1' between invocations of a lambda
5489 function (Bug #7265).
5490
3ec6ca72
DU
54912010-10-24 Daiki Ueno <ueno@unixuser.org>
5492
5493 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5494 executable is not available on the system (Bug#7268).
5495
ec514007
GM
54962010-10-24 Glenn Morris <rgm@gnu.org>
5497
f5f25615
GM
5498 * select.el (selection-coding-system, next-selection-coding-system):
5499 Sync doc with C versions.
3646b86d 5500
8aa0f263
GM
5501 * w32-vars.el (x-select-enable-clipboard):
5502 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5503 * term/common-win.el (x-select-enable-clipboard): Move here.
5504
46710489
GM
5505 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5506 definition of C variable.
5507
ec514007
GM
5508 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5509 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5510 Don't redefine things that are defined in C.
5511 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5512 (show-trailing-whitespace, auto-hscroll-mode)
5513 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5514 Set up the appropriate custom properties.
5515
8a79905d
CY
55162010-10-24 Chong Yidong <cyd@stupidchicken.com>
5517
5518 Bind "C-c ]" to ...
5519 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5520 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5521 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5522 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5523
aa02a29f
GM
55242010-10-23 Glenn Morris <rgm@gnu.org>
5525
7dfc15df
GM
5526 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5527 say what it was.
5528
66c6abf0
GM
5529 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5530 Sync docs with C version.
f3d87560 5531
3193e969
GM
5532 * term/ns-win.el (xw-defined-colors):
5533 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5534
6f748f70
GM
5535 * term/pc-win.el (x-select-enable-clipboard):
5536 * term/x-win.el (x-select-enable-clipboard):
5537 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5538
7aa93795
GM
5539 * comint.el (comint-password-prompt-regexp): Make it less vague.
5540 Bump version.
5541
17284e30
GM
5542 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5543
aa02a29f
GM
5544 * help.el (finder-by-keyword): Remove unnecessary autoload.
5545
69b55131
GM
55462010-10-22 Glenn Morris <rgm@gnu.org>
5547
9a0dd02d
GM
5548 * loadup.el: Unconditionally load float-sup.
5549 * paren.el (show-paren-delay):
5550 * emacs-lisp/float-sup.el:
5551 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5552 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5553 (lazy-lock-stealth-verbose): Assume float support.
5554 * ps-print.el: Assume float support on Emacs.
5555 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5556 Remove non-float branch.
5557
69b55131
GM
5558 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5559 src/Makefile no longer being pre-processed.
5560
7c23d9e8
SM
55612010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * emacs-lisp/find-func.el (find-library): Use test-completion.
5564
23737b4a
LMI
55652010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5566
7c23d9e8 5567 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5568
6e060cee 55692010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5570
5571 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5572 space in stat format string.
5573 (tramp-send-command): Unset $PS1 when using here documents, in
5574 order not to get several prompts.
5575 (tramp-get-inline-coding): Return `nil' in case of errors.
5576
08ffb131
DU
55772010-10-21 Daiki Ueno <ueno@unixuser.org>
5578
7c23d9e8
SM
5579 * hexl.el (hexl-mode, hexl-mode-exit):
5580 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5581 (hexl-revert-buffer-function): New function.
5582 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5583
ba7fdf30
AM
55842010-10-19 Alan Mackenzie <acm@muc.de>
5585
7c23d9e8
SM
5586 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5587 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5588 that these keywords aren't wrongly matched as identifiers.
5589
ba7fdf30
AM
5590 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5591 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5592 c-after-change. (Bug#7181)
ba7fdf30 5593
7fd8732d
CY
55942010-10-19 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5597 Don't mark as safe.
5598
5599 * custom.el (custom-theme-set-variables): Likewise.
5600 (load-theme): Add custom-theme-set-faces and
5601 custom-theme-set-variables to safe-functions while loading.
5602 (custom-enabled-themes): Mark as risky.
5603
3f12b18c
JD
56042010-10-18 Julien Danjou <julien@danjou.info>
5605
5606 * bindings.el: Remove end dashes in default mode-line-format.
5607
b8a47412
CY
56082010-10-19 Chong Yidong <cyd@stupidchicken.com>
5609
5610 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5611 to delete-forward-char.
5612
5613 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5614 deletechar, and hence delete-forward-char.
5615
ca3fa302
JB
56162010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * repeat.el (repeat): Use read-key (bug#6256).
5619
56202010-10-19 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * emacs-lisp/unsafep.el: Don't mark functions that display
5623 messages as safe. Suggested by Johan Bockgård.
5624
56252010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * minibuffer.el (completion--replace): Move point where it belongs
5628 when there's a common suffix (bug#7215).
5629
56302010-10-19 Kenichi Handa <handa@m17n.org>
5631
5632 * international/characters.el: Add category '|' (word breakable)
5633 to fullwidth characters.
5634
3224b54d
MA
56352010-10-19 Michael Albinus <michael.albinus@gmx.de>
5636
5637 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5638 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5639 order to make stat results a float. Patch by Andreas Schwab
5640 <schwab@linux-m68k.org>.
5641
36ba6f07
JD
56422010-10-18 Julien Danjou <julien@danjou.info>
5643
5644 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5645 hidden by `make-pointer-invisible'.
5646
43f964fc
SM
56472010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * files.el (locate-file-completion-table): Strip non-matching elements
5650 before checking length of list (bug#7238).
5651
e48eb343
CY
56522010-10-18 Chong Yidong <cyd@stupidchicken.com>
5653
5654 * custom.el (custom-theme-set-variables): Mark as a safe function.
5655 (load-theme): Check forms using unsafep.
5656
5657 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5658
df987d70
AM
56592010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5660
43f964fc
SM
5661 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5662 Fix aspell data file searching (bug#7230).
df987d70 5663
29a4c45b
CY
56642010-10-16 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * cus-theme.el (custom-theme--migrate-settings): New var.
5667 (customize-create-theme): Allow editing the `user' theme.
5668 (custom-theme-add-variable, custom-theme-add-var-1)
5669 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5670 to the front of each variable or face widget.
5671 (custom-theme-write): Save theme settings in the correct order.
5672 Optionally, remove saved settings from user customizations.
43f964fc
SM
5673 (custom-theme-write-variables, custom-theme-write-faces):
5674 Save only the checked widgets.
29a4c45b
CY
5675 (customize-themes): Add a link for migrating custom settings.
5676
43f964fc
SM
5677 * custom.el (custom-declare-theme, provide-theme):
5678 Use custom-theme-name-valid-p.
29a4c45b
CY
5679 (custom-theme-name-valid-p): Remove checks that are now
5680 unnecessary since themes no longer obey load-path.
5681
5682 * cus-edit.el (custom-variable-value-create): For the simple
5683 style, hide documentation string when hidden.
5684
782b5e8d
CY
56852010-10-16 Chong Yidong <cyd@stupidchicken.com>
5686
647bc502
CY
5687 * cus-edit.el (custom-variable, custom-face): Combine the
5688 :inhibit-magic and :display-style properties into a single
5689 :custom-style property.
43f964fc
SM
5690 (custom-toggle-hide-variable, custom-toggle-hide-face):
5691 New functions. If hiding an edited value, save it to :shown-value.
5692 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5693 (custom-magic-reset): Allow magic property to be unset.
5694
782b5e8d
CY
5695 * custom.el: Custom themes no longer use load-path.
5696 (custom-theme-load-path): New option. Change built-in theme
5697 directory to etc/.
5698 (custom-enabled-themes): Add custom-theme-load-path dependency.
5699 (custom-theme--load-path): New function.
5700 (load-theme, custom-available-themes): Use it.
5701
5702 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5703 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5704 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5705 :custom-style property.
782b5e8d
CY
5706
5707 * themes/*.el: Moved to etc/.
5708
99f65cfa
RA
57092010-10-16 Ralf Angeli <angeli@caeruleus.net>
5710
5711 * textmodes/reftex-cite.el
5712 (reftex-extract-bib-entries-from-thebibliography): Do not move
5713 point when searching for \bibitem entries. Match entries with
5714 spaces or tabs in front of arguments.
5715
da16abfc
CY
57162010-10-16 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * cus-theme.el (customize-create-theme): Delete overlays after
5719 erasing. If given a THEME arg, display only the faces of that arg
5720 instead of custom-theme--listed-faces.
5721 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5722 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5723 (custom-theme-add-variable, custom-theme-add-face): Apply value
5724 from the theme settings, instead of the current value.
5725 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5726 (custom-theme-visit-theme): Allow calling outside theme buffers.
5727 (custom-theme-merge-theme): Don't enable the theme when merging.
5728 (custom-theme-write-variables, custom-theme-write-faces): Use the
5729 :shown-value properties to save buffer values, not global ones.
5730 (customize-themes): Display a warning about user customizations.
5731
5732 * cus-edit.el (custom-variable-value-create)
5733 (custom-face-value-create): Obey new special properties
5734 :shown-value and :inhibit-magic.
5735
aa095b2d
MA
57362010-10-15 Michael Albinus <michael.albinus@gmx.de>
5737
5738 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5739 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5740 <dale@codefu.org>.
aa095b2d 5741
7ca9cfda
KH
57422010-10-14 Kenichi Handa <handa@m17n.org>
5743
9650fc61
KH
5744 * mail/rmail.el (rmail-show-message-1): Catch an error of
5745 base64-decode-region and just show an error message (bug#7165).
5746
43f964fc 5747 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5748 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5749 a font-spec (bug#7197).
5750
220d91b8 57512010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5752
5753 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5754
220d91b8 57552010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5756
c0943d3d
JB
5757 * international/mule.el (define-coding-system):
5758 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5759 * composite.el (compose-region): Fix typo in docstring.
5760
4983ddea
CY
57612010-10-14 Chong Yidong <cyd@stupidchicken.com>
5762
de43f11b
CY
5763 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5764 only after checking the theme-face property.
5765
4983ddea
CY
5766 * faces.el (face-spec-reset-face): Reset all attributes in one
5767 single call to set-face-attribute.
5768 (face-spec-match-p): Make it a defsubst.
5769 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5770 (x-create-frame-with-faces, tty-create-frame-with-faces)
5771 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5772 frame-set-background-mode, since they are recomputed immediately
5773 afterwards in face-set-after-frame-default.
5774 (face-set-after-frame-default): Minor optimization.
5775 (cursor): Provide non-trivial defface spec.
5776
5777 * custom.el (custom-theme-recalc-face): Simplify.
5778
a974dcf2
JB
57792010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5780
43f964fc 5781 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5782 (math-is-polynomial, math-is-poly-rec): Replace `var'
5783 with `math-var'.
5784
43f964fc 5785 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5786 (calcFunc-table, math-scan-for-limits): Replace `var'
5787 with `math-var'.
5788
10e4702a
GM
57892010-10-13 Glenn Morris <rgm@gnu.org>
5790
5791 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5792
88f427d5
SB
57932010-10-13 Stephen Berman <stephen.berman@gmx.net>
5794
5795 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5796
a1d16a7b
G
57972010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5798
5799 * net/tls.el (tls-program): Remove spurious %s from openssl.
5800 (tls-starttls-switches): Remove starttls hack.
5801 (open-tls-stream): Ditto.
5802 (tls-find-starttls-argument): Ditto.
5803
2e288d54
JB
58042010-10-13 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * image.el (image-library-alist): Declare as obsolete alias.
5807 (image-type-available-p): Use `dynamic-library-alist'.
5808
5809 * term/w32-win.el (dynamic-library-alist):
5810 Use instead of `image-library-alist'.
5811
35744400
IS
58122010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5813
5814 * subr.el (last): Make it faster. (Bug#7174)
5815
290fe464
RO
58162010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5817
5818 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5819
2919746c
CY
58202010-10-12 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5823 (describe-theme-1): Extract doc from unloaded themes.
5824
5825 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5826
5827 * themes/tango-theme.el:
5828 * themes/tango-dark-theme.el:
5829 * themes/wheatgrass-theme.el: New files.
5830
6b09b5d1
CY
58312010-10-12 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * cus-theme.el (describe-theme, customize-themes)
5834 (custom-theme-save): New commands.
5835 (custom-new-theme-mode-map): Bind C-x C-s.
5836 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5837 (customize-create-theme): New optional arg THEME.
5838 (custom-theme-revert): Use it.
5839 (custom-theme-visit-theme): Remove dead code.
5840 (custom-theme-merge-theme): Use custom-available-themes.
5841 (custom-theme-write): Make interactive.
5842 (custom-theme-write): Use custom-theme-name-valid-p.
5843 (describe-theme-1, custom-theme-choose-revert)
5844 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5845 New funs.
5846 (custom-theme-allow-multiple-selections): New option.
5847 (custom-theme-choose-mode): New major mode.
5848
43f964fc
SM
5849 * custom.el (custom-theme-set-variables): Remove dead code.
5850 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5851 (custom--inhibit-theme-enable): New var.
5852 (provide-theme): Obey it.
5853 (load-theme): Replace load with manual read/eval, in order to
5854 check for correctness. Use custom-theme-name-valid-p.
5855 (custom-theme-name-valid-p): New function.
5856 (custom-available-themes): Use it.
5857
5858 * cus-edit.el (custom--initialize-widget-variables): New function.
5859 (Custom-mode): Use it.
5860
43f964fc
SM
5861 * cus-face.el (custom-theme-set-faces): Remove dead code.
5862 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5863
5864 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5865
16366259
JB
58662010-10-12 Juanma Barranquero <lekktu@gmail.com>
5867
cb7d821e 5868 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5869
4c14013d 58702010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5871
4c14013d
JB
5872 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5873 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5874 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5875
5876 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5877
4c14013d 58782010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5879
5880 * emacs-lisp/lisp.el (lisp-completion-at-point):
5881 Use emacs-lisp-mode-syntax-table for the whole function.
5882
4c14013d 58832010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5884
5885 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5886 instead of font-lock-mode before adding keywords.
5887 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5888 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5889 non-nil; removed hook inhibit hack.
5890
4c14013d 58912010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5892
d15f9a2b
GM
5893 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5894 (load-path-shadows-find): ... to this.
5895 (list-load-path-shadows): Update for above change.
5896
c7d6d8a1
GM
5897 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5898
f0b7f5a8
KY
58992010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5900
5901 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5902 Fix comment for declare-function.
5903
05d22d02
CY
59042010-10-11 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * custom.el (custom-fix-face-spec): New function; code moved from
5907 custom-face-edit-fix-value.
5908 (custom-push-theme): Use it when checking if a face has been
5909 changed outside customize.
5910 (custom-available-themes): New function.
5911 (load-theme): Use it.
5912
43f964fc 5913 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5914
5915 * custom.el (custom-push-theme): Cleanup (use cond).
5916 (disable-theme): Recompute the saved-face property.
5917 (custom-theme-recalc-face): Follow face alias before setting prop.
5918
43f964fc
SM
5919 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5920 New variables, containing checkbox images.
05d22d02
CY
5921
5922 * startup.el (fancy-startup-tail):
5923 * wid-edit.el (checkbox): Use them.
5924
293e7c22
DN
59252010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5926
a0310a6c
DN
5927 * shell.el (shell-mode-map):
5928 * progmodes/modula2.el (m2-mode-map):
5929 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5930 * play/mpuz.el (mpuz-mode-map):
5931 * play/landmark.el (lm-mode-map):
5932 * play/decipher.el (decipher-mode-map):
5933 * play/5x5.el (5x5-mode-map):
5934 * net/telnet.el (telnet-mode-map):
5935 * net/quickurl.el (quickurl-list-mode-map):
5936 * net/mairix.el (mairix-searches-mode-map):
5937 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5938 * net/dig.el (dig-mode-map):
5939 * mail/mspools.el (mspools-mode-map):
5940 * hexl.el (hexl-mode-map):
5941 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5942 (wordstar-C-o-map, wordstar-C-q-map):
5943 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5944 * emacs-lisp/chart.el (chart-map):
5945 * edmacro.el (edmacro-mode-map):
5946 * erc/erc-list.el (erc-list-menu-mode-map):
5947 * array.el (array-mode-map): Declare and define in one step.
5948
293e7c22
DN
5949 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5950
446b12da
DU
59512010-10-10 Daiki Ueno <ueno@unixuser.org>
5952
5953 * epa.el (epa-passphrase-callback-function): Display filename
5954 passed as the 3rd arg.
43f964fc
SM
5955 * epa-file.el (epa-file-passphrase-callback-function):
5956 Pass filename to epa-passphrase-callback-function.
446b12da 5957
76c16af8
CY
59582010-10-09 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * cus-edit.el (custom-face-widget-to-spec)
5961 (custom-face-get-current-spec, custom-face-state): New functions.
5962 (custom-face-set, custom-face-mark-to-save)
5963 (custom-face-value-create, custom-face-state-set): Use them.
5964
5965 * cus-theme.el (custom-theme--listed-faces): New var.
5966 (customize-create-theme): Use *Custom Theme* as the buffer name.
5967 Set revert-buffer-function. Optional arg BUFFER. Insert all
5968 faces listed in custom-theme--listed-faces.
5969 (custom-theme-revert): New function.
5970 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5971 bottom of the list.
5972 (custom-theme-write): Prompt for theme name if empty.
5973 (custom-theme-write-variables): Use dolist.
5974 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5975
e15f8aaa
AM
59762010-10-09 Alan Mackenzie <acm@muc.de>
5977
5978 Enhance fontification of declarators to take account of the
5979 presence/absence of "typedef".
5980
5981 * cc-engine.el (c-forward-type): New &optional param
5982 "brace-block-too".
5983 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5984 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5985
5986 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5987 fontification of declarators which follow a "}".
5988 (c-font-lock-declarations): Fontify declarators according to the
5989 presence/absence of "typedef".
5990
5991 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5992 for "typedef".
5993 (c-typedef-decl-key): New lang variable built from
5994 c-typedef-decl-kwds.
5995
cf321e50
LMI
59962010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5997
77aec221
LMI
5998 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5999 since that's too annoying. Move the filter groups commands to
6000 TAB/backtab.
6001
7450df5d
LMI
6002 * epa.el (epa-passphrase-callback-function): Say what we're
6003 querying the password for.
6004
cf321e50 6005 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 6006 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 6007
587faadd
CY
60082010-10-08 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * cus-edit.el (custom-commands, custom-buffer-create-internal)
6011 (custom-magic-value-create): Pad button tags with spaces.
6012 (custom-face-edit): New variable.
6013 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
6014 face editor here, instead of using custom-face-selected.
6015 Pass face defaults to custom-face-edit widget.
587faadd
CY
6016 (custom-face-selected, custom-display-unselected): Delete widgets.
6017 (custom-display-unselected-match): Function removed.
43f964fc
SM
6018 (custom-face-set, custom-face-mark-to-save):
6019 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
6020
6021 * wid-edit.el (widget--completing-widget): New var.
6022 (widget-default-complete): Bind it when doing completion.
6023 (widget-string-complete, widget-file-complete): Use it.
6024
a1ab97d0
GM
60252010-10-09 Glenn Morris <rgm@gnu.org>
6026
85d50db7
GM
6027 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6028 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6029 (holiday-hebrew-misc): Small simplifications.
6030
3fb78d1f
GM
6031 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6032
a1ab97d0
GM
6033 * net/browse-url.el: Don't require thingatpt, term, dired,
6034 executable, or w3-auto when compiling.
6035 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6036 Declare.
6037 (browse-url-text-emacs): Require term.
6038
2187e5bb
AS
60392010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6040
6041 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6042
e5d49589
GM
60432010-10-08 Glenn Morris <rgm@gnu.org>
6044
5823f53f
GM
6045 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6046
e5d49589
GM
6047 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6048 (shadows-compare-text-p): Make it an obsolete alias for...
6049 (load-path-shadows-compare-text): ... new name.
6050 (find-emacs-lisp-shadows): Update for above name change.
6051 (load-path-shadows-same-file-or-nonexistent): New name for the old
6052 shadow-same-file-or-nonexistent.
6053
4628bef1 60542010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6055
6056 * minibuffer.el (completion--some, completion--do-completion)
6057 (minibuffer-complete-and-exit, minibuffer-completion-help)
6058 (completion-basic-try-completion)
6059 (completion-basic-all-completions)
6060 (completion-pcm--find-all-completions): Use lexical-let to
6061 avoid some false matches in variable completion (Bug#7056)
6062
4628bef1 60632010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6064
6065 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6066
4628bef1 60672010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6068
6069 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6070 return non-nil if the file exists (Bug#7090).
6071
4628bef1 60722010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6073
6074 * minibuffer.el (completion--replace):
6075 Better preserve markers (bug#7138).
6076
4628bef1 60772010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6078
6079 * server.el (server-process-filter): Doc fix.
6080
4628bef1 60812010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6082
6083 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6084
e4adf61e
GM
60852010-10-08 Glenn Morris <rgm@gnu.org>
6086
24ac444f
GM
6087 * vc/ediff-wind.el (ediff-setup-control-frame):
6088 * vc/ediff-ptch.el (ediff-default-backup-extension):
6089 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6090 (ediff-exec-process): Remove system-types emx, windows-95.
6091
e4adf61e
GM
6092 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6093
61328d7c
CY
60942010-10-07 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * cus-edit.el (custom-variable, custom-face): Doc fix.
6097 (custom-face-edit): Add value-create attribute.
6098 (custom-face-edit-value-create)
43f964fc
SM
6099 (custom-face-edit-value-visibility-action): New functions.
6100 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6101 (custom-face-edit-deactivate): Show empty values with shadow face.
6102 (custom-face-selected): Only use this for face specs with default
6103 attributes.
6104 (custom-face-value-create): Cleanup.
6105
6106 * wid-edit.el (widget-checklist-value-create): Use dolist.
6107 (widget-checklist-match-find): Make second arg optional.
6108
ac44263a
GM
61092010-10-07 Glenn Morris <rgm@gnu.org>
6110
849b02b4
GM
6111 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6112 Prefix things.
6113
ac44263a
GM
6114 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6115 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6116 load-path-shadows-mode, update references.
06d9ef85
GM
6117 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6118 Rename variable and button.
6119 (list-load-path-shadows): Update button caller.
ac44263a 6120
29c72a6e
SM
61212010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6124 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6125 (smie-merge-prec2s): Handle those new entries.
6126 (smie-prec2-levels): Only set precedence to nil for actual
6127 openers/closers.
6128 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6129 that is now unnecessary.
6130
775f75bc 61312010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6132
6133 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6134
7e1e2a6e
GM
61352010-10-07 Glenn Morris <rgm@gnu.org>
6136
58d1ac6d
GM
6137 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6138 (mail-position-on-field): Remove declarations.
6139 (mail-position-on-field): Autoload it.
6140 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6141 and mail-header-end. Don't require sendmail.
6142
7b9235ad
GM
6143 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6144 (shadow-mode): New mode.
6145 (shadow-find-file): New button.
6146 (list-load-path-shadows): Use shadow-mode and buttons.
6147
52da2182
GM
6148 * iimage.el (iimage-version): Remove.
6149 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6150 Turn into defcustoms.
6151 (iimage-mode-map): Give it a doc string.
6152
7e1e2a6e
GM
6153 * calendar/appt.el (appt-activate): Give a warning rather than an error
6154 if there is no diary-file.
6155
e44eccd7
MA
61562010-10-06 Michael Albinus <michael.albinus@gmx.de>
6157
29c72a6e
SM
6158 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6159 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6160
4583e796
GM
61612010-10-06 Glenn Morris <rgm@gnu.org>
6162
6aecca99
GM
6163 * font-core.el (font-lock-defaults-alist): Remove variable.
6164 (font-lock-mode): Doc fix.
6165 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6166 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6167 (font-lock-set-defaults): Doc fix.
6168 Do not consult font-lock-defaults-alist.
6169
645a6257
GM
6170 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6171
4583e796
GM
6172 * emacs-lisp/cl.el: No longer provide cl-19.
6173
bd8fadca
MA
61742010-10-05 Michael Albinus <michael.albinus@gmx.de>
6175
6176 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6177 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6178 New defuns, taken from tramp-smb.el.
6179 (tramp-coding-system-change-eol-conversion)
43f964fc 6180 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6181
43f964fc 6182 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6183 (tramp-compat-coding-system-change-eol-conversion)
6184 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6185 from tramp.el.
6186
6187 * net/tramp-gvfs.el:
6188 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6189 by `tramp-compat-set-process-query-on-exit-flag'.
6190
43f964fc
SM
6191 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6192 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6193 `tramp-handle-file-exists-p' and
6194 `tramp-handle-file-newer-than-file-p'.
6195 (tramp-imap-handle-file-exists-p)
6196 (tramp-imap-handle-file-executable-p)
6197 (tramp-imap-handle-file-readable-p)
6198 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6199 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6200
6201 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6202 by `tramp-compat-set-process-query-on-exit-flag' and
6203 `tramp-coding-system-change-eol-conversion' by
6204 `tramp-compat-coding-system-change-eol-conversion'.
6205
43f964fc
SM
6206 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6207 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6208 `tramp-handle-file-exists-p' and
6209 `tramp-handle-file-newer-than-file-p'.
6210 (tramp-smb-handle-directory-files-and-attributes)
6211 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6212 (tramp-smb-handle-file-newer-than-file-p): Remove.
6213 (tramp-smb-maybe-open-connection):
6214 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6215 `tramp-compat-set-process-query-on-exit-flag'.
6216
726c5357
GM
62172010-10-05 Glenn Morris <rgm@gnu.org>
6218
6219 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6220
4a93e698
MA
62212010-10-04 Michael Albinus <michael.albinus@gmx.de>
6222
6223 Continue reorganization of load dependencies. (Bug#7156)
6224
6225 * net/tramp.el (tramp-handle-file-local-copy-hook)
6226 (tramp-delete-temp-file-function): Move down.
6227 (tramp-exists-file-name-handler): Move up.
6228 (tramp-register-file-name-handlers): Simplify autoload.
6229 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6230 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6231 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6232 (tramp-handle-file-name-completion)
6233 (tramp-handle-file-name-directory)
6234 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6235 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6236 (tramp-handle-find-backup-file-name)
6237 (tramp-handle-insert-file-contents, tramp-handle-load)
6238 (tramp-handle-substitute-in-file-name)
6239 (tramp-handle-unhandled-file-name-directory)
6240 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6241 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6242
6243 * net/tramp-gvfs.el (top):
6244 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6245
6246 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6247 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6248
b4593555
GM
62492010-10-04 Glenn Morris <rgm@gnu.org>
6250
6251 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6252 (appt-activate): Give status messages.
6253
8762aa10
TZ
62542010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6255
6256 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6257 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6258 `gnutls-negotiate' (formerly `starttls-negotiate').
6259 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6260
82fb8701
DN
62612010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6262
6263 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6264 log-outgoing commands.
6265 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6266 to create a buffer local revert-buffer-function variable.
6267 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6268 revert-buffer-function lambda.
6269
c1ae068b
LMI
62702010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6271
6272 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6273 `gnutls-boot'. Make TYPE the only required parameter.
6274 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6275 (open-ssl-stream): Use it.
6276
67141a37
GM
62772010-10-03 Glenn Morris <rgm@gnu.org>
6278
77f38949
GM
6279 * subr.el (directory-sep-char): Remove obsolete variable.
6280 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6281 it is "necessary".
6282
67141a37
GM
6283 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6284 * vc/vc.el (vc-static-header-alist): Doc fix.
6285 * vc/vc-cvs.el (vc-cvs-header):
6286 * vc/vc-rcs.el (vc-rcs-header):
6287 * vc/vc-sccs.el (vc-sccs-header):
6288 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6289 * obsolete/vc-mcvs.el (vc-mcvs-header):
6290 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6291 on XEmacs.
6292
96bcef2e
CY
62932010-10-03 Chong Yidong <cyd@stupidchicken.com>
6294
43f964fc
SM
6295 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6296 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6297
ef47f179
GM
62982010-10-03 Glenn Morris <rgm@gnu.org>
6299
01c35094 6300 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6301
aee3c6f7
GM
6302 * textmodes/rst.el (rst-font-lock-keywords-function):
6303 Drop Emacs 20 code.
6304
f88cd114
GM
6305 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6306
6abfe35f
GM
6307 * printing.el: Drop Emacs 20 code.
6308
59e31cfa
GM
6309 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6310 without having used appt.el already).
6311
922ad43e
GM
6312 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6313 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6314 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6315 XEmacs.
6316 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6317 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6318
ef47f179
GM
6319 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6320 (charset-width, find-charset-region, chars-in-region, forward-point)
6321 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6322 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6323 Remove compatibility cruft (none of these are used by ps*.el).
6324
ac6ca7ba
KR
63252010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6326
6327 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6328
2a847524
CY
63292010-10-03 Chong Yidong <cyd@stupidchicken.com>
6330
43f964fc
SM
6331 * server.el (server-process-filter, server-return-error):
6332 Give emacsclient time to shut down after receiving an error string.
2a847524 6333
4bc3c53d
MA
63342010-10-02 Michael Albinus <michael.albinus@gmx.de>
6335
6336 * files.el (remote-file-name-inhibit-cache): New defcustom.
6337
43f964fc
SM
6338 * time.el (display-time-file-nonempty-p):
6339 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6340
43f964fc
SM
6341 * net/tramp.el (tramp-completion-reread-directory-timeout):
6342 Fix docstring.
4bc3c53d
MA
6343
6344 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6345 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6346 `remote-file-name-inhibit-cache'. Check also for an integer
6347 value. Add/increase counter when `tramp-verbose' >= 10.
6348 (tramp-set-file-property): Add/increase counter when
6349 `tramp-verbose' >= 10.
6350
6351 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6352 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6353 (tramp-bug): Set tramp-autoload cookie. Report all interned
6354 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6355 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6356 characters only in strings.
6357
6358 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6359 to backward compatibility.
6360
6361 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6362 (tramp-handle-file-name-all-completions)
43f964fc
SM
6363 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6364 (tramp-open-connection-setup-interactive-shell):
6365 Call `tramp-cleanup-connection' directly.
4bc3c53d 6366
9c524fcb
GM
63672010-10-02 Glenn Morris <rgm@gnu.org>
6368
3226d6ca
GM
6369 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6370
6371 * subr.el (char-bytes): Remove obsolete function.
6372
6373 * isearch.el (isearch-return-char): Remove obsolete function.
6374
6375 * mouse.el: No longer provide mldrag.
6376 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6377 Remove obsolete aliases.
6378
6379 * comint.el (comint-kill-output): Remove obsolete alias.
6380
6381 * composite.el (decompose-composite-char): Remove obsolete function.
6382 * ps-def.el (decompose-composite-char): Remove unused function.
6383
6384 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6385
6386 * outline.el (outline-visible): Remove obsolete function.
6387
6388 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6389 * faces.el (internal-find-face, internal-get-face)
6390 (frame-update-faces, frame-update-face-colors)
6391 (x-frob-font-weight, x-frob-font-slant)
6392 (internal-frob-font-weight, internal-frob-font-slant)
6393 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6394 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6395 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6396 since Emacs 21.1.
6397 * emulation/viper-util.el (viper-get-face):
6398 * obsolete/lucid.el (find-face, get-face): Use facep.
6399 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6400 Remove unused functions.
6401 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6402
9c524fcb
GM
6403 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6404 delete tempfile if interrupted during compilation.
6405
aecb42aa
LMI
64062010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6407
6408 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6409 gnutls-cli.
6410 (tls-program): Add --insecure to be consistent with the defaults from
6411 openssl s_client. Now all three commands are insecure.
6412
73077a9a
EZ
64132010-10-01 Eli Zaretskii <eliz@gnu.org>
6414
6415 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6416 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6417 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6418
1ef075bb
GM
64192010-10-01 Glenn Morris <rgm@gnu.org>
6420
1fcaf927
GM
6421 * obsolete/sc.el: Remove file.
6422
1ef075bb
GM
6423 * files.el (temporary-file-directory): On darwin, also try
6424 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6425
a16f5f64
JB
64262010-10-01 Juanma Barranquero <lekktu@gmail.com>
6427
6428 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6429 Let's not break compatibility gratuitously, shall we?
6430
6b958814
G
64312010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6432
47e08896 6433 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6434 (tls-find-starttls-argument): Use it.
6435 (open-tls-stream): Ditto.
6436
47e08896 6437 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6438 entry.
6439 (netrc-machine): Ditto.
6440
cad90f3b
EZ
64412010-09-30 Eli Zaretskii <eliz@gnu.org>
6442
6443 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6444
968ef9b4
JB
64452010-09-30 Juanma Barranquero <lekktu@gmail.com>
6446
6447 * server.el (server-start): Don't write pid to the authentication file.
6448 (server-create-tty-frame): Don't send pid.
6449 (server-process-filter): Send pid at the start of every connection.
6450
3536dea8
GM
64512010-09-30 Glenn Morris <rgm@gnu.org>
6452
8e378d88
GM
6453 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6454 (show-all-diary-entries): Remove obsolete function aliases.
6455
3536dea8
GM
6456 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6457 Remove options, obsolete since 22.1.
6a7662bb
BR
6458 (appt-display-format, appt-display-message):
6459 Remove backwards-compatibility code.
3536dea8
GM
6460 (appt-check): No longer check appt-issue-message.
6461 (appt-make-list): No longer autoload it. Doc fix. No longer
6462 activate the package.
6463
df7fcaff
LMI
64642010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6465
6466 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6467 (starttls-negotiate): Just call boot, and let the handshake be
6468 triggered from the read loop.
df7fcaff 6469
c2828614
GM
64702010-09-29 Glenn Morris <rgm@gnu.org>
6471
17a46341
GM
6472 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6473 not displaying the diary.
6474 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6475 * calendar/appt.el (appt-check): No longer need to kill diary.
6476
7161e329
GM
6477 * calendar/diary-lib.el (diary-list-entries): Move the
6478 "Preparing..." message entirely here.
6479 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6480 messages to diary-list-entries.
6481 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6482 diary-display-function.
6483
d0de6cba
GM
6484 * calendar/diary-lib.el (diary-include-other-diary-files):
6485 Trap some recursive includes.
6486
c2828614
GM
6487 * calendar/appt.el (appt-activate): Check diary file.
6488
0c43b6f8
KY
64892010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6490
6491 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6492 construction.
6493
6494 * calendar/time-date.el: No need to require cl for Emacs 21.
6495
97ce2730
GM
64962010-09-28 Glenn Morris <rgm@gnu.org>
6497
6498 * calendar/appt.el (appt-check): Minor simplification.
6499
e0a185ae
KY
65002010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6501
6502 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6503 citation prefix.
6504
c19f76a1
AS
65052010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6506
95b6d681
JB
6507 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6508 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6509
fd057fd2
KH
65102010-09-27 Kenichi Handa <handa@m17n.org>
6511
6512 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6513 "ustar" format.
6514
368b3544
KH
65152010-09-27 Kenichi Handa <handa@m17n.org>
6516
6517 * international/mule.el (define-coding-system): Docstring fixed.
6518
6519 * international/mule-diag.el (describe-character-set): Use princ
6520 with proper print-length and print-level instead of insert.
6521
95b6d681 65222010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6523
6524 * window.el (walk-windows): Doc fix (bug#7105).
6525
99368725
SM
65262010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * emacs-lisp/float-sup.el (e): Remove.
6529
8ed70bf3
LMI
65302010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6531
6532 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6533 variable.
6534 (starttls-negotiate): Use it.
6535
d2e9d0bb
LMI
65362010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6537
6538 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6539 back.
6540
15413fb4
SM
65412010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6544
1821a7b4
LMI
65452010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6546
6303aba1
LMI
6547 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6548
1821a7b4
LMI
6549 * net/netrc.el (netrc-store-data): New function.
6550
8af55556
TZ
65512010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6552
6553 * net/gnutls.el: GnuTLS glue code to set up a connection.
6554
42343747
JD
65552010-09-25 Julien Danjou <julien@danjou.info>
6556
6557 * notifications.el: Call dbus-register-signal only if it is bound.
6558
ec60da52
GM
65592010-09-25 Glenn Morris <rgm@gnu.org>
6560
6561 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6562 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6563 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6564 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6565 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6566 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6567 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6568 * eshell/esh-util.el, eshell/esh-var.el:
6569 Remove leading `*' from docs of faces and defcustoms.
6570
4c964351
UM
65712010-09-25 Ulrich Mueller <ulm@gentoo.org>
6572
6573 * eshell/em-ls.el (eshell-ls-archive-regexp):
6574 * eshell/esh-util.el (eshell-tar-regexp):
6575 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6576 * info.el (Info-suffix-list):
6577 * international/mule.el (auto-coding-alist):
6578 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6579 * progmodes/etags.el (tags-compression-info-list):
6580 Support xz compression.
6581
41f54b73
CY
65822010-09-25 Chong Yidong <cyd@stupidchicken.com>
6583
6584 * files.el (get-free-disk-space): Don't assume the "df" output
6585 columns line up (Bug#6995).
6586
40b1a3a9
JB
65872010-09-25 Juanma Barranquero <lekktu@gmail.com>
6588
6589 * finder.el (finder-unknown-keywords):
6590 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6591 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6592
ba3033ee
JB
65932010-09-25 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * server.el (server-start): Revert part of 2010-08-08 change. Using
6596 address 127.0.0.1 for local host is now done in Fmake_network_process.
6597
5e339ee2
GM
65982010-09-24 Glenn Morris <rgm@gnu.org>
6599
6600 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6601 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6602 * textmodes/css-mode.el, textmodes/dns-mode.el:
6603 Move autoloaded auto-mode-alist entries to files.el.
6604 * files.el (auto-mode-alist): Move entries here.
6605
af3ccb5c
GM
66062010-09-23 Glenn Morris <rgm@gnu.org>
6607
6608 * isearch.el (isearch-lazy-highlight-cleanup)
6609 (isearch-lazy-highlight-initial-delay)
6610 (isearch-lazy-highlight-interval)
6611 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6612 * net/net-utils.el (ipconfig-program-options):
6613 Move aliases to options before the associated definitions.
6614
266a86bd 66152010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6616
6617 * newcomment.el (comment-normalize-vars): Better test validity of
6618 comment-end-skip.
6619
27ffea71 66202010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6621
6622 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6623 (float-e): New name for `e'.
6624 (degrees-to-radians, radians-to-degrees):
6625 * calendar/solar.el (solar-longitude):
6626 * calculator.el (calculator-registers, calculator-funcall):
6627 * textmodes/artist.el (artist-spray-random-points):
6628 * play/bubbles.el (bubbles--initialize-images): Use new names.
6629
27ffea71 66302010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6631
6632 Update to CEDET 1.0's version of EIEIO.
6633
9e0d4f9e
SM
6634 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6635 New function.
a2930e43
EL
6636 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6637 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6638 (class-precedence-list): If class is nil, return nil.
6639 (eieio-generic-call): If class of first input arg is nil, don't
6640 look up static methods, and do check for primary methods.
6641 (initialize-instance): See if the default needs to be evaluated
6642 during the constructor.
6643 (eieio-perform-slot-validation-for-default): Don't do the check
6644 for values that will eventually be evaluated.
6645 (eieio-eval-default-p): New function.
6646 (eieio-default-eval-maybe): Use it.
6647
27ffea71 66482010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6649
6650 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6651 method-invocation-order.
6652 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6653 (eieio-class-precedence-dfs): Compute class precedence list using
6654 dfs algorithm.
6655 (eieio-class-precedence-bfs): Compute class precedence list using
6656 bfs algorithm.
9e0d4f9e 6657 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6658 c3 algorithm.
6659 (class-precedence-list): New function.
6660 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6661 (inconsistent-class-hierarchy): New error symbol.
6662 (call-next-method): Stow the replacement argument list for future
6663 call-next-method invocations.
6664
266a86bd 66652010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6666
ea7f9ebf
GM
6667 * calendar/appt.el (appt-check): If not displaying the diary,
6668 use (diary 1) to only get the entries we need.
6669 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6670 that it is in day order. (Bug#7019)
6671
1bf6d075
GM
6672 * calendar/appt.el (appt-check): Rather than showing the diary,
6673 just turn off invisible display, and only if needed.
6674
87e798a7
GM
6675 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6676
1fc7dabf
GM
66772010-09-23 Glenn Morris <rgm@gnu.org>
6678
7a16788b
GM
6679 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6680 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6681 Start warnings with lower-case, like the majority.
7a16788b 6682
19543b17
GM
6683 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6684
54238e6d
GM
6685 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6686
ce009d0b
GM
6687 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6688 * files.el (auto-mode-alist): Move ld-script entries here, further down
6689 the list.
6690
7b344dfe
GM
6691 * vc/add-log.el: Don't require timezone when compiling.
6692 (timezone-make-date-sortable): Autoload it.
6693 (change-log-sortable-date-at): Don't require timezone.
6694 Use `ignore-errors'.
6695
d9703498
GM
6696 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6697 Move alias before definition, so it does not need autoloading.
6698
1fc7dabf
GM
6699 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6700 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6701 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6702 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6703 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6704 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6705 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6706 * textmodes/tex-mode.el, textmodes/two-column.el:
6707 Remove leading `*' from docs of defcustoms etc.
6708
7676efad
TZ
67092010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6710
6711 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6712
b069e5a6
G
67132010-09-22 Dan Christensen <jdc@uwo.ca>
6714
6715 * calendar/time-date.el (date-to-time): Try using parse-time-string
6716 first before using the slower timezone-make-date-arpa-standard.
6717
1bf68d53
KY
67182010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6719
6720 * calendar/time-date.el (format-seconds): Comment fix.
6721
cd205c76
GM
67222010-09-22 Glenn Morris <rgm@gnu.org>
6723
6724 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6725 is not automatically buffer-local.
6726
4ddea91b
SM
67272010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6730 (smie-indent-comment): Be more careful with comment-start-skip.
6731 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6732 (smie-indent-functions): Use them.
6733
b0f037ed
MA
67342010-09-21 Michael Albinus <michael.albinus@gmx.de>
6735
6736 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6737
8cf1771a
JD
67382010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6739
36a1b6db
JD
6740 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6741 tool-bar-position. Don't modify frame parameters here.
180fb94a 6742 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6743
8cf1771a
JD
6744 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6745
0097720d
SM
67462010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6747
5d8e0d5d
SM
6748 * textmodes/reftex-parse.el (reftex-what-macro)
6749 (reftex-context-substring): Let-bind forward-sexp-function to nil
6750 since we don't need/want to treat \begin...\end as a block (bug#7053).
6751
984edd22
SM
6752 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6753
6754 * simple.el (blink-matching-open): Use syntax-class.
6755
3672149f
SM
6756 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6757 Set invisibility spec for pascal's outline mode.
6758 (pascal-outline-change): Clean up calling convention.
6759 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6760
549d0e1e
SM
6761 * progmodes/prolog.el (prolog-smie-forward-token)
6762 (prolog-smie-backward-token): New functions.
6763 (prolog-mode-variables): Use them to parse "!," correctly.
6764 Set up smie-blink-matching for ".".
6765
a9cb95dd
SM
6766 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6767 and `end'.
6768 (ispell-region, ispell-process-line): Update users.
6769
de558d10
SM
6770 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6771 point-min==1.
6772
94eb3112
SM
6773 * textmodes/ispell.el: Fix commenting convention.
6774 (ispell-parse-output): Simplify, use push.
6775 (ispell-region): Use match-string-no-properties.
6776 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6777 (ispell-minor-mode): Use define-minor-mode.
6778 (ispell-message): Remove unused var `skip-regexp'.
6779 (ispell-add-per-file-word-list): Use dynamic let-binding.
6780 Try and use the proper comment marker.
6781
1f7f45a5
SM
6782 * mail/sendmail.el: Fix commenting convention.
6783 (sendmail-send-it): Use line-beginning-position.
6784
0097720d
SM
6785 * help-fns.el (describe-variable): Add original value, if applicable.
6786
596880ea
JB
67872010-09-20 Juanma Barranquero <lekktu@gmail.com>
6788
f0713411
JB
6789 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6790
596880ea
JB
6791 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6792
37c0347e
SM
67932010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6794
2bc01104
SM
6795 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6796 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6797 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6798 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6799 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6800 something like "." can also be a closer.
6801 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6802 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6803 Rename internal functions to use "--". Update callers.
6804
e2c3f530
SM
6805 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6806
37c0347e
SM
6807 * fringe.el (fringe-styles): New var.
6808 (fringe-mode, fringe-query-style): Use it.
6809
74790210
MM
68102010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6811
6812 * progmodes/sql.el: Version 2.8
93acd23d 6813 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6814 (sql-product-alist): Add :list-all and :list-table features for
6815 SQLite, Postgres and MySQL products.
6816 (sql-redirect): Handle default value.
6817 (sql-execute, sql-execute-feature): New functions.
6818 (sql-read-table-name): New function.
93acd23d 6819 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6820 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6821 for above functions.
6822 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6823 for above functions.
6824 (sql-postgres-login-params): Add user and database defaults.
6825 (sql-buffer-live-p): Bug fix.
93acd23d 6826 (sql-product-history): New variable.
35f52ed6 6827 (sql-read-product): New function. Use it.
74790210
MM
6828 (sql-set-product, sql-product-interactive): Use it.
6829 (sql-connection-history): New variable.
93acd23d 6830 (sql-read-connection): New function. Use it.
74790210
MM
6831 (sql-connect): New function.
6832 (sql-for-each-login): Redesign function interface.
6833 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6834 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6835 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6836 (sql-comint-postgres): Add port parameter.
6837
cec01cd2
SM
68382010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * emacs-lisp/warnings.el: Fix commenting convention.
6841 (display-warning): Use special mode and make the buffer read-only.
6842
c2a845b5
JB
68432010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6844
6845 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6846 empty string when it follows a repeated or optional pattern.
6847
f5632fb6
SM
68482010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6851 (indent-region): Use indent-according-to-mode.
6852
71b961e8
EZ
68532010-09-18 Eli Zaretskii <eliz@gnu.org>
6854
6855 * fringe.el (fringe-mode): Doc fix.
6856
dbbd7ad4
KRC
68572010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6858
6859 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6860 refreshing the preview buffer.
6861
b879a6e2
SM
68622010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6865 (latex-syntax-propertize-rules): New consts; replace
6866 tex-font-lock-syntactic-keywords.
6867 (tex-env-mark, latex-env-before-change): New functions.
6868 (latex-electric-env-pair-mode): New minor mode.
6869 (tex-font-lock-verb): Change arguments; do move point.
6870 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6871 representation as a form of comment.
6872 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6873 (doctex-syntax-propertize-rules): New const; replaces
6874 doctex-font-lock-syntactic-keywords.
6875 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6876
6877 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6878 (fortran-make-syntax-propertize-function): New function; replaces
6879 fortran-font-lock-syntactic-keywords.
6880 (fortran-mode): Use it.
6881 (fortran-line-length): Use it. Improve interactive spec.
6882
6883 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6884 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6885 when adding surrounding \(..\).
6886
6887 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6888
4be520fb
SM
68892010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6890
269c197e
SM
6891 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6892 Use with-current-buffer.
6893
4be520fb
SM
6894 * isearch.el (isearch-face): Rename from `isearch'.
6895 (isearch-highlight): Use new name.
6896
a67597d6
EZ
68972010-09-17 Eli Zaretskii <eliz@gnu.org>
6898
6899 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6900 5, for `half' width fringes. (Bug#6933)
6901
31c381e8
SM
69022010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6903
3fe6ef4e
SM
6904 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6905 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6906
31c381e8
SM
6907 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6908
fb0cf781
J
69092010-09-17 Stephen Berman <stephen.berman@gmx.net>
6910
6911 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6912 in calculating new frame position. Add more space between new and
6913 parent on the left (Bug#7048).
6914
1a9dc3b5
MA
69152010-09-17 Michael Albinus <michael.albinus@gmx.de>
6916
6917 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6918 defmacro.
6919
dff0fdc3
CY
69202010-09-16 Chong Yidong <cyd@stupidchicken.com>
6921
31c381e8 6922 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6923
117c96c7
CY
6924 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6925 obsolete alias for x-selection-value.
6926
dff0fdc3
CY
6927 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6928
c6f2191f
MA
69292010-09-16 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6932 cookie.
6933
6139f995
MA
69342010-09-15 Michael Albinus <michael.albinus@gmx.de>
6935
6936 * net/tramp-compat.el (tramp-compat-with-temp-message)
6937 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6938 (tramp-compat-process-put): New defuns.
6939
6940 * net/tramp.el (top):
6941 * net/tramp-gvfs.el (top):
6942 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6943
31c381e8
SM
6944 * net/tramp.el (tramp-progress-reporter-update):
6945 Use `tramp-compat-funcall'.
6139f995
MA
6946
6947 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6948 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6949 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6950 (tramp-get-remote-stat, tramp-get-remote-readlink):
6951 Use `tramp-compat-with-temp-message'.
6139f995
MA
6952
6953 * net/tramp-sh.el (top): Require 'cl.
6954 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6955 (tramp-open-connection-setup-interactive-shell):
6956 Use `tramp-compat-process-put'.
6139f995 6957
22c3ce97
AM
69582010-09-15 Alan Mackenzie <acm@muc.de>
6959
6960 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6961 indentation.
a4ee83cc 6962 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6963
4f1e9960
SM
69642010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6967 `lexical' for warnings related to lexical scoping.
6968 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6969 global vars which don't have a prefix and could hence affect lexical
6970 scoping in unrelated files.
6971
01e80360
LMI
69722010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6973
6974 * net/imap.el: Revert back to version
6975 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6976 seem problematic.
6977
5e2a84e3
JB
69782010-09-14 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * obsolete/old-whitespace.el (whitespace-unload-function):
6981 Explicitly pass `obarray' to `unintern' to avoid a warning.
6982
f3a30a50
SM
69832010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6986 Add `when' argument. Update callers.
6987
6988 * subr.el (unintern): Declare the obarray arg mandatory.
6989
92b99a01
GM
69902010-09-14 Glenn Morris <rgm@gnu.org>
6991
67ae9766
GM
6992 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6993 Doc fixes.
6994
92b99a01
GM
6995 * calendar/diary-lib.el (diary-included-files): New variable.
6996 (diary-list-entries): Maybe initialize diary-included-files.
6997 (diary-include-other-diary-files): Append to diary-included-files.
6998 * calendar/appt.el (appt-update-list): Also check the members of
6999 diary-included-files. (Bug#6999)
08151ec5 7000 (appt-check): Doc fix.
92b99a01 7001
6664fc59 70022010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
7003
7004 * simple.el (line-move-visual): Do not truncate goal column to
7005 integer size. (Bug#7020)
7006
6664fc59 70072010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
7008
7009 * repeat.el (repeat): Allow repeating when the last event is a click.
7010 Suggested by Drew Adams (bug#6256).
7011
6664fc59 70122010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 7013
01c35094 7014 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
7015 Replace setting HGRCPATH to "" by some less invasive --config options.
7016
6664fc59 70172010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
7018
7019 * font-lock.el (font-lock-beginning-of-syntax-function):
7020 Mark as obsolete.
7021
6664fc59 70222010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
7023
7024 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
7025 and tool-bar modes. (Bug#6211)
7026 (menu-bar-mode): Move setting of standard-value after the
7027 minor-mode definition, otherwise it seems to have no effect.
7028
6664fc59 70292010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7030
7031 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7032 Fix typo. (Bug#6976)
7033
6664fc59 70342010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7035
7036 * whitespace.el: Allow cleaning up blanks without blank
7037 visualization (Bug#6651). Adjust help window for
7038 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7039 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7040 (whitespace-style): Add new value 'face. Adjust docstring.
7041 (whitespace-space, whitespace-hspace, whitespace-tab):
7042 Adjust foreground property face.
9c405a86
CY
7043 (whitespace-line-column): Adjust docstring and type declaration.
7044 (whitespace-style-value-list, whitespace-toggle-option-alist)
7045 (whitespace-help-text): Adjust const initialization.
7046 (whitespace-toggle-options, global-whitespace-toggle-options):
7047 Adjust docstring.
7048 (whitespace-display-window, whitespace-interactive-char)
7049 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7050 (whitespace-help-scroll): New fun.
7051
ba96ddf5
KY
70522010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7053
7054 * calendar/time-date.el (format-seconds): Comment fix.
7055
a386ac70
MM
70562010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7057
7058 * progmodes/sql.el: Version 2.7.
7059 (sql-buffer-live-p): Improve detection.
7060 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7061 (sql-set-sqli-buffer): Use it.
7062 (sql-product-interactive): Run `sql-set-sqli-hook'.
7063 (sql-rename-buffer): Code cleanup.
7064 (sql-redirect, sql-redirect-value): New functions. More to come.
7065
5d921df2
JB
70662010-09-13 Juanma Barranquero <lekktu@gmail.com>
7067
7068 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.
7069 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7070 (TRAMP_SRC): New macro.
7071 ($(lisp)/net/tramp-loaddefs.el): New target.
7072
03c1ad43
MA
70732010-09-13 Michael Albinus <michael.albinus@gmx.de>
7074
7075 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7076
7077 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7078
7079 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7080 'tramp-compat, everything else is required there.
7081 Use `ignore-errors' where appropriate.
03c1ad43
MA
7082 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7083 (tramp-terminal-type, tramp-end-of-output)
7084 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7085 (tramp-completion-function-alist-ssh)
7086 (tramp-completion-function-alist-telnet)
7087 (tramp-completion-function-alist-su)
7088 (tramp-completion-function-alist-putty, tramp-remote-path)
7089 (tramp-remote-process-environment, tramp-sh-extra-args)
7090 (tramp-actions-before-shell, tramp-uudecode)
7091 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7092 (tramp-perl-file-attributes)
7093 (tramp-perl-directory-files-and-attributes)
7094 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7095 (tramp-perl-encode, tramp-perl-decode)
7096 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7097 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7098 (tramp-handle-make-symbolic-link, tramp-handle-load)
7099 (tramp-handle-file-name-as-directory)
7100 (tramp-handle-file-name-directory)
7101 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7102 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7103 (tramp-do-file-attributes-with-ls)
7104 (tramp-do-file-attributes-with-perl)
7105 (tramp-do-file-attributes-with-stat)
7106 (tramp-handle-set-visited-file-modtime)
7107 (tramp-handle-verify-visited-file-modtime)
7108 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7109 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7110 (tramp-handle-file-selinux-context)
7111 (tramp-handle-set-file-selinux-context)
7112 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7113 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7114 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7115 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7116 (tramp-handle-file-ownership-preserved-p)
7117 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7118 (tramp-handle-directory-files-and-attributes)
7119 (tramp-do-directory-files-and-attributes-with-perl)
7120 (tramp-do-directory-files-and-attributes-with-stat)
7121 (tramp-handle-file-name-all-completions)
7122 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7123 (tramp-handle-copy-file, tramp-handle-copy-directory)
7124 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7125 (tramp-do-copy-or-rename-file-via-buffer)
7126 (tramp-do-copy-or-rename-file-directly)
7127 (tramp-do-copy-or-rename-file-out-of-band)
7128 (tramp-handle-make-directory, tramp-handle-delete-directory)
7129 (tramp-handle-delete-file)
7130 (tramp-handle-dired-recursive-delete-directory)
7131 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7132 (tramp-handle-insert-directory)
7133 (tramp-handle-unhandled-file-name-directory)
7134 (tramp-handle-expand-file-name)
7135 (tramp-handle-substitute-in-file-name)
7136 (tramp-handle-executable-find, tramp-process-sentinel)
7137 (tramp-handle-start-file-process, tramp-handle-process-file)
7138 (tramp-handle-call-process-region, tramp-handle-shell-command)
7139 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7140 (tramp-handle-insert-file-contents)
7141 (tramp-handle-insert-file-contents-literally)
7142 (tramp-handle-find-backup-file-name)
7143 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7144 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7145 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7146 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7147 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7148 (tramp-find-file-exists-command, tramp-open-shell)
7149 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7150 (tramp-open-connection-setup-interactive-shell)
7151 (tramp-local-coding-commands, tramp-remote-coding-commands)
7152 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7153 (tramp-inline-compress-commands, tramp-find-inline-compress)
7154 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7155 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7156 (tramp-send-command-and-check, tramp-barf-unless-okay)
7157 (tramp-send-command-and-read, tramp-mode-string-to-int)
7158 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7159 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7160 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7161 (tramp-method-out-of-band-p, tramp-local-host-p)
7162 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7163 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7164 (tramp-get-test-command, tramp-get-test-nt-command)
7165 (tramp-get-file-exists-command, tramp-get-remote-ln)
7166 (tramp-get-remote-perl, tramp-get-remote-stat)
7167 (tramp-get-remote-readlink, tramp-get-remote-trash)
7168 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7169 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7170 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7171 tramp-sh.el.
7172 (tramp-methods, tramp-default-method-alist)
7173 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7174 Move initialization to tramp-sh.el.
7175 (tramp-temp-name-prefix): Make it a defconst.
7176 (tramp-dissect-file-name): Don't check anymore for multi-hop
7177 methods.
7178 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7179 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7180 (tramp-get-debug-buffer): Use it.
7181
7182 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7183 initialization forms.
7184 (tramp-set-connection-property): Don't protect `tramp-message'
7185 call, it isn't necessary any longer.
7186 (tramp-dump-connection-properties): Use `ignore-errors'.
7187
7188 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7189 'password-cache and 'auth-source.
7190
7191 * net/tramp-gvfs.el (top):
7192 * net/tramp-smb.el (top): Require 'tramp-sh.
7193
7194 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7195
7196 * net/tramp-sh.el: New file, derived from tramp.el.
7197 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7198 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7199 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7200 Use `ignore-errors' where appropriate.
7201 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7202 `tramp-file-name-handler-alist'.
7203 (tramp-send-command-and-check): Return t or nil. Remove all
7204 `zerop' checks, where called.
7205 (tramp-handle-set-file-modes)
7206 (tramp-do-copy-or-rename-file-directly)
7207 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7208 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7209 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7210 (tramp-get-remote-ln): Set tramp-autoload cookie.
7211
7212 * net/tramp-fish.el: Remove file.
7213
c5fe4acb
DU
72142010-09-13 Daiki Ueno <ueno@unixuser.org>
7215
7216 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7217 buffer-file-name to avoid file-locking. (Bug#7026)
7218
7ea2d383
MA
72192010-09-13 Julien Danjou <julien@danjou.info>
7220
7221 * notifications.el (notifications-notify): Add support for
7222 image-path and sound-name.
7223 (notifications-specification-version): Add this variable.
7224
5616cc54
SM
72252010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7226
31c381e8 7227 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7228
94c7243b
LL
72292010-09-12 Leo <sdl.web@gmail.com>
7230
7231 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7232 (rcirc-completion-start): New variables.
7233 (rcirc-nick-completions): Rename to rcirc-completions.
7234 (rcirc-nick-completion-start-offset): Delete.
7235 (rcirc-completion-at-point): New function for constructing
7236 completion data for both nicks and irc commands. Add to
7237 completion-at-point-functions in rcirc mode.
7238 (rcirc-complete): Rename from rcirc-nick-complete; use
7239 rcirc-completion-at-point.
7240 (defun-rcirc-command): Update rcirc-client-commands.
7241
0f34ae28
GM
72422010-09-11 Glenn Morris <rgm@gnu.org>
7243
7244 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7245 atomically, to avoid parallel build errors. (Bug#4196)
7246
9250002f
MM
72472010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7248
7249 * progmodes/sql.el: Version 2.6
7250 (sql-dialect): Synonym for "sql-product".
7251 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7252 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7253 Set "sql-buffer" to buffer name not buffer object so multiple sql
7254 interactive buffers work properly. Reverts misguided changes in
7255 earlier work.
7256 (sql-comint): Make sure different buffer name is used if "*SQL*"
7257 buffer is for a different product.
7258 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7259 login param.
7260 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7261 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7262 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7263 Accept new buffer name or prompt for one.
7264 (sql-port): Default to zero.
7265 (sql-comint-mysql): Handle "sql-port" as a numeric.
7266 (sql-port-history): Delete unused variable.
7267 (sql-get-login): Default "sql-port" to a number.
31c381e8 7268 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7269 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7270 "sqlite3" executables.
31c381e8 7271 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7272 (sql-buffer-live-p): New function.
7273 (sql-mode-menu, sql-send-string): Use it.
7274 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7275 syntax pattern.
7276 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7277 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7278
a9ec34f4
LMI
72792010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7280
31c381e8 7281 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7282
cf38dd42
SM
72832010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7286 to replace texinfo-font-lock-syntactic-keywords.
7287 (texinfo-mode): Use it.
7288
7289 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7290 Use syntax-propertize-function.
7291
7292 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7293 replace sgml-font-lock-syntactic-keywords.
7294 (sgml-mode): Use it.
7295
7296 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7297 since we don't use it.
7298
7299 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7300
7301 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7302 if available.
7303 (vhdl-fontify-buffer): Adjust.
7304
7305 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7306 replace tcl-font-lock-syntactic-keywords.
7307 (tcl-mode): Use it.
7308
7309 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7310 replace simula-font-lock-syntactic-keywords.
7311 (simula-mode): Use it.
7312
7313 * progmodes/sh-script.el (sh-st-symbol): Remove.
7314 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7315 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7316 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7317 (sh-font-lock-paren): Set syntax-multiline.
7318 (sh-font-lock-syntactic-keywords): Remove.
7319 (sh-syntax-propertize-function): New function to replace it.
7320 (sh-mode): Use it.
7321
7322 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7323 Define while compiling.
7324 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7325 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7326 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7327 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7328 (ruby-here-doc-end-syntax): Only define when
7329 syntax-propertize is not available.
7330 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7331 New functions.
7332 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7333 (electric-indent-chars): Silence bytecompiler.
7334 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7335 electric-indent-chars.
7336
7337 * progmodes/python.el (python-syntax-propertize-function): New var to
7338 replace python-font-lock-syntactic-keywords.
7339 (python-mode): Use it.
7340 (python-quote-syntax): Simplify and adjust to new use.
7341
7342 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7343 replace perl-font-lock-syntactic-keywords.
7344 (perl-syntax-propertize-special-constructs): New fun to replace
7345 perl-font-lock-special-syntactic-constructs.
7346 (perl-font-lock-syntactic-face-function): New fun.
7347 (perl-mode): Use it.
7348
7349 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7350 to replace octave-font-lock-close-quotes.
7351 (octave-syntax-propertize-function): New function to replace
7352 octave-font-lock-syntactic-keywords.
7353 (octave-mode): Use it.
7354
7355 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7356 replaces mixal-font-lock-syntactic-keywords.
7357 (mixal-mode): Use it.
7358
7359 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7360 New var; replaces makefile-font-lock-syntactic-keywords.
7361 (makefile-mode): Use it.
7362 (makefile-imake-mode): Adjust.
7363
7364 * progmodes/js.el (js--regexp-literal): Define while compiling.
7365 (js-syntax-propertize-function): New var; replaces
7366 js-font-lock-syntactic-keywords.
7367 (js-mode): Use it.
7368
7369 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7370 replaces gdb-script-font-lock-syntactic-keywords.
7371 (gdb-script-mode): Use it.
7372
7373 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7374 (fortran--font-lock-syntactic-keywords): New var.
7375 (fortran-line-length): Update syntax-propertize-function and
7376 fortran--font-lock-syntactic-keywords.
7377
7378 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7379
7380 * progmodes/cfengine.el (cfengine-mode):
7381 Use syntax-propertize-function.
7382 (cfengine-font-lock-syntactic-keywords): Remove.
7383
7384 * progmodes/autoconf.el (autoconf-mode):
7385 Use syntax-propertize-function.
7386 (autoconf-font-lock-syntactic-keywords): Remove.
7387
7388 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7389 (ada-after-change-function, ada-initialize-syntax-table-properties)
7390 (ada-handle-syntax-table-properties): Only define when
7391 syntax-propertize is not available.
7392 (ada-mode): Use syntax-propertize-function.
7393
7394 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7395 (font-lock-fontify-syntactic-keywords-region): Move handling of
7396 font-lock-syntactically-fontified to...
7397 (font-lock-default-fontify-region): ...here.
7398 Let syntax-propertize-function take precedence.
7399 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7400
7401 * emacs-lisp/syntax.el (syntax-propertize-function)
7402 (syntax-propertize-chunk-size, syntax-propertize--done)
7403 (syntax-propertize-extend-region-functions): New vars.
7404 (syntax-propertize-wholelines, syntax-propertize-multiline)
7405 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7406 (syntax-propertize): New functions.
7407 (syntax-propertize-rules): New macro.
7408 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7409 (syntax-ppss): Call syntax-propertize.
7410
7411 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7412
36f7d366
AM
74132010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7414
7415 * textmodes/ispell.el (ispell-init-process): Improve comments.
7416 XEmacs compatibility changes regarding (add-hook) 'local option
7417 and (set-process-query-on-exit-flag).
7418
8fca3921
MA
74192010-09-09 Michael Albinus <michael.albinus@gmx.de>
7420
cf38dd42
SM
7421 * net/tramp-cache.el (tramp-parse-connection-properties):
7422 Set tramp-autoload cookie.
8fca3921 7423
399653d6
GM
74242010-09-09 Glenn Morris <rgm@gnu.org>
7425
7426 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7427 (imagemagick-register-types): Doc fix.
7428
c34a9669
SM
74292010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7430
b073dc4b
SM
7431 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7432
7433 * progmodes/js.el (require): Require is already "eval-and-compile".
7434 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7435 (js--re-search-backward): Use js--re-search-forward.
7436
7437 * progmodes/fortran.el (fortran-line-length): Don't recompute
7438 syntactic keywords redundantly a second time.
7439
7440 * progmodes/ada-mode.el: Replace "(set '" with setq.
7441 (ada-mode): Simplify.
7442 (ada-create-case-exception, ada-adjust-case-interactive)
7443 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7444 (ada-search-ignore-string-comment, ada-move-to-start)
7445 (ada-move-to-end): Use with-syntax-table.
7446
7447 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7448 (font-lock-unfontify-region, font-lock-default-fontify-region):
7449 Update usage correspondingly.
7450 (font-lock-fontify-syntactic-keywords-region):
7451 Set parse-sexp-lookup-properties buffer-locally here.
7452 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7453
c34a9669
SM
7454 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7455
13639aab
GM
74562010-09-08 Glenn Morris <rgm@gnu.org>
7457
5a972c36
GM
7458 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7459 Error if not compiled with -DBYTE_CODE_METER.
7460
13639aab
GM
7461 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7462 Ignore dir-locals-file.
7463
331b2b90
SM
74642010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7467 Not a const.
7468 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7469 for the `gnu' messages.
7470 (compilation-set-skip-threshold): New command.
7471 (compilation-start): Use \' rather than $.
7472 (compilation-forget-errors): Use clrhash.
7473
73b4d51a
AM
74742010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7475
7476 * textmodes/ispell.el (ispell-valid-dictionary-list):
7477 Simplify logic.
7478
0f34aa77
MA
74792010-09-08 Michael Albinus <michael.albinus@gmx.de>
7480
7481 Migrate to Tramp 2.2. Rearrange load dependencies.
7482 (Bug#1529, Bug#5448, Bug#5705)
7483
7484 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7485 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7486 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7487
7488 * net/tramp.el (top): Remove all other tramp-* loads except
7489 tramp-compat.el. Remove all changes to tramp-unload-hook for
7490 other tramp-* packages. Rearrange defun order. Change calls of
7491 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7492 `tramp-compat-octal-to-decimal' to new function names.
7493 (tramp-terminal-type, tramp-initial-end-of-output)
7494 (tramp-methods, tramp-foreign-file-name-handler-alist)
7495 (tramp-tramp-file-p, tramp-completion-mode-p)
7496 (tramp-send-command-and-check, tramp-get-remote-path)
7497 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7498 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7499 (with-file-property, with-connection-property): Move to
7500 tramp-cache.el.
7501 (tramp-local-call-process, tramp-decimal-to-octal)
7502 (tramp-octal-to-decimal): Move to tramp-compat.el.
7503 (tramp-handle-shell-command): Do not require 'shell.
7504 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7505 symbols.
7506 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7507
7508 * net/tramp-cache.el (top): Require 'tramp. Add to
7509 `tramp-unload-hook'.
7510 (tramp-cache-data, tramp-get-file-property)
7511 (tramp-set-file-property, tramp-flush-file-property)
7512 (tramp-flush-directory-property, tramp-get-connection-property)
7513 (tramp-set-connection-property, tramp-flush-connection-property)
7514 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7515 cookie.
7516 (with-file-property, with-connection-property): New defuns, moved
7517 from tramp.el.
7518 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7519 macro.
7520
7521 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7522 (tramp-version): Set tramp-autoload cookie.
7523
7524 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7525 changes to tramp-unload-hook for other tramp-* packages. Add to
7526 `tramp-unload-hook'.
7527 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7528 (tramp-compat-call-process): New defuns, moved from tramp.el.
7529
7530 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7531 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7532 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7533 `tramp-compat-decimal-to-octal' to new function name.
7534 (tramp-fish-method): Make it a defconst.
7535 (tramp-fish-file-name-p): Make it a defsubst.
7536 (tramp-fish-method, tramp-fish-file-name-handler)
7537 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7538
7539 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7540 `tramp-foreign-file-name-handler-alist'. Add to
7541 `tramp-unload-hook'.
7542 (tramp-ftp-method): Make it a defconst.
7543 (tramp-ftp-file-name-p): Make it a defsubst.
7544 (tramp-ftp-method, tramp-ftp-file-name-handler)
7545 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7546
7547 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7548 `tramp-foreign-file-name-handler-alist'. Add to
7549 `tramp-unload-hook'. Change checks, whether package can be
7550 loaded.
7551 (tramp-gvfs-file-name-p): Make it a defsubst.
7552 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7553 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7554 (tramp-gvfs-handle-file-directory-p): New defun.
7555 (tramp-gvfs-file-name-handler-alist): Use it.
7556
7557 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7558 `tramp-foreign-file-name-handler-alist'. Add to
7559 `tramp-unload-hook'.
7560 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7561 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7562 defconst.
7563 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7564 (tramp-gw-open-connection): Set tramp-autoload cookie.
7565
7566 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7567 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7568 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7569 loaded.
7570 (tramp-imap-file-name-p): Make it a defsubst.
7571 (tramp-imap-method, tramp-imaps-method)
7572 (tramp-imap-file-name-handler)
7573 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7574
7575 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7576 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7577 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7578 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7579 function name.
7580 (tramp-smb-tunnel-method): Make it a defconst.
7581 (tramp-smb-file-name-p): Make it a defsubst.
7582 (tramp-smb-method, tramp-smb-file-name-handler)
7583 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7584
7585 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7586 (tramp-uuencode-region): Set tramp-autoload cookie.
7587
7588 * net/trampver.el (top) Add to `tramp-unload-hook'.
7589 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7590 cookie. Update release number.
7591
308e764f
AM
75922010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7593
7594 * textmodes/ispell.el (ispell-start-process): Make sure original
7595 arg list is properly initialized (Bug#6993, Bug#6994).
7596
10999305 75972010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7598
7599 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7600
7601 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7602 chars like - or ] (bug#6984).
7603 (rx-any-condense-range): Explode 2-char ranges.
7604
10999305
CY
76052010-09-06 Glenn Morris <rgm@gnu.org>
7606
7607 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7608
76092010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7610
7611 * textmodes/bibtex.el:
7612 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7613
f292afe5
LMI
76142010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7615
331b2b90 7616 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7617 since no callers use it.
7618 (imap-message-get): Ditto.
7619 (imap-message-put): Ditto.
7620 (imap-mailbox-map): Ditto.
7621 (imap-mailbox-put): Ditto.
7622 (imap-mailbox-get): Ditto.
a131b9b8 7623 (imap-mailbox-get): Revert last change for this function.
f292afe5 7624
dfe1285d
LMI
76252010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7626
331b2b90 7627 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7628 callers to use `imap-fetch' instead. According to the comments, this
7629 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7630 (imap-enable-exchange-bug-workaround): Remove.
7631 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7632
3ff31c90
LMI
76332010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7634
7635 * net/imap.el (imap-log): New convenience function used throughout
7636 instead of repeating the same code all over the place.
7637
dfe1285d 76382010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7639
7640 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7641 when mouse-drag-copy-region is non-nil (Bug#6956).
7642
93a596e1
CY
76432010-09-05 Chong Yidong <cyd@stupidchicken.com>
7644
8d76af4a
CY
7645 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7646 Improve regexps (Bug#6987).
7647 (dired-sort-toggle): Search more robustly for -t flag.
7648
93a596e1
CY
7649 * files.el (get-free-disk-space): Search more robustly for
7650 "available" column. Suggested by Ehud Karni
7651 <ehud@unix.mvs.co.il>.
7652
733946e7
JB
76532010-09-05 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * international/uni-bidi.el:
7656 * international/uni-category.el:
7657 * international/uni-combining.el:
7658 * international/uni-decimal.el:
7659 * international/uni-mirrored.el:
7660 * international/uni-name.el: Regenerate.
7661
2e664aab
SM
76622010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7663
6aeafb34
SM
7664 * electric.el (electric-indent-post-self-insert-function):
7665 Don't reindent with a sloppy indentation function.
7666
2e664aab
SM
7667 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7668 border case in change-log-mode.
7669
13ef65a4
CY
76702010-09-04 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7673 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7674 Recognize leading tab in gcc-include regexp. Ignore names with
7675 leading "from" or "in" in gnu regexp (Bug#6937).
7676
5abf1556
SM
76772010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7678
6aeafb34 7679 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7680 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7681 (ispell-start-process): Avoid setq and simplify logic.
7682 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7683 (kill-buffer-hook): Don't use it globally with code that uses
7684 expand-file-name since that may call kill-buffer via
7685 code_conversion_restore.
7686
0be01d2c
CY
76872010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7688
7689 * emacs-lisp/package.el (package-directory-list): Only call
7690 file-name-nondirectory on a string.
7691
ebf662f4
CY
76922010-09-02 Chong Yidong <cyd@stupidchicken.com>
7693
5abf1556
SM
7694 * emacs-lisp/package.el (package--download-one-archive):
7695 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7696 (package-activate-1, package-mark-obsolete, define-package)
7697 (package-compute-transaction, package-list-maybe-add): Use push.
7698
e5eddfd1
SM
76992010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7700
89acf735
SM
7701 Use SMIE's blink-paren for octave-mode.
7702 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7703 Backslashes do not escape single-quotes, single-quotes do.
7704 (octave-block-else-regexp, octave-block-end-regexp)
7705 (octave-block-match-alist): Remove.
7706 (octave-smie-bnf-table): New var, with old content.
7707 (octave-smie-op-levels): Use it.
7708 (octave-smie-closer-alist): New var.
7709 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7710 (octave-blink-matching-block-open): Remove.
7711 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7712 (octave-electric-space): Let self-insert-command run expand-abbrev and
7713 blink parens.
7714
3b843809
SM
7715 * electric.el (electricity): New group.
7716 (electric-indent-chars): New var.
7717 (electric-indent-post-self-insert-function): New fun.
7718 (electric-indent-mode): New minor mode.
7719 (electric-pair-skip-self): New custom.
7720 (electric-pair-post-self-insert-function): New function.
7721 (electric-pair-mode): New minor mode.
7722
0da20854
SM
7723 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7724 calcAlg-blink-matching-open.
7725 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7726 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7727 Use the new blink-matching-check-function.
7728
a49e651e
SM
7729 Provide blink-matching support to SMIE.
7730 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7731 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7732 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7733
e5eddfd1
SM
7734 * simple.el (newline): Fix last change to properly remove itself from
7735 the hook.
7736
b13ebb5c
SM
77372010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * simple.el (newline): Eliminate optimization.
7740 Use post-self-insert-hook to set hard-newline and things before
7741 running post-self-insert-hook.
7742 (blink-matching-check-mismatch): New function.
7743 (blink-matching-check-function): New variable.
7744 (blink-matching-open): Use them.
7745 Skip back forward over prefix chars skipped by forward-sexp.
7746 Don't check if the parens are backslash escaped.
7747 (blink-paren-post-self-insert-function): Check backslash escaping here.
7748
e687c2cd
CY
77492010-09-02 Chong Yidong <cyd@stupidchicken.com>
7750
b13ebb5c
SM
7751 * emacs-lisp/package.el (package-menu-mode-map):
7752 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7753 (package-menu-mode): Set revert-buffer-function.
7754 (package-menu-revert): Doc fix.
7755
567efba9
AM
77562010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7757
7758 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7759 `default-directory' unless using Ispell per-directory personal
7760 dictionaries and not in a mini-buffer under XEmacs.
7761 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7762 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7763
6d7cc563
JD
77642010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7765
08d4877e
J
7766 * simple.el (kill-new): Call interprogram-cut-function with only
7767 one argument.
7768
45240125
JD
7769 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7770 Remove cut buffer from error message.
7771
7772 * term/x-win.el (x-select-text):
7773 * term/pc-win.el (x-selection-value):
7774 * term/ns-win.el (x-selection-value):
7775 * eshell/em-term.el:
7776 * w32-fns.el (x-get-selection-value):
7777 * mouse-sel.el (mouse-sel-set-selection-function):
7778 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7779
6d7cc563
JD
7780 * term/x-win.el: Update documentation for x-last-selected-text-*.
7781 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7782 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7783 (x-select-text): Remove argument PUSH, update documentation.
7784 Remove cut-buffer code.
6d7cc563 7785 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7786 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7787 Update documentation, remove cut-buffer code.
7788 Call x-selection-value-internal.
6d7cc563
JD
7789 (x-clipboard-yank): Call x-selection-value-internal.
7790 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7791
7792 * term/pc-win.el (x-last-selected-text):
7793 x-cut-buffer-or-selection-value renamed to x-selection-value
7794 (x-select-text): Remove argument PUSH, update documentation.
7795
7796 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7797 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7798 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7799 (x-select-text): Remove argument PUSH, update documentation.
7800
7801 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7802
7803 * w32-fns.el (x-last-selected-text):
7804 x-cut-buffer-or-selection-value renamed to x-selection-value.
7805 (x-cut-buffer-max): Remove.
7806 (x-select-text): Remove argument PUSH, update documentation.
7807
7808 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7809
7810 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7811
7812 * mouse-sel.el (mouse-sel-get-selection-function):
7813 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7814 (x-select-text): Remove optional push.
6d7cc563 7815
4de81ee0
SM
78162010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7817
8f4e9110
SM
7818 * simple.el (blink-paren-function): Move from C to here.
7819 (blink-paren-post-self-insert-function): New function.
7820 (post-self-insert-hook): Use it.
7821
4de81ee0
SM
7822 * emacs-lisp/pcase.el (pcase-split-memq):
7823 Fix overenthusiastic optimisation.
7824 (pcase-u1): Handle the case of a lambda pred.
7825
d419e1d9
KH
78262010-08-31 Kenichi Handa <handa@m17n.org>
7827
7828 * international/mule-cmds.el (standard-display-european-internal):
7829 Setup standard-display-table for 8-bit characters by storing 8-bit
7830 characters in the element vector.
7831
1e05f387
SM
7832 * disp-table.el (standard-display-8bit):
7833 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7834 characters in the element vector.
7835 (standard-display-european): Likewise.
7836
61f7096c
CY
78372010-08-31 Masatake YAMATO <yamato@redhat.com>
7838
7839 * textmodes/nroff-mode.el (nroff-view): New command.
7840 (nroff-mode-map): Bind it to C-c C-c.
7841
ec5d3ff7
SM
78422010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7843
c8977b2e
SM
7844 * emacs-lisp/smie.el (smie-down-list): New command.
7845
ec5d3ff7
SM
7846 Remove old indentation and navigation code on octave-mode.
7847 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7848 smie-down-list rather than add a binding for octave-down-block.
7849 (octave-mark-block, octave-blink-matching-block-open):
7850 Rely on forward-sexp-function.
7851 (octave-fill-paragraph): Don't narrow, so you can use
7852 indent-according-to-mode.
7853 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7854 (octave-in-block-p, octave-re-search-forward-kw)
7855 (octave-re-search-backward-kw, octave-indent-calculate)
7856 (octave-end-as-array-index-p, octave-block-end-offset)
7857 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7858 (octave-down-block, octave-backward-up-block, octave-up-block)
7859 (octave-before-magic-comment-p, octave-indent-line): Remove.
7860
187d3296
CY
78612010-08-31 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * emacs-lisp/package.el (package--read-archive-file): Just use
7864 `read', to avoid copying an additional string.
7865 (package-menu-mode): Set header-line-format here.
7866 (package-menu-refresh, package-menu-revert): Signal an error if
7867 not in the Package Menu.
7868 (package-menu-package-list): New var.
7869 (package--generate-package-list): Operate on the current buffer;
7870 don't assume that it is *Packages*, since the user may rename it.
7871 Allow persistent package listings and sort keys using
7872 package-menu-package-list and package-menu-package-sort-key.
7873 (package-menu--version-predicate): Fix version calculation.
7874 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7875 (package--list-packages): Create the *Packages* buffer.
7876 Set package-menu-package-list-key.
187d3296
CY
7877 (list-packages): Sorting by status is now the default.
7878 (package-buffer-info): Use match-string-no-properties.
7879 (define-package): Add a &rest argument for future proofing, but
7880 don't use it yet.
7881 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7882 Merge into a single function, package-install-from-buffer.
7883 (package-install-file): Change caller.
187d3296
CY
7884
7885 * finder.el: Load finder-inf using `require'.
7886 (finder-list-matches): Sorting by status is now the default.
7887 (finder-compile-keywords): Simpify printing.
7888
e17b68ed
SM
78892010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7892 (octave-mode-map): Remove special bindings for forward/backward-block
7893 and octave-backward-up-block. Use smie-close-block.
7894 (octave-continuation-marker-regexp): New var.
7895 (octave-continuation-regexp): Use it.
7896 (octave-operator-table, octave-smie-op-levels)
7897 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7898 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7899 (octave-mode): Use SMIE.
7900 (octave-close-block): Delete.
7901
42b6a73b
EZ
79022010-08-30 Eli Zaretskii <eliz@gnu.org>
7903
7904 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7905 CLIPBOARD, not in PRIMARY. (Bug#6944)
7906
f291fe60
SM
79072010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7908
ee992a8c
SM
7909 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7910 a list of parents.
7911 (smie-indent-column): Allow indirection through variables.
7912
d36b74ca
SM
7913 * composite.el (save-buffer-state): Delete, unused.
7914 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7915 (font-lock-default-fontify-region): Use with-syntax-table.
7916 * jit-lock.el (with-buffer-unmodified): Remove.
7917 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7918
f291fe60
SM
7919 Use `declare' in defmacros.
7920 * window.el (save-selected-window):
7921 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7922 * progmodes/python.el (def-python-skeleton):
7923 * net/dbus.el (dbus-ignore-errors):
7924 * jka-cmpr-hook.el (with-auto-compression-mode):
7925 * international/mule.el (with-category-table):
7926 * emacs-lisp/timer.el (with-timeout):
7927 * emacs-lisp/lisp-mnt.el (lm-with-file):
7928 * emacs-lisp/eieio.el (with-slots):
7929 * emacs-lisp/easymenu.el (easy-menu-define):
7930 * emacs-lisp/debug.el (debugger-env-macro):
7931 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7932 (Multiple-value-call, Multiple-value-prog1):
7933 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7934 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7935 edebug rule to definition.
7936 * emacs-lisp/lisp-mode.el (save-selected-window)
7937 (with-current-buffer, combine-after-change-calls)
7938 (with-output-to-string, with-temp-file, with-temp-buffer)
7939 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7940 (dolist, dotimes, when, unless):
7941 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7942
96ae4c8f
CY
79432010-08-29 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * finder.el: Require `package'.
7946 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7947 (finder-package-info): Var deleted.
7948 (finder-keywords-hash, finder--builtins-alist): New vars.
7949 (finder-compile-keywords): Compute package--builtins and
7950 finder-keywords-hash instead of finder-keywords-hash, respecting
7951 the "Package" header.
f291fe60
SM
7952 (finder-unknown-keywords, finder-list-matches):
7953 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7954 (finder-mode): Don't set font-lock-defaults.
7955 (finder-exit): We don't use "*Finder-package*" and "*Finder
7956 Category*" buffers anymore.
7957
7958 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7959 (package--builtins): Set default value to nil.
7960 (package-initialize): Load precomputed value of package--builtins
7961 from finder-inf.el.
7962 (package-alist, package-compute-transaction)
7963 (package-download-transaction): Improve docstring.
7964 (package-read-all-archive-contents): Do not change
7965 package--builtins here.
7966 (list-packages): Make package-list-packages an alias for this.
7967 Sort by status by default.
7968 (package--list-packages): Add optional PACKAGES arg.
7969 (describe-package-1): Use font-lock-face property. For built-in
7970 packages, insert file commentary.
7971 (package--generate-package-list): Rename from
7972 package-list-packages-internal; all callers changed. Add optional
7973 PACKAGES arg. Add alphabetical sort fallbacks.
7974 (package-menu--version-predicate, package-menu--status-predicate)
7975 (package-menu--description-predicate)
7976 (package-menu--name-predicate): New functions.
7977
7978 * info.el (Info-finder-find-node): Search package-alist instead of
7979 finder-package-info.
7980
e2046ecf
CY
79812010-08-29 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7984 "alpha" and "beta".
7985 (version-to-list): Handle versions like "10.3d".
7986
6fe79b7c
SM
79872010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7990 (macroexp-accumulate): Use `declare'.
7991
1a868076
VJL
79922010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7993
7994 * whitespace.el (whitespace-style): Adjust type declaration.
7995
9e69cb05
KH
79962010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7997
7998 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7999
80002010-08-26 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
8003 (Bug#6907).
8004
4142607e
NW
80052010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
8006
8007 * progmodes/js.el: Make indentation more customizable (Bug#6914).
8008 (js-paren-indent-offset, js-square-indent-offset)
8009 (js-curly-indent-offset): New options.
8010 (js--proper-indentation): Use them.
8011
88a36e60
DC
80122010-08-26 Daniel Colascione <dan.colascione@gmail.com>
8013
8014 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
8015 instead of inspecting font-lock properties (Bug#6916).
8016
38dbc4d8
DR
80172010-08-26 David Reitter <david.reitter@gmail.com>
8018
8019 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 8020 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
8021 (server-execute): Do not run hooks here.
8022
44ffae96
MA
80232010-08-26 Michael Albinus <michael.albinus@gmx.de>
8024
8025 Sync with Tramp 2.1.19.
8026
0dc3e410
MA
8027 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8028 deleting tmpfile.
8029 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8030
0dc3e410 8031 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8032 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8033 (tramp-completion-handle-file-name-completion):
8034 Use `tramp-connectable-p'.
20b8ac83 8035
44ffae96
MA
8036 * net/trampver.el: Update release number.
8037
cb6c4991
CY
80382010-08-26 Chong Yidong <cyd@stupidchicken.com>
8039
8040 * help.el (help-map): Bind `C-h P' to describe-package.
8041
8042 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8043
8044 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8045 when downloading archives.
8046 (describe-package-1): Add package commentary.
8047 (package-install-button-action): New function.
8048 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8049 (package-menu-view-commentary): Function removed.
8050 (package-list-packages-internal): Hide the `package' package too.
8051
b60f961f
KH
80522010-08-25 Kenichi Handa <handa@m17n.org>
8053
8054 * language/misc-lang.el ("Arabic"): New language environment.
8055 Setup composition-function-table for Arabic characters.
8056
8057 * international/fontset.el (setup-default-fontset): Fix typo for
8058 arabic OTF spec (fini->fina).
8059
a0c16be4
J
80602010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8061
8062 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8063 on all frames.
8064
85cc3d4f
VJL
80652010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8066
8067 * whitespace.el: Allow cleaning up blanks without blank
8068 visualization (Bug#6651). Adjust help window for
8069 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8070 instead of whitespace-line-column (from EmacsWiki). New version
8071 13.1.
88b5a757 8072 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8073 (whitespace-space, whitespace-hspace, whitespace-tab):
8074 Adjust foreground property face.
85cc3d4f
VJL
8075 (whitespace-line-column): Adjust docstring and type declaration.
8076 (whitespace-style-value-list, whitespace-toggle-option-alist)
8077 (whitespace-help-text): Adjust const initialization.
8078 (whitespace-toggle-options, global-whitespace-toggle-options):
8079 Adjust docstring.
8080 (whitespace-display-window, whitespace-interactive-char)
8081 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8082 (whitespace-help-scroll): New fun.
8083
cb8759ca
CY
80842010-08-24 Chong Yidong <cyd@stupidchicken.com>
8085
8086 * emacs-lisp/package.el (list-packages): Alias for
8087 package-list-packages.
8088
44a41a47
KR
80892010-08-24 Kevin Ryde <user42@zip.com.au>
8090
be7748e7
KR
8091 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8092 (Bug#5651).
8093
44a41a47
KR
8094 * progmodes/ruby-mode.el (ruby): Add defgroup.
8095
edfd00fa
CY
80962010-08-24 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * progmodes/python.el: Add Ipython support (Bug#5390).
8099 (python-shell-prompt-alist)
8100 (python-shell-continuation-prompt-alist): New options.
8101 (python--set-prompt-regexp): New function.
6a7662bb
BR
8102 (inferior-python-mode, run-python, python-shell):
8103 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8104 prompt based on the Python interpreter.
8105 (python--prompt-regexp): New var.
8106 (python-check-comint-prompt)
8107 (python-comint-output-filter-function): Use it.
8108 (run-python): Use a pipe (Bug#5694).
8109
81102010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8111
8112 * progmodes/python.el (python-send-region): Send a different
8113 Python command if Ipython is in use.
8114 (python-check-version): Use a Python command to find the version.
8115
1c409d0b
CY
81162010-08-24 Chong Yidong <cyd@stupidchicken.com>
8117
8118 * mouse.el (mouse-yank-primary): Avoid setting primary when
8119 deactivating the mark (Bug#6872).
8120
733946e7 81212010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8122
8123 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8124 with "else" (Bug#3991).
8125
e73f184c
MA
81262010-08-23 Michael Albinus <michael.albinus@gmx.de>
8127
8128 * net/dbus.el: Accept UNIX domain sockets as bus address.
8129 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8130 this is done in dbusbind.c.
e73f184c
MA
8131 (dbus-check-event): Adapt test for bus.
8132 (dbus-return-values-table, dbus-unregister-service)
8133 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8134 Adapt doc string.
8135
1a140747
JB
81362010-08-23 Juanma Barranquero <lekktu@gmail.com>
8137
8138 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8139
7133b7ee
JL
81402010-08-22 Juri Linkov <juri@jurta.org>
8141
8142 * simple.el (read-extended-command): New function with the logic
8143 for `completing-read' moved to Elisp from `execute-extended-command'.
8144 Use `function-called-at-point' in `minibuffer-default-add-function'
8145 to get a command name for M-n (bug#5364, bug#5214).
8146
198a7a97
CY
81472010-08-22 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * startup.el (command-line-1): Issue warning for ignored arguments
8150 --unibyte, etc (Bug#6886).
8151
c00725d7
LL
81522010-08-22 Leo <sdl.web@gmail.com>
8153
8154 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8155 (ignore, bright, dim, keyword): Split list of nicknames before
8156 passing to rcirc-add-or-remove (Bug#6894).
8157
bc7d7ea6
CY
81582010-08-22 Chong Yidong <cyd@stupidchicken.com>
8159
8160 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8161
b0126eac 81622010-08-22 Leo <sdl.web@gmail.com>
e0143335 8163
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8164 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8165 * ido.el: Revert Óscar's.
e0143335
LL
8166 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8167 Remember the buffers at head, rather than their name.
76e3243a 8168 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8169
b0126eac 81702010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8171 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8174 extra backslash added to each line (bug#6890).
8175
b0126eac 81762010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8177
8178 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8179
b0126eac 81802010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8181
8182 * menu-bar.el (menu-bar-games-menu): Add landmark.
8183
b0126eac 81842010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8185
9130a2d6
GM
8186 * align.el (align-regexp): Make group and spacing arguments
8187 use the interactive defaults when non-interactive. (Bug#6698)
8188
fb89a654
GM
8189 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8190 expansion, so as not to need sendmail.
8191 (mail-text-start): Remove declaration.
8192 (rmail-retry-failure): Require sendmail.
8193
b0126eac 81942010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8195
8196 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8197
b0126eac 81982010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8199
186e86db
SM
8200 * progmodes/flymake.el (flymake-start-syntax-check-process):
8201 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8202
b0126eac 82032010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8204
8205 * files.el: Add `word-wrap' as safe local variable.
8206
b0126eac 82072010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8208
8209 * woman.el (woman-translate): Case matters. (Bug#6849)
8210
b0126eac 82112010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8212
8213 * simple.el (kill-region): Doc fix (Bug#6787).
8214
b0126eac 82152010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8216
8217 * calendar/diary-lib.el (diary-header-line-format):
8218 Fit it to the window, not the frame.
8219
b0126eac 82202010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8221
8222 * subr.el (ignore-errors): Add debug declaration.
8223
b0126eac 82242010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8225
8226 * whitespace.el (whitespace-color-off): Remove post-command-hook
8227 locally.
8228
537ffaf3
SM
82292010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8232
d64b8a68
CY
82332010-08-21 Chong Yidong <cyd@stupidchicken.com>
8234
8235 * cus-edit.el (custom-group-value-create): Add extra newline
8236 before end line (Bug#6876).
8237
d2625c3d
CY
82382010-08-21 Chong Yidong <cyd@stupidchicken.com>
8239
8240 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8241 when extending it. Before killing on the second click, check if
8242 the buffer is the correct one. Doc fix.
8243 (mouse-secondary-save-then-kill): Allow usage without first
8244 calling mouse-start-secondary, by defaulting to point. Don't save
8245 an empty secondary selection. Doc fix.
8246
80525855
VJL
82472010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8248
91bdeb66
VJL
8249 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8250 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8251 New version 13.0.
80525855
VJL
8252 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8253 Adjust initialization.
8254 (whitespace-bob-marker, whitespace-eob-marker)
8255 (whitespace-buffer-changed): New vars.
8256 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8257 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8258 (whitespace-post-command-hook, whitespace-display-char-on):
8259 Adjust code.
80525855 8260 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8261 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8262
4b9c0a49
SM
82632010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8264
118cf454
SM
8265 * files.el (locate-file-completion-table): Only list the .el and .elc
8266 extensions if there's no other choice (bug#5955).
8267
a2e5caf7
SM
8268 * facemenu.el (facemenu-self-insert-data): New var.
8269 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8270 New functions.
8271 (facemenu-add-face): Use them.
8272
4b9c0a49
SM
8273 * simple.el (blink-matching-open): Obey forward-sexp-function.
8274
0193499f
SM
82752010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8276
b2a15250
SM
8277 * simple.el (prog-mode-map): New var.
8278 (prog-indent-sexp): New command.
8279
b5ba2d6f
SM
8280 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8281
9acd1bdc
SM
8282 * progmodes/prolog.el (smie): Require.
8283
8723cfa4
SM
8284 * emacs-lisp/smie.el (smie-default-backward-token)
8285 (smie-default-forward-token): Strip properties.
8286 (smie-next-sexp): Be more careful with associative operators.
8287 (smie-forward-sexp-command): Generalize.
8288 (smie-backward-sexp-command): Simplify.
8289 (smie-closer-alist): New var.
8290 (smie-close-block): New command.
8291 (smie-indent-debug-log): New var.
8292 (smie-indent-offset-rule): Add a few more cases.
8293 (smie-indent-column): New function.
8294 (smie-indent-after-keyword): Use it.
8295 (smie-indent-keyword): Use it.
8296 Fix up the opener code's point position.
8297 (smie-indent-comment): Only applies at BOL.
8298 (smie-indent-debug): New command.
8299
0193499f
SM
8300 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8301 declarations that are useful before running the macro.
8302
0c9b8993
GM
83032010-08-18 Joakim Verona <joakim@verona.se>
8304
8305 * image.el (imagemagick-types-inhibit): New variable.
8306 (imagemagick-register-types): New function.
8307 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8308 (image-transform-set-scale, image-transform-fit-to-height)
8309 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8310 (image-transform-fit-to-width, image-transform-fit-to-height):
8311 New functions.
ccd80618
JV
8312 (image-toggle-display-image): Support image transforms.
8313
1075cd61
KY
83142010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * image.el (create-animated-image): Don't add heuristic mask to image
8317 (Bug#6839).
8318
64cb6c78
J
83192010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8320
0193499f
SM
8321 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8322 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8323
ff80a446
SM
83242010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8325
afa22f7c
SM
8326 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8327
ff80a446
SM
8328 Font-lock '...' strings, plus various simplifications and fixes.
8329 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8330 (octave-font-lock-close-quotes): New function.
8331 (octave-font-lock-syntactic-keywords): New var.
8332 (octave-mode): Use it. Set beginning-of-defun-function.
8333 (octave-mode-map): Don't override the <foo>-defun commands.
8334 (octave-mode-menu): Pass it directly to easy-menu-define;
8335 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8336 (octave-block-match-alist): Fix up last change so that
8337 octave-close-block uses the more specific keyword.
8338 (info-lookup-mode): Silence byte-compiler.
8339 (octave-beginning-of-defun): Not interactive any more.
8340 Optimize slightly.
8341 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8342 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8343 (octave-completion-at-point-function): Make sure point is within
8344 beg..end.
8345 (octave-reindent-then-newline-and-indent):
8346 Use reindent-then-newline-and-indent.
8347 (octave-add-octave-menu): Remove.
8348
2269b349
JD
83492010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8350
489cd5bd
JD
8351 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8352 (report-emacs-bug-can-use-xdg-email): New functions.
8353 (report-emacs-bug): Set can-xdg-email to result of
8354 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8355 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8356 about it.
30ebab6d 8357
a2fb159c
GM
8358 * net/browse-url.el (browse-url-default-browser): Add cond
8359 for browse-url-xdg-open.
8360 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8361
83622010-08-17 Glenn Morris <rgm@gnu.org>
8363
8364 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8365 (c-fontify-recorded-types-and-refs): Define for compiler.
8366 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8367 before use.
8368
8369 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8370 Fix format call.
8371
bb6aba9c
MA
83722010-08-17 Michael Albinus <michael.albinus@gmx.de>
8373
8374 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8375 properties.
8376 (tramp-handle-process-file): Call the program in a subshell, in
8377 order to preserve working directory.
8378 (tramp-action-password): Hide password prompt before next run.
8379 (tramp-process-actions): Widen connection buffer for the trace.
8380
8f10c937
DD
83812010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8382
8383 * net/rcirc.el (rcirc-log-process-buffers): New option.
8384 (rcirc-print): Use it.
8385 (rcirc-generate-log-filename): New function.
8386 (rcirc-log-filename-function): Change default to
8387 rcirc-generate-log-filename (Bug#6828).
8388
7c23dd44
CY
83892010-08-16 Chong Yidong <cyd@stupidchicken.com>
8390
8391 * simple.el (deactivate-mark): If select-active-regions is `only',
8392 only set selection for temporarily active regions.
8393
8394 * cus-start.el: Change defcustom for select-active-regions.
8395
6d3e82d2
CY
83962010-08-15 Chong Yidong <cyd@stupidchicken.com>
8397
8398 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8399 (mouse-drag-track): Use LOCATION arg to push-mark.
8400 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8401 consideration when updating point and mark (Bug#6840).
8402
c68263b1
CY
84032010-08-15 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8406 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8407
456f369a
ŠN
84082010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8409
ff80a446
SM
8410 * font-lock.el (lisp-font-lock-keywords-2):
8411 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8412 with-demoted-errors, and with-silent-modifications (Bug#6025).
8413
c22e18f5
KR
84142010-08-14 Kevin Ryde <user42@zip.com.au>
8415
8416 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8417 (copyright-update): Temporary switch-to-buffer to ensure the
8418 buffer change being queried is visible (Bug#5394).
c22e18f5 8419
6f1a6faf
TT
84202010-08-14 Tom Tromey <tromey@redhat.com>
8421
8422 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8423 (Bug#6733).
8424
e7afcf30
EZ
84252010-08-14 Eli Zaretskii <eliz@gnu.org>
8426
8427 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8428 MS-DOS. (Bug#6689)
8429
2b4e6277
J
84302010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8431
8432 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8433 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8434 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8435 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8436 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8437 Call menu-bar-set-tool-bar-position.
2b4e6277 8438
dc94fc85
SM
84392010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8440
c5683ceb
SM
8441 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8442 comment style (bug#6834).
8443 * progmodes/scheme.el (scheme-mode-syntax-table):
8444 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8445 "b" flag in "' 14b" syntax.
8446
c82d5b11
SM
8447 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8448 for (un)commenting the region and performing completion.
8449 (octave-mode-menu): Use standard commands for help and completion.
8450 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8451 (octave-mode): Use define-derived-mode.
8452 Set completion-at-point-functions and don't set columns.
8453 Don't disable adaptive-fill-regexp.
8454 (octave-describe-major-mode, octave-comment-region)
8455 (octave-uncomment-region, octave-comment-indent)
8456 (octave-indent-for-comment): Remove.
8457 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8458 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8459 (octave-initialize-completions): No need to make an alist.
8460 (octave-completion-at-point-function): New function.
8461 (octave-complete-symbol): Use it.
8462 (octave-insert-defun): Use define-skeleton.
8463
8464 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8465 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8466
abec5126 84672010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8468
8469 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8470 indentation of inserted comment.
8471
3a46642b
J
84722010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8473
8474 * faces.el (region): Add type gtk that uses gtk colors.
8475
8476 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8477 Handle theme-name change.
8478
3bd2cfef
MM
84792010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8480
8481 * progmodes/sql.el: Version 2.5
8482 (sql-product-alist): Add :prompt-cont-regexp property for several
8483 database products.
8484 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8485 (sql-output-newline-count, sql-output-by-send):
8486 New variables. Record number of newlines in input text.
3bd2cfef
MM
8487 (sql-send-string): Handle multiple filters and count newlines.
8488 (sql-send-magic-terminator): Count terminator newline.
8489 (sql-interactive-remove-continuation-prompt): Filters output to
8490 remove continuation prompts; one for each newline.
8491 (sql-interactive-mode): Set up new variables, prompt regexp and
8492 output filter.
8493 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8494 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8495
d02c9bcd
SM
84962010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * emacs-lisp/pcase.el: New file.
8499
80ca4f1e
MA
85002010-08-10 Michael Albinus <michael.albinus@gmx.de>
8501
8502 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8503 as here-document, otherwise the command could exceed maximum
8504 length of command line.
d02c9bcd
SM
8505 (tramp-handle-vc-registered): Call script accordingly.
8506 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8507
2948599b
KH
85082010-08-10 Kenichi Handa <handa@m17n.org>
8509
8510 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8511 composable pattern.
8512
148cef8e
CY
85132010-08-09 Chong Yidong <cyd@stupidchicken.com>
8514
8515 * emacs-lisp/package.el (package-version-split)
8516 (package--version-first-nonzero, package-version-compare):
8517 Functions removed.
8518 (package-directory-list, package-load-all-descriptors)
8519 (package--built-in, package-activate, define-package)
8520 (package-installed-p, package-compute-transaction)
8521 (package-read-all-archive-contents)
8522 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8523 (package-tar-file-info, package-list-packages-internal):
8524 Use version-to-list and version-list-*.
148cef8e 8525
d02c9bcd
SM
8526 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8527 Use version-to-list.
148cef8e
CY
8528 (package-upload-buffer-internal): Use version-list-<=.
8529
82a9ce0f
KH
85302010-08-09 Kenichi Handa <handa@m17n.org>
8531
231e5e5f 8532 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8533 composable pattern.
8534
7adf5fdc
CY
85352010-08-08 Chong Yidong <cyd@stupidchicken.com>
8536
fc560445
CY
8537 * tutorial.el (tutorial--default-keys): C-d is now bound to
8538 delete-forward-char (Bug#6826).
8539
7adf5fdc
CY
8540 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8541 for `double' value of mouse-1-click-follows-link (Bug#6807).
8542
e54a1075
JB
85432010-08-08 Johan Bockgård <bojohan@gnu.org>
8544
8545 * replace.el (replace-highlight): Bind isearch-forward and
8546 isearch-error, ensuring that highlighting is updated if the user
8547 switches the search direction (Bug#6808).
8548
8549 * isearch.el (isearch-lazy-highlight-forward): New var.
8550 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8551 (isearch-lazy-highlight-update): Use it.
8552
7815fe19 85532010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8554
8d9e03e4
JB
8555 * international/mule.el (define-charset): Store NAME as :base property.
8556 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8557 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8558 current priority. Force using the designation of the specific
8d9e03e4 8559 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8560
7815fe19 85612010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8562
8563 * emulation/pc-select.el (pc-selection-mode-hook)
8564 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8565 (pc-selection-mode): Fix typos in docstrings.
8566
7815fe19 85672010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8568
8569 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8570 ctext-non-standard-encodings-alist here.
8571
8d9e03e4
JB
8572 * international/mule.el (ctext-non-standard-encodings-alist):
8573 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8574 (ctext-standard-encodings): New variable.
8575 (ctext-non-standard-encodings-table): List only elements for
8576 non-standard encodings.
186e86db 8577 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8578 Check ctext-standard-encodings.
8579
8580 * international/mule-conf.el (compound-text): Doc fix.
8581 (ctext-no-compositions): Doc fix.
8582 (compound-text-with-extensions): Doc fix.
8583
7815fe19 85842010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8585
8586 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8587
8d9e03e4 85882010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8589
9ebc731b
JB
8590 * progmodes/which-func.el (which-func-format): Split help-echo text
8591 into lines, like other mode-line tooltips.
8592
d5b8058f
JB
8593 * server.el (server-start): When using TCP sockets, force IPv4
8594 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8595
8d9e03e4 85962010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8597
8598 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8599
8d9e03e4 86002010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8601
8602 * term.el (term-delimiter-argument-list): Reflow docstring.
8603 (term-read-input-ring, term-write-input-ring, term-send-input)
8604 (term-bol, term-erase-in-display, serial-supported-or-barf):
8605 Fix typos in docstrings.
8606
8d9e03e4 86072010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8608
8609 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8610
8d9e03e4 86112010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8612
8613 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8614
8d9e03e4 86152010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8616
8617 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8618 Fix typo in docstring (bug#6747).
8619
7815fe19 86202010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8621
8622 * eshell/esh-io.el (eshell-get-target): Better detection of
8623 read-only file (Bug#6762).
8624
7815fe19 86252010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8626
8627 * align.el (align-default-spacing): Doc fix.
8628 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8629
733946e7 86302010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8631
490b89ac 8632 * calendar/icalendar.el
93acd23d
JB
8633 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8634 (icalendar--get-weekday-numbers): New.
81ee9410 8635 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8636 values in weekly rules. (Bug#6766)
81ee9410 8637
490b89ac
UJ
86382010-08-08 Ulf Jasper <ulf.jasper@web.de>
8639
8640 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8641 (icalendar--create-uid, icalendar-export-region)
8642 (icalendar--parse-summary-and-rest): Code formatting.
8643
2c695727
JB
86442010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8645
01c35094 8646 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8647 to italicize headers.
8648 (calc-highlight-selections-with-faces): New variable.
8649 (calc-selected-face, calc-nonselected-face): New faces.
8650
8651 * calc/calccomp.el (math-comp-highlight-string): Use
8652 `calc-highlight-selections-with-faces' to determine how to highlight
8653 sub-formulas.
8654
8655 * calc/calc-sel.el (calc-show-selections): Change message to when
8656 using faces to highlight selections.
8657
b93d4f22
MM
86582010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8659
8d9e03e4
JB
8660 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8661 Add SQLite 3 keywords, functions and datatypes.
8662 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8663 (Bug#6686).
8664
9852377f
CY
86652010-08-07 Chong Yidong <cyd@stupidchicken.com>
8666
8667 * simple.el (select-active-regions): Move to keyboard.c.
8668 (deactivate-mark): Used saved-region-selection.
8669 (select-active-region): Function removed.
8670 (activate-mark, set-mark, push-mark-command)
8671 (handle-shift-selection): Don't call it.
8672 (keyboard-quit): Avoid adding the region to the window selection.
8673
8674 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8675 select-active-regions implementation.
8676 (mouse-yank-at-click): Doc fix.
8677
8678 * cus-start.el: Add custom declaration for select-active-regions.
8679
822775bf
EZ
86802010-08-07 Eli Zaretskii <eliz@gnu.org>
8681
4c5130d6
EZ
8682 * simple.el (delete-forward-char): Doc fix.
8683
822775bf
EZ
8684 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8685 after reading the tutorial.
8686
bd4c5e3e
AM
86872010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8688
6a7662bb
BR
8689 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8690 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8691 their respective lines. (Bug#193)
bd4c5e3e 8692
d00fa9b6
MA
86932010-08-06 Michael Albinus <michael.albinus@gmx.de>
8694
8d9e03e4 8695 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8696 property "vec".
6a7662bb
BR
8697 (tramp-process-sentinel): Use it for flushing the cache.
8698 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8699 already when running the sentinel.
8700
87012010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8702
8703 * comint.el (comint-mode): Make directory tracking functions
8704 functional on remote files. (Bug#6764)
8705
b3d42406
DN
87062010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8707
8708 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8709
29cf3e20
EZ
87102010-08-05 Eli Zaretskii <eliz@gnu.org>
8711
6a7662bb
BR
8712 * emacs-lisp/find-gc.el (find-gc-source-files):
8713 Rename unexec.c => unexcoff.c.
29cf3e20 8714
6a7662bb
BR
8715 * emacs-lisp/authors.el (authors-fixed-entries):
8716 Rename unexec.c => unexcoff.c.
29cf3e20 8717
39e1bf0b
MA
87182010-08-05 Michael Albinus <michael.albinus@gmx.de>
8719
8720 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8721 cache, not only file cache.
8722 (tramp-process-sentinel): New defun.
8723 (tramp-handle-start-file-process): Use it, in order to invalidate
8724 file caches.
8725
9f982e22
LL
87262010-08-03 Leo <sdl.web@gmail.com>
8727
8728 * server.el (server-start): Simplify loop.
8729
0798a8d8
SM
87302010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8731
548c5c47
SM
8732 * frame.el (screen-height, screen-width, set-screen-width)
8733 (set-screen-height): Remove ancient compatibility aliases.
8734
3311d1c2
SM
8735 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8736 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8737
0798a8d8
SM
8738 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8739 that change current buffer.
8740
26ee77a6
YM
87412010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8742
8743 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8744 beginning of the string. Use `string-match-p'. (Bug#6765)
8745
aa1859f5
J
87462010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8747
8748 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8749
376c2b6b
CY
87502010-08-01 Chong Yidong <cyd@stupidchicken.com>
8751
0798a8d8 8752 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8753 (package--builtins): Tweak descriptions.
0798a8d8
SM
8754 (package-print-package): Upcase descriptions if necessary.
8755 Show all built-in packages in font-lock-builtin-face.
8756 (package-list-packages-internal): Omit "emacs" package.
8757 Show status of built-in packages as "built-in".
376c2b6b 8758
16041401
CY
87592010-07-31 Chong Yidong <cyd@stupidchicken.com>
8760
8761 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8762 before killing to preserve the primary selection (Bug#6701).
8763
8764 * term/x-win.el (x-select-text): Doc fix.
8765
0798a8d8
SM
87662010-07-31 Nathaniel Flath <flat0103@gmail.com>
8767
452ea855
AM
8768 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8769 (objc-font-lock-extra-types):
452ea855 8770 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8771 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8772 (c++-make-template-syntax-table)
8773 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8774 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8775 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8776 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8777 * progmodes/cc-fonts.el (c-make-inverse-face)
8778 (c-basic-matchers-after):
452ea855
AM
8779 * progmodes/cc-engine.el (c-forward-keyword-clause)
8780 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8781 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8782 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8783 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8784 The above functions were modified or created.
452ea855 8785
37766706
J
87862010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8787
0798a8d8 8788 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8789
cd83d522
EZ
87902010-07-31 Eli Zaretskii <eliz@gnu.org>
8791
8792 * files.el (bidi-paragraph-direction): Define safe local values.
8793
8794 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8795 language-info-alist. Remove outdated FIXME in a comment.
8796
28e5cf7c
AM
87972010-07-31 Alan Mackenzie <acm@muc.de>
8798
8799 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8800 Auto-fill broken in C/C++ modes.
8801
bfeabdc3
JD
88022010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8803
8804 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8805 (menu-bar-showhide-tool-bar-menu-customize-disable)
8806 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8807 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8808 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8809 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8810 make a menu for Options => toolbar that can move it.
8811
063e5294
CY
88122010-07-29 Chong Yidong <cyd@stupidchicken.com>
8813
8814 * emacs-lisp/package-x.el (package--make-rss-entry):
8815 (package-maint-add-news-item, package--update-news)
8816 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8817
8818 * emacs-lisp/package.el (package-archive-url): Rename from
8819 package-archive-id.
8820 (package-install): Doc fix.
8821 (package-download-single, package-download-tar, package-install)
8822 (package-menu-view-commentary): Callers changed.
8823
683cc385
MA
88242010-07-29 Michael Albinus <michael.albinus@gmx.de>
8825
8826 * net/tramp.el (tramp-handle-start-file-process): Check only for
8827 `remote-tty' process property.
8828 (tramp-open-shell): Don't check for tty.
8829 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8830 process property.
8831
8832 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8833 host.
8834
bc44bef7
PH
88352010-07-28 Chong Yidong <cyd@stupidchicken.com>
8836
8837 * emacs-lisp/package.el (package-load-list, package-archives)
8838 (package-archive-contents, package-user-dir)
8839 (package-directory-list, package--builtins, package-alist)
8840 (package-activated-list, package-obsolete-alist): Mark as risky.
8841
88422010-07-28 Phil Hagelberg <phil@evri.com>
8843
8844 Add support for non-default package repositories.
8845 * emacs-lisp/package.el (package-archive-base): Var deleted.
8846 (package-archives): New variable.
8847 (package-archive-contents): Doc fix.
0798a8d8 8848 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8849 (package--write-file-no-coding): New function.
8850 (package-unpack-single): Use it.
8851 (package-archive-id): New function.
8852 (package-download-single, package-download-tar)
8853 (package-menu-view-commentary): Use it.
8854 (package-installed-p): Make second argument optional.
8855 (package-read-all-archive-contents): New function.
8856 (package-initialize): Use it.
8857 (package-read-archive-contents): Add ARCHIVE argument.
8858 (package--add-to-archive-contents): New function.
8859 (package-install): Don't call package-read-archive-contents.
8860 (package--download-one-archive): Store archive file in a
8861 subdirectory of package-user-dir.
8862 (package-menu-execute): Remove spurious line movement.
8863
8a52f00a
JD
88642010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8865
8866 * cus-start.el (tool-bar-style): Add text-image-horiz.
8867
b21d3ceb
MA
88682010-07-28 Michael Albinus <michael.albinus@gmx.de>
8869
8870 * progmodes/gud.el (gud-common-init): Check for remoteness of
8871 `file', and not of `default-directory'.
8872
8fbcce2d
MA
88732010-07-28 Michael Albinus <michael.albinus@gmx.de>
8874
8875 * net/tramp.el (tramp-methods): Move hostname to the end in all
8876 ssh `tramp-login-args'.
8877 (tramp-verbose): Describe verbose level 9.
8878 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8879 (tramp-open-connection-setup-interactive-shell): Trace stty
8880 settings if `tramp-verbose' >= 9.
8881 (tramp-handle-start-file-process): Implement tty setting.
8882 (Bug#4604, Bug#6360)
8883
8884 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8885 `tramp-verbose' to 9.
8886
128440c9
AH
88872010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8888
8889 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8890 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8891 Remove references to package `lisp-re' (bug#4369).
8892
ae0c2494
TT
88932010-07-27 Tom Tromey <tromey@redhat.com>
8894
8895 * progmodes/js.el (js-mode):
8896 * progmodes/make-mode.el (makefile-mode):
8897 * progmodes/simula.el (simula-mode):
8898 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8899
0ed082fe 89002010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8901
8902 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8903
7c7c04c0
JB
8904 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8905 (display-time-world-buffer-name, display-time-world-mode-map):
8906 Fix typos in docstrings.
8907
0ed082fe 89082010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8909
8910 * image-mode.el (image-display-size): New function.
8911 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8912 (image-mode-fit-frame): Use it (Bug#6639).
8913
0ed082fe 89142010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8915
8916 * dired.el (dired-buffers-for-dir): Handle list values of
8917 dired-directory (Bug#6636).
8918
aa2d4bd3
SS
89192010-07-26 Sam Steingold <sds@gnu.org>
8920
8921 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8922 Do not call `x-get-selection' the second time, reuse the value.
8923
78b84da3
DU
89242010-07-26 Daiki Ueno <ueno@unixuser.org>
8925
8926 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8927 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8928
4f195cf7
DU
89292010-07-25 Daiki Ueno <ueno@unixuser.org>
8930
8931 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8932 exists before passing an error to find-file-not-found-functions
8933 (bug#6723).
8934
195e19e4
LH
89352010-07-23 Lukas Huonker <l.huonker@gmail.com>
8936
8937 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8938 Remove leading nil element, adjust values.
8939 (tetris-shapes, tetris-shape-scores):
8940 Change representation of shapes and remove some redundancy.
8941 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8942 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8943 Adjust for working with new representation of shapes.
8944 (tetris-shape-rotations): New function.
8945 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8946 (tetris-rotate-prev, tetris-rotate-next):
8947 Adjust for working with the new version of tetris-test-shape.
8948
9cf2db99
MT
89492010-07-23 Markus Triska <markus.triska@gmx.at>
8950
8951 * progmodes/ps-mode.el: Use comint (bug#5954).
8952 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8953 (ps-mode-other-newline): Simplify.
8954 (ps-run-mode): Derive from comint-mode instead of
8955 fundamental-mode, yielding input history etc.
8956 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8957 (ps-run-send-string): Adapt for comint-mode.
8958 (ps-run-newline): Remove now unneeded function.
8959
225d5e9e
MA
89602010-07-23 Michael Albinus <michael.albinus@gmx.de>
8961
8962 * net/tramp.el (tramp-methods): Move hostname to the end in all
8963 plink `tramp-login-args'.
8964
84bc68f2
MA
89652010-07-23 Michael Albinus <michael.albinus@gmx.de>
8966
8967 * net/tramp.el (tramp-open-shell): New defun.
8968 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8969 Use it.
8970
1eb5ca1c
MA
89712010-07-23 Michael Albinus <michael.albinus@gmx.de>
8972
8973 * net/tramp.el (tramp-file-name-regexp-unified)
8974 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8975 not regard the volume letter as remote filename. (Bug#5447)
8976
440735a7
JB
89772010-07-23 Juanma Barranquero <lekktu@gmail.com>
8978
8979 * custom.el (custom-declare-variable): Give a clearer error message
8980 when the docstring is missing (bug#6476).
8981
5474c40f
MM
89822010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8983
8984 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8985 (sql-login-params): New widget definition.
8986 (sql-oracle-login-params, sql-mysql-login-params)
8987 (sql-solid-login-params, sql-sybase-login-params)
8988 (sql-informix-login-params, sql-ingres-login-params)
8989 (sql-ms-login-params, sql-postgres-login-params)
8990 (sql-interbase-login-params, sql-db2-login-params)
8991 (sql-linter-login-params): Use it.
8992 (sql-sqlite-login-params): Use it; Define "database" parameter as
8993 a file name.
c4cc8b9a 8994 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8995 (sql-comint-sqlite): Make sure database name is complete.
8996 (sql-for-each-login): New function.
8997 (sql-connect, sql-save-connection): Use it.
8998 (sql-get-login-ext): New function.
8999 (sql-get-login): Use it.
9000 (sql-make-alternate-buffer-name): Handle :file parameters.
9001
9c0deccb
JB
90022010-07-22 Juanma Barranquero <lekktu@gmail.com>
9003
9004 * dired.el (dired-no-confirm): Document value t and fix defcustom to
9005 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
9006
aac818a8
TL
90072010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9008
9009 * dired.el (dired-mode-map): Use command remapping (bug#6632).
9010
47d2734f
LM
90112010-07-22 Lawrence Mitchell <wence@gmx.li>
9012
9013 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
9014
10e73994
MA
90152010-07-21 Michael Albinus <michael.albinus@gmx.de>
9016
9017 * net/tramp.el (tramp-get-ls-command)
9018 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
9019 instead of "/".
9020
d26b0ea9
MM
90212010-07-20 Michael R. Mauger <mmaug@yahoo.com>
9022
9023 * progmodes/sql.el: Version 2.3.
f49d1f52 9024 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 9025 enhanced the widget definition.
88b5a757
DD
9026 (sql-mode-menu): Add submenu to select connections.
9027 (sql-interactive-mode-menu): Add "Save Connection" item.
9028 (sql-add-product): Fix menu item.
d26b0ea9 9029 (sql-get-product-feature): Improved error handling.
5f9d345c 9030 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9031 (sql-make-alternate-buffer-name): Simplified.
9032 (sql-product-interactive): Handle missing product.
9033 (sql-connect): Support string keys, minor improvements.
9034 (sql-save-connection): New function.
9035 (sql-connection-menu-filter): New function.
9036
af4b9ae5
MA
90372010-07-20 Michael Albinus <michael.albinus@gmx.de>
9038
9039 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9040 (tramp-open-connection-setup-interactive-shell):
9041 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9042 `tramp-send-command' where it belongs to.
9043
da040a16
MA
90442010-07-20 Michael Albinus <michael.albinus@gmx.de>
9045
9046 * net/tramp.el (tramp-perl-file-attributes)
9047 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9048 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9049 front of `login-args'.
9050
16f3ade5
JB
90512010-07-19 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9054 Set `show-trailing-whitespace' to nil.
9055 (display-time-world-display): Simplify.
9056
00af0b67
AM
90572010-07-18 Alan Mackenzie <acm@muc.de>
9058
9059 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9060 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9061 (c-before-hack-hook): Call `c-set-style' differently according to
9062 whether c-file-style was set in file or directory local
9063 variables.
9064
30c4d8dc
MM
90652010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9066
9067 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9068 (sql-product, sql-user, sql-database, sql-server, sql-port):
9069 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9070 property.
9071 (sql-password): Use defcustom :risky keyword rather than putting
9072 risky-local-variable property.
9073 (sql-oracle-login-params, sql-sqlite-login-params)
9074 (sql-solid-login-params, sql-sybase-login-params)
9075 (sql-informix-login-params, sql-ingres-login-params)
9076 (sql-ms-login-params, sql-postgres-login-params)
9077 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9078 (sql-linter-login-params): Add `port' option.
88b5a757 9079 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9080 (sql-comint-oracle, sql-comint-sybase)
9081 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9082 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9083 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9084 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9085 sql-comint-*.
88b5a757 9086 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9087 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9088 (sql-connection): New variable.
30c4d8dc
MM
9089 (sql-interactive-mode): Set it.
9090 (sql-connection-alist): New variable.
9091 (sql-connect): New function.
9092 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9093 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9094
f12492c8
TV
90952010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9096
9097 * image-mode.el (image-bookmark-make-record): Do not set context
9098 in an image (Bug#6650).
9099
91023c68
CY
91002010-07-17 Chong Yidong <cyd@stupidchicken.com>
9101
9102 * simple.el (select-active-region): New function.
9103 (push-mark-command, set-mark, activate-mark)
9104 (handle-shift-selection): Use it.
9105 (deactivate-mark): Don't check for size of region.
9106
9107 * mouse.el (mouse-drag-track): Use select-active-region.
9108
1c0e8f0e
MA
91092010-07-17 Michael Albinus <michael.albinus@gmx.de>
9110
9111 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9112 "--dired" stronger.
9113
2490cbbc
CY
91142010-07-17 Chong Yidong <cyd@stupidchicken.com>
9115
9116 * term/x-win.el (x-select-enable-primary): Change default to nil.
9117 (x-select-enable-clipboard): Add :version keyword.
9118
9119 * mouse.el (mouse-drag-copy-region):
9120 * simple.el (select-active-regions): Likewise.
9121
f253ef6a
RS
91222010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9123
a628ad9d 9124 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9125 (vc-coding-system-for-diff): Use it to decide whether to inherit
9126 from the file the EOL format for reading the diffs of that file.
9127 (Bug#4451)
9128
134a027f
EZ
91292010-07-16 Eli Zaretskii <eliz@gnu.org>
9130
9131 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9132 unibyte, so compressed attachments are not compressed again.
9133
7e4289ad
MA
91342010-07-16 Michael Albinus <michael.albinus@gmx.de>
9135
9136 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9137 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9138 (tramp-find-shell): Simplify setting connection property.
9139 (tramp-get-ls-command): Make test for "--color=never" stronger.
9140
7473fff9 91412010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9142
9143 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9144 blocks within record declarations (i.e. variant parts) correctly.
9145
a11b38ee
SS
91462010-07-15 Simon South <ssouth@member.fsf.org>
9147
9148 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9149 over literal tokens when parsing so newlines aren't "absorbed" by
9150 single-line comments. Corrects the indentation of case blocks
9151 that have a comment on the first line.
9152
077e0753
KF
91532010-07-14 Karl Fogel <kfogel@red-bean.com>
9154
9155 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9156 by Drew Adams (Bug#5504).
9157
243881ed
J
91582010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9159
9160 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9161 now that Unicode is used (Bug#6594).
243881ed 9162
f9d71b42
CY
91632010-07-14 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * term/x-win.el (x-select-enable-clipboard): Default to t.
9166 (x-initialize-window-system): Don't overwrite Paste menu item.
9167
9168 * simple.el (select-active-regions): Default to t.
9169 (push-mark-command): Don't overwrite primary with empty string.
9170
9171 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9172 (mouse-drag-copy-region): Default to nil.
9173
9174 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9175 Cut/Copy/Paste menu bar items.
9176
a628ad9d 91772010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9178
9179 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9180 Patch applied by Karl Fogel.
9181
9182 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9183 and `bookmark-current-buffer' if they have been already set in
9184 another buffer (e.g gnus-art).
9185
e44fa724 91862010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9187 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9188
9189 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9190
9191 * bookmark.el (bookmark-make-record-default): Allow unneeded
9192 information to be omitted from the record.
9193
9194 Adjust declarations and calls:
9195
9196 * info.el (bookmark-make-record-default): Adjust declaration.
9197 (Info-bookmark-make-record): Adjust call.
9198
9199 * woman.el (bookmark-make-record-default): Adjust declaration.
9200 (woman-bookmark-make-record): Adjust call.
9201
9202 * man.el (bookmark-make-record-default): Adjust declaration.
9203 (Man-bookmark-make-record): Adjust call.
9204
9205 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9206
9207 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9208
0c4371fe
KF
92092010-07-13 Karl Fogel <kfogel@red-bean.com>
9210
9211 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9212 This is also from Thierry Volpiatto's patch in bug #6444. However,
9213 because it was extraneous to the functional change in that patch,
9214 and causes a re-indendation, I am committing it separately.
9215
2bb8db3e 92162010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9217
9218 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9219 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9220 Patch applied by Karl Fogel (Bug#6444).
068a0233 9221
21bd02a6
CY
92222010-07-13 Chong Yidong <cyd@stupidchicken.com>
9223
9224 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9225
79cb9c05
AR
92262010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9227
9228 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9229 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9230 (ns-alternatives-map): Change S-tab binding to backtab
9231 (bug#6616).
9232
9233 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9234 under ns.
9235
beb000f9
AS
92362010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9237
dd86ea11
JB
9238 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9239 (Bug#5806)
e9952282 9240
beb000f9
AS
9241 * language/tv-util.el (tai-viet-re): Remove format.
9242
6f2cdcd1
KH
92432010-07-12 Kenichi Handa <handa@m17n.org>
9244
dd86ea11
JB
9245 * language/hebrew.el: Remove no-byte-compile declaration.
9246 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9247 composition-function-table for 3-character looking back.
9248 (hebrew-font-get-precomposed): New function.
9249 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9250
f479ef6e
CY
92512010-07-11 Chong Yidong <cyd@stupidchicken.com>
9252
9253 * mouse.el (mouse-drag-track): Handle select-active-regions
9254 (Bug#6612).
9255
3277c1ee
MA
92562010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9257
9258 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9259 empty argument to gvfs-copy.
9260
3260caf8
GM
92612010-07-10 Glenn Morris <rgm@gnu.org>
9262
9263 * calendar/calendar.el (calendar-week-end-day): New function.
9264 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9265 Respect calendar-week-start-day. (Bug#6606)
9266 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9267 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9268 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9269 respect calendar-week-start-day.
9270
c876b263
CY
92712010-07-10 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * simple.el (use-region-p): Doc fix (Bug#6607).
9274
dce34635
AG
92752010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9276
6a7662bb
BR
9277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9278 Add regexps for cucumber and ruby.
dce34635 9279
c0397930
DU
92802010-07-08 Daiki Ueno <ueno@unixuser.org>
9281
9282 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9283 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9284 find-file from opening empty buffer when decryption failed
c0397930
DU
9285 (bug#6568).
9286
fd5539c6
AM
92872010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9288
a628ad9d
JB
9289 * textmodes/ispell.el (ispell-alternate-dictionary):
9290 Use file-readable-p.
fd5539c6
AM
9291 Return nil if no word-list is found at default locations.
9292 (ispell-complete-word-dict): Default to nil.
9293 (ispell-command-loop): Use 'word-list' when using lookup-words.
9294 (lookup-words): Use ispell-complete-word-dict or
9295 ispell-alternate-dictionary. Check for word-list availability
9296 and handle errors if needed with better messages (Bug#6539).
9297 (ispell-complete-word): Use ispell-complete-word-dict or
9298 ispell-alternate-dictionary.
9299
4565b08e
CS
93002010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9301
9302 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9303 builtins (BufferError, BytesWarning, WindowsError; callables
9304 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9305
a2c270e7
GM
93062010-07-07 Glenn Morris <rgm@gnu.org>
9307
9308 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9309 (zone-shift-left): Ignore intangibility, and any errors from
9310 forward-char.
9311 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9312 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9313 deleting, and copying text properties.
9314 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9315 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9316 to point-max is hard.
9317 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9318 (zone-fill-out-screen): Ignore intangibility.
9319
81133808
CY
93202010-07-05 Chong Yidong <cyd@stupidchicken.com>
9321
4ad11f8c
CY
9322 * menu-bar.el (menu-bar-mode):
9323 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9324 if it has been set.
9325
81133808
CY
9326 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9327 word/line selection (Bug#6565).
9328
b24344ca
JB
93292010-07-04 Juanma Barranquero <lekktu@gmail.com>
9330
9331 * net/dbus.el (dbus-send-signal): Declare function.
9332
b1ce08da
MA
93332010-07-04 Michael Albinus <michael.albinus@gmx.de>
9334
9335 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9336 (dbus-register-property): New optional argument EMITS-SIGNAL.
9337 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9338
5592c08f
CY
93392010-07-03 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * mouse.el (mouse-drag-overlay): Variable deleted.
9342 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9343 (mouse--remap-link-click-p): New function.
9344 (mouse-drag-track): Handle dragging by using temporary Transient
9345 Mark mode, instead of a special overlay.
9346 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9347 mouse-show-mark.
9348
9349 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9350 deleted.
9351
a6ed0e28
JL
93522010-07-02 Juri Linkov <juri@jurta.org>
9353
9354 * autoinsert.el (auto-insert-alist): Fix readability
9355 by using dotted pair notation for lambda.
9356
c91e692b
JL
93572010-07-02 Juri Linkov <juri@jurta.org>
9358
9359 * faces.el (read-face-name): Rename arg `string-describing-default'
9360 to `default'. Doc fix. Display the default value in quotes
9361 in the prompt. With empty input, return the `default' arg,
9362 unless the default value is a string (in which case return nil).
9363 (describe-face): Replace the string `default' arg of `read-face-name'
9364 with the symbol `default'.
9365
23640f8f
CY
93662010-07-02 Chong Yidong <cyd@stupidchicken.com>
9367
9368 * emulation/viper-cmd.el (viper-delete-backward-char)
9369 (viper-del-backward-char-in-insert)
9370 (viper-del-backward-char-in-replace, viper-change)
9371 (viper-backward-indent): Replace delete-backward-char with
9372 delete-char (Bug#6552).
9373
b32d1614
CY
93742010-07-01 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9377
c1ef4455
CY
93782010-06-30 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9381 argument passed to frame-creation-function (Bug#5378).
9382
9383 * faces.el (x-handle-named-frame-geometry)
9384 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9385 (face-set-after-frame-default, tty-create-frame-with-faces):
9386 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9387 PARAMETER argument.
9388
55702e89
AS
93892010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9390
9391 * startup.el (command-line): Don't call tool-bar-setup in a
9392 tty-only build.
9393
dc9a226c
CY
93942010-06-30 Chong Yidong <cyd@stupidchicken.com>
9395
9396 * ruler-mode.el (ruler--save-header-line-format): New fun.
9397 (ruler-mode): Use it as a setter function, so as not to overwrite
9398 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9399
a2f043d3
CY
94002010-06-29 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9403 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9404 (vc-log-outgoing): Use it.
9405 (vc-diff-internal): Set diff-vc-backend.
9406
9407 * vc/diff-mode.el (diff-vc-backend): New var.
9408
62d115ef
J
94092010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9410
6a7662bb
BR
9411 * dynamic-setting.el (font-setting-change-default-font):
9412 Remove call to message.
62d115ef 9413
1180f752
KH
94142010-06-28 Kenichi Handa <handa@m17n.org>
9415
9416 * international/quail.el (quail-insert-kbd-layout): Fix the
9417 showing of untranslated characters.
9418
b9229673
CY
94192010-06-28 Chong Yidong <cyd@stupidchicken.com>
9420
9421 * simple.el (delete-active-region): New option.
9422 (delete-backward-char): Implement in Lisp.
9423 (delete-forward-char): New command.
9424
5f9d345c 9425 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9426 (mouse-show-mark): Simplify.
9427
9428 * bindings.el (global-map): Bind delete and DEL, the former to
9429 delete-forward-char.
9430
a628ad9d 94312010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9432
9433 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9434 (ruby-mode): Bind indent-line-function (Bug#5119).
9435
3468f435
CY
94362010-06-27 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * startup.el (command-line): Recognize "0" X resource value.
9439
6431f2e6
CY
94402010-06-27 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * startup.el (command-line): Use X resources to set the value of
9443 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9444
9445 * menu-bar.el (menu-bar-mode):
9446 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9447 Set init-value to t.
9448
9449 * frame.el (frame-notice-user-settings): Don't change
9450 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9451 vice versa (Bug#2249).
9452
b61dfbe2
EZ
94532010-06-26 Eli Zaretskii <eliz@gnu.org>
9454
9455 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9456
f5cbf40e
AM
94572010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9458
a628ad9d
JB
9459 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9460 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9461
a628ad9d 9462 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9463 default directories are expanded (Bug#6143).
f5cbf40e 9464
8f3b8a5f
JL
94652010-06-24 Juri Linkov <juri@jurta.org>
9466
9467 * minibuffer.el (completions-format): Change default from nil to
9468 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9469
5af72a47
JL
94702010-06-24 Juri Linkov <juri@jurta.org>
9471
9472 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9473 buffer-locally to lambda that re-runs the vc diff command.
9474 (Bug#6447)
9475
8f804316
CY
94762010-06-24 Chong Yidong <cyd@stupidchicken.com>
9477
9478 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9479 echo area is in use (Bug#3412).
9480
be19ef0b
GM
94812010-06-22 Glenn Morris <rgm@gnu.org>
9482
6555773f
GM
9483 * textmodes/texinfmt.el (texinfo-format-region)
9484 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9485 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9486 (texinfo-format-option, texinfo-noindent):
9487 Use line-beginning-position and line-end-position.
9488
be19ef0b
GM
9489 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9490 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9491 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9492 utf-8 characters.
9493
7f0b7b3e
KF
94942010-06-21 Karl Fogel <kfogel@red-bean.com>
9495
49554388
GM
9496 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9497 forward-line fallout.
9498
e8579ebc
CY
94992010-07-06 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * mouse.el (mouse-appearance-menu): Add docstring.
9502
9503 * help.el (describe-key): Print up-event using key-description.
9504
5d1cd8bd
MA
95052010-07-03 Michael Albinus <michael.albinus@gmx.de>
9506
9507 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9508 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9509 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9510
112dbc0e
MA
95112010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9512
9513 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9514
d0cb23ca
DN
95152010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9516
9517 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9518 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9519 cases that cause insertion.
9520 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9521 with a nil state.
9522
01b229d1
CY
95232010-06-30 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9526
8bf1c786 95272010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9528
9529 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9530
dfc6544c
CY
95312010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9532
9533 * generic-x.el (bat-generic-mode): Fix regexp for command line
9534 switches (Bug#5719).
9535
b7d4de51
CY
95362010-06-27 Masatake YAMATO <yamato@redhat.com>
9537
dfc6544c
CY
9538 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9539 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9540
53cfe624 95412010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9542
8bf1c786 9543 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9544 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9545 bindings of bookmark-automatically-show-annotations (Bug#6515).
9546
aca54191
EZ
95472010-06-25 Eli Zaretskii <eliz@gnu.org>
9548
9549 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9550 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9551
2330fa87
ŠN
95522010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9553
9554 * comint.el (make-comint, make-comint-in-buffer): Mention return
9555 value in the docstrings. (Bug#6498)
9556
29115ca9
YR
95572010-06-24 Yoni Rabkin <yoni@rabkins.net>
9558
9559 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9560 since it is not present when using some non-default switches.
9561
2c79f053
KF
95622010-06-23 Karl Fogel <kfogel@red-bean.com>
9563
7f0b7b3e
KF
9564 * simple.el (compose-mail): Fix doc string to refer to
9565 `compose-mail-user-agent-warnings', instead of to the
9566 nonexistent `compose-mail-check-user-agent'.
9567
43a91810
AM
95682010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9569
9570 Fix an indentation bug:
9571
9572 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9573 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9574 of existing values.
9575
9576 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9577 (c-clear->-pair-props-if-match-before): now return t when they've
9578 cleared properties, nil otherwise.
9579 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9580 by taking account of the existing value.
9581
9582 * progmodes/cc-defs.el
9583 (c-clear-char-property-with-value-function): Fix this to clear the
9584 property rather than overwriting it with nil.
9585
8adb4c33
CY
95862010-06-20 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * emacs-lisp/package.el (package-print-package): Add link to
9589 package description via describe-package.
9590 (describe-package-1): List package requirements. Add button to
9591 perform installation.
9592 (package-menu-describe-package): New command.
9593
9594 * help-mode.el (help-package): New button type.
9595
cced7584
CY
95962010-06-19 Chong Yidong <cyd@stupidchicken.com>
9597
9598 * emacs-lisp/package.el: Move package-list-packages binding to
9599 menu-bar.el.
9600 (describe-package, describe-package-1, package--dir): New funs.
9601 (package-activate-1): Use package--dir.
9602
9603 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9604
9605 * help-mode.el (help-package-def): New button type.
9606
9607 * menu-bar.el: Move package-list-packages binding here from
9608 package.el.
9609
d148e8f9
GH
96102010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9611
9612 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9613
b1a03ef6
SM
96142010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9615
9616 * emacs-lisp/edebug.el (edebug-read-list):
9617 Phase out old-style backquotes.
9618
dbd6da78
JL
96192010-06-17 Juri Linkov <juri@jurta.org>
9620
9621 * help-mode.el (help-mode): Set buffer-local variable
9622 revert-buffer-function to help-mode-revert-buffer.
9623 (help-mode-revert-buffer): New function.
9624
9625 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9626 before popping to "*info*" (like in other Info functions).
9627 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9628 old-history-forward. Pop to old-buffer-name or "*info*" to
9629 recreate the killed buffer. Set Info-history-forward from
9630 old-history-forward.
9631 (Info-breadcrumbs-depth): Add :group and :version.
9632
64eba874
DN
96332010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9634
9635 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9636
26508c03
AM
96372010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9638
a628ad9d
JB
9639 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9640 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9641
69582fcd
JB
96422010-06-17 Juanma Barranquero <lekktu@gmail.com>
9643
54ea2a0d
JB
9644 * emacs-lisp/package.el (package-menu-mode-map):
9645 Move initialization into declaration.
9646
69582fcd
JB
9647 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9648
44198b6e
CY
96492010-06-17 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * emacs-lisp/package.el (package-archive-base): Point to
9652 elpa.gnu.org.
9653 (package-enable, package-load-list): New defcustoms.
9654 (package-user-dir, package-directory-list): Turn into defcustoms.
9655 Don't include package-user-dir in package-directory-list.
9656 (package--builtins-base): Don't include Emacs as a "package".
9657 (package-subdirectory-regexp): New var.
9658 (package-load-all-descriptors, package-compute-transaction)
9659 (package-download-transaction): Obey package-load-list.
9660 (package-activate-1): Rename from package-do-activate.
9661 (package-list-packages-internal): Check package-load-list.
9662 (package-load-descriptor, package-generate-autoloads)
9663 (package-unpack, package-unpack-single)
6a7662bb
BR
9664 (package--read-archive-file, package-delete):
9665 Use expand-file-name.
44198b6e
CY
9666
9667 * emacs-lisp/package-x.el: New file. Package uploading
9668 functionality split out from package.el.
9669
95b6d681 9670 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9671
96722010-06-17 Tom Tromey <tromey@redhat.com>
9673
9674 * emacs-lisp/package.el: New file.
9675
50d76a9f
DN
96762010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9677
9678 Fix vc-annotate for renamed files when using Git.
76e3243a 9679 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9680 ls-files. Doe not pass the object as a file name to cat-file, it
9681 is not a file name.
9682 (vc-git-annotate-command): Pass the file name using -- to avoid
9683 ambiguity with the revision.
9684 (vc-git-previous-revision): Pass a relative file name.
9685
6095a05b
GM
96862010-06-22 Glenn Morris <rgm@gnu.org>
9687
943375a6
GM
9688 * progmodes/js.el (js-mode-map): Use standard capitalization and
9689 ellipses for menu entries.
9690
6095a05b
GM
9691 * wid-edit.el (widget-complete): Doc fix.
9692
4514199e
JH
96932010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9694
9695 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9696
c4786d60
DN
96972010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9698
11c46b39 9699 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9700 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9701 VC backend. Use it when non-nil.
a628ad9d 9702 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9703 (Bug#6487).
11c46b39 9704
c4786d60 9705 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9706 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9707 Do not pass the file name to the 'previous-revision call when we
9708 don't want a file diff. (Bug#6489)
9709
04ec0963
DN
97102010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9711
11c46b39 9712 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9713 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9714 the VC backend. Use it when non-nil.
76e3243a 9715 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9716 backend to vc-find-revision. (Bug#6487)
9717
c036381c
DN
97182010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9719
9720 Fix reading file names in Git annotate buffers.
95b6d681
JB
9721 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9722 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9723
05c123e6
AM
97242010-06-20 Alan Mackenzie <acm@muc.de>
9725
9726 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9727 in file local variables, set it first.
9728
4111f0c7
GM
97292010-06-19 Glenn Morris <rgm@gnu.org>
9730
74739ffd
GM
9731 * descr-text.el (describe-char-unicode-data): Insert separating
9732 space when needed. (Bug#6422)
9733
4111f0c7
GM
9734 * progmodes/idlwave.el (idlwave-action-and-binding):
9735 Fix typo in 2009-12-03 change. (Bug#6450)
9736
e20f0421
SM
97372010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9740 handling for `lambda' (misunderstanding).
9741
fb3e306a
JB
97422010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9743
dd86ea11 9744 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9745 constants aren't distributed after they are factored out.
9746
e020fb59
JL
97472010-06-16 Juri Linkov <juri@jurta.org>
9748
9749 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9750 `list-colors-print'. (Bug#6332)
9751
b8add347
SM
9752 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9753
36901266
SM
97542010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9755
49b2e83d
SM
9756 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9757 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9758
36901266
SM
9759 * font-lock.el (font-lock-major-mode): Rename from
9760 font-lock-mode-major-mode to distinguish it from
9761 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9762 (font-lock-set-defaults):
9763 * font-core.el (font-lock-default-function): Adjust users.
9764 (font-lock-mode): Don't set it at all.
9765
2a64315a 97662010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9767
76e3243a 9768 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9769
2a64315a 97702010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9771
9772 * calendar/appt.el (appt-time-msg-list): Doc fix.
9773 (appt-check): Let-bind appt-warn-time.
9774 (appt-add): Make the 3rd argument optional.
9775 Simplify argument names. Doc fix. Check for integer WARNTIME.
9776 Only add WARNTIME to the output list if non-nil.
9777
2a64315a 97782010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9779
9780 * calendar/appt.el (appt-check): Let the 3rd element of
9781 appt-time-msg-list specify the warning time.
9782 (appt-add): Add new argument with the warning time. (Bug#5176)
9783
6a7662bb 97842010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9785
76e3243a 9786 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9787 older than version 1.6. (Bug#6361)
9788
2a64315a 97892010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9790
9791 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9792 used by cl-do-arglist. (Bug#6408)
9793
30d7ac37
AM
97942010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9795
6a7662bb
BR
9796 * textmodes/ispell.el (ispell-dictionary-base-alist):
9797 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9798 Suggested by Rolando Pereira (bug#6434).
9799
8fd02581
JB
98002010-06-15 Juanma Barranquero <lekktu@gmail.com>
9801
9802 * facemenu.el (list-colors-sort): Doc fix.
9803
6a7662bb 98042010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9805
9806 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9807
f0bf7c8e
JL
98082010-06-14 Juri Linkov <juri@jurta.org>
9809
9810 Add sort option `list-colors-sort'. (Bug#6332)
9811 * facemenu.el (color-rgb-to-hsv): New function.
9812 (list-colors-sort): New defcustom.
9813 (list-colors-sort-key): New function.
9814 (list-colors-display): Doc fix. Sort list according to the option
9815 `list-colors-sort'.
9816 (list-colors-print): Add HSV values to `help-echo' property of
9817 RGB strings.
9818
c42fe9a5
JL
98192010-06-14 Juri Linkov <juri@jurta.org>
9820
9821 * compare-w.el: Move to the "vc" subdirectory.
9822
b263a4c4
SM
98232010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9824
d8b0cddd
SM
9825 * image-mode.el (image-mode-map): Remap left-char and right-char.
9826
b263a4c4
SM
9827 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9828
89877f5f
CY
98292010-06-12 Chong Yidong <cyd@stupidchicken.com>
9830
133a8d82
CY
9831 * term/common-win.el (x-colors): Add all the color names defined
9832 in rgb.txt (Bug#6332).
9833
89877f5f
CY
9834 * facemenu.el (list-colors-print): Don't print extra names if it
9835 will overflow the window width.
9836
9837 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9838 change (Bug#6343).
89877f5f 9839
9d1f18b5
EZ
98402010-06-12 Eli Zaretskii <eliz@gnu.org>
9841
9842 * files.el (make-directory): Doc fix (bug#6396).
9843
b81a0b56
MA
98442010-06-12 Michael Albinus <michael.albinus@gmx.de>
9845
9846 * net/tramp.el (tramp-remote-process-environment): Protect version
9847 string by apostroph.
9848 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9849 XEmacs.
9850 (tramp-file-name-for-operation): Add `call-process-region'.
9851 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9852
9853 * net/tramp-compat.el (top): Do not autoload
9854 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9855 only when `start-file-process' is not bound.
9856 (tramp-advice-file-expand-wildcards): Do not use
9857 `tramp-handle-file-remote-p'.
9858 (tramp-compat-make-temp-file): Handle the case, that
9859 `make-temp-file' has no third argument EXTENSION.
9860
69f18acc
JB
98612010-06-11 Juanma Barranquero <lekktu@gmail.com>
9862
5fee75d4
JB
9863 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9864
69f18acc
JB
9865 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9866
9766adfb
JL
98672010-06-11 Juri Linkov <juri@jurta.org>
9868
9869 * finder.el (finder-known-keywords): Add keyword "vc"
9870 for version control.
9871
9872 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9873 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9874 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9875 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9876
56b2854f
JL
98772010-06-11 Juri Linkov <juri@jurta.org>
9878
9879 Move version control related files to the "vc" subdirectory.
9880 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9881 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9882 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9883 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9884 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9885 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9886 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9887 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9888 Move files to the "vc" subdirectory.
9889
6534e58a
CY
98902010-06-11 Chong Yidong <cyd@stupidchicken.com>
9891
9892 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9893 (Bug#6367).
9894
84d9562f
SE
98952010-06-11 Stephen Eglen <stephen@gnu.org>
9896
9897 * shell.el: Bind `shell-resync-dirs' to M-RET.
9898
3ef0a6a5
MA
98992010-06-10 Michael Albinus <michael.albinus@gmx.de>
9900
9901 * notifications.el: Move file from lisp/net, because it is
9902 supposed to talk locally to the user.
9903
fa4003da
MA
99042010-06-10 Julien Danjou <julien@danjou.info>
9905
9906 * net/notifications.el (notifications-on-action-signal)
9907 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9908 argument to the callback functions. Add docstrings.
fa4003da
MA
9909 (notifications-notify): Fix docstring.
9910
46e6650e
GM
99112010-06-10 Glenn Morris <rgm@gnu.org>
9912
9913 * emacs-lisp/authors.el (authors-ignored-files)
9914 (authors-valid-file-names): Add some files.
9915
a71832f7
SM
99162010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9919 merge conflict, giving preference to the emacs-23 version of the code.
9920
8c6eab5a
SM
99212010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9922
989bc97f
SM
9923 * emacs-lisp/advice.el (ad-compile-function):
9924 Define warning-suppress-types before we let-bind it (bug#6275).
9925
8c6eab5a
SM
9926 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9927 declare it, make it buffer-local and permanent-local (bug#6324).
9928 (vc-resynch-window): Adjust name.
9929 * vc-hooks.el (vc-find-file-hook): Adjust name.
9930
890a18d6
MA
99312010-06-09 Michael Albinus <michael.albinus@gmx.de>
9932
9933 * net/notifications.el (notifications-notify): Fix docstring.
9934
bf3e70eb
JB
99352010-06-09 Juanma Barranquero <lekktu@gmail.com>
9936
9937 Update to Unicode 6.0.0 beta.
9938 * international/charprop.el: Update copyright.
9939 * international/mule-cmds.el (ucs-names): Update character ranges.
9940 * international/uni-bidi.el:
9941 * international/uni-category.el:
9942 * international/uni-combining.el:
9943 * international/uni-comment.el:
9944 * international/uni-decimal.el:
9945 * international/uni-decomposition.el:
9946 * international/uni-digit.el:
9947 * international/uni-lowercase.el:
9948 * international/uni-mirrored.el:
9949 * international/uni-name.el:
9950 * international/uni-numeric.el:
9951 * international/uni-old-name.el:
9952 * international/uni-titlecase.el:
9953 * international/uni-uppercase.el: Regenerate.
9954
b978141d
JB
99552010-06-09 Juanma Barranquero <lekktu@gmail.com>
9956
ee8359ba
JB
9957 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9958 (smie-precs-precedence-table): Fix typo in docstring.
9959
f64ab8fb
JB
9960 * vc-mtn.el (log-edit-extract-headers): Declare function.
9961
883ffa8c
JB
9962 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9963
b978141d
JB
9964 * net/notifications.el (dbus-register-signal): Declare function.
9965 (notifications-notify): Fix typos and reflow docstring.
9966
5f4f2ae4
DN
99672010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9968
9969 Improve VC create/retrieve tag/branch.
9970 * vc.el (vc-create-tag): Do not read the directory name for VCs
9971 with repository revision granularity. Adjust the tag/branch
9972 prompt. Reset VC properties.
9973 (vc-retrieve-tag): Do not read the directory name for VCs
9974 with repository revision granularity. Reset VC properties.
9975
41a86354
MA
99762010-06-09 Julien Danjou <julien@danjou.info>
9977
ef33fd34 9978 * net/notifications.el: New file.
41a86354 9979
fab43c76
DN
99802010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9981
00fd1147
DN
9982 Add optional support for resetting VC properties.
9983 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9984 call vc-file-clearprops when true.
9985 (vc-resynch-buffer): Add new optional argument, pass it down.
9986 (vc-resynch-buffers-in-directory): Likewise.
9987
fab43c76
DN
9988 Improve support for special markup in the VC commit message.
9989 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9990 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9991 * vc-git.el (vc-git-checkin):
9992 * vc-bzr.el (vc-bzr-checkin): Likewise.
9993
e7d67e73
SM
99942010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9997 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9998
277e6741
MP
99992010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
10000
10001 * iimage.el: Remove images as soon as the underlying text is modified.
10002 (iimage-modification-hook): New function.
10003 (iimage-mode-buffer): Use it.
10004
83156c18
SM
100052010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
10008 smie-indent-offset-after. Add :prev case. Make a bit more generic.
10009 (smie-indent-virtual): Remove `virtual' arg. Update callers.
10010 (smie-indent-keyword): Add handling of open-paren keywords.
10011 (smie-indent-comment-continue): Don't assume comment-continue.
10012
13b5221f
MR
100132010-06-07 Martin Rudalics <rudalics@gmx.at>
10014
10015 * window.el (pop-to-buffer): Remove the conditional that
10016 compares new-window and old-window, so it will reselect
10017 the selected window unconditionally.
10018 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
10019
c2ea5810
SM
100202010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * emacs-lisp/smie.el (smie-indent-offset-after)
10023 (smie-indent-forward-token, smie-indent-backward-token): New functions.
10024 (smie-indent-after-keyword): Use them.
10025 (smie-indent-fixindent): Only applies to the indentation of the BOL.
10026 (smie-indent-keyword): Tweak the black magic.
10027 (smie-indent-comment-continue): Strip comment-continue before use.
10028 (smie-indent-functions): Indent comments before keywords.
10029
27dd3c11
JL
100302010-06-06 Juri Linkov <juri@jurta.org>
10031
10032 * isearch.el (isearch-lazy-highlight-search): Fix looping
10033 by checking for empty match. This syncs this loop with the
10034 similar loop in `isearch-search'. (Bug#6362)
10035
35b148ee
JB
100362010-06-05 Juanma Barranquero <lekktu@gmail.com>
10037
10038 * net/dbus.el (dbus-register-method): Declare function.
10039 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10040 (dbus-introspect): Doc fix.
10041 (dbus-event-bus-name, dbus-introspect-get-interface)
10042 (dbus-introspect-get-argument): Reflow docstrings.
10043
eccdfe5f
DN
100442010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10045
10046 vc-log-incoming/vc-log-outgoing fixes for Git.
10047 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10048 incoming/outgoing logs.
10049 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10050 instead of vc-git-compute-remote.
10051 (vc-git-compute-remote): Remove.
10052
86253dc0
CY
100532010-06-04 Chong Yidong <cyd@stupidchicken.com>
10054
10055 * term/common-win.el (x-colors): Add "dark green" and "dark
10056 turquoise" (Bug#6332).
10057
0665f661
JL
100582010-06-04 Juri Linkov <juri@jurta.org>
10059
10060 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10061 Instead of setting `replace' to t and replacing the same string
10062 with itself, don't do certain actions when
10063 kill-do-not-save-duplicates is non-nil and string is equal to car
10064 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10065 interprogram-paste strings to kill-ring, and don't push the input
10066 argument `string' to kill-ring.
10067 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10068
087fc47a
JB
100692010-06-04 Juanma Barranquero <lekktu@gmail.com>
10070
10071 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10072
4f201088
MA
100732010-06-04 Michael Albinus <michael.albinus@gmx.de>
10074
10075 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10076 (tramp-gvfs-handler-mounted-unmounted)
10077 (tramp-gvfs-connection-mounted-p): Handle default-location.
10078
10079 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10080 move files to trash.
10081
18ccd78a
JB
100822010-06-04 Juanma Barranquero <lekktu@gmail.com>
10083
10084 * international/mule-cmds.el (nonascii-insert-offset)
10085 (nonascii-translation-table): Add obsolescence information.
10086
10087 * international/mule.el (make-translation-table-from-vector): Doc fix.
10088
3845c322
GM
100892010-06-03 Glenn Morris <rgm@gnu.org>
10090
10091 * desktop.el (desktop-clear-preserve-buffers):
10092 Add "*Warnings*" buffer. (Bug#6336)
10093
54d3626e
DN
100942010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10095
6941ffec
DN
10096 vc-log-incoming/vc-log-outgoing improvements for Git.
10097 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10098 short log.
10099 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10100
54d3626e
DN
10101 Add bindings for vc-log-incoming and vc-log-outgoing.
10102 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10103 and vc-log-outgoing.
10104 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10105 and vc-log-outgoing.
10106
aa1bc616
CY
101072010-06-03 Chong Yidong <cyd@stupidchicken.com>
10108
10109 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10110 (rcirc-handler-366): Always sort nicknames.
10111
e2d2a205
JB
101122010-06-03 Juanma Barranquero <lekktu@gmail.com>
10113
10114 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10115
44ea155d
CY
101162010-06-03 Chong Yidong <cyd@stupidchicken.com>
10117
a628ad9d 10118 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10119
a91dedc4
SM
101202010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10123 (rcirc-sort-nicknames-join): Avoid setq.
10124
c62bf05a
DD
101252010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10126
10127 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10128 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10129 (rcirc-handler-366): Use them.
10130
dd2c3c92
SM
101312010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 Split smie-indent-calculate into more manageable chunks.
10134 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10135 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10136 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10137 (smie-indent-exps): Extract from smie-indent-calculate.
10138 (smie-indent-functions): New var.
10139 (smie-indent-functions): Use them.
10140
927c346b
SM
101412010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10142
10143 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10144 (smie-indent-calculate): Simplify and cleanup.
10145
1efeec86
MA
101462010-06-02 Michael Albinus <michael.albinus@gmx.de>
10147
10148 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10149 (tramp-gvfs-mount-point): Remove.
10150 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10151 New defuns.
1efeec86
MA
10152 (with-tramp-dbus-call-method): Format trace message.
10153 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10154 Implement backup call, when operation on local files fails.
10155 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10156 (tramp-gvfs-handle-make-directory): Make more traces.
10157 (tramp-gvfs-url-file-name): Hexify file name in url.
10158 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10159 into account for the resulting file name.
10160 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10161 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10162 (tramp-gvfs-handler-mounted-unmounted)
10163 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10164 attribute "default_location". Set "prefix" property.
10165 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10166 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10167 exists. Raise an error, if not (due to a corresponding answer
10168 "no" in interactive questions, for example).
10169
89877f5f 101702010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10171
10172 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10173
24f574a9
JB
101742010-06-01 Juanma Barranquero <lekktu@gmail.com>
10175
10176 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10177 right-*. (Bug#6265)
10178
290736f2
DN
101792010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10180
61158bfa
DN
10181 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10182 * vc-git.el (vc-git-compute-remote): New function.
10183 (vc-git-log-outgoing): Use it instead of hard coding a value.
10184 (vc-git-log-incoming): New function.
10185
5828f6ca
DN
10186 Improve state updating for VC tag commands.
10187 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10188 to update the state of all buffers in the directory.
10189
290736f2
DN
10190 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10191
feceda26
SM
101922010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10193
10194 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10195 `file-directory-p' to the filename part rather than to the whole text.
10196
896114cf
SM
101972010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10198
10199 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10200
1603358c
DA
102012010-05-31 Drew Adams <drew.adams@oracle.com>
10202
10203 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10204
fe40dc63
JB
102052010-05-31 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * subr.el (momentary-string-display): Just use read-event to read
10208 the exit event (Bug#6238).
10209
9e8014c6
EZ
102102010-05-30 Eli Zaretskii <eliz@gnu.org>
10211
10212 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10213
61a08071
JB
102142010-05-30 Juanma Barranquero <lekktu@gmail.com>
10215
10216 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10217 Suggested by Eli Zaretskii <eliz@gnu.org>.
10218
5feec8ca
SM
102192010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * minibuffer.el (completion-file-name-table): Don't return a boundary
10222 past the end of `string' (bug#6299).
10223 (completion--file-name-table): Delegate to completion-file-name-table
10224 for the `boundaries' case.
10225
8175cb90
JB
102262010-05-30 Juanma Barranquero <lekktu@gmail.com>
10227
2b94133f
JB
10228 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10229 movement commands.
10230
8175cb90
JB
10231 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10232 `path-separator', but maintain compatibility with Emacs 20.2.
10233
0191e222
CY
102342010-05-29 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * server.el (server-process-filter): Receive parent-id argument
10237 from emacsclient.
10238 (server-create-window-system-frame): New arg. Pass parent-id as
10239 frame parameter.
10240
9b655a0a
EZ
102412010-05-29 Eli Zaretskii <eliz@gnu.org>
10242
db5dce9d
EZ
10243 Bidi-sensitive word movement with arrow keys.
10244 * subr.el (right-arrow-command, left-arrow-command): Move to
10245 bindings.el.
10246
10247 * bindings.el (right-char, left-char): Move from subr.el and
10248 rename from right-arrow-command and left-arrow-command.
10249 (right-word, left-word): New functions.
10250 (global-map) <right>: Bind to right-char.
10251 (global-map) <left>: Bind to left-char.
10252 (global-map) <C-right>: Bind to right-word.
10253 (global-map) <C-left>: Bind to left-word.
10254
9b655a0a
EZ
10255 * ls-lisp.el (ls-lisp-classify-file): New function.
10256 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10257 (ls-lisp-classify): Call ls-lisp-classify-file.
10258 (insert-directory): Remove blanks from switches.
10259
fcb52808
CY
102602010-05-29 Chong Yidong <cyd@stupidchicken.com>
10261
10262 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10263 (ansi-color-drop-regexp): New constant.
10264 (ansi-color-apply, ansi-color-filter-region)
896114cf 10265 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10266 (ansi-color-apply): Build string list before calling concat.
10267
0040735a
JL
102682010-05-28 Juri Linkov <juri@jurta.org>
10269
10270 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10271 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10272 (Bug#5270)
10273
b6827fff
MA
102742010-05-28 Michael Albinus <michael.albinus@gmx.de>
10275
10276 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10277 to ignored backtrace functions.
10278 (with-progress-reporter): Expand docstring.
10279 (tramp-handle-delete-file): Implement TRASH argument.
10280 (tramp-get-remote-trash): New defun.
10281
eba082a2
MA
102822010-05-28 Michael Albinus <michael.albinus@gmx.de>
10283
6a7662bb
BR
10284 * net/tramp-compat.el (tramp-compat-delete-file):
10285 Use `symbol-value' for backward compatibility.
eba082a2
MA
10286
10287 * net/tramp.el (tramp-handle-make-symbolic-link)
10288 (tramp-handle-load)
10289 (tramp-do-copy-or-rename-file-via-buffer)
10290 (tramp-do-copy-or-rename-file-directly)
10291 (tramp-do-copy-or-rename-file-out-of-band)
10292 (tramp-handle-process-file, tramp-handle-call-process-region)
10293 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10294 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10295 (tramp-delete-temp-file-function): Use `delete-file' instead
10296 of `tramp-compat-delete-file'.
10297
10298 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10299 (tramp-fish-handle-make-symbolic-link)
10300 (tramp-fish-handle-process-file): Use `delete-file' instead
10301 of `tramp-compat-delete-file'.
10302
6a7662bb
BR
10303 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10304 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10305
0dc3e410
MA
10306 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10307 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10308
6a7662bb
BR
10309 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10310 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10311
10312 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10313 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10314 (tramp-smb-handle-write-region): Use `delete-file' instead of
10315 `tramp-compat-delete-file'.
10316 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10317
f1a5d776
CY
103182010-05-27 Chong Yidong <cyd@stupidchicken.com>
10319
10320 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10321 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10322 (dired-do-flagged-delete, dired-do-delete): Use trash.
10323
10324 * speedbar.el (speedbar-item-delete): Allow trashing.
10325
10326 * files.el (delete-directory): New arg TRASH.
10327
10328 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10329 (ange-ftp-rename-remote-to-remote)
10330 (ange-ftp-rename-local-to-remote)
10331 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10332 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10333 `delete-file'.
10334 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10335 allow trashing.
10336
10337 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10338 handle new TRASH arg of `delete-file'.
10339
c4ce1145 10340 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10341 (tramp-handle-make-symbolic-link, tramp-handle-load)
10342 (tramp-do-copy-or-rename-file-via-buffer)
10343 (tramp-do-copy-or-rename-file-directly)
10344 (tramp-do-copy-or-rename-file-out-of-band)
10345 (tramp-handle-process-file, tramp-handle-call-process-region)
10346 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10347 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10348 (tramp-delete-temp-file-function): Use null TRASH arg in
10349 tramp-compat-delete-file call.
10350
10351 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10352 (tramp-fish-handle-delete-file)
10353 (tramp-fish-handle-make-symbolic-link)
10354 (tramp-fish-handle-process-file): Use null TRASH arg in
10355 `tramp-compat-delete-file' call.
10356
10357 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10358 arg in `tramp-compat-delete-file' call.
10359
10360 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10361 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10362 `tramp-compat-delete-file' call.
10363
10364 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10365 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10366 `tramp-compat-delete-file' call.
10367
10368 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10369 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10370 (tramp-smb-handle-write-region): Use null TRASH arg in
10371 tramp-compat-delete-file call.
10372 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10373 (tramp-smb-handle-delete-file): Rename arg.
10374
10375 * diff.el (diff-sentinel):
10376 * epg.el (epg--make-temp-file, epg-decrypt-string)
10377 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10378 * jka-compr.el (jka-compr-partial-uncompress)
10379 (jka-compr-call-process, jka-compr-write-region):
10380 * server.el (server-sentinel): Remove optional arg from
10381 delete-file, reverting 2010-05-03 change.
10382
ecb0ab90
CY
103832010-05-27 Chong Yidong <cyd@stupidchicken.com>
10384
6a7662bb
BR
10385 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10386 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10387
2b25da45
KH
103882010-05-27 Kenichi Handa <handa@m17n.org>
10389
10390 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10391 element of GSTRING is nil.
10392
11e4d8c0
SM
103932010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * emacs-lisp/smie.el (smie-forward-token-function)
10396 (smie-backward-token-function): New vars.
10397 (smie-backward-sexp, smie-forward-sexp)
10398 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10399 (smie-default-backward-token): Rename from smie-backward-token and
10400 skip comments.
10401 (smie-default-forward-token): Rename from smie-forward-token and
10402 skip comments.
10403 (smie-next-sexp): Handle nil results from next-token.
10404 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10405
4da3541b
CY
104062010-05-27 Chong Yidong <cyd@stupidchicken.com>
10407
896114cf
SM
10408 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10409 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10410
104112010-05-27 Masatake YAMATO <yamato@redhat.com>
10412
10413 * htmlfontify.el (hfy-face-resolve-face): New function.
10414 (hfy-face-to-style): Use it (Bug#6279).
10415
6dc439cb
SM
104162010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10419 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10420
021eb8d7
GM
104212010-05-26 Glenn Morris <rgm@gnu.org>
10422
10423 * emulation/edt.el (edt-load-keys): Use locate-library.
10424
bef4957b
CY
104252010-05-25 Chong Yidong <cyd@stupidchicken.com>
10426
10427 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10428 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10429 (log-edit-changelog-insert-entries): Args changed.
10430 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10431 (log-edit-insert-changelog-entries): Reorganize return value of
10432 `log-edit-changelog-entries' to pass filenames to
10433 log-edit-changelog-insert-entries.
10434
84fb0956
TV
104352010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10436
10437 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10438 `image-dired-dired-insert-marked-thumbs' to
10439 `image-dired-dired-toggle-marked-thumbs'.
10440
10441 * image-dired.el: Require cl when compiling.
10442 (image-dired-dired-toggle-marked-thumbs): Rename from
10443 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10444 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10445 to 'no-dir. Skip files whose names don't match
10446 `image-file-name-regexp'. When file has a thumbnail overlay,
10447 delete it. (Bug#5270)
10448
0fb1193d
JL
104492010-05-25 Juri Linkov <juri@jurta.org>
10450
10451 * image-mode.el (image-mode): Add image-after-revert-hook to
10452 after-revert-hook.
10453 (image-after-revert-hook): New function. (Bug#5669)
10454
fc937924
JL
104552010-05-25 Juri Linkov <juri@jurta.org>
10456
10457 * image.el (image-animated-p): When delay between animated images
10458 is 0, set it to 10 (0.1 sec). (Bug#6258)
10459
fa9ba953
MA
104602010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10461
10462 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10463 `forward-word', its default syntax could be changed.
fa9ba953 10464
9e021389
MA
104652010-05-25 Michael Albinus <michael.albinus@gmx.de>
10466
10467 * net/tramp.el (tramp-progress-reporter-update): New defun.
10468 (with-progress-reporter): Use it.
10469 (tramp-process-actions):
6a7662bb
BR
10470 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10471 Preserve current message, in order to let progress reporter continue
9e021389
MA
10472 afterwards. (Bug#6257)
10473
6169260b
GM
104742010-05-25 Glenn Morris <rgm@gnu.org>
10475
10476 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10477 Add :version.
10478
d26781af
RY
104792010-05-25 Ryan Yeske <rcyeske@gmail.com>
10480
8826afe3 10481 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10482 (rcirc-default-full-name): Change to "unknown".
10483 (rcirc-user-name-history): Add variable.
8826afe3
GM
10484
104852010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10486 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10487
10488 * net/rcirc.el (rcirc-server-alist): Add :pass.
10489 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10490 username and password.
a628ad9d 10491 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10492 value to server when connecting.
10493
d355a0b7
SM
104942010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10495
f5228f84
SM
10496 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10497 (smie-merge-prec2s): Pass the tables as separate args.
10498 (smie-bnf-precedence-table): Adjust call accordingly.
10499 (smie-prec2-levels): Set levels at the end.
10500
d355a0b7
SM
10501 Replace Lisp calls to delete-backward-char by delete-char.
10502 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10503 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10504 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10505 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10506 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10507 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10508 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10509 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10510 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10511 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10512 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10513 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10514 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10515 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10516 delete-backward-char by calls to delete-char.
10517
f668ef02
KH
105182010-05-25 Kenichi Handa <handa@m17n.org>
10519
10520 * language/hebrew.el (hebrew-shape-gstring): New function.
10521 Register it in composition-function-table for all Hebrew combining
10522 characters.
10523
397eb3f3
SM
105242010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * epa.el (epa--select-keys): Don't explicitly delete the window since
10527 that can fail (e.g. sole window in frame). Use dedication instead.
10528
171eda53 105292010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10530
10531 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10532
110683ad
CY
105332010-05-22 Chong Yidong <cyd@stupidchicken.com>
10534
10535 * image.el (image-refresh): Define as an alias for image-flush.
10536
10537 * image-mode.el (image-toggle-display-image): Caller changed.
10538
df9db151
JL
105392010-05-21 Juri Linkov <juri@jurta.org>
10540
10541 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10542 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10543 whitespace, call wildcard-to-regexp on substrings and concat them
10544 with "\\|". (Bug#6114)
10545
c0209c2c
AM
105462010-05-21 Alan Mackenzie <acm@muc.de>
10547
171eda53
SM
10548 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10549 Replace parameter `here' with `here-' and `here-plus', which sandwich
10550 any pertinent CPP construct.
c0209c2c
AM
10551 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10552 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10553 CPP construct from taking part in the scanning.
10554
655bded0
MA
105552010-05-21 Michael Albinus <michael.albinus@gmx.de>
10556
10557 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10558 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10559 Tune `with-progress-reporter' messages.
655bded0
MA
10560 (tramp-handle-vc-registered):
10561 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10562 (tramp-fish-handle-insert-file-contents)
10563 (tramp-fish-maybe-open-connection):
10564 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10565 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10566 (tramp-imap-handle-insert-file-contents)
10567 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10568
3e17a1a7
JB
105692010-05-21 Juanma Barranquero <lekktu@gmail.com>
10570
bf1e8d4a
JB
10571 * add-log.el (change-log-font-lock-keywords):
10572 Highlight all authors in multi-author entries.
10573
3e17a1a7
JB
10574 * smerge-mode.el (smerge-refine-ignore-whitespace)
10575 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10576 Fix typos in docstrings.
10577 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10578
969e684a
GM
105792010-05-21 Glenn Morris <rgm@gnu.org>
10580
e75c1e7d
GM
10581 * progmodes/fortran.el (fortran-mode):
10582 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10583
969e684a
GM
10584 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10585 having a relative path in src/Makefile.in.
10586
a50878fa
KR
105872010-05-20 Kevin Ryde <user42@zip.com.au>
10588
10589 * help-mode.el (help-make-xrefs): For Info node links turn
10590 newlines into spaces. Link node names with newlines are matched
10591 by help-xref-info-regexp and buttonized, this change ensures they
10592 can be followed successfully with RET. (Bug#6206)
10593
f66a2f90
JL
105942010-05-20 Juri Linkov <juri@jurta.org>
10595
10596 * locate.el (locate): Use pop-to-buffer instead of
10597 switch-to-buffer-other-window. (Bug#6204)
10598
201d895a
JL
105992010-05-20 Juri Linkov <juri@jurta.org>
10600
10601 * replace.el (replace-highlight): Fix lazy-highlighting
10602 for `M-s w str M-% str RET'.
10603
1ddb2ea0
MY
106042009-12-15 Masatake YAMATO <yamato@redhat.com>
10605
10606 * isearch.el (isearch-yank-word-or-char): Pull next subword
10607 when `subword-mode' is activated. (Bug#6220)
10608
a6020335
MH
106092010-05-20 Mark A. Hershberger <mah@everybody.org>
10610
10611 * isearch.el (isearch-update-post-hook): New hook.
10612 (isearch-update): Use the new hook. (Bug#6225)
10613
50de6a38
JL
106142010-05-20 Juri Linkov <juri@jurta.org>
10615
10616 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10617 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10618 (Bug#6222)
10619
5d944a8f
JL
106202010-05-20 Juri Linkov <juri@jurta.org>
10621
10622 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10623 (Bug#6223)
10624
f5d6548a
JL
106252010-05-20 Juri Linkov <juri@jurta.org>
10626
10627 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10628 FILE-NAME to read from the minibuffer when called interactively
10629 with prefix argument instead of using buffer-file-name.
10630 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10631
10632 * dired.el: Update autoloads.
10633
f8e63691
CY
106342010-05-20 Chong Yidong <cyd@stupidchicken.com>
10635
10636 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10637 nxml-finish-element, for consistency with SGML mode.
10638
10639 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10640 octave-close-block.
10641
07d7c3bd
JB
106422010-05-20 Juanma Barranquero <lekktu@gmail.com>
10643
10644 * composite.el: Require cl when compiling.
10645 (reference-point-alist, compose-gstring-for-graphic)
10646 (compose-gstring-for-terminal): Fix typos in docstrings.
10647
7bce8510
JL
106482010-05-19 Juri Linkov <juri@jurta.org>
10649
10650 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10651 set-window-parameter.
10652
a7723e05
MA
106532010-05-19 Michael Albinus <michael.albinus@gmx.de>
10654
10655 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10656 where appropriate.
10657 (tramp-maybe-open-connection): Use it.
10658
3f2e7735
EZ
106592010-05-19 Eli Zaretskii <eliz@gnu.org>
10660
10661 * simple.el (move-end-of-line): Make sure we are at line beginning
10662 before backing up to end of previous line.
10663
8d9181c7
MA
106642010-05-19 Michael Albinus <michael.albinus@gmx.de>
10665
8c4ec20f
MA
10666 * password-cache.el (password-cache-remove): Fix docstring.
10667
8d9181c7
MA
10668 * net/secrets.el: Autoload the widget functions.
10669 (secrets-search-items, secrets-create-item)
10670 (secrets-get-attributes, secrets-expand-item): Attributes will be
10671 stored on the password database without leading ":", as all other
10672 clients do as well.
10673 (secrets-mode): Fix docstring.
10674 (secrets-show-secrets): Provide it as autoloaded command only when
10675 D-Bus support is available. Check existence of Secret Service API.
10676
2a96c2a7
SM
106772010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10678
10679 * indent.el (indent-region): Deactivate region (bug#6200).
10680
d24e10b1
GM
106812010-05-19 Glenn Morris <rgm@gnu.org>
10682
10683 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10684
2833d915
KH
106852010-05-19 Kenichi Handa <handa@m17n.org>
10686
10687 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10688 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10689
134c2f29
JB
106902010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10691
10692 * calc/calc-trail.el (calc-trail-isearch-forward)
10693 (calc-trail-isearch-backward): Ensure that the new window
10694 point is set correctly.
10695
278847cd
SM
106962010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10697
10698 * subr.el (read-quoted-char): Resolve modifiers after key
10699 remapping (bug#6212).
10700
3a8e7cbd
MA
107012010-05-18 Michael Albinus <michael.albinus@gmx.de>
10702
10703 Add visualization code for secrets.
10704 * net/secrets.el (secrets-mode): New major mode.
10705 (secrets-show-secrets, secrets-show-collections)
10706 (secrets-expand-collection, secrets-expand-item)
10707 (secrets-tree-widget-after-toggle-function)
10708 (secrets-tree-widget-show-password): New defuns.
10709
472e7ec1
SM
107102010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10711
224b70cb
SM
10712 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10713 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10714 handled in smie-next-sexp.
10715 (smie-indent-calculate): Provide a starting indentation (so the
10716 recursion is well-founded ;-).
10717
472e7ec1
SM
10718 Fix handling of non-associative equal levels.
10719 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10720 when it's not needed.
10721 (smie-op-left, smie-op-right): New functions.
10722 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10723 Better handle equal levels to distinguish the associative case from
10724 the "multi-keyword construct" case.
10725 (smie-backward-sexp, smie-forward-sexp): Use it.
10726
35e53abd
JB
107272010-05-18 Juanma Barranquero <lekktu@gmail.com>
10728
5d8fe0ba
JB
10729 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10730
35e53abd
JB
10731 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10732 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10733
5ad4bef5
SM
107342010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 Provide a simple generic indentation engine and use it for Prolog.
10737 * emacs-lisp/smie.el: New file.
10738 * progmodes/prolog.el (prolog-smie-op-levels)
10739 (prolog-smie-indent-rules): New var.
10740 (prolog-mode-variables): Use them to configure SMIE.
10741 (prolog-indent-line, prolog-indent-level): Remove.
10742
00681a3c
JB
107432010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10744
560bb7ae 10745 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10746 order before computing the averages.
10747
eba62f7a
JB
107482010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10749
597517ef 10750 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10751 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10752 (math-vector-avg): New function.
10753
560bb7ae 10754 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10755 being grouped depend on the radix (Bug#6189).
10756
8c5ff6dd
KR
107572010-05-15 Ken Raeburn <raeburn@raeburn.org>
10758
10759 * version.el (emacs-copyright, emacs-version): Don't define here,
10760 now that emacs.c defines it.
10761
98d8b17e
EZ
107622010-05-15 Eli Zaretskii <eliz@gnu.org>
10763
71078429
EZ
10764 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10765 "Describe Language Environment" menu item.
10766
ce6233c1
EZ
10767 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10768
d20e1419
EZ
10769 Bidi-sensitive movement with arrow keys.
10770 * subr.el (right-arrow-command, left-arrow-command): New functions.
10771
10772 * bindings.el (global-map): Bind them to right and left arrow keys.
10773
98d8b17e 10774 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10775 * files.el (convert-standard-filename):
10776 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10777 the corresponding systems.
10778
10779 * w32-fns.el (w32-convert-standard-filename): Rename from
10780 convert-standard-filename. Doc fix.
10781
10782 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10783 (convert-standard-filename): Don't defalias.
10784 (register-name-alist, make-register, register-value)
10785 (set-register-value, intdos): Obsolete aliases for the
10786 corresponding dos-* functions and variables.
10787 (dos-intdos): Add a doc string.
10788
ae6bc504
JB
107892010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10790
10791 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10792 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10793 (math-compose-tex-func):
10794 * calc/calccomp.el (math-compose-expr):
10795 * calc/calc-ext.el (math-format-flat-expr-fancy):
10796 * calc/calc-store.el (calc-read-var-name):
10797 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10798
10799 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10800 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10801 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10802 (math-standard-units): Add units.
ae6bc504 10803
c26ea4b2
SM
108042010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10805
7aefa445 10806 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10807 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10808
c26ea4b2
SM
10809 * pcomplete.el (pcomplete-completions-at-point): New function,
10810 extracted from pcomplete-std-complete.
10811 (pcomplete-std-complete): Use it.
10812
02be533b
GM
108132010-05-15 Glenn Morris <rgm@gnu.org>
10814
10815 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10816 Remove references to CVS, RCS and Old directories.
10817
78ed0efc
JB
108182010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10819
ae6bc504 10820 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10821 appropriate.
10822
10dcc561
SM
108232010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10824
5ccaa359
SM
10825 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10826 (sh-mode-syntax-table): Give it a default value instead.
10827 (sh-header-marker): Make buffer-local.
10828 (sh-mode): Move make-local-variable to the corresponding setq.
10829 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10830 Use complete-with-action.
10831
10dcc561
SM
10832 * simple.el (prog-mode): New (abstract) major mode.
10833 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10834 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10835
c38762fd
JB
108362010-05-14 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10839 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10840 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10841 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10842 (sql-escape-newlines-filter, sql-input-sender)
10843 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10844
2ef3c144
CY
108452010-05-13 Chong Yidong <cyd@stupidchicken.com>
10846
560bb7ae 10847 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10848
10849 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10850 latex-open-block and C-c / to latex-close-block.
10851
10852 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10853 and C-c C-e to sgml-close-tag.
10854
3b30ccda
MA
108552010-05-13 Michael Albinus <michael.albinus@gmx.de>
10856
10857 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10858 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10859 (tramp-handle-load, tramp-handle-file-local-copy)
10860 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10861 (tramp-maybe-send-script, tramp-find-shell):
10862 Use `with-progress-reporter'.
3b30ccda
MA
10863 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10864 Fix message text.
10865
10866 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10867 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10868 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10869 Use `with-progress-reporter'.
10870
57ff5d7b
AM
108712010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10872
a628ad9d
JB
10873 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10874 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10875
5a70d10f
SM
108762010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10877
791ffe1c
SM
10878 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10879
5a70d10f
SM
10880 * dos-fns.el: Add "dos-" prefix for namespace control.
10881 (convert-standard-filename): Define as alias for
10882 dos-convert-standard-filename but only if applicable.
10883
38d93f03
AM
108842010-05-12 Alan Mackenzie <acm@muc.de>
10885
10886 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10887 Push the mark at the start of these functions when appropriate.
10888
902a6d8d
SM
108892010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10890
10891 * minibuffer.el (completion-cycle-threshold): New custom var.
10892 (completion--do-completion): Use it.
10893 (minibuffer-complete): Use cycling if appropriate.
10894
9ee120ba
JB
108952010-05-11 Juanma Barranquero <lekktu@gmail.com>
10896
10897 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10898 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10899
841c4085
JL
109002010-05-11 Juri Linkov <juri@jurta.org>
10901
10902 * scroll-all.el (scroll-all-check-to-scroll):
10903 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10904
8a67c70e
SM
109052010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10906
f2b9ed18
SM
10907 * iimage.el (iimage-mode-map): Move initialization into declaration.
10908 (iimage-mode-buffer): Use with-silent-modifications.
10909 Simplify calling convention. Adjust callers.
10910 (iimage-mode): Don't run hook redundantly.
10911
8a67c70e
SM
10912 * minibuffer.el (completion-pcm--pattern->regex):
10913 Fix last change (bug#6160).
10914
4bbedd98
JL
109152010-05-10 Juri Linkov <juri@jurta.org>
10916
10917 Remove nodes visited during Isearch from the Info history.
10918 * info.el (Info-isearch-initial-history)
10919 (Info-isearch-initial-history-list): New variables.
10920 (Info-isearch-start): Record initial values of
10921 Info-isearch-initial-history and Info-isearch-initial-history-list.
10922 Add Info-isearch-end to isearch-mode-end-hook.
10923 (Info-isearch-end): New function.
10924
94ecf5da
MA
109252010-05-10 Michael Albinus <michael.albinus@gmx.de>
10926
10927 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10928 format string, in order to work around a bug in pdksh.
10929 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10930 (tramp-handle-verify-visited-file-modtime): Do not send a command
10931 when the connection is not established.
10932 (tramp-handle-set-file-times): Simplify the check for utc.
10933
c5eb971b
JB
109342010-05-10 Juanma Barranquero <lekktu@gmail.com>
10935
10936 Fix use of `filter-buffer-substring' (rework previous change).
10937 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10938 (cua-repeat-replace-region):
10939 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10940 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10941 (cua-cut-region-to-global-mark): Use it.
10942
7492acc9
MM
109432010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10944
77e2fc7a
JB
10945 * progmodes/sql.el: Version 2.1.
10946 (sql-product-alist): Redesign structure of product info.
10947 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10948 (sql-port, sql-port-history): New variables.
10949 (sql-interactive-product): New variable.
10950 (sql-send-terminator): New variable.
77e2fc7a 10951 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10952 (sql-oracle-login-params, sql-sqlite-login-params)
10953 (sql-mysql-login-params, sql-solid-login-params)
10954 (sql-sybase-login-params, sql-informix-login-params)
10955 (sql-ingres-login-params, sql-ms-login-params)
10956 (sql-postgres-login-params, sql-interbase-login-params)
10957 (sql-db2-login-params, sql-linter-login-params)
10958 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10959 (sql-mode-map): Add C-c C-i to start interactive mode.
10960 (sql-mode-menu): Update existing menu entries.
10961 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10962 (sql-mode-oracle-font-lock-keywords)
10963 (sql-mode-postgres-font-lock-keywords)
10964 (sql-mode-ms-font-lock-keywords)
10965 (sql-mode-sybase-font-lock-keywords)
10966 (sql-mode-informix-font-lock-keywords)
10967 (sql-mode-interbase-font-lock-keywords)
10968 (sql-mode-ingres-font-lock-keywords)
10969 (sql-mode-solid-font-lock-keywords)
10970 (sql-mode-mysql-font-lock-keywords)
10971 (sql-mode-sqlite-font-lock-keywords)
10972 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10973 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10974 reduce run-time complexity.
10975 (sql-add-product, sql-del-product): New functions.
10976 (sql-set-product-feature, sql-get-product-feature): New functions.
10977 (sql-product-font-lock): Update product API.
10978 (sql-add-product-keywords): New function.
10979 (sql-highlight-product): Update product API.
10980 (sql-help-list-products): New function.
10981 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10982 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10983 prompt for port.
10984 (sql-copy-column): Copy without properties.
10985 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10986 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10987 Implement as a filter.
7492acc9
MM
10988 (sql-escape-newlines-filter): Implement as a filter.
10989 (sql-remove-tabs-filter): New function.
10990 (sql-send-magic-terminator): New function.
10991 (sql-send-string): Implement magic terminator.
10992 (sql-send-region): Use `sql-send-string'.
10993 (sql-interactive-mode): Use product API.
10994 (sql-product-interactive): Use product API.
10995 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10996 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10997 (sql-db2, sql-linter): Use `sql-product-interactive'.
10998 (sql-connect): New function.
10999 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11000 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11001 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
11002 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11003 Use `sql-connect'.
7492acc9 11004
79ccd68f
SM
110052010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11006
11007 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
11008 New custom variable.
11009 (completion-pcm--string->pattern): Use it.
11010 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
11011 Make it handle any symbol as `any'.
11012 (completion-pcm--merge-completions): Extract common suffix for the new
11013 `prefix' symbol as well.
11014 (completion-substring--all-completions): Use the new `prefix' symbol.
11015
0d5852cf
MA
110162010-05-09 Michael Albinus <michael.albinus@gmx.de>
11017
11018 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
11019 not bound.
11020 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
11021 (tramp-compat-funcall): New defmacro.
11022 (tramp-compat-line-beginning-position)
11023 (tramp-compat-line-end-position)
11024 (tramp-compat-temporary-file-directory)
11025 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
11026 (tramp-compat-copy-file, tramp-compat-copy-directory)
11027 (tramp-compat-delete-file, tramp-compat-delete-directory)
11028 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11029 * net/tramp.el (top, with-progress-reporter)
11030 (tramp-rfn-eshadow-setup-minibuffer)
11031 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11032 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11033 (tramp-completion-mode-p, tramp-check-for-regexp)
11034 (tramp-open-connection-setup-interactive-shell)
11035 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11036 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11037 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11038 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11039 (tramp-reporter-dump-variable, tramp-load-report-modules)
11040 (tramp-append-tramp-buffers)
11041 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11042
11043 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11044
f913fe7d
SM
110452010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11046
11047 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11048 buffer-modtime. Adjust users.
11049
0235128c 110502010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11051
77e2fc7a 11052 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11053 car of each item, not the whole list (Bug#6083).
f034e176 11054
0235128c 110552010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11056
11057 * progmodes/js.el (js-mode): Make paragraph variables local before
11058 calling c-setup-paragraph-variables (Bug#6071).
11059
0235128c 110602010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11061
11062 * composite.el (compose-region, reference-point-alist): Fix typos
11063 in the doc strings.
11064
77e2fc7a 110652010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11066
11067 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11068 gnuplot's "set" command.
11069
0235128c 110702010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11071
11072 * abbrev.el (last-abbrev-text): Doc fix.
11073 (abbrev-prefix-mark): Don't escape parenthesis.
11074
0235128c 110752010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11076
11077 * composite.el (find-composition): Doc fix.
11078
0235128c 110792010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11080
11081 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11082 (sql-oracle-program, sql-sqlite-options)
11083 (sql-query-placeholders-and-send): Doc fixes.
11084 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11085 (sql-imenu-generic-expression, sql-buffer)
11086 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11087 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11088 (sql-mode-sybase-font-lock-keywords)
11089 (sql-mode-informix-font-lock-keywords)
11090 (sql-mode-interbase-font-lock-keywords)
11091 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11092 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11093 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11094 (sql-product-feature, sql-highlight-product)
11095 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11096 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11097 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11098 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11099 Fix typos in docstrings.
11100
0235128c 111012010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11102
11103 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11104 property instead of `invisible' and `after-string' (bug#5998).
11105
0235128c 111062010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11107
11108 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11109
0235128c 111102010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11111
11112 * filecache.el (file-cache-add-directory-list)
11113 (file-cache-add-directory-recursively): Fix typos in docstrings.
11114
0235128c 111152010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11116
11117 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11118 (gujarati-composable-pattern): Fix typo.
ece33a6e 11119
0235128c 111202010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11121
11122 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11123 (tamil-composable-pattern, malayalam-composable-pattern):
11124 Add two-part vowels to "v" (vowel sign).
771533aa 11125
0235128c 111262010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11127
99833607
CY
11128 * files.el (copy-directory): Handle symlinks (Bug#5982).
11129
0235128c 111302010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11131
11132 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11133 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11134 (Bug#5846).
11135
0235128c 111362010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11137
0ca12598
GM
11138 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11139
d2c7b917
GM
11140 * minibuffer.el (completion-at-point): Doc fix.
11141
ba5bf5f0
SM
111422010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * electric.el (Electric-command-loop): Minor tweak.
11145
11146 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11147 better with dedicated windows.
11148
0235128c
SM
111492010-05-07 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * Version 23.2 released.
11152
560bb7ae 111532010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11154 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11155
11156 Highlight vendor specific properties.
11157 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11158 (css-proprietary-property): New face.
11159 (css-font-lock-keywords): Use them.
11160
c0162ade
EZ
111612010-05-07 Eli Zaretskii <eliz@gnu.org>
11162
11163 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11164
f3ee9200
SM
111652010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11166
05623156
SM
11167 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11168 * files.el (auto-mode-alist): Remove redundant entries.
11169
f3ee9200
SM
11170 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11171 * simple.el (auto-save-mode): Move from files.el.
11172 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11173
560bb7ae 111742010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11175
76e3243a 11176 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11177
765d4319
KY
111782010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11179
11180 * mail/binhex.el (binhex-decode-region-internal)
11181 * mail/uudecode.el (uudecode-decode-region-internal)
11182 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11183 (dns-read-type, dns-query)
11184 * pgg-parse.el (pgg-parse-armor)
11185 * pgg.el (pgg-verify-region)
11186 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11187 XEmacs.
11188
86d21cc0 11189 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11190
f83483ff
JB
111912010-05-07 Juanma Barranquero <lekktu@gmail.com>
11192
40ab7974
JB
11193 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11194
f83483ff
JB
11195 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11196 * emulation/cua-base.el (cua-repeat-replace-region):
11197 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11198 (cua-cut-region-to-global-mark):
11199 Remove text properties with `set-text-properties'.
11200
9566840f
MA
112012010-05-06 Michael Albinus <michael.albinus@gmx.de>
11202
f3ee9200
SM
11203 * net/tramp.el (top, with-progress-reporter):
11204 Use `symbol-function' inside `funcall'.
9566840f
MA
11205
11206 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11207 (tramp-compat-delete-file, tramp-compat-delete-directory):
11208 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11209
11210 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11211 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11212 inside `funcall'.
11213
0c495c21
SM
112142010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11215
1493963b
SM
11216 * minibuffer.el (completion--sreverse, completion--common-suffix):
11217 New functions.
11218 (completion-pcm--merge-completions): Extract common suffix when safe.
11219
0c495c21
SM
11220 * emacs-lisp/easy-mmode.el (define-minor-mode):
11221 Make :variable more flexible.
11222 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11223
221a0647
JL
112242010-05-05 Juri Linkov <juri@jurta.org>
11225
11226 Add `slow' and `history' tags to the desktop data.
11227
11228 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11229 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11230 (Info-finder-find-node): Require `finder.el' to be able
11231 to restore node from the desktop.
11232 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11233 data `Info-history' and `slow' tag in the assoc list.
11234 (Info-restore-desktop-buffer): Don't restore nodes with the
11235 `slow' tag. Restore `Info-history'.
11236
66bdc868
MA
112372010-05-05 Michael Albinus <michael.albinus@gmx.de>
11238
11239 Add FORCE argument to `delete-file'.
11240
11241 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11242 forcing to delete the temporary file.
11243 (ange-ftp-delete-file): Add FORCE arg.
11244 (ange-ftp-rename-remote-to-remote)
11245 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11246 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11247 Force file deletion.
66bdc868
MA
11248
11249 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11250
11251 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11252 (tramp-handle-make-symbolic-link, tramp-handle-load)
11253 (tramp-do-copy-or-rename-file-via-buffer)
11254 (tramp-do-copy-or-rename-file-directly)
11255 (tramp-do-copy-or-rename-file-out-of-band)
11256 (tramp-handle-process-file, tramp-handle-call-process-region)
11257 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11258 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11259 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11260
11261 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11262 (tramp-fish-handle-make-symbolic-link)
11263 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11264
0c495c21
SM
11265 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11266 Use `tramp-compat-delete-file'.
66bdc868
MA
11267
11268 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11269 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11270
11271 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11272 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11273
11274 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11275 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11276 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11277 Use `tramp-compat-delete-file'.
66bdc868 11278
f44379e7
SM
112792010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11280
365f8d85
SM
11281 Minor cleanups.
11282 * subr.el (add-minor-mode): Use push.
11283 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11284 * emulation/edt.el (edt-select-mode): Simplify.
11285
80ac5d4d
SM
11286 Use define-minor-mode in more cases.
11287 * term/tvi970.el (tvi970-set-keypad-mode):
11288 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11289 (normal-erase-is-backspace-mode):
11290 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11291 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11292 (get-scroll-bar-mode): New function.
11293 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11294
11295 Use define-minor-mode for less obvious cases.
f44379e7
SM
11296 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11297 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11298 * international/iso-ascii.el (iso-ascii-mode):
11299 * frame.el (auto-raise-mode, auto-lower-mode):
11300 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11301
c04b03f8
MA
113022010-05-04 Michael Albinus <michael.albinus@gmx.de>
11303
11304 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11305 in order to see error messages for failed logins.
11306
53967e09
CY
113072010-05-03 Chong Yidong <cyd@stupidchicken.com>
11308
11309 * diff.el (diff-sentinel):
11310
11311 * epg.el (epg--make-temp-file, epg-decrypt-string)
11312 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11313
11314 * jka-compr.el (jka-compr-partial-uncompress)
11315 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11316
11317 * server.el (server-sentinel): Use delete-file's new FORCE arg
11318 (Bug#6070).
11319
56eb0904
SM
113202010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 Use define-minor-mode where applicable.
11323 * view.el (view-mode):
11324 * type-break.el (type-break-query-mode)
11325 (type-break-mode-line-message-mode):
11326 * textmodes/reftex.el (reftex-mode):
11327 * term/vt100.el (vt100-wide-mode):
11328 * tar-mode.el (tar-subfile-mode):
11329 * savehist.el (savehist-mode):
11330 * ibuf-ext.el (ibuffer-auto-mode):
11331 * composite.el (auto-composition-mode):
11332 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11333 Use define-minor-mode.
11334 (vhdl-mode): Use static mode-line format.
11335 (vhdl-mode-line-update): Delete.
11336 (vhdl-create-mode-menu, vhdl-activate-customizations)
11337 (vhdl-hs-minor-mode): Don't bother calling it.
11338
672eb710
SM
113392010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11340
8f92b8ad
SM
11341 * simple.el (with-wrapper-hook): Move.
11342 (buffer-substring-filters): Mark obsolete.
11343 (filter-buffer-substring-functions): New variable.
1fada563 11344 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11345
c04b03f8 113462010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11347 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11348
11349 Implement compression for inline methods.
11350
11351 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11352 (tramp-copy-size-limit): Allow also nil.
11353 (tramp-inline-compress-commands): New defconst.
11354 (tramp-find-inline-compress, tramp-get-inline-compress)
11355 (tramp-get-inline-coding): New defuns.
cb7f3653 11356 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11357 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11358 (tramp-handle-file-local-copy, tramp-handle-write-region)
11359 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11360
8c0bf8b3
SM
113612010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11362
07125a91
SM
11363 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11364 Remove unused functions.
11365
f3a47002
SM
11366 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11367 Set find-tag-default-function as a variable rather than a property.
11368
8c0bf8b3
SM
11369 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11370 * progmodes/etags.el (tags-completion-at-point-function):
11371 Remove left over interactive spec. Add autoloading stub.
11372 (complete-tag): Use tags-completion-at-point-function.
11373
27601456
CY
113742010-04-30 Chong Yidong <cyd@stupidchicken.com>
11375
cb7f3653 11376 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11377
09d0284d
CY
113782010-04-29 Chong Yidong <cyd@stupidchicken.com>
11379
27d3cd56
CY
11380 * ido.el (ido-init-completion-maps): Remove C-v binding.
11381 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11382
3a07ffce
CY
113832010-04-29 Chong Yidong <cyd@stupidchicken.com>
11384
11385 * minibuffer.el (tags-completion-at-point-function): New function.
11386 (completion-at-point-functions): Use it.
11387
3a07ffce
CY
11388 * progmodes/etags.el (complete-tag): Revert last change.
11389
3d14bb73
AM
113902010-04-29 Alan Mackenzie <acm@muc.de>
11391
11392 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11393 off-by-one error (in end of macro position).
11394
7d353d11
SM
113952010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11398 firefox is absent. Don't autoload.
11399 (browse-url-galeon-program): Don't autoload.
11400
48111a85
CY
114012010-04-28 Chong Yidong <cyd@stupidchicken.com>
11402
11403 * bindings.el (complete-symbol): Move into minibuffer.el.
11404
11405 * minibuffer.el (complete-tag): Move from etags.el. If tags
11406 completion cannot be performed, return nil instead of signalling
11407 an error.
11408 (completion-at-point): Make it an alias for complete-symbol.
11409 (complete-symbol): Move from bindings.el, and replace with the
11410 body of completion-at-point.
11411
11412 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11413
7ba94701
MA
114142010-04-28 Michael Albinus <michael.albinus@gmx.de>
11415
11416 * net/tramp.el (tramp-remote-selinux-p): New defun.
11417 (tramp-handle-file-selinux-context)
11418 (tramp-handle-set-file-selinux-context): Use it.
11419
95c6cc3e
SS
114202010-04-28 Sam Steingold <sds@gnu.org>
11421
11422 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11423 `safe-local-variable' if the value is a string or a symbol with
11424 the property `bug-reference-url-format'.
11425
36045ff3
CY
114262010-04-28 Chong Yidong <cyd@stupidchicken.com>
11427
537ffaf3
SM
11428 * progmodes/bug-reference.el (bug-reference-url-format):
11429 Revert 2010-04-27 change due to security risk.
36045ff3 11430
56924d99
SM
114312010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 Make it possible to locally disable a globally enabled mode.
11434 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11435 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11436 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11437 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11438 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11439 that subsequent hooks get a chance to disable it.
11440
ccaa4765
SM
114412010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11442
17818d71
SM
11443 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11444 Avoid re-enabling a minor mode after the user turned the minor mode
11445 off if MODE-enable-in-buffers is run twice (typically once from
11446 fundamental-mode's after-change-major-mode-hook and a second time from
11447 run-mode-hook's own after-change-major-mode-hook).
11448
ccaa4765
SM
11449 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11450
2a6f654e
SS
114512010-04-27 Sam Steingold <sds@gnu.org>
11452
11453 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11454 `safe-local-variable' if the value is a string or a function, as
11455 documented and implemented on 2010-04-02.
11456
cecaa674
JB
114572010-04-27 Juanma Barranquero <lekktu@gmail.com>
11458
11459 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11460 when method is 'kill.
11461
114622010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11463
a628ad9d
JB
11464 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11465 condition in default directory check.
01c35094 11466 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11467 Kill ispell process when killing its associated buffer.
11468
7dd7fbb9
JD
114692010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11470
11471 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11472 but we aren't using it.
11473
7ac82b84
J
114742010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11475
11476 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11477 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11478
fea1add4
GM
114792010-04-24 Glenn Morris <rgm@gnu.org>
11480
11481 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11482 Ignore VCS-ignore files, and deleted nextstep preferences files.
11483 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11484 (authors-ambiguous-files): New list.
11485 (authors-valid-file-names): Add some deleted files.
11486 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11487 (authors-disambiguate-file-name): New function. (Bug#5501)
11488 (authors-canonical-file-name): Doc fix.
11489 Don't warn about obsolete files.
11490 (authors-canonical-file-name, authors-scan-el):
11491 Use authors-disambiguate-file-name.
11492
cbcfee6e
GM
11493 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11494 Add autoload cookies.
11495 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11496 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11497 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11498 They have definitions / compiler macros in cl.el.
11499 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11500 Replace manual autoloads with generated ones.
11501 (htmlfontify-unload-rgb-file): Remove autoload.
11502 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11503
3b548e1b
SM
115042010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11505
9ae0c310
SM
11506 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11507 (byte-compile-setq-default): Optimize for the
11508 single-var case and don't call byte-compile-form in this case to avoid
11509 inf-loop with byte-compile-set-default.
11510
3b548e1b
SM
11511 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11512
632c5478
MA
115132010-04-23 Michael Albinus <michael.albinus@gmx.de>
11514
11515 Implement SELINUX backends.
11516
3b548e1b
SM
11517 * net/tramp.el (tramp-file-name-handler-alist):
11518 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11519 (tramp-handle-file-selinux-context)
11520 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11521 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11522 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11523
3b548e1b
SM
11524 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11525 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11526 (tramp-gvfs-handle-file-selinux-context)
11527 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11528 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11529
11530 * net/ange-ftp.el (ange-ftp-copy-file):
11531 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11532 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11533 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11534 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11535
a94d821f
MA
115362010-04-22 Michael Albinus <michael.albinus@gmx.de>
11537
11538 Synchronize with Tramp repository.
11539
11540 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11541 (tramp-action-process-alive, tramp-action-out-of-band)
11542 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11543 (tramp-exists-file-name-handler): Fix docstring.
11544 (with-progress-reporter): New defmacro.
11545 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11546 (tramp-maybe-open-connection): Use it.
11547
a92375d9
MA
115482010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11549
11550 Detect ssh 'ControlMaster' argument automatically in some cases.
11551
11552 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11553 (tramp-default-method): Use it.
11554
489fe4c2
MA
115552010-04-22 Michael Albinus <michael.albinus@gmx.de>
11556
25f14cdb
MA
11557 * net/tramp.el (tramp-handle-copy-file): Add new optional
11558 parameter `preserve-selinux-context'.
11559 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11560
a92375d9
MA
115612010-04-22 Michael Albinus <michael.albinus@gmx.de>
11562
489fe4c2
MA
11563 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11564 Ensure, that non remote files are still checked. Oops.
11565
acd1f317
MA
115662010-04-21 Michael Albinus <michael.albinus@gmx.de>
11567
11568 Fix Bug#5840.
11569
11570 * icomplete.el (icomplete-completions): Use `non-essential'.
11571
11572 * net/tramp.el (tramp-connectable-p): New defun.
11573 (tramp-handle-expand-file-name)
11574 (tramp-completion-handle-file-name-all-completions)
11575 (tramp-completion-handle-file-name-completion): Use it.
11576
62c5b459
SM
115772010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11580
f904c0f9
JD
115812010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11582
11583 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11584
11585 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11586
11587 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11588 is present.
11589
11590 * info.el (info-tool-bar-map): Add labels.
11591
11592 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11593
11594 * cus-edit.el (custom-commands): Add labels for tool bar.
11595 (custom-buffer-create-internal, Custom-mode): Adjust for
11596 labels in custom-commands.
11597
11598 * dynamic-setting.el: Renamed from font-setting.el.
11599
c5cbeb12
LL
116002010-04-21 John Wiegley <jwiegley@gmail.com>
11601
11602 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11603 toggles the use of virtual buffers.
537ffaf3 11604 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11605 (ido-toggle-virtual-buffers): New function.
11606
fcc93746
JB
116072010-04-21 Juanma Barranquero <lekktu@gmail.com>
11608
11609 Use `define-derived-mode'; fix window selection; doc fixes.
11610 * play/tetris.el (tetris, tetris-update-speed-function)
11611 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11612 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11613 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11614 (tetris-pause-game): Fix typos in docstrings.
11615 (tetris-mode-map, tetris-null-map):
11616 Move initialization into declaration.
11617 (tetris-mode): Define with `define-derived-mode';
11618 set show-trailing-whitespace to nil.
11619 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11620
574c05e2
KK
116212010-04-21 Karel Klíč <kklic@redhat.com>
11622
11623 * files.el (backup-buffer): Handle SELinux context, and return it
11624 if a backup was made by renaming.
11625 (backup-buffer-copy): Set SELinux context to the target file.
11626 (basic-save-buffer): Set SELinux context of the newly written file.
11627 (basic-save-buffer-1): Now it also returns any SELinux context.
11628 (basic-save-buffer-2): Set SELinux context of the newly created file,
11629 and return it.
11630 * net/tramp.el (tramp-file-name-for-operation):
11631 Add file-selinux-context.
11632
e97a42c1
SM
116332010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11634
f2b9ed18
SM
11635 Make the log-edit comments use RFC822 format throughout.
11636
e97a42c1
SM
11637 * vc.el (vc-checkin, vc-modify-change-comment):
11638 Adjust to new vc-start/finish-logentry.
11639 (vc-find-conflicted-file): New command.
11640 (vc-transfer-file): Adjust to new vc-checkin.
11641 (vc-next-action): Improve scoping.
11642
11643 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11644 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11645
11646 * vc-git.el (vc-git-log-edit-mode): Remove.
11647 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11648 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11649
11650 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11651 (vc-start-logentry): Remove argument `extra'.
11652 (vc-finish-logentry): Remove extra args.
11653
11654 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11655 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11656 (vc-bzr-conflicted-files): New function.
11657
11658 * log-edit.el (log-edit-extra-flags)
11659 (log-edit-before-checkin-process): Remove.
11660 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11661 (log-edit-headers-alist): New var.
11662 (log-edit-header-contents-regexp): New const.
11663 (log-edit-match-to-eoh): New function.
11664 (log-edit-font-lock-keywords): Use them.
11665 (log-edit): Insert a "Summary:" header as default.
11666 (log-edit-mode): Mark font-lock rules as case-insensitive.
11667 (log-edit-done): Cleanup headers.
11668 (log-view-process-buffer): Remove.
11669 (log-edit-extract-headers): New function to replace it.
11670
938efb77
JB
116712010-04-20 Juanma Barranquero <lekktu@gmail.com>
11672
11673 * subr.el (default-direction-reversed): Remove obsolescence info.
11674
1cfb415b
SM
116752010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11676
cb4f9513
SM
11677 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11678 windows/frames.
11679
6e610c72
SM
11680 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11681 I.e. include text after point in the completion region.
11682 Also, return nil when we're not after/in a symbol.
11683
1cfb415b
SM
11684 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11685 default enable-multibyte-characters.
11686
c80fa13c
SM
116872010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11688
87926e02
SM
11689 * international/mule.el: Help the user choose a valid coding-system.
11690 (read-buffer-file-coding-system): New function.
11691 (set-buffer-file-coding-system): Use it. Prompt the user if the
11692 coding-system cannot encode all the chars.
11693
c80fa13c
SM
11694 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11695 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11696 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11697 Don't use *vc-bzr-shelve*.
11698
6e104790 116992010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11700
11701 Fix the version number for added files.
11702 * vc-hg.el (vc-hg-working-revision): Check if the file is
11703 registered after hg parent fails (Bug#5961).
11704
6e104790 117052010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11706
11707 * htmlfontify.el (htmlfontify-buffer)
11708 (htmlfontify-copy-and-link-dir): Autoload entry points.
11709
6e104790 117102010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11711
11712 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11713 name relative to the project root (Bug#5960).
11714
6e104790 117152010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11716
11717 * vc-git.el (vc-git-print-log): Doc fix.
11718
6e104790 117192010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11720
11721 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11722
53cfe624 117232010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11724
11725 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11726 default settings (Bug#5928).
11727
6e104790 117282010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11729
11730 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11731 New function.
0a23b2c3 11732 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11733
6e104790 117342010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11735
11736 * language/indian.el (malayalam-composable-pattern): Fix previous
11737 change (add U+0D4D "SIGN VIRAMA").
11738 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11739 (tamil-composable-pattern): Fix typo in the regexp.
11740 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11741 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11742 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11743
6e104790 117442010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11745
11746 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11747 paragraph-separate (Bug#5821).
11748
6e104790 117492010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11750
11751 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11752
11753 * info.el (Info-find-node-2): Comment out code that skips
11754 breadcrumbs line.
11755 (Info-mouse-follow-link): New command.
11756 (Info-link-keymap): New keymap.
11757 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11758 Return a string with links instead of inserting breadcrumbs
11759 to the Info buffer.
11760 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11761 Instead of putting the `invisible' text property over the Info
11762 header, make an overlay over the Info header with the `invisible'
11763 property and `after-string' set to the string returned by
11764 `Info-breadcrumbs'.
11765
6e104790 117662010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11767
11768 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11769 Reported by monkey@sandpframing.com.
11770
98923800
SM
117712010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11772
b5feea0f
SM
11773 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11774 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11775 available in the "keyseq cache" any more.
11776
98923800
SM
11777 * custom.el (defcustom): Add edebug spec.
11778
fd5c9dfa
JL
117792010-04-18 Juri Linkov <juri@jurta.org>
11780
11781 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11782
11783 * view.el (view-file, view-buffer): Move test for special mode-class
11784 from view-file to view-buffer.
11785
11786 * tar-mode.el (tar-extract): Turn if's into one cond
11787 like in arc-mode.el.
11788
b3671a51
JL
117892010-04-18 Juri Linkov <juri@jurta.org>
11790
11791 Add 7z archive format support (bug#5475).
11792
11793 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11794 (archive-7z-extract): New defcustom.
11795 (archive-find-type): Add magic string for 7z.
11796 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11797 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11798 `buffer' arg of `call-process'.
11799 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11800 call the function `archive-7z-extract' with the variable
11801 `archive-7z-extract' let-bound to `archive-zip-extract'.
11802 (archive-7z-summarize, archive-7z-extract): New functions.
11803
11804 * international/mule.el (auto-coding-alist):
11805 * files.el (auto-mode-alist): Add 7z file extension.
11806
8a37fb25
SM
118072010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11808
e9515805
SM
11809 * loadup.el: Setup hash-cons for pure data.
11810
f8ea0098
SM
11811 Fix duplicate entries in cedet's loaddefs.el files.
11812 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11813 Should make most file-local generated-autoload-file unnecessary.
11814 (print-readably): Silence warnings.
11815 (autoload-find-destination): Take load-name as an arg to make sure
11816 it's the same as the one that will be in the file.
11817 (autoload-generate-file-autoloads): Adjust to above changes.
11818 Try to make the dataflow a bit simpler.
11819
8a37fb25
SM
11820 * cvs-status.el (cvs-refontify): Remove unused.
11821
f8b91752
JB
118222010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11823
76e3243a 11824 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11825
76e3243a 11826 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11827 twos-complement mode.
11828
d8b01fef
JB
118292010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11830
76e3243a
JB
11831 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11832 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11833 (calc-inverse): Add "Option" to message, as appropriate.
11834 (calc-hyperbolic): Add "Option" to message, as appropriate.
11835 (calc-option, calc-is-option): New functions.
11836
76e3243a 11837 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11838 (calc-option-prefix-help): New function.
11839
76e3243a 11840 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11841
76e3243a 11842 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11843 (calc-option-flag): New variable.
11844 (calc-do): Set `calc-option-flag to nil.
11845 (calc-set-mode-line): Add "Opt " as appropriate.
11846
74f806a1
JL
118472010-04-16 Juri Linkov <juri@jurta.org>
11848
11849 Move scrolling commands from simple.el to window.el
11850 because their primitives are implemented in window.c.
11851
11852 * simple.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 * window.el (scroll-error-top-bottom)
11857 (scroll-up-command, scroll-down-command, scroll-up-line)
11858 (scroll-down-line, scroll-other-window-down)
11859 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11860 Move from simple.el to window.el because their primitives are
11861 implemented in window.c.
11862
ad40eec5
JL
118632010-04-16 Juri Linkov <juri@jurta.org>
11864
11865 * isearch.el (isearch-lookup-scroll-key): Check both
11866 `isearch-scroll' and `scroll-command' properties.
11867 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11868
11869 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11870
11871 * simple.el (scroll-up-command, scroll-down-command)
11872 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11873
a4b000fb
JL
118742010-04-15 Juri Linkov <juri@jurta.org>
11875
11876 * simple.el (scroll-up-command, scroll-down-command)
11877 (scroll-up-line, scroll-down-line): Put `scroll-command'
11878 property on the these symbols. Remove them from
11879 `scroll-preserve-screen-position-commands'.
11880
11881 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11882 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11883 Remove it from `scroll-preserve-screen-position-commands'.
11884
11885 * isearch.el (isearch-allow-scroll): Doc fix.
11886
4874f5e6
MA
118872010-04-15 Michael Albinus <michael.albinus@gmx.de>
11888
11889 * net/tramp.el (tramp-error-with-buffer): Don't show the
11890 connection buffer when we are in completion mode.
11891 (tramp-file-name-handler): Catch the error for some operations
11892 when we are in completion mode. This gives the user the chance to
11893 correct the file name in the minibuffer.
11894
82883f0a
GM
118952010-04-15 Glenn Morris <rgm@gnu.org>
11896
11897 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11898
528b9ea9
JB
118992010-04-15 Juanma Barranquero <lekktu@gmail.com>
11900
11901 Simplify by using `define-derived-mode'.
11902 * info.el (Info-mode):
11903 * calendar/todo-mode.el (todo-mode):
11904 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11905 (gomoku-mode-map): Move initialization into declaration.
11906
5f2b693f
MA
119072010-04-14 Michael Albinus <michael.albinus@gmx.de>
11908
11909 Fix Bug#5840.
11910 * ido.el (ido-file-name-all-completions-1):
11911 * minibuffer.el (minibuffer-completion-help):
11912 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11913
ebb9641f
SM
119142010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11915
38111a5a
SM
11916 * simple.el (non-essential): New var.
11917
ebb9641f
SM
11918 Add a new field `location' to bookmarks for non-file bookmarks.
11919 * bookmark.el (bookmark-location): Use the new field, if present.
11920 (bookmark-insert-location): Undo last change, not needed any more.
11921 * man.el (Man-bookmark-make-record):
11922 * woman.el (woman-bookmark-make-record): Add `location' field.
11923
7b05466f
JL
119242010-04-14 Juri Linkov <juri@jurta.org>
11925
11926 * simple.el (scroll-error-top-bottom): New defcustom.
11927 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11928
11929 * emulation/pc-select.el (pc-select-override-scroll-error):
11930 Obsolete in favor of `scroll-error-top-bottom'.
11931
32129746
JL
119322010-04-14 Juri Linkov <juri@jurta.org>
11933
11934 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11935 `scroll-up-command' and `M-v' to `scroll-down-command'.
11936
11937 * emulation/cua-rect.el (cua--init-rectangles):
11938 * forms.el (forms--change-commands):
11939 * image-mode.el (image-mode-map):
11940 Remap scroll-down-command and scroll-up-command
11941 in addition to scroll-down and scroll-up.
11942
9013a7f8
JL
119432010-04-14 Juri Linkov <juri@jurta.org>
11944
11945 * mwheel.el (scroll-preserve-screen-position-commands):
11946 Add mwheel-scroll to this list of commands.
11947
11948 * simple.el (scroll-preserve-screen-position-commands):
11949 Add scroll-up-command, scroll-down-command, scroll-up-line,
11950 scroll-down-line to this list of commands.
11951
3b7e1d5f
SM
119522010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11953
c1e25821
SM
11954 * obsolete/complete.el: Move from lisp/complete.el.
11955
5b31b787
SM
11956 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11957
3b7e1d5f
SM
11958 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11959 to the minor mode function now turns the mode ON unconditionally.
11960
398a825b
SM
119612010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11962
a544e7c1
SM
11963 * vc-dir.el (vc-dir-kill-line): New command.
11964 (vc-dir-mode-map): Bind it to C-k.
11965
a1979d8e
SM
11966 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11967
398a825b
SM
11968 * woman.el: Add bookmark declarations to silence the compiler.
11969 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11970 step to compatibility between man and woman bookmarks.
11971 Adjust for Man-default-bookmark-title renaming.
11972 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11973
11974 * man.el: Add bookmark declarations to silence the compiler.
11975 (Man-name-local-regexp): Make it match NAME as well.
11976 (Man-getpage-in-background): Return the buffer.
11977 (Man-notify-when-ready): Use `case'.
11978 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11979 Don't hardcode "NAME". Simplify.
11980 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11981 Rename from Man-bookmark-make-record.
11982 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11983 we have the actual man-args. Use Man-getpage-in-background rather
11984 than `man' since the arg is already processed. Let bookmark.el do the
11985 window handling. Only wait for the relevant process.
11986 Don't forget to autoload.
11987
11988 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11989
45be326a
TV
119902010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11991
11992 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11993 New functions.
11994 (woman-mode): Setup bookmark support.
11995
11996 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11997 (man-bookmark-jump): New functions.
11998 (Man-mode): Setup bookmark support.
11999
3acb4c93
CY
120002010-04-10 Jari Aalto <jari.aalto@cante.net>
12001
12002 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
12003 recognize ssh-keygen prompt (Bug#2817).
12004
b6bbb65e
MA
120052010-04-10 Michael Albinus <michael.albinus@gmx.de>
12006
12007 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
12008
b533bc97
MA
120092010-04-10 Michael Albinus <michael.albinus@gmx.de>
12010
12011 Synchronize with Tramp repository.
12012
12013 * net/tramp.el (tramp-completion-function-alist)
12014 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
12015 (tramp-local-coding-commands, tramp-remote-coding-commands):
12016 Fix docstring.
12017 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
12018 (tramp-handle-directory-files-and-attributes)
12019 (tramp-get-remote-path): Use `copy-tree'.
12020 (tramp-handle-file-name-all-completions): Backward/ XEmacs
12021 compatibility: Use `completion-ignore-case' if
12022 `read-file-name-completion-ignore-case' does not exist.
12023 (tramp-do-copy-or-rename-file-directly): Do not use
12024 `tramp-handle-file-remote-p'.
45be326a
TV
12025 (tramp-do-copy-or-rename-file-out-of-band):
12026 Use `tramp-compat-delete-directory'.
b533bc97 12027 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12028 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12029 Use `format-spec-make'.
b533bc97
MA
12030 (tramp-find-foreign-file-name-handler)
12031 (tramp-advice-make-auto-save-file-name)
12032 (tramp-set-auto-save-file-modes): Remove superfluous check for
12033 `stringp'. This is done inside `tramp-tramp-file-p'.
12034 (tramp-debug-outline-regexp): New defconst.
12035 (tramp-get-debug-buffer): Use it.
12036 (tramp-check-for-regexp): Use (forward-line 1).
12037 (tramp-set-auto-save-file-modes): Adapt version check.
12038
45be326a
TV
12039 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12040 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12041 (tramp-compat-make-temp-file): Simplify fallback implementation.
12042 (tramp-compat-copy-tree): Remove function.
12043 (tramp-compat-delete-directory): Provide implementation for older
12044 Emacsen.
12045
12046 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12047 Do not use `tramp-fish-handle-file-attributes.
12048
12049 * net/trampver.el: Update release number.
12050
ba33df00
GM
120512010-04-10 Glenn Morris <rgm@gnu.org>
12052
12053 * progmodes/compile.el (compilation-save-buffers-predicate):
12054 Add missing :version tag.
12055
4a8ae76f
SS
120562010-04-09 Sam Steingold <sds@gnu.org>
12057
12058 * progmodes/compile.el (compilation-save-buffers-predicate):
12059 Remove the "autoload" cookie.
12060
0880716f
SS
12061 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12062 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12063 and `bug-reference-prog-mode' can be used in hooks directly.
12064
6aebd58c
DN
120652010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12066
12067 Add --author support to git commit.
12068 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12069 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12070 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12071 New declarations.
6aebd58c 12072
f6d90772
ER
120732010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12074
12075 * vc-hooks.el, vc-git.el: Improve documentation comments.
12076
e754e83b
SM
120772010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 Fix some of the problems in defsubst* (bug#5728).
12080 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12081 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12082
9e86ab0b
SS
120832010-04-07 Sam Steingold <sds@gnu.org>
12084
e754e83b
SM
12085 * progmodes/compile.el (compilation-save-buffers-predicate):
12086 New custom variable.
9e86ab0b
SS
12087 (compile, recompile): Pass it to `save-some-buffers'.
12088
b0c8b840
JD
120892010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12090
12091 * wid-edit.el (widget-choose): Move cursor to the second line of
12092 the buffer (Bug#5695).
12093
31527c56
DN
120942010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12095
12096 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12097 * vc.el (vc-print-log-setup-buttons): New function split out from
12098 vc-print-log-internal.
12099 (vc-log-internal-common): New function, a parametrized version of
12100 vc-print-log-internal.
12101 (vc-print-log-internal): Just call vc-log-internal-common with the
12102 right arguments.
12103 (vc-incoming-outgoing-internal):
12104 (vc-log-incoming, vc-log-outgoing): New functions.
12105 (vc-log-view-type): New permanent local variable.
12106
12107 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12108
12109 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12110 of the dynamic bound vc-short-log.
12111 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12112
12113 * vc-git.el (vc-git-log-outgoing): New function.
12114 (vc-git-log-view-mode): Use vc-log-view-type instead
12115 of the dynamic bound vc-short-log.
12116
12117 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12118 of the dynamic bound vc-short-log. Highlight the tag.
12119 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12120 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12121 (vc-hg-incoming-mode): Remove.
12122 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12123
7ec69e2b
DN
121242010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12125
12126 Fix default-directory for vc-root-diff.
12127 * vc.el (vc-root-diff): Bind default-directory to the root
12128 directory for the diff command.
12129
fd9ea9d3
WS
121302010-04-07 Michael McNamara <mac@mail.brushroad.com>
12131
6e104790 12132 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12133 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12134 word keywords, suggested by Steve Pearlmutter.
6e104790 12135 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12136 port lists.
6e104790 12137 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12138 fix bug for /* / comments.
6e104790 12139 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12140 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12141 (verilog-pretty-declarations): Enhance to line up declarations
12142 inside a parameter list, suggested by Alan Morgan.
12143 (verilog-pretty-expr): Tune assignment regular expression match
12144 string for corner cases; also use markers instead of character
12145 number as indent changes the later.
fd9ea9d3
WS
12146
121472010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12148
6e104790
SM
12149 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12150 as missing keyword.
12151 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12152 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12153 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12154 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12155 Tennant.
12156 (verilog-keywords):
fd9ea9d3
WS
12157 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12158 1800-2009 keywords, including "global.".
12159
2a07afc5
JW
121602010-04-06 John Wiegley <jwiegley@gmail.com>
12161
8b32731a 12162 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12163 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12164 file basename). Should use uniquify to offer a real solution.
2a07afc5 12165
f9a27d86
JW
121662010-04-06 John Wiegley <jwiegley@gmail.com>
12167
8b32731a
JB
12168 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12169 comment to code, and add a :version tag.
12170 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12171
9caf8a8f
JB
121722010-04-06 Juanma Barranquero <lekktu@gmail.com>
12173
12174 Enable recentf-mode if using virtual buffers.
12175 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12176 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12177 (ido-make-buffer-list): Simplify.
12178 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12179
5a97d2da
JL
121802010-04-05 Juri Linkov <juri@jurta.org>
12181
12182 Scrolling commands which scroll a line instead of full screen.
12183 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12184
12185 * simple.el (scroll-up-line, scroll-down-line): New commands.
12186 Put property isearch-scroll=t on them.
12187
12188 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12189 Remove commands.
12190
79ce172a
JL
121912010-04-05 Juri Linkov <juri@jurta.org>
12192
8b32731a 12193 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12194 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12195
12196 * simple.el (scroll-up-command, scroll-down-command): New commands.
12197 Put property isearch-scroll=t on them.
12198
12199 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12200 `scroll-down-command' and [next] from `scroll-up' to
12201 `scroll-up-command'.
12202
12203 * emulation/cua-base.el: Put property CUA=move on
12204 `scroll-up-command' and `scroll-down-command'.
12205 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12206 and `scroll-down-command' to `cua-scroll-down'.
12207
309d5b43
JB
122082010-04-05 Juanma Barranquero <lekktu@gmail.com>
12209
6460e534 12210 * help.el (describe-mode): Return nil.
309d5b43 12211
0523d117
JW
122122010-04-04 John Wiegley <jwiegley@gmail.com>
12213
12214 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12215 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12216 (ido-virtual): Face used to indicate virtual buffers in the list.
12217 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12218 exists, but a virtual buffer of that name does (which would be why
12219 it was in the list), recreate the buffer by reopening the file.
12220 (ido-make-buffer-list): If virtual buffers are being used, call
12221 `ido-add-virtual-buffers-to-list' before the make list hook.
12222 (ido-virtual-buffers): New variable which contains a copy of the
12223 current contents of the `recentf-list', albeit pared down for the
12224 sake of speed, and with proper faces applied.
12225 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12226 create a list of "virtual buffers" to present to the user in
12227 addition to the currently open set. Note that this logic could
12228 get rather slow if that list is too large. With the default
12229 `recentf-max-saved-items' of 200, there is little speed penalty.
12230
202ff0d6
SM
122312010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 * font-lock.el: Require CL when compiling.
12234 (font-lock-turn-on-thing-lock): Use `case'.
12235
ef43a0f4
EZ
122362010-04-03 Eli Zaretskii <eliz@gnu.org>
12237
12238 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12239 Zaretskii.
ef43a0f4 12240
9c13a46e
JL
122412010-04-02 Juri Linkov <juri@jurta.org>
12242
12243 * ehelp.el (electric-help-orig-major-mode):
12244 New buffer-local variable.
12245 (electric-help-mode): Set it to original major-mode. Doc fix.
12246 (with-electric-help): Use `electric-help-orig-major-mode' instead
12247 of (default-value 'major-mode). Doc fix.
12248 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12249
3fb87bf5
SS
122502010-04-02 Sam Steingold <sds@gnu.org>
12251
12252 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12253 `vc-hg-command' with a list of flags.
12254
202ff0d6
SM
12255 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12256 Also accept "patch" and "RFE".
dbb5e44a
SS
12257 (bug-reference-fontify): `bug-reference-url-format' can also be a
12258 function to be able to handle the bug kind.
202ff0d6 12259 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12260
d0b22876
JD
122612010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12262
12263 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12264 value to fboundp, it may not be a symbol.
12265
1625d379
CY
122662010-03-31 Chong Yidong <cyd@stupidchicken.com>
12267
202ff0d6 12268 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12269
1cd095c6
JL
122702010-03-31 Juri Linkov <juri@jurta.org>
12271
12272 * simple.el (next-line, previous-line): Re-throw a signal
12273 with `signal' instead of using `ding'.
12274 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12275
67189e62
JL
122762010-03-31 Juri Linkov <juri@jurta.org>
12277
12278 * simple.el (keyboard-escape-quit): Raise deselecting the active
12279 region higher than exiting the minibuffer.
12280 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12281
1546c559
JL
122822010-03-31 Juri Linkov <juri@jurta.org>
12283
12284 * image.el (image-animated-p): Use `image-metadata' instead of
12285 `image-extension-data'. Get GIF extenstion data from metadata
12286 property `extension-data'.
12287
85626eef
SM
122882010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12289
12290 * simple.el (append-to-buffer): Simplify.
12291
85738751 122922010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12293
12294 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12295 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12296
85738751 122972010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12298
12299 * language/sinhala.el (composition-function-table): Fix regexp for
12300 the new Unicode specification.
12301
12302 * language/indian.el (devanagari-composable-pattern)
12303 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12304 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12305 specification.
12306 (bengali-composable-pattern, gurmukhi-composable-pattern)
12307 (gujarati-composable-pattern, oriya-composable-pattern)
12308 (telugu-composable-pattern): New variables to cope with the new
12309 Unicode specification. Use them in composition-function-table.
12310
85738751 123112010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12312
79d74ac5 12313 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12314 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12315 vectors rather than cons cells, as used in menu-bar-update-buffers.
12316
85738751 123172010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12318
2a793f7f
CY
12319 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12320 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12321 electric punctuation for "{}();,:" (Bug#5586).
12322
03ffe8be
CY
12323 * mail/sendmail.el (mail-default-directory): Doc fix.
12324
85738751 123252010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12326
12327 * mail/sendmail.el (mail-default-directory): Doc fix.
12328
85738751 123292010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12330
12331 * subr.el (version-regexp-alist, version-to-list)
12332 (version-list-<, version-list-=, version-list-<=)
12333 (version-list-not-zero, version<, version<=, version=): Doc fix.
12334 (Bug#5744).
12335
85738751 123362010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12337
12338 * vc.el (vc-root-diff): Doc fix.
12339
85738751 123402010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12341
9aa2c576
CY
12342 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12343
9d30a9f4
CY
12344 * simple.el (append-to-buffer): Fix last change.
12345
85738751 123462010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12347
12348 * simple.el (append-to-buffer): Ensure that point is preserved if
12349 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12350 (Bug#5749)
12351
2372f278
SM
123522010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * files.el (auto-mode-case-fold): Change default to t.
12355
2223a1b3
JL
123562010-03-30 Juri Linkov <juri@jurta.org>
12357
12358 * dired-x.el (dired-omit-mode): Doc fix.
12359
0ef84fc8
JL
123602010-03-30 Juri Linkov <juri@jurta.org>
12361
12362 * replace.el (occur-accumulate-lines): Move occur-engine related
12363 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12364 to be located after `occur-engine'.
12365
dc2d2590
JL
123662010-03-30 Juri Linkov <juri@jurta.org>
12367
12368 Make occur handle multi-line matches cleanly with context.
12369 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12370
12371 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12372 (occur-engine): Add local variables `ret', `prev-after-lines',
12373 `prev-lines'. Use more arguments for `occur-context-lines'.
12374 Set first elem of its returned list to `data', and the second elem
12375 to `prev-after-lines'. Don't print the separator line.
12376 In the end, print remaining context after-lines.
12377 (occur-context-lines): Add new arguments `begpt', `endpt',
12378 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12379 after-lines of the previous match with before-lines of the
12380 current match and not overlap them. Return a list with two
12381 values: the output line and the list of context after-lines.
12382
47c88c06
JL
123832010-03-30 Juri Linkov <juri@jurta.org>
12384
12385 * replace.el (occur-accumulate-lines): Fix a bug where the first
12386 context line at the beginning of the buffer was missing.
12387
a7b02820
EZ
123882010-03-30 Eli Zaretskii <eliz@gnu.org>
12389
12390 * files.el: Make bidi-display-reordering safe variable for boolean
12391 values.
12392
9326ba26 123932010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12394 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12395
12396 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12397 (progress-reporter-update, progress-reporter-do-update):
12398 Handle non-numeric value arguments.
9326ba26
CY
12399 (progress-reporter--pulse-characters): New var.
12400
f6f8aa12
CY
124012010-03-28 Chong Yidong <cyd@stupidchicken.com>
12402
12403 * progmodes/compile.el (compilation-start): Fix regexp detection
12404 of initial cd command (Bug#5771).
12405
7ed287b5
CY
124062010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12407
12408 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12409
146b8b16
NR
124102010-03-27 Nick Roberts <nickrob@snap.net.nz>
12411
12412 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12413 * progmodes/gdb-mi.el: Restore.
12414 * progmodes/gdb-ui.el: Remove.
12415 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12416
b23caf75
GM
124172010-03-25 Glenn Morris <rgm@gnu.org>
12418
12419 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12420 all dired buffers, even tramp ones. (Bug#5755)
12421
18c812bd
SM
124222010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 Add "union tags" in mpc.el.
12425 * mpc.el: Remove backward compatibility code.
12426 (mpc-browser-tags): Change default.
12427 (mpc--find-memoize-union-tags): New var.
12428 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12429 (mpc-cmd-find): Handle the case where the playlist does not exist.
12430 Handle union-tags.
12431 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12432 (mpc-cmd-add): Use mpc-cmd-flush.
12433 (mpc-tagbrowser-tag-name): New fun.
12434 (mpc-tagbrowser-buf): Use it.
12435 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12436
efee6a6d
SM
124372010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12438
9586c41a
SM
12439 Misc cleanup.
12440 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12441 Use replace-regexp-in-string.
12442 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12443 (makefile-imake-mode-syntax-table): Move init into defvar.
12444 (makefile-mode): Use define-derived-mode.
12445
efee6a6d
SM
12446 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12447 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12448 not be present any more.
12449
c6f3804c
JB
124502010-03-24 Juanma Barranquero <lekktu@gmail.com>
12451
12452 * faces.el (set-face-attribute): Fix typo in docstring.
12453 (face-valid-attribute-values): Reflow docstring.
12454
e867cb5d 124552010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12456
efee6a6d 12457 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12458
e867cb5d 124592010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12460
12461 * indent.el (indent-for-tab-command): Doc fix.
12462
e867cb5d 124632010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12464
efee6a6d
SM
12465 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12466 Fix off-by-one error. Fixes bug #5747.
657071fc 12467
e867cb5d 124682010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12469
12470 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12471 (image-dired-read-comment): Doc fix.
12472
efee6a6d
SM
12473 * json.el (json-object-type, json-array-type, json-key-type)
12474 (json-false, json-null, json-read-number):
c8de140b
JB
12475 * minibuffer.el (completion-in-region-functions):
12476 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12477 (cal-tex-cursor-week):
12478 * emacs-lisp/trace.el (trace-function):
12479 * eshell/em-basic.el (eshell/printnl):
12480 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12481 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12482 * obsolete/levents.el (allocate-event, event-key, event-object)
12483 (event-point, event-process, event-timestamp, event-to-character)
12484 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12485 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12486 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12487 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12488 (reftex-highlight-selection): Fix typos in docstrings.
12489
e867cb5d 124902010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12491
12492 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12493
e867cb5d 124942010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12495
12496 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12497 2008-02-13 without comment; mark it obsolete.
12498 (rmail-highlight-headers): Use rmail-highlight-face once more.
12499
e867cb5d 125002010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12501
12502 * woman.el (woman2-process-escapes): Only consume the newline if
12503 the filler character is on a line by itself (Bug#5729).
12504
e867cb5d 125052010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12506
12507 * language/indian.el (devanagari-composable-pattern): Add more
12508 consonants.
12509
e867cb5d 125102010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12511
12512 * net/trampver.el: Update release number.
12513
e867cb5d 125142010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12515
efee6a6d
SM
12516 * net/tramp.el (tramp-find-executable):
12517 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12518 output of "wc -l" more robust.
12519 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12520 (tramp-open-connection-setup-interactive-shell): Remove workaround
12521 for OpenSolaris bug, it is not needed anymore.
12522
e867cb5d 125232010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12524
12525 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12526
e867cb5d 125272010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12528
12529 * files.el (auto-mode-alist): Accept more verilog file patterns.
12530
b2b8574b
SM
125312010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12534
1d94ebb0
GM
125352010-03-24 Glenn Morris <rgm@gnu.org>
12536
7e263967
GM
12537 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12538 log-edit-before-checkin-process.
12539
5ac92c5f
GM
12540 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12541
12542 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12543
549f324a
GM
12544 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12545 (log-view-process-buffer, log-edit-extra-flags): Declare.
12546
495b517c
GM
12547 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12548
f4087766
SS
125492010-03-23 Sam Steingold <sds@gnu.org>
12550
12551 Fix bug#5620: recalculate all markers on compilation buffer
12552 modifications, not on file modifications.
38e9aa53
GM
12553 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12554 variable: the buffer modification time, for buffers not associated with
12555 files.
f4087766
SS
12556 (compilation-mode): Create it.
12557 (compilation-filter): Update it.
12558 (compilation-next-error-function): Use it instead of
12559 `visited-file-modtime' for timestamp.
12560
774642e5
JL
125612010-03-23 Juri Linkov <juri@jurta.org>
12562
12563 Implement Occur multi-line matches.
12564 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12565
12566 * replace.el (occur): Doc fix.
12567 (occur-engine): Set `begpt' to the beginning of the first line.
12568 Set `endpt' to the end of the last match line. At first, count
12569 line numbers between `origpt' and `begpt'. Split out code from
12570 `out-line' variable to new let-bindings `match-prefix' and
12571 `match-str'. In `out-line' add non-numeric prefix to all
12572 non-first lines of multi-line matches. Finally, count lines
12573 between `begpt' and `endpt' and add to `lines'.
12574
f14d1172
JL
125752010-03-23 Juri Linkov <juri@jurta.org>
12576
12577 * replace.el (occur-accumulate-lines, occur-engine):
12578 Use `occur-engine-line' instead of duplicate code.
12579 (occur-engine-line): New function created from duplicate code
12580 in `occur-accumulate-lines' and `occur-engine'.
12581
53e87c57
JL
12582 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12583 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12584
75a3ff20
JL
125852010-03-23 Juri Linkov <juri@jurta.org>
12586
12587 * finder.el: Remove TODO tasks.
12588
12589 * info.el (Info-finder-find-node): Add node "all"
12590 with all package info. Handle a list of multiple keywords
12591 separated by comma.
12592 (info-finder): In interactive use with a prefix argument,
12593 use `completing-read-multiple' to read a list of keywords
12594 separated by comma.
12595
00278747
SM
125962010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12597
12598 Add a new completion style `substring'.
12599 * minibuffer.el (completion-basic--pattern): New function.
12600 (completion-basic-try-completion, completion-basic-all-completions):
12601 Use it.
12602 (completion-substring--all-completions)
12603 (completion-substring-try-completion)
12604 (completion-substring-all-completions): New functions.
12605 (completion-styles-alist): New style `substring'.
12606
64cb11cc
SM
126072010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 Get rid of .elc files after removal of the corresponding .el.
12610 * Makefile.in (compile-clean): New target.
12611 (compile-main): Use it.
12612
835e2c65
JD
126132010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12614
12615 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12616 don't do make there. When compiling with separate object dir, there
12617 is no Makefile there.
12618
111a9dff
SM
126192010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12620
12621 Get rid of the ELCFILES abomination, again.
12622 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12623 (all, compile): Don't call compile-last.
12624 (compile-main): Build the "elcfiles" list dynamically.
12625 (compile-targets): New (internal) target.
12626
82c3d67a
AS
126272010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12628
12629 * Makefile.in (top_srcdir): Define.
12630 (abs_top_builddir): Define.
12631 (srcdir): Don't append `/..'.
12632 (EMACS): Use ${abs_top_builddir}.
12633 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12634 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12635 $(srcdir).
82c3d67a
AS
12636 (lisp): Use $(srcdir) instead of @srcdir@.
12637
d66ecdbb
JL
126382010-03-21 Juri Linkov <juri@jurta.org>
12639
12640 Fix message of multi-line occur regexps and multi-buffer header lines.
12641 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12642
12643 * replace.el (occur-1): Don't display regexp if it is longer
12644 than window-width. Use `query-replace-descr' to display regexp.
12645 (occur-engine): Don't display regexp in the buffer header for
12646 multi-buffer occur. Display a separate header line with total
12647 match count and regexp for multi-buffer occur.
12648 Use `query-replace-descr' to display regexp.
12649
f05e1b94
TZ
126502010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12651
12652 * net/secrets.el: Fix parenthesis.
12653 (secrets-enabled): Fix parenthesis.
12654
801ba3ba
SM
126552010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12656
3613edce
SM
12657 Use more relative file and directory names.
12658 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12659 (setwins, setwins_almost, setwins_for_subdirs):
12660 Don't `cd'; output relative names.
12661 (all, compile, compile-always, compile-last): Set emacswd.
12662 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12663 Just cd to the lisp source dir so we can use relative file names.
12664
801ba3ba
SM
12665 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12666
2b1400b9
GM
126672010-03-20 Glenn Morris <rgm@gnu.org>
12668
12669 * textmodes/rst.el: Use faces for font-lock customization, and make the
12670 old -face variables obsolete.
12671 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12672 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12673 (rst-block-face, rst-external-face, rst-definition-face)
12674 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12675 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12676 Make obsolete.
12677 (rst-font-lock-keywords-function): Update for above changes.
12678
5e418f17
JL
126792010-03-20 Juri Linkov <juri@jurta.org>
12680
12681 * s-region.el:
12682 * obsolete/s-region.el: Move to obsolete.
12683
b0287b39
JB
126842010-03-19 Juanma Barranquero <lekktu@gmail.com>
12685
12686 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12687
3c95bbb6
DN
126882010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12689
12690 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12691
09158997
DN
126922010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12693
12694 Add special markup processing for commit logs.
12695 * log-edit.el (log-edit-extra-flags): New variable.
12696 (log-edit): Add new argument MODE. Use that mode when non-nil
12697 instead of the log-view-mode.
12698 (log-view-process-buffer): New function.
12699
12700 * vc.el: Document that the checkin method takes optional
12701 arguments. Document new backend specific method: log-view-mode.
12702 (vc-default-log-edit-mode): New function.
12703 (vc-checkin): Use a backend specific log-view-mode.
12704 Pass extra arguments to the checkin method.
12705 (vc-modify-change-comment): Pass a dummy extra argument.
12706
12707 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12708 log-edit.
12709 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12710 (vc-finish-logentry): Process the log buffer before passing it
12711 down. Pass log-edit-extra-flags.
12712
12713 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12714 command.
85626eef
SM
12715 (log-edit-extra-flags, log-edit-before-checkin-process):
12716 New declarations.
09158997
DN
12717
12718 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12719 command.
85626eef
SM
12720 (log-edit-extra-flags, log-edit-before-checkin-process):
12721 New declarations.
09158997
DN
12722 (vc-hg-log-edit-mode): New derived mode.
12723
12724 * vc-arch.el (vc-arch-checkin):
12725 * vc-cvs.el (vc-cvs-checkin):
12726 * vc-git.el (vc-git-checkin):
12727 * vc-mtn.el (vc-mtn-checkin):
12728 * vc-rcs.el (vc-rcs-checkin):
12729 * vc-sccs.el (vc-sccs-checkin):
12730 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12731
f430423d
SM
127322010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12735 parent typo).
12736
aa8f8277
GM
127372010-03-19 Glenn Morris <rgm@gnu.org>
12738
f430423d 12739 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12740
04525749
GM
127412010-03-18 Glenn Morris <rgm@gnu.org>
12742
c70815f1
GM
12743 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12744
84d0a5f8
GM
12745 * replace.el (query-replace-history): Give it a doc string.
12746 (map-query-replace-regexp): Use query-replace-from-history-variable
12747 and query-replace-to-history-variable.
12748
e3a15161
GM
12749 * mail/hashcash.el (declare-function): Remove duplicate definition.
12750
27be0364
GM
12751 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12752 Make it an obsolete alias for report-emacs-bug-address.
12753 (message-strip-special-text-properties): Declare.
12754 (report-emacs-bug): Remove test for a pretest bug address.
12755 Combine message-mode-specific code.
12756
88b8d18e
GM
12757 * mail/supercite.el: Don't require sendmail.
12758 (mh-in-header-p): Declare rather than using with-no-warnings.
12759 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12760 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12761
1a355d09
GM
12762 * calendar/cal-french.el: Convert to utf-8.
12763
04525749
GM
12764 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12765 Emacs scripts.
12766
ae84eb97
MA
127672010-03-16 Michael Albinus <michael.albinus@gmx.de>
12768
12769 * net/secrets.el (secrets-enabled): New variable. Use it instead
12770 of a subfeature.
12771
7c75524e
MA
127722010-03-15 Michael Albinus <michael.albinus@gmx.de>
12773
12774 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12775 service "org.freedesktop.secrets" can be pinged.
12776 Provide subfeature `enabled'.
7c75524e 12777
57938a79
JL
127782010-03-14 Juri Linkov <juri@jurta.org>
12779
12780 Add finder unknown keywords.
12781
12782 * finder.el (finder-unknown-keywords): New function.
12783
12784 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12785 to create a Finder node with unknown keywords.
12786
88f4758e
JL
127872010-03-14 Juri Linkov <juri@jurta.org>
12788
12789 * finder.el (finder-compile-keywords): Replace `princ' with
12790 `prin1' on a list of symbols interned from keyword strings.
12791
12792 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12793 a comma, then split keywords using a comma and optional whitespace.
12794 Otherwise, split by whitespace.
12795
12796 * complete.el:
12797 * face-remap.el:
12798 * log-view.el:
12799 * net/hmac-def.el:
12800 * net/hmac-md5.el:
12801 * net/netrc.el:
12802 * progmodes/mixal-mode.el: Fix keywords.
12803
7725ebb7
MA
128042010-03-13 Michael Albinus <michael.albinus@gmx.de>
12805
12806 * Makefile.in (ELCFILES): Add net/secrets.elc.
12807
12808 * net/secrets.el: New file.
12809
6f320937
CY
128102010-03-12 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * facemenu.el (list-colors-display, list-colors-print): New arg
12813 callback. Use it to allow selecting colors.
12814
12815 * wid-edit.el (widget-image-insert): Insert image prop even if the
12816 current display is non-graphic.
12817 (widget-field-value-set): New fun.
12818 (editable-field): Use it.
12819 (widget-field-value-get): Clean up unused var.
85626eef
SM
12820 (widget-color-value-create, widget-color--choose-action):
12821 New funs. Allow using list-colors-display to choose color.
6f320937 12822
647f9993
CY
128232010-03-12 Chong Yidong <cyd@stupidchicken.com>
12824
12825 * cus-edit.el: Resort topmost custom groups.
12826 (custom-buffer-sort-alphabetically): Default to t.
12827 (customize-apropos): Use apropos-parse-pattern.
12828 (custom-search-field): New var.
12829 (custom-buffer-create-internal): Add custom-apropos search field.
12830 (custom-add-parent-links): Don't display parent doc.
12831 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12832 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12833
12834 (custom-variable-state): New fun, from custom-variable-state-set.
12835 (custom-variable-state-set): Use it.
12836 (custom-group-value-create): Hide options with standard values
12837 using the :hidden-states property. Use progress reporter.
12838
12839 (custom-show): Simplify.
12840 (custom-visibility): Disable images by default.
12841 (custom-variable): New property :hidden-states.
12842 (custom-variable-value-create): Enable images for
12843 custom-visibility widgets. Use :hidden-states property to
12844 determine initial visibility.
12845
12846 * wid-edit.el (widget-image-find): Give images center ascent.
12847 (visibility): Add :on-image and :off-image properties.
12848 (widget-visibility-value-create): Use them.
12849
eba5b4dd
CY
128502010-03-12 Chong Yidong <cyd@stupidchicken.com>
12851
12852 * cus-edit.el (processes): Remove from development group.
12853 (oop, hypermedia): Delete group.
26f4b8ab 12854 (comm): Promote to top-level group.
eba5b4dd
CY
12855
12856 * net/browse-url.el (browse-url):
12857 * net/xesam.el (xesam):
12858 * net/tramp.el (tramp):
12859 * net/goto-addr.el (goto-address):
26f4b8ab 12860 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12861
12862 * view.el (view): Remove from editing group.
12863
12864 * uniquify.el (uniquify): Put in files group.
12865
12866 * net/browse-url.el (browse-url):
12867 * ps-print.el (postscript): Put in external group.
12868
12869 * cus-edit.el (outlines):
12870 * textmodes/text-mode.el (text-mode-hook):
12871 * textmodes/table.el (table):
12872 * textmodes/picture.el (picture):
12873 * outline.el (outlines): Put in wp group.
12874
12875 * nxml/nxml-mode.el (nxml): Remove from wp group.
12876
12877 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12878
12879 * mail/metamail.el (metamail): Remove from hypermedia group.
12880
12881 * cus-edit.el (abbrev):
12882 * whitespace.el (whitespace):
12883 * vcursor.el (vcursor):
12884 * reveal.el (reveal):
12885 * hl-line.el (hl-line): Put in convenience group.
12886
12887 * epg-config.el (epg): Put in data group.
12888
12889 * emulation/pc-select.el (pc-select): Put in emulations group.
12890
12891 * calculator.el (calculator): Put in applications group.
12892
8117868f
DN
128932010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12894
12895 Add .dir-locals.el support for file-less buffers.
12896 * files.el (hack-local-variables): Split out code to apply local
12897 variable settings ...
12898 (hack-local-variables-apply): ... here. New function.
12899 (hack-dir-local-variables): Use the default directory for when the
12900 buffer does not have an associated file.
12901 (hack-dir-local-variables-non-file-buffer): New function.
12902 * diff-mode.el (diff-mode):
12903 * vc-annotate.el (vc-annotate-mode):
12904 * vc-dir.el (vc-dir-mode):
12905 * log-edit.el (log-edit-mode):
12906 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12907
855a2294
DN
129082010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12909
12910 Add support for shelving snapshots and for showing shelves.
12911 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12912 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12913 New functions.
12914 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12915 (vc-bzr-extra-menu-map): Map them.
12916
3e5b7009
GM
129172010-03-11 Glenn Morris <rgm@gnu.org>
12918
0dcf7d7e
GM
12919 * cus-edit.el (customize-changed-options-previous-release):
12920 Bump to 23.1.
12921
3e5b7009
GM
12922 * image.el (image-animate-max-time): Fix :version tag.
12923
288f9fc0
CY
129242010-03-10 Chong Yidong <cyd@stupidchicken.com>
12925
12926 * Branch for 23.2.
12927
53ef91b1
SM
129282010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12929
12930 * vc-git.el (vc-git-revision-table): Include remote branches.
12931
b41460ae 129322010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12933
12934 Animated image API.
12935 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12936
12937 * image.el (image-animate-max-time): New defcustom.
12938 (image-animated-types): New defconst.
12939 (create-animated-image, image-animate-timer)
12940 (image-animate-start, image-animate-stop, image-animate-timeout)
12941 (image-animated-p): New functions.
12942
12943 * image-mode.el (image-toggle-display-image):
12944 Replace `create-image' with `create-animated-image'.
12945
e5d1fb10 129462010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12947
12948 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12949 instead of "format:"; this ensures that the output is
12950 newline-terminated.
12951
4e7cafbe
CY
129522010-03-08 Chong Yidong <cyd@stupidchicken.com>
12953
12954 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12955 that all errors are caught, and that the return value is always a
12956 list (Bug#5692).
12957
aec66319
KH
129582010-03-08 Kenichi Handa <handa@m17n.org>
12959
12960 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12961 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12962
b327c975
AS
129632010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12964
12965 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12966 call to rfc822-bad-address. (Bug#5692)
12967
1c465a6a
CY
129682010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12969
85626eef
SM
12970 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12971 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12972
a4e32226
CY
129732010-03-06 Chong Yidong <cyd@stupidchicken.com>
12974
12975 * calculator.el (calculator): Don't bind split-window-keep-point
12976 (Bug#5674).
12977
4c83ed3d
SM
129782010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * vc-git.el: Re-flow to fit into 80 columns.
12981 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12982 Remove spurious `quote' element in each case alternative.
12983 (vc-git-show-log-entry): Use prog1.
12984 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12985
e8defde3
SM
129862010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12989
233f0c9f
CY
129902010-03-03 Chong Yidong <cyd@stupidchicken.com>
12991
12992 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12993 definition, not the name (Bug#5481).
12994
254bedef 129952010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12996
12997 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12998 argument with a local variable. (Bug#5670)
12999
7187cdae
JL
130002010-03-02 Juri Linkov <juri@jurta.org>
13001
13002 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
13003
9cf3544e
MA
130042010-03-02 Michael Albinus <michael.albinus@gmx.de>
13005
13006 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
13007 error when FILENAME and NEWNAME are existing remote directories.
13008
13009 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
13010 parameter DIR-FLAG.
13011
33f77982
GM
130122010-03-02 Glenn Morris <rgm@gnu.org>
13013
13014 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
13015 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
13016
d99ea08e
KH
130172010-03-01 Kenichi Handa <handa@m17n.org>
13018
e8defde3 13019 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
13020 myanmar-composable-pattern.
13021
e8defde3
SM
13022 * international/characters.el (script-list):
13023 * international/fontset.el (script-representative-chars):
13024 Change myanmar to burmese.
d99ea08e 13025 (otf-script-alist): Likewise.
4aa2c3b2
KH
13026 (setup-default-fontset): Likewise. Re-fix :otf spec.
13027
b374f54d
KY
130282010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13029
13030 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13031
71572c03
JD
130322010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13033
13034 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13035
00cffdeb
MA
130362010-02-28 Michael Albinus <michael.albinus@gmx.de>
13037
13038 * net/tramp.el (tramp-handle-write-region): START can be a string.
13039 Take care in the checks. Reported by Dan Davison
13040 <davison@stats.ox.ac.uk>.
13041
d4b06783
MA
130422010-02-28 Michael Albinus <michael.albinus@gmx.de>
13043
13044 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13045 (dbus-set-property, dbus-get-all-properties):
13046 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13047
8c3e96d2
CY
130482010-02-28 Chong Yidong <cyd@stupidchicken.com>
13049
de3a1fe9
CY
13050 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13051 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13052 * calendar/icalendar.el (icalendar--add-diary-entry):
13053 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13054 * files.el (recover-session-finish): Use with-current-buffer
13055 instead of save-excursion.
13056
c53b9c3b
SM
130572010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 Fix in-buffer completion when after-change-functions modify the buffer.
13060 * minibuffer.el (completion--replace): New function.
13061 (completion--do-completion): Use it and use relative movement.
13062
4a16bdc6
CY
130632010-02-27 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13066
b8280f39
CY
130672010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13068
c53b9c3b
SM
13069 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13070 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13071
f88cc4d6
KH
130722010-02-26 Kenichi Handa <handa@m17n.org>
13073
13074 * language/burmese.el: Fix entries in composition-function-table.
13075 (myanmar-composable-pattern): New variable.
13076
13077 * international/fontset.el (setup-default-fontset): Add an entry
13078 for myanmar.
13079
13080 * international/characters.el (script-list): Add Myanmar
13081 Extended-A.
13082
cdbf9100
GM
130832010-02-26 Glenn Morris <rgm@gnu.org>
13084
90a94603
GM
13085 * custom.el (custom-initialize-delay): Doc fix.
13086
cdbf9100
GM
13087 * mail/sendmail.el (send-mail-function): Autoload the call
13088 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13089
f95a5fd0
CY
130902010-02-24 Chong Yidong <cyd@stupidchicken.com>
13091
13092 * files.el (hack-local-variables-filter): For eval forms, also
13093 check safe-local-variable-p (Bug#5636).
13094
459a5f4b
MA
130952010-02-22 Michael Albinus <michael.albinus@gmx.de>
13096
13097 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13098 setting the modes by `ignore-errors'. It might fail, for example
13099 if the file is not owned by the user but the group.
13100 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13101
bb23f6e8
CY
131022010-02-21 Chong Yidong <cyd@stupidchicken.com>
13103
6a7662bb
BR
13104 * files.el (directory-listing-before-filename-regexp):
13105 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13106 date-like filenames (Bug#5597).
13107
b660eb70
CY
13108 * htmlfontify.el (htmlfontify): Doc fix.
13109
13110 * eshell/eshell.el (eshell): Doc fix.
13111
bb23f6e8
CY
13112 * startup.el (fancy-about-screen): In mode-line, apply
13113 mode-line-buffer-id face only to the buffer name (Bug#5613).
13114
3e39928c
CY
131152010-02-20 Kevin Ryde <user42@zip.com.au>
13116
f7e0618c
JB
13117 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13118 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13119 (Bug#5599).
13120
0f00e948
EZ
131212010-02-20 Eli Zaretskii <eliz@gnu.org>
13122
13123 * subr.el (remove-yank-excluded-properties): Explain in a comment
13124 why `category' property is removed.
13125
3513efb2
CY
131262010-02-19 Chong Yidong <cyd@stupidchicken.com>
13127
6a7662bb
BR
13128 * isearch.el (isearch-update-post-hook, isearch-update):
13129 Revert 2010-02-17 change.
3513efb2 13130
b4340b3f
UJ
131312010-02-19 Ulf Jasper <ulf.jasper@web.de>
13132
13133 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13134 (icalendar--convert-weekly-to-ical)
13135 (icalendar--convert-yearly-to-ical)
13136 (icalendar--convert-block-to-ical)
13137 (icalendar--convert-cyclic-to-ical)
13138 (icalendar--convert-anniversary-to-ical): Take care of time
13139 specifications where hour has 1-digit only (Bug#5549).
13140
8cfae03d
NR
131412010-02-19 Nick Roberts <nickrob@snap.net.nz>
13142
13143 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13144 of disassemble output in GDB 7.1.
13145
055e4eea
GM
131462010-02-19 Glenn Morris <rgm@gnu.org>
13147
13148 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13149 property. (Bug#5593)
13150
ff6b00de
SS
131512010-02-18 Sam Steingold <sds@gnu.org>
13152
13153 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13154
fe8c0b47
SM
131552010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 Use abbreviated file names in bookmarks (bug#5591).
13158 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13159 calls to expand-file-name.
13160 (bookmark-relocate): Use abbreviated file names in bookmarks.
13161 (bookmark-load): Use abbreviated file names in messages.
13162
73a37a69
MA
131632010-02-18 Michael Albinus <michael.albinus@gmx.de>
13164
13165 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13166 expand "." and "..". Reported by Thierry Volpiatto
13167 <thierry.volpiatto@gmail.com>.
13168
6e4f5731
MA
131692010-02-18 Michael Albinus <michael.albinus@gmx.de>
13170
13171 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13172 permissions of the temporary file to "0600". In case the remote
13173 file has no read permissions for the owner, there might be
13174 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13175
1317622010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13177
13178 * emacs-lisp/authors.el (authors-renamed-files-alist):
13179 Add entries for INSTALL.CVS.
13180
ba5bf642
MH
131812010-02-17 Mark A. Hershberger <mah@everybody.org>
13182
f7e0618c 13183 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13184
f7e0618c 13185 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13186 (isearch-update): Use the new hook.
13187
aac0b0f2
MA
131882010-02-16 Michael Albinus <michael.albinus@gmx.de>
13189
fe8c0b47
SM
13190 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13191 Fix errors in copying directories.
aac0b0f2
MA
13192 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13193 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13194 (tramp-handle-delete-file)
13195 (tramp-handle-dired-recursive-delete-directory)
13196 (tramp-handle-write-region): Flush also the cache for the upper
13197 directory.
13198
05bbe066
CY
131992010-02-16 Chong Yidong <cyd@stupidchicken.com>
13200
e8ab3908
CY
13201 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13202
ff90f4b0
CY
13203 * cus-edit.el (hardware): Doc fix.
13204
13205 * man.el (man): Add to external custom group.
13206
13207 * delim-col.el (columns): Move to wp custom group.
13208
13209 * doc-view.el (doc-view): Add to data custom group.
13210
fe8c0b47 13211 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13212
05bbe066
CY
13213 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13214 by ispell-parse-output (Bug#5575).
13215
fa6ea913
KH
132162010-02-16 Kenichi Handa <handa@m17n.org>
13217
13218 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13219 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13220 (skkdic-convert): Use `euc-japan' coding system for writing.
13221
88fd78ae
GM
132222010-02-16 Glenn Morris <rgm@gnu.org>
13223
13224 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13225 tex-main-file before using it. (Bug#5562)
13226
2b8c974a
SM
132272010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13230 warnings, since it is annoying for the user to see them each time he
13231 runs the code.
13232
7540f029
MA
132332010-02-15 Michael Albinus <michael.albinus@gmx.de>
13234
13235 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13236 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13237 instead of PROC for caching "first-password-request". Otherwise,
13238 new processes would not profit from passwords already entered.
13239
2b8c974a
SM
13240 * net/tramp-cache.el (tramp-dump-connection-properties):
13241 Don't save "first-password-request" property.
7540f029 13242
fa5f7c5f
JB
132432010-02-14 Juanma Barranquero <lekktu@gmail.com>
13244
13245 * outline.el (outline-head-from-level):
13246 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13247 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13248 (elint-defun, elint-buffer-env, elint-top-form-logged)
13249 (elint-unbound-variable):
13250 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13251 Fix typos in docstrings.
13252
ecbaeb7b
MA
132532010-02-14 Michael Albinus <michael.albinus@gmx.de>
13254
13255 * files.el (insert-directory): When WILDCARD-REGEXP and
13256 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13257 whole directory. (Bug#5551)
13258
13259 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13260 dired's alignment sanity. (Bug#5516)
13261
91e3333f
JL
132622010-02-14 Juri Linkov <juri@jurta.org>
13263
13264 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13265 Remove remaining ^H with their preceding chars. (Bug#5566)
13266
36020642
GM
132672010-02-13 Glenn Morris <rgm@gnu.org>
13268
13269 * simple.el (transpose-subr): Give it a doc-string.
13270
13271 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13272 Doc fixes.
13273
f5952338
JL
132742010-02-12 Juri Linkov <juri@jurta.org>
13275
13276 * arc-mode.el (archive-unique-fname): Make directories for nested
13277 archives. (Bug#5540)
13278
918fe50f
JL
132792010-02-12 Juri Linkov <juri@jurta.org>
13280
13281 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13282
c07ff221
SM
132832010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13284
48b1e7cf
SM
13285 * subr.el (copy-overlay): Handle deleted overlays.
13286
c07ff221
SM
13287 * man.el (Man-completion-table): Don't signal an error if we can't run
13288 manual-program (bug#4056).
13289
0e374247
JB
132902010-02-10 Juanma Barranquero <lekktu@gmail.com>
13291
13292 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13293
dbf8402b
SM
132942010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13295
348d1e60
SM
13296 * info.el (Info-bookmark-jump): Simplify.
13297
dbf8402b
SM
13298 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13299 (bookmark-default-handler): Accept new bookmark field `buffer'.
13300
e6d23bb5
CY
133012010-02-10 Chong Yidong <cyd@stupidchicken.com>
13302
13303 * iswitchb.el (iswitchb-completions): Revert last change.
13304
a8e4290b
MA
133052010-02-10 Michael Albinus <michael.albinus@gmx.de>
13306
2b23acde 13307 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13308 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13309 This prevents file names like "~/" being listed literally.
a8e4290b 13310
c59d6fad
DN
133112010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13312
348d1e60
SM
13313 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13314 Remove dead code. (Bug#5546)
c59d6fad 13315
3a66e78f
CY
133162010-02-09 Chong Yidong <cyd@stupidchicken.com>
13317
13318 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13319 correctly (Bug#5548).
13320
f29fd869
CY
133212010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13322
13323 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13324 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13325
7fad1447
KH
133262010-02-08 Kenichi Handa <handa@m17n.org>
13327
13328 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13329 cookie for putting `lisp-indent-function'.
7fad1447 13330
50e4518b
GM
133312010-02-07 Glenn Morris <rgm@gnu.org>
13332
13333 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13334 Move F2003 named interfaces from keywords-2 to keywords-1, and
13335 use function-name-face rather than constant-face.
13336 Simplify "abstract interface" regexp.
13337
a4cc44cf
CY
133382010-02-07 Chong Yidong <cyd@stupidchicken.com>
13339
13340 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13341 ID-FORMAT. Pass it to `file-attributes'.
13342
13343 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13344
c917476d
CY
133452010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13346
13347 * faces.el (set-face-attribute): Allow calling
13348 internal-set-lisp-face-attribute with 'unspecified family and
13349 foundry argument (Bug#5536).
13350
7cf3f3d6
GM
133512010-02-07 Glenn Morris <rgm@gnu.org>
13352
13353 * progmodes/f90.el (f90-font-lock-keywords-2)
13354 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13355 Handle F2003 named interfaces.
13356
ffe87109
CY
133572010-02-06 Chong Yidong <cyd@stupidchicken.com>
13358
13359 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13360 beg and end before calling c-get-state-before-change-functions.
13361
4775ecad
DN
133622010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13363
33aeea0e
SM
13364 * vc-bzr.el (vc-bzr-dir-extra-headers):
13365 Disable the pending merges header.
4775ecad 13366
0d17c4b9
JL
133672010-02-05 Juri Linkov <juri@jurta.org>
13368
13369 * doc-view.el (doc-view-mode):
13370 * image-mode.el (image-mode): Put property mode-class=special.
13371 (Bug#4896)
13372
8228a275
MH
133732010-02-05 Mark A. Hershberger <mah@everybody.org>
13374
13375 * vc-svn.el (vc-svn-revision-table): New function.
13376
d9320986
MA
133772010-02-05 Michael Albinus <michael.albinus@gmx.de>
13378
13379 * net/ange-ftp.el (ange-ftp-insert-directory):
13380 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13381 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13382 Handle also directories. (Bug#5478)
13383
f43d8ecc
GM
133842010-02-05 Glenn Morris <rgm@gnu.org>
13385
13386 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13387
ce3a988d
CY
133882010-02-05 Chong Yidong <cyd@stupidchicken.com>
13389
13390 * startup.el (command-line-1): Convert options beginning with a
13391 single dash as well (Bug#5519).
13392
bdd42899
SM
133932010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13394
51b23c44
SM
13395 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13396 * minibuffer.el (completion-initials-expand): Only check the presence
13397 of delims *within* the boundaries, since otherwise the / delim is
13398 always found for files.
13399
bdd42899
SM
13400 Fix up various corner case problems.
13401 * doc-view.el (doc-view-last-page-number): New function.
13402 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13403 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13404 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13405 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13406 (doc-view-convert-current-doc): Don't create the resolution.el file
13407 here any more.
13408 (doc-view-pdf/ps->png): Do it here instead.
13409 (doc-view-already-converted-p): Check that resolution.el is present.
13410 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13411 windows that are not yet showing images.
13412
d5b3979c
MA
134132010-02-04 Michael Albinus <michael.albinus@gmx.de>
13414
13415 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13416 `dired-uncache' for every elemnt which is an absolute file name.
13417
13418 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13419 directory, handle its directory component.
13420 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13421 function is called permanently and creates noise, otherwise.
13422
13423 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13424 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13425 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13426
b003beb1
DB
134272010-02-04 David Burger <dburger@google.com> (tiny change)
13428
13429 * macros.el (apply-macro-to-region-lines):
13430 Minor simplification. (Bug#5485)
13431
ea92f9f3
GM
134322010-02-04 Glenn Morris <rgm@gnu.org>
13433
a03ae20d
GM
13434 * mail/rmail.el (rmail-show-message-1): Handle malformed
13435 quoted-printable text. (Bug#5441)
13436
4d01b827
GM
13437 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13438
ea92f9f3
GM
13439 * simple.el (visual-line-mode): Capitalize lighter.
13440
82055bb7
JW
134412010-02-03 John Wiegley <jwiegley@gmail.com>
13442
13443 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13444 list of files considered for "virtual buffer" completions.
13445
8214b6e4
MA
134462010-02-03 Michael Albinus <michael.albinus@gmx.de>
13447
13448 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13449 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13450 when dired is called with a list of files, which are not in
13451 `default-directory'. (Bug#5478)
13452
1df9718f
SM
134532010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13456
02ba1267
JL
134572010-02-02 Juri Linkov <juri@jurta.org>
13458
13459 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13460 from unidiff to allow function-line after @@.
13461
a0c6a0fb
JL
134622010-02-02 Juri Linkov <juri@jurta.org>
13463
13464 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13465 '(RCS SCCS) with inverted condition.
13466
c35fcd52
MA
134672010-02-02 Michael Albinus <michael.albinus@gmx.de>
13468
13469 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13470 messages.
13471
6ba973c1
JL
134722010-02-01 Juri Linkov <juri@jurta.org>
13473
13474 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13475 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13476 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13477 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13478
0bca393f
SM
134792010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13480
13481 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13482 (doc-view-revert-buffer): New command.
13483 (doc-view-mode-map): Use it.
13484
7a444e2a
DN
134852010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13486
13487 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13488 pending merge is detected.
13489
ad6fc8f4
JL
134902010-01-31 Juri Linkov <juri@jurta.org>
13491
13492 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13493 beginning of interactive spec like all other grep commands do.
13494 Put "all" in front of "gz". (Bug#5260)
13495
b9236874
DN
134962010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13497
13498 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13499
1e868757
CY
135002010-01-29 Chong Yidong <cyd@stupidchicken.com>
13501
13502 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13503 regexp is incorrect (Bug#5476).
13504
e5c70c41
MA
135052010-01-29 Michael Albinus <michael.albinus@gmx.de>
13506
13507 * net/tramp.el (tramp-handle-insert-directory): Handle also
13508 symlinks, when FILENAME is not in `default-directory'.
13509
0c0b61f1
MA
135102010-01-28 Michael Albinus <michael.albinus@gmx.de>
13511
13512 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13513 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13514
13515 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13516 of SWITCHES. Handle the case, FILENAME is not in
13517 `default-directory'. (Bug#5478)
13518 (tramp-register-file-name-handlers): Add safe-magic property.
13519
763f325e
CY
135202010-01-28 Chong Yidong <cyd@stupidchicken.com>
13521
13522 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13523 unzip (Bug#5475).
13524
fd09a83f
CY
135252010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13526
13527 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13528 (flymake-master-make-header-init): Add other C++ filename masks.
13529 (flymake-find-possible-master-files)
13530 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13531
7e5686f0
MA
135322010-01-28 Michael Albinus <michael.albinus@gmx.de>
13533
13534 Fix some busybox annoyances.
13535
13536 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13537 not responding." string.
13538 (tramp-open-connection-setup-interactive-shell): Dump stty
13539 settings. Enable "neveropen" arg for all `tramp-send-command'
13540 calls. Handle "=" in variable values properly.
13541 (tramp-find-inline-encoding): Raise an error, when no encoding is
13542 found.
13543 (tramp-wait-for-output): Check, whether PROC buffer is available.
13544 Remove spurious " ^H" sequences, sent by busybox.
13545 (tramp-get-ls-command): Suppress coloring, if possible.
13546
c6265c10
GM
135472010-01-28 Glenn Morris <rgm@gnu.org>
13548
c85a168b
GM
13549 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13550
c6265c10
GM
13551 * log-edit.el (log-edit-strip-single-file-name): Add missing
13552 :safe, :group, and :version tags.
13553
7d82a738
SB
135542010-01-27 Stephen Berman <stephen.berman@gmx.net>
13555
13556 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13557 buffers. (Bug#5477)
13558
8b0e68ea
CY
135592010-01-27 David De La Harpe Golden <david@harpegolden.net>
13560
13561 * files.el (delete-directory): Handle moving to trash without
13562 first doing recursion (Bug#5436).
13563
368d3208
DN
135642010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13565
13566 * vc-hooks.el (vc-path): Mark as obsolete.
13567
755da7fa
DN
135682010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13569
e2396d80
DN
13570 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13571 names too.
13572
755da7fa
DN
13573 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13574 for the short log.
13575 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13576
6a6d15ab 135772010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13578
ac9ffe99 13579 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13580
48c2d18a 13581 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13582
25f38310 135832010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13584
13585 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13586 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13587
51850286
DN
135882010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13589
c2f1d6d8
DN
13590 Remove support for adding --signoff on commit.
13591 Future support will use an incompatible generic mechanism.
13592 * vc-git.el (vc-git-add-signoff): Remove variable.
13593 (vc-git-toggle-signoff): Remove function.
13594 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13595
6a7662bb
BR
13596 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13597 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13598 was set.
13599 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13600 earlier, call it again in case the background mode has changed.
13601
02c6d0d0
CY
136022010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13603
13604 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13605 (Bug#3541).
13606
064eee03
CY
136072010-01-23 Chong Yidong <cyd@stupidchicken.com>
13608
02c6d0d0
CY
13609 * emacs-lisp/assoc.el (aelement): Doc fix.
13610 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13611
5336c3ec 136122010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13613
48c2d18a 13614 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13615 is the same as subprogram call, not declaration. (Bug#5435).
13616
0536254e
MA
136172010-01-23 Michael Albinus <michael.albinus@gmx.de>
13618
13619 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13620 (tramp-smb-maybe-open-connection): Use it.
13621
411d06c2
MA
136222010-01-22 Michael Albinus <michael.albinus@gmx.de>
13623
0536254e 13624 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13625
c893016b
SM
136262010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13627
13628 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13629 just because we see "encoding: 8bit".
13630 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13631
9425f8e1
CY
136322010-01-22 Chong Yidong <cyd@stupidchicken.com>
13633
13634 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13635
6a801864
EZ
136362010-01-22 Eli Zaretskii <eliz@gnu.org>
13637
13638 * jka-compr.el (jka-compr-load): If load-file is not in
13639 load-history, try its file-truename version. (bug#5447)
13640
3e8f7d91
AM
136412010-01-21 Alan Mackenzie <acm@muc.de>
13642
13643 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13644 * progmodes/cc-engine.el (c-invalidate-state-cache):
13645 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13646 special cpp construct is still in the buffer.
13647 (c-parse-state): Record the special cpp with markers, not numbers.
13648
f0bd0ad5
CY
136492010-01-21 Kenichi Handa <handa@m17n.org>
13650
13651 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13652 process last-command-event, as it is now decoded first (Bug#5380).
13653
5189d95b
CY
136542010-01-20 Chong Yidong <cyd@stupidchicken.com>
13655
13656 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13657
e073d74a
GM
136582010-01-20 Glenn Morris <rgm@gnu.org>
13659
13660 * indent.el (tab-always-indent): Fix custom-type.
13661
8ee04f3a
AM
136622010-01-19 Alan Mackenzie <acm@muc.de>
13663
13664 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13665 buffer throws "args out of range".
13666 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13667 playing the role of delimiter.
13668
6a47c86a
SL
136692010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13670
bf0b361c 13671 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13672 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13673 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13674 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13675 Improve comments in "is" portion. Handle null procedure declaration.
13676 (ada-move-to-end): Improve doc string.
13677
2acfb954
ÓF
136782010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13679
e90d57c0 13680 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13681 Remove obsolete information from commentary.
e90d57c0
JB
13682 (ido-choice-list): Initialize to nil.
13683 (ido-get-bufname): Reject minibuffers.
13684 (ido-make-buffer-list): If "default" is a nonexistent
13685 buffer, ignore it, as per the function's comment.
13686 (ido-kill-buffer-internal): New function.
13687 (ido-kill-buffer-at-head): Use it.
13688 (ido-visit-buffer): Likewise.
2acfb954 13689
244b023e
CY
136902010-01-18 Chong Yidong <cyd@stupidchicken.com>
13691
13692 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13693
db9e401b
JB
136942010-01-18 Juanma Barranquero <lekktu@gmail.com>
13695
db9e401b
JB
13696 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13697 Fix typos in chart titles.
13698
13699 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13700 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13701 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13702 (describe-class, eieio-describe-generic, describe-generic):
13703 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13704 (eieio-speedbar-expand):
13705 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13706 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13707 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13708 (viper-del-backward-char-in-replace, viper-backward-indent)
13709 (viper-brac-function, viper-register-to-point, viper-submit-report):
13710 * net/tramp.el (tramp-remote-coding-commands):
13711 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13712 Fix typos in docstrings.
13713
9295137d
CY
137142010-01-17 Chong Yidong <cyd@stupidchicken.com>
13715
13716 * mail/sendmail.el (mail-yank-original): Set the mark if the
13717 specified function for yanking does not do it.
13718
4d0bbcb6
DN
137192010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13720
7902c120
DN
13721 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13722
4d0bbcb6
DN
13723 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13724 resyncing a directory.
13725
0b702bc1
SL
137262010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13727
6a47c86a 13728 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13729 (ada-ident-re): Delete ., allow multibyte characters.
13730 (ada-goto-label-re): New; matches goto labels.
13731 (ada-block-label-re): New; matches block labels.
13732 (ada-label-re): New; matches both.
5f9d345c 13733 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13734 `ada-block-label-re' instead.
13735 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13736 Use `ada-block-label-re'.
13737 (ada-indent-on-previous-lines): Improve handling of goto labels.
13738 (ada-get-indent-block-start): Special-case block label.
13739 (ada-get-indent-label): Split into `ada-indent-block-label' and
13740 `ada-indent-goto-label'.
13741 (ada-goto-stmt-start, ada-goto-next-non-ws):
13742 Optionally ignore goto labels.
13743 (ada-goto-next-word): Simplify.
13744 (ada-indent-newline-indent-conditional): Insert newline before
13745 trying to fix indentation; doc fix.
13746
05287c49
JB
137472010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13748
13749 * calc/calc.el (calc-command-flags): Give it an initial value.
13750
4963739e
JB
137512010-01-17 Juanma Barranquero <lekktu@gmail.com>
13752
4963739e
JB
13753 * files.el (minibuffer-with-setup-hook):
13754 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13755 (artist-key-draw-continously, artist-key-do-continously-continously)
13756 (artist-key-set-point-continously, artist-mouse-draw-continously):
13757 Fix typos in docstrings.
13758
116bd1ee
CY
137592010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13760
6a7662bb
BR
13761 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13762 Never return t (Bug#3898).
116bd1ee 13763
2784cd7a 137642010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13765
13766 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13767 can parse the output of the external commands (Bug#5279).
13768
abd5cfe8
CY
137692010-01-16 Jari Aalto <jari.aalto@cante.net>
13770
13771 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13772
4fe22cdf
CY
137732010-01-16 Chong Yidong <cyd@stupidchicken.com>
13774
bbdc98ef
CY
13775 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13776
c7dc1ac1
CY
13777 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13778
4fe22cdf
CY
13779 * startup.el (command-line): Remove unused --icon-type arg.
13780 Handle --display arg, passing it to command-line-1 (Bug#5392).
13781
045b9da7
ML
137822010-01-16 Mario Lang <mlang@delysid.org>
13783
045b9da7
ML
13784 * emacs-lisp/chart.el (chart-translate-namezone):
13785 * textmodes/artist.el (artist-compute-popup-menu-table):
13786 Remove duplicated words in doc-strings.
13787
6554a5df
CY
137882010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13789
13790 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13791 to mairix-search to suppress threading (Bug#5342).
13792
ca4f0e9a
KH
137932010-01-15 Kenichi Handa <handa@m17n.org>
13794
13795 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13796 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13797
1db3226b
GM
137982010-01-15 Glenn Morris <rgm@gnu.org>
13799
56a03f46
GM
13800 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13801
13802 * wid-edit.el (widget-keymap): Doc fix.
13803
1db3226b
GM
13804 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13805 former seems to be more widely accepted by various svn versions.
13806
80cd4bb4
JB
138072010-01-14 Juanma Barranquero <lekktu@gmail.com>
13808
d1f18ec0
JB
13809 * find-cmd.el (find-constituents):
13810 * vc-arch.el (vc-arch-root):
13811 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13812 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13813 * progmodes/ada-stmt.el (ada-if):
13814 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13815 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13816 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13817 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13818
80cd4bb4
JB
13819 * progmodes/flymake.el (flymake-post-syntax-check):
13820 Fix typo in error message.
13821
9c23ca47
JB
138222010-01-14 Juanma Barranquero <lekktu@gmail.com>
13823
13824 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13825 which is always a string. (Bug#5313)
13826
8794c483
JB
138272010-01-14 Juanma Barranquero <lekktu@gmail.com>
13828
13829 * progmodes/ada-xref.el (ada-default-prj-properties):
13830 Simplify previous change.
13831
95005d39
SL
138322010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13833
13834 * progmodes/ada-xref.el (ada-default-prj-properties):
13835 Default ada_project_path to $ADA_PROJECT_PATH.
13836
138372010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13838
13839 * progmodes/ada-mode.el (ada-create-keymap):
13840 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13841
fb0d1545
SL
138422010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13843
13844 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13845 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13846 (ada-get-current-indent, ada-imenu-generic-expression)
13847 (ada-which-function): Check for it.
13848
5c9434d0
SL
138492010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13850
13851 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13852 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13853
3a4f3a3b
GM
138542010-01-14 Glenn Morris <rgm@gnu.org>
13855
13856 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13857
d9a7c140
KH
138582010-01-14 Kenichi Handa <handa@m17n.org>
13859
13860 * composite.el (auto-composition-mode): Make it a buffer local
13861 variable (permanent-local).
13862 (auto-composition-function): Set the default value to
13863 auto-compose-chars.
49caf252 13864 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13865 (global-auto-composition-mode): Likewise.
13866 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13867
38bee102
KF
138682010-01-13 Karl Fogel <kfogel@red-bean.com>
13869
13870 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13871
b8b45afc
MA
138722010-01-12 Michael Albinus <michael.albinus@gmx.de>
13873
13874 * files.el (copy-directory): Compute target for recursive
13875 directories with identical names. (Bug#5343)
13876
893db5bc
GM
138772010-01-12 Glenn Morris <rgm@gnu.org>
13878
6a7662bb
BR
13879 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13880 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13881
d8b8451f
SS
138822010-01-11 Sam Steingold <sds@gnu.org>
13883
13884 * imenu.el (imenu-default-create-index-function): Detect infinite
13885 loops caused by imenu-prev-index-position-function.
13886
30afcdff
JB
138872010-01-11 Juanma Barranquero <lekktu@gmail.com>
13888
13889 * htmlfontify.el (htmlfontify-load-rgb-file)
13890 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13891 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13892 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13893 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13894 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13895 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13896 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13897 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13898 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13899 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13900 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13901 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13902 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13903 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13904 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13905 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13906 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13907 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13908 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13909 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13910 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13911 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13912 backslash-quoting from parentheses, etc.
13913
92b1c416
CY
139142010-01-11 Chong Yidong <cyd@stupidchicken.com>
13915
13916 * progmodes/js.el: Autoload javascript-mode alias.
13917
4454adab
JB
139182010-01-11 Juanma Barranquero <lekktu@gmail.com>
13919
13920 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13921 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13922 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13923 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13924 Fix typos in docstrings.
13925 (ffap-url-regexp): Doc fix.
13926 (ffap-at-mouse): Fix typo in message.
13927
6589a2f9
GM
139282010-01-11 Glenn Morris <rgm@gnu.org>
13929
13930 * version.el (emacs-copyright): Set copyright year to 2010.
13931
4e5617ee
SM
139322010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * format.el (format-annotate-function): Only set
13935 write-region-post-annotation-function after running to-fn so as not to
13936 affect nested write-region calls (bug#5273).
13937
52bee098
CY
139382010-01-10 Chong Yidong <cyd@stupidchicken.com>
13939
a069f067
CY
13940 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13941 wisent/python.el.
13942
e709e39d
CY
139432010-01-09 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * man.el (Man-goto-section): Signal error if the section is not
13946 found (Bug#5317).
13947
6ee86780
JB
139482010-01-09 Juanma Barranquero <lekktu@gmail.com>
13949
13950 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13951 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13952
fa7b5f7b
CY
139532010-01-09 Chong Yidong <cyd@stupidchicken.com>
13954
13955 * progmodes/compile.el: Don't treat compile-command as safe if
13956 compilation-read-command might be nil (Bug#4218).
13957
de62c4d9
JD
139582010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13959
13960 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13961 NS options.
13962
e94be827
KH
139632010-01-08 Kenichi Handa <handa@m17n.org>
13964
4e5617ee
SM
13965 * international/fontset.el (build-default-fontset-data):
13966 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13967
1dfae2a2
JB
139682010-01-07 Juanma Barranquero <lekktu@gmail.com>
13969
13970 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13971 to `create-file-buffer' as it expects, not just a buffer name.
13972 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13973 to help uniquify. (Bug#3224)
13974
d0cf45b7
JD
139752010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13976
13977 * font-setting.el (font-setting-change-default-font): Use user-spec
13978 instead of name.
13979
7534fa5e
DN
139802010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13981
13982 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13983
fd579fdc
CY
139842010-01-05 Tom Tromey <tromey@redhat.com>
13985
4e5617ee
SM
13986 * progmodes/python.el (python-font-lock-keywords):
13987 Handle qualified decorators (Bug#881).
fd579fdc 13988
37860caf
DN
139892010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13990
13991 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13992 in a lightweight checkout.
13993
69db641d
KH
139942010-01-05 Kenichi Handa <handa@m17n.org>
13995
4e5617ee 13996 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13997
b25d6a02
DN
139982010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13999
14000 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
14001
137d88ca
DN
140022010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
14003
14004 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
14005 checkouts. (Bug#618)
3d5d0aa9 14006 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
14007 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
14008 (vc-bzr-shelve-menu-map):
14009 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
14010 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 14011
da76998b
CY
140122010-01-02 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
14015 They are valid characters in URL paths (rfc3986), and at least
14016 Firefox does not understand the encoded version (Bug#3166).
14017
b2ad70b6
CY
140182010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
14019
14020 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
14021 (octave-block-begin-or-end-regexp, octave-block-match-alist):
14022 Add "end" keyword (Bug#3061).
b2ad70b6
CY
14023 (octave-end-as-array-index-p): New function.
14024 (calculate-octave-indent): Use it.
14025
54136282
KF
140262010-01-02 Karl Fogel <kfogel@red-bean.com>
14027
14028 * bookmark.el: Consistently put the text property on the bookmark name.
14029 (bookmark-bmenu-marks-width): Bump back to 2, to include
14030 annotation marks.
14031 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14032 property on the bookmark name, instead of not putting it at all.
14033 (bookmark-bmenu-list): Fix where we put the text property.
14034
cc4d3cad
KF
140352010-01-02 Karl Fogel <kfogel@red-bean.com>
14036
14037 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14038 for showing buffer modified state (as added in the previous change).
14039
b894c439
KF
140402010-01-02 Karl Fogel <kfogel@red-bean.com>
14041
14042 * bookmark.el: Show modified state of bookmark buffer more accurately.
14043 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14044 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14045 (with-buffer-modified-unmodified): New macro.
14046 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14047 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14048 Use new macro to preserve the buffer modified state.
b894c439 14049
3a69db53
KF
140502010-01-02 Karl Fogel <kfogel@red-bean.com>
14051
4e5617ee 14052 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14053 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14054 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14055 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14056 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14057 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14058 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14059
af414f10
EZ
140602010-01-02 Eli Zaretskii <eliz@gnu.org>
14061
4e5617ee
SM
14062 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14063 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14064
f2ec0e5e
CY
140652010-01-02 Ryan Yeske <rcyeske@gmail.com>
14066
14067 * net/rcirc.el: Add follow-link binding (Bug#4738).
14068
38c1ba62
EZ
140692010-01-02 Eli Zaretskii <eliz@gnu.org>
14070
4e5617ee 14071 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14072 (cvs-update): New target for backward compatibility.
14073
4e5617ee 14074 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14075 (cvs-update): New target for backward compatibility.
14076
ea2c0f5b
KF
140772010-01-02 Karl Fogel <kfogel@red-bean.com>
14078
14079 * bookmark.el: Remove gratuitous gratitude.
14080
5ae329f4
KF
140812010-01-02 Karl Fogel <kfogel@red-bean.com>
14082
c4cc8b9a 14083 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14084 (bookmark-bmenu-save): Clear buffer modification if no marks.
14085
140862010-01-02 Karl Fogel <kfogel@red-bean.com>
14087
14088 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14089 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14090 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14091 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14092
14093 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14094 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14095 To: emacs-devel {_AT_} gnu.org
14096 Subject: bookmark.el bug report
14097 Date: Mon, 28 Dec 2009 14:19:16 +0800
14098 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14099
aef053eb
KF
141002010-01-02 Karl Fogel <kfogel@red-bean.com>
14101
14102 * bookmark.el: Improvements suggested by Drew Adams:
14103 (bookmark-bmenu-ensure-position): New name for
14104 `bookmark-bmenu-check-position'. Just ensure the position,
14105 don't return any meaningful value.
14106 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14107 New constants.
14108
0472835f
JB
141092010-01-02 Juanma Barranquero <lekktu@gmail.com>
14110
14111 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14112 (bookmark-yank-point, bookmark-bmenu-check-position):
14113 Fix typos in docstrings.
14114 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14115 (bookmark-name-from-full-record, bookmark-get-position)
14116 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14117 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14118 Remove useless quoting of parenthesis, etc. in docstrings.
14119
14120 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14121 (ediff-append-custom-diff): Fix typo in error message.
14122 (ediff-meta-mark-equal-files): Fix typos in messages.
14123
14124 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14125
0472835f
JB
14126 * net/imap-hash.el (imap-hash-make): Doc fix.
14127 (imap-hash-test): Fix typo in error message; reflow docstring.
14128 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14129 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14130 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14131 Fix typos in docstrings.
14132 (imap-hash-open-connection): Fix typo in error message.
14133
14134 * play/gomoku.el (gomoku): Fix typos in docstring.
14135
14136 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14137 (gdb-jsonify-buffer): Fix typos in docstring.
14138 (gdb-goto-breakpoint): Fix typo in error message.
14139 ("Display Other Windows"): Fix typo in help message.
14140 (gdb-speedbar-expand-node): Fix typo in question.
14141
14142 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14143 (idlwave-html-system-help-location, idlwave-html-help-location)
14144 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14145 (idlwave-help-browser-generic-args, idlwave-help-directory)
14146 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14147 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14148 (idlwave-online-help, idlwave-help-html-link)
14149 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14150 Fix typos in docstrings.
14151 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14152 Reflow docstrings.
14153 (idlwave-help-assistant-start): Fix typo in error message.
14154
14155 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14156 (octave-electric-space): Fix typos in docstrings.
14157
9bbe0828
CY
141582010-01-01 Chong Yidong <cyd@stupidchicken.com>
14159
14160 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14161
a88c46c3
CY
141622010-01-01 Juri Linkov <juri@jurta.org>
14163
14164 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14165 increase the default to 500 (Bug#5148).
a88c46c3 14166
7ee6c59b
NR
141672009-12-31 Nick Roberts <nickrob@snap.net.nz>
14168
14169 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14170 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14171 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14172
a9c8a2cd
NR
141732009-12-30 Nick Roberts <nickrob@snap.net.nz>
14174
14175 Show working revision correctly for mercurial.
14176 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14177 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14178
659e4408
JB
141792009-12-29 Juanma Barranquero <lekktu@gmail.com>
14180
14181 Declare some functions for the byte-compiler.
14182 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14183 (speedbar-timer-fn, speedbar-change-expand-button-char)
14184 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14185
7ee6c59b
NR
141862009-12-29 Nick Roberts <nickrob@snap.net.nz>
14187
14188 This changeset reverts GDB Graphical Interface to use annotations.
14189 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14190
460f6e7c
DN
141912009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14192
14193 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14194 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14195 Return file names relative to it.
460f6e7c
DN
14196 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14197 relative directory to vc-bzr-after-dir-status.
14198
543f553a
TH
141992009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14200
14201 * font-lock.el (font-lock-refresh-defaults): New function, which
14202 can be used to let font-lock react to external changes in
14203 variables like font-lock-defaults and keywords.
14204 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14205
2592ab76
DN
142062009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14207
ac859983
DN
14208 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14209
2592ab76
DN
14210 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14211
58941d03
JB
142122009-12-28 Juanma Barranquero <lekktu@gmail.com>
14213
14214 Supersede color.diff settings in git log (bug#5211).
14215
14216 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14217 escape chars in its output when the user has color.diff set to `always'.
14218 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14219
39764e76
KR
142202009-12-26 Kevin Ryde <user42@zip.com.au>
14221
14222 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14223 node. Keep previous "Index" name to work with past coreutils too.
14224
91c4831e
KR
14225 * man.el (man): Revise docstring a bit to show -a and -l as
14226 examples. Add -k description since support for it has otherwise
14227 been a secret. (Further to bug#3717.)
651e932e
KR
14228 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14229 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14230 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14231
7f4d4a97
MA
142322009-12-26 Michael Albinus <michael.albinus@gmx.de>
14233
14234 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14235 switches. Check also for //SUBDIRED// line.
14236
bcffff46
KH
142372009-12-25 Kenichi Handa <handa@m17n.org>
14238
88b5a757 14239 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14240 handle ZWNJ and ZWJ. Use it in composition-function-table for
14241 Devanagari.
14242 (malayalam-composable-pattern): Fix previous change.
14243
dc1dcfa4
VJL
142442009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14245
14246 * ps-print.el (ps-face-attributes): It was not returning the
14247 attribute face for faces specified as string. Reported by harven
80525855 14248 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14249 (ps-print-version): New version 7.3.5.
14250
6fe539d2
UJ
142512009-12-18 Ulf Jasper <ulf.jasper@web.de>
14252
85626eef 14253 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14254 Fix timezone names.
14255 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14256 (icalendar--add-diary-entry): Remove the trailing blank that
14257 diary-make-entry inserts.
14258
1f3611c6
MA
142592009-12-17 Michael Albinus <michael.albinus@gmx.de>
14260
14261 Make `file-expand-wildcards' work for remote files.
14262
14263 * files.el (file-expand-wildcards): In case of remote files, check
14264 only local file name part for wildcards. Provide feature 'files
14265 and subfeature 'remote-wildcards. (Bug#5198)
14266
14267 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14268 if there is already an established connection.
14269 (tramp-advice-file-expand-wildcards): Remove it.
14270
14271 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14272 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14273 Activate advice for older GNU Emacs versions. (Bug#5237)
14274
9762b219
JB
142752009-12-17 Juanma Barranquero <lekktu@gmail.com>
14276
14277 Some doc fixes (more needed).
14278
14279 * find-cmd.el (find-constituents): Reflow docstring.
14280 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14281 (find-generic): Doc fix.
14282
cfb54897
JL
142832009-12-17 Juri Linkov <juri@jurta.org>
14284
14285 Fix regression from 23.1 to allow multiple modes in Local Variables.
14286
14287 * files.el (hack-local-variables-filter): While ignoring duplicates,
14288 don't take `mode' into account.
85626eef
SM
14289 (hack-local-variables-filter, hack-dir-local-variables):
14290 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14291
ad974e9e
JL
142922009-12-17 Juri Linkov <juri@jurta.org>
14293
85626eef 14294 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14295
14296 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14297 `current' or when `file' is a directory of the `current' file.
14298
3616e0b9
AS
142992009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14300
14301 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14302 unconditionally preloaded files.
14303
72b57560
JL
143042009-12-16 Juri Linkov <juri@jurta.org>
14305
14306 Revert to old 23.1 logic of using the file at the mark as default.
14307 * dired-aux.el (dired-diff): Use the file at the mark as default
14308 if it's not the same as the current file, and the target dir is
14309 the current dir or the mark is active. Add the current file
14310 as the arg of `dired-dwim-target-defaults'. Use the default file
14311 in the prompt. (Bug#5225)
14312
68712eb6
MA
143132009-12-15 Michael Albinus <michael.albinus@gmx.de>
14314
14315 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14316 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14317 (tramp-check-for-regexp): Check also, when an echoing shell stops
14318 to echo sent commands.
14319
fd471993
CY
143202009-12-14 Chong Yidong <cyd@stupidchicken.com>
14321
14322 * Makefile.in: Revert last change (Bug#5191).
14323
86b5e14c
DN
143242009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14325
14326 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14327 (vc-hg-working-revision): Make sure the command is executed in a
14328 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14329
8cffbb75
CY
143302009-12-14 Chong Yidong <cyd@stupidchicken.com>
14331
14332 * progmodes/python.el (python-symbol-completions): Remove text
14333 properties from symbol string before calling python-send-receive.
14334
6c2b67ad
NR
143352009-12-14 Nick Roberts <nickrob@snap.net.nz>
14336
14337 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14338 when there are values for both file and line. (Bug#5060)
6c2b67ad 14339
ff6f4585
JL
143402009-12-14 Juri Linkov <juri@jurta.org>
14341
14342 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14343 whitespace after the file name of the first line of unified format,
14344 because git-diff doesn't output whitespace and file modification time
14345 after the file name.
14346
d3de1c8e
JL
143472009-12-14 David Kastrup <dak@gnu.org>
14348
14349 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14350 check if it already has the `display' property added by
14351 `Info-display-images-node', and not put the `invisible' property
14352 in this case.
14353
2f1b7dc4
GM
143542009-12-13 Glenn Morris <rgm@gnu.org>
14355
a0cefee5
GM
14356 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14357 (report-emacs-bug): In message-mode, sort manually before storing
14358 original report text. (Bug#5178)
2f1b7dc4
GM
14359 Remove superfluous save-excursion.
14360
31bb373f
MA
143612009-12-12 Michael Albinus <michael.albinus@gmx.de>
14362
14363 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14364 when responding to "GetAll" properties.
14365
5e1d4968
CY
143662009-12-12 Chong Yidong <cyd@stupidchicken.com>
14367
14368 * simple.el (compose-mail): Remove mail-setup-with-from from
14369 customization checks.
14370
097d86f9
EZ
143712009-12-12 Eli Zaretskii <eliz@gnu.org>
14372
14373 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14374 RAR archives created on Unix systems.
14375
1d4adede
SM
143762009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14379 the varalias that was accidentally removed by the 2009-11-19 change
14380 (bug#5186).
14381
3ff3655c
KH
143822009-12-12 Kenichi Handa <handa@m17n.org>
14383
14384 * language/indian.el (indian-compose-regexp): New function.
14385 (malayalam-composable-pattern): Fix the pattern.
14386 (composition-function-table): Set malayalam-composable-pattern for
14387 Malayalam characters.
14388
82d3343c
CY
143892009-12-11 Chong Yidong <cyd@stupidchicken.com>
14390
315eb96d
CY
14391 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14392 rather than down-mouse-1, based on follow-link conventions.
14393
82d3343c
CY
14394 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14395 are compiled.
14396
86a4c7ac
DN
143972009-12-11 Michael McNamara <mac@mail.brushroad.com>
14398
bf0b361c 14399 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14400 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14401 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14402 (verilog-leap-to-head, verilog-backward-token):
14403 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14404
144052009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14406
bf0b361c
JB
14407 * progmodes/verilog-mode.el (verilog-auto-lineup)
14408 (verilog-nameable-item-re): Cleanup user-visible spelling and
14409 documentation errors. One reported by Gary Delp.
1d4adede 14410 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14411 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14412 package, bug195. Reported by Pierre-David Pfister.
14413
fe03f49a
GM
144142009-12-11 Glenn Morris <rgm@gnu.org>
14415
47641aac
GM
14416 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14417
85094855
GM
14418 * mail/emacsbug.el: No longer require sendmail.
14419 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14420 (report-emacs-bug-orig-text): Doc fix.
14421 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14422 New local variables, to adapt to different mail-user-agents.
14423 (report-emacs-bug): Fix test for a gnu.org address.
14424 Use overlays for emphasis, since font-lock defeats 'face property.
14425 Pretest bugs also end up at the newsgroup these days.
14426 Stop message-mode stripping text properties.
14427 Set and use the new buffer-local variables.
14428 (report-emacs-bug-hook): Add doc-string.
14429 Remove some unnecessary save-excursions and simplify.
14430 Use the appropriate hook and send-command.
14431
fe03f49a
GM
14432 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14433 capitalization of some menu entries.
14434
345427f0
VJL
144352009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14436
277e6741
MP
14437 * whitespace.el (whitespace-display-char-on):
14438 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14439 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14440 New version 12.1.
14441
c70ccbba
EZ
144422009-12-10 Eli Zaretskii <eliz@gnu.org>
14443
14444 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14445 characters in the Attribute field.
14446
f1943c1b
DN
144472009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14448
14449 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14450
1c67aeaa
SM
144512009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14454 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14455 Disregard autoload-excludes.
14456 (update-directory-autoloads): Obey autoload-excludes here instead.
14457 But don't store its contents in no-autoloads and remove entries that
14458 refer to excludes files.
14459
d8194864
GM
144602009-12-10 Glenn Morris <rgm@gnu.org>
14461
8c0171c0
GM
14462 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14463 (expand-mail-aliases): Define for compiler.
14464
dba372dd
GM
14465 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14466 Define for compiler.
14467
d8194864
GM
14468 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14469 appropriate for the mail-user-agent in use.
14470
fe5facd3
MA
144712009-12-09 Michael Albinus <michael.albinus@gmx.de>
14472
14473 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14474
99999a1d
DN
144752009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14476
14477 Fix short log parsing and fontification.
14478 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14479 Fix fontification for the [merge] label.
14480
2ea1c4aa
SM
144812009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14482
85626eef 14483 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14484 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14485 (hfy-fontify-buffer): Use it.
14486
9840deb6
SM
144872009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14488
a0d1aadf
SM
14489 Minor cleanup.
14490 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14491 Adjust all callers.
14492 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14493 args compulsory. Adjust callers.
14494 (ffap-gopher-at-point): Remove unused var `name'.
14495
9840deb6
SM
14496 Get rid of the ELCFILES abomination.
14497 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14498 (compile-elcfiles): New phony target.
14499 (compile-main): Compute ELCFILES dynamically.
14500 (compile-clean): New target to remove left-over elc files.
14501 (compile, all): Use it.
14502
7eb3f9a8
KH
145032009-12-09 Kenichi Handa <handa@etlken>
14504
14505 * international/mule-diag.el: Require help-mode instead of help-fns.
14506
ae63e572
KH
145072009-12-09 Kenichi Handa <handa@m17n.org>
14508
5ce6e4f4 14509 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14510 fine ranges instead of pre-calculating accurate ranges.
14511 Iterate with bigger gc-cons-threshold.
ae63e572 14512
e2f3c692
DN
145132009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14514
14515 Add support for stashing a snapshot of the current tree.
14516 * vc-git.el (vc-git-stash-snapshot): New function.
14517 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14518
cf6d0352
JB
145192009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14520
14521 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14522 instead of `(beginning|end)-of-line'.
14523
48e4acc9
GM
145242009-12-08 Glenn Morris <rgm@gnu.org>
14525
6e890faa
GM
14526 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14527
48e4acc9
GM
14528 * Makefile.in (ELCFILES): Regenerate.
14529
d2a1dc7b
JL
145302009-12-07 Juri Linkov <juri@jurta.org>
14531
14532 Don't lazy-highlight the comint output in history Isearch mode.
14533
14534 * comint.el (comint-history-isearch-search): Instead of
14535 `comint-line-beginning-position', use `comint-after-pmark-p'
14536 to check if point if before the process mark, and go to
14537 `process-mark' in this case.
14538
51ef56c4
SM
145392009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14540
fb10ee4a
SM
14541 * textmodes/tex-mode.el (latex-complete)
14542 (latex-indent-or-complete): Remove.
14543 (latex-mode): Set completion-at-point-functions instead.
14544
14545 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14546 * minibuffer.el (completion-at-point-functions): New var.
14547 (completion-at-point): New command.
fb10ee4a 14548 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14549 * progmodes/python.el (python-mode-map): Use completion-at-point.
14550 (python-completion-at-point): Rename from python-partial-symbol and
14551 adjust for use in completion-at-point-functions.
14552 (python-mode): Setup completion-at-point for Python completion.
14553 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14554 extracted from lisp-complete-symbol.
14555 (lisp-complete-symbol): Use it.
14556 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14557 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14558 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14559 Use completion-at-point.
51ef56c4 14560 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14561 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14562 * progmodes/sym-comp.el: Move to...
14563 * obsolete/sym-comp.el: Move from progmodes.
14564
5e7a9022
EZ
145652009-12-07 Eli Zaretskii <eliz@gnu.org>
14566
14567 Prevent save-buffer in Rmail buffers from using the coding-system
14568 of the current message, and from clobbering the encoding mnemonics
14569 in the mode line (Bug#4623).
14570
14571 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14572 flag, too.
14573 (rmail-message-encoding): New variable.
14574 (rmail-write-region-annotate): Record the encoding of the current
14575 message in rmail-message-encoding.
14576 (rmail-after-save-hook): New function, restores the encoding of
14577 the current message after the message collection is saved.
14578
9136e895
JL
145792009-12-07 Juri Linkov <juri@jurta.org>
14580
14581 * progmodes/grep.el (grep-read-files): Use `completing-read'
14582 instead of `read-string'. Set its `collection' arg to
14583 `read-file-name-internal'. (Bug#4301)
14584
40637410
JL
145852009-12-07 Juri Linkov <juri@jurta.org>
14586
14587 Correctly restore original Isearch point. (Bug#4994)
14588
14589 * isearch.el (isearch-mode): Move `isearch-push-state' after
14590 `(run-hooks 'isearch-mode-hook)'.
14591 (isearch-cancel): When `isearch-push-state-function' is defined,
14592 let-bind `isearch-cmds' to the first state (the last element of
14593 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14594 function and restores the original point). Otherwise, move point
14595 to `isearch-opoint'.
14596
da10ce2b
SM
145972009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14598
14599 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14600 chars that don't have names, so the table can be built much faster at
14601 run-time.
14602
3d68fa99
CY
146032009-12-07 Chong Yidong <cyd@stupidchicken.com>
14604
f82b1493
CY
14605 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14606 change. Suggested by David Kastrup.
14607
3d68fa99
CY
14608 * simple.el (compose-mail): Check for incompatibilities and warn.
14609 (compose-mail-user-agent-warnings): New option.
14610
662c5698
DN
146112009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14612
14613 Support showing a single log entry from vc-annotate.
14614 * vc.el (print-log): Add a new argument: START-REVISION.
14615 (vc-print-log-internal): Add a new optional argument and
14616 pass it to the backend.
14617 (vc-print-log, vc-print-root-log): Adjust callers.
14618 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14619 buffer already displays the requested log entry, use it.
14620 Otherwise display only the log entry in question.
14621 * vc-svn.el (vc-svn-print-log):
e4070cdc 14622 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14623 * vc-hg.el (vc-hg-state):
14624 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14625 (vc-git-show-log-entry): Return t on success.
14626 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14627 (vc-bzr-show-log-entry): Return t on success.
14628 * vc-rcs.el (vc-rcs-print-log):
14629 * vc-sccs.el (vc-sccs-print-log):
14630 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14631
e4070cdc
GM
146322009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14633
5ce6e4f4
JB
14634 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14635 Add menus to the meta mode. (Bug#5043)
e4070cdc 14636
5ce6e4f4 146372009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14638
14639 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14640 event-key.
662c5698 14641
662c5698
DN
14642 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14643
dab816a9
MA
146442009-12-07 Michael Albinus <michael.albinus@gmx.de>
14645
14646 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14647 Berbain <raphael.berbain@gmail.com>.
14648
14649 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14650 characters.
14651 (tramp-initial-end-of-output): New defconst.
14652 (tramp-methods, tramp-find-shell)
14653 (tramp-open-connection-setup-interactive-shell)
14654 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14655 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14656 Handle existence of `#' and `$'.
dab816a9 14657
6a7662bb
BR
14658 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14659 Use `tramp-initial-end-of-output'.
dab816a9 14660
a91e1f6b
DN
146612009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14662
14663 Get the background mode from the terminal for xterm, and set
14664 faces accordingly.
14665 * term/xterm.el (xterm-set-background-mode): New function.
14666 (terminal-init-xterm): Use it in case xterm supports background
14667 color queries. Recompute faces after getting the background
14668 color.
14669
5fa9d1ec
GM
146702009-12-07 Ulrich Mueller <ulm@gentoo.org>
14671
14672 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14673 number comment back on its own line, for easier parsing.
14674
5e9fde5e
SM
146752009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 Make it work for non-file buffers (bug#5102).
14678 * doc-view.el (doc-view-current-cache-dir):
14679 Use doc-view-buffer-file-name rather than buffer-file-name.
14680 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14681
2f2f5242
CY
146822009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14683
14684 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14685 author field is too short.
14686
cebf8ec6
DN
146872009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14688
5e9fde5e
SM
14689 * vc-git.el (vc-git-print-log): Handle a limit argument.
14690 Display the short log in graph form and with labels.
0d3f8a78
DN
14691 (vc-git-log-view-mode): Handle labels.
14692
cebf8ec6
DN
14693 Make vc-revert change VC state from 'added to 'unregistered.
14694 * vc-git.el (vc-git-revert): Call git reset first.
14695
8e39154d
UJ
146962009-12-06 Ulf Jasper <ulf.jasper@web.de>
14697
d8194864
GM
14698 * net/newst-backend.el, net/newst-plainview.el:
14699 * net/newst-reader.el, net/newst-ticker.el:
14700 * net/newst-treeview.el, net/newsticker.el:
14701 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14702
ef187c24
CY
147032009-12-06 Chong Yidong <cyd@stupidchicken.com>
14704
238a0f3a
CY
14705 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14706
2c6bb71a
CY
14707 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14708 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14709 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14710 Update annotation regexp.
14711
ef187c24
CY
14712 * simple.el (beginning-of-visual-line): Constrain to field
14713 boundaries (Bug#5106).
14714
571855b6
UJ
147152009-12-06 Ulf Jasper <ulf.jasper@web.de>
14716
6a7662bb
BR
14717 * xml.el (xml-substitute-numeric-entities):
14718 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14719 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14720 * net/newst-backend.el (newsticker--parse-generic-feed)
14721 (newsticker--parse-generic-items)
6a7662bb
BR
14722 (newsticker--decode-numeric-entities):
14723 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14724 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14725
b857059c
CY
147262009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14727
14728 * progmodes/js.el (js--js-not): Add null to the list of values.
14729
c2dae51b
CY
147302009-12-06 Chong Yidong <cyd@stupidchicken.com>
14731
d8194864 14732 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14733
ed0f72d2
RW
147342009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14735
14736 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14737 delimiter if it is at the end of the current line.
14738 (bibtex-generate-url-list): Fix docstring.
14739
365b9a62
SM
147402009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14743 minibuffer's content with itself.
14744 Fold the confirm-after-completion case into the `confirm' case.
14745 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14746
990a9cb1
KR
147472009-12-06 Kevin Ryde <user42@zip.com.au>
14748
14749 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14750 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14751
8b5a10db 14752 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14753 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14754
065543e7
JL
147552009-12-05 Juri Linkov <juri@jurta.org>
14756
14757 Save and restore dired buffer's point positions too. (Bug#4880)
14758
14759 * dired.el (dired-save-positions): Return in the first element
14760 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14761 Doc fix.
14762 (dired-restore-positions): First restore buffer's position.
14763 While restoring window's positions, check if window still displays
14764 the original buffer.
14765
503edac9
CY
147662009-12-05 Chong Yidong <cyd@stupidchicken.com>
14767
9a594ee6
CY
14768 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14769 if possible.
14770
925f8c70
CY
14771 * shell.el (shell): Require ansi-color (Bug#5113).
14772
14773 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14774
503edac9
CY
14775 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14776
8fea6b33
AM
147772009-12-05 Alan Mackenzie <acm@muc.de>
14778
14779 * progmodes/cc-mode.el (c-before-hack-hook)
14780 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14781 `c-file-style' to work again. This reversion restores the current
212c5aef 14782 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14783
5d1fd962
CY
147842009-12-05 Kevin Ryde <user42@zip.com.au>
14785
6a7662bb
BR
14786 * textmodes/sgml-mode.el (sgml-lexical-context):
14787 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14788
30760c8b
JL
147892009-12-05 Juri Linkov <juri@jurta.org>
14790
14791 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14792 for virtual nodes. (Bug#4147)
14793 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14794 when moving from a virtual node.
14795 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14796 (Info-mode): Add `Info-virtual-index' to the docstring.
14797
403111a8
RW
147982009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14799
14800 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14801 track of the buffer position of the end of a BibTeX entry as this
14802 position may change during reformatting.
14803 (bibtex-format-entry): Remove whitespace before processing
14804 numerical fields so that we recognize the latter properly.
14805 (bibtex-reformat): Do not use push which changes the global value
14806 of bibtex-entry-format.
14807 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14808 (bibtex-field-re-init): Replace only space characters by regexp
14809 for whitespace.
365b9a62 14810 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14811 (bibtex-initialize): Also update bibtex-strings.
14812 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14813 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14814 Update bibtex-reference-keys.
403111a8 14815
25b54627
SM
148162009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14817
14818 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14819 point after a star, if that's the only place where modifications can
14820 make progress.
14821
35639eb4
DN
148222009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14823
14824 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14825 in docstrings.
14826
8b78760b
JL
148272009-12-04 Juri Linkov <juri@jurta.org>
14828
14829 * proced.el (proced): Call `(proced-update t)' to update process
14830 information instead of only running proced-post-display-hook.
14831 (proced-send-signal): Add a leading space to the buffer name
14832 " *Marked Processes*" to make this buffer ephemeral.
14833
2b3489a7
JL
148342009-12-04 Juri Linkov <juri@jurta.org>
14835
14836 * dired.el (dired-auto-revert-buffer): New defcustom.
14837 (dired-internal-noselect): Use it.
14838
9b9debd1
JL
148392009-12-04 Juri Linkov <juri@jurta.org>
14840
14841 Change roles of modes and functions in image-mode.el (Bug#5062).
14842
14843 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14844 in `auto-mode-alist'.
14845 (image-mode-previous-major-mode): New variable.
14846 (image-minor-mode-map): Rename from `image-mode-text-map'.
14847 (image-mode): Move graceful error-handling code from
14848 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14849 (image-minor-mode): Remove all image-handling code.
14850 Replace `image-mode-text-map' with `image-minor-mode-map'.
14851 Check for `image-type' in mode-line format string.
14852 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14853 (image-mode-as-text): New function with most code from
14854 `image-mode-maybe'.
14855 (image-toggle-display-text): Move code that removes image
14856 properties from `image-toggle-display' to here.
14857 (image-toggle-display-image): New function with code that adds
14858 image properties copied from `image-toggle-display'.
14859 (image-toggle-display): Remove most code with leaving only code
14860 that toggles between `image-mode-as-text' and `image-mode'.
14861
0c74a301
UJ
148622009-12-04 Ulf Jasper <ulf.jasper@web.de>
14863
14864 * net/newst-treeview.el
14865 (newsticker--treeview-list-highlight-start): Restored call to
14866 save-excursion: Selected item was stuck.
14867 (newsticker--treeview-list-select): New.
14868 (newsticker--treeview-item-show-text)
14869 (newsticker--treeview-item-show)
14870 (newsticker--treeview-item-update): Use new
14871 newsticker-treeview-item-mode.
14872 (newsticker-treeview-update): Keep current item.
14873 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14874 (newsticker--treeview-first-feed): Doc change.
14875 (newsticker-treeview-list-menu)
88b5a757 14876 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14877 (newsticker-treeview-item-mode): New.
14878
5ce6e4f4 14879 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14880 windows.
14881
9eaeec5b
SS
148822009-12-04 Sam Steingold <sds@gnu.org>
14883
14884 * log-view.el (log-view-mode-map): "q" calls quit-window,
14885 like in all the other non-self-insert buffers.
14886
b2bf5be5
SM
148872009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 Minor cleanup.
14890 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14891 key decoding rather than do it manually via last-input-event +
14892 ascii-character.
14893 (term-exec): Use delete-and-extract-region.
14894 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14895 (term-process-pager): Remove unused var `i'.
14896 (term-dynamic-simple-complete): Make obsolete.
14897 (serial-update-config-menu): Remove unused vars `y' and `str'.
14898 (term-update-mode-line): Remove unused var `temp'.
14899
46e5c897
DN
149002009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14901
14902 Limit the number of log entries displayed by default.
14903 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14904 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14905 using a prefix argument.
14906
627e0a14
GM
149072009-12-03 Glenn Morris <rgm@gnu.org>
14908
14909 * progmodes/idlwave.el (class): Restore still useful declaration.
14910
8578c224
AM
149112009-12-03 Alan Mackenzie <acm@muc.de>
14912
4abc318c 14913 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14914
b2bf5be5
SM
14915 * progmodes/cc-mode.el (c-basic-common-init):
14916 Call c-state-cache-init.
9762b219 14917 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14918 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14919 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14920
14921 * progmodes/cc-langs.el (c-before-font-lock-function):
14922 c-extend-and-neutralize-syntax-in-CPP has been renamed
14923 c-neutralize-syntax-in-and-mark-CPP.
14924
14925 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14926 with `category' properties now, not `syntax-table' ones.
14927
14928 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14929 enhanced (but slower) version of c-end-of-macro that won't land
14930 inside a literal or on another awkward character.
14931 (c-state-cache-too-far, c-state-cache-start)
14932 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14933 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14934 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14935 (c-state-min-scan-pos, c-state-brace-pair-desert)
14936 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14937 buffer local variables.
14938 (c-state-literal-at, c-state-lit-beg)
14939 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14940 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14941 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14942 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14943 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14944 (c-renarrow-state-cache)
14945 (c-append-lower-brace-pair-to-state-cache)
14946 (c-state-push-any-brace-pair, c-append-to-state-cache)
14947 (c-remove-stale-state-cache)
14948 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14949 (c-invalidate-state-cache-1, c-parse-state-1)
14950 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14951 (c-parse-state): Enhance and refactor.
14952 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14953
14954 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14955 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14956 modify to use category text properties rather than syntax-table ones.
14957 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14958 to switch off/on the syntactic paren property of C++ template
14959 delimiters using the category property.
14960 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14961 template delims suppressed.
14962 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14963 New constant/macros which apply category properties to the start
14964 and end of preprocessor constructs.
b2bf5be5 14965 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14966 "comment out" the syntactic value of characters in preprocessor
14967 constructs.
14968 (c-with-cpps-commented-out)
14969 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14970 with characters in all or all but one preprocessor constructs
14971 "commented out".
14972
0d4dc442
RW
149732009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14974
14975 * proced.el (proced-filter-alist): Use regexp-quote.
14976
a09dc9bf
MA
149772009-12-03 Michael Albinus <michael.albinus@gmx.de>
14978
14979 Cleanup.
14980 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14981 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14982 arguments. Expand `default-directory'.
14983
14984 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14985 the benefit of returning an expanded localname.
14986 (tramp-tramp-file-p): Handle the case NAME is not a string.
14987
3f6bd790
DN
149882009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14989
4dfb3b9c
DN
14990 Add support for bzr shelve/unshelve.
14991 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14992 (vc-bzr-extra-menu-map): New variables.
14993 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14994 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14995 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14996 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14997 (vc-bzr-dir-extra-headers): Display shelves.
14998
3f6bd790
DN
14999 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
15000
842d73a1
SM
150012009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * textmodes/bibtex.el (bibtex-complete-internal):
15004 Use completion-in-region.
15005 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
15006
7fa4876f
DN
150072009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
15008
15009 Support applying stashes. Improve UI.
15010 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
15011 (vc-git-stash-apply, vc-git-stash-pop)
15012 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
15013 (vc-git-stash-menu): New functions.
15014 (vc-git-stash-menu-map): New variable.
15015 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
15016
d6e82452
GM
150172009-12-03 Glenn Morris <rgm@gnu.org>
15018
15019 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
15020 (vc-print-log-internal): Fix previous change.
15021 (vc-revert): Correct pluralization.
15022
8d222148
SM
150232009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15024
ea52206b
SM
15025 * progmodes/make-mode.el (makefile-special-targets-list): No need for
15026 it to be an alist any more.
15027 (makefile-complete): Use completion-in-region.
15028
69a94a37
SM
15029 * progmodes/octave-mod.el (octave-complete-symbol):
15030 Use completion-in-region.
15031
8d222148
SM
15032 Misc cleanup.
15033 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15034 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15035 (idlwave-complete-class): Don't quote lambda.
15036 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15037 (idlwave-mode-map): Move initialization into declaration.
15038 (idlwave-action-and-binding): Use backquotes.
15039 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15040 Simplify.
15041 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15042 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15043 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15044 `parts', and `all-parts'.
15045 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15046 (idlwave-convert-xml-system-routine-info): Remove unused string
15047 `version-string'.
15048 (idlwave-display-user-catalog-widget): Use dolist.
15049 (idlwave-scanning-lib): Declare dynamically-scoped var.
15050 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15051 (completion-highlight-first-word-only): Declare to silence bytecomp.
15052 (idlwave-popup-select): Tighten scope of `resp'.
15053 (idlwave-find-struct-tag): Remove unused var `beg'.
15054 (idlwave-after-load-rinfo-hook): Declare.
15055 (idlwave-sintern-class-info): Remove unused var `taglist'.
15056 (idlwave-find-class-definition): Remove unused var `list'.
15057 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15058 (idlwave-what-module-find-class): Remove unused var `classes'.
15059
3bb8691b
JB
150602009-12-03 Juanma Barranquero <lekktu@gmail.com>
15061
15062 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15063
f72f0c23
SM
150642009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15067 buffers visited. Remove redundant current-buffer-saving.
15068
601a9508
SM
150692009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 Use completion-in-buffer and remove uses of dynamic scoping.
15072 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15073 (pascal-buffer-to-use, pascal-flag): Don't declare.
15074 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15075 (pascal-get-completion-decl, pascal-keyword-completion):
15076 Add `pascal-str' argument, save-excursion,
15077 return the found completions, and don't filter with pascal-pred.
15078 (pascal-completion-cache): New var.
15079 (pascal-completion): Don't switch buffer any more (it was never
15080 necessary). Don't save-excursion any more (it's done by the called
15081 subroutines). Use a cache to avoid redundant computations.
15082 Use complete-with-action rather than pascal-completion-response and
15083 let it apply the predicate as well.
15084 (pascal-complete-word): Use completion-in-buffer when
15085 pascal-toggle-completions is nil.
15086 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15087 not used any more.
15088 (pascal-comp-defun): Don't change buffer any more.
15089 Use complete-with-action rather than pascal-completion-response and
15090 let it apply the predicate as well.
15091 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15092 when neded.
15093
1ff4cb98
KH
150942009-12-02 Kenichi Handa <handa@m17n.org>
15095
15096 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15097 shape for all Indic scripts.
15098
bb12edf1
SM
150992009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15100
15101 Use completion-in-buffer.
15102 * wid-edit.el (widget-field-text-end): New function.
15103 (widget-field-value-get): Use it.
15104 (widget-string-complete, widget-file-complete)
15105 (widget-color-complete): Use it and completion-in-region.
15106 (widget-complete): Don't narrow the buffer.
15107
5813f6ef
GM
151082009-12-02 Glenn Morris <rgm@gnu.org>
15109
c920f222
GM
15110 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15111 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15112 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15113 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15114
5813f6ef
GM
15115 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15116 save-excursion with save-current-buffer.
15117 Widen before searching. (Bug#5093)
15118 (diary-list-sexp-entries): Remove superfluous save-excursion.
15119
34b1d750
GM
151202009-12-02 Michael Welsh Duggan <mwd@cert.org>
15121
15122 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15123 name. (Bug#5038)
15124
b2d5f31a
GM
151252009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15126
15127 * ido.el (ido-file-internal): Handle filenames at point that do
15128 not have a directory part. (Bug#5049)
15129
c710ac3c
JB
151302009-12-02 Juanma Barranquero <lekktu@gmail.com>
15131
15132 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15133 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15134
9946be46
SM
151352009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15136
15137 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15138 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15139 any more.
15140
b08016f2
SM
151412009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15142
e7440df4
SM
15143 * comint.el (comint-insert-input): Ignore clicks to the right of
15144 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15145
3bb8691b 15146 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15147 terminate before setting up the major mode.
15148
f3b757f5
SM
15149 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15150 in case.
15151
a2877f1d
SM
15152 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15153 the last element.
15154
b08016f2
SM
15155 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15156
782d6e30
GM
151572009-12-01 Glenn Morris <rgm@gnu.org>
15158
15159 * window.el (window--display-buffer-2): Fix previous changes.
15160
28f57f7e
CY
151612009-12-01 Chong Yidong <cyd@stupidchicken.com>
15162
15163 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15164
c31a2fdc
GM
151652009-12-01 Glenn Morris <rgm@gnu.org>
15166
15167 * Makefile.in (ELCFILES): Add mpc.elc.
15168
e1ada222
SM
151692009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15170
15171 * mpc.el: New file.
15172
0c9ff2c5
GM
151732009-12-01 Glenn Morris <rgm@gnu.org>
15174
3689984f
GM
15175 * window.el (window-to-use): Define for compiler.
15176
3ab4308b
GM
15177 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15178 consistent with others (no final period).
15179
0c9ff2c5
GM
15180 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15181 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15182
fb0c18ff
DN
151832009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15184
15185 Make vc-print-log buttons work.
045b9da7 15186 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15187
2ac7e73e
JB
151882009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15189
15190 * savehist.el (savehist-autosave-interval): Allow setting to nil
15191 through customize. (Bug#5056)
15192
5237d741
JB
151932009-11-30 Juanma Barranquero <lekktu@gmail.com>
15194
15195 Fix references to jit-lock properties.
15196 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15197 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15198 (perl-font-lock-special-syntactic-constructs):
15199 Quote jit-lock-defer-multiline property.
15200
379241fa
DN
152012009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15202
15203 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15204
054ae856
JL
152052009-11-30 Juri Linkov <juri@jurta.org>
15206
15207 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15208 value `buffer' of `multi-isearch-next-buffer-current-function'.
15209 Use `(current-buffer)' when `buffer' is nil.
15210 (multi-isearch-next-buffer-from-list): Don't fallback to
15211 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15212
67296dda
JL
152132009-11-30 Juri Linkov <juri@jurta.org>
15214
15215 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15216 of buffers with `get-buffer' to `multi-isearch-buffers'.
15217 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15218 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15219 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15220 FILES with `expand-file-name' converting relative file names
15221 to absolute. Doc fix. (Bug#4727)
15222
c585bf32
JL
152232009-11-30 Juri Linkov <juri@jurta.org>
15224
15225 * misearch.el (multi-isearch-read-buffers)
15226 (multi-isearch-read-matching-buffers): New functions.
15227 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15228 Use them in the `interactive' spec. Doc fix.
15229 (multi-isearch-read-files, multi-isearch-read-matching-files):
15230 New functions.
15231 (multi-isearch-files, multi-isearch-files-regexp):
15232 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15233
0a745733
JL
152342009-11-30 Juri Linkov <juri@jurta.org>
15235
15236 * doc-view.el (doc-view-continuous):
15237 Rename from `doc-view-continuous-mode'.
15238 (doc-view-menu): Move "Toggle display" to the top.
15239 Add submenu "Continuous" with radio buttons "Off"/"On"
15240 and "Save as Default".
15241 (doc-view-scroll-up-or-next-page)
15242 (doc-view-scroll-down-or-previous-page)
15243 (doc-view-next-line-or-next-page)
6a7662bb
BR
15244 (doc-view-previous-line-or-previous-page):
15245 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15246
1f9689eb
JL
152472009-11-30 Juri Linkov <juri@jurta.org>
15248
15249 * comint.el (comint-mode-map): Rebind `M-r' from
15250 `comint-previous-matching-input' to
15251 `comint-history-isearch-backward-regexp'.
15252 Unbind `M-s' to allow global key binding `M-s'.
15253 Add menu items for `comint-history-isearch-backward' and
15254 `comint-history-isearch-backward-regexp'. (Bug#3746)
15255
2952b1ae
JL
152562009-11-30 Juri Linkov <juri@jurta.org>
15257
15258 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15259 For def=recenter, replace `recenter' with `recenter-top-bottom'
15260 that is called with `this-command' and `last-command' let-bound
15261 to `recenter-top-bottom'. When the last `def' was not `recenter',
15262 set `recenter-last-op' to nil. (Bug#4981)
15263
7a9547ca
SM
152642009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15265
20565545
SM
15266 Minor cleanup and simplification.
15267 * filecache.el (file-cache-add-directory)
15268 (file-cache-add-directory-recursively)
15269 (file-cache-add-from-file-cache-buffer)
15270 (file-cache-delete-file-regexp, file-cache-delete-directory)
15271 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15272 (file-cache-temp-minibuffer-message): Delete function.
15273 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15274
7a9547ca
SM
15275 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15276 Don't signal an error when bumping into EOB in tr, s, or y.
15277
08e968f3
JL
152782009-11-29 Juri Linkov <juri@jurta.org>
15279
15280 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15281 (Bug#4960)
15282
15283 * descr-text.el (describe-char-unidata-list): Use lowercase name
15284 for "Unicode name" like in other tags.
15285
f8d170a4
JL
152862009-11-29 Juri Linkov <juri@jurta.org>
15287
15288 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15289 New compatibility macro.
7a9547ca 15290 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15291
0116abbd
JL
152922009-11-29 Juri Linkov <juri@jurta.org>
15293
15294 Add defcustom to define the cycling order of `recenter-top-bottom'.
15295 (Bug#4981)
15296
15297 * window.el (recenter-last-op): Doc fix.
15298 (recenter-positions): New defcustom.
15299 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15300 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15301
61eef560
MA
153022009-11-29 Michael Albinus <michael.albinus@gmx.de>
15303
15304 Improve integration of Tramp and ange-ftp in eshell.
15305
e4070cdc 15306 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15307 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15308 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15309
15310 * eshell/esh-util.el (top): Require also Tramp when compiling.
15311 (eshell-directory-files-and-attributes): Check for FTP remote
15312 connection.
15313 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15314 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15315 (eshell-file-attributes): Handle ".". Return `entry'.
15316
15317 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15318 (ange-ftp-directory-files-and-attributes)
15319 (ange-ftp-real-directory-files-and-attributes): New defuns.
15320
15321 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15322 shell with "exec" when possible. This prevents trailing prompts
15323 in `start-file-process'.
15324
f5467d3f
SM
153252009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15326
21f49db9
SM
15327 Try and remove assumptions about point-min==1.
15328 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15329 (rng-compute-mode-line-string): Show the validation percentage in
15330 terms of the narrowed text, not the widened text.
15331 (rng-do-some-validation): Don't catch internal errors when debugging.
15332 (rng-first-error): Simplify.
15333 (rng-after-change-function): Remove work around. AFAIK the bug has
15334 been fixed a while ago.
15335
26224faf
SM
15336 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15337 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15338
d7117720
SM
15339 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15340
f5467d3f
SM
15341 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15342 `cd' doesn't always do it for us (bug#5067).
15343
15344 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15345 on 2009-10-25 as part of some other change (bug#5067).
15346
c5269f1c
SM
153472009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15348
62a258a7
SM
15349 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15350 `suspicious'.
15351 (byte-compile-warnings): Use byte-compile-warning-types.
15352 (byte-compile-save-excursion): Warn about use of set-buffer right
15353 after save-excursion.
15354
c5269f1c
SM
15355 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15356 the excursion as well.
15357
3ba30eb8
MA
153582009-11-27 Michael Albinus <michael.albinus@gmx.de>
15359
15360 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15361 providing a Tramp related implementation of "su" and "sudo".
15362 (eshell-unix-initialize): Add "su" and "sudo".
15363
6c6f788d
DU
153642009-11-27 Daiki Ueno <ueno@unixuser.org>
15365
15366 * net/socks.el (socks-send-command): Convert binary request to
15367 unibyte before sending. This fixes mishandling of some port
15368 numbers such as 129.
15369
10c877fe
SM
153702009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15371
6f06a171
SM
15372 * help.el (describe-bindings-internal): Remove `interactive'.
15373
10c877fe
SM
15374 * man.el (Man-completion-table): Trim a terminating "(".
15375 Remove the space between name page a section.
15376 Add the command's description on the `help-echo' property.
c5269f1c
SM
15377 Remove `process-connection-type' binding since it's unused by
15378 call-process.
10c877fe
SM
15379 Provide completion for the "<section> <name>" format as well.
15380 (Man-default-man-entry): Remove spurious var shadowing the argument.
15381
c44a4822
KR
153822009-11-26 Kevin Ryde <user42@zip.com.au>
15383
15384 * log-view.el: Add "Keywords: tools", since its other keywords
15385 aren't in finder-known-keywords, and following vc.el.
15386
9d58f081
KR
15387 * sha1.el (sha1-string-external): default-directory "/" in case
15388 otherwise non-existent. process-connection-type pipe for touch of
15389 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15390
72fe6b25
SM
153912009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 Misc coding convention cleanups.
15394 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15395 hfy-init-kludge-hooks.
15396 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15397 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15398 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15399 and push.
15400 (hfy-slant, hfy-weight): Use tables rather than code.
15401 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15402 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15403 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15404 (hfy-face-to-css): Remove `nconc' with single arg.
15405 (hfy-p-to-face-lennart): Use `or'.
15406 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15407 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15408 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15409 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15410 (hfy-force-fontification): Use run-hooks.
15411
85e0a536
SM
154122009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15413
15414 Various minor fixes.
15415 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15416 Javascript belongs in the header, not the body.
15417 (hfy-javascript): Remove.
15418 (hfy-fontify-buffer): Don't insert it any more.
15419 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15420 Fix bug in invis handling when there were no invis props in a chunk.
15421
62ccc42c
SM
154222009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15423
15424 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15425
2643c7aa
DN
154262009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15427
15428 * finder.el (finder-mode-map): Add a menu.
15429
0e5c8aed
DN
154302009-11-26 Michael McNamara <mac@mail.brushroad.com>
15431
bf0b361c 15432 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15433 "unsigned" structs.
15434
15435 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15436 fork" statement better.
15437
154382009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15439
bf0b361c
JB
15440 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15441 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15442 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15443 Reported by Clay Douglass.
0e5c8aed
DN
15444
15445 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15446 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15447 Fix removing "// Interfaces" when saving .* expansions.
15448 Reported by Pierre-David Pfister.
0e5c8aed 15449
7629c4e7
GM
154502009-11-26 Glenn Morris <rgm@gnu.org>
15451
62ccc42c
SM
15452 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15453 the scope.
7629c4e7 15454
a5d358f8
JB
154552009-11-25 Johan Bockgård <bojohan@gnu.org>
15456
15457 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15458 Really use previous revision.
15459
002cbde5
KR
154602009-11-25 Kevin Ryde <user42@zip.com.au>
15461
15462 * man.el (Man-completion-table): default-directory "/" in case
15463 doesn't otherwise exist. process-environment COLUMNS=999 so as
15464 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15465 any chance of hitting the pseudo-tty TIOCGWINSZ.
15466 (man): completion-ignore-case t for friendliness and since man
15467 itself is case-insensitive on the command line.
15468 Further to Bug#3717.
002cbde5 15469
8cb5ffe8
KR
15470 * arc-mode.el: Add "Keywords: files", so the details in its
15471 commentary can be reached from finder-by-keyword.
34607612
KR
15472 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15473 editing mode, but it's comms related and sgml-mode.el has "comm"
15474 on that basis too.
b8dfcf54 15475 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15476 * international/isearch-x.el, international/ja-dic-cnv.el:
15477 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15478 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15479
1e2d9ba1
JL
154802009-11-25 Juri Linkov <juri@jurta.org>
15481
15482 * man.el (Man-completion-table): Modify regexp to include
15483 section names to completion strings. (Bug#3717)
15484
a601d313
JL
154852009-11-25 Juri Linkov <juri@jurta.org>
15486
15487 Search recursively in gzipped files. (Bug#4982)
15488
15489 * progmodes/grep.el (grep-highlight-matches): Add new options
15490 `always' and `auto'. Doc fix.
15491 (grep-process-setup): Check `grep-highlight-matches' for
15492 `auto-detect' to determine the need to compute grep defaults.
15493 Move Windows/DOS specific --colors settings handling
15494 to `grep-compute-defaults'. Check `grep-highlight-matches'
15495 to get the value of "--color=".
15496 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15497 has the value `auto-detect'. Move Windows/DOS specific settings
15498 from `grep-process-setup'.
15499 (zrgrep): New command with alias `rzgrep'.
15500
bde04ea9
JL
155012009-11-25 Juri Linkov <juri@jurta.org>
15502
15503 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15504 to nil instead of switching off view-mode. (Bug#4896)
15505
7d6b4d3c
JL
155062009-11-25 Juri Linkov <juri@jurta.org>
15507
15508 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15509
15510 * mwheel.el (mwheel-scroll-up-function)
15511 (mwheel-scroll-down-function): New defvars.
15512 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15513 `scroll-up', and `mwheel-scroll-down-function' instead of
15514 `scroll-down'.
15515
15516 * doc-view.el (doc-view-scroll-up-or-next-page)
15517 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15518 Use this ARG in the call to image-scroll-up/image-scroll-down.
15519 Change `interactive' spec to "P". Goto next/previous page only
15520 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15521 SPC/DEL case). Doc fix.
15522 (doc-view-next-line-or-next-page)
15523 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15524 for consistency.
15525 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15526 `doc-view-scroll-up-or-next-page', and buffer-local
15527 `mwheel-scroll-down-function' to
15528 `doc-view-scroll-down-or-previous-page'.
15529
e237085f
JL
155302009-11-25 Juri Linkov <juri@jurta.org>
15531
15532 Provide additional default values (directories at other Dired
15533 windows) via M-n in the minibuffer of some Dired commands.
15534
15535 * dired-aux.el (dired-diff, dired-compare-directories)
15536 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15537 `minibuffer-default' in `minibuffer-with-setup-hook'.
15538 (dired-dwim-target-directory): Find a window that displays Dired
15539 buffer instead of failing when the next window is not Dired.
15540 Use `get-window-with-predicate' to find for the next Dired window.
15541 (dired-dwim-target-defaults): New function.
15542
15543 * ediff-util.el (ediff-read-file-name):
15544 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15545 in `minibuffer-with-setup-hook'.
15546
7d371eac
JL
155472009-11-25 Juri Linkov <juri@jurta.org>
15548
15549 Provide additional default values (file name at point or at the
15550 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15551
15552 * minibuffer.el (read-file-name-defaults): New function.
15553 (read-file-name): Reset `minibuffer-default' to nil when
15554 it duplicates initial input `insdef'.
15555 Bind `minibuffer-default-add-function' to lambda that
15556 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15557 (minibuffer-insert-file-name-at-point): New command.
15558
15559 * files.el (file-name-at-point-functions): New defcustom.
15560 (find-file-default): Remove defvar.
15561 (find-file-read-args): Don't use `find-file-default'.
15562 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15563 to `read-file-name'.
15564 (find-file-literally): Use `read-file-name' with
15565 `confirm-nonexistent-file-or-buffer'.
15566
15567 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15568
15569 * dired.el (dired-read-dir-and-switches):
15570 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15571 to `read-file-name'.
15572 (dired-file-name-at-point): New function.
15573 (dired-mode): Add hook `dired-file-name-at-point' to
15574 `file-name-at-point-functions'.
15575
04ae543a
SM
155762009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 Really make the *Completions* window soft-dedicated (bug#5030).
15579 * window.el (window--display-buffer-2): Add `dedicated' argument.
15580 (display-buffer): Pass it when needed so the dedicated flag is set
15581 after calling set-window-buffer, which would otherwise reset it.
15582
eb708e66
SM
155832009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15584
d6b8d4e7
SM
15585 * progmodes/meta-mode.el (meta-complete-symbol):
15586 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15587 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15588 Use completion-in-region.
15589
5f24557b
SM
15590 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15591 (dabbrev-completion): Use completion-in-region.
15592 (dabbrev--abbrev-at-point): Simplify regexp.
15593
fe4346f0
SM
15594 * abbrev.el (abbrev--before-point): Use word-motion functions
15595 if :regexp is not specified (bug#5031).
15596
cb190d7d
SM
15597 * subr.el (string-prefix-p): New function.
15598
e2ec6dd5
SM
15599 * man.el (Man-completion-cache): New var.
15600 (Man-completion-table): Use it.
15601
eb708e66
SM
15602 * vc.el (vc-print-log-internal): Make `limit' optional for better
15603 compatibility (e.g. with vc-annotate.el).
15604
4cf8971b
KR
156052009-11-24 Kevin Ryde <user42@zip.com.au>
15606
eb708e66 15607 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15608 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15609
4cf8971b
KR
15610 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15611 when .el source file not found or other error.
15612
d204c46c
SM
156132009-11-24 Markus Triska <markus.triska@gmx.at>
15614
15615 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15616
bb301b9a
SM
156172009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15618
449c27f0
SM
15619 Handle the [back] button properly (bug#4979).
15620 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15621 Use help-setup-xref, help-buffer, and with-help-window.
15622 (describe-char): Add `buffer' argument.
15623 Pass proper command to help-setup-xref. Don't meddle with
15624 help-xref-stack-item directly.
15625 (describe-text-category): Use with-help-window and help-buffer.
15626
32fe5377
SM
15627 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15628 for the displayed buffer (bug#4887).
15629
bb301b9a
SM
15630 * man.el (Man-completion-table): New function.
15631 (man): Use it.
15632
35179414
DR
156332009-11-24 David Reitter <david.reitter@gmail.com>
15634
bb301b9a 15635 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15636 .git is) rather than the file's directory and a relative path spec
15637 to work around a bug in git.
15638
605a20a9
MA
156392009-11-24 Michael Albinus <michael.albinus@gmx.de>
15640
15641 Improve handling of processes on remote hosts.
15642
15643 * eshell/esh-util.el (eshell-path-env): New defvar.
15644 (eshell-parse-colon-path): New defun.
15645 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15646
bb301b9a
SM
15647 * eshell/esh-ext.el (eshell-search-path):
15648 Use `eshell-parse-colon-path'.
605a20a9
MA
15649 (eshell-remote-command): Remove argument HANDLER.
15650 (eshell-external-command): Check for FTP remote connection.
15651
bb301b9a
SM
15652 * eshell/esh-proc.el (eshell-gather-process-output):
15653 Use `file-truename', in order to start also symlinked files.
15654 Apply `start-file-process' instead of `start-process'.
15655 Shorten `command' to the local file name part.
605a20a9 15656
bb301b9a
SM
15657 * eshell/em-cmpl.el (eshell-complete-commands-list):
15658 Use `eshell-parse-colon-path'.
605a20a9
MA
15659
15660 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15661
15662 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15663 to `eshell-directory-change-hook'.
15664
d1d33062
TH
156652009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15666
15667 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15668 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15669
a34d8565 156702009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15671
a34d8565
MK
15672 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15673 made on 2009-11-22.
d1d33062 15674
c83b8d1b
GM
156752009-11-24 Glenn Morris <rgm@gnu.org>
15676
15677 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15678 deleted variable bookmark-bmenu-bookmark-column.
15679
83505cfe
SM
156802009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15681
15682 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15683
5241b291
CY
156842009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15685
15686 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15687 two slashes to the "file:" prefix.
15688 (browse-url-file-url): De-munge Cygwin filenames before passing
15689 them to Windows browser.
15690 (browse-url-default-windows-browser): Use call-process.
15691
aefcadb6
JL
156922009-11-23 Juri Linkov <juri@jurta.org>
15693
15694 Implement DocView Continuous mode. (Bug#4896)
15695 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15696 (doc-view-mode-map): Bind C-n/<down> to
15697 `doc-view-next-line-or-next-page', C-p/<up> to
15698 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15699 (doc-view-next-line-or-next-page)
15700 (doc-view-previous-line-or-previous-page): New commands.
15701
0d62bcea
JL
157022009-11-23 Juri Linkov <juri@jurta.org>
15703
15704 Implement Isearch in comint input history. (Bug#3746)
15705 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15706 `isearch-mode-hook'.
15707 (comint-history-isearch): New defcustom.
15708 (comint-history-isearch-backward)
15709 (comint-history-isearch-backward-regexp): New commands.
15710 (comint-history-isearch-message-overlay): New buffer-local variable.
15711 (comint-history-isearch-setup, comint-history-isearch-end)
15712 (comint-goto-input, comint-history-isearch-search)
15713 (comint-history-isearch-message, comint-history-isearch-wrap)
15714 (comint-history-isearch-push-state)
15715 (comint-history-isearch-pop-state): New functions.
15716
b593f105
MA
157172009-11-23 Michael Albinus <michael.albinus@gmx.de>
15718
15719 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15720 return.
15721 (tramp-handle-make-symbolic-link)
15722 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15723 Quote file names.
15724 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15725 (tramp-handle-process-file): Use it.
15726
0f202d5d
SM
157272009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * window.el (move-to-window-line-last-op): Remove.
15730 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15731
216349f8
SM
157322009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15733
0f202d5d 15734 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15735 * window.el (move-to-window-line-last-op): New var.
15736 (move-to-window-line-top-bottom): New command.
15737 (global-map): Bind M-r move-to-window-line-top-bottom.
15738
c10e0633
GM
157392009-11-23 Sven Joachim <svenjoac@gmx.de>
15740
15741 * dired-x.el (dired-guess-shell-alist-default):
15742 Support xz format. (Bug#4953)
15743
953e0c1a
GM
157442009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15745
15746 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15747 last-command-char/last-command-event.
15748 (viper-prefix-arg-value): Do correct conversion of event-char for
15749 XEmacs.
15750
83505cfe
SM
15751 * emulation/viper-util.el, emulation/viper.el:
15752 Use viper-last-command-char instead of
15753 last-command-char/last-command-event.
953e0c1a 15754
83505cfe
SM
15755 * ediff-init.el, ediff-mult.el, ediff-util.el:
15756 Replace last-command-char and last-command-event
15757 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15758
15759 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15760 created in fundamental mode.
15761
15762 * ediff.el (ediff-version): Revert the change of interactive-p to
15763 called-interactively-p.
15764
9ee12eee
TH
157652009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15766
15767 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15768 generation from word-movement command names.
15769
8b571bf3
JD
157702009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15771
15772 * cus-start.el (all): Add native condition for font-use-system-font.
15773
4121db47
AM
157742009-11-21 Nathaniel Flath <flat0103@gmail.com>
15775
83505cfe
SM
15776 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15777 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15778
d71f5e0c
TH
157792009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15780
15781 * progmodes/subword.el: Rename from lisp/subword.el.
15782
15783 * subword.el: Rename to progmodes/subword.el.
15784
15785 * Makefile.in (ELCFILES): Adapt to subword.el move.
15786
fc9d6ad6 157872009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15788 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15789
15790 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15791 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15792 (bookmark-bmenu-show-filenames): Use push.
15793 (bookmark-bmenu-hide-filenames): Use local var instead of
15794 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15795 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15796 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15797 filenames now that the bookmark names are always available.
15798
26d9285f
SM
157992009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15800
15801 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15802 (bookmark-search-pattern): Move and leave unbound.
15803 (bookmark-bmenu-mode-map): Change binding.
15804 (bookmark-read-search-input): Simplify.
15805 Don't use text-char-description. Don't error on non-char events.
15806 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15807 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15808 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15809 Use a local var for the timer.
15810 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15811 (i.e. bookmark-bmenu-search).
15812
d73a0317
GM
158132009-11-21 Glenn Morris <rgm@gnu.org>
15814
15815 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15816
e572025f
CY
158172009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15818
26d9285f
SM
15819 * net/browse-url.el (browse-url-default-windows-browser):
15820 Use cygstart for cygwin.
e572025f 15821
6aeaa3dc
KF
158222009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15823
e4070cdc 15824 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15825 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15826 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15827 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15828 (bookmark-read-search-input): Adjust to fit within 80 columns.
15829
a9b76eec
TH
158302009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15831
15832 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15833 (c-backward-into-nomenclature): Adapt to subword renaming.
15834
15835 * subword.el (subword-forward, subword-backward, subword-mark)
15836 (subword-kill, subword-backward-kill, subword-transpose)
15837 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15838 (subword-forward-internal, subword-backward-internal):
15839 Rename from forward-subword, backward-subword, mark-subword,
15840 kill-subword, backward-kill-subword, transpose-subwords,
15841 downcase-subword, upcase-subword, capitalize-subword,
15842 forward-subword-internal, backward-subword-internal.
a9b76eec 15843
1e7d4475
SM
158442009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15845
26d9285f
SM
15846 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15847 New options.
1e7d4475
SM
15848 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15849 New vars.
15850 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15851 (bookmark-bmenu-filter-alist-by-regexp)
15852 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15853 (bookmark-bmenu-search): New command.
15854 (bookmark-bmenu-mode-map): Bind it.
15855
653d1554
TH
158562009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15857
ab84bfa0
TH
15858 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15859 backward-subword to quit the byte-compiler.
15860
1f35fda9
TH
15861 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15862
15863 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15864
653d1554 15865 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15866 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15867 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15868
15869 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15870 subword.el functions instead of cc-subword.el.
15871
1e7d4475
SM
15872 * progmodes/cc-subword.el: Rename to subword.el.
15873 * subword.el: Rename from progmodes/cc-subword.el.
15874 (subword-mode-map): Rename from c-subword-mode-map.
15875 (subword-mode): Rename from c-subword-mode.
653d1554 15876 (global-subword-mode): New global minor mode.
1e7d4475
SM
15877 (forward-subword): Rename from c-forward-subword.
15878 (backward-subword): Rename from c-backward-subword.
15879 (mark-subword): Rename from c-mark-subword.
15880 (kill-subword): Rename from c-kill-subword.
15881 (backward-kill-subword): Rename from c-backward-kill-subword.
15882 (transpose-subwords): Rename from c-tranpose-subword.
15883 (downcase-subword): Rename from c-downcase-subword.
15884 (capitalize-subword): Rename from c-capitalize-subword.
15885 (forward-subword-internal): Rename from c-forward-subword-internal.
15886 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15887
9717f119
DN
158882009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15889
8de724f3
DN
15890 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15891 from a dired buffer.
15892 (vc-dired-deduce-fileset): New function.
15893 (vc-root-diff, vc-print-root-log): Use it.
15894
9717f119
DN
15895 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15896 nil LIMIT argument to vc-print-log-internal.
15897
af4999b8
GM
158982009-11-20 Glenn Morris <rgm@gnu.org>
15899
15900 * Makefile.in (ELCFILES): Regenerate.
15901
b58edcb6
JB
159022009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15903
02e1b488
SM
15904 * calc/calc.el (calc-set-mode-line):
15905 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15906 (math-format-number): Rename `math-format-complement-signed' to
15907 `math-format-twos-complement'.
15908
02e1b488 15909 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15910 math-format-complement-signed.
15911 (calc-radix): Rename `calc-complement-signed-mode' to
15912 `calc-twos-complement-mode'.
02e1b488
SM
15913 (calc-octal-radix, calc-hex-radix): Add an argument for
15914 two's complement.
b58edcb6 15915
02e1b488
SM
15916 * calc/calc-embed.el (calc-embedded-mode-vars):
15917 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15918
02e1b488
SM
15919 * calc/calc-ext.el (calc-init-extensions):
15920 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15921 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15922
02e1b488
SM
15923 * calc/calc-units.el (math-build-units-table-buffer):
15924 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15925
15926 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15927 entries.
15928
15929 * calc/calc-vec.el (calcFunc-vunpack):
15930 * calc/calc-aent.el (calc-do-calc-eval):
15931 * calc/calc-forms.el (math-format-date):
15932 * calc/calc-graph.el (calc-graph-plot):
15933 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15934 * calc/calccomp.el (math-compose-expr):
15935 Let `calc-twos-complement-mode' be nil.
15936
159372009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15940 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15941 * minibuffer.el (completion-in-region-functions): New hook.
15942 (completion-in-region): New function.
15943 * emacs-lisp/lisp.el (lisp-complete-symbol):
15944 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15945
e3353a78
SM
159462009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15947
eff77808
SM
15948 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15949 (latex-complete-alist): New vars.
15950 (latex-string-prefix-p, latex-complete-bibtex-keys)
15951 (latex-complete-envnames, latex-complete-refkeys)
15952 (latex-complete-data): New functions.
15953 (latex-complete, latex-indent-or-complete): New commands.
15954
d2c9fc42
SM
15955 * window.el (display-buffer-mark-dedicated): New var.
15956 (display-buffer): Obey it.
15957 * minibuffer.el (minibuffer-completion-help): Use it.
15958
31a1c477
SM
15959 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15960
bed4c972
SM
15961 * filecache.el (file-cache-add-file): Use push and cons.
15962 (file-cache-delete-file-regexp): Use push.
15963 (file-cache-complete): Use completion-in-region.
15964
8c22699f
SM
15965 * simple.el (with-wrapper-hook): Fix thinko.
15966
e3353a78
SM
15967 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15968 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15969 Use with-current-buffer and string-to-number.
15970 (hfy-fallback-colour-values): Use assoc-string.
15971 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15972 (hfy-face-at): Remove unused var `found-face'.
15973 (hfy-compile-stylesheet): Remove unused var `css'.
15974 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15975 and `orig-buffer'.
15976 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15977 Use with-current-buffer.
15978 (hfy-text-p): Use expand-file-name and fewer setq.
15979
acca02b0
SM
159802009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15981
15982 * htmlfontify.el, hfy-cmap.el: New files.
15983
042b7cc6
JL
159842009-11-19 Juri Linkov <juri@jurta.org>
15985
15986 * minibuffer.el (completions-format): New defcustom.
15987 (completion--insert-strings): Implement vertical format.
15988
15989 * simple.el (switch-to-completions): Move point to the first
15990 completion when point was at the beginning of the buffer.
15991
da205913
JL
159922009-11-19 Juri Linkov <juri@jurta.org>
15993
15994 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15995
15996 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15997
0b8ee421
CY
159982009-11-19 Chong Yidong <cyd@stupidchicken.com>
15999
16000 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
16001 (mail-signature): Change default to t.
16002 (mail-from-style): Deprecate `system-default' value.
16003 (mail-insert-from-field): For default value of mail-from-style,
16004 default to `angles' unless `angles' needs quoting and `parens'
16005 does not.
16006 (mail-citation-prefix-regexp): Use citation regexp from
16007 message-mode.
16008
4265deab
MA
160092009-11-19 Michael Albinus <michael.albinus@gmx.de>
16010
acca02b0
SM
16011 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
16012 Set variables for computing the prompt for reading password.
4265deab 16013
27cacd2d
GM
160142009-11-19 Glenn Morris <rgm@gnu.org>
16015
470bce7d
GM
16016 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
16017
7e705a1d
GM
16018 * textmodes/flyspell.el (sgml-lexical-context): Declare.
16019
27cacd2d
GM
16020 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
16021 (newsticker-treeview-listwindow-height): Fix custom type.
16022
b2f0be0f
KH
160232009-11-19 Kenichi Handa <handa@m17n.org>
16024
16025 * descr-text.el (describe-char-padded-string): Compose with TAB
16026 only if there's a font for CH.
02e1b488 16027 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16028
03446045 160292009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16030
16031 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16032 more accurate version of the regexp. (Bug#3910)
b96337b0 16033
03446045 160342009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16035
16036 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16037
e0620570
JB
160382009-11-18 Juanma Barranquero <lekktu@gmail.com>
16039
16040 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16041 (font-setting-change-default-font): Fix typo in docstring.
16042
6cc6582e
AM
160432009-11-18 Alan Mackenzie <acm@muc.de>
16044
16045 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16046
dfb3c4c6
JD
160472009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16048
02e1b488 16049 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16050
16051 * cus-start.el (all): ... to here.
16052
e268e987
MA
160532009-11-17 Michael Albinus <michael.albinus@gmx.de>
16054
16055 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16056 Don't set `ad-return-value' if `ad-do-it' doesn't.
16057
303ffde8
MA
16058 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16059 modification time.
16060
637fa988
JD
160612009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16062
16063 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16064 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16065
16066 * loadup.el: If feature system-font-setting or font-render-setting is
16067 there, load font-setting.
16068
02e1b488 16069 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16070 * font-setting.el: New file.
16071
1d16a255
GM
160722009-11-17 Glenn Morris <rgm@gnu.org>
16073
16074 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16075
2d84f804
GM
16076 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16077 Preserve point in the list buffer. (Bug#4939)
16078 Use point-at-eol.
16079 (newsticker--treeview-list-update-highlight)
16080 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16081
14467b99
JB
160822009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16083
16084 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16085 Remove.
16086
16087 * calc/calc-ext.el (calc-init-extensions): Remove references to
16088 symclip.
16089
16090 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16091
16092 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16093 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16094 `calc-symclip'.
16095
e3c39c01
KR
160962009-11-16 Kevin Ryde <user42@zip.com.au>
16097
02e1b488 16098 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16099 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16100
497de631
KR
16101 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16102 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16103 Ignore trailing spaces by omit-nulls to split-string (fixing
16104 regression from Emacs 21 due to the incompatible split-string
14467b99 16105 change). (Bug #4928.)
497de631 16106
48b27575
DN
161072009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16108
5237d741 16109 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16110 (vc-print-log-internal): Insert buttons to request more entries
16111 when limiting the output.
16112
16113 * vc-sccs.el (vc-sccs-print-log):
16114 * vc-rcs.el (vc-rcs-print-log):
16115 * vc-cvs.el (vc-cvs-print-log):
16116 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16117 LIMIT is non-nil.
16118
d3e97185
MA
161192009-11-16 Michael Albinus <michael.albinus@gmx.de>
16120
16121 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16122 error when `tramp-gvfs-dbus-event-vector' is set.
16123 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16124
68d87786
SM
161252009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16126
16127 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16128
c0a39702
MA
161292009-11-16 Michael Albinus <michael.albinus@gmx.de>
16130
16131 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16132 (dbus-register-property): Register the handlers of
c0a39702
MA
16133 "org.freedesktop.DBus.Properties" for SERVICE.
16134 (dbus-property-handler): Fix docstring.
16135
1e857121
YM
161362009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16137
16138 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16139 Quote doc string reference in defvaralias as it is not in special form.
16140 (byte-compile-output-docform): Doc fix.
16141
887484c1
JB
161422009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16143
16144 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16145 (calc-complement-signed-mode): New variables.
16146 (calc-set-mode-line): Add indicator for twos-complements.
16147 (math-format-number): Format twos-complement notation.
16148
16149 * calc/calc-bin.el (calc-word-size): Reset the variables
16150 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16151 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16152 (calc-symclip): New functions.
887484c1
JB
16153
16154 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16155
68d87786
SM
16156 * calc/calc-embed.el (calc-embedded-mode-vars):
16157 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16158
16159 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16160 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16161
16162 * calc/calc-ext.el (math-read-number-fancy): Read complement
16163 signed numbers.
68d87786
SM
16164 (calc-init-extensions): Add binding for `calc-symclip'.
16165 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16166
16167 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16168 `calc-symclip'.
68d87786 16169 (calc-modes-menu): Add item for twos complement mode.
887484c1 16170
5237d741 16171 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16172
4cf1d7e3
CY
161732009-11-15 Chong Yidong <cyd@stupidchicken.com>
16174
16175 * register.el (jump-to-register, insert-register): Handle Semantic
16176 tags. From commented-out advice in semantic/senator.el.
16177
f8e65267
DN
161782009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16179
6616006b
DN
16180 * vc.el (vc-log-show-limit): New variable.
16181 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16182 when using a prefix argument.
16183 (vc-print-log-internal): Add new argument LIMIT.
16184
16185 * vc-svn.el (vc-svn-print-log):
16186 * vc-mtn.el (vc-mtn-print-log):
16187 * vc-hg.el (vc-hg-print-log):
16188 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16189 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16190 non-optional.
16191
16192 * vc-sccs.el (vc-sccs-print-log):
16193 * vc-rcs.el (vc-rcs-print-log):
16194 * vc-git.el (vc-git-print-log):
16195 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16196 ignore it. Make the BUFFER argument non-optional.
6616006b 16197
f8e65267
DN
16198 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16199
0566c4bc
CY
162002009-11-15 Chong Yidong <cyd@stupidchicken.com>
16201
7cce3c91
CY
16202 * dired.el (dired-mode-map): Move encryption items to "Operate"
16203 menu (Bug#4703).
16204
d7063de9
CY
16205 * strokes.el (strokes-update-window-configuration): Make strokes
16206 buffer current before erasing (Bug#4906).
16207
0fc10137
JL
162082009-11-15 Juri Linkov <juri@jurta.org>
16209
16210 * simple.el (set-mark-default-inactive): Add :type, :group
16211 and :version. (Bug#4876)
16212
f5fce4ec
MA
162132009-11-15 Michael Albinus <michael.albinus@gmx.de>
16214
16215 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16216 (archive-unique-fname): ... here. (Bug#4929)
16217
8d720a00
SM
162182009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16219
589888fe
SM
16220 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16221 with a real fix.
16222
8d720a00
SM
16223 * novice.el (disabled-command-function): Add useful args.
16224 Setup the help buffer so that [back] works.
16225 Remove redundant call to help-mode.
16226 (disabled-command-function): Use `case'.
16227 (en/disable-command): New function extracted from enable-command.
16228 (enable-command, disable-command): Use it.
16229
a61344d6
GM
162302009-11-14 Glenn Morris <rgm@gnu.org>
16231
497f0cdd
GM
16232 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16233 constants. (Bug#4913)
16234
a61344d6
GM
16235 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16236
d501801e
GM
162372009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16238
16239 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16240 defined in C that have no doc-strings. (Bug#1063)
16241
5af27ac2
GM
162422009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16243
16244 * cus-edit.el (data, files):
16245 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16246
aec5395b
CY
162472009-11-14 Chong Yidong <cyd@stupidchicken.com>
16248
e7791447
CY
16249 * simple.el (shell-command): Doc fix (Bug#4891).
16250
aec5395b
CY
16251 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16252
7a41cd7f
GM
162532009-11-14 Glenn Morris <rgm@gnu.org>
16254
c3583c94
GM
16255 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16256 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16257 If they are already loaded, eval-after-load will do the right thing.
16258
73900d1f
GM
16259 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16260 compiling.
16261
0028351d
GM
16262 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16263
f6714ede
GM
16264 * simple.el (x-selection-owner-p): Declare.
16265 (read-mail-command): Use custom radio type rather than choice.
16266 (completion-no-auto-exit): Doc fix.
16267
7a41cd7f 16268 * custom.el (defgroup):
5af27ac2 16269 * epg-config.el (epg): Doc fixes.
7a41cd7f 16270
2d0659ec
DN
162712009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16272
16273 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16274 * international/ccl.el (define-ccl-program): Do not purecopy the
16275 docstring, defconst does it anyway.
16276
7fdbcd83
SM
162772009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16278
d499c5b9
SM
16279 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16280 a second time.
16281
7fdbcd83
SM
16282 * x-dnd.el (x-dnd-maybe-call-test-function):
16283 * window.el (split-window-vertically):
16284 * whitespace.el (whitespace-help-on):
16285 * vc-rcs.el (vc-rcs-consult-headers):
16286 * userlock.el (ask-user-about-lock-help)
16287 (ask-user-about-supersession-help):
16288 * type-break.el (type-break-force-mode-line-update):
16289 * time-stamp.el (time-stamp-conv-warn):
16290 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16291 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16292 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16293 (term-write-input-ring, term-check-source, term-start-output-log):
16294 (term-display-buffer-line, term-dynamic-list-completions):
16295 (term-ansi-make-term, serial-term):
16296 * subr.el (selective-display):
16297 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16298 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16299 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16300 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16301 (speedbar-remove-localized-speedbar-support)
16302 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16303 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16304 (speedbar-buffers-line-directory):
16305 * simple.el (shell-command-on-region, append-to-buffer)
16306 (prepend-to-buffer):
16307 * shadowfile.el (shadow-save-todo-file):
16308 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16309 (scroll-bar-maybe-set-window-start):
16310 * sb-image.el (speedbar-image-dump):
16311 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16312 (load-save-place-alist-from-file):
16313 * ps-samp.el (ps-print-message-from-summary):
16314 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16315 (ps-background-image, ps-begin-job, ps-do-despool):
16316 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16317 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16318 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16319 (pr-call-process, pr-file-list, pr-interface-save):
16320 * novice.el (disabled-command-function)
16321 (enable-command, disable-command):
16322 * mouse.el (mouse-buffer-menu-alist):
16323 * mouse-copy.el (mouse-kill-preserving-secondary):
16324 * macros.el (kbd-macro-query):
16325 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16326 * informat.el (batch-info-validate):
16327 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16328 * hippie-exp.el (try-expand-dabbrev-visible):
16329 * help-mode.el (help-make-xrefs):
16330 * help-fns.el (describe-variable):
16331 * generic-x.el (bat-generic-mode-run-as-comint):
16332 * finder.el (finder-mouse-select):
16333 * find-dired.el (find-dired-sentinel):
16334 * filesets.el (filesets-file-close):
16335 * files.el (list-directory):
16336 * faces.el (list-faces-display, describe-face):
16337 * facemenu.el (list-colors-display):
16338 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16339 * epg.el (epg--process-filter, epg-cancel):
16340 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16341 (epa--read-signature-type):
16342 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16343 (emerge-file-names):
16344 * ehelp.el (electric-helpify):
16345 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16346 * ediff-vers.el (rcs-ediff-view-revision):
16347 * ediff-util.el (ediff-setup):
16348 * ediff-mult.el (ediff-append-custom-diff):
16349 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16350 (ediff-wordify):
16351 * echistory.el (Electric-command-history-redo-expression):
16352 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16353 * disp-table.el (describe-display-table):
16354 * dired.el (dired-find-buffer-nocreate):
16355 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16356 * dabbrev.el (dabbrev--same-major-mode-p):
16357 * chistory.el (list-command-history):
16358 * apropos.el (apropos-documentation):
16359 * allout.el (allout-obtain-passphrase):
16360 (allout-copy-exposed-to-buffer):
16361 (allout-verify-passphrase): Use with-current-buffer.
16362
2ccbc060
GM
163632009-11-13 Glenn Morris <rgm@gnu.org>
16364
16365 * Makefile.in (ELCFILES): Regenerate.
16366
b172ed20
MA
163672009-11-13 Michael Albinus <michael.albinus@gmx.de>
16368
7fdbcd83
SM
16369 * net/dbus.el (dbus-registered-objects-table): Rename from
16370 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16371 (dbus-unregister-object): Unregister also properties.
16372 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16373 Use a timeout of 500 msec, in order to not block.
16374 (dbus-register-property, dbus-property-handler): New defuns.
16375
e96d62cd
SM
163762009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16377
16378 * simple.el (minibuffer-default-add-completions): Drop deprecated
16379 4th arg.
16380
14bd267d
EZ
163812009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16382
e96d62cd
SM
16383 * textmodes/artist.el (artist-mouse-choose-operation):
16384 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16385 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16386 (artist-compute-up-event-key): New function.
16387 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16388
bf89fd7b
KH
163892009-11-13 Kenichi Handa <handa@m17n.org>
16390
16391 * language/japan-util.el: Make sure that the value of jisx0208
16392 property is jisx0208 character.
16393
f70b8925
DN
163942009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16395
16396 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16397 car or each item, not the whole list.
16398
4d93a9e0
SM
163992009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16400
16401 * minibuffer.el (minibuffer-completion-help):
16402 Use minibuffer-hide-completions.
16403
05404988
SM
164042009-11-12 Per Starbäck <per@starback.se> (tiny change)
16405
16406 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16407 (dired-revert): Use them (bug#4880).
16408
5297bc10
DN
164092009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16410
16411 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16412
e2685eb7
JL
164132009-11-12 Juri Linkov <juri@jurta.org>
16414
16415 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16416 New functions.
16417 (find-file-literally-at-point): Alias of `ffap-literally'.
16418
76410c3e
DN
164192009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16420
6d341a2a
DN
16421 * textmodes/ispell.el (ispell-skip-region-alist):
16422 * textmodes/css-mode.el (auto-mode-alist):
16423 * progmodes/compile.el (auto-mode-alist):
16424 * international/mule.el (ctext-non-standard-encodings-alist)
16425 (ctext-non-standard-encodings-regexp):
16426 * simple.el (shell-command-switch, text-read-only):
16427 * replace.el (occur-mode-map):
16428 * paths.el (rmail-file-name):
16429 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16430 * find-file.el (ff-special-constructs):
16431 * files.el (file-name-handler-alist):
16432 * composite.el: Purecopy strings.
16433
76410c3e
DN
16434 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16435
aaa448c9
DN
164362009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16437
16438 * widget.el (define-widget): Purecopy the docstring.
16439 * international/mule-cmds.el (charset): Do not purecopy the
16440 docstring here, define-widget does it.
16441
16442 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16443 * textmodes/bibtex-style.el (auto-mode-alist):
16444 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16445 * progmodes/compile.el (compile-command):
16446 * language/korea-util.el (default-korean-keyboard):
16447 * international/mule-conf.el (file-coding-system-alist):
16448 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16449 * tooltip.el (tooltip-frame-parameters):
16450 * newcomment.el (comment-end, comment-padding):
16451 * dired.el (dired-trivial-filenames):
16452 * comint.el (comint-file-name-prefix): Purecopy initial values.
16453
bbe650fd
MA
164542009-11-11 Michael Albinus <michael.albinus@gmx.de>
16455
16456 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16457 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16458 `tramp-unload'.
16459 (tramp-advice-make-auto-save-file-name)
16460 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16461 after removing the advice.
16462
6bdad9ae
DN
164632009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16464
2f7f4bee
DN
16465 * progmodes/grep.el (grep-regexp-alist):
16466 * international/mule-cmds.el (iso-2022-control-alist):
16467 * emacs-lisp/timer.el (timer-duration-words):
16468 * subr.el (version-separator, version-regexp-alist):
16469 * minibuffer.el (completion-styles-alist):
16470 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16471 Change defvars to defconsts.
16472
a042de45
DN
16473 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16474 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16475 * international/mule-conf.el: Allow to be byte compiled.
16476
3b6acc72
DN
16477 * international/mule.el (define-charset): Purecopy props.
16478 (load-with-code-conversion): Purecopy doc string and file name.
16479 (put-charset-property): Purecopy strings.
16480 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16481
1c2efdfb 16482 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16483 (define-char-code-property): Correctly purecopy the table.
16484
62591911
DN
16485 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16486
8b908da6
DN
16487 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16488
ff917d63
DN
16489 * subr.el (add-hook): Purecopy strings.
16490 (eval-after-load): Purecopy load-history-regexp and the form.
16491
af89cf77
DN
16492 * custom.el (custom-declare-group): Purecopy load-file-name.
16493
a3c20c83 16494 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16495 * net/eudc.el (eudc-tools-menu):
16496 * international/mule-cmds.el (set-coding-system-map)
16497 (mule-menu-keymap):
16498 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16499 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16500 * replace.el (occur-mode-map):
16501 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16502 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16503 (menu-bar-custom-menu, menu-bar-showhide-menu)
16504 (menu-bar-options-menu, menu-bar-tools-menu)
16505 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16506 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16507 (menu-bar-help-menu):
16508 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16509 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16510
6bdad9ae
DN
16511 * term/x-win.el (x-gtk-stock-map):
16512 * progmodes/vera-mode.el (auto-mode-alist):
16513 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16514 (inferior-lisp-program, inferior-lisp-load-command):
16515 * progmodes/hideshow.el (hs-special-modes-alist):
16516 * progmodes/gud.el (same-window-regexps):
16517 * progmodes/grep.el (grep-program, find-program, xargs-program):
16518 * net/telnet.el (same-window-regexps):
16519 * net/rlogin.el (same-window-regexps):
16520 * language/ethiopic.el (font-ccl-encoder-alist):
16521 * vc-sccs.el (vc-sccs-master-templates):
16522 * vc-rcs.el (vc-rcs-master-templates):
16523 * subr.el (cl-assertion-failed):
16524 * simple.el (next-error-overlay-arrow-position):
16525 * lpr.el (lpr-command):
16526 * locate.el (locate-ls-subdir-switches):
16527 * info.el (same-window-regexps, info)
16528 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16529 * image-mode.el (image-mode, auto-mode-alist):
16530 * hippie-exp.el (hippie-expand-ignore-buffers):
16531 * format.el (format-alist):
16532 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16533 (find-name-arg):
16534 * facemenu.el (facemenu-keybindings):
16535 * dired.el (dired-listing-switches, dired-chown-program):
16536 * diff.el (diff-switches, diff-command):
16537 * cus-edit.el (same-window-regexps):
16538 * bindings.el (mode-line-mule-info)
16539 (mode-line-buffer-identification): Purecopy strings.
16540
e0987650
JL
165412009-11-11 Juri Linkov <juri@jurta.org>
16542
3570691b 16543 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16544 Tell the byte-compiler about dired-get-filename.
16545 (shell-command): In Dired mode, get filename from the current line
16546 as the default value.
16547
b16ff465
GM
165482009-11-10 Glenn Morris <rgm@gnu.org>
16549
e8a11b22
GM
16550 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16551 * calendar/holidays.el, progmodes/cperl-mode.el:
16552 Update x-popup-menu declarations.
16553
b16ff465
GM
16554 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16555 (list-load-path-shadows): Use dolist.
16556 (list-load-path-shadows): Use with-current-buffer.
16557
032c3399
JL
165582009-11-10 Juri Linkov <juri@jurta.org>
16559
16560 * minibuffer.el (read-file-name): Support a list of default values
16561 in `default-filename'. Use the first file name where only one
16562 element is required. Doc fix.
16563
8fb1629f
MA
165642009-11-09 Michael Albinus <michael.albinus@gmx.de>
16565
16566 * net/dbus.el (dbus-unregister-object): Release service, if no
16567 other method is registered for it.
16568
a51203ee 165692009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16570
16571 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16572 bookmark-sort-flag is non-nil (Bug#4653).
16573
9bf7dc8a
CY
165742009-11-08 Chong Yidong <cyd@stupidchicken.com>
16575
15207e74
CY
16576 * emulation/cua-base.el: Add CUA property to some CC mode commands
16577 (Bug#4100).
16578
8bf7ed70
KR
165792009-11-08 Kevin Ryde <user42@zip.com.au>
16580
16581 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16582 at end of sentence (Bug#4818).
8bf7ed70 16583
951802d0
CY
165842009-11-08 Jared Finder <jfinder@crypticstudios.com>
16585
16586 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16587 Handle "see declaration of" MSFT statements (Bug#4100).
16588
e8244310
MA
165892009-11-08 Michael Albinus <michael.albinus@gmx.de>
16590
16591 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16592 (tramp-advice-file-expand-wildcards): Unload via
16593 `ad-remove-advice'.
16594
16595 * net/trampver.el: Update release number.
16596
a51203ee 165972009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16598
16599 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16600 `ad-do-it'.
16601
a51203ee 166022009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16603
16604 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16605 in order to keep context in SELinux.
16606
bedd8a58
CY
166072009-11-08 Chong Yidong <cyd@stupidchicken.com>
16608
16609 * dired-aux.el (dired-query): Place cursor in echo area and allow
16610 C-g.
16611
16612 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16613 menu item if not on a directory (Bug#4701).
16614
0484d600
MA
166152009-11-07 Michael Albinus <michael.albinus@gmx.de>
16616
16617 Sync with Tramp 2.1.17.
16618
16619 * net/tramp.el (tramp-handle-copy-directory): Don't use
16620 `file-remote-p' (due to compatibility).
16621
16622 * net/tramp-compat.el (tramp-compat-copy-directory)
16623 (tramp-compat-delete-directory): New defuns.
16624
16625 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16626 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16627 Use `tramp-compat-delete-directory'.
0484d600
MA
16628
16629 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16630 (tramp-smb-handle-delete-directory):
16631 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16632
16633 * net/trampver.el: Update release number.
16634
b42b2189
CY
166352009-11-07 Chong Yidong <cyd@stupidchicken.com>
16636
6960d7b9
CY
16637 * tar-mode.el (tar-copy): Call write-region on the right buffer
16638 (Bug#4857).
16639
b42b2189
CY
16640 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16641 by hand, if necessary (Bug#4878).
16642
0ad57dfd
CY
166432009-11-06 Chong Yidong <cyd@stupidchicken.com>
16644
d19e23ae
CY
16645 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16646 align size column (Bug#4839).
16647
0ad57dfd
CY
16648 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16649 statement.
16650
0b7f397c
DN
166512009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16652
16653 * progmodes/ld-script.el (auto-mode-alist):
16654 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16655
16656 * cus-face.el (custom-declare-face): Purecopy face spec.
16657
495bd5ca
KH
166582009-11-06 Kenichi Handa <handa@m17n.org>
16659
16660 * international/uni-bidi.el: Re-generated.
16661 * international/uni-category.el: Re-generated.
16662 * international/uni-combining.el: Re-generated.
16663 * international/uni-mirrored.el: Re-generated.
16664
1e8780b1
DN
166652009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16666
16667 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16668 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16669 (tex-start-options, slitex-run-command, latex-run-command)
16670 (tex-run-command, tex-directory):
16671 * textmodes/ispell.el (ispell-html-skip-alists)
16672 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16673 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16674 (adaptive-fill-regexp):
16675 * textmodes/dns-mode.el (auto-mode-alist):
16676 * progmodes/python.el (interpreter-mode-alist):
16677 * progmodes/etags.el (tags-compression-info-list):
16678 * progmodes/etags.el (tags-file-name):
16679 * net/browse-url.el (browse-url-galeon-program)
16680 (browse-url-firefox-program):
16681 * mail/sendmail.el (mail-signature-file)
16682 (mail-citation-prefix-regexp):
16683 * international/mule-conf.el (eight-bit):
16684 * international/latexenc.el (latex-inputenc-coding-alist):
16685 * international/fontset.el (x-pixel-size-width-font-regexp):
16686 * emacs-lisp/warnings.el (warning-type-format):
16687 * emacs-lisp/trace.el (trace-buffer):
16688 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16689 (emacs-lisp-mode-map):
16690 * calendar/holidays.el (holiday-solar-holidays)
16691 (holiday-bahai-holidays, holiday-islamic-holidays)
16692 (holiday-christian-holidays, holiday-hebrew-holidays)
16693 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16694 (hebrew-holidays-1, holiday-oriental-holidays)
16695 (holiday-general-holidays):
16696 * x-dnd.el (x-dnd-known-types):
16697 * tool-bar.el (tool-bar):
16698 * startup.el (site-run-file):
16699 * shell.el (shell-dumb-shell-regexp):
16700 * rfn-eshadow.el (file-name-shadow-tty-properties)
16701 (file-name-shadow-properties):
16702 * paths.el (remote-shell-program, news-directory):
16703 * mouse.el ([C-down-mouse-3]):
16704 * menu-bar.el (menu-bar-tools-menu):
16705 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16706 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16707 (jka-compr-compression-info-list):
16708 * isearch.el (search-whitespace-regexp):
16709 * image-file.el (image-file-name-extensions):
16710 * find-dired.el (find-ls-option):
16711 * files.el (directory-listing-before-filename-regexp)
16712 (directory-free-space-args, insert-directory-program)
16713 (list-directory-brief-switches, magic-fallback-mode-alist)
16714 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16715 (automount-dir-prefix):
16716 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16717 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16718 (face-font-registry-alternatives, face-font-registry-alternatives)
16719 (face-font-family-alternatives):
16720 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16721 (facemenu-foreground-menu, facemenu-face-menu):
16722 * epa-hook.el (epa-file-name-regexp):
16723 * dnd.el (dnd-protocol-alist):
16724 * textmodes/rst.el (auto-mode-alist):
a51203ee 16725 * button.el (default-button): Purecopy strings.
1e8780b1 16726
0adae11f
GM
167272009-11-06 Glenn Morris <rgm@gnu.org>
16728
16729 * Makefile.in (ELCFILES): Update.
16730
2adaf057
SM
167312009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16732
8f72f03c
SM
16733 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16734 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16735
2adaf057
SM
16736 * nxml/xsd-regexp.el (xsdre-gen-categories):
16737 * nxml/xmltok.el (xmltok-parse-entity):
16738 * nxml/rng-parse.el (rng-parse-validate-file):
16739 * nxml/rng-maint.el (rng-format-manual)
16740 (rng-manual-output-force-new-line):
16741 * nxml/rng-loc.el (rng-save-schema-location-1):
16742 * nxml/rng-cmpct.el (rng-c-parse-file):
16743 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16744 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16745
14862301
SM
167462009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16747
bf0b361c 16748 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16749 Remove extra save-excursions and make-variable-buffer-local's.
16750 Suggested by Stefan Monnier.
16751
16752 (verilog-getopt-file, verilog-module-inside-filename-p)
16753 (verilog-set-define): Merge GNU 1.35 and repair changes from
16754 switching to using with-current-buffer.
16755
16756 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16757 being treated as a number and confusing AUTORESET.
16758 Reported by Dan Dever.
16759
16760 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16761 Add verilog-auto-ignore-concat to fix backward compatibility with
16762 older verilog-modes. Reported by Dan Katz.
16763
16764 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16765 containing closing anchors "...$".
16766
16767 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16768 Reported by Wade Smith.
16769
48c2d18a 16770 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16771
167722009-11-05 Michael McNamara <mac@mail.brushroad.com>
16773
bf0b361c
JB
16774 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16775 for labels.
14862301
SM
16776
16777 (verilog-label-re, verilog-calc-1): Support proper indent of named
16778 asserts.
16779
16780 (verilog-backward-token, verilog-basic-complete-re)
16781 (verilog-beg-of-statement, verilog-indent-re): Support proper
16782 indent of the assert statement at the beginning of a block of text.
16783
16784 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16785 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16786 tokens as begins.
16787
4f8f657f
GM
167882009-11-05 Glenn Morris <rgm@gnu.org>
16789
775adc51
GM
16790 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16791 Emacs 19. (Bug#1531)
16792 (byte-compile-fix-header): Update for the above change.
16793 Drop test for epoch::version.
16794
4ad6a5e7 16795 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16796 * cus-dep.el (custom-make-dependencies):
16797 * finder.el (finder-compile-keywords):
16798 Use autoload-rubric's feature argument.
4ad6a5e7 16799
4f8f657f
GM
16800 * calendar/diary-lib.el (top-level): Make load behave more like require.
16801
881e4184
GM
16802 * vc-git.el (vc-git-stash-map): Move definition before use.
16803
ba214964 168042009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16805
b6f8ba09
DN
16806 * custom.el (custom-declare-group): Purecopy standard-value.
16807 (custom-declare-group): Purecopy custom-prefix.
16808
7fdbcd83
SM
16809 * international/mule.el (load-with-code-conversion):
16810 Call do-after-load-evaluation unconditionally.
eb6f577b 16811
f6195dfb
DN
16812 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16813
56f14120
SM
168142009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16817
e5c89ce9
GM
168182009-11-04 Glenn Morris <rgm@gnu.org>
16819
16820 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16821 (byte-compile-compatibility): Remove option.
16822 (byte-compile-close-variables, byte-compile-fix-header)
16823 (byte-compile-insert-header, byte-compile-output-docform)
16824 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16825 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16826 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16827 (byte-compile-insert, byte-compile-defun):
16828 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16829 (byte-defop-compiler19): Remove.
16830 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16831 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16832
e24f42ab
JL
168332009-11-04 Juri Linkov <juri@jurta.org>
16834
16835 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16836 (menu-bar-options-menu): Don't quote the `prop' arg of
16837 `menu-bar-make-mm-toggle'.
16838
d3d5f4f5
JB
168392009-11-04 Juanma Barranquero <lekktu@gmail.com>
16840
16841 * calendar/calendar.el (cal-loaddefs):
16842 * calendar/diary-lib.el (diary-loaddefs):
16843 * calendar/holidays.el (hol-loaddefs):
16844 * eshell/esh-module.el (esh-groups): Load rather than require.
16845
6e39d3b2
SM
168462009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16847
e96d62cd
SM
16848 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16849 point-min==1.
7e83e8b4
SM
16850 (todo-top-priorities): Only display-buffer when called interactively.
16851 (todo-item-start): Don't save excursion point.
16852 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16853 (todo-insert-item-here, todo-file-item, todo-remove-item):
16854 Adjust uses of todo-item-start and todo-item-end.
16855
fae4e5b9
SM
16856 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16857 (autoload-rubric): Don't use any more.
fae4e5b9 16858
6e39d3b2
SM
16859 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16860 and only put a prop if it is non-nil.
16861
c9753fb4
JL
168622009-11-03 Juri Linkov <juri@jurta.org>
16863
16864 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16865 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16866
16867 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16868 and "Menu" to make top-level menu item visually one unit (like
16869 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16870 multi-word menu items). Fix :help string for quit-window.
16871
db04f33f
GM
168722009-11-03 Glenn Morris <rgm@gnu.org>
16873
2aea6521
GM
16874 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16875 (byte-compile-file-form-define-abbrev-table)
16876 (byte-compile-file-form-custom-declare-variable)
16877 (byte-compile-variable-ref, byte-compile-defvar):
16878 Whether or not a warning is enabled should only affect whether we issue
16879 the warning, not whether or not we collect the relevant data.
16880 Eg warnings can be turned on and off throughout the course of a file.
16881
db04f33f
GM
16882 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16883 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16884
937e6a56
SM
168852009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16888 * play/mpuz.el (mpuz-create-buffer):
16889 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16890 (lm-print-y,s,noise, lm-print-w0, lm-init):
16891 * play/gomoku.el (gomoku-prompt-for-move):
16892 * play/fortune.el (fortune-in-buffer):
16893 * play/dissociate.el (dissociated-press):
16894 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16895 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16896 * mail/supercite.el (sc-eref-show):
16897 * mail/smtpmail.el (smtpmail-send-it):
16898 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16899 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16900 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16901 (rmail-summary-goto-msg, rmail-summary-expunge)
16902 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16903 (rmail-summary-add-label, rmail-summary-output-menu)
16904 (rmail-summary-output-body):
16905 * mail/rfc822.el (rfc822-addresses):
16906 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16907 * mail/mailpost.el (post-mail-send-it):
16908 * mail/hashcash.el (hashcash-generate-payment):
16909 * mail/feedmail.el (feedmail-run-the-queue)
16910 (feedmail-queue-send-edit-prompt-help-first)
16911 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16912 (feedmail-deduce-address-list):
16913 * eshell/esh-ext.el (eshell-remote-command):
16914 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16915 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16916 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16917 (viper-save-string-in-file, viper-valid-marker):
16918 * emulation/viper-keym.el (viper-toggle-key):
16919 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16920 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16921 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16922 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16923 (viper-exec-form-in-emacs, viper-brac-function):
16924 * emulation/viper.el (viper-delocalize-var):
16925 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16926 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16927 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16928 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16929 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16930 * emulation/edt.el (edt-electric-helpify):
16931 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16932 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16933 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16934 (cua-indent-to-global-mark-column):
16935 * calendar/diary-lib.el (calendar-mark-1):
16936 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16937 Use with-current-buffer.
16938 * emulation/viper.el (viper-delocalize-var): Use dolist.
16939
5b955562
CY
169402009-11-03 Chong Yidong <cyd@stupidchicken.com>
16941
16942 * comint.el (comint-replace-by-expanded-history-before-point):
16943 Replace !! with the previous input string literally (Bug#1795).
16944
6292c599
JB
169452009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16946
16947 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16948 to be made up of whitespace.
16949
8368c14e
CY
169502009-11-02 Chong Yidong <cyd@stupidchicken.com>
16951
16952 * minibuffer.el (read-file-name): Don't use file dialogs for
16953 remote directories (Bug#99).
16954
6f750f0d
CY
169552009-11-01 Chong Yidong <cyd@stupidchicken.com>
16956
16957 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16958
97ab3f47
AS
169592009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16960
16961 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16962 instead of deleting the window or frame.
16963
673c1168
CY
169642009-10-31 Chong Yidong <cyd@stupidchicken.com>
16965
16966 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16967 Support face colors.
16968
937e6a56
SM
16969 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16970 New function. Support face colors (Bug#1168).
673c1168
CY
16971 (tex-common-initialization): Use it.
16972
16973 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16974 mode allows it (Bug#1168).
16975
c9349f0a
CY
169762009-10-31 Juri Linkov <juri@jurta.org>
16977
16978 * facemenu.el (list-colors-display): Don't mark buffer as
16979 modified (Bug#3948).
16980
ebf5c4f5
CY
169812009-10-31 Chong Yidong <cyd@stupidchicken.com>
16982
6a7662bb
BR
16983 * international/mule-diag.el (list-character-sets-1):
16984 Minor message fix (Bug#3526).
5c2dce75 16985
6a7662bb
BR
16986 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16987 Fix face property (Bug#4834).
26581f0e
CY
16988 (etags-list-tags, etags-tags-apropos-additional)
16989 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16990 property.
16991
ebf5c4f5
CY
16992 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16993 items.
16994
9a529312
SM
169952009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * textmodes/two-column.el (2C-split):
16998 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16999 * textmodes/tex-mode.el (tex-set-buffer-directory):
17000 * textmodes/spell.el (spell-region, spell-string):
17001 * textmodes/reftex.el (reftex-erase-buffer):
17002 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
17003 * textmodes/reftex-toc.el (reftex-toc-promote-action):
17004 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
17005 (reftex-select-item):
17006 * textmodes/reftex-ref.el (reftex-label-info-update)
17007 (reftex-offer-label-menu):
17008 * textmodes/reftex-index.el (reftex-index-change-entry)
17009 (reftex-index-phrases-info):
17010 * textmodes/reftex-global.el (reftex-create-tags-file)
17011 (reftex-save-all-document-buffers, reftex-ensure-write-access):
17012 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
17013 (reftex-view-crossref-from-bibtex):
17014 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
17015 (reftex-extract-bib-entries-from-thebibliography)
17016 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
17017 * textmodes/refbib.el (r2b-capitalize-title):
17018 (r2b-convert-buffer, r2b-help):
17019 * textmodes/page-ext.el (pages-directory)
17020 (pages-directory-goto-with-mouse):
17021 * textmodes/bibtex.el (bibtex-validate-globally):
17022 * textmodes/bib-mode.el (bib-capitalize-title):
17023 * textmodes/artist.el (artist-clear-buffer, artist-system):
17024 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
17025 (local-set-scheme-interaction-buffer, xscheme-process-filter)
17026 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17027 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17028 (xscheme-send-control-g-interrupt, xscheme-start-process)
17029 (xscheme-process-sentinel, xscheme-cd):
17030 * progmodes/verilog-mode.el (verilog-read-always-signals)
17031 (verilog-set-define, verilog-getopt-file)
17032 (verilog-module-inside-filename-p):
17033 * progmodes/sh-script.el:
17034 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17035 (python-pdbtrack-grub-for-buffer, python-execute-file):
17036 * progmodes/octave-inf.el (inferior-octave):
17037 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17038 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17039 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17040 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17041 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17042 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17043 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17044 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17045 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17046 (idlwave-shell-examine-display, idlwave-shell-run-region)
17047 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17048 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17049 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17050 (idlwave-help-get-help-buffer):
17051 * progmodes/gud.el (gud-basic-call, gud-find-class)
17052 (gud-tooltip-activate-mouse-motions-if-enabled):
17053 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17054 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17055 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17056 (ebrowse-tags-next-file):
17057 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17058 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17059 (ebnf-eps-finish-and-write):
17060 * progmodes/cpp.el (cpp-edit-save):
17061 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17062 * progmodes/cc-defs.el (c-emacs-features):
17063 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17064 (antlr-directory-dependencies):
17065 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17066 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17067 (ada-find-any-references, ada-make-filename-from-adaname)
17068 (ada-make-body-gnatstub):
17069 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17070 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17071 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17072 * net/rcirc.el (rcirc-debug):
17073 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17074 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17075 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17076 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17077 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17078 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17079 (newsticker--treeview-list-clear-highlight)
17080 (newsticker--treeview-list-update-highlight)
17081 (newsticker--treeview-list-highlight-start)
17082 (newsticker--treeview-tree-update-highlight)
17083 (newsticker--treeview-get-selected-item)
17084 (newsticker-treeview-mark-list-items-old)
17085 (newsticker--treeview-set-current-node):
17086 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17087 * net/newst-backend.el (newsticker--get-news-by-funcall)
17088 (newsticker--get-news-by-wget, newsticker--image-get)
17089 (newsticker--image-sentinel):
17090 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17091 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17092 (eudc-ph-close-session):
17093 * net/eudc.el (eudc-save-options):
17094 * language/thai-word.el (thai-update-word-table):
17095 * language/japan-util.el (japanese-string-conversion):
17096 * international/titdic-cnv.el (tsang-quick-converter)
17097 (ziranma-converter, ctlau-converter):
17098 * international/mule-cmds.el (describe-language-environment):
17099 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17100 (skkdic-convert-postfix, skkdic-convert-prefix):
17101 (skkdic-convert-okuri-nasi, skkdic-convert):
17102 * emacs-lisp/re-builder.el (reb-update-overlays):
17103 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17104 * emacs-lisp/gulp.el (gulp-send-requests):
17105 * emacs-lisp/find-gc.el (trace-call-tree):
17106 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17107 (eieio-describe-generic):
17108 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17109 * emacs-lisp/edebug.el (edebug-outside-excursion):
17110 * emacs-lisp/debug.el (debugger-make-xrefs):
17111 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17112 * emacs-lisp/chart.el (chart-new-buffer):
17113 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17114 Use with-current-buffer.
17115 * textmodes/artist.el (artist-system): Don't call
17116 copy-sequence on a fresh string.
17117 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17118
d566f228
GM
171192009-10-31 Stephen Berman <stephen.berman@gmx.net>
17120
17121 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17122 is no item to edit. (Bug#4820)
d566f228 17123 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17124 buffer. (Bug#4820)
d566f228 17125
f3628edd
GM
171262009-10-31 Glenn Morris <rgm@gnu.org>
17127
5cf3709c
GM
17128 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17129 (comint-last-output-start, comint-last-input-start)
17130 (comint-last-input-end): Don't defvar when compiling.
17131 (ange-ftp-process-file): Use bound-and-true-p.
17132
4c814fd2
GM
17133 * pcmpl-rpm.el (top-level): Move provide statement to end.
17134 (pcmpl-rpm): Remove unused custom group.
17135
113b8dcc
GM
17136 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17137
31c615e4
GM
17138 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17139
416d3588
GM
17140 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17141 (byte-compile-warnings): Add `constants' as an option.
17142 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17143 (display-call-tree): Update for byte-compile-fdefinition possibly
17144 returning `(macro lambda ...)'. (Bug#4778)
17145 (byte-compile-variable-ref, byte-compile-setq-default):
17146 Respect `constants' member of byte-compile-warnings.
17147
00f71f39
SM
171482009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17149
17150 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17151 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17152 to "submit:".
17153
ca0a881a
DN
171542009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17155
17156 * textmodes/ispell.el (ispell-skip-region-alist):
17157 * international/mule-conf.el (eight-bit):
17158 * international/fontset.el (font-encoding-alist):
17159 * startup.el (pure-space-overflow-message):
17160 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17161 * paths.el (gnus-nntp-service, rmail-spool-directory)
17162 (term-file-prefix):
17163 * files.el (save-some-buffers-action-alist):
17164 * cmuscheme.el (same-window-buffer-names):
17165 * ielm.el (same-window-buffer-names):
17166 * shell.el (same-window-buffer-names):
17167 * mail/sendmail.el (same-window-buffer-names):
17168 * progmodes/inf-lisp.el (same-window-buffer-names):
17169 * bindings.el (mode-line-client)
17170 (mode-line-column-line-number-mode-map):
17171 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17172 (tibetan-precomposed-regexp): Purecopy string arguments.
17173
b861e45e
SM
171742009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17175
6df9b6d7
SM
17176 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17177 (calcDigit-nondigit):
17178 * calc/calc-yank.el (calc-copy-to-buffer):
17179 * calc/calc-units.el (calc-invalidate-units-table):
17180 * calc/calc-trail.el (calc-trail-yank):
17181 * calc/calc-store.el (calc-insert-variables):
17182 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17183 * calc/calc-prog.el (calc-read-parse-table):
17184 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17185 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17186 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17187 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17188 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17189 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17190 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17191 * calc/calc-ext.el (calc-realign):
17192 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17193 (calc-embedded-finish-edit, calc-embedded-make-info)
17194 (calc-embedded-finish-command, calc-embedded-stack-change):
17195 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17196
70f44c65
SM
17197 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17198 shell-dynamic-complete-filename in preference to
17199 comint-dynamic-complete-filename.
17200
b861e45e
SM
17201 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17202 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17203 Don't consider whether the display supports colors.
17204 (bookmark-import-new-list): Use dolist.
17205 (bookmark-bmenu-mode-map): Move initialization into declaration.
17206 (bookmark-bmenu-list): Use dolist, simplify.
17207 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17208 (menu-bar-final-items): Use push.
17209
8549241d 172102009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17211
17212 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17213 it works on remote files.
17214 (vc-hg-diff): Don't pass any `--cwd' argument.
17215
30644573
KR
172162009-10-27 Kevin Ryde <user42@zip.com.au>
17217
cc63d28f
SM
17218 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17219 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17220 (Further to Bug#3921).
17221
9be01a63
MA
172222009-10-27 Michael Albinus <michael.albinus@gmx.de>
17223
17224 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17225 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17226 calling `tramp-imap-put-file'. Add file size to the call.
17227 (tramp-imap-get-file-entries): Compute also user name, file size,
17228 and date.
17229 (tramp-imap-handle-insert-directory): Insert uid and gid.
17230 (tramp-imap-handle-file-attributes): Transform uid and gid
17231 according to `id-format'.
17232 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17233 size in header X-Size.
17234
41849bf9
JB
172352009-10-26 Juanma Barranquero <lekktu@gmail.com>
17236
17237 * simple.el (transpose-subr): Give clearer error when the mark
17238 is not set. (Bug#4807)
17239
293c24f9
MA
172402009-10-26 Michael Albinus <michael.albinus@gmx.de>
17241
cc63d28f
SM
17242 * net/tramp.el (tramp-perl-file-truename): New defconst.
17243 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17244 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17245 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17246 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17247
cc63d28f
SM
17248 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17249 Ignore `dired-call-process'.
293c24f9
MA
17250 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17251
172522009-10-26 Julian Scheid <julians37@gmail.com>
17253
cc63d28f 17254 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17255 (tramp-get-remote-readlink): New defun.
17256 (tramp-handle-file-truename): Use it.
17257 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17258 file exists if cache value present.
48c2d18a 17259 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17260 (tramp-handle-file-readable-p): Use it.
17261 (tramp-handle-file-writable-p): Likewise.
17262 (tramp-handle-file-executable-p): Likewise.
17263 (tramp-handle-file-name-all-completions): Try using Perl to get
17264 partial completions. When perl not available, combine `cd' and
17265 `ls' into single remote operation and use shell expansion to get
17266 partial remote directory contents. Set `file-exists-p' cache for
17267 directory and any files returned by ls. Change cache handling to
17268 support partial directory contents. Use error message emitted by
17269 remote `cd' or Perl code for local tramp-error.
17270 (tramp-do-copy-or-rename-file-directly): Avoid separate
17271 tramp-send-command-and-check call.
cc63d28f
SM
17272 (tramp-handle-process-file): Merge three remote ops into one.
17273 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17274 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17275 file-attributes shows uid/gid to be set already.
17276
a7610c52
DN
172772009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17278
17279 * textmodes/tex-mode.el (tex-dvi-view-command)
17280 (tex-show-queue-command, tex-open-quote):
17281 * progmodes/ruby-mode.el (auto-mode-alist)
17282 (interpreter-mode-alist): Purecopy strings.
17283
17284 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17285
17286 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17287 string for the hook, keymap and abbrev table.
17288
17289 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17290
17291 * x-dnd.el (x-dnd-xdnd-to-action):
17292 * startup.el (fancy-startup-text, fancy-about-text): Change to
17293 defconst from defvar.
17294
17295 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17296
17297 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17298 Purecopy initialization strings.
17299
17300 * mail/sendmail.el (mail-header-separator)
17301 (mail-personal-alias-file):
17302 * mail/rmail.el (rmail-default-dont-reply-to-names)
17303 (rmail-ignored-headers, rmail-retry-ignored-headers)
17304 (rmail-highlighted-headers, rmail-secondary-file-directory)
17305 (rmail-secondary-file-regexp):
17306 * files.el (null-device, file-name-invalid-regexp)
17307 (locate-dominating-stop-dir-regexp)
cc63d28f 17308 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17309 (interpreter-mode-alist): Use mapcar instead of mapc.
17310
17311 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17312
17313 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17314 (completion-ignored-extensions):
17315 (debug-ignored-errors): Purecopy strings.
17316
4fcc3d32
SM
173172009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17318
0667de21
SM
17319 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17320 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17321 (pcomplete--here): Use push.
17322
4fcc3d32
SM
17323 * subr.el (all-completions): Declare the 4th arg obsolete.
17324
955ef430
SM
173252009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17326
2d085307
SM
17327 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17328 (pcomplete-unquote-argument): New function.
17329 (pcomplete--common-suffix): Always pay attention to case.
17330 (pcomplete--table-subvert): Quote and unquote the text.
17331 (pcomplete--common-quoted-suffix): New function.
17332 (pcomplete-std-complete): Use it and pcomplete-begin.
17333
955ef430
SM
17334 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17335 we're inside a dedicated or minibuffer window.
17336
7c85c02b
KF
173372009-10-24 Karl Fogel <kfogel@red-bean.com>
17338
17339 * bookmark.el: Update documentation, especially documentation
17340 of `bookmark-alist' and of the bookmark file format.
17341 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17342
3e8ae8a6
CY
173432009-10-24 Chong Yidong <cyd@stupidchicken.com>
17344
3e425845
CY
17345 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17346 keybindings apply to the mail buffer (Bug#4003). Shrink help
17347 window to buffer.
17348
cdd47d48
CY
17349 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17350 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17351 (whitespace-toggle-options, global-whitespace-toggle-options):
17352 Doc fix (Bug#3660).
cdd47d48 17353
ba07c9ad
CY
17354 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17355 of xmltok-start before the end tag was inserted (Bug#2840).
17356
3e8ae8a6
CY
17357 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17358 patterns that are preceded by an open-paren (Bug#1320).
17359
ab276820
CY
173602009-10-24 Sven Joachim <svenjoac@gmx.de>
17361
17362 * files.el (delete-directory): Delete symlinks to directories with
17363 delete-file (Bug#4739).
17364
905a9ed3
DN
173652009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17366
a9a2a6db
DN
17367 * vc.el (vc-backend-for-registration): Rename from
17368 vc-get-backend-for-registration. Update callers.
17369
cc63d28f
SM
17370 * international/mule-cmds.el (set-language-info-alist):
17371 Purecopy lang-env.
905a9ed3
DN
17372 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17373 (charset): Purecopy the name.
17374 (define-char-code-property): Purecopy string arguments.
17375
17376 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17377 Purecopy string arguments.
17378
17379 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17380 * ediff-hook.el (menu-bar-ediff-menu):
17381 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17382 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17383
d270305a
GM
173842009-10-24 Glenn Morris <rgm@gnu.org>
17385
6c74d523 17386 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17387 * term.el (term-dynamic-list-completions): Use choose-completion rather
17388 than obsolete alias mouse-choose-completion.
17389
ae732337
GM
17390 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17391 file-cache-choose-completion.
17392 (file-cache-choose-completion): Handle an optional event argument.
17393 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17394
cc63d28f
SM
17395 * progmodes/octave-mod.el (octave-complete-symbol):
17396 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17397
9847dc91
GM
17398 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17399 use.
17400
e8f2a5d5
GM
17401 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17402 compiler.
17403
d270305a
GM
17404 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17405
c6432f1e
SM
174062009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17407
17408 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17409 Ignore `pred' now that we receive one.
17410 Handle test-completion specially.
17411
6ab196f9
DN
174122009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17413
17414 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17415 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17416 REGISTER ...
17417 (vc-get-backend-for-registration): ... here. New function.
17418 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17419 of vc-responsible-backend, pass the file name instead of the
17420 directory name.
17421
48feed59
SM
174222009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17425 New funs.
17426 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17427 (pcomplete-comint-setup): Don't modify a global var via
17428 accidental side-effects.
17429 (pcomplete-shell-setup): Adjust call accordingly.
17430 (pcomplete-parse-comint-arguments): Use push.
17431
00006066
CY
174322009-10-23 Chong Yidong <cyd@stupidchicken.com>
17433
36bfa3af
CY
17434 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17435 Allow uncapitalized info node names (Bug#3921).
17436
00006066
CY
17437 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17438 to the DEBUG file (Bug#3781).
17439
aa311d6e
CY
174402009-10-23 Jari Aalto <jari.aalto@cante.net>
17441
17442 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17443 dictionary entry (Bug#4579).
17444
b88f2d0a
MA
174452009-10-23 Michael Albinus <michael.albinus@gmx.de>
17446
17447 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17448 from `rfn-eshadow-update-overlay-hook' when unloading.
17449 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17450 "rsyncc". Adjust doc string.
48c2d18a 17451 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17452 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17453 Keep temporary file when indicated by method ("rsync" and
17454 "rsyncc").
17455 (tramp-handle-write-region): Handle APPEND.
17456 (tramp-delete-temp-file-function): New defun. Added to
17457 `kill-buffer-hook'.
17458
1becddbb
JB
174592009-10-23 Juanma Barranquero <lekktu@gmail.com>
17460
17461 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17462
8f43cbf3
DN
174632009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17464
17465 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17466 (color-name-rgb-alist, tty-standard-colors)
17467 (tty-color-mode-alist): Change to defconst.
17468
17469 * simple.el (mark-inactive): Purecopy message.
17470
17471 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17472 (global-map, yank-menu):
17473 * textmodes/ispell.el (ispell-menu-map):
17474 * net/eudc.el (eudc-tools-menu):
17475 * international/mule-cmds.el (describe-language-environment-map)
17476 (setup-language-environment-map, set-coding-system-map)
17477 (mule-menu-keymap):
17478 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17479 * replace.el (occur-mode-map):
17480 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17481
1d228a31
JB
174822009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17483
6a7662bb
BR
17484 * calc/calc.el (math-read-number, math-read-number-simple):
17485 Use `save-match-data'.
1d228a31 17486
3b067af1
SM
174872009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17488
28a90c44
SM
17489 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17490 rather than fiddling with global-map bindings, since it should only
17491 affect per-terminal settings.
17492 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17493
a452eee8
SM
17494 * minibuffer.el (completion-table-with-terminator): Allow to specify
17495 the terminator-regexp.
17496
ab14d7d5
SM
17497 * simple.el (switch-to-completions): Look for *Completions* in other
17498 frames as well.
17499
3b067af1
SM
17500 * pcomplete.el: Allow the use of completion-tables.
17501 (pcomplete-std-complete): New command.
17502 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17503 (pcomplete--here): Use a function for `form' rather than an expression,
17504 so it can be byte-compiled.
17505 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17506 Add edebug declaration.
17507 (pcomplete-show-completions): Remove unused var `curbuf'.
17508 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17509 Don't assume `completions' is a list of strings any more.
3b067af1 17510
5480359e
JB
175112009-10-22 Juanma Barranquero <lekktu@gmail.com>
17512
17513 * find-dired.el (find-name-arg): Fix typo in docstring.
17514
3170b794
SM
175152009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17516
48c23a25
SM
17517 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17518 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17519
56b14058
SM
17520 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17521 pcomplete-entries.
17522
3170b794
SM
17523 * comint.el (comint-read-input-ring, comint-write-input-ring)
17524 (comint-substitute-in-file-name)
17525 (comint-dynamic-complete-as-filename)
17526 (comint-dynamic-simple-complete)
17527 (comint-dynamic-list-filename-completions)
17528 (comint-dynamic-list-completions)
17529 (comint-redirect-results-list-from-process): Minor simplifications.
17530
2affef34
KR
175312009-10-21 Kevin Ryde <user42@zip.com.au>
17532
3170b794
SM
17533 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17534 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17535 the first form. And insert a blank line after ";;; Code" since
d8194864 17536 that's usual style. (Bug#4612)
2affef34 17537
e7b94bbb
KR
17538 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17539
528c56e2
SM
175402009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17541
17542 * minibuffer.el (completion-table-with-terminator): Properly implement
17543 boundaries, in case `terminator' appears in the suffix.
17544 (completion--embedded-envvar-table): Don't return boundaries if
17545 there's no valid completion. Simplify.
17546 (completion-file-name-table): New completion table extracted from
17547 completion--file-name-table.
17548 (completion--file-name-table): Use it.
17549 (read-file-name-predicate): Declare obsolete.
17550 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17551 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17552 completion-file-name-table, and use the `pred' argument.
17553 * files.el (locate-file-completion-table): Use the `pred' arg rather
17554 than read-file-name-predicate.
17555 (abbreviate-file-name): Use \` rather than ^ for BOS.
17556
f9ed9b4f
DN
175572009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17558
17559 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17560 vc-responsible-backend to register, it causes problems.
17561
5f2022a3
SM
175622009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17565
fc754ea1
MA
175662009-10-21 Michael Albinus <michael.albinus@gmx.de>
17567
17568 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17569 (tramp-smb-handle-file-attributes): Use it.
17570 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17571 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17572 `mapcar'. Use `tramp-smb-get-stat-capability'.
17573 Add `dired-filename' text properties.
fc754ea1
MA
17574 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17575 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17576 version.
17577
79bd5ba1
SM
175782009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17579
17580 * subr.el (read-key-delay): Reduce to 0.01.
17581 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17582 (bug#4751).
17583
3c13704d
SM
175842009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17585
554efd10
SM
17586 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17587
c2a37b78
SM
17588 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17589 (Info-menu): Remove unused vars `last' and `completions'.
17590 (Info-index-nodes): Remove unused var `node'.
17591
3c13704d
SM
17592 * info.el (Info-complete-menu-item): Use complete-with-action.
17593
d1e4c403
DN
175942009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17595
17596 Make vc-annotate work through copies and renames.
3c13704d
SM
17597 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17598 Return the file name too.
d1e4c403
DN
17599 (vc-annotate-revision-at-line)
17600 (vc-annotate-find-revision-at-line)
17601 (vc-annotate-revision-previous-to-line)
17602 (vc-annotate-show-log-revision-at-line): Update to get the file
17603 name from vc-annotate-extract-revision-at-line.
17604 (vc-annotate-show-diff-revision-at-line-internal): Change the
17605 argument to mean whether to show a file diff or not. Get the file
17606 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17607 (vc-annotate-show-diff-revision-at-line):
17608 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17609 (vc-annotate-warp-revision): Add an optional file argument.
17610
17611 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17612 (vc-git-annotate-extract-revision-at-line): Also return the file
17613 name if found.
17614
17615 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17616 command. Remove unused code.
17617 (vc-hg-annotate-re): Update to match --follow output.
17618 (vc-hg-annotate-extract-revision-at-line): Also return the file
17619 name if found.
17620
17621 * vc.el: Update annotate-extract-revision-at-line documentation.
17622
b0b0ef98
KR
176232009-10-18 Kevin Ryde <user42@zip.com.au>
17624
17625 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17626 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17627
a9e7f03d
KR
17628 * net/browse-url.el (browse-url): Identify alist with "consp and
17629 not functionp" and let all other things go down the `apply' leg,
17630 as suggested by Stefan. (Further to bug#4531.)
17631
7346a407
CY
176322009-10-18 Chong Yidong <cyd@stupidchicken.com>
17633
17634 * minibuffer.el (read-file-name): Check for repeat before putting
17635 a default argument in file-name-history (Bug#4657).
17636
17637 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17638 read syntax (Bug#4737).
17639
3c13704d 17640 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17641
1da94541
CY
176422009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17643
17644 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17645 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17646 entries and make note of obsolete tags.
17647
2b93080a
SM
176482009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17649
17650 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17651
18b5ffb5
GM
176522009-10-18 Glenn Morris <rgm@gnu.org>
17653
17654 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17655 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17656 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17657 now, and in any case the file header format has changed.
17658
c2e161b2
GM
176592009-10-17 Glenn Morris <rgm@gnu.org>
17660
17661 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17662 (flyspell-get-word, flyspell-large-region)
17663 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17664
a1eb44f5
CY
176652009-10-17 Chong Yidong <cyd@stupidchicken.com>
17666
17667 * Makefile.in (ELCFILES): Add ede/shell.
17668
4418646e
DN
176692009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17670
17671 * term/common-win.el (x-colors): Purecopy it.
17672
4062011e
SM
176732009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17676 permissive for when the buffer is empty.
17677 (tar-header-block-tokenize): Decode the username and groupname.
17678 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17679
b0b111c3
JB
176802009-10-17 Eric Ludlam <zappo@gnu.org>
17681
17682 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17683 contains multibyte characters, choose first applicable coding
17684 system automatically.
17685
2df48a87
SM
176862009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17687
17688 * international/mule-cmds.el (select-safe-coding-system): If the file
17689 has a coding cookie, use it regardless of any other setting (bug#4712).
17690
fd7dd48c
GM
176912009-10-17 Glenn Morris <rgm@gnu.org>
17692
3ee0b477 17693 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17694 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17695
2550e4b1
GM
17696 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17697 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17698 (dired-keep-marker-symlink, dired-dwim-target)
17699 (dired-copy-preserve-time): Do not autoload these defcustoms.
17700
fd7dd48c
GM
17701 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17702 messages from messing up the file coding. (Bug#4623)
17703
f3e3a990
GM
177042009-10-17 Jari Aalto <jari.aalto@cante.net>
17705
17706 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17707 if no match is found for the current dictionary. (Bug#4578)
17708
17709 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17710 optional, since that is how it is documented, and this is often called
17711 with a nil argument. (Bug#4577)
17712 (flyspell-external-point-words, flyspell-auto-correct-word)
17713 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17714 (flyspell-word-search-backward): Remove nil argument in calls to
17715 flyspell-get-word, since it is not needed now.
17716
177172009-10-17 Ulrich Mueller <ulm@gentoo.org>
17718
1becddbb 17719 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17720
b61374ab
GM
177212009-10-16 Glenn Morris <rgm@gnu.org>
17722
17723 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17724
412707c2
SM
177252009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17726
17727 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17728 (ange-ftp-file-size): New function.
17729 (ange-ftp-file-attributes): Use it.
17730
0c6f436e
MA
177312009-10-16 Michael Albinus <michael.albinus@gmx.de>
17732
17733 * net/tramp-smb.el (tramp-smb-version): New defvar.
17734 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17735 repeated checks.
17736
850bfd04
GM
177372009-10-16 Glenn Morris <rgm@gnu.org>
17738
17739 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17740 Maybe copy some custom properties from old to new name. (Bug#4706)
17741
f3ed9aca
JB
177422009-10-16 Juanma Barranquero <lekktu@gmail.com>
17743
17744 * subr.el (error, sit-for, start-process-shell-command)
17745 (start-file-process-shell-command): Set the calling convention
17746 after the function definition.
17747
fd6c5134
SM
177482009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * subr.el (error, sit-for, start-process-shell-command)
17751 (start-file-process-shell-command): Use the new
17752 set-advertised-calling-convention feature.
17753
73874eb7
KH
177542009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17755
fd6c5134
SM
17756 * international/ucs-normalize.el (ucs-normalize-version):
17757 Change to 1.2.
17758 (check-range): Adjust for Unicode 5.2.
73874eb7 17759
03fb33cf
JL
177602009-10-15 Juri Linkov <juri@jurta.org>
17761
17762 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17763 to the `menu-item' format.
17764
4260b402
MA
177652009-10-15 Michael Albinus <michael.albinus@gmx.de>
17766
17767 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17768 if the environment variable does not exist.
17769
17770 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17771 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17772 parameter.
17773 (tramp-smb-handle-add-name-to-file)
17774 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17775 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17776 (tramp-smb-handle-file-attributes)
17777 (tramp-smb-do-file-attributes-with-stat)
17778 (tramp-smb-handle-file-local-copy)
17779 (tramp-smb-handle-insert-directory)
17780 (tramp-smb-handle-make-directory)
17781 (tramp-smb-handle-make-directory-internal)
17782 (tramp-smb-handle-make-symbolic-link)
17783 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17784 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17785 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17786 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17787 Handle long file names.
17788 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17789 process is running.
17790 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17791 Read share names with "-g" option.
17792
d7a0fd6f
GM
177932009-10-15 Ryan Yeske <rcyeske@gmail.com>
17794
17795 * net/rcirc.el (rcirc-view-log-file): New command.
17796 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17797 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17798 specified.
17799
0b44494a
GM
178002009-10-15 Glenn Morris <rgm@gnu.org>
17801
af9fb32f
GM
17802 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17803 from the second command-line argument.
17804 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17805 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17806 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17807 w32-batch-update-autoloads.
17808 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17809 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17810
0b44494a
GM
17811 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17812 the headers cannot be located. Simplify, subtracting superflous
17813 save-excursions.
17814
d5e63715
SM
178152009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17816
17817 Replace completion-base-size by completion-base-position to fix bugs
17818 such as (bug#4699).
17819 * simple.el (completion-base-position): New var.
17820 (completion-base-size): Mark as obsolete.
17821 (choose-completion): Make it work for mouse events as well.
17822 Pass the new base-position to choose-completion-string.
17823 (choose-completion-guess-base-position): New function, extracted from
17824 choose-completion-delete-max-match.
17825 (choose-completion-delete-max-match): Use it. Make obsolete.
17826 (choose-completion-string): Use the new base-position info.
17827 (completion-root-regexp): Delete.
17828 (completion-setup-function): Preserve completion-base-position.
17829 Eliminate obsolete base-size manipulation.
17830 * minibuffer.el (display-completion-list): Don't mess with base-size.
17831 (minibuffer-completion-help): Set completion-base-position instead.
17832 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17833 choose-completion.
17834 * textmodes/bibtex.el (bibtex-complete):
17835 * emacs-lisp/crm.el (crm--choose-completion-string):
17836 Adjust to new calling convention.
17837 * complete.el (partial-completion-mode): Use minibufferp to avoid
17838 bumping into incompatible change to choose-completion-string-functions.
17839 * ido.el (ido-choose-completion-string): Make its calling convention
17840 more permissive.
17841 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17842 base-size manipulation.
17843 (comint-dynamic-list-input-ring): Use dotimes and push.
17844 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17845 fundamental-mode. Use `or'.
17846
92f8bfc7
JL
178472009-10-14 Juri Linkov <juri@jurta.org>
17848
17849 * misearch.el (multi-isearch-next-buffer-from-list)
17850 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17851
e78e280d
SM
178522009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17853
384ca163
SM
17854 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17855 `bytecomp.el'.
17856
681e0e7c
SM
17857 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17858 string we return is all made up of text from the completions rather
17859 than part from the completions and part from the input (bug#4219).
17860
e78e280d
SM
17861 * ido.el (ido-everywhere): Use define-minor-mode.
17862
17863 * buff-menu.el (list-buffers, ctl-x-map):
17864 Mark the entry points with ;;;###autoload cookies.
17865
b4e813ca
DN
178662009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17867
52964e54
DN
17868 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17869 correctly in the detached head case.
17870 (vc-git-print-log): Remove unused binding.
17871
b4e813ca
DN
17872 * vc.el (vc-responsible-backend): When a directory is passed for
17873 for registration create a VC repository if no backend is
17874 responsible for the directory argument.
17875 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17876
17877 * vc.el: Move comments about RCS and SCCS ...
17878 * vc-rcs.el:
17879 * vc-sccs.el: ... here, respectively.
17880
40ba9882
SM
178812009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17882
17883 * minibuffer.el (completion--file-name-table): Return nil if there's
17884 no file completion, even if substitute-in-file-name changed
17885 the string (bug#4708).
17886
04e0f59b
JL
178872009-10-13 Juri Linkov <juri@jurta.org>
17888
17889 * files-x.el (read-file-local-variable-value): Don't filter out
17890 minor modes from mode name completion (bug#4664).
17891
314c8e25
JB
178922009-10-13 Juanma Barranquero <lekktu@gmail.com>
17893
17894 * international/mule-cmds.el (ucs-names): Remove exclusion of
17895 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17896
5c9b7d36
KH
178972009-10-13 Kenichi Handa <handa@m17n.org>
17898
17899 * international/uni-name.el: Regenerated.
17900
1e7a80f2
JB
179012009-10-13 Juanma Barranquero <lekktu@gmail.com>
17902
17903 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17904 should be automatically buffer-local, but isn't.)
17905
cd29f88b
SS
179062009-10-12 Sam Steingold <sds@gnu.org>
17907
17908 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17909 timestamps if the buffer has been visited before.
0cd16af4
SS
17910 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17911 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17912
37493a98
GM
179132009-10-12 Glenn Morris <rgm@gnu.org>
17914
17915 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17916 Let-bind `size'.
17917
3b56b1e6
JB
179182009-10-12 Juanma Barranquero <lekktu@gmail.com>
17919
7422a4bb
JB
17920 * proced.el (proced-unload-function): New function.
17921
fa72d075
JB
17922 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17923 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17924 Doc fix.
17925
3b56b1e6
JB
17926 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17927
4d9b4323
JL
179282009-10-11 Juri Linkov <juri@jurta.org>
17929
17930 * files-x.el (read-file-local-variable-value):
17931 Provide default value only for bound variables (bug#4664).
17932
f6f7e059
MA
179332009-10-11 Michael Albinus <michael.albinus@gmx.de>
17934
17935 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17936 connection methods like smb.
17937
17938 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17939 can be empty.
17940
17941 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17942 (tramp-smb-file-name-handler-alist): Add handlers for
17943 `add-name-to-file', `make-symbolic-link'.
17944 (tramp-smb-handle-add-name-to-file)
2992485f 17945 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17946 (tramp-smb-handle-make-symbolic-link)
17947 (tramp-smb-get-cifs-capabilities): New defuns.
17948 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17949 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17950 (tramp-smb-handle-file-local-copy)
17951 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17952 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17953 The file name syntax depends on cifs capabilities.
17954 (tramp-smb-handle-file-attributes):
17955 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17956 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17957 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17958
67868d26
CY
179592009-10-11 Chong Yidong <cyd@stupidchicken.com>
17960
17961 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17962 (eieio-defclass): Apply deftype handler and setf-method properties
17963 directly.
17964 (eieio-add-new-slot): Avoid union function from cl library.
17965 (eieio--typep): New function.
17966 (eieio-perform-slot-validation): Use it.
17967
6d6a5b7e
KF
179682009-10-10 Karl Fogel <kfogel@red-bean.com>
17969
3b56b1e6 17970 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17971 Update documentation to refer to the variables documented in r1.135.
17972 (Bug#4188)
17973
67b70de9
KF
179742009-10-10 Karl Fogel <kfogel@red-bean.com>
17975
17976 * bookmark.el (Info-suffix-list): Remove this unused variable.
17977 (bookmark-current-point): Remove this obsolete variable.
17978 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17979 Adjust for removal of bookmark-current-point.
17980
17981 (bookmarks-already-loaded, bookmark-current-buffer)
17982 (bookmark-yank-point): Document. (Bug#4188)
17983
58ae51ae
GM
179842009-10-10 Glenn Morris <rgm@gnu.org>
17985
4619ff5e
GM
17986 * frame.el (frame-height): Doc fix.
17987
58ae51ae
GM
17988 * calendar/calendar.el (calendar-split-width-threshold): New option.
17989 (calendar-basic-setup): Use calendar-split-width-threshold.
17990
d364386c
JB
179912009-10-09 Juanma Barranquero <lekktu@gmail.com>
17992
17993 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17994 Ideographic Supplement" range (U+1F200..U+1F2FF).
17995
33e97a28
KF
179962009-10-09 Karl Fogel <kfogel@red-bean.com>
17997
02d0f051 17998 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17999 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
18000
180012009-10-09 Karl Fogel <kfogel@red-bean.com>
18002
d364386c 18003 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
18004 (bookmark-bmenu-execute-deletions): Don't save here, as
18005 bookmark-delete will now do so if necessary.
d364386c 18006 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
18007 (Bug#4348)
18008
9656d87b
GM
180092009-10-09 Glenn Morris <rgm@gnu.org>
18010
18011 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
18012
e6227f06
KF
180132009-10-09 Karl Fogel <kfogel@red-bean.com>
18014
18015 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
18016 (bookmark-jump-other-window): Just invoke bookmark-jump with new
18017 argument now, so the two function's behaviors will match. (Bug#3645)
18018
288f783b
MA
180192009-10-08 Michael Albinus <michael.albinus@gmx.de>
18020
18021 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 18022 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 18023 Apply `save-match-data'.
288f783b
MA
18024
18025 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
18026 case both directories are remote.
18027 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18028 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18029
872a1ea4
JB
180302009-10-07 Juanma Barranquero <lekktu@gmail.com>
18031
18032 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18033
ab2baced
GM
180342009-10-07 Glenn Morris <rgm@gnu.org>
18035
e78e280d
SM
18036 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18037 of concat.
ab2baced 18038
5c4634c1
SM
180392009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18040
18041 * files-x.el (read-file-local-variable): Include some
18042 non-user-variables in the completion table (bug#4664).
18043
c2dc9732
MA
180442009-10-07 Michael Albinus <michael.albinus@gmx.de>
18045
18046 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18047 message.
18048
18049 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18050 (tramp-smb-file-name-handler-alist): Add handler for
18051 `copy-directory', `expand-file-name', `set-file-modes'.
18052 (tramp-smb-handle-copy-directory)
18053 (tramp-smb-handle-expand-file-name)
18054 (tramp-smb-handle-set-file-modes): New defuns.
18055 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18056 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18057 entry.
18058 (tramp-smb-handle-insert-directory): Don't flush the cache.
18059 (tramp-smb-maybe-open-connection): Check for samba client and
18060 server versions.
18061
11be40a6
EZ
180622009-10-07 Eli Zaretskii <eliz@gnu.org>
18063
18064 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18065 to not error out of search for "^lisp=" fails.
18066
8c4afe20
JB
180672009-10-07 Juanma Barranquero <lekktu@gmail.com>
18068
18069 * makefile.w32-in (WINS_UPDATES): New macro.
18070 (custom-deps, finder-data, autoloads): Use it.
18071
429a1506
GM
180722009-10-07 Glenn Morris <rgm@gnu.org>
18073
ee2e93e2
GM
18074 * Makefile.in (autoloads): Revert previous change.
18075 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18076 the list of preloaded files passed on the command-line, get
18077 it from src/Makefile.
18078
429a1506
GM
18079 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18080 show the original buffer rather than a random one.
18081
a51203ee 180822009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18083
18084 * help.el (describe-no-warranty): Place point in a slightly better
18085 position in the GPLv3 text.
18086
f58f7520
SS
180872009-10-06 Sam Steingold <sds@gnu.org>
18088
18089 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18090 the comm attribute is present before calling regexp-quote.
18091
bde79dc0
JB
180922009-10-06 Juanma Barranquero <lekktu@gmail.com>
18093
18094 * play/animate.el (animate-string): For good effect, make sure
18095 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18096
18097 * play/animate.el (animate-sequence, animate-birthday-present):
18098 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18099
25ab0302
GM
181002009-10-06 Glenn Morris <rgm@gnu.org>
18101
73fe714a
GM
18102 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18103
3405d98c
GM
18104 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18105 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18106 (batch-update-autoloads): Process a string value of autoload-excludes,
18107 set during the build process.
18108 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18109
9fb2cdc5
GM
18110 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18111 inside with-parsed... macro so that `v' is defined.
18112
7938ab41
GM
18113 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18114 * progmodes/fortran.el (fortran-end-of-block)
18115 (fortran-beginning-of-block):
18116 Also push mark in the macro case.
18117
eaf9b564
GM
18118 * emerge.el (emerge-show-file-name):
18119 * calc/calc.el (calc-quit):
18120 * calc/calc-misc.el (calc-big-or-small):
18121 * calc/calc-graph.el (calc-graph-view):
18122 * calc/calc-ext.el (calc-reset):
18123 * calendar/calendar.el (calendar-basic-setup):
18124 Use window-full-height-p.
18125
25ab0302
GM
18126 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18127 header we don't understand, don't insert another. (Bug#4624)
18128 If changing mime charset, insert the new one in the right place.
18129
00169eb6
GM
181302009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18131
18132 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18133 (cal-tex-cursor-month): Correctly increment the end date for diary and
18134 holiday listing. (Bug#4626)
18135
82882188
SM
181362009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18137
40ba9882 18138 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18139 a symbol.
18140
a8f316ca
JB
181412009-10-05 Juanma Barranquero <lekktu@gmail.com>
18142
18143 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18144 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18145 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18146 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18147
18148 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18149 (eieio-default-superclass): Reflow docstrings.
18150 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18151 (eieio-unbind-method-implementations, defmethod)
18152 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18153 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18154 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18155 (eieio-slot-originating-class-p, eieio-slot-name-index)
18156 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18157 (constructor, initialize-instance, no-next-method, object-print)
18158 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18159 Fix typos in docstrings.
18160 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18161 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18162 (next-method-p): Doc fixes.
18163 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18164 Fix typos in error messages.
18165 (eieio-defmethod): Fix typo in description of generic method.
18166
18167 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18168 (eieio-persistent-save-interactive, slot-missing):
18169 Fix typos in docstrings.
18170 (eieio-instance-inheritor-slot-boundp): Doc fix.
18171
18172 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18173 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18174
18175 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18176 (eieio-custom-object-apply-reset):
18177 Fix typos in docstrings and error messages.
18178
18179 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18180 Fix typo in docstring.
18181
18182 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18183 (eieio-browse-tree): Doc fix.
18184 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18185 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18186 Fix typos in docstrings.
18187
18188 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18189 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18190 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18191 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18192 Reflow docstrings.
18193
c66b7ac0
DN
181942009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18195
4a827e0a 18196 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18197 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18198 Set log-view-vc-backend so that diff can work.
4a827e0a 18199
c66b7ac0
DN
18200 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18201 vc-version-diff.
18202 (vc-diff-internal): Autoload this instead of vc-version-diff.
18203
1902a98c
EZ
182042009-10-05 Eli Zaretskii <eliz@gnu.org>
18205
a7a8618b
EZ
18206 * simple.el (eval-expression): Doc fix.
18207
1902a98c
EZ
18208 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18209
0e1f2ee6
MA
182102009-10-05 Michael Albinus <michael.albinus@gmx.de>
18211
18212 * files.el (directory-files-no-dot-files-regexp): New defconst.
18213 (delete-directory): Use it.
18214 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18215
263c02ef 18216 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18217 (tramp-methods): Add recursive option to `tramp-copy-args'.
18218 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18219 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18220 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18221 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18222 Add handler for `copy-directory'.
18223 (tramp-handle-copy-directory): New defun.
18224 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18225 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18226 Optimize sent command.
263c02ef 18227
72aa7df4
SM
182282009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18229
4a34f065
SM
18230 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18231 window if necessary.
18232
72aa7df4
SM
18233 * calendar/calendar.el (calendar-basic-setup): Don't call
18234 switch-to-buffer in a dedicated window.
18235
5feb1ba7
KF
182362009-10-05 Karl Fogel <kfogel@red-bean.com>
18237
18238 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18239 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18240 (bookmark-error-no-filename): New error.
18241 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18242 bookmark has no file. Don't even attempt to handle things that
18243 are not files; the whole point of custom handlers is to keep that
18244 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18245 (bookmark-file-or-variation-thereof): Remove now-unused function.
18246 (bookmark-location): Doc string fix.
18247 (Bug#4250)
18248
1bd49952
KF
182492009-10-04 Karl Fogel <kfogel@red-bean.com>
18250
18251 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18252 don't use a file dialog, because they usually don't know how to read
18253 a directory target from the user. (Bug#4230)
18254 Also, make sure the prompt can display directories as well as files.
18255
825382c0
KF
182562009-10-04 Karl Fogel <kfogel@red-bean.com>
18257
18258 * bookmark.el (bookmark-set, bookmark-buffer-name):
18259 Improve doc strings. (Bug#1193)
18260
13901bcb
KF
182612009-10-04 Karl Fogel <kfogel@red-bean.com>
18262
4a34f065
SM
18263 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18264 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18265 (bookmark-get-annotation, bookmark-set-annotation)
18266 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18267 (bookmark-set-position, bookmark-get-front-context-string)
18268 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18269 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18270 (bookmark-jump-other-window, bookmark-handle-bookmark)
18271 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18272 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18273 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18274 Improve doc strings to say whether bookmark can be a string or
18275 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18276 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18277 (bookmark-default-annotation-text, bookmark-yank-word)
18278 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18279 (bookmark-import-new-list, bookmark-maybe-rename)
18280 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18281 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18282 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18283 add a FIXME comment about how the function may be pointless.
13901bcb 18284 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18285 parameter name, to clarify that this takes a bookmark record
18286 not a bookmark name.
13901bcb 18287 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18288 and improve the doc string a bit.
13901bcb
KF
18289 (Bug#4188)
18290
5c1b3e94
KF
182912009-10-04 Karl Fogel <kfogel@red-bean.com>
18292
18293 * bookmark.el (bookmark-alist): Document the new `handler' element
18294 in the param alist.
18295 (bookmark-make-record-function): Adjust documentation for above.
18296 (Bug#4193)
18297
8559076d
KF
182982009-10-04 Karl Fogel <kfogel@red-bean.com>
18299
18300 * info.el (Info-bookmark-make-record): Document this function.
18301 (Info-bookmark-jump): Document with a doc string, not just a comment.
18302 (Bug#4203)
18303
b4583b8c
MA
183042009-10-04 Michael Albinus <michael.albinus@gmx.de>
18305
18306 * files.el (copy-directory): New defun.
18307
18308 * dired-aux.el (dired-copy-file-recursive): Use it.
18309
131ae8f2
JB
183102009-10-04 Juanma Barranquero <lekktu@gmail.com>
18311
a30e71ae 18312 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18313 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18314 docstrings.
a30e71ae 18315
131ae8f2
JB
18316 * recentf.el (recentf-unload-function): New function.
18317
ccafbf06
GM
183182009-10-04 Glenn Morris <rgm@gnu.org>
18319
18320 * window.el (window-full-height-p): Add doc string.
18321
02c6f098
GM
183222009-10-04 Martin Rudalics <rudalics@gmx.at>
18323
18324 * window.el (window-full-height-p): New function. (Bug#4543)
18325
ed6b0195
DN
183262009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18327
18328 * vc.el: Remove commented out code.
18329 (vc-derived-from-dir-mode): Remove, unused.
18330 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18331
1b8d1cc7
MA
183322009-10-03 Michael Albinus <michael.albinus@gmx.de>
18333
4a34f065
SM
18334 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18335 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18336 there could be recursive loading when `default-directory' is a
18337 remote file name. (Bug#4614)
18338
ac3c593c
GM
183392009-10-03 Glenn Morris <rgm@gnu.org>
18340
686ea556
GM
18341 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18342 the frame is wide.
18343 (calendar-generate-window): Test for shrinkability rather than width.
18344
ac3c593c
GM
18345 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18346 reusing existing buffers, in case we happen to visit two files with the
18347 same basename. (Bug#4593)
18348
573709fd
EZ
183492009-10-02 Eli Zaretskii <eliz@gnu.org>
18350
4a34f065 18351 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18352 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18353 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18354 subdirs of cedet as well.
8f885d01 18355 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18356
8d6c1239
SM
183572009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18358
18359 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18360 Obey advertised-signature-table.
18361
18362 * help-fns.el (help-function-arglist): Don't check
18363 advertised-signature-table.
18364 (describe-function-1): Do it here instead so it also applies to subrs.
18365
c4861de0
MA
183662009-10-02 Michael Albinus <michael.albinus@gmx.de>
18367
18368 * simple.el (start-file-process): Say in the doc-string, that file
18369 handlers might not support pty association, if PROGRAM is nil.
18370
18371 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18372 HOST and USER are strings. They are nil, when there are
18373 incomplete entries in ~/.netrc, for example.
18374 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18375 root directory ("device busy" error otherwise).
18376
8d6c1239
SM
18377 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18378 Flush file properties of created directory.
c4861de0 18379
d2bda74f
EZ
183802009-10-02 Eli Zaretskii <eliz@gnu.org>
18381
18382 * makefile.w32-in (WINS_BASIC): Remove cedet.
18383 (WINS_CEDET): Add cedet.
18384 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18385
895d1904
GM
183862009-10-02 Kevin Ryde <user42@zip.com.au>
18387
18388 * net/browse-url.el (browse-url): Pass any symbol in
18389 browse-url-browser-function to `apply', since if you've mistakenly put
18390 an unbound symbol then the error is clearer. (Bug#4531)
18391
32226619
JB
183922009-10-02 Juanma Barranquero <lekktu@gmail.com>
18393
18394 * allout.el (allout-init, allout-back-to-current-heading)
18395 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18396 (allout-ascend, allout-up-current-level, allout-end-of-level)
18397 (allout-previous-visible-heading, allout-forward-current-level)
18398 (allout-backward-current-level, allout-show-children):
18399 * apropos.el (apropos-describe-plist):
18400 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18401 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18402 * completion.el (add-completion, add-permanent-completion):
18403 * descr-text.el (describe-text-category, describe-char):
18404 * desktop.el (desktop-lazy-abort):
18405 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18406 * dired.el (dired-build-subdir-alist):
18407 * ediff.el (ediff-version):
18408 * elide-head.el (elide-head, elide-head-show):
18409 * emerge.el (emerge-version):
18410 * env.el (getenv):
18411 * face-remap.el (variable-pitch-mode):
18412 * faces.el (describe-face):
18413 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18414 (dired-at-point):
18415 * files.el (find-file-existing, auto-save-mode):
18416 * font-lock.el (font-lock-fontify-buffer):
18417 * help-fns.el (describe-function, describe-variable)
18418 (describe-syntax, describe-categories):
18419 * help.el (view-lossage, describe-bindings, describe-key)
18420 (describe-mode):
18421 * hexl.el (hexl-current-address):
18422 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18423 * info.el (Info-goto-emacs-key-command-node):
18424 * log-edit.el (log-edit-insert-cvs-template)
18425 (log-edit-insert-cvs-rcstemplate):
18426 * menu-bar.el (menu-bar-mode):
18427 * mouse.el (mouse-appearance-menu):
18428 * newcomment.el (comment-indent-new-line):
18429 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18430 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18431 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18432 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18433 * recentf.el (recentf-mode):
18434 * savehist.el (savehist-mode, savehist-save):
18435 * shadowfile.el (shadow-copy-files):
18436 * simple.el (kill-ring-save, next-line, previous-line)
18437 (normal-erase-is-backspace-mode):
18438 * strokes.el (strokes-update-window-configuration)
18439 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18440 (strokes-xpm-for-stroke):
18441 * time.el (emacs-uptime, emacs-init-time):
18442 * tutorial.el (tutorial--describe-nonstandard-key)
18443 (tutorial--detailed-help):
18444 * type-break.el (type-break-mode)
18445 (type-break-mode-line-message-mode, type-break-query-mode)
18446 (type-break-guesstimate-keystroke-threshold):
18447 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18448 * version.el (emacs-version):
18449 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18450 * winner.el (winner-mode):
18451 * calendar/timeclock.el (timeclock-in, timeclock-out)
18452 (timeclock-status-string, timeclock-change)
18453 (timeclock-workday-remaining-string)
18454 (timeclock-workday-elapsed-string)
18455 (timeclock-when-to-leave-string):
18456 * calendar/todo-mode.el (todo-add-category):
18457 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18458 * emacs-lisp/autoload.el (update-file-autoloads):
18459 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18460 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18461 (checkdoc-message-text, checkdoc-defun):
18462 * emacs-lisp/debug.el (debugger-list-functions):
18463 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18464 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18465 (eieio-describe-generic):
18466 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18467 * emacs-lisp/shadow.el (list-load-path-shadows):
18468 * emulation/cua-base.el (cua-mode):
18469 * emulation/edt.el (edt-set-scroll-margins):
18470 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18471 (tpu-toggle-regexp, tpu-toggle-search-direction)
18472 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18473 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18474 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18475 (viper-set-parsing-style-toggling-macro)
18476 (viper-set-emacs-state-searchstyle-macros):
18477 * emulation/viper.el (viper-set-hooks):
18478 * eshell/esh-mode.el (eshell-truncate-buffer):
18479 * international/mule-cmds.el (prefer-coding-system)
18480 (describe-input-method, describe-language-environment):
18481 * international/mule-diag.el (list-character-sets)
18482 (describe-character-set, describe-coding-system)
18483 (describe-fontset, list-fontsets, list-input-methods):
18484 * mail/sendmail.el (mail-signature):
18485 * net/ange-ftp.el (ange-ftp-copy-file):
18486 * net/browse-url.el (browse-url):
18487 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18488 * net/quickurl.el (quickurl-add-url):
18489 * net/rcirc.el (names, topic):
18490 * net/xesam.el (xesam-mode):
18491 * play/5x5.el (5x5-new-game):
18492 * play/yow.el (apropos-zippy):
18493 * progmodes/ada-mode.el (ada-mode-version):
18494 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18495 (f90-end-of-block)
18496 (f90-beginning-of-block):
18497 * progmodes/fortran.el (fortran-end-of-block)
18498 (fortran-beginning-of-block):
18499 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18500 * progmodes/python.el (python-describe-symbol, python-shell):
18501 * term/ns-win.el (ns-print-buffer):
18502 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18503 * textmodes/flyspell.el (flyspell-mode-on):
18504 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18505 (pages-directory-for-addresses):
18506 * textmodes/table.el (table-recognize-cell)
18507 (table-query-dimension, table-generate-source)
18508 (table-insert-sequence, table--warn-incompatibility):
18509 * textmodes/tex-mode.el (tex-validate-buffer):
18510 * textmodes/texinfmt.el (texinfmt-version)
18511 (texinfo-format-buffer):
18512 Use `called-interactively-p' instead of `interactive-p'.
18513
12a3c28c
JB
185142009-10-02 Juanma Barranquero <lekktu@gmail.com>
18515
18516 * image-mode.el (image-toggle-display):
18517 * emacs-lisp/elp.el (elp-instrument-function):
18518 * emacs-lisp/advice.el (ad-make-advised-definition):
18519 * emacs-lisp/easy-mmode.el (define-minor-mode):
18520 * net/browse-url.el (browse-url-maybe-new-window):
18521 * progmodes/sh-script.el (sh-learn-buffer-indent):
18522 Pass new argument 'any to `called-interactively-p'.
18523
171fda8a
JB
185242009-10-01 Juanma Barranquero <lekktu@gmail.com>
18525
171fda8a
JB
18526 * international/uni-bidi.el:
18527 * international/uni-category.el:
18528 * international/uni-combining.el:
18529 * international/uni-comment.el:
18530 * international/uni-decimal.el:
9c3c9fdf 18531 * international/uni-decomposition.el:
171fda8a
JB
18532 * international/uni-digit.el:
18533 * international/uni-lowercase.el:
18534 * international/uni-mirrored.el:
18535 * international/uni-name.el:
18536 * international/uni-numeric.el:
18537 * international/uni-old-name.el:
18538 * international/uni-titlecase.el:
18539 * international/uni-uppercase.el:
18540 Regenerate from Unicode 5.2.0 data.
18541
dcb9734a
GM
185422009-10-01 Glenn Morris <rgm@gnu.org>
18543
18544 * Makefile.in (ELCFILES): Regenerate.
18545
ced10a4c
SM
185462009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18547
9d28c33e
SM
18548 * subr.el (interactive-p): Mark obsolete.
18549 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18550 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18551 advertised-signature-table for subroutines as well.
18552
ced10a4c
SM
18553 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18554 (set-advertised-calling-convention): New function.
18555 (make-obsolete, define-obsolete-function-alias)
18556 (make-obsolete-variable, define-obsolete-variable-alias):
18557 Make the optional-ness of `when' obsolete.
18558 (define-obsolete-face-alias): Make `when' non-optional.
18559 * help-fns.el (help-function-arglist):
18560 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18561 Use advertised-signature-table.
18562
cc3dda16
MA
185632009-10-01 Michael Albinus <michael.albinus@gmx.de>
18564
18565 * files.el (delete-directory): New defun. The original function
18566 in fileio.c has been renamed to `delete-directory-internal'.
18567
18568 * dired.el (dired-delete-file): Call `delete-directory' with
18569 RECURSIVE parameter.
18570
5ce6e4f4 18571 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18572 parameter RECURSIVE. Implementation is missing.
18573
18574 * net/tramp.el (tramp-handle-make-directory): Flush upper
18575 directory's file properties.
ced10a4c 18576 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18577 (tramp-handle-dired-recursive-delete-directory): Flush directory
18578 properties after the remove command only.
18579
ced10a4c
SM
18580 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18581 Handle optional parameter RECURSIVE.
cc3dda16 18582
ced10a4c
SM
18583 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18584 Handle optional parameter RECURSIVE.
cc3dda16
MA
18585
18586 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18587 connection timeout.
18588 (tramp-smb-handle-delete-directory): Handle optional parameter
18589 RECURSIVE.
18590
cf885595
SM
185912009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18592
e3a6b82f
SM
18593 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18594 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18595 (byte-compile-defmacro): Use backquotes.
18596
7201bfbb
SM
18597 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18598
cf885595
SM
18599 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18600 has no associated file.
18601 (vc-resynch-buffer): Use vc-dir-buffers.
18602
a4d2c321
GM
186032009-10-01 Glenn Morris <rgm@gnu.org>
18604
9ffe3f52
GM
18605 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18606 (chart-file-count):
18607 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18608 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18609 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18610 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18611 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18612 (eieio-copy-parents-into-subclass, make-instance, class-children)
18613 (eieio-generic-form):
bd2afec2 18614
9515cdcc
GM
18615 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18616 match-data. (Bug#4555).
18617
a4d2c321
GM
18618 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18619 rather than parsing it as a regexp. This relaxes the layout
18620 requirements and makes errors easier to detect.
18621 (check-declare-verify): Check file is regular.
18622 (check-declare-directory): Doc fix.
18623 * subr.el (declare-function): Doc fix.
18624
b15c31c7
GM
18625 * ibuffer.el (ibuffer-format-qualifier):
18626 * isearch.el (hi-lock-regexp-okay):
18627 * calc/calc.el (math-zerop):
18628 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18629 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18630 Remove unused declarations.
18631
b0b111c3
JB
186322009-09-30 Eric Ludlam <zappo@gnu.org>
18633
18634 * emacs-lisp/eieio.el (boolean-p): Delete.
18635
1fc28a2c
GM
186362009-09-30 Glenn Morris <rgm@gnu.org>
18637
1fc28a2c
GM
18638 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18639
494f4fc7
GM
18640 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18641 filename is not a string.
18642
561580e9
CY
186432009-09-29 Chong Yidong <cyd@stupidchicken.com>
18644
18645 * files.el (safe-local-eval-forms): Fix typo.
18646
dcbbecd4
SM
186472009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18648
18649 * vc-hooks.el (vc-dir-buffers): New var.
18650 (vc-state-refresh): New function.
18651 (vc-state): Use it.
18652 (vc-after-save): Always ask the backend to recompute the new state.
18653 Always call vc-dir if necessary, using vc-dir-buffers.
18654 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18655 Use vc-dir-buffers.
18656 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18657 (vc-dir-prepare-status-buffer, vc-dir-update)
18658 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18659 Don't call expand-file-name on default-directory.
18660
d88444f2
JB
186612009-09-29 Juanma Barranquero <lekktu@gmail.com>
18662
18663 * speedbar.el (speedbar-item-delete):
18664 * calc/calc-prog.el (calc-kbd-if):
18665 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18666
18667 * epa.el (epa-key-list-mode-map):
18668 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18669
18670 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18671 (hs-show-hook): Fix typo in docstring.
18672
5da62d41
GM
186732009-09-29 Glenn Morris <rgm@gnu.org>
18674
8360fce0
GM
18675 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18676 file-name-nondirectory call preventing location of cedet files.
18677 (check-declare-verify): Use literal search rather than re-search.
ae715515 18678 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18679
18680 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18681 Use tramp-compat-file-attributes rather than nonexistent
18682 tramp-compat-handle-file-attributes.
18683
5da62d41
GM
18684 * Makefile.in (lisptagsfiles4): New.
18685 (AUTOGENEL): Add cedet loaddefs files.
18686 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18687 (update-elclist, compile-always, backup-compiled-files)
18688 (bootstrap-clean): Add yet another directory level.
18689 (update-elclist): Use LC_COLLATE rather than COLLATE.
18690 (ELCFILES): Update, via `make update-elclist'.
18691
48267264
JB
186922009-09-29 Juanma Barranquero <lekktu@gmail.com>
18693
18694 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18695 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18696 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18697
2c4cd0b0
AS
186982009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18699
18700 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18701 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18702 (update-elclist): Add third directory level to look for elc files.
18703 (compile-always): Likewise.
18704 (backup-compiled-files): Likewise.
18705 (bootstrap-clean): Likewise.
18706 (ELCFILES): Update.
18707
a2533e47
CY
187082009-09-28 Chong Yidong <cyd@stupidchicken.com>
18709
18710 * Makefile.in (ELCFILES): Add CEDET files.
18711
eefbedb1
MA
187122009-09-28 Michael Albinus <michael.albinus@gmx.de>
18713
18714 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18715
18716 * net/tramp.el (top): Require tramp-imap.
18717
18718 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18719 Use `tramp-compat-handle-file-attributes'.
18720
187212009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18722
18723 * net/tramp-imap.el: New package.
18724
b0b111c3
JB
187252009-09-28 Eric Ludlam <zappo@gnu.org>
18726
18727 * emacs-lisp/chart.el:
18728 * emacs-lisp/eieio-base.el:
18729 * emacs-lisp/eieio-comp.el:
18730 * emacs-lisp/eieio-custom.el:
18731 * emacs-lisp/eieio-datadebug.el:
18732 * emacs-lisp/eieio-opt.el:
18733 * emacs-lisp/eieio-speedbar.el:
18734 * emacs-lisp/eieio.el: New files.
18735
748e3d67
VJL
187362009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18737
18738 * whitespace.el (whitespace-trailing-regexp)
18739 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18740 Fix doc string.
18741
15120dec
CY
187422009-09-27 Chong Yidong <cyd@stupidchicken.com>
18743
18744 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18745 menu.
18746
18747 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18748 menu-bar-ediff-menu.
18749
18750 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18751 define-overloadable-function.
18752
18753 * progmodes/autoconf.el: Provide autoconf as well, so that this
18754 file can be `require'd.
18755
18756 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18757
18758 * emacs-lisp/autoload.el (generated-autoload-feature)
18759 (generated-autoload-load-name): New vars.
18760 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18761 (make-autoload): Recognize define-overloadable-function and
18762 defclass forms (for EIEIO).
18763
18764 * Makefile.in (update-subdirs): Exclude cedet directory.
18765
135abf91
AR
187662009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18767
1becddbb 18768 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18769
18770 * faces.el: Default light-background background for region face to
18771 ns_selection_color under NS.
18772
3d994264
TZ
187732009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18774
18775 * net/imap-hash.el: New library, see NEWS.
18776
18777 * Makefile.in (ELCFILES): Add imap-hash.el.
18778
ce9a0ccb
SM
187792009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18782 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18783 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18784 definition where the docstring could be taken for the return value.
18785
a92cdd49
GM
187862009-09-26 Glenn Morris <rgm@gnu.org>
18787
18788 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18789 Add option to only show images below a certain size.
18790 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18791 save-excursion calls.
18792
416ac2f1
EZ
187932009-09-26 Eli Zaretskii <eliz@gnu.org>
18794
18795 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18796 subdirectories) and eieio.
18797
d9a13f68
AM
187982009-09-26 Alan Mackenzie <acm@muc.de>
18799
6a7662bb
BR
18800 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18801 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18802
18803 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18804 character constants (as case labels). (Bug#4289)
d9a13f68 18805
182b3bec
CY
188062009-09-25 Juri Linkov <juri@jurta.org>
18807
18808 * files.el (safe-local-eval-forms): Allow time-stamp in
18809 before-save-hook (Bug#4554).
18810
8f75f2da
JB
188112009-09-25 Drew Adams <drew.adams@oracle.com>
18812
18813 * menu-bar.el (list-buffers-directory): Doc fix.
18814
8390fb80
SM
188152009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18816
18817 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18818 Try and avoid copying twice the same paragraph.
18819 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18820 Remove save-excursion.
18821 (log-edit-changelog-entry): Do it here instead.
18822
11ee8d90
JB
188232009-09-25 Juanma Barranquero <lekktu@gmail.com>
18824
027b1942
JB
18825 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18826 when available, instead of hardcoding mode names. Doc fix.
18827
11ee8d90
JB
18828 * menu-bar.el (list-buffers-directory): Add docstring.
18829 Make automatically buffer-local.
18830
18831 * dired.el (dired-mode):
18832 * files.el (cd-absolute):
18833 * pcvs.el (cvs-temp-buffer):
18834 * pcvs-util.el (cvs-get-buffer-create):
18835 * shell.el (shell-mode):
18836 * vc-dir.el (vc-dir-mode):
18837 Don't make `list-buffers-directory' buffer local.
18838
21289c5d
CY
188392009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18840
8390fb80
SM
18841 * comint.el (comint-exec, comint-run, make-comint):
18842 Doc fixes (Bug#4542).
21289c5d 18843
e8652dd9
GM
188442009-09-25 Glenn Morris <rgm@gnu.org>
18845
18846 * mail/rmailmm.el (rmail-mime): New custom group.
18847 Move all defcustoms in this file into this group.
18848 (rmail-mime-media-type-handlers-alist): Revert previous change.
18849 (rmail-mime-show-images): New option.
18850 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18851 references to it, since it wasn't actually used for anything.
18852 (rmail-mime-insert-image): New function.
18853 (rmail-mime-image): Use rmail-mime-insert-image.
18854 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18855 obey the value of `rmail-mime-show-images' option. Print the size of
18856 attachments.
e8652dd9 18857
fb652bb5
JB
188582009-09-25 David Engster <deng@randomsample.de>
18859
18860 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18861
32a9841c
VJL
188622009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18863
18864 * whitespace.el: Does not highlight trailing spaces While point is
18865 at end of line. Does not highligt spaces at beginning of buffer
18866 while point is at beginning of buffer. Does not highlight spaces
18867 at end of buffer while point is at end of buffer. (Bug#4177)
18868 New version 12.0.
18869 (whitespace-display-mappings): Adjust initialization.
18870 (whitespace-point, whitespace-font-lock-refontify): New vars.
18871 (whitespace-color-on, whitespace-color-off): Adjust code.
18872 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18873 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18874 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18875
e477ca84
CY
188762009-09-24 Chong Yidong <cyd@stupidchicken.com>
18877
18878 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18879
18880 * textmodes/sgml-mode.el: Remove xml-mode alias.
18881
18882 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18883 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18884
68712602
AM
188852009-09-24 Alan Mackenzie <acm@muc.de>
18886
18887 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18888 c-forward-conditionals, but it doesn't move point and doesn't set
18889 the mark.
18890 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18891 (c-down-conditional-with-else, c-backward-conditional)
18892 (c-forward-conditional): Refactor to use c-scan-conditionals.
18893
1659ada0
JB
188942009-09-24 Juanma Barranquero <lekktu@gmail.com>
18895
18896 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18897 (help-default-arg-highlight): Remove.
18898 (help-highlight-arg): New function.
18899 (help-do-arg-highlight): Use it.
18900 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18901
b3f01e46
SM
189022009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18903
18904 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18905 Undo last change, which didn't fix the problem and introduced others.
18906
107ef54a
NR
189072009-09-24 Nick Roberts <nickrob@snap.net.nz>
18908
18909 * progmodes/gdb-mi.el: Don't require speedbar.
18910 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18911
ffa1fed6
GM
189122009-09-24 Glenn Morris <rgm@gnu.org>
18913
2157a2be
GM
18914 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18915
6125167c
GM
18916 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18917
ffa1fed6
GM
18918 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18919 there is no newline after the final mime boundary. (Bug#4539)
18920 Move markers on insertion so that any buttons inserted don't end up in
18921 the next part of a multipart message.
2e9075d3
GM
18922 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18923 (rmail-mime-bulk-handler): Optionally handle images.
18924 (rmail-mime-image): New button action.
18925 (rmail-mime-image-handler): New function.
18926 (rmail-mime-mode): New mode.
18927 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18928
4a814992
SM
189292009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18930
075518b5
SM
18931 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18932 than just dropping elements from it (bug#4504).
18933
8ad2defc
SM
18934 * term.el (term-set-scroll-region): Don't move cursor any more.
18935 (term-handle-ansi-escape): Call term-goto here instead.
18936 Suggested by Ivan Kanis <apple@kanis.eu>.
18937
4a814992
SM
18938 * term.el: Require CL.
18939 (term-ansi-reset): New function.
18940 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18941 (term-handle-colors-array): Simplify.
18942
5a0c3f56
JB
189432009-09-24 Juanma Barranquero <lekktu@gmail.com>
18944
18945 * allout.el (allout-overlay-interior-modification-handler)
18946 (allout-obtain-passphrase):
18947 * epa-file.el (epa-file-write-region):
18948 * ps-print.el (ps-begin-job):
18949 * vc-hooks.el (vc-toggle-read-only):
18950 * vc-rcs.el (vc-rcs-rollback):
18951 * vc-sccs.el (vc-sccs-rollback):
18952 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18953 (vc-version-diff, vc-revert, vc-rollback):
18954 * wdired.el (wdired-check-kill-buffer):
18955 * emacs-lisp/authors.el (authors):
18956 * net/socks.el (socks-open-connection):
18957 * net/zeroconf.el (zeroconf-service-add-hook):
18958 * obsolete/vc-mcvs.el (vc-mcvs-register):
18959 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18960 (gdb-select-frame):
18961 * progmodes/grep.el (lgrep, rgrep):
18962 * progmodes/idlw-help.el (idlwave-help-check-locations)
18963 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18964 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18965 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18966 (reftex-toc-rename-label): Fix typos in error messages.
18967
18968 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18969 (dired-copy-how-to-fn): Doc fix.
18970 (dired-files-attributes, dired-read-shell-command):
18971 Fix typos in docstrings.
18972
18973 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18974 (dired-x-find-file-other-window): Reflow docstrings.
18975 (dired-omit-marker-char, dired-read-shell-command)
18976 (dired-x-submit-report): Fix typos in docstrings.
18977
18978 * shell.el (shell-mode-hook):
18979 * view.el (View-scroll-line-forward):
18980 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18981 Fix typos in docstrings.
18982
18983 * net/dig.el (dig-invoke): Fix typo in docstring.
18984 (query-dig): Reflow docstring.
18985
18986 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18987 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18988 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18989 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18990 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18991 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18992 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18993 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18994 (idlwave-completion-map, idlwave-current-indent)
18995 (idlwave-custom-ampersand-surround, idlwave-customize)
18996 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18997 (idlwave-define-abbrev, idlwave-determine-class-special)
18998 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18999 (idlwave-end-block-reg, idlwave-end-of-statement)
19000 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
19001 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
19002 (idlwave-explicit-class-listed, idlwave-file-header)
19003 (idlwave-fill-paragraph, idlwave-find-class-definition)
19004 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
19005 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
19006 (idlwave-in-quote, idlwave-indent-action-table)
19007 (idlwave-indent-expand-table, idlwave-indent-line)
19008 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
19009 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
19010 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
19011 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
19012 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
19013 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
19014 (idlwave-outlawed-buffers, idlwave-popup-select)
19015 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
19016 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
19017 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
19018 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
19019 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
19020 (idlwave-statement-type, idlwave-struct-skip)
19021 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
19022 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
19023 (idlwave-what-module-find-class): Fix typos in docstrings.
19024 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
19025 (idlwave-calculate-cont-indent, idlwave-expand-equal)
19026 (idlwave-find-module, idlwave-find-structure-definition)
19027 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19028 (idlwave-list-load-path-shadows, idlwave-next-statement)
19029 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19030 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19031 (idlwave-template): Reflow docstrings.
19032
19033 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19034 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19035 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19036 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19037 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19038 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19039 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19040 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19041 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19042 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19043 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19044 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19045 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19046 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19047 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19048 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19049 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19050 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19051 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19052 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19053 Fix typos in docstrings.
19054 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19055 (idlwave-shell-hide-output, idlwave-shell-mode)
19056 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19057 Reflow docstrings.
19058
19059 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19060
62136c5d
SM
190612009-09-24 Ivan Kanis <apple@kanis.eu>
19062
19063 * term.el (term-bold-attribute): New var.
19064 (term-handle-colors-array): Use it.
19065
9c1a45ed
NR
190662009-09-23 Nick Roberts <nickrob@snap.net.nz>
19067
19068 * progmodes/gdb-mi.el (gdb-version): New variable.
19069 (gdb-non-stop-handler): Set gdb-version.
19070 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19071 Condition "--thread" option on gdb-version.
19072 (gdb-invalidate-threads): Remove unused argument.
19073
03304f31
SM
190742009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19075
19076 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19077 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19078
4f02f0c9
GM
190792009-09-23 Glenn Morris <rgm@gnu.org>
19080
19081 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19082 replying to mail without References or Message-Id. (Bug#4525)
19083
a3b4b363
AR
190842009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19085
19086 * term/ns-win.el (ns-reg-to-script): New variable.
19087
7bda18cc
DU
190882009-09-23 Daiki Ueno <ueno@unixuser.org>
19089
19090 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19091
72169e55
SS
190922009-09-22 Sam Steingold <sds@gnu.org>
19093
19094 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19095 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19096 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19097 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19098
905b7d38
SM
190992009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19100
b0459dec
SM
19101 * textmodes/fill.el: Convert to utf-8 encoding.
19102 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19103 pre-Unicode days.
b0459dec 19104
905b7d38
SM
19105 * add-log.el (change-log-fill-forward-paragraph): New function.
19106 (change-log-mode): Use it so fill-region DTRT.
19107 Set fill-indent-according-to-mode here rather than in
19108 change-log-fill-paragraph.
19109 (change-log-fill-paragraph): Remove.
19110
baa7f3de
JB
191112009-09-22 Juanma Barranquero <lekktu@gmail.com>
19112
19113 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19114 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19115
a8d789f0
GM
191162009-09-22 Glenn Morris <rgm@gnu.org>
19117
daedbbc2
GM
19118 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19119 the scroll-bar scroll the calendar window rather than the buffer.
19120
d8899a74
GM
19121 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19122 commands that move point (as opposed to scrolling).
19123
a8d789f0
GM
19124 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19125
19126 * emacs-lisp/elint.el (elint): New custom group.
19127 (elint-log-buffer): Make it a defcustom.
19128 (elint-scan-preloaded, elint-ignored-warnings)
19129 (elint-directory-skip-re): New options.
19130 (elint-builtin-variables): Doc fix.
19131 (elint-preloaded-env): New variable.
19132 (elint-unknown-builtin-args): Add an entry for encode-time.
19133 (elint-extra-errors): Make it a variable rather than a constant.
19134 (elint-preloaded-skip-re): New constant.
19135 (elint-directory): Skip files matching elint-directory-skip-re.
19136 (elint-features): New variable, local to linted buffers.
19137 (elint-update-env): Initialize elint-features. Possibly add
19138 elint-preloaded-env to the buffer's environment.
19139 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19140 Skip quoted forms.
19141 (elint-init-form): New function, extracted from elint-init-env.
19142 Make non-list forms a warning rather than an error.
19143 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19144 easy-menu-define, put that adds an error-condition, and provide.
19145 When requiring cl, also require cl-macs. Really require cl, to handle
19146 some cl macros. Store required libraries in the list elint-features,
19147 so as not to re-load them. Treat cc-require like require.
19148 (elint-init-env): Call elint-init-form to do the work.
19149 Handle eval-and-compile and such like.
19150 (elint-add-required-env): Do not clear messages.
19151 (elint-special-forms): Add handlers for function, defalias, if, when,
19152 unless, and, or.
19153 (elint-form): Add optional argument to ignore elint-special-forms,
19154 useful to prevent recursive calls from handlers. Doc fix.
19155 Respect elint-ignored-warnings.
19156 (elint-form): Respect elint-ignored-warnings.
19157 (elint-bound-variable, elint-bound-function): New variables.
19158 (elint-unbound-variable): Respect elint-bound-variable.
19159 (elint-get-args): Respect elint-bound-function.
19160 (elint-check-cond-form): Add some simple handling for (f)boundp and
19161 featurep tests.
19162 (elint-check-defalias-form): New handler.
19163 (elint-check-let-form): Make an empty let a warning rather than an
19164 error.
19165 (elint-check-setq-form): Make an empty setq a warning rather than an
19166 error. Respect elint-ignored-warnings.
19167 (elint-check-defvar-form): Accept null doc-strings.
19168 (elint-check-conditional-form): New handler. Does some simple-minded
19169 checking of featurep and (f)boundp tests.
19170 (elint-put-function-args): New function.
19171 (elint-initialize): Use elint-scan-doc-file rather than
19172 elint-find-builtin-variables. Use elint-put-function-args.
19173 Possibly scan preloaded-file-list.
19174 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19175 extend to handle functions as well.
19176
245be23c
JB
191772009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19178
19179 * linum.el (linum-delete-overlays, linum-update-window):
19180 Do not modify the right margin. (Bug#3971)
19181
91fdbd6f
CY
191822009-09-21 Chong Yidong <cyd@stupidchicken.com>
19183
6a7662bb
BR
19184 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19185 Use nxml-mode instead of xml-mode.
91fdbd6f 19186
7589d38e
JB
191872009-09-21 Kevin Ryde <user42@zip.com.au>
19188
19189 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19190
5ac42715
SM
191912009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19192
19193 * net/dig.el (dig-mode): Use define-derived-mode.
19194
09c01323
DN
191952009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19196
4096c5f2
DN
19197 * vc-dispatcher.el (vc-do-command): Return the process object in
19198 the asynchronous case. Use when instead of if. Do not run
5480359e 19199 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19200
0e172cc2
DN
19201 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19202 properties to the stash strings.
19203 (vc-git-stash-list): Return a list of strings.
19204 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19205 (vc-git-stash-show-at-point): New functions.
19206 (vc-git-stash-map): New keymap.
19207
03304f31
SM
19208 * register.el (ctl-x-r-map): Define the keys here instead of
19209 using autoload.
09c01323 19210
03304f31 192112009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19212
19213 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19214 list, to workaround performance problem (bug#4485).
19215
2f5fc4d7
NR
192162009-09-20 Nick Roberts <nickrob@snap.net.nz>
19217
19218 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19219
b0f5fd2e
DU
192202009-09-20 Daiki Ueno <ueno@unixuser.org>
19221
19222 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19223 Document that this option is not recommended to use.
19224
f3445fab
GM
192252009-09-19 Glenn Morris <rgm@gnu.org>
19226
547c6921
GM
19227 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19228 variable `var'.
19229
f3445fab
GM
19230 * calc/calc-alg.el (var):
19231 * calc/calcalg2.el (var): Define for compiler.
19232
946c009b
CY
192332009-09-19 Chong Yidong <cyd@stupidchicken.com>
19234
e3f36d03
SM
19235 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19236 Doc fix (Bug#3932).
e2045997 19237
24aedbca
CY
19238 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19239
327dd27a
CY
19240 * time-stamp.el (time-stamp-month-dd-yyyy)
19241 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19242 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19243 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19244 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19245 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19246
946c009b
CY
19247 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19248 indent buffer only if called interactively (Bug#4452).
19249
3e70541a 192502009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19251 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19252
19253 This fixes bug#4197 (merged to bug#865, though not identical).
19254 * server.el (server-auth-dir): Add docstring note about FAT32.
19255 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19256 but warn against using them.
19257
9b94c32e
NR
192582009-09-19 Nick Roberts <nickrob@snap.net.nz>
19259
19260 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19261 older GDB where there is no has_more field.
19262
66590684
GM
192632009-09-19 Glenn Morris <rgm@gnu.org>
19264
19265 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19266
9a1337f9
CY
192672009-09-18 Chong Yidong <cyd@stupidchicken.com>
19268
19269 * files.el (auto-mode-alist): Change default for XML files to nXML
19270 mode (Bug#4169).
19271
d7554167
JB
192722009-09-18 Juanma Barranquero <lekktu@gmail.com>
19273
19274 * server.el (server-ensure-safe-dir): Pass 'integer
19275 to `file-attributes', as suggested.
19276
35a3f9a4
SM
192772009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19278
19279 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19280 (dired-query): Use read-key.
19281
044f9b05
AR
192822009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19283
19284 * cus-start.el (ns-use-qd-smoothing): Remove.
19285
6188ea49
GM
192862009-09-18 Glenn Morris <rgm@gnu.org>
19287
08cf18e4
GM
19288 * allout.el (top-level): Remove unnecessary progn.
19289
07eae5c5
GM
19290 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19291
6726c25e
GM
19292 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19293 definition of abbrev table.
19294
3f527154 19295 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19296 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19297 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19298 * net/newst-backend.el (newsticker--cache-read-feed):
19299 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19300 condition-case handlers.
19301
ccb4c30c
NR
193022009-09-18 Nick Roberts <nickrob@snap.net.nz>
19303
19304 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19305 (gdb-var-list): Add an element for has_more field.
19306 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19307 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19308 (gdb-var-update-handler-1): Parse output of dynamic variable
19309 objects (STL containers).
19310 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19311 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19312
19313 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19314 gdb-var-list.
19315 (gud-speedbar-buttons): Make node expandable if expression "has more"
19316 children.
19317
8686ac71
JB
193182009-09-17 Juanma Barranquero <lekktu@gmail.com>
19319
19320 * startup.el (emacs-quick-startup): Remove variable and all uses.
19321 (command-line): Set `inhibit-x-resources' instead.
19322 (command-line-1): Use `inhibit-x-resources' instead.
19323
a69c67e8
CY
193242009-09-17 Chong Yidong <cyd@stupidchicken.com>
19325
19326 * subr.el: Fix last change to avoid using the `unless' macro,
19327 which breaks bootstrapping.
19328
354f0faf
SM
193292009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19330
19331 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19332 extended definitions, in case we reload subr.el after having
19333 loaded CL.
19334 (eval-next-after-load): Mark as obsolete.
19335
98b9bf40
JL
193362009-09-17 Juri Linkov <juri@jurta.org>
19337
19338 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19339 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19340 (menu-bar-showhide-menu, menu-bar-tools-menu)
19341 (menu-bar-describe-menu, menu-bar-help-menu)
19342 (minibuffer-local-completion-map, minibuffer-local-map):
19343 Fix list quoting.
19344
28fab7b5
GM
193452009-09-17 Glenn Morris <rgm@gnu.org>
19346
88d5190c
GM
19347 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19348 arguments, whether or not it has a handler.
19349
74f24ba7
GM
19350 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19351
28fab7b5
GM
19352 * simple.el (hard-newline): Give it a doc-string.
19353
a8106aec
GM
19354 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19355 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19356
76251ad7
DN
193572009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19358
72033dbe
DN
19359 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19360 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19361 (menu-bar-options-menu, menu-bar-showhide-menu)
19362 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19363 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19364 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19365 (menu-bar-options-menu, menu-bar-tools-menu)
19366 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19367 (menu-bar-help-menu):
19368 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19369 string arguments.
19370
76251ad7
DN
19371 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19372 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19373 calls for the menu names and :help.
19374
97b952b7
SM
193752009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19376
19377 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19378 to :minor-mode-function (bug#4455).
19379
8f38189e
SM
193802009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19381
d2fd733e
SM
19382 * startup.el (command-line): Initialize the window-system after
19383 processing the command-line.
19384
8f38189e
SM
19385 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19386 page-delimiter matches the empty string.
19387
77564fa4
GM
193882009-09-16 Glenn Morris <rgm@gnu.org>
19389
19390 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19391 byte-compile-not-obsolete-var. It's a list now.
19392 (byte-compile-not-obsolete-funcs): New variable.
19393 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19394 byte-compile-not-obsolete-funcs.
19395 (byte-compile-variable-ref, byte-compile-defvar): Update for
19396 byte-compile-not-obsolete-vars name-change and list nature.
19397 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19398 and variables behind (f)boundp tests.
19399 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19400
79d316d3
DN
194012009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19402
19403 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19404
8fed6934
SM
194052009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19406
19407 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19408 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19409 Don't autoload.
19410
4078fd57
SE
194112009-09-15 Stephen Eglen <stephen@gnu.org>
19412
19413 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19414 the virtual-buffers, use the name of the buffer specified by
4078fd57 19415 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19416 problem if the target and the symlink had different names.)
4078fd57 19417
838ff458
SM
194182009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19419
b3c7c12d
SM
19420 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19421
13dc2bc2
SM
19422 * desktop.el (desktop-path): Check user-emacs-directory.
19423
49fec531
SM
19424 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19425
0e328d37
SM
19426 * loadup.el: Use after-load-functions to GC after loading each file.
19427 Remove the explicit GC calls that used to be sprinkled around.
19428
838ff458
SM
19429 * subr.el (after-load-functions): New hook.
19430 (do-after-load-evaluation): Run it. Use string-match-p to detect
19431 `obsolete' packages, rather than painfully extracting the relevant
19432 directory name.
19433
a62f564f
GM
194342009-09-15 Glenn Morris <rgm@gnu.org>
19435
19436 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19437 free variable `doc'.
19438
19439 * dired.el (dired-mode-map): Add menu entry for async shell command.
19440
19441 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19442 variables, also consider the .elc files, since the .el files are
19443 normally gzipped (subsequent code locates the .el.gz from the .elc).
19444
19445 * calc/calc-prog.el (arglist): Define for compiler.
19446
19447 * calendar/diary-lib.el (diary-display-function): Change the default to
19448 fancy display.
19449 (body): Define for compiler.
19450
19451 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19452 (byte-compile-file-form, byte-compile-lambda)
19453 (byte-compile-top-level-body, byte-compile-form)
19454 (byte-compile-variable-ref, byte-compile-setq)
19455 (byte-compile-setq-default, byte-compile-body)
19456 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19457 (batch-byte-compile): Give some more local variables with common names
19458 a "bytecomp-" prefix to avoid masking warnings about free variables.
19459
cd05fe7f
GM
19460 * startup.el (command-line-1): Give local variables with common names a
19461 distinguishing prefix, so as not to hide free variable warnings during
19462 bootstrap.
19463
a62f564f
GM
19464 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19465 clever and add a suffix to make a unique name, just let the user decide
19466 whether or not to overwrite it. If the input is a directory, write the
19467 default filename to that directory. (Bug#4388)
19468 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19469 is a filename-as-a-directory.
19470
fbc88440
SM
194712009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19472
19473 * textmodes/page.el (what-page): Don't move to beginning of line.
19474 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19475
60308853
DN
194762009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19477
19478 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19479
32ba3abc
DN
194802009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19481
9cd39aff
DN
19482 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19483 * help.el (help-for-help-internal): Add purecopy calls for text.
19484
32ba3abc
DN
19485 * vc.el (top): print-log method now takes an optional SHORTLOG
19486 argument. Add a new method: root.
32ba3abc
DN
19487 (vc-root-diff, vc-print-root-log): New functions.
19488 (vc-log-short-style): New variable.
19489 (vc-print-log-internal): Add support for showing short logs.
19490
19491 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19492 vc-print-root-log and vc-print-root-diff.
19493
19494 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19495 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19496 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19497 short logs.
19498
19499 * vc-cvs.el (vc-cvs-print-log):
19500 * vc-mtn.el (vc-mtn-print-log):
19501 * vc-rcs.el (vc-rcs-print-log):
19502 * vc-sccs.el (vc-sccs-print-log):
19503 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19504 that is ignored for now.
19505
837b0e99
DN
19506 * vc-mtn.el (vc-mtn-annotate-command):
19507 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19508
31cd2dd4
SM
195092009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19510
19511 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19512 to function-key-map, and give them ascii-character property.
19513 * term/x-win.el (x-alternatives-map):
19514 * term/ns-win.el (ns-alternatives-map):
19515 * term/internal.el (msdos-key-remapping-map):
19516 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19517
d62e5bf2
GM
195182009-09-14 Glenn Morris <rgm@gnu.org>
19519
19520 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19521 temp-buffers (2009-09-12).
19522
7d0105e5
SM
195232009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19526 the new read-key function.
19527
e17ed9ad
CY
195282009-09-13 Chong Yidong <cyd@stupidchicken.com>
19529
19530 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19531 is defined (Bug#4405).
19532
1fc26e29
CY
195332009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19534
19535 * recentf.el (recentf-cleanup): Use a hash table to find
19536 duplicates (Bug#4407).
19537
61dc96a2 195382009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19539
19540 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19541 kp-0 to ascii equivalents (Bug#4325).
19542
42c3a9e3
CY
195432009-09-13 Chong Yidong <cyd@stupidchicken.com>
19544
1f5c1626
CY
19545 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19546
42c3a9e3 19547 * eshell/em-hist.el:
31cd2dd4
SM
19548 * eshell/em-dirs.el (eshell-complete-user-reference):
19549 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19550
195512009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19552
19553 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19554 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19555 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19556 * eshell/em-hist.el (eshell-history-file-name):
19557 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19558
1e2b6acf
GM
195592009-09-13 Glenn Morris <rgm@gnu.org>
19560
19561 * ediff-merg.el (ediff-do-merge):
19562 * filesets.el (filesets-run-cmd):
19563 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19564 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19565 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19566 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19567 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19568 Replace empty `let's with `progn'.
19569
adba8116
SM
195702009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19571
19572 * mail/sendmail.el (send-mail-function):
19573 * tooltip.el (tooltip-mode):
19574 * simple.el (transient-mark-mode):
19575 * rfn-eshadow.el (file-name-shadow-mode):
19576 * frame.el (blink-cursor-mode):
19577 * font-core.el (global-font-lock-mode):
19578 * files.el (temporary-file-directory)
19579 (small-temporary-file-directory, auto-save-file-name-transforms):
19580 * epa-hook.el (auto-encryption-mode):
19581 * composite.el (global-auto-composition-mode):
19582 Use custom-initialize-delay.
19583 * startup.el (command-line): Don't explicitly call
19584 custom-reevaluate-setting for all the above vars.
19585 * custom.el (custom-initialize-safe-set)
19586 (custom-initialize-safe-default): Delete.
19587
0a4afea9
SM
195882009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19589
9f94990d
SM
19590 * term/x-win.el (x-initialize-window-system):
19591 * term/w32-win.el (w32-initialize-window-system):
19592 * term/ns-win.el (ns-initialize-window-system): Don't call
19593 mouse-wheel-mode since it's enabled globally by default already.
19594
0a4afea9
SM
19595 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19596 actually define the variable, but only silences the byte-compiler.
19597 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19598 before looking it up.
19599 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19600 is changed.
19601
bf01513f
GM
196022009-09-12 Glenn Morris <rgm@gnu.org>
19603
19604 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19605 1000.
19606 (elint-add-required-env): Don't beep on error.
19607 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19608 (elint-init-env): Skip non-list forms.
19609 (elint-log): Handle unknown file positions.
bf01513f 19610
d85889e4
DU
196112009-09-12 Daiki Ueno <ueno@unixuser.org>
19612
19613 * epg.el (epg-make-context): Add autoload cookie.
19614 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19615 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19616 (epg-verify-string, epg-start-sign, epg-sign-file)
19617 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19618 (epg-encrypt-string, epg-start-export-keys)
19619 (epg-export-keys-to-file, epg-export-keys-to-string)
19620 (epg-start-import-keys, epg-import-keys-from-file)
19621 (epg-import-keys-from-string, epg-start-receive-keys)
19622 (epg-receive-keys, epg-import-keys-from-server)
19623 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19624 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19625 (epg-generate-key-from-file, epg-generate-key-from-string):
19626 Remove autoload cookie.
d85889e4 19627
8f825ee6
EZ
196282009-09-12 Eli Zaretskii <eliz@gnu.org>
19629
36b434ee
EZ
19630 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19631 reevaluation of trash-directory.
19632
8f825ee6
EZ
19633 * mwheel.el: Fix last change.
19634 (mouse-wheel-mode): New defvar.
19635 (mouse-wheel-mode): Remove autoload cookie.
19636
5766c380
SM
196372009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19638
ab5c0fcd
SM
19639 * mwheel.el (mwheel-installed-bindings): New var.
19640 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19641 the bindings we set last time. Use custom-initialize-delay.
19642 * loadup.el: Load mwheel after term/*-win.el.
19643 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19644 and mouse-wheel-up-event now that their first evaluation is done
19645 sufficiently late to be correct.
19646
45448e64
SM
19647 * startup.el (tutorial-directory): Make it a defcustom.
19648 Use custom-initialize-delay rather than eval-at-startup to set it.
19649 * image.el (image-load-path): Make it a defcustom.
19650 Use custom-initialize-delay rather than eval-at-startup to set it.
19651 * subr.el (eval-at-startup): Remove.
19652 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19653
5766c380
SM
19654 * subr.el (do-after-load-evaluation): Warn the user after loading an
19655 obsolete package.
19656
d6549da4
GM
196572009-09-12 Glenn Morris <rgm@gnu.org>
19658
19659 * proced.el (proced-mark-alt): Remove alias.
19660 (proced-mode-map): Remove proced-mark-alt.
19661
19662 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19663 Elint file and directory. Remove initialization entry.
19664
19665 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19666 commands.
19667 (elint-current-buffer): Set mode-line-process.
19668 (elint-init-env): Handle define-derived-mode.
19669 Fix declare-function with unspecified arglist. Guard against odd
19670 defalias statements (eg iso-insert's 8859-1-map).
19671 (elint-add-required-env): Use a temp buffer.
19672 (elint-form): Just print the function/macro name, not the whole form.
19673 Return env unchanged if we fail to parse a macro.
19674 (elint-forms): Guard against parse errors.
19675 (elint-output): New function, to handle batch mode.
19676 (elint-log-message): Add optional argument. Use elint-output.
19677 (elint-set-mode-line): New function.
19678
30194d4d
CY
196792009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19680
19681 * emacs-lisp/elp.el (elp-not-profilable): Add more
19682 functions (Bug#4233).
19683
a035f9b0
CY
196842009-09-12 Chong Yidong <cyd@stupidchicken.com>
19685
19686 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19687 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19688
dad61164
NR
196892009-09-11 Nick Roberts <nickrob@snap.net.nz>
19690
19691 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19692 (gdb-var-list-children): Use json parsing.
19693
9c3c9fdf 196942009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19695
19696 * progmodes/js.el (js--proper-indentation): Handle the case where
19697 char-before is null. Reported by Deniz Dogan.
19698
b4587710
JB
196992009-09-11 Juanma Barranquero <lekktu@gmail.com>
19700
19701 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19702
13890796
DU
197032009-09-11 Daiki Ueno <ueno@unixuser.org>
19704
19705 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19706 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19707 (epg-context-set-passphrase-callback)
97d4bdba 19708 (epg-context-set-progress-callback): Add description about
b18508dd 19709 callback function.
13890796 19710
2efb64a8
SM
197112009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19712
790d0270
SM
19713 * custom.el (custom-delayed-init-variables): New var.
19714 (custom-initialize-delay): New function.
19715 * startup.el (command-line): "Re"evaluate all vars in
19716 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19717 explicitly any more.
19718 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19719 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19720
19721 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19722
ac243a40
NR
197232009-09-11 Nick Roberts <nickrob@snap.net.nz>
19724
19725 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19726 (gdb-var-update-handler): Use json parsing.
19727
657bc6fc
JB
197282009-09-11 Juanma Barranquero <lekktu@gmail.com>
19729
19730 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19731 decode annotated text, regardless of language environment. (Bug#2741)
19732
b6fe8102
SM
197332009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19734
19735 * Makefile.in (autoloads): Make rmail.el writable as well.
19736
5cc443fe
GM
197372009-09-11 Glenn Morris <rgm@gnu.org>
19738
5515c54e
GM
19739 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19740 loaddefs.el.
19741 * dired.el: Regenerate with extracted autoloads.
19742 * Makefile.in (autoloads): Make dired.el writable.
19743
15067158
GM
19744 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19745 * ibuffer.el: Regenerate with extracted autoloads.
19746 * Makefile.in (autoloads): Make ibuffer.el writable.
19747
d35d0238
GM
19748 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19749 * version.el (emacs-copyright, emacs-major-version)
19750 (emacs-minor-version): Reformat doc-strings for make-docfile.
19751
5cc443fe
GM
19752 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19753 functions and variables, since they must be stuff specific to some other
19754 platform.
19755 (apropos-print): Make mouse-click message less specific about button.
19756
19757 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19758 that records where a macro was defined.
19759 * help-fns.el (describe-function-1): Mention if a function has a
19760 compiler-macro.
19761 * help-mode.el (help-function-cmacro): New button.
19762
19763 * locate.el (top-level): Always require dired.
19764 (locate-mode-map): Initialize inside the defvar.
19765
19766 * net/ange-ftp.el (dired-compress-file): Declare.
19767 (ange-ftp-dired-compress-file): Add doc string.
19768
19769 * term/ns-win.el (x-display-name, x-setup-function-keys):
19770 Unify doc-strings with X versions.
19771
8cb95edf
SM
197722009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19773
726a4d09
SM
19774 * emulation/crisp.el (crisp-mode-map): Move initialization
19775 into declaration.
19776 (crisp-mode): Use define-minor-mode.
19777
8cb95edf
SM
19778 * progmodes/xscheme.el (xscheme-evaluation-commands):
19779 Put a :advertised-binding property rather than using
19780 advertised-xscheme-send-previous-expression.
19781 (advertised-xscheme-send-previous-expression): Declare obsolete.
19782 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19783 `advertised-undo'.
19784 (crisp-mode): Add corresponding bindings to
19785 undo's :advertised-binding instead.
19786 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19787 than using dired-advertised-find-file.
19788 (dired-advertised-find-file):
19789 * simple.el (advertised-undo):
19790 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19791 (widget-keymap): Put a :advertised-binding property rather
19792 than using advertised-widget-backward.
19793 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19794 than using advertised-undo.
19795 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19796
07db5857
SS
197972009-09-10 Simon South <ssouth@slowcomputing.org>
19798
19799 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19800 Mark mode is enabled and region is active; otherwise indent or
19801 insert TAB as usual.
19802 (delphi-mode): Update description of TAB-key binding.
19803
50d4ba39
SM
198042009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19805
19806 * subr.el (define-key-rebound-commands): Mark obsolete.
19807 * startup.el (precompute-menubar-bindings): Remove.
19808 (normal-top-level): Remove obsolete code that tried to precompute
19809 menubar bindings.
19810 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19811 define-key-rebound-commands and precompute-menubar-bindings.
19812
ffa894db
KY
198132009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19814
19815 * net/imap.el (imap-interactive-login): Better messages.
19816 (imap-open): Fix bug with renamed buffer on reconnect.
19817 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19818 for easier debugging and cleaner code. On successful (guessed based on
19819 server capabilities) secondary authentication, set imap-state
19820 correctly.
19821 (imap-last-authenticator): Define imap-last-authenticator as a variable
19822 to avoid warnings.
19823
9477096c
GM
198242009-09-10 Glenn Morris <rgm@gnu.org>
19825
19826 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19827
19828 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19829 (byte-compile-file-form-autoload): Don't warn about unknown functions
19830 where the autoload statement comes after the use.
19831 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19832 that any handlers inside the body (eg require) are in turn respected.
19833
19834 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19835 effects.
19836
19837 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19838 and syntax and abbrev tables basic docs, if they don't have any.
19839
19840 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19841
19842 * international/mule-cmds.el (top-level): Require cl when compiling.
19843 (view-hello-file): Use default-value rather than
19844 default-enable-multibyte-characters.
19845
19846 * progmodes/fortran.el: Move all safe and risky properties into the
19847 defcustoms.
19848
19849 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19850 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19851 * mail/undigest.el:
19852 Put autoloads in rmail.el rather than loaddefs.el.
19853 * mail/rmail.el: Regenerate with extracted autoloads.
19854
19855 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19856 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19857
9f16c547
NR
198582009-09-10 Nick Roberts <nickrob@snap.net.nz>
19859
19860 Reported in thread for Bug#4375.
19861 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19862 "-data-evaluate-expression" instead of print.
19863 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19864 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19865 (gdb): Revert 2009-08-11 change. User should detach inferior
19866 manually.
9f16c547
NR
19867
19868 Remove the word "separate" from IO functions as inferior
19869 output is now never displayed in the GUD buffer.
19870
50405cd0
JB
198712009-09-10 Juanma Barranquero <lekktu@gmail.com>
19872
19873 * startup.el (command-line-normalize-file-name): On Windows and
19874 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19875
7ae62430
JL
198762009-09-10 Juri Linkov <juri@jurta.org>
19877
19878 * isearch.el (isearch-text-char-description): Propertize escape
19879 character sequences with the `escape-glyph' face. (Bug#4344)
19880
19881 * simple.el (shell-command): Set asynchronous process filter to
19882 `comint-output-filter'. (Bug#4343)
19883
19884 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19885 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19886 the list. Move "asm" to the bottom.
19887 (grep-find-ignored-directories): Add `choice' with nil value
19888 to empty the list easily.
19889 (grep-find-ignored-files): New option.
19890 (grep-files-history): Set to nil by default instead of '("ch" "el").
19891 (grep-compute-defaults): Add "<X>" to `grep-template'.
19892 (grep-read-files): Bind new local variables `default-alias' and
19893 `default-extension'. Use a list of default values for the file prompt.
19894 (lgrep): Add `--exclude=' command line options composed from
19895 `grep-find-ignored-files'.
19896 (rgrep): Add `-name' command line options composed from
19897 `grep-find-ignored-files'. (Bug#4301)
19898
cd875252
SM
198992009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19900
19901 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19902 (bug#4368).
19903
cdce0b33
KY
199042009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19905
19906 * calendar/time-date.el (autoload):
19907 Expand define-obsolete-function-alias into defalias and make-obsolete
19908 for old Emacsen that Gnus supports.
19909 (with-no-warnings): Define it for old Emacsen.
19910 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19911 is available.
19912 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19913 float-time is available; suppress compile warning for time-to-seconds.
19914
199152009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19916
19917 * net/imap.el (imap-message-map): Docstring fix.
19918
2b2eb431
GM
199192009-09-09 Glenn Morris <rgm@gnu.org>
19920
19921 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19922 line numbers too. (Bug#4374)
19923
83a5aac5
SM
199242009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19925
755e0210
SM
19926 * smerge-mode.el (smerge-remove-props, smerge-refine):
19927 Use with-silent-modifications (bug#4342).
19928
83a5aac5
SM
19929 * subr.el (with-silent-modifications): New macro.
19930
79f01fa7
JB
199312009-09-07 Juanma Barranquero <lekktu@gmail.com>
19932
19933 * files.el (top-level): Require `cl' when compiling.
19934
448ecec3
GM
199352009-09-07 Glenn Morris <rgm@gnu.org>
19936
19937 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19938
8f09a02f
GM
19939 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19940 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19941
76ff67bf
NR
199422009-09-06 Nick Roberts <nickrob@snap.net.nz>
19943
19944 * vc-git.el (vc-git-annotate-command): Use separator to parse
19945 arguments correctly.
19946
943c8b75
EZ
199472009-09-06 Eli Zaretskii <eliz@gnu.org>
19948
19949 * proced.el (proced-mode): Doc fix.
19950
680db9ac
MA
199512009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19952
19953 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19954 lstat fails.
19955 (tramp-do-file-attributes-with-ls): Check for file existence at
19956 remote end.
19957 (tramp-do-file-attributes-with-stat): Likewise.
19958 (tramp-convert-file-attributes): Return nil when attr is nil.
19959
3f12e5bd
GM
199602009-09-05 Glenn Morris <rgm@gnu.org>
19961
c8dc27bf
GM
19962 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19963 properties to this button.
19964 (diary-fancy-display): Don't extend the button to the final newline.
19965 (diary-fancy-display-mode): Continue to define "q" as a local key.
19966
cca065d8
GM
19967 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19968 efficient.
19969
cddaedb6
GM
19970 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19971
3f12e5bd
GM
19972 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19973 (byte-compile-dest-file-function): New option.
19974 (byte-compile-dest-file): Doc fix.
19975 Obey byte-compile-dest-file-function.
19976 (byte-compile-cl-file-p): New function.
19977 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19978 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19979 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19980 than for file being previously loaded.
19981 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19982 (byte-compile-file-form-require): Handle the case where requiring a file
19983 indirectly causes CL to be loaded.
19984
049a231b
KF
199852009-09-05 Karl Fogel <kfogel@red-bean.com>
19986
19987 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19988 before killing the old buffer, since by the time `kill-buffer' is
19989 run so many buffer variables have been set to nil that it may not
19990 behave as expected. (Bug#4061)
19991
ef7ef2a0
KF
199922009-09-05 Karl Fogel <kfogel@red-bean.com>
19993
19994 * files.el (find-alternate-file): If the old buffer is modified
19995 and visiting a file, behave similarly to `kill-buffer' when
19996 killing it, thus reverting to the pre-1.878 behavior; see
19997 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19998 for discussion. Also, consult `buffer-file-name' as a variable
19999 not as a function, for consistency with the rest of the code.
20000
73d854cd
MA
200012009-09-04 Michael Albinus <michael.albinus@gmx.de>
20002
20003 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
20004 also when adding a new directory.
20005
6a7662bb
BR
20006 * net/tramp-compat.el (tramp-compat-line-beginning-position):
20007 New defun.
73d854cd 20008
df120481
SM
200092009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
20010
20011 * files.el (locate-file-completion-table): Make it provide boundary
20012 information, so partial-completion works better.
20013
c0bc6d79
SM
200142009-09-04 Leo <sdl.web@gmail.com> (tiny change)
20015
20016 * mail/footnote.el (Footnote-text-under-cursor):
20017 Check footnote-text-marker-alist before using it (bug#4324).
20018
f76a9756
GM
200192009-09-04 Glenn Morris <rgm@gnu.org>
20020
67d110f1
GM
20021 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
20022 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
20023 * play/solitaire.el, play/tetris.el:
20024 Remove leading * from defcustom and defface docs.
20025
b42d4989
GM
20026 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20027 necessary.
20028 (diary-fancy-overriding-map): New variable.
20029 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20030 Use view-mode.
20031
f76a9756
GM
20032 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20033 goto-line.
20034
e605eeeb
GM
200352009-09-03 Glenn Morris <rgm@gnu.org>
20036
597e2240
GM
20037 * arc-mode.el (archive-mode):
20038 * dos-fns.el (set-default-process-coding-system):
20039 * man.el (Man-getpage-in-background):
20040 * menu-bar.el (menu-bar-describe-menu):
20041 * server.el (server-process-filter):
20042 * startup.el (command-line):
20043 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20044 * w32-fns.el (set-default-process-coding-system):
20045 * x-dnd.el (x-dnd-handle-file-name):
20046 * international/mule-cmds.el (mule-menu-keymap)
20047 (set-default-coding-systems, language-info-alist, set-language-info)
20048 (set-language-environment, standard-display-european-internal)
20049 (set-locale-environment):
20050 * international/mule-diag.el (mule-diag):
20051 * mail/emacsbug.el (report-emacs-bug):
20052 * mail/rmail.el (rmail-mode):
20053 * mail/sendmail.el (mail-setup):
20054 Use default-value rather than default-enable-multibyte-characters.
20055
f38184aa
GM
20056 * progmodes/f90.el: Move all safe properties into the defcustoms.
20057 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20058
e605eeeb
GM
20059 * calendar/appt.el (appt-check):
20060 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20061 (diary-check-diary-file, diary-list-entries)
20062 (diary-include-other-diary-files, diary-simple-display)
20063 (diary-fancy-display, diary-print-entries)
20064 (diary-mark-included-diary-files, diary-make-entry):
20065 Don't call substitute-in-file-name on diary-file.
20066
734db384 200672009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20068 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20069
20070 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20071 (footnote-mode-map): Move initialization into the declaration.
20072 (footnote-minor-mode-map): Define it rather than changing global-map.
20073 (footnote-mode): Use define-minor-mode.
20074
e5aa47f9
MA
200752009-09-02 Michael Albinus <michael.albinus@gmx.de>
20076
20077 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20078 (tramp-do-file-attributes-with-perl)
20079 (tramp-do-file-attributes-with-stat): Rename from
20080 `tramp-handle-file-attributes-with-*'.
20081 (tramp-handle-file-attributes): Use them.
20082 (tramp-do-directory-files-and-attributes-with-perl)
20083 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20084 `tramp-handle-directory-files-and-attributes-with-*'.
20085 (tramp-handle-directory-files-and-attributes): Use them.
20086 (tramp-method-out-of-band-p): Additional parameter SIZE.
20087 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20088 (tramp-handle-write-region): Use it.
734db384 20089 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20090 (tramp-handle-vc-registered): Check, whether the first run did
20091 return files to be tested.
20092 (tramp-advice-make-auto-save-file-name): Do not call directly
20093 `tramp-handle-make-auto-save-file-name', because this would bypass
20094 the locking mechanism.
20095
734db384 20096 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20097 (file-remote-p, process-file, start-file-process, set-file-times)
20098 (tramp-compat-file-attributes): Compatibility functions shall not
20099 call directly `tramp-handle-*', because this would bypass the
20100 locking mechanism.
20101 (tramp-compat-number-sequence): New defun.
20102
6e2ca895
GM
201032009-09-02 Glenn Morris <rgm@gnu.org>
20104
697c7714
GM
20105 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20106 alias for float-time.
20107 (time-to-number-of-days): In Emacs, use float-time.
20108 * net/newst-backend.el (time-add): Suppress warnings from compat
20109 function.
20110 * time.el (emacs-uptime, emacs-init-time):
20111 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20112 Use float-time rather than time-to-seconds.
20113
6e2ca895
GM
20114 * minibuffer.el (completion-initials-expand): Fix typo.
20115
20116 * faces.el (modeline, modeline-inactive, modeline-highlight)
20117 (modeline-buffer-id):
20118 * info.el (info-menu-5): Mark these face aliases as obsolete.
20119
ed17efec
NR
201202009-09-01 Nick Roberts <nickrob@snap.net.nz>
20121
20122 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20123 space ...
20124 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20125 no "--thread" option.
20126 (gdb-stopped): Don't print "Switched to thread" message when it is
20127 unchanged.
20128
fcb68f70
SM
201292009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * minibuffer.el (completion-try-completion)
20132 (completion-all-completions): Remove ill-defined (and
20133 mistakenly installed and luckily never used nor documented)
20134 `completion-styles' property.
20135 (completion-initials-expand, completion-initials-all-completions)
20136 (completion-initials-try-completion): New functions.
20137 (completion-styles-alist): Add doc to each entry.
20138 Add new `initials' entry.
20139
83318a6d
NR
201402009-09-01 Nick Roberts <nickrob@snap.net.nz>
20141
20142 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20143 MI command -var-evaluate-expression.
20144 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20145 and tweak for case of string child.
734db384 20146 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20147
d63eb0e7
GM
201482009-09-01 Glenn Morris <rgm@gnu.org>
20149
c4f6e489
GM
20150 * add-log.el (change-log-date-face, change-log-name-face)
20151 (change-log-email-face, change-log-file-face, change-log-list-face)
20152 (change-log-conditionals-face, change-log-function-face)
20153 (change-log-acknowledgement-face):
20154 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20155 (custom-modified-face, custom-set-face, custom-changed-face)
20156 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20157 (custom-documentation-face, custom-state-face, custom-comment-face)
20158 (custom-comment-tag-face, custom-variable-tag-face)
20159 (custom-variable-button-face, custom-face-tag-face)
20160 (custom-group-tag-face-1, custom-group-tag-face):
20161 * diff-mode.el (diff-header-face, diff-file-header-face)
20162 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20163 (diff-added-face, diff-changed-face, diff-function-face)
20164 (diff-context-face, diff-nonexistent-face):
20165 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20166 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20167 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20168 (Info-title-4-face):
20169 * isearch.el (isearch-lazy-highlight-face):
20170 * log-view.el (log-view-file-face, log-view-message-face):
20171 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20172 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20173 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20174 (cvs-msg-face):
20175 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20176 (smerge-base-face, smerge-markers-face):
20177 * wid-edit.el (widget-documentation-face, widget-button-face)
20178 (widget-field-face, widget-single-line-field-face)
20179 (widget-inactive-face, widget-button-pressed-face):
20180 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20181 (woman-addition-face):
2fb1ec93
GM
20182 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20183 (eshell-ls-executable-face, eshell-ls-readonly-face)
20184 (eshell-ls-unreadable-face, eshell-ls-special-face)
20185 (eshell-ls-missing-face, eshell-ls-archive-face)
20186 (eshell-ls-backup-face, eshell-ls-product-face)
20187 (eshell-ls-clutter-face):
20188 * eshell/em-prompt.el (eshell-prompt-face):
20189 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20190 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20191 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20192 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20193 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20194 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20195 (antlr-font-lock-literal-face):
c4f6e489
GM
20196 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20197 (ebrowse-root-class-face, ebrowse-file-name-face)
20198 (ebrowse-default-face, ebrowse-member-attribute-face)
20199 (ebrowse-member-class-face, ebrowse-progress-face):
20200 * progmodes/make-mode.el (makefile-space-face):
20201 * progmodes/sh-script.el (sh-heredoc-face):
20202 * textmodes/flyspell.el (flyspell-incorrect-face)
20203 (flyspell-duplicate-face):
20204 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20205 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20206 Mark face aliases with "-face" suffix as obsolete.
20207
d80619fa
GM
20208 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20209 compiler.
20210
5f68c1b7
GM
20211 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20212 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20213 easy-menu-define wants to modify these.
20214
20215 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20216
20217 * net/browse-url.el (browse-url-file-url):
20218 * term/internal.el (dos-codepage-setup):
20219 Use default-value rather than default-enable-multibyte-characters.
20220
d80619fa 20221 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20222 * progmodes/flymake.el (flymake-highlight-line)
20223 (flymake-goto-file-and-line, flymake-goto-line):
20224 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20225 (gdb-goto-breakpoint):
20226 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20227 * progmodes/python.el (python-find-function)
20228 (python-pdbtrack-track-stack-file):
20229 * progmodes/verilog-mode.el (verilog-surelint-off):
20230 * term/ns-win.el (ns-open-file-select-line):
20231 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20232 Use forward-line rather than goto-line.
20233
d63eb0e7
GM
20234 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20235 * textmodes/reftex-index.el (reftex-display-index):
20236 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20237 * textmodes/reftex-toc.el (reftex-toc):
20238 Remove unnecessary bindings of default-major-mode (all are followed by
20239 major-mode check and possible mode switch).
20240
0afad278
NR
202412009-08-31 Nick Roberts <nickrob@snap.net.nz>
20242
20243 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20244 Handle watchpoints (bug#4282).
20245 (def-gdb-thread-buffer-command): Enable thread to be selected by
20246 clicking without selecting threads buffer first.
20247 (gdb-current-context-command): Use selected frame so that "up",
20248 "down" etc work in the GUD buffer.
20249 (gdb-update): Find selected frame before rendering stack buffer.
20250 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20251
4e135dd2
SM
202522009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20253
20254 * progmodes/sym-comp.el (displayed-completions): Remove.
20255 (symbol-complete): Use minibuffer-complete.
20256
e61eba34
GM
202572009-08-31 Glenn Morris <rgm@gnu.org>
20258
20259 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20260
734db384
SM
20261 * apropos.el (apropos-symbols-internal):
20262 Handle (obsolete) face aliases.
e61eba34
GM
20263
20264 * faces.el (describe-face): Adjust the output format to be more like
20265 describe-variable, and to mention (obsolete) face aliases.
20266 Adjust the whitespace so that help-setup-xref works.
20267
20268 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20269 * calendar/diary-lib.el (diary-button-face):
20270 Mark these face aliases as obsolete.
20271
20272 * calendar/calendar.el (calendar-today): Doc fix.
20273
4cf71456
NR
202742009-08-31 Nick Roberts <nickrob@snap.net.nz>
20275
20276 * progmodes/gdb-mi.el (gdb-control-all-threads)
20277 (gdb-control-current-thread): Force tool bar update.
20278 (gdb-non-stop-handler): New function.
20279 (gdb-init-1): Use it to test if non-stop mode is supported.
20280 Remove unused gdbmi buffer type.
20281
e61eba34 202822009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20283
20284 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20285 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20286
4324f7ca
NR
202872009-08-30 Nick Roberts <nickrob@snap.net.nz>
20288
20289 * comint.el (comint-exec-1): Check command is non-null first.
20290 Part of gdb-mi.el change (2009-08-28).
20291
a1bf889a
SM
202922009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20293
20294 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20295
060c08b5
JB
202962009-08-30 Juanma Barranquero <lekktu@gmail.com>
20297
20298 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20299 instead of `dolist' to avoid a recursive require when bootstrapping.
20300
ab22be48
SM
203012009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20302
73ebf88f
SM
20303 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20304
80629cfc
SM
20305 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20306
206d0387 20307 * net/imap.el (imap-send-command): Simplify.
734db384 20308 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20309
844f7784
SM
20310 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20311
5ca4661e
SM
20312 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20313 with constant argument.
20314
c61dc887
SM
20315 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20316
7eb73deb
SM
20317 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20318
5fe443de
SM
20319 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20320 Change default, since most of our files don't have a history.
20321 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20322 the user.
20323
6444d64a
SM
20324 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20325 Add comint-run.
20326
5cb16bfc
SM
20327 * calc/calc.el: Improve commenting convention.
20328 (calc-digit-map, toplevel): Simplify.
20329
0aeb71a7
SM
20330 * comint.el (comint-insert-input): Be careful to only set point if we
20331 don't delegate to some other command.
20332
9a9af856
SM
20333 * proced.el (proced-signal-list): Make it an alist.
20334 (proced-grammar-alist): Capitalize names.
20335 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20336 Disable undo manually and make it read-only.
20337 Use completion-annotate-function.
20338
ab22be48
SM
20339 * minibuffer.el (minibuffer-message): If the current buffer is not
20340 a minibuffer, insert the message in the echo area rather than at the
20341 end of the buffer.
20342 (completion-annotate-function): New variable.
20343 (minibuffer-completion-help): Use it.
20344 (completion--embedded-envvar-table): Environment vars are
20345 always case-sensitive.
20346
4a948dbf
GM
203472009-08-30 Glenn Morris <rgm@gnu.org>
20348
20349 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20350 from fortran-current-defun.
20351 (fortran-beginning-of-subprogram): Be more precise about finding the
20352 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20353 (fortran-end-of-subprogram): Simplify.
20354 (fortran-current-defun): Use fortran-start-prog-re.
20355
486cf3b8
JB
203562009-08-29 Juanma Barranquero <lekktu@gmail.com>
20357
20358 * subr.el (do-after-load-evaluation): Simplify.
20359
db167d28
DN
203602009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20361
20362 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20363
20364 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20365 (vc-rcs-print-log): Use it.
20366
20367 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20368
efbc652a
SM
203692009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20370
2aa0e5bf
SM
20371 * paths.el (abbrev-file-name): Move to abbrev.el.
20372 * abbrev.el (abbrev-file-name): Move from paths.el.
20373 Obey user-emacs-directory.
20374 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20375 user-emacs-directory.
20376 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20377 abbrev-file-name and calc-settings-file any more.
20378 * startup.el (command-line): Recompute abbrev-file-name and
20379 abbreviated-home-dir.
20380 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20381 of the special code for when C-h bindings haven't been changed.
20382 (display-startup-echo-area-message): Use with-current-buffer.
20383 (command-line-1): Use a list of strings, rather than a list of lists
20384 of strings for longopts.
20385
51da8fe2
SM
20386 * files.el (get-free-disk-space): Use / for default-directory.
20387
0c3cc4dd
SM
20388 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20389 Use with-current-buffer.
20390
d988dbf6
SM
20391 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20392 Recognize immutable variables like most-positive-fixnum.
20393 (byte-compile-setq-default): Check and warn if trying to assign
20394 to an immutable variable, or a non-variable.
20395
efbc652a
SM
20396 * progmodes/cc-vars.el (c-comment-continuation-stars):
20397 * progmodes/cc-engine.el (c-looking-at-bos):
20398 * progmodes/cc-cmds.el (c-toggle-auto-state)
20399 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20400 (c-comment-line-break-function): Add version of obsolescence.
20401
d30a05d1
JL
204022009-08-28 Juri Linkov <juri@jurta.org>
20403
20404 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20405 associated with `archive-mode'.
20406
20407 * image.el (image-type-header-regexps): Use only JPEG magic number
20408 to determine JPEG images, and don't use `image-jpeg-p' because
20409 Emacs can display non-JFIF non-Exif JPEG images.
20410
1e8eecea
JB
204112009-08-28 Juanma Barranquero <lekktu@gmail.com>
20412
20413 * arc-mode.el (archive-mode):
20414 * emacs-lisp/re-builder.el (re-builder-unload-function):
20415 Protect against the default value of `major-mode' being nil.
20416
dd4fbf56
JB
204172009-08-28 Juanma Barranquero <lekktu@gmail.com>
20418
20419 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20420 Fix typos in docstrings.
20421
20422 * progmodes/js.el (js--macro-decl-re): Doc fix.
20423 (js--plain-method-re, js--split-name): Refloc docstring.
20424 (js--class-styles, js--make-merged-item, js--splice-into-items):
20425 Fix typos in docstrings; reflow docstrings.
20426 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20427 (js--variable-decl-matcher, js--inside-pitem-p)
20428 (js--parse-state-at-point, js--get-all-known-symbols)
20429 (js--symbol-history, js-find-symbol, js--js-references)
20430 (js--moz-interactor, js--js-encode-value, js--read-tab):
20431 Fix typos in docstrings.
20432
72f16325
SM
204332009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20434
14acf2f5
SM
20435 * textmodes/reftex.el (reftex-get-file-buffer-force):
20436 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20437 * emulation/viper.el (viper-go-away, viper-set-hooks):
20438 * emacs-lisp/re-builder.el (re-builder-unload-function):
20439 * emacs-lisp/bytecomp.el (byte-compile-file):
20440 * ses.el (ses-unload-function):
20441 * hexl.el (hexl-find-file):
20442 * files.el (normal-mode):
20443 * ehelp.el (with-electric-help):
20444 * autoinsert.el (auto-insert-alist):
20445 * arc-mode.el (archive-mode):
20446 Use (default-value 'major-mode) instead of default-major-mode.
20447
72f16325
SM
20448 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20449 * international/mule.el (load-with-code-conversion):
20450 * emacs-lisp/debug.el (debug):
20451 * ediff-vers.el (ediff-rcs-get-output-buffer):
20452 * dired.el (dired-internal-noselect): Don't let-bind
20453 default-major-mode around code that doesn't use it.
20454 E.g. buffer creation via get-buffer-create doesn't use it.
20455
aa485f7c
MA
204562009-08-28 Michael Albinus <michael.albinus@gmx.de>
20457
20458 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20459 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20460 when writing the temp file. Otherwise, epa-file gets confused.
20461 (tramp-register-file-name-handlers): Make it a defun. Move also
20462 `epa-file-handler' to the front of `file-name-handler-alist'.
20463
204642009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20465
20466 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20467 start right after a ^M.
20468 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20469 (tramp-completion-file-name-regexp-separate)
20470 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20471 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20472 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20473 (tramp-completion-file-name-handler): Apply the checks here,
20474 instead during registration.
88b5a757 20475 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20476 `tramp-register-file-name-handler'. Register both
20477 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20478 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20479
3f0c2b92
NR
204802009-08-28 Nick Roberts <nickrob@snap.net.nz>
20481
72f16325
SM
20482 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20483 Remove variable ...
3f0c2b92
NR
20484 (gdb-init-1, gdb-display-separate-io-buffer)
20485 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20486 references to it.
20487 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20488 (gdb-inferior-filter): Use comint-output-filter to stop
20489 echoing and remove ^M characters.
20490
705e5bd9
SM
204912009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20492
009fdc2e
SM
20493 * emulation/viper-init.el (viper-restore-cursor-type):
20494 * emulation/cua-base.el (cua--update-indications):
20495 Replace default-cursor-type with (default-value 'cursor-type).
20496
b56a5ae0
SM
20497 * mail/sendmail.el (mail-recover-1):
20498 * international/mule-diag.el (describe-current-coding-system-briefly)
20499 (describe-current-coding-system):
20500 * international/mule-cmds.el (select-safe-coding-system)
20501 (select-message-coding-system)
20502 (set-language-environment-coding-systems, set-locale-environment):
20503 * hexl.el (hexl-insert-multibyte-char):
20504 * dos-w32.el (find-buffer-file-type-coding-system):
20505 * simple.el (what-cursor-position):
20506 Replace uses of default-buffer-file-coding-system
20507 with (default-value 'buffer-file-coding-system).
20508
de70529f
SM
20509 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20510 Replace uses of default-cursor-in-non-selected-windows
20511 with (default-value 'cursor-in-non-selected-windows).
20512 Use with-current-buffer.
20513
705e5bd9
SM
20514 * mail/feedmail.el: Use CL macros.
20515 (feedmail-run-the-queue, feedmail-send-it-immediately):
20516 * dos-w32.el (find-buffer-file-type): Replace uses of
20517 default-buffer-file-type with (default-value 'buffer-file-type).
20518
4d985ac2
GM
205192009-08-28 Glenn Morris <rgm@gnu.org>
20520
20521 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20522 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20523 Use default-value of major-mode rather than default-major-mode.
20524
17c15b81
SM
205252009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20526
3a68ab06
SM
20527 * Makefile.in (update-elcfiles): Report left over elc files.
20528
9421bdd1
SM
20529 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20530 expand-file-name and with-current-buffer.
20531 (mail-get-names, mail-directory): Use with-current-buffer.
20532
17c15b81
SM
20533 * vc.el (vc-read-revision): New function.
20534 (vc-version-diff, vc-merge): Use it.
20535
ba83a64e
SS
205362009-08-27 Sam Steingold <sds@gnu.org>
20537
20538 * simple.el (kill-do-not-save-duplicates): New user option.
20539 (kill-new): When it is non-nil, and the new string is the same as
20540 the latest kill, set replace to t to avoid duplicates in kill-ring.
20541
be3e598a 205422009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20543
20544 * net/tramp.el (tramp-handle-process-file): Do not flush all
20545 caches when `process-file-side-effects' is set.
20546 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20547 instead of `tramp-find-file-exists-command'.
20548 Unset `process-file-side-effects'.
d5b5c94a
MA
20549
205502009-08-27 Michael Albinus <michael.albinus@gmx.de>
20551
20552 * net/tramp.el (tramp-methods): New method "rsyncc".
20553 (top): Add completion function for "rsyncc".
20554 (tramp-message-show-message): New defvar.
20555 (tramp-message, tramp-error): Use it.
20556 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20557 remote copying.
20558 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20559 `tramp-methods' entry `copy-env' of "rsyncc".
20560 (tramp-vc-registered-read-file-names): New defconst.
20561 (tramp-vc-registered-file-names): New defvar.
20562 (tramp-handle-vc-registered): Implement optimization strategy.
20563 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20564 (tramp-vc-file-name-handler): New defun.
20565 (tramp-get-ls-command, tramp-get-test-command)
20566 (tramp-get-file-exists-command, tramp-get-remote-ln)
20567 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20568 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20569
20570 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20571 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20572 timestamps.
20573 (tramp-get-file-property): Check for timestamps in
20574 `tramp-cache-inhibit-cache'.
20575 (tramp-set-file-property): Write timestamp.
20576
1339cf20
KH
205772009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20578
20579 * language/japan-util.el (japanese-symbol-table): Add entries for
20580 cp932-2-byte.
20581
20582 * international/characters.el: Add category `j' to cp932-2-byte.
20583
726e3f1d
KH
205842009-08-27 Kenichi Handa <handa@m17n.org>
20585
20586 * international/fontset.el (build-default-fontset-data): New macro.
20587 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20588 tibetan, ethiopic, and ipa.
726e3f1d 20589
4e3b4528
SM
205902009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20591
20592 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20593 (enable-multibyte-characters): Not customizable any more.
20594
20595 * subr.el (default-mode-line-format, default-header-line-format)
20596 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20597 (default-direction-reversed, default-truncate-lines)
20598 (default-left-margin, default-tab-width, default-case-fold-search)
20599 (default-left-margin-width, default-right-margin-width)
20600 (default-left-fringe-width, default-right-fringe-width)
20601 (default-fringes-outside-margins, default-scroll-bar-width)
20602 (default-vertical-scroll-bar, default-indicate-empty-lines)
20603 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20604 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20605 (default-scroll-down-aggressively, default-fill-column)
20606 (default-cursor-type, default-buffer-file-type)
20607 (default-cursor-in-non-selected-windows)
20608 (default-buffer-file-coding-system, default-major-mode)
20609 (default-enable-multibyte-characters): Mark as obsolete.
20610
b3cca6a6
DN
206112009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20612
652cc1a2
DN
20613 * vc-dir.el (vc-dir-update): Remove debug helper.
20614
b3cca6a6
DN
20615 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20616
4ed8c7aa
SS
206172009-08-26 Sam Steingold <sds@gnu.org>
20618
20619 * simple.el (save-interprogram-paste-before-kill): New user option.
20620 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20621 save the interprogram-paste into kill-ring before overriding it
20622 with the Emacs kill.
20623
3b64d86b
DN
206242009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20625
20626 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20627 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20628 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20629 and move to vc-rcs.el.
20630 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20631 move to vc-rcs.el.
20632 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20633 (vc-rcs-update-changelog): Remove.
20634 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20635 and move to vc-rcs.el.
20636
20637 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20638 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20639 renaming.
20640 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20641 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20642 vc.el, renamed to be RCS specific.
20643
72f16325
SM
20644 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20645 New functions.
20646 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20647
20648 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20649 New functions.
20650
636a36a0
SM
206512009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20654
239b3340
DN
206552009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20656
b91f0762 20657 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20658 (vc-git-stash, vc-git-stash-show): New functions.
20659 (vc-git-extra-menu-map): Bind them.
b91f0762 20660
b8e54362
DN
20661 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20662 directory correctly in case the item is a directory itself.
20663
239b3340
DN
20664 * vc.el: Document the desired behavior for reverted files in the
20665 `added' state.
dc810649
DN
20666 (vc-default-prettify-state-info): Remove function, unused.
20667
20668 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20669
e49c0179
GM
206702009-08-26 Glenn Morris <rgm@gnu.org>
20671
20672 * bindings.el (standard-mode-line-format): Reposition dashes in
20673 which-func entry. (Bug#4217)
20674
3029e594
GM
20675 * files.el (enable-local-variables, enable-local-eval)
20676 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20677 the defcustoms.
20678 (auto-mode-alist, ignored-local-variables)
20679 (save-some-buffers-action-alist): Move risky declarations to the
20680 definitions.
20681 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20682 (font-lock-defaults, format-alist, imenu--index-alist)
20683 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20684 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20685 (mode-line-modified, mode-line-mule-info, mode-line-position)
20686 (mode-line-process, mode-line-remote, outline-level)
20687 (parse-time-rules, rmail-output-file-alist)
20688 (special-display-buffer-names, vc-mode):
20689 Move risky declarations to the relevant files.
72f16325
SM
20690 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20691 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20692 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20693 * font-core.el (font-lock-defaults):
20694 * format.el (format-alist):
20695 * vc-hooks.el (vc-mode):
20696 * window.el (special-display-buffer-names):
20697 * international/mule-cmds.el (input-method-alist):
20698 Define riskiness here (dumped file) rather than in files.el.
20699 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20700 * imenu.el (imenu-generic-expression, imenu--index-alist):
20701 * outline.el (outline-level):
20702 * time.el (display-time-string):
20703 * calendar/parse-time.el (parse-time-rules):
20704 * mail/rmailout.el (rmail-output-file-alist):
20705 Autoload riskiness here, rather than placing in files.el.
20706
8476cfaf
SM
207072009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20708
20709 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20710
0b35b48e
MA
207112009-08-25 Michael Albinus <michael.albinus@gmx.de>
20712
20713 * simple.el (process-file-side-effects): New defvar.
20714
20715 * dired-aux.el (dired-show-file-type):
20716 * vc.el (vc-diff-internal):
20717 * vc-arch.el (vc-arch-diff):
20718 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20719 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20720 * vc-git.el (vc-git-registered, vc-git-working-revision)
20721 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20722 (vc-git--empty-db-p):
20723 * vc-hooks.el (vc-user-login-name):
20724 * vc-svn.el (vc-svn-registered, vc-svn-state)
20725 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20726 * progmodes/grep.el (grep-probe): Let-bind
20727 `process-file-side-effects' with nil.
20728
20729 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20730
20731 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20732 daemon. Replace ping by checking for running service for bluez
20733 and zeroconf. (Bug#4239)
20734
d54cc599
GM
207352009-08-25 Kevin Ryde <user42@zip.com.au>
20736
20737 * net/dig.el (dig): Add autoload cookie.
20738
7bfd055d
GM
207392009-08-25 Glenn Morris <rgm@gnu.org>
20740
bac9c66c
GM
20741 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20742 load-history for absolute file-names.
20743 (byte-compile-file-form-require): Warn about use of the cl package.
20744
7bfd055d
GM
20745 * format.el (format-alist): Doc fix.
20746
5ac1f9e0
GM
20747 * play/bubbles.el (top-level): Don't require cl at run-time.
20748
af62aa88
GM
20749 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20750 run-time cl).
20751
71e036af
DD
207522009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20753
20754 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20755 from cl package.
20756 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20757
42110eaf
JB
207582009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20759
20760 * calc/calc-alg.el (math-trig-rewrite)
20761 (math-hyperbolic-trig-rewrite): New functions.
20762 (calc-simplify): Simplify trig functions when asked.
20763
88421f3e
SM
207642009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20765
20766 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20767
dbd9624e
KH
207682009-08-24 Kenichi Handa <handa@m17n.org>
20769
20770 * language/ind-util.el (mapthread): Delete it.
20771 (combinatorial): New function.
20772 (indian--puthash-cv): Use combinatorial instead of mapthread.
20773
9b89e3ee
GM
207742009-08-22 Kevin Ryde <user42@zip.com.au>
20775
20776 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20777 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20778 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20779 Clarify docstring that the value is strings not symbols.
20780 (checkdoc-list-of-strings-p): New function.
20781
e6ce8c42
GM
207822009-08-22 Glenn Morris <rgm@gnu.org>
20783
2ddf2ea6 20784 * files.el (auto-mode-alist):
a3374680
GM
20785 * hippie-exp.el (he-concat-directory-file-name):
20786 * lpr.el (lpr-windows-system, printer-name):
20787 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20788 * ps-print.el (ps-windows-system):
20789 * startup.el (command-line):
20790 * emulation/viper-ex.el (viper-glob-function):
20791 * international/mule-cmds.el (set-language-environment-coding-systems):
20792 * net/ange-ftp.el (ange-ftp-write-region):
20793 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20794 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20795 unisoft-unix, vax-vms, win32, w32.
20796
977955fa
GM
20797 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20798 given name if the pattern is not more specific.
20799
b4deec2e
GM
20800 * calendar/lunar.el (lunar-phase-names): New option.
20801 (lunar-phase): Doc fix.
20802 (lunar-cycles-per-year): New constant.
20803 (lunar-index): New function.
20804 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20805 (lunar-phase-name): Use lunar-phase-names.
20806 (calendar-lunar-phases): Use format.
20807 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20808
47e83968
GM
20809 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20810 Copy imenu-example--name-and-position function here for own use.
20811 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20812
e6ce8c42
GM
20813 * bs.el (bs--redisplay):
20814 * cus-edit.el (custom-redraw):
20815 * ibuffer.el (ibuffer-bury-buffer):
20816 * server.el (server-goto-line-column):
20817 * startup.el (command-line-1):
20818 * strokes.el (strokes-xpm-for-stroke):
20819 * term.el (term-display-buffer-line):
20820 * view.el (View-goto-line):
20821 * calc/calc.el (calc-do, calc-trail-buffer):
20822 * play/gamegrid.el (gamegrid-add-score-insecure):
20823 * progmodes/ada-mode.el (ada-compile-goto-error):
20824 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20825 (ebrowse-select-1st-to-9nth):
47e83968 20826 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20827 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20828 * progmodes/gud.el (gud-display-line):
20829 (idlwave-shell-display-line):
20830 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20831 * progmodes/make-mode.el (makefile-browser-toggle):
20832 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20833 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20834 * textmodes/picture.el (picture-draw-rectangle):
20835 * textmodes/reftex-index.el (reftex-index-goto-letter):
20836 (reftex-select-jump-to-previous):
20837 * textmodes/reftex-sel.el (reftex-find-start-point)
20838 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20839 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20840 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20841 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20842 * textmodes/two-column.el (2C-associated-buffer):
20843 Use forward-line rather than goto-line.
20844
20845 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20846 goto-line.
20847
4b18bdb3
GM
20848 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20849 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20850 (quick-check-list-to-regexp): Declare.
e6ce8c42 20851
72f16325
SM
20852 * progmodes/make-mode.el (makefile-browser-insert-selection):
20853 Use goto-char rather than goto-line.
e6ce8c42
GM
20854
20855 * progmodes/prolog.el (compilation-error-regexp-alist)
20856 (compilation-forget-errors): Declare.
20857
32a2cf25
JL
208582009-08-22 Juri Linkov <juri@jurta.org>
20859
20860 * progmodes/grep.el (lgrep, rgrep): At the beginning
20861 set `dir' to `default-directory' unless `dir' is a non-nil
20862 readable directory. (Bug#4052)
20863 (lgrep, rgrep): Change a weird way to report an error
20864 from using `read-string' to using `error'.
20865 Instead of using interactive arguments in the function body,
20866 add new argument `confirm'.
20867
5443c9b7
SM
208682009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20869
cb5b40ee
SM
20870 * textmodes/remember.el (remember-buffer):
20871 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20872 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20873 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20874 * net/newst-treeview.el (newsticker-groups-filename):
20875 * net/newst-backend.el (newsticker-cache-filename):
20876 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20877 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20878 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20879 (speedbar-buffers-line-path, speedbar-path-line)
20880 (speedbar-buffers-line-path):
20881 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20882 (epg-sign-keys):
20883 * epa.el (epa-display-verify-result):
20884 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20885
d6261cc1
GM
208862009-08-21 Glenn Morris <rgm@gnu.org>
20887
3e1ea342
GM
20888 * progmodes/js.el (inferior-moz-process): Fix declaration.
20889
ce86eeb5
GM
20890 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20891
fff28970
GM
20892 * obsolete/rnewspost.el (news-mail-reply):
20893 Use goto-char rather than goto-line.
20894
d93e053b
GM
20895 * term/ns-win.el (ns-open-file-select-line):
20896 Use line-beginning-position rather than goto-line.
20897
d5d105e8
GM
20898 * apropos.el (apropos-command):
20899 * ehelp.el (electric-helpify):
20900 * printing.el (pr-show-setup):
20901 * strokes.el (strokes-help):
20902 * tutorial.el (tutorial--describe-nonstandard-key)
20903 (tutorial--detailed-help):
20904 * woman.el (woman-mini-help, woman-display-extended-fonts):
20905 * calc/calc-help.el (calc-describe-key):
20906 * emulation/edt.el (edt-electric-helpify):
20907 * international/mule-diag.el (mule-diag):
20908 * play/yow.el (apropos-zippy):
20909 * progmodes/python.el (python-describe-symbol):
20910 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20911 * textmodes/table.el (*table--cell-describe-mode)
20912 (*table--cell-describe-bindings):
20913 Use help-print-return-message rather than the now obsolete alias.
20914
a8ab722f 20915 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20916 (calendar-cursor-to-visible-date):
20917 * play/5x5.el (5x5-position-cursor):
20918 * play/decipher.el (decipher):
20919 * play/gomoku.el (gomoku-goto-xy):
20920 * play/landmark.el (lm-goto-xy):
20921 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20922 (mpuz-paint-digit):
20923 Use forward-line, not goto-line.
a8ab722f 20924
d6261cc1
GM
20925 * mail/rmail.el (rmail-obsolete): Delete custom group.
20926 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20927 (rmail-remote-password, rmail-remote-password-required):
20928 Remove unneeded :set-after and :set properties.
20929
9e846523
MA
209302009-08-21 Michael Albinus <michael.albinus@gmx.de>
20931
20932 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20933
bbe1f502
DN
209342009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20935
bcc5db24
DN
20936 * loadup.el: Remove leftover macos code.
20937
bbe1f502
DN
20938 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20939 Explicitly pass the date format to git blame so that user local
20940 so that the output format can be parsed.
20941
6fd2d19a
MA
209422009-08-20 Michael Albinus <michael.albinus@gmx.de>
20943
20944 * net/dbus.el (top): Don't check for (getenv
20945 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20946
31764e15
SM
209472009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20948
20949 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20950 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20951
28930e39
SM
209522009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20953
4fd15622 20954 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20955 Bug#3287.
4fd15622 20956
b3d8e4a0
SM
20957 * help.el (help-print-return-message): Rename from
20958 print-help-return-message.
20959
c9829c70
SM
20960 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20961 cvs-mode-map parent hack.
20962 (log-view-mode): Derive from special-mode.
20963
b932657b
SM
20964 * linum.el (linum-mode): window-size-change-functions is redundant.
20965 Adapt to new window-configuration-change-hook behavior.
20966 (linum-after-size, linum-after-config): Remove.
20967
1b700bca
SM
20968 * imenu.el (imenu-example--name-and-position)
20969 (imenu-example--lisp-extract-index-name)
20970 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20971 Mark as obsolete.
20972
28930e39
SM
20973 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20974 (inferior-prolog-mode): Use it.
20975 (inferior-prolog-load-file): Reset list of errors.
20976
c9af0b68
KH
209772009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20978
20979 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20980
20981 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20982
720c7cd6
MA
209832009-08-19 Michael Albinus <michael.albinus@gmx.de>
20984
20985 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20986 is running already.
20987
03a74b84
SM
209882009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20989
20990 * subr.el (listify-key-sequence-1): Use normal syntax since those
20991 integers are nowadays always represented by the same (positive) number
20992 on all platforms.
20993 (read-key-empty-map): New const.
20994 (read-key-delay): New var.
20995 (read-key): New function.
20996 (force-mode-line-update): Use with-current-buffer.
20997 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20998 (start-process-shell-command, start-file-process-shell-command):
20999 Discourage the use of command-args.
21000
f43e88d4
GM
210012009-08-19 Glenn Morris <rgm@gnu.org>
21002
21003 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
21004
890429cc
SM
210052009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
21006
85be9ec4
SM
21007 * simple.el (choose-completion-string): Don't rely on
21008 minibuffer-completing-file-name and ad-hoc checks to decide whether
21009 to continue completion or not.
21010
890429cc
SM
21011 * minibuffer.el (minibuffer-hide-completions): New function.
21012 (completion--do-completion): Use it.
21013 (completions-annotations): New face.
21014 (completion--insert-strings): Use it.
21015 (completion-pcm--delim-wild-regex): Add docstring.
21016 (completion-pcm--string->pattern): Add support for 0-width delimiters
21017 in completion-pcm--delim-wild-regex.
21018
265d4549
SM
210192009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
21020
d440b941
SM
21021 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
21022 Remove unused var `buffer-modified-p'.
21023
265d4549
SM
21024 * minibuffer.el (completion--do-completion): Move point for the #b001
21025 case as well (bug#4176).
21026 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21027
ba6f7d86
MA
210282009-08-18 Michael Albinus <michael.albinus@gmx.de>
21029
21030 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21031 and :session buses.
21032
98819490
KH
210332009-08-18 Kenichi Handa <handa@m17n.org>
21034
265d4549
SM
21035 * international/ucs-normalize.el (ucs-normalize-version):
21036 Change to 1.1.
58627cf0
KH
21037 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21038 (utf-8-hfs): Make it perform normalization on encoding too.
21039
98819490
KH
21040 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21041 (sentence-end-without-space): Delete duplicated chars.
21042 (sentence-end-base): Likewise.
e739cc85
KH
21043
21044 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21045 (html-mode): Delete duplicated chars from sentence-end-base.
21046
21047 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21048 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21049
645b9326
CY
210502009-08-17 Chong Yidong <cyd@stupidchicken.com>
21051
21052 * files.el (hack-one-local-variable): If the mode function is for
21053 a minor mode, pass it an argument (Bug#4148).
21054
56c195af
MA
210552009-08-17 Michael Albinus <michael.albinus@gmx.de>
21056
21057 * net/tramp.el (tramp-register-completion-file-name-handler):
21058 Check also for (member 'partial-completion completion-styles).
21059
7a55c78b
CY
210602009-08-16 Chong Yidong <cyd@stupidchicken.com>
21061
21062 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21063 abbrev (Bug#3943).
21064
be3e598a 210652009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21066
21067 * progmodes/cperl-mode.el: Merge upstream 6.2.
21068 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21069 (cperl-forward-re): Check cperl-brace-recursing.
21070 (cperl-highlight-charclass): New function.
21071 (cperl-find-pods-heres): Use it.
31cd2dd4 21072 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21073 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21074 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21075 (cperl-beautify-level): Don't process entire regexp.
21076 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21077 calling man.
21078 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21079 (cperl-init-faces): Build a list in the normal way.
21080
81b1f9c9
CY
210812009-08-16 Chong Yidong <cyd@stupidchicken.com>
21082
21083 * calendar/parse-time.el (parse-time-string-chars): Save match
21084 data.
21085
c3732cb8
SM
210862009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21087
55659495
SM
21088 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21089 (sql-product): Use it.
21090 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21091 (sql-set-product): Add completion.
21092 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21093 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21094 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21095 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21096 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21097 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21098 (sql-highlight-db2-keywords): Remove.
21099 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21100 (sql-highlight-product): Use derived-mode-p.
21101 (sql-set-sqli-buffer): Use with-current-buffer.
21102 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21103 Simplify.
21104
1ae79427
SM
21105 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21106
c3732cb8
SM
21107 * term.el: Fix commenting convention, turn comments into docstrings.
21108
f24b8bf3
CY
211092009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21110
21111 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21112
7b6fefac 211132009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21114
1200ac26 21115 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21116 character classes, to handle non-ascii characters (Bug#3190).
21117
211182009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21119
1abbe4e5
CY
21120 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21121 another heredoc if the user adds another < (Bug#3226).
21122
c3732cb8
SM
21123 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21124 Don't initialize based on window-system (Bug#4124).
19261da4 21125
daad00fc
CY
21126 * facemenu.el (facemenu-read-color): Use a completion function
21127 that accepts any defined color, such as RGB triplets (Bug#3677).
21128
e1bdde78
CY
21129 * files.el (get-free-disk-space): Change fallback default
21130 directory to /. Expand DIR argument before switching to fallback.
21131 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21132
9d73a99e
CY
211332009-08-15 Chong Yidong <cyd@stupidchicken.com>
21134
21135 * files.el (load-library): Doc fix.
21136
68b962d4 211372009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21138
953e0c1a 21139 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21140 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21141 incremental search string.
9d73a99e 21142
c3732cb8 21143 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21144 XEmacs.
9d73a99e 21145
c3732cb8
SM
21146 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21147 (ediff-merge-region-is-non-clash)
21148 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21149 Also check if the job is really a merge job.
9d73a99e 21150
c3732cb8 21151 * ediff.el (ediff-current-file): New function.
9d73a99e 21152
2e330adc
CY
211532009-08-15 Chong Yidong <cyd@stupidchicken.com>
21154
21155 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21156 conventions.
c3732cb8 21157 (js-insert-and-indent): Delete function.
2e330adc
CY
21158 (js-mode-map): Don't bind keys to js-insert-and-indent.
21159 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21160 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21161 (js-auto-indent-flag): Delete variable.
2e330adc 21162
17b5d0f7
CY
211632009-08-14 Chong Yidong <cyd@stupidchicken.com>
21164
c3732cb8
SM
21165 * progmodes/js.el: Remove proclaim statement.
21166 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21167
ba2d8894
CY
21168 * files.el (auto-mode-alist): Use js-mode for .js files.
21169
c3732cb8 21170 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21171
21172 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21173
21174 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21175
c3732cb8 21176 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21177
211782009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21179 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21180
21181 * progmodes/js.el: New file.
21182
b6377f1d
MH
211832009-08-14 Mark A. Hershberger <mah@everybody.org>
21184
21185 * timezone.el (timezone-parse-date): Add ability to understand ISO
21186 basic format (minimal separators) dates in addition to the
21187 already-supported extended format dates.
21188
bc0eef46
EZ
211892009-08-14 Eli Zaretskii <eliz@gnu.org>
21190
4e021e65
EZ
21191 * international/ucs-normalize.el: Add a `coding' file variable.
21192
bc0eef46
EZ
21193 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21194
53dab179
SS
211952009-08-14 Sam Steingold <sds@gnu.org>
21196
6801c38a 21197 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21198
6c58c39c
CY
211992009-08-13 Chong Yidong <cyd@stupidchicken.com>
21200
21201 * faces.el (help-argument-name): Define it here instead of
21202 help-fns.el, because in daemon mode help-fns.el may be loaded when
21203 faces are still uninitialized (Bug#1078).
21204
21205 * help-fns.el (help-argument-name): Move defface to faces.el.
21206
c7baf7e9
NR
212072009-08-13 Nick Roberts <nickrob@snap.net.nz>
21208
21209 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21210 create buffer with a pty but no process so that GDB can make the
21211 inferior the controlling process.
21212
9c40e995 212132009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21214
21215 * international/ucs-normalize.el: New file.
21216
8cdba32b
RS
212172009-08-13 Richard Stallman <rms@gnu.org>
21218
5c950923
RS
21219 * mail/rmail.el (rmail-get-attr-names):
21220 Accept an attribute header that is too short.
21221
76e1e40b
RS
21222 * mail/rmail.el (rmail-forget-messages):
21223 Ignore nil elt in rmail-message-vector. Use dotimes.
21224
1fc01b08
RS
21225 * progmodes/compile.el (compilation-goto-locus):
21226 Use next-error-move-function.
21227
8cdba32b
RS
21228 * simple.el (next-error-move-function): New variable.
21229
99910cf4
JL
212302009-08-12 Juri Linkov <juri@jurta.org>
21231
21232 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21233 always non-nil. (Bug#4052)
21234
21235 * replace.el (read-regexp): Return empty string when
21236 `default-value' is nil.
21237 (keep-lines-read-args): Don't use empty string as the
21238 default value for `read-regexp'. (Bug#2495)
21239
fc5bdf6c
JL
212402009-08-12 Juri Linkov <juri@jurta.org>
21241
21242 * international/mule-cmds.el (ucs-insert): Change arguments
21243 from `arg' to `character', `count', `inherit' to be the same
21244 as in `insert-char'. Doc fix. (Bug#4039)
21245
21246 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21247
77748848
JL
212482009-08-12 Juri Linkov <juri@jurta.org>
21249
21250 * files-x.el: New file.
21251
21252 * files.el: Move code that deals with adding/deleting
21253 file/directory-local variables to files-x.el.
21254
21255 * Makefile.in (ELCFILES): Add files-x.elc.
21256
c8a44c4e
DD
212572009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21258
27a9fd5a
DD
21259 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21260 to use `goto-line'.
21261 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21262 `goto-line'.
21263 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21264 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21265 threads list.
107ef54a 21266 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21267 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21268 (gdb-stopped): ...here so it's sent when first thread stops.
21269 (gdb-registers-handler-custom): Do nothing if register names are
21270 unknown yet.
27a9fd5a 21271
c8a44c4e
DD
21272 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21273 from `gdb-mi.el' to avoid extra tangling.
21274
21275 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21276 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21277 (gdb-update-gud-running): No extra fuss for updating frame number.
21278
dfd4e693
SM
212792009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21280
51c4341f
SM
21281 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21282 (describe-language-environment-map, setup-language-environment-map)
21283 (set-coding-system-map): Move initialization into declaration.
21284 (set-language-info-alist): Last arg to define-key-after can be skipped.
21285
21286 * international/quail.el (quail-completion-1): Simplify.
21287 (quail-define-rules): Use slightly more compact code.
21288 (quail-insert-decode-map): Propertize keys, compact columns.
21289
dfd4e693
SM
21290 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21291 Add goto-line.
21292
83326559
MB
212932009-08-10 Miles Bader <miles@gnu.org>
21294
21295 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21296 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21297 (js2-instance-member, js2-private-member, js2-private-function-call)
21298 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21299 (js2-magic-paren, js2-external-variable):
21300 Remove "-face" suffix from face names.
21301 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21302 (js2-highlight-undeclared-vars, js2-peek-token)
21303 (js2-parse-function-params, js2-mode-show-errors)
21304 (js2-mode-show-warnings, js2-make-magic-delimiter)
21305 (js2-mode-highlight-magic-parens): Update to use new face names.
21306
8e754ea2
MA
213072009-08-09 Michael Albinus <michael.albinus@gmx.de>
21308
21309 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21310 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21311
1c292fc7
CY
213122009-08-09 Chong Yidong <cyd@stupidchicken.com>
21313
18d433a7
CY
21314 * subr.el: Provide hashtable-print-readable.
21315
1c292fc7
CY
21316 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21317 hs-c-like-adjust-block-beginning.
21318 (hs-hide-block-at-point): Stop hiding at the beginning of
21319 hs-block-end-regexp (Bug#700).
21320
2db0ae07
DD
213212009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21322
21323 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21324 a macro.
21325 (gdb-registers-handler-custom): Do not fail when register names
21326 are unavailable.
21327
fe4740a6
DD
213282009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21329
21330 * progmodes/gdb-mi.el (gdb-control-all-threads)
21331 (gdb-control-current-thread): Interactive setters for
21332 `gdb-gud-control-all-threads' to use in menu.
21333 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21334 (gud-tool-bar-map): Add non-stop/A,T indicator.
21335 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21336
ce299d55
CY
213372009-08-08 Yoni Rabkin <yoni@rabkins.net>
21338
21339 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21340 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21341 (net-utils-mode): New mode for viewing diagnostic network output.
21342 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21343 (net-utils-run-simple): New function.
21344 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21345
7c4654ad
DD
213462009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21347
21348 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21349 (gdb-memory-set-address, def-gdb-set-positive-number)
21350 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21351 after changing settings.
21352 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21353 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21354 (gdb-registers-handler-custom): Print registers in right order and
21355 allow changing register values (only for current thread yet).
9cbac26b
DD
21356 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21357 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21358 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21359 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21360 Thread info in mode name.
9cbac26b 21361 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21362
0f25a277
EZ
213632009-08-08 Eli Zaretskii <eliz@gnu.org>
21364
21365 * mail/rmail.el (rmail-add-mbox-headers)
21366 (rmail-set-message-counters-counter): Search for
21367 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21368
b971be60
GM
213692009-08-08 Glenn Morris <rgm@gnu.org>
21370
21371 * Makefile.in (ELCFILES): Update.
21372
a35d3ad8
EZ
213732009-08-07 Eli Zaretskii <eliz@gnu.org>
21374
6a7662bb
BR
21375 * mail/sendmail.el (mail-yank-original):
21376 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21377 text is yanked.
21378
8b0bcc2e
EZ
21379 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21380 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21381 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21382 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21383 (calc-graph-init): Don't send -display and -geometry to
21384 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21385 running "pgnuplot -V" with shell-command-to-string.
21386
21387 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21388 the default.
21389
213902009-08-07 Eli Zaretskii <eliz@gnu.org>
21391
21392 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21393 org/org-latex.elc.
21394
3bca7ca5
DN
213952009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21396
3c53763c
DN
21397 * vc-dispatcher.el (vc-resynch-window): Update comment.
21398
3bca7ca5
DN
21399 * term.el (term-handle-ansi-escape): Add comments with the
21400 terminfo capabilities implemented.
21401
7b217360
DD
214022009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21403
5f9d345c 21404 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21405 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21406 (gdb-propertize-header): Move earlier.
21407 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21408 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21409 Refresh disassembly buffers only after threads list have been
21410 update.
21411 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21412 variables.
21413
b4d84ecf
JL
214142009-08-04 Juri Linkov <juri@jurta.org>
21415
21416 * files.el: Commands to add/delete file/directory-local variables.
21417 (read-file-local-variable, read-file-local-variable-value)
21418 (read-file-local-variable-mode, modify-file-local-variable)
21419 (modify-file-local-variable-prop-line)
21420 (modify-dir-local-variable): New functions.
21421 (add-file-local-variable, delete-file-local-variable)
21422 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21423 (add-dir-local-variable, delete-dir-local-variable)
21424 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21425 (copy-dir-locals-to-file-locals-prop-line): New commands.
21426
42da39c1
CY
214272009-08-04 Chong Yidong <cyd@stupidchicken.com>
21428
21429 * abbrev.el (insert-abbrev-table-description): Prettify output.
21430 Suggested by Karl Chen.
21431
98bf8494
DD
214322009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21433
78b9fb28 21434 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21435 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21436 (gdb-overlay-arrow-position, gdb-thread-position)
21437 (gdb-disassembly-position): Declare variables.
21438 (gdb-wait-for-pending): Function now.
21439 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21440 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21441 compilation goes smoothly.
21442 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21443 (gdb-non-stop-setting): New customization setting which replaces
21444 `gdb-non-stop' so changing it doesn't break active GDB session.
21445 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21446 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21447 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21448 (gdb-show-threads-by-default): New customization options.
21449 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21450 routines.
21451 (gdb-get-buffer-create): Send buffers update signal when they are
21452 created.
21453 (gdb-invalidate-locals, gdb-invalidate-registers)
21454 (gdb-invalidate-breakpoints)
21455 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21456 (gdb-invalidate-memory): Accept update signal.
21457 (gdb-current-context-command): Use --frame option.
21458 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21459 Implement `gdb-frame-number' selection logic.
21460 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21461 whether to show GUD toolbar buttons.
21462 (gdb-thread-exited): Unselect current thread when it exits.
21463 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21464 (gdb-mark-line): Routine which sets overlay arrow or inverses
21465 video on fringeless displays.
21466 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21467 to build aligned columns of data in GDB buffers and set text
21468 properties line-by-line.
21469 (gdb-invalidate-breakpoints)
21470 (gdb-breakpoints-list-handler-custom)
21471 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21472 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21473 (gdb-registers-handler-custom): Align data columns.
21474 (gdb-locals-handler-custom): Now prints data like in variable
21475 declarations.
21476 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21477 Remove confusing buttons.
78b9fb28
DD
21478 (gdb-invalidate-threads): Append --frame.
21479 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21480 between breakpoints/threads buffers.
21481 (gdb-set-window-buffer): Now can ignore dedicated windows.
21482 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21483 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21484 (def-gdb-thread-buffer-gud-command): Replaces
21485 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21486 for fine thread control.
21487 (gdb-preempt-existing-or-display-buffer): New function used to
21488 display bound buffers without breaking window layout.
21489 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21490 (gdb-select-frame): New version of `gdb-frames-select' which now
21491 sets `gdb-frame-number' so commands may use --frame option instead
21492 of inner debugger state.
21493 (gdb-frame-handler): Do not set `gdb-frame-number'.
21494 (gdb-threads-mode-map): Select threads with mouse.
21495
21496 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21497 avoid compilation warning.
21498 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21499 `gdb-show-stop-p`.
21500
566f3909
DD
21501 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21502 Argument `key' renamed to `buffer-type'.
21503 (gdb-current-context-buffer-name): Do not add thread info to
21504 buffer name when no thread is selected.
21505 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21506 command (bug 3794).
21507 (gdb-thread-selected): Handle `=thread-selected' notification.
21508 (gdb-wait-for-pending): New macro to deal with congestion problems.
21509 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21510 breakpoints.
7b6fefac
JB
21511 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21512 This fixes problem similar to one described in bug 3947.
566f3909
DD
21513 (gud-menu-map): More menu items.
21514 (gdb-init-1): Reset `gdb-thread-number' to nil.
21515
4a31122c
DD
21516 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21517 non-stop settings.
21518
21519 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21520 (gdb-current-context-command): Do not append --thread if
21521 `gdb-thread-number' is nil.
6a7662bb
BR
21522 (gdb-running-threads-count, gdb-stopped-threads-count):
21523 New variables.
4a31122c 21524 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21525 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21526 New customization options.
4a31122c
DD
21527 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21528 GUD commands.
7b6fefac 21529 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21530 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21531 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21532 set `gdb-thread-number' and update `gud-running' properly.
21533 (gdb-running): Update threads list when new threads appear.
21534 (gdb-stopped): Support non-stop operation and new thread switching
21535 logic.
21536 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21537 (gdb-json-partial-output): New set of JSON routines.
21538 (def-gdb-auto-update-trigger): New `signal-list' optional
21539 argument.
21540 (gdb-thread-list-handler-custom): Update `gud-running',
21541 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21542 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21543 (gdb-continue-thread, gdb-step-thread): New commands for fine
21544 thread execution control.
21545 (gud-menu-map): New menu items to switch non-stop options.
21546 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21547 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21548
21549 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21550 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21551 gdb-buffer-rules.
21552 (def-gdb-auto-update-handler): New nopreserve optional argument.
21553 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21554
88b5a757 21555 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21556 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21557 (gdb-parent-mode): New mode to derive other GDB modes from.
21558 (gdb-display-disassembly-for-thread)
21559 (gdb-frame-disassembly-for-thread): New commands for threads
21560 buffer.
21561
21562 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21563 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21564 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21565 (gdb-update): We now store all GDB buffers in a list so that they
21566 can be updated by traversing a list instead of calling invalidate
7b6fefac 21567 triggers explicitly.
a5c9f540
DD
21568 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21569 pair for GDB buffer.
21570 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21571 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21572 handle pending triggers.
21573 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21574 (def-gdb-thread-buffer-simple-command)
21575 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21576 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21577 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21578 New commands which show buffers bound to thread.
88b5a757 21579 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21580
7b6fefac
JB
21581 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21582 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21583 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21584 to (gud-comint-buffer) in *-buffer-name functions
21585 because (gdb-get-target-string) already does that.
21586 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21587 (gdb-changed-registers-handler): Rewritten without regexps.
21588
ba214964 21589 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21590 (gdb-thread-number): New variable.
21591 (gdb-current-context-command): New macro which adds --thread
21592 option to command.
7b6fefac 21593 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21594 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21595 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21596 (gdb-select-thread): New command which selects current thread.
21597 (gdb-invalidate-frames, gdb-invalidate-locals)
21598 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21599
2ac33804
MA
216002009-08-04 Michael Albinus <michael.albinus@gmx.de>
21601
21602 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21603 robust. (Bug#3977)
2ac33804
MA
21604 (tramp-handle-insert-file-contents): `unwind-protect' must be
21605 inside `with-parsed-tramp-file-name'.
21606
21607 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21608 fails.
21609
39d0296f
NR
216102009-08-03 Nick Roberts <nickrob@snap.net.nz>
21611
21612 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21613 directory if CLASSPATH is not set.
21614
adcbca53
MA
216152009-08-03 Michael Albinus <michael.albinus@gmx.de>
21616
7b6fefac
JB
21617 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21618 New defconst.
7ef849b6 21619 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21620
30924b0b
CY
216212009-08-02 Kevin Ryde <user42@zip.com.au>
21622
7b6fefac
JB
21623 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21624 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21625
b6ce92f1
CY
216262009-08-02 Chong Yidong <cyd@stupidchicken.com>
21627
d977a092
CY
21628 * select.el (x-set-selection): Doc fix (Bug#4021).
21629
21630 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21631
b6ce92f1
CY
21632 * help-fns.el (describe-variable): Treat list return values from
21633 dir-locals-find-file properly (Bug#4005).
21634
7b6fefac 216352009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21636
21637 * net/tramp.el (tramp-debug-message): Print also microseconds.
21638
216392009-08-02 Michael Albinus <michael.albinus@gmx.de>
21640
21641 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21642 or END is non-nil.
21643 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21644 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21645 format.
21646
5ce6e4f4 21647 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21648 (tramp-get-file-property): Use it.
21649
6a7662bb
BR
21650 * autorevert.el (auto-revert-handler):
21651 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21652
2aafe808
JR
216532009-08-02 Jason Rumney <jasonr@gnu.org>
21654
21655 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21656 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21657
e094097c
CY
216582009-08-02 Chong Yidong <cyd@stupidchicken.com>
21659
21660 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21661 (font-lock-variable-name-face, font-lock-constant-face):
21662 Darken the colors for light backgrounds.
e094097c 21663
de94f281
EZ
216642009-08-01 Eli Zaretskii <eliz@gnu.org>
21665
21666 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21667 month names. (Bug#3987)
21668
54b99340
CY
216692009-07-31 Chong Yidong <cyd@stupidchicken.com>
21670
21671 * simple.el (line-move-finish): Pass whole number to
21672 line-move-to-column.
34be836c 21673 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21674
38216c30
JB
216752009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21676
21677 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21678
c779896d
CY
216792009-07-29 Alan Mackenzie <acm@muc.de>
21680
21681 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21682
592ccae0
DD
216832009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21684
35edc6c6
DD
21685 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21686 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21687
5a9e3ab7
JB
216882009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21689
21690 * calc/calc.el (calc-mode-map): Add keybinding for
21691 `calc-transpose-lines'.
21692
7b6fefac 216932009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21694
21695 * calc/calc-misc.el (calc-transpose-lines): New function.
21696
905fb90e
MA
216972009-07-28 Michael Albinus <michael.albinus@gmx.de>
21698
21699 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21700 Simplify check for out-of-band methods.
21701 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21702 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21703
76e14464
DN
217042009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21705
21706 * vc-git.el (vc-git-checkin): Fix typo.
21707
6088b51f 217082009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21709
21710 * progmodes/js2-mode.el: New file.
21711
b85157fe
NR
217122009-07-28 Nick Roberts <nickrob@snap.net.nz>
21713
21714 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21715 (gud-menu-map): Adjust tooltip accordingly.
21716
d43c2b06
DN
217172009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21718
1c0f0c3b
DN
21719 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21720 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21721
d43c2b06
DN
21722 * add-log.el (change-log-mode-map): Add a menu.
21723
3dec5c36
MA
217242009-07-27 Michael Albinus <michael.albinus@gmx.de>
21725
21726 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21727 function returns nil.
21728 (dbus-handle-event): Handle special return value :ignore.
21729 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21730
5704140c
CY
217312009-07-26 Chong Yidong <cyd@stupidchicken.com>
21732
21733 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21734 it's not needed.
21735
3077d1f6
EZ
217362009-07-25 Eli Zaretskii <eliz@gnu.org>
21737
21738 Fix Bug#3888:
21739
21740 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21741
21742 * term/pc-win.el (x-display-name, x-colors)
21743 (x-select-enable-clipboard, x-select-text): Doc fix.
21744
21745 * term/common-win.el (x-display-name, x-colors): Doc fix.
21746
21747 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21748 (xw-defined-colors): Doc fix.
21749
21750 * w32-fns.el (x-select-text, x-setup-function-keys)
21751 (x-get-selection, x-set-selection): Doc fix.
21752
21753 * term/x-win.el (x-select-text, x-setup-function-keys)
21754 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21755
21756 * select.el (x-set-selection): Doc fix.
21757
51768bc8
MA
217582009-07-25 Michael Albinus <michael.albinus@gmx.de>
21759
21760 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21761 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21762 "IsNSSSupportAvailable" method is not available.
21763 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21764
b11c2874
KH
217652009-07-24 Kenichi Handa <handa@m17n.org>
21766
21767 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21768 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21769 (build-unicode-category-table): Fix range checks.
21770
ba83b7b6
DN
217712009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21772
21773 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21774 the buffer we try to sync is current when calling
21775 vc-resynch-buffer.
21776
21777 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21778 not show up to date files.
21779
7a8ae964
GM
217802009-07-24 Glenn Morris <rgm@gnu.org>
21781
21782 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21783 Add autoload cookies. If necessary, initialize.
21784 (elint-log): Handle non-file buffers.
21785 (elint-initialize): Add optional argument to reinitialize.
21786 (elint-find-builtin-variables): Save excursion.
21787
a707eb05
DN
217882009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21789
21790 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21791 for Lint.
21792
0a2ddfa6
DN
217932009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21794
d6a62b0d
DN
21795 * vc.el (vc-print-log-internal): New function, split out from ...
21796 (vc-print-log): ... here.
10b5dcad 21797 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21798
0a2ddfa6
DN
21799 * vc-git.el (vc-git-add-signoff): New variable.
21800 (vc-git-checkin): Use it.
21801 (vc-git-toggle-signoff): New function.
21802 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21803 (vc-git--run-command-string): Accept a nil FILE argument.
21804 (vc-git-stash-list): New function.
21805 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21806
589a99f2
GM
218072009-07-23 Glenn Morris <rgm@gnu.org>
21808
21809 * help-fns.el (describe-variable): Describe ignored and risky local
21810 variables in a similar way to that in which we describe safe ones.
21811
21812 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21813 (byte-compile-output-file-form, byte-compile-output-docform)
21814 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21815 Give some more local variables with common names a "bytecomp-" prefix,
21816 so as not to shadow things during compilation.
21817 * emacs-lisp/cl-macs.el (load-time-value)
21818 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21819 `outbuffer' to `bytecomp-outbuffer'.
21820
21821 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21822 since the next two variables cover them automatically now.
21823 (elint-builtin-variables, elint-autoloaded-variables): New.
21824 (elint-unknown-builtin-args): Remove all members, since they can be
21825 parsed automatically now.
21826 (elint-extra-errors): New.
21827 (elint-env-add-env, elint-env-add-macro): Use cadr.
21828 (elint-current-buffer): Use or. Change final message.
21829 (elint-get-top-forms): Use line-end-position.
21830 (elint-init-env): Use cadr. Handle autoload, declare-function,
21831 and defalias.
21832 (elint-add-required-env): Doc fix. Use or. Standardize error.
21833 (regexp-assoc): Remove unused function.
21834 (elint-top-form): Set elint-current-pos, to record the start of the
21835 top-level form, for compilation-mode.
21836 (elint-form): Trap errors in macro expansion. Use dolist.
21837 (elint-unbound-variable): Use elint-builtin-variables and
21838 elint-autoloaded-variables.
21839 (elint-get-args): Use cadr, or.
21840 (elint-check-cond-form): Use dolist, cadr.
21841 (elint-check-condition-case-form): Doc fix. Use cadr.
21842 Use elint-extra-errors.
21843 (elint-log): New function.
21844 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21845 Distinguish errors and warnings.
21846 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21847 Use a bytecomp-style format.
21848 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21849 (elint-get-log-buffer): Use compilation mode. Disable undo.
21850 Don't truncate lines.
21851 (elint-initialize): Set builtin and autoloaded variable lists.
21852 Only process elint-unknown-builtin-args if non-nil.
21853 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21854 New functions.
21855 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21856
855b42a2
GM
218572009-07-22 Kevin Ryde <user42@zip.com.au>
21858
21859 * net/newst-backend.el (newsticker--parse-atom-1.0)
21860 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21861 (newsticker--parse-rss-1.0):
21862 * progmodes/idlwave.el (idlwave-mode):
21863 * progmodes/idlw-shell.el (idlwave-shell-mode):
21864 * progmodes/vera-mode.el (vera-mode):
21865 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21866 * progmodes/vhdl-mode.el (vhdl-mode):
21867 * textmodes/table.el (table-generate-source)
21868 (table--warn-incompatibility):
21869 Hyperlink urls in docstrings with URL `...'.
21870
fd413a37
GM
218712009-07-22 Glenn Morris <rgm@gnu.org>
21872
cb711556
GM
21873 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21874 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21875 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21876 Remove leading * from defcustom docs.
21877
fd413a37
GM
21878 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21879
21880 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21881 defcustom doc.
21882 (list-load-path-shadows): Optionally, just return shadows as a string.
21883
21884 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21885
a4f69701
CY
218862009-07-21 Chong Yidong <cyd@stupidchicken.com>
21887
6a7662bb
BR
21888 * mail/rmailedit.el (rmail-edit-mode):
21889 Use auto-save-include-big-deletions.
a4f69701 21890
6a7662bb
BR
21891 * mail/rmail.el (rmail-variables):
21892 Use auto-save-include-big-deletions.
a4f69701
CY
21893
21894 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21895 changes.
21896
ec06459c
JB
218972009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21898
21899 * calc/calc.el (calc-undo-length): New variable.
21900 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21901
b41b0976
RS
219022009-07-21 Richard Stallman <rms@gnu.org>
21903
21904 * files.el (auto-save-mode): Handle buffer-save-size = -2
21905 for toggling mode.
21906
4ed32706
GM
219072009-07-21 Glenn Morris <rgm@gnu.org>
21908
531b1264
GM
21909 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21910
55d27f41
GM
21911 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21912
02df3f4d
GM
21913 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21914 silence compiler. Instead...
21915 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21916 (ps-print-ensure-fontified): Update for above function name changes.
21917
fdd8417e
GM
21918 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21919 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21920 silence compiler. Instead...
21921 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21922 (mh-show-buffer): Only define for compiler.
21923 (pr-mh-current-message): Update for above function name changes.
21924
4ed32706
GM
21925 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21926 as an argument.
21927 (find-file-noselect, insert-file-1): Update for above change.
21928
21929 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21930
21931 * mail/mailclient.el (mailclient-send-it): Fix message.
21932
21933 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21934 (edebug-eval): Check cl-debug-env is bound.
21935 (print-level, print-circle): Don't redefine built-in variables.
21936
21937 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21938 (custom-print-vectors): Remove old comments from doc.
21939
21940 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21941 (emerge-version): Make the variable an obsolete alias for the
21942 emacs-version variable. Make the function obsolete.
21943 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21944 Emerge options, rather than merging in into the main Options menu.
21945 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21946 and auto advance modes. Disable edit/fast items when not relevant.
21947
86812144
CY
219482009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21949
21950 * term/vt420.el (terminal-init-vt420): Fix typo.
21951
6bb90094
SS
219522009-07-20 Sam Steingold <sds@gnu.org>
21953
21954 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21955 variable (removed from compile.el on 2004-03-11).
21956
42e0a725
CY
219572009-07-20 Chong Yidong <cyd@stupidchicken.com>
21958
21959 * files.el (hack-local-variables-filter): Fix last change.
21960
2ee20f24
JL
219612009-07-19 Juri Linkov <juri@jurta.org>
21962
21963 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21964 (dir-local-variables-alist): New buffer-local variable.
21965 (hack-local-variables-filter): If variable is not dir-local,
21966 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21967 because file-local overrides dir-local.
3570691b 21968 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21969 Remove obsolete declaration.
21970 (hack-dir-local-variables): Add dir-local variable/value pair to
21971 `dir-local-variables-alist' and remove duplicates. Doc fix.
21972
21973 * help-fns.el (describe-variable): Add information about
21974 file-local and dir-local variables.
21975
89bf83cd
CY
219762009-07-19 Chong Yidong <cyd@stupidchicken.com>
21977
21978 * files.el (hack-local-variables-filter): Rewrite.
21979
1a8d3541
GM
219802009-07-19 Glenn Morris <rgm@gnu.org>
21981
d9e8a018
GM
21982 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21983 Silence compiler by only defining on XEmacs.
21984
da332cfb
GM
21985 * international/mule.el (auto-coding-regexp-alist): Only match
21986 BABYL... at the start of buffer, not of lines. (Bug#3790)
21987
1a8d3541
GM
21988 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21989 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21990 (cal-menu-context-mouse-menu): Doc fix.
21991
21992 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21993
21994 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21995
d842b103
JL
219962009-07-18 Juri Linkov <juri@jurta.org>
21997
21998 * info.el: Virtual Info keyword finder.
3570691b 21999 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
22000 (Info-finder-file): New variable.
22001 (Info-finder-find-file): New function.
22002 (finder-known-keywords, finder-package-info)
22003 (find-library-name, lm-commentary): Use defvar and
22004 declare-function to silence compiler warnings.
22005 (Info-finder-find-node): New function.
22006 (info-finder): New command.
22007
22008 * subr.el (process-kill-buffer-query-function): New function.
22009 (add-hook)<kill-buffer-query-functions>: Add hook
22010 `process-kill-buffer-query-function'.
22011
10d37df7
AM
220122009-07-18 Alan Mackenzie <acm@muc.de>
22013
7b6fefac 22014 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
22015 (c-postprocess-file-styles): Give invocation of `c-set-style'
22016 DONT-OVERRIDE parameter of t. Already set style variables will
22017 thus not be overridden by style settings given by `c-file-syle'.
22018
22019 * files.el (hack-local-variables-filter): Remove entries with
22020 duplicate keys from `file-local-variables-alist'.
22021
102e1a41
EZ
220222009-07-18 Eli Zaretskii <eliz@gnu.org>
22023
22024 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
22025 x-set-selection if display-selections-p returns nil for the
22026 current frame.
22027
16f2e9fc
CY
220282009-07-18 Chong Yidong <cyd@stupidchicken.com>
22029
22030 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22031
f22693fc
EZ
220322009-07-18 Eli Zaretskii <eliz@gnu.org>
22033
a6c2c80c
EZ
22034 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22035 Accept nil in addition to a regexp.
22036 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22037 Accept nil in addition to a regexp.
22038 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22039 buffers that have an associated file. Handle nil values of
22040 desktop-buffers-not-to-save and desktop-files-not-to-save.
22041 (Bug#3833)
22042
f22693fc
EZ
22043 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22044 (x-disown-selection-internal): New functions.
22045
e456379a
NR
220462009-07-18 Nick Roberts <nickrob@snap.net.nz>
22047
22048 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22049 warning.
22050 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22051 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22052
0013b70f
CY
220532009-07-18 David De La Harpe Golden <david@harpegolden.net>
22054
22055 * simple.el (set-mark): Revert last change.
22056
0855c2ca
CY
220572009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22058
22059 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22060 rendering of pngs is not possible instead of messaging a long
22061 description.
22062
3f5c9cad
CY
220632009-07-17 David De La Harpe Golden <david@harpegolden.net>
22064
22065 * w32-fns.el (x-selection-owner-p): New function.
22066
22067 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22068 (mouse-yank-at-click, mouse-yank-primary):
22069 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22070 insertion.
3f5c9cad
CY
22071
22072 * simple.el (deactivate-mark, set-mark): Only save selection if we
22073 own it.
22074
1fc87f9b
KH
220752009-07-17 Kenichi Handa <handa@m17n.org>
22076
22077 * case-table.el (describe-buffer-case-table): Fix for the case
22078 that KEY is a cons.
22079
d56fdcd2
DN
220802009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22081
22082 * vc-rcs.el (vc-rcs-find-file-hook):
22083 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22084
bede3e9f
MA
220852009-07-16 Michael Albinus <michael.albinus@gmx.de>
22086
22087 * net/tramp.el (tramp-wait-for-output): Handle the case when
22088 commands do not return a newline but a null byte before the shell
22089 prompt. (Bug#3858)
22090
7653ca1d
YM
220912009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22092
22093 * term/ns-win.el (ns-set-alpha): Don't declare.
22094 (ns-set-background-alpha): Remove function.
22095
ed2a52e9
SM
220962009-07-16 Kevin Ryde <user42@zip.com.au>
22097
22098 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22099 y-or-n-p, for safety.
22100
7a907299
RS
221012009-07-16 Richard Stallman <rms@gnu.org>
22102
22103 * files.el (auto-save-mode): If buffer-saved-size is -2,
22104 don't clobber it.
22105
22106 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22107 (rmail-retry-ignored-headers): Add more uninteresting fields.
22108
c0db3477
CY
221092009-07-15 Jari Aalto <jari.aalto@cante.net>
22110
22111 * net/rcirc.el (rcirc): Use history variables.
22112 (rcirc-server-name-history, rcirc-nick-name-history)
22113 (rcirc-server-port-history): New variables.
22114
6c875452
KH
221152009-07-15 Kenichi Handa <handa@m17n.org>
22116
bf974dc9
KH
22117 * international/mule-cmds.el (set-language-environment-charset):
22118 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22119 ignore them.
22120
6c875452
KH
22121 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22122 Delete unibyte-display.
22123
2066b4fe
CY
221242009-07-15 Chong Yidong <cyd@stupidchicken.com>
22125
22126 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22127
f9be2e35
CY
221282009-07-15 Chong Yidong <cyd@stupidchicken.com>
22129
22130 * simple.el (deactivate-mark): Optional argument FORCE.
22131 (set-mark): Use deactivate-mark.
22132
22133 * info.el (Info-search): No need to check transient-mark-mode
22134 before calling deactivate-mark.
22135
22136 * select.el (x-set-selection): Doc fix.
22137 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22138 (xselect--selection-bounds): Handle buffer values.
22139 Suggested by David De La Harpe Golden.
f9be2e35 22140
6a7662bb
BR
22141 * mouse.el (mouse-set-region, mouse-drag-track):
22142 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22143 select-active-regions work.
22144
be3e598a 221452009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22146
22147 * simple.el (deactivate-mark): If select-active-regions is
22148 non-nil, copy the selection data into a string.
22149 (activate-mark): If select-active-regions is non-nil, set the
22150 selection to the current buffer.
22151 (set-mark): Update selection if select-active-regions is non-nil.
22152
22153 * select.el (x-valid-simple-selection-p): Allow buffer values.
22154
cbd61418
SM
221552009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22156
22157 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22158 and more featureful message-mode.
22159
f470187f
CY
221602009-07-14 Chong Yidong <cyd@stupidchicken.com>
22161
22162 * select.el (x-set-selection): Doc fix.
22163 (x-valid-simple-selection-p): Disallow selection data consisting
22164 of a list or cons of integers, since that is not used.
22165 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22166 (xselect-convert-to-string, xselect-convert-to-length)
22167 (xselect-convert-to-filename, xselect-convert-to-charpos)
22168 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22169
bfc99364
DD
221702009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22171
22172 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22173 output in -break-info command (Emacs bug #3794).
22174
e32721f5
GM
221752009-07-14 Glenn Morris <rgm@gnu.org>
22176
1e46f9e4
GM
22177 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22178 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22179 (edebug-print-length, edebug-print-level, edebug-print-circle)
22180 (edebug-sit-for-seconds, edebug-view-outside)
22181 (edebug-bounce-point, edebug-set-global-break-condition)
22182 (edebug-Go-nonstop-mode, edebug-trace-mode)
22183 (edebug-Trace-fast-mode, edebug-continue-mode)
22184 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22185 (edebug-visit-eval-list): Doc fixes.
22186
e32721f5
GM
22187 * subr.el (def-edebug-spec): Doc fix.
22188
66a85e76
KH
221892009-07-14 Kenichi Handa <handa@m17n.org>
22190
22191 * international/characters.el: Fix setting of category ?C.
22192
28571246
JD
221932009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22194
7b6fefac 22195 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22196 ns-popup-font-panel instead of generate-fontset-menu.
22197
5d74672c
EZ
221982009-07-12 Eli Zaretskii <eliz@gnu.org>
22199
7b6fefac 22200 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22201
eb1727a4
CY
222022009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22203
22204 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22205 the PK\003\004 header (Bug#3770).
22206
208384c5
CY
222072009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22208
22209 * pcomplete.el (pcomplete-comint-setup): Check for
22210 shell-dynamic-complete-filename too.
22211
774409a1
CY
222122009-07-11 Chong Yidong <cyd@stupidchicken.com>
22213
22214 * simple.el (temporary-goal-column): Change the value for
22215 line-move-visual to a cons cell.
22216 (line-move-visual): Record or set the window hscroll, if
22217 necessary (Bug#3494).
22218 (line-move-1): Handle cons value of temporary-goal-column.
22219
1639ee1d
KH
222202009-07-11 Kenichi Handa <handa@m17n.org>
22221
22222 * international/mule-diag.el (describe-character-set): Don't show
22223 width.
22224
2b1d2412
SS
222252009-07-10 Sam Steingold <sds@gnu.org>
22226
22227 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22228 Omake sometimes indents the errors it prints, so allow all
22229 regexps to start with spaces.
22230
ed3a5691
EZ
222312009-07-10 Eli Zaretskii <eliz@gnu.org>
22232
ed2a52e9
SM
22233 * cus-edit.el (customize-changed-options-previous-release):
22234 Bump value to 22.1. (Bug#3804)
ed3a5691 22235
49405d0e
SS
222362009-07-08 Sam Steingold <sds@gnu.org>
22237
22238 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22239 to be a cons cell (test . ignored-directory) to selectively ignore
22240 some directories depending on the location of the search.
22241
93c3eb7c
MA
222422009-07-08 Michael Albinus <michael.albinus@gmx.de>
22243
22244 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22245 remote user is root, on the local host.
22246 (tramp-local-host-p): Either the local user or the remote user
22247 must be root. (Bug#3771)
22248
6f2a8484
NR
222492009-07-08 Nick Roberts <nickrob@snap.net.nz>
22250
22251 * progmodes/gdb-mi.el (gdb): Remove description of
22252 gdb-use-separate-io-buffer.
69cb8d82 22253 (menu): Don't allow toggling of or enable
6f2a8484
NR
22254 gdb-use-separate-io-buffer from menubar.
22255
88d03607
CY
222562009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22257
22258 * mail/unrmail.el (unrmail): Make sure the message ends with two
22259 newlines (Bug#3769).
22260
7ef5b8b2
GM
222612009-07-08 Glenn Morris <rgm@gnu.org>
22262
22263 * calendar/calendar.el (calendar-current-date): Rework previous change.
22264
3ce82f97
GM
222652009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22266
22267 * calendar/calendar.el (calendar-current-date):
22268 Add an optional argument giving an offset from today.
22269
f35fc841
GM
222702009-07-08 Glenn Morris <rgm@gnu.org>
22271
22272 * tutorial.el (tutorial--describe-nonstandard-key):
22273 Adjust the message for when a key has been unbound.
22274 (help-with-tutorial): Hide the arch-tag.
22275
40149292
KH
222762009-07-08 Kenichi Handa <handa@m17n.org>
22277
69cb8d82
KH
22278 * international/fontset.el (setup-default-fontset): For each
22279 script, append (not set) font-specs.
22280
40149292
KH
22281 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22282 docstring.
22283
ff0c4194
NR
222842009-07-08 Nick Roberts <nickrob@snap.net.nz>
22285
22286 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22287 -data-list-register-names to ...
22288 (gdb-starting): ... here because GDB 7.0 requires execution to
22289 have started when using this MI command.
22290 (gdb-set-header): New function to distinguish select and
22291 unselected tabs in gdb buffers.
22292 (gdb-propertize-header): New macro that uses gdb-set-header.
22293 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22294 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22295
8954c675
CY
222962009-07-07 Chong Yidong <cyd@stupidchicken.com>
22297
22298 * Makefile.in (ELCFILES): Remove fadr.elc.
22299
0996385d
DD
223002009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22301
dc6b4519
DD
22302 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22303 may contain frame information, so `string-match' should be used.
22304 (gdb-update): Disassembly is invalidated through
22305 `gdb-get-selected-frame'.
22306 (gdb-pad-string): New function to pad string with spaces.
22307 (gdb-invalidate-disassembly): Invalidate only if the buffer
22308 exists.
22309 (gdb-disassembly-handler-custom): Column alignment.
22310 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22311 placing new ones.
22312 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22313 end of line, too.
22314 (gdb-frame-handler): Match convention to for disassembly buffer
22315 mode name.
17c1380b 22316 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22317 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22318 not highlight breakpoints without line information.
69a197a2 22319 (gdb-input): Add trailing newline to command.
dc6b4519 22320
14340b25
DD
22321 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22322 buffer properly.
22323 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22324 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22325 now.
22326 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22327 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22328 to place breakpoints.
14340b25
DD
22329 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22330 functions.
22331 (gdb-disassembly-handler-custom): Show overlay arrow.
22332 (gdb-disassembly-place-breakpoints): Show breakpoints in
22333 disassembly buffer.
22334 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22335 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22336 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22337 in `gud-menu-map'.
14340b25 22338
38d4f316 22339 * fadr.el: Remove.
1f2a6224 22340
7b6fefac 22341 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22342 (gdb-memory-address): New variable which holds top address of
7b6fefac 22343 memory page shown in memory buffer.
6a7662bb
BR
22344 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22345 New customization variables.
0996385d
DD
22346 New functions:
22347 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22348 display the memory buffer.
22349 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22350 buffer display parameters.
22351 (def-gdb-memory-format, gdb-memory-format-binary)
22352 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22353 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22354 Functions for setting memory buffer format.
22355 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22356 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22357 unit size used in memory buffer.
6a7662bb
BR
22358 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22359 Switch to next/previous page of memory buffer.
28d67a53 22360 Now using (bindat-get-field) instead of fadr functions.
0996385d 22361
9ba562d3
SS
223622009-07-07 Sam Steingold <sds@gnu.org>
22363
22364 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22365 non-top-level files.
22366
a43977db
KH
223672009-07-07 Kenichi Handa <handa@m17n.org>
22368
6a7662bb
BR
22369 * international/mule-cmds.el (reset-language-environment):
22370 Put the highset priority to the charset iso-8859-1.
a43977db 22371
d44d05e8
CY
223722009-07-06 Chong Yidong <cyd@stupidchicken.com>
22373
22374 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22375 to the end of the line when locating the block (Bug#700).
22376
3e2fa353
MA
223772009-07-06 Michael Albinus <michael.albinus@gmx.de>
22378
22379 * net/tramp.el (tramp-handle-write-region): Flush file properties
22380 in case of short track.
22381
be3e598a 223822009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22383
bf0b361c
JB
22384 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22385 Coded custom representation of verilog error regular expressions
22386 to work with Emacs-22's new format.
d88782c3 22387 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22388 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22389 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22390 error recognition into XEmacs.
22391 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22392 error recognition into Emacs-22.
22393
25c6f63e
CY
223942009-07-06 Chong Yidong <cyd@stupidchicken.com>
22395
22396 * woman.el: Remove stand-alone closing parentheses.
22397 (woman-file-name, woman2-format-paragraphs)
22398 (woman-leave-blank-lines): Code cleanup.
22399 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22400 (woman-italic, woman-bold, woman-unknown, woman-addition):
22401 Change defaults to inherit from default faces.
25c6f63e
CY
22402 (woman2-process-escapes): Consume the newline after a stand-alone
22403 filler character (Bug#3651).
22404
f176290e
GM
224052009-07-06 Glenn Morris <rgm@gnu.org>
22406
22407 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22408 (top-level): Move provide to the end.
22409 (ffap): Remove defunct URL from custom group.
22410
22411 * subr.el (eval-after-load): Doc fix.
22412
7b6fefac 224132009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22414
22415 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22416 `calc-embedded-word' is called twice.
22417
4b8b1ec5
SM
224182009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22419
22420 * files.el (find-alternate-file-other-window, find-alternate-file):
22421 Obey confirm-nonexistent-file-or-buffer.
22422
d6ceb380
MA
224232009-07-05 Michael Albinus <michael.albinus@gmx.de>
22424
22425 * dired-aux.el (dired-show-file-type): Handle remote files.
22426
be3e598a 224272009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22428
4b8b1ec5
SM
22429 * desktop.el (desktop-globals-to-save):
22430 Add file-name-history (Bug#2750).
c760f19e 22431
6d00ce04
CY
224322009-07-05 Chong Yidong <cyd@stupidchicken.com>
22433
4b8b1ec5 22434 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22435
6ee21b07
JB
224362009-07-04 Johan Bockgård <bojohan@gnu.org>
22437
22438 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22439 property on entire argument since this is what eshell-lisp-command
22440 expects.
22441
f0dbdc25
MA
224422009-07-03 Michael Albinus <michael.albinus@gmx.de>
22443
22444 * net/tramp-gvfs.el (tramp-gvfs-methods)
22445 (tramp-gvfs-zeroconf-domain)
22446 (tramp-bluez-discover-devices-timeout): Add version flag.
22447 (tramp-gvfs-handler-mounted-unmounted)
22448 (tramp-gvfs-connection-mounted-p): Polish handling of
22449 incompatibilities between GVFS 0.2 and 1.0.
22450
e044e4fc
JD
224512009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22452
4b8b1ec5 22453 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22454
2e9b968b
JB
224552009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22456
bf0b361c 22457 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22458 formatted correctly.
22459
baf1a55e
JL
224602009-07-02 Juri Linkov <juri@jurta.org>
22461
22462 * info.el: Virtual Info files and nodes.
22463 (Info-virtual-files, Info-virtual-nodes): New variables.
22464 (Info-current-node-virtual): New variable.
22465 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22466 New functions.
22467 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22468 to check for a virtual file instead of checking a fixed list
22469 of node names.
22470 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22471 instead of ad-hoc processing of "dir" and (apropos history toc).
22472 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22473 instead of ad-hoc processing of "dir" and (apropos history toc).
22474 Reread a file when moving from a virtual node.
22475 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22476 (Info-directory-toc-nodes, Info-directory-find-file)
22477 (Info-directory-find-node): New functions.
22478 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22479 (Info-history): Move part of code to
22480 `Info-history-find-node'.
22481 (Info-history-toc-nodes, Info-history-find-file)
22482 (Info-history-find-node): New functions.
22483 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22484 (Info-toc): Move part of code to `Info-toc-find-node'.
22485 (Info-toc-find-node): New function.
4b8b1ec5 22486 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22487 the current Info file name to references because now the node
22488 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22489 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22490 (Info-toc-nodes): Rename input argument `file' to `filename'.
22491 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22492 instead of ad-hoc processing of ("dir" apropos history toc).
22493 (Info-index-nodes): Use Info-virtual-file-p
22494 to check for a virtual file instead of checking a fixed list
22495 of node names.
22496 (Info-index-node): Add check for `Info-current-node-virtual'.
22497 Raise `save-match-data' higher up the tree to contain
22498 `search-forward' too (bug fix).
22499 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22500 (Info-virtual-index-nodes): New variable.
22501 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22502 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22503 (Info-apropos-file, Info-apropos-nodes): New variables.
22504 (Info-apropos-toc-nodes, Info-apropos-find-file)
22505 (Info-apropos-find-node, Info-apropos-matches): New functions.
22506 (info-apropos): Move part of code to `Info-apropos-find-node' and
22507 `Info-apropos-matches'.
22508 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22509 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22510 for a virtual file instead of checking a fixed list of node names.
22511
22512 * simple.el (async-shell-command): New command.
22513
22514 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22515
22516 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22517 instead of `mount-info'.
22518
d04bc496
MA
225192009-07-02 Michael Albinus <michael.albinus@gmx.de>
22520
22521 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22522 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22523
af0403e0
KH
225242009-07-02 Kenichi Handa <handa@m17n.org>
22525
22526 * international/mule.el (set-keyboard-coding-system): Force *-unix
22527 coding-system to avoid eol conversion.
22528
99278f8a
MA
225292009-07-01 Michael Albinus <michael.albinus@gmx.de>
22530
4b8b1ec5
SM
22531 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22532 Add handler for `process-file', `shell-command' and
99278f8a
MA
22533 `start-file-process'.
22534 (tramp-gvfs-handle-shell-command)
22535 (tramp-gvfs-handle-start-file-process)
22536 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22537 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22538
3f1c6666
JD
225392009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22540
22541 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22542
3f396bac
KH
225432009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22544
22545 * language/korean.el (set-language-info-alist): Add korean-cp949,
22546 cp949 to spec.
22547
c1185193
KH
225482009-07-01 Kenichi Handa <handa@m17n.org>
22549
22550 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22551
22552 * international/encoded-kb.el: Deleted.
22553
22554 * international/mule.el (set-keyboard-coding-system): Perform the
22555 necessary setup here instead of calling encoded-kbd-setup-display.
22556
3f150a60
GM
225572009-07-01 Glenn Morris <rgm@gnu.org>
22558
22559 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22560
b0d5b05b
GM
225612009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22562
22563 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22564
4f4126e6
MA
225652009-06-30 Michael Albinus <michael.albinus@gmx.de>
22566
4b8b1ec5
SM
22567 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22568 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22569 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22570
7ae3ea65 22571 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22572 (top): Add a default for "synce" in `tramp-default-user-alist'.
22573 Add completion function for "synce" method.
22574 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22575 (tramp-hal-interface-manager, tramp-hal-interface-device):
22576 New defconst.
22577 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22578 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22579 New defuns.
d6ceb380
MA
22580
22581 * net/trampver.el: Update release number.
7ae3ea65 22582
0ad6626b
KH
225832009-06-30 Kenichi Handa <handa@m17n.org>
22584
22585 * international/fontset.el (setup-default-fontset): Add CJK fonts
22586 for symbols and the other miscellaneous characters.
22587
4b8b1ec5
SM
22588 * language/korea-util.el (setup-korean-environment-internal):
22589 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22590 (exit-korean-environment): Cancel above.
22591
22592 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22593 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22594 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22595 environments, and an exit-function to cancel that.
22596
22597 * language/japan-util.el (setup-japanese-environment-internal):
22598 Call use-cjk-char-width-table with arg `ja_JP'.
22599
22600 * international/characters.el (cjk-char-width-table): Delete it.
22601 (cjk-char-width-table-list): New variable.
22602 (use-cjk-char-width-table): New arg local-name.
22603 (use-default-char-width-table): Fix for the case that Emacs is
22604 already using the default char-width-table.
22605
fd46e893
MA
226062009-06-29 Michael Albinus <michael.albinus@gmx.de>
22607
22608 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22609 modes mandatory. (Bug#3712)
22610
b87d9f96
AM
226112009-06-29 Alan Mackenzie <acm@muc.de>
22612
22613 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22614 correction between the visible width of TABs and their number of bytes.
b87d9f96 22615
2d25aa5a
CY
226162009-06-29 Chong Yidong <cyd@stupidchicken.com>
22617
22618 * server.el (server-buffer-done): Prevent kill-buffer from
22619 prompting by clearing the buffer modification flag (Bug#3696).
22620
a3a8b002
DN
226212009-06-28 Michael McNamara <mac@mail.brushroad.com>
22622
bf0b361c 22623 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22624 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22625 (verilog-basic-complete-re): Support localparam lineup.
22626 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22627 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22628 commenting.
22629 (verilog-leap-to-case-head): Now support *nested* unique &
22630 priority case statements.
22631 (verilog-auto-lineup): Make just declarations the default (as it
22632 had been).
4b8b1ec5 22633 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22634 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22635 select the various styles of automatic lineup.
a3a8b002
DN
22636 (verilog-error-regexp-alist): Rework to support the XEmacs style
22637 of error regular expressions from compilers, lint tools &
22638 simulators. Note that GNU Emacs has made it impossible for a mode
22639 to load such things.
22640 (electric-verilog-terminate-line, verilog-indent-declaration)
22641 (verilog-auto-wiure): Rework for radio button selection of
22642 auto-lineup selection of specification of auto lineup.
22643 (verilog-beg-of-statement-1): Redesign to support proper operation
22644 in additional code, based on testing with auto-lineup.
22645 (verilog-calculate-indent, assignments & declarations)
22646 (verilog-backward-token): Enhance to support auto-lineup of
22647 assignments & declarations.
22648 (verilog-in-directive-p, verilog-at-struct-p): New function for
22649 easy test of whether we are.
22650 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22651 to support safe execution at almost anyline.
22652 (verilog-calc-1): Properly support indenting deep inside generate
22653 blocks.
48c2d18a 22654 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22655 as it is redundant with font-lock-defaults.
a8f316ca 22656 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22657 to avoid circular calls if syntax-ppss is a function (as is the
22658 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22659 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22660 (verilog-ovm-begin-re, verilog-ovm-end-re)
22661 (verilog-ovm-statement-re, verilog-leap-to-head)
22662 (verilog-backward-token): Add support for OVM macros. Some are
22663 complete statements, and others open and close scopes like begin
22664 and end.
22665 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22666 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22667 compilation issue.
48c2d18a 22668 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22669 coverpoint, constraint and cross statements.
a3a8b002
DN
22670 (verilog-defun-level-list, verilog-generate-defun-level-list)
22671 (verilog-all-defun-level-list): Redo these specifications - it is
22672 too hard to support eval-when compile aggregation of lists also
22673 built at when-compile time.
22674 (verilog-defun-level-list): Place defconsts of variables used in
22675 building regular expressions which are built in eval-when-compile
22676 bodies in the same eval-when-compile body to facilitate compile
22677 without load.
22678 (verilog-beg-block-re-ordered): Support indenting
22679 virtual/protected tasks and functions.
7b6fefac 22680 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22681 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22682 indentation of some module items (generate items).
22683 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22684 across virtual/protected tasks and functions.
22685
226862009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22687
bf0b361c 22688 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22689 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22690 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22691 in concatenations. Reported by Yishay Belkind.
22692 (verilog-auto-ascii-enum): Support one-hot state machines in
22693 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22694 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22695 modport in AUTOINST and add vl-modport for users.
22696 Reported by David Rogoff.
a3a8b002
DN
22697 (verilog-auto-inout-module, verilog-auto-inst)
22698 (verilog-decls-get-interfaces, verilog-insert-definition)
22699 (verilog-insert-one-definition, verilog-read-decls)
22700 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22701 (verilog-sig-modport, verilog-signals-combine-bus)
22702 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22703 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22704 Suggested by David Rogoff.
22705 (verilog-repair-open-comma): Fix non-insertion of comma when
22706 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22707 (verilog-make-width-expression): Simplify [A-1:0] expression
22708 widths to just {A{1'b0}}.
22709 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22710 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22711 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22712 inputs/outputs or data type. Suggested by Vasu Kandadi.
22713 (next-error-last-buffer): Fix byte-compiler warning.
22714 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22715 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22716 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22717 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22718 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22719 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22720 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22721 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22722 causing use of <= assignments. Reported by Alex Reed.
22723 (verilog-read-decls): Fix triand, trior, wand, wor to be
22724 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22725 (verilog-extended-complete-re): Support import "DPI-C" functions.
22726 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22727 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22728 (verilog-insert-date, verilog-insert-year)
22729 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22730 Windows systems. Reported by Michael Potts.
22731 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22732 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22733 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22734 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22735 (verilog-read-decls): Fix detecting "parameter int" when using
22736 AUTOINSTPARAM. Reported by Bruce T.
22737 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22738 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22739 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22740 verilog-goto-defun will work. Reported by Lawrence Butcher.
22741 (verilog-getopt): Expand environment variables in -f file
22742 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22743 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22744 when reading enumerations.
22745 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22746 Suggested by Stephen Peltan.
4b8b1ec5 22747 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22748 files. Reported by Steve Peltan.
22749
f7c0d931
CY
227502009-06-28 David De La Harpe Golden <david@harpegolden.net>
22751
22752 * files.el (trash-directory): Fix defcustom type.
22753
baf1a55e 227542009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22755
22756 * help-fns.el (describe-function-1): Correctly locate adviced
22757 functions in hyperlink (Bug#2438).
22758
d63a01ef
CY
227592009-06-28 Chong Yidong <cyd@stupidchicken.com>
22760
22761 * files.el (trash-directory): Change default to nil.
22762 (move-file-to-trash): If trash-directory is nil and
22763 system-move-file-to-trash is unbound, perform freedesktop-style
22764 trashing.
22765
227662009-06-28 David De La Harpe Golden <david@harpegolden.net>
22767
22768 * files.el (move-file-to-trash): Add freedesktop trash
22769 support (Bug#973).
22770
fc2f6a26
GM
227712009-06-28 Glenn Morris <rgm@gnu.org>
22772
22773 * autorevert.el (global-auto-revert-non-file-buffers)
22774 (global-auto-revert-mode): Doc fixes.
22775
00242b07
JB
227762009-06-27 Johan Bockgård <bojohan@gnu.org>
22777
22778 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22779
f5594f03
CY
227802009-06-27 Chong Yidong <cyd@stupidchicken.com>
22781
e8a2b2da
CY
22782 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22783 opened an X connection before calling x-get-resource (Bug#3194).
22784
f5594f03
CY
22785 * play/doctor.el: Remove reference to obsolete website.
22786 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22787
3c3bf6ce
DN
227882009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22789
22790 Remove find-file-not-found-hook VC method. (Bug#2757)
22791 * vc-hooks.el (vc-file-not-found-hook)
22792 (vc-default-find-file-not-found-hook): Remove functions.
22793 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22794 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22795 * vc.el:
22796 * vc-hg.el:
22797 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22798
e26a7bc0
AM
227992009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22800
22801 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22802 compatibility function for `looking-back'.
e26a7bc0 22803
4b8b1ec5 22804 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22805 Use `ispell-looking-back'.
e26a7bc0 22806
d9848600
MA
228072009-06-24 Michael Albinus <michael.albinus@gmx.de>
22808
22809 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22810 rather than `filename'.
d9848600 22811
05fbc4a9
MB
228122009-06-23 Miles Bader <miles@gnu.org>
22813
22814 * face-remap.el (text-scale-set): New function.
22815
f86ca715
GM
228162009-06-23 Glenn Morris <rgm@gnu.org>
22817
33e2c2e5
GM
22818 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22819
f529f302
GM
22820 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22821
34995333
GM
22822 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22823
cc80ccee
GM
22824 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22825
84cb770d
GM
22826 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22827 Simplify Persian conditionals.
22828
d916c965
GM
22829 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22830 variable `filename'.
22831
b6a44b27
GM
22832 * comint.el (comint-insert-input): Doc fix.
22833
f86ca715
GM
22834 * Makefile.in (ELCFILES): Fix typo in previous change.
22835
666e158e
MB
228362009-06-23 Miles Bader <miles@gnu.org>
22837
22838 * cus-start.el: Add entry for `recenter-redisplay'.
22839
be3e598a 228402009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22841
22842 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22843 Add an optional argument for the backend, use it instead of
22844 calling vc-backend.
4b8b1ec5
SM
22845 (vc-mode-line): Add an optional argument for the backend.
22846 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22847 special handling for vc-state being a buffer to ...
22848
22849 * vc-rcs.el (vc-rcs-find-file-hook):
22850 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22851
22852 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22853 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22854 vc-stay-local-p and vc-mode-line calls.
22855
22856 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22857 (vc-cvs-diff, vc-cvs-annotate-command)
22858 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22859 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22860 vc-mode-line calls.
22861
22862 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22863 direct comparison.
22864 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22865 backend when calling vc-mode-line.
22866 (vc-register): Do not create a closure for calling the vc register
22867 function, call it directly.
22868
2764748c
DN
228692009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22870
22871 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22872 to make it obvious item can be clicked.
f5a0b281
DN
22873
22874 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22875
d4a885b2
KH
228762009-06-23 Kenichi Handa <handa@m17n.org>
22877
22878 * language/korea-util.el (korean-key-bindings): Change the binding
22879 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22880 same command.
22881
e3610693
MA
228822009-06-22 Michael Albinus <michael.albinus@gmx.de>
22883
22884 Sync with Tramp 2.1.16.
22885
22886 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22887
22888 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22889 when a loading of a package fails. Completion function for rsync
22890 is `tramp-completion-function-alist-ssh'.
22891 (all): Replace all calls of `split-string' and
22892 `tramp-split-string' by `tramp-compat-split-string'.
22893 (tramp-default-method): Use `tramp-compat-process-running-p'.
22894 (tramp-default-proxies-alist): Allow also Lisp forms.
22895 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22896 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22897 (tramp-domain-regexp): Allow also "-", "_" and ".".
22898 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22899 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22900 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22901 (tramp-handle-directory-files-and-attributes-with-stat):
22902 Care about filenames with spaces, or starting with "-".
e3610693
MA
22903 (tramp-handle-dired-uncache): New defun.
22904 (tramp-handle-insert-directory): Don't flush the directory from
22905 cache, this is handled by `dired-uncache' now.
22906 (tramp-handle-insert-file-contents): Improve error handling.
22907 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22908 Quote `tramp-end-of-output'.
22909 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22910 (tramp-check-for-regexp): Both echoes must be present, before removing.
22911 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22912 (tramp-compute-multi-hops): Eval cons cells of
22913 `tramp-default-proxies-alist'.
22914 (tramp-maybe-open-connection): Use the same command pattern for
22915 first hop and further hops.
22916 (tramp-wait-for-output): Remove handling of newlines.
22917 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22918 (tramp-split-string): Remove function. It is handled in
22919 tramp-compat now.
22920
4b8b1ec5
SM
22921 * net/tramp-cmds.el (tramp-bug):
22922 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22923
22924 * net/tramp-compat.el (tramp-compat-split-string)
22925 (tramp-compat-process-running-p): New defuns.
22926
22927 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22928 for `dired-uncache'.
22929
22930 * net/tramp-gvfs.el: New package.
22931
4b8b1ec5
SM
22932 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22933 Add handler for `dired-uncache'.
e3610693
MA
22934 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22935
22936 * net/trampver.el: Update release number. Make version check fit
22937 for SXEmacs 22.
22938
13a3f374
JM
229392009-06-22 Jim Meyering <meyering@redhat.com>
22940
e0a28a3b 22941 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22942 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22943 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22944
5242671e 229452009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22946 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22947
e0a28a3b 22948 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22949 repository (http://sphinx.net.ru/hg/gdb-mi/).
22950
3fde45af
GM
229512009-06-22 Glenn Morris <rgm@gnu.org>
22952
46253b34
GM
22953 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22954 `mode' and `eval' entries. (Bug#3430)
22955
97e18192
GM
22956 * Makefile.in (ELCFILES): Add fadr.elc.
22957
731a00fb
GM
22958 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22959 differing behavior of \n and ^ in strings. (Bug#3385)
22960
c66cd0ff
GM
22961 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22962
3fde45af
GM
22963 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22964 property.
22965 (lisp-indent-function): Make it a defcustom.
22966
db2241a0
NR
229672009-06-21 Nick Roberts <nickrob@snap.net.nz>
22968
22969 * progmodes/gdb-ui.el: Replace with ...
5242671e 22970 * progmodes/gdb-mi.el: ... this file.
db2241a0 22971 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22972
229732009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22974
db2241a0
NR
22975 * fadr.el: New file.
22976
38d4f316 22977See ChangeLog.14 for earlier changes.
e3d51b27
MR
22978
22979;; Local Variables:
22980;; coding: utf-8
e3d51b27
MR
22981;; End:
22982
73b0cd50 22983 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22984
22985 This file is part of GNU Emacs.
22986
22987 GNU Emacs is free software: you can redistribute it and/or modify
22988 it under the terms of the GNU General Public License as published by
22989 the Free Software Foundation, either version 3 of the License, or
22990 (at your option) any later version.
22991
22992 GNU Emacs is distributed in the hope that it will be useful,
22993 but WITHOUT ANY WARRANTY; without even the implied warranty of
22994 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22995 GNU General Public License for more details.
22996
22997 You should have received a copy of the GNU General Public License
22998 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.