Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.edu
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
09d9db2c
GM
12011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
4 into declaration. Remove redundant and harmful binding.
5
62011-03-12 Eli Zaretskii <eliz@gnu.org>
7
8 * files.el (file-ownership-preserved-p): Pass `integer' as an
9 explicit 2nd argument to `file-attributes'. If the file's owner
10 is the Administrators group on Windows, and the current user is
11 Administrator, consider that a match.
12
13 * server.el (server-ensure-safe-dir): Consider server directory
14 safe on MS-Windows if its owner is the Administrators group while
15 the current Emacs user is Administrator. Use `=' to compare
16 numerical UIDs, since they could be integers or floats.
17
219bd536
JB
182011-03-12 Juanma Barranquero <lekktu@gmail.com>
19
20 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21
f3afd36b
MA
222011-03-12 Michael Albinus <michael.albinus@gmx.de>
23
24 Sync with Tramp 2.2.1.
25
26 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
27
28 * net/trampver.el: Update release number.
29
3aaaa6f1
SM
302011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
31
94642599
SM
32 * progmodes/compile.el (compilation--previous-directory): Fix up
33 various nil/dead-marker mismatches (bug#8014).
34 (compilation-directory-properties, compilation-error-properties):
35 Don't call it at a position past the one we're about to change.
36
3aaaa6f1
SM
37 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
38 Disable obsolescence warnings in the file that declares it.
39
14239447
KM
402011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
41
219bd536 42 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
43 allout-widgets-tally as a hash table rather than nil to prevent
44 mode-line redisplay warnings.
45 Also, clarify the module description and fix a comment typo.
46
135e287c
JB
472011-03-11 Juanma Barranquero <lekktu@gmail.com>
48
49 * help-fns.el (describe-variable): Don't complete keywords.
50 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
51
ffbf300e
CY
522011-03-10 Chong Yidong <cyd@stupidchicken.com>
53
ba08b241
CY
54 * emacs-lisp/package.el (package-version-join): Impose a standard
55 string representation for pre/alpha/beta version lists.
56 (package-unpack-single): Standardize the directory name by passing
57 it through package-version-join.
58 (package-strip-rcs-id): Accept any version string that does not
59 signal an error in version-to-list.
ffbf300e 60
f346fd6b
MA
612011-03-10 Michael Albinus <michael.albinus@gmx.de>
62
63 * simple.el (delete-trailing-whitespace): Return nil for the
64 benefit of `write-file-functions'.
65
ccb55d27
GM
662011-03-10 Glenn Morris <rgm@gnu.org>
67
5ceaac0c
GM
68 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
69
02da65ff
GM
70 * vc/vc-git.el (vc-git-program): New option.
71 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
72 (vc-git--call): Use it.
73
b2f603cc
GM
74 * eshell/esh-util.el (eshell-condition-case): Doc fix.
75
5772caab
GM
76 * cus-edit.el (Custom-newline): If no button at point, look
77 for a subgroup button at start-of-line. (Bug#2298)
78
ccb55d27
GM
79 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
80
ec6ecaed
JD
812011-03-10 Julien Danjou <julien@danjou.info>
82
83 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
84 `cursor-type' is nil.
85
9d5aa01d
JB
862011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
87
88 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
89
b6a5875b
KM
902011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
91
92 * allout.el Summary: Change so yank of distinctive-bullet items
93 preserves the existing header prefix, rebulleting it if necessary,
94 rather than replacing it. This is necessary for proper operation
95 of cooperative addons like allout-widgets.
219bd536 96 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
97 SOLICIT arg to INSTEAD, and interpret additionally a string value
98 as alternate bullet to be used, instead of prompting the user for
99 a bullet character.
100
ee545c35
MA
1012011-03-09 Michael Albinus <michael.albinus@gmx.de>
102
103 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
104 not use `tramp-file-name-port', because this returns also
105 `tramp-default-port'.
106
c47971d7
DD
1072011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
108
109 * net/rcirc.el (rcirc-handler-001): Remove useless
110 with-rcirc-process-buffer.
111 (rcirc-check-auth-status): Swap arguments to string-match.
112
13522cb4
GM
1132011-03-09 Glenn Morris <rgm@gnu.org>
114
0be6f4f1
GM
115 * shell.el (shell-mode):
116 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
117
13522cb4
GM
118 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
119 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
120
515de2e3
CY
1212011-03-08 Chong Yidong <cyd@stupidchicken.com>
122
123 * emacs-lisp/package.el (package-refresh-contents)
124 (package-menu-execute): Use condition-case-no-debug.
125
b511b994
MA
1262011-03-08 Michael Albinus <michael.albinus@gmx.de>
127
128 * simple.el (shell-command-to-string): Use `process-file'.
129
130 * emacs-lisp/package.el (package-tar-file-info): Handle also
131 remote files.
132
133 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
134 `equal' for upload base check.
135
25bbfb31
AM
1362011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
137
138 * textmodes/texinfo.el (texinfo-environments):
139 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
140
be996521
GM
1412011-03-08 Glenn Morris <rgm@gnu.org>
142
e9c8529f
GM
143 * cus-start.el (cursor-in-non-selected-windows):
144 Fix :set quoting oddness. (Bug#8192)
145
be996521
GM
146 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
147 in some setf expressions. (Bug#2159)
148
2bb5649e
CY
1492011-03-08 Chong Yidong <cyd@stupidchicken.com>
150
151 * custom.el (custom-available-themes): Return themes in
152 alphabetical order.
153
7600cf45
CY
1542011-03-07 Chong Yidong <cyd@stupidchicken.com>
155
156 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
157 application of patch from Alan Mackenzie (Bug#7595).
158
fa7062f6
DD
1592011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
160
161 * net/rcirc.el (rcirc-connect): Fix PASS bug.
162
619f4b62
GM
1632011-03-07 Glenn Morris <rgm@gnu.org>
164
165 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 166 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 167
e63e9234
ER
1682011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
169
170 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
171 Add optional `after-sunset' argument. (Bug#8190)
172
16130297
AH
1732011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
174
175 * play/morse.el (nato-alphabet, nato-region, denato-region):
176 New variable and functions. (Bug#2288)
f72c1fd6 177 (morse-region, unmorse-region): Barf if read-only.
16130297 178
2b0787b3
SM
1792011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * progmodes/gud.el (gdb-script-syntax-propertize-function):
182 Don't change the syntax of a \n that closes a comment (bug#8169).
183
5c69cb2c
CY
1842011-03-06 Chong Yidong <cyd@stupidchicken.com>
185
186 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
187 defcustom.
188 (package--update-file): Doc fix. Accept relative file names.
189 (package--archive-contents-from-file): Remove the argument, since
190 it's necessarily always "archive-contents".
191 (package-maint-add-news-item): Pass relative file name args to
192 package--update-file.
193 (package-upload-buffer-internal): Prompt for a destination if
194 package-archive-upload-base is invalid. Create the directory if
195 it does not exist.
196 (package-upload-buffer, package-upload-file): Doc fix.
197
892777ba
CY
1982011-03-06 Chong Yidong <cyd@stupidchicken.com>
199
200 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
201 and move isearch-yank-line to M-s C-e (Bug#8183).
202
9d1f0f55
AM
2032011-03-06 Alan Mackenzie <acm@muc.de>
204
205 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
206 (c-guess-basic-syntax): Move CASE 19 to a different place,
207 correctly to process template-args-cont lines.
9d1f0f55 208
479a2c9b
JB
2092011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
210
2b0787b3
SM
211 * calc/calc-ext.el (calc-init-extensions):
212 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
213 and calc-nplevel, respectively. Add keybindings for calc-spn,
214 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
215 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
216
217 * calc/calc-units.el (calc-dblevel): Rename from
218 calc-logunits-dblevel.
219 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
220 (math-midi-round, math-freqp, math-midip, math-spnp)
221 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
222 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
223 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
224 (math-notes): New variable.
225
226 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 227
f561e49a
CY
2282011-03-06 Chong Yidong <cyd@stupidchicken.com>
229
230 * emacs-lisp/package.el (package-archives): Accept either ordinary
231 directory names, in addition to HTTP URLs.
232 (package--with-work-buffer): New macro. Handle normal directories.
233 (package-handle-response): Don't display the failing buffer.
234 (package-download-single, package-download-tar)
235 (package--download-one-archive): Use package--with-work-buffer.
236 (package-archive-base): Rename from package-archive-url.
237
79a0fb58
GM
2382011-03-06 Glenn Morris <rgm@gnu.org>
239
240 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
241 (xmodmap-generic-mode): Respect generic-extras-enable-list.
242
ffd0a502
DC
2432011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
244
245 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
246
01c35094
JB
2472011-03-06 Juanma Barranquero <lekktu@gmail.com>
248
249 * allout.el (allout-init, allout-prefixed-keybindings)
250 (allout-unprefixed-keybindings):
251 * progmodes/prolog.el (prolog-find-term):
252 Fix typos in docstrings.
253
509742cc
NS
2542011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
255
256 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
257
14369ab3
KR
2582011-03-06 Kevin Ryde <user42@zip.com.au>
259
260 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
261
aa248733
MS
2622011-03-06 Michael Shields <shields@msrl.com> (tiny change)
263
264 * window.el (one-window-p, walk-windows, display-buffer):
265 Doc fixes. (Bug#5567)
266
da0275f8
JB
2672011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
268
269 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
270 of the variable if it exists.
271
845fc5e5
JB
2722011-03-06 Juanma Barranquero <lekktu@gmail.com>
273
274 * bookmark.el:
275 * desktop.el:
276 * emacs-lock.el:
277 * ps-print.el:
278 * saveplace.el:
279 * net/tramp-cache.el:
01c35094 280 * obsolete/fast-lock.el:
845fc5e5
JB
281 * textmodes/reftex.el:
282 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
283
7e27ce9c
AL
2842011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
285
01c35094
JB
286 * files.el (delete-directory, copy-directory, list-directory):
287 Use read-directory-name.
7e27ce9c
AL
288
289 * find-file.el (ff-find-the-other-file):
290 * net/ange-ftp.el (ange-ftp-make-directory):
291 * printing.el (pr-interactive-dir):
292 * progmodes/ada-prj.el (ada-prj-load-directory):
293 * progmodes/ebnf2ps.el (ebnf-print-directory)
294 (ebnf-spool-directory, ebnf-eps-directory)
295 (ebnf-syntax-directory):
296 * shell.el (shell):
297 * speedbar.el (speedbar-create-directory):
298 * vc/emerge.el (emerge-merge-directories):
299 * vc/vc-dir.el (vc-dir):
300 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
301
d23ae2b0
CY
3022011-03-05 Chong Yidong <cyd@stupidchicken.com>
303
304 * help-mode.el (help-buffer): If we are to return the current
305 buffer, signal an error if it's not in Help mode (Bug#8147).
306
2de9cc1a
RT
3072011-03-05 Reuben Thomas <rrt@sc3d.org>
308
309 * files.el (file-name-version-regexp): Handle backup files of the
310 form `foo.js.~HEAD~1~' (Bug#8159).
311
81fb60b2
GM
3122011-03-05 Glenn Morris <rgm@gnu.org>
313
314 * eshell/esh-var.el: Don't require esh-test when compiling.
315 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
316 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 317 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 318
c5f09daf
DE
3192011-03-05 David Engster <deng@randomsample.de>
320
321 * files.el (save-some-buffers): Report the names of buffers saved
322 automatically due to buffer-save-without-query (Bug#8134).
323
77f63d30
DD
3242011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
325
326 * net/rcirc.el: Add QuakeNet authentication support.
327 (rcirc-authinfo, rcirc-check-auth-status)
328 (rcirc-authenticate): Support QuakeNet.
329
72d2c2e3
DD
3302011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
331
332 * net/rcirc.el: Add functionality to authenticate before
333 autojoining channels.
334 (rcirc-authenticate-before-join): New option.
335 (rcirc-authenticated-hook): New variable.
336 (rcirc-connect): Make local variable rcirc-user-authenticated.
337 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
338 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
339 New functions.
340 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
341 Call rcirc-check-auth-status.
72d2c2e3 342
d733e817
MA
3432011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
344
345 * net/soap-client.el (soap-namespace-put-link): Check if the target
346 name is fully qualified -- use only the name part.
347 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
348 types, treated the same as xsd:sequence. (Bug#8166)
349
3ae59fff
EZ
3502011-03-05 Eli Zaretskii <eliz@gnu.org>
351
352 * files.el (find-file-noselect): Don't ask about re-visiting
353 non-literally if the file is already visited in image-mode.
354 (Bug#8177)
355
a9eeff78
GM
3562011-03-05 Glenn Morris <rgm@gnu.org>
357
d783d303
GM
358 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
359 (eshell-mode): Use eshell-kill-buffer-function.
360 Run the -initialize functions independently of the -load-hooks.
361 * eshell/esh-proc.el (eshell-kill-process-function): New function.
362 (eshell-gather-process-output, eshell-sentinel)
363 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
364 Use eshell-kill-process-function.
365 * eshell/em-alias.el (eshell-alias-load-hook):
366 * eshell/em-banner.el (eshell-banner-load-hook):
367 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
368 * eshell/em-dirs.el (eshell-dirs-load-hook):
369 * eshell/em-glob.el (eshell-glob-load-hook):
370 * eshell/em-hist.el (eshell-hist-load-hook):
371 * eshell/em-pred.el (eshell-pred-load-hook):
372 * eshell/em-prompt.el (eshell-prompt-load-hook):
373 * eshell/em-rebind.el (eshell-rebind-load-hook):
374 * eshell/em-script.el (eshell-script-load-hook):
375 * eshell/em-smart.el (eshell-smart-load-hook):
376 * eshell/em-term.el (eshell-term-load-hook):
377 * eshell/em-unix.el (eshell-unix-load-hook):
378 * eshell/esh-arg.el (eshell-arg-load-hook):
379 * eshell/esh-cmd.el (eshell-cmd-load-hook):
380 * eshell/esh-ext.el (eshell-ext-load-hook):
381 * eshell/esh-io.el (eshell-io-load-hook):
382 * eshell/esh-mode.el (eshell-exit-hook):
383 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
384 * eshell/esh-var.el (eshell-var-load-hook):
385 Set default hook values to nil. (Bug#5375)
386
4a0f18a8
GM
387 * eshell/esh-module.el (eshell-module-unload-hook)
388 (eshell-modules-list): Remove leading * from defcustom docs.
389
a9eeff78
GM
390 * eshell/esh-util.el (eshell-for): Make it obsolete.
391 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
392 * eshell/em-dirs.el (eshell-save-some-last-dir):
393 * eshell/em-hist.el (eshell-save-some-history)
394 (eshell-hist-parse-modifier):
395 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
396 (eshell-ls-entries):
397 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
398 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
399 (eshell/which):
400 * eshell/esh-ext.el (eshell-find-interpreter):
401 * eshell/esh-mode.el (eshell-mode):
402 * eshell/esh-module.el (eshell-unload-extension-modules):
403 * eshell/esh-proc.el (eshell-process-interact):
404 * eshell/esh-test.el (eshell-test):
405 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
406 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
407 (eshell-variables-list):
408 * eshell/eshell.el (eshell-unload-all-modules):
409 Replace eshell-for with dolist.
410
85a55d38
GM
4112011-03-04 Glenn Morris <rgm@gnu.org>
412
413 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
414
38c179c9
TT
4152011-03-04 Tom Tromey <tromey@redhat.com>
416
417 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
418
732795fa
GM
4192011-03-04 Glenn Morris <rgm@gnu.org>
420
015bea8f
GM
421 * outline.el (outline-regexp): No longer allow nil.
422 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
423
9d982739
GM
424 * net/browse-url.el (browse-url):
425 Handle deleted default-directory. (Bug#6077)
426
732795fa
GM
427 * recentf.el (recentf-include-p): In case of a buggy predicate,
428 err on the side of including, not excluding. (Bug#5843)
429
d6ffd3f8
JB
4302011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
431
432 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
433 variables as units.
434
a918ed9b
BR
4352011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
436
437 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
438 if there is no node. (Bug#3261)
439
fc0e9092
LL
4402011-03-04 Leo <sdl.web@gmail.com>
441
0a5cb52b
LL
442 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
443
fc0e9092
LL
444 * time.el (display-time-world-list): Fix typo. (Bug#7571)
445
a65112fb 4462011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
447
448 * cus-edit.el (custom-buffer-create-internal):
449 Split search string before passing it to `customize-apropos' (bug#8136).
450
3191adaf
DA
4512011-03-04 Drew Adams <drew.adams@oracle.com>
452
453 * image-dired.el (image-dired-cmd-read-exif-data-options):
454 Fix typo in docstring (bug#8156).
455
fcd8ed1d
DD
4562011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
457
458 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
459
de69c0a8
CO
4602011-03-03 Christian Ohler <ohler@gnu.org>
461
462 * emacs-lisp/ert.el (ert--explain-equal): New function.
463 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
464 All callers changed.
465 (ert--explain-equal-including-properties): Renamed from
466 `ert--explain-not-equal-including-properties'. All callers
467 changed.
468
7c0d1441
CO
4692011-03-03 Christian Ohler <ohler@gnu.org>
470
471 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
472 (ert-char-for-test-result, ert-string-for-test-result)
473 (ert-run-tests-batch, ert--print-test-for-ewoc):
474 Handle `ert-test-quit'.
475
31128af6
DA
4762011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
477
478 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
479 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
480
06083aa1
GM
4812011-03-03 Glenn Morris <rgm@gnu.org>
482
483 * files.el (file-truename): Doc fix. (Bug#2341)
484
c7a74801
BR
4852011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
486
01c35094 487 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 488
614b85f8
VJ
4892011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
490
491 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
492 programs output backslashes. (Bug#7663)
493
f96dc50f
GM
4942011-03-03 Glenn Morris <rgm@gnu.org>
495
fb532fe8
GM
496 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
497 (mail-mode): Remove mail-sent-via from the doc.
498 (mail-sent-via): Make it obsolete. (Bug#1776)
499
a915d7a1
GM
500 * progmodes/grep.el (grep-highlight-matches): Doc fix.
501 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
502
f96dc50f
GM
503 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
504 with no parents. (Bug#8025)
505
71f8b7ed
G
5062011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
507
508 * password-cache.el (password-in-cache-p): Add autoload.
509
8889f4e2
GM
5102011-03-02 Glenn Morris <rgm@gnu.org>
511
3ab7ebb9
GM
512 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
513 * dired-x.el (Man-support-local-filenames): Autoload it.
514 (dired-guess-shell-alist-default): Also handle Red Hat's man.
515
2777ccbf
GM
516 * dired-x.el (dired-default-directory-alist, dired-default-directory):
517 Mark as obsolete.
518 (dired-smart-shell-command): Just call dired-current-directory.
519
5dedeef2
GM
520 * dired-x.el (dired-jump-other-window): Add autoload.
521 (dired-default-directory-alist, dired-default-directory): Doc fixes.
522 (dired-default-directory-alist): Mark as risky.
523
8889f4e2
GM
524 * dired-x.el (dired-omit-here-always): Make it obsolete.
525
d77aaf6f
CY
5262011-03-02 Chong Yidong <cyd@stupidchicken.com>
527
528 * textmodes/artist.el (artist-curr-go): Default to pen-line.
529 (artist-select-op-pen-line): New function.
530 (artist-menu-map): New variable.
531 (artist-mode-map): Add a menu to the menu-bar.
532
771fc75e
JB
5332011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
534
535 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
536 when evaluating.
537
538 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
539 New function.
540 (math-logunits-add, math-logunits-mul, math-logunits-divide):
541 (math-logunits-quant, math-logunits-level):
542 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
543 functions.
544 (math-logunits-level): Extract units from ratio.
545
f6132e5a
JB
5462011-03-01 Juanma Barranquero <lekktu@gmail.com>
547
548 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
549
7454f200
GM
5502011-03-01 Glenn Morris <rgm@gnu.org>
551
a65112fb
GM
552 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
553 (diary-hebrew-birthday): Rename and rework functions added
554 in previous change.
7454f200 555
cdcbd5a7
ER
5562011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
557
558 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
559 (diary-hebrew-birthday): New functions.
560
9903d828
GM
5612011-03-01 Glenn Morris <rgm@gnu.org>
562
563 * dired.el (dired-safe-switches-p): Beef it up.
564 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
565
75da6eb9
SM
5662011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * dired.el (dired-safe-switches-p): New function.
569
6640b281
GM
5702011-03-01 Glenn Morris <rgm@gnu.org>
571
572 * files.el (dir-locals-collect-variables):
573 Add the ability to exclude subdirectories. (Bug#8100)
574
575 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
576
cead857b
CS
5772011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
578
579 * ido.el (ido-everywhere): Doc fix.
580 (ido-mode): Doc fix.
581
0a906ec3
GM
5822011-02-28 Glenn Morris <rgm@gnu.org>
583
584 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
585
22b300de
MA
5862011-02-28 Michael Albinus <michael.albinus@gmx.de>
587
588 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
589 shadows.
590
abec5126 5912011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
592
593 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
594
ca3afb79
JB
5952011-02-28 Juanma Barranquero <lekktu@gmail.com>
596
597 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
598 Fix typos in docstrings.
599
edb57480
SB
6002011-02-28 Stephen Berman <stephen.berman@gmx.net>
601
602 * dired-aux.el (dired-update-file-line):
603 Fix 2010-11-09 change. (Bug#8131)
604
2b0c7330 6052011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
606
607 * international/mule-cmds.el (set-default-coding-systems): Use the
608 -unix variant of encoding in default-keyboard-coding-system.
609 (Bug#8122)
610
df7f0d0b
CY
6112011-02-27 Chong Yidong <cyd@stupidchicken.com>
612
613 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
614
3e478a7c 6152011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
616
617 * term/screen.el: New file (Bug#2650).
618
1f0816b6
SM
6192011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
622 (pcase-mutually-exclusive-predicates): New var.
623 (pcase--split-consp, pcase--split-pred): Use it.
624 (pcase--split-equal, pcase--split-member): When splitting against
625 a pure predicate, run it to know the outcome.
626 (pcase--u1): Mark vars that are actually used.
627 (pcase--q1): Avoid introducing unused vars.
628
b49df742
JB
6292011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
630
631 * calc/calc-ext.el (calc-init-extensions):
632 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
633
634 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
635 symbolic mode.
636
637 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
638 argument is a variable.
639
e573299d
SM
6402011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
643 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
644 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
645
61e9662e
TZ
6462011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
647
648 * password-cache.el (password-in-cache-p): Convenience function to
649 check if a key is in the cache, even if the value is nil.
650
7fe42546
J
6512011-02-25 Jambunathan K <kjambunathan@gmail.com>
652
653 * emacs-lisp/package-x.el (package--archive-contents-from-url)
654 (package--archive-contents-from-file): New functions.
655 (package-update-news-on-upload): New var.
656 (package-upload-buffer-internal): Extract archive-contents from
657 package-archive-upload-base if it is not found at archive-url.
658 Obey package-update-news-on-upload.
659 (package-upload-buffer, package-upload-file): Doc fix.
660
2d8a57ef
GM
6612011-02-24 Glenn Morris <rgm@gnu.org>
662
6a88f031
GM
663 * files-x.el (modify-dir-local-variable): Handle dir-locals from
664 the cache, and from non-file sources.
665
303f9ae0
GM
666 * help-fns.el (describe-variable): Return consistent results when a
667 dir-local from a file came from the cache or did not. (Bug#8095)
668 If a dir-local has no associated file, say it came from a "directory".
669
07915ed9
GM
670 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
671 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
672
ebe401f6
GM
673 * files.el (dir-locals-find-file): Doc fix.
674 Fix the check for cache elements that have no associated file,
303f9ae0 675 and the mtime check for those that do. (Bug#8095)
ebe401f6 676
b36f2f1c
GM
677 * dired-x.el (dired-hack-local-variables):
678 Handle interrupts during hacking local variables. (Bug#5216)
679
2d8a57ef
GM
680 * emacs-lisp/autoload.el (autoload-save-buffers)
681 (autoload-find-destination, update-directory-autoloads):
682 Avoid prompts when updating autoloads.
683
53cfe624
SM
6842011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
687
c1449bff
KH
6882011-02-23 Kenichi Handa <handa@m17n.org>
689
690 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
691 error when a multipart boundary in the nested multipart is found.
692
251ebe0f
KH
693 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
694 header components.
695
5582c670
GM
6962011-02-23 Glenn Morris <rgm@gnu.org>
697
817b48a7
GM
698 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
699 * dired-x.el (dired-omit-mode): Safe if boolean.
700 (dired-enable-local-variables): Fix doc and custom type.
701 (dired-enable-local-variables, dired-local-variables-file)
702 (dired-hack-local-variables): Make obsolete.
703 (dired-omit-here-always): Use dir-locals.el instead.
704
5582c670
GM
705 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
706
5f9d345c
SM
7072011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * help-fns.el (describe-function-1): Don't signal an error just because
710 the DOC file disappeared.
711
01c35094 7122011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
713
714 * eshell/esh-ext.el (eshell-external-command): Do not restrict
715 remote check to "ftp". (Bug#8089)
716
e84efb70
AM
7172011-02-21 Alan Mackenzie <acm@muc.de>
718
719 Fix bug #7930.
720 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
721 in macros finding their way into c-state-nonlit-pos-cache.
722 Strengthen the comments.
723 (c-state-dump): New commented out diagnostic routine.
724
c6309045
MA
7252011-02-21 Michael Albinus <michael.albinus@gmx.de>
726
727 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
728 `field' property of `rfn-eshadow-overlay'.
729
06b840e0
LI
7302011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
731
732 * net/netrc.el (netrc-parse): Comment fix.
733
6d713256
CY
7342011-02-21 Chong Yidong <cyd@stupidchicken.com>
735
736 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
737 Autoload. Add optional arg FRAME, and pass it to color-values.
738 (color-complement): Caller changed. Doc fix.
739 (color-gradient): Rewrite for better clarity and efficiency.
740
741 * faces.el (color-values): Use cond for clarity. Doc fix.
742
5f9d345c 743 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 744 color.el instead.
5f9d345c
SM
745 (list-colors-sort-key, list-colors-print):
746 Use color-normalized-values.
6d713256
CY
747
7482011-02-20 Drew Adams <drew.adams@oracle.com>
749
750 * color.el: First part of merge from hexrgb.el.
751 (color-rgb-to-hex): Rename from color-rgb->hex.
752 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
753 saturation to zero if the value is too small.
754 (color-rgb-to-hsl): Rename from color-rgb->hsl.
755 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
756 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
757 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
758 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
759 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
760 (color-cie-de2000): Doc fix.
761
aa9c0efc
AM
7622011-02-20 Alan Mackenzie <acm@muc.de>
763
764 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
765 locating the beginning of a macro. (Bug#7595)
766
18cfb5a1
GM
7672011-02-20 Glenn Morris <rgm@gnu.org>
768
e17816e5
GM
769 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
770 Don't autoload it.
771
18cfb5a1
GM
772 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
773 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
774
01c35094
JB
7752011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
776 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
777
778 * progmodes/hideshow.el (hs-find-block-beginning)
779 (hs-hide-level-recursive): Ignore comments when parsing braces
780 (Bug#8036).
781
7822011-02-19 Chong Yidong <cyd@stupidchicken.com>
783
784 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
785 (vc-bzr-pull): Use it.
786
3ab713fd
CY
7872011-02-19 Chong Yidong <cyd@stupidchicken.com>
788
789 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
790 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
791 but returning an alist. Ignore comments in bzr conffile.
792 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
793 (vc-bzr-error-regex-alist): New var.
794 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
795
5f9d345c
SM
796 * vc/vc-dispatcher.el (vc-do-async-command):
797 Bind inhibit-read-only to t.
3ab713fd
CY
798
799 * progmodes/compile.el (compilation--flush-directory-cache):
800 Handle the case where cdr of compilation--flush-directory-cache
801 points to no buffer, which can occur if we previously switched to
802 compilation-mode in a pregenerated buffer.
803
16bc9688
KH
8042011-02-19 Kenichi Handa <handa@m17n.org>
805
806 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
807 get the header copy into the temporary buffer.
808 (rmail-mime-insert-decoded-text): Ignore us-ascii.
809 (rmail-show-mime): When rmail-mime-coding-system is nil, set
810 buffer-file-coding-system to undecided.
811
67ab0163 8122011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 813
a167e505
EZ
814 * international/mule-cmds.el (read-char-by-name, ucs-insert):
815 Document completion with asterisk and a substring.
816
67ab0163 8172011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
818
819 * files.el (find-file-literally): Doc fix.
820
41002397
GM
821 * simple.el (rfc822-goto-eoh): Give it a doc-string.
822
b8bd9908
GM
823 * log-edit.el (log-edit-insert-changelog):
824 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
825
4d737eb2
GM
8262011-02-19 Glenn Morris <rgm@gnu.org>
827
cad7445b
GM
828 * dired-x.el: Don't require dired-aux.
829 (dired-do-create-files, dired-mark-read-regexp)
830 (dired-do-create-files-regexp): Autoload from dired-aux.
831
bea584fa
GM
832 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
833 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
834
d6e96966
GM
835 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
836 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
837
42924231
GM
838 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
839 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
840 (dired-clean-up-buffers-too): Declare.
841
203784cc
GM
842 * dired-x.el (dired-initial-position): Merge into dired.el's version.
843 * dired.el (dired-initial-position): Merge dired-x's version here.
844 (dired-find-subdir): Declare.
845
30abce25
GM
846 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
847 * dired-aux.el (dired-add-entry): Give it a doc-string.
848 Merge dired-x's dired-omit handling here.
849 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
850
4d737eb2
GM
851 * international/mule-diag.el (list-input-methods-1):
852 Indent all lines of multi-line doc-strings. (Bug#8066)
853
abd20d91
CY
8542011-02-18 Chong Yidong <cyd@stupidchicken.com>
855
856 Fix 2011-02-02 changes.
857
858 * apropos.el (apropos-print): Call apropos-mode before setting up
859 buffer variables. Use inhibit-read-only.
860
5f9d345c
SM
861 * emacs-lisp/package.el (package--list-packages):
862 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
863
864 * play/solitaire.el (solitaire): Call solitaire-mode before
865 setting up buffer variables. Use inhibit-read-only.
866
e697fcfc
LM
8672011-02-18 Lawrence Mitchell <wence@gmx.li>
868
869 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
870 Bind case-fold-search to nil when looking for end of here-doc.
871
4114ed61
EZ
8722011-02-18 Eli Zaretskii <eliz@gnu.org>
873
e697fcfc
LM
874 * image-mode.el (image-toggle-display-image):
875 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
876 files. (Bug#8047)
877
aa56f361
SM
8782011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * files.el (cd): Make completion obey cd-path (bug#7924).
881
d1be20a1
GM
8822011-02-18 Glenn Morris <rgm@gnu.org>
883
135dee55
GM
884 * progmodes/prolog.el: Don't require compile when compiling.
885 (compilation-shell-minor-mode, compilation-error-regexp-alist)
886 (compilation-forget-errors, compilation-fake-loc)
887 (compilation-parse-errors-function, compilation-error-list): Declare.
888 (prolog-inferior-mode): Require 'compile.
889
15e0d5a1
GM
890 * emulation/cua-base.el (pc-selection-mode): Declare.
891
002b46b7
GM
892 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
893 (customize-object): Add autoload cookie.
894 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
895 (eieio-browse, describe-class, eieio-describe-class)
896 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
897 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
898 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
899 * Makefile.in (autoloads): Make eieio.el writable.
900
d1be20a1
GM
901 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
902 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
903 (dired-hack-local-variables): Use inhibit-read-only.
904 (dired-guess-default): Simplify.
905 (dired-make-relative-symlink): Use dotimes.
906 (dired-simultaneous-find-file): Use dolist.
907 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
908 (dired-x-hands-off-my-keys): Doc fix.
909 (dired-x-bind-find-file): Doc fix. Use remapping.
910 (after-init-hook): No need to add dired-x-bind-find-file.
911 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
912 No need to call expand-file-name.
913 (dired-filename-at-point): Remove unused locals `end', `filename'.
914
f9d554dd
SM
9152011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
918
5da16a86
CO
9192011-02-18 Christian Ohler <ohler@gnu.org>
920
921 * emacs-lisp/ert.el (ert--setup-results-buffer)
922 (ert-results-pop-to-backtrace-for-test-at-point)
923 (ert-results-pop-to-messages-for-test-at-point)
924 (ert-results-pop-to-should-forms-for-test-at-point)
925 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
926 were incorrect and unnecessary. This should make `make check'
927 pass again.
928
3a00a363
KM
9292011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
930
01c35094 931 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 932 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
933 * lisp/allout.el: Remove commentary about remove encryption
934 passphrase mnemonic support and verification.
01c35094
JB
935 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
936 armored text using gpg1, and indicate that the gpg version *might*
937 be the problem in the error message.
3a00a363 938
73057ba9
DD
9392011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
940
941 * net/rcirc.el (rcirc-float-time): New function.
942 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
943 (rcirc-ctcp-sender-PING): Use it.
944
8551cb32
GM
9452011-02-17 Glenn Morris <rgm@gnu.org>
946
53ef76c7
GM
947 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
948 (speedbar-update-flag, speedbar-fetch-etags-command)
949 (speedbar-fetch-etags-arguments):
950 * term.el (term-buffer-maximum-size, term-input-chunk-size)
951 (term-completion-autolist, term-completion-addsuffix)
952 (term-completion-recexact, term-completion-fignore):
953 * term/sup-mouse.el (sup-mouse-fast-select-window):
954 * term/x-win.el (x-select-request-type):
955 Convert some defvars with "*" to defcustoms.
956
64a14c74
GM
957 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
958
92e39d6f
GM
959 * vc/vc.el (vc-default-previous-version):
960 Remove alias that points nowhere. (Bug#4496)
961
fc14288b
GM
962 * dired-x.el (dired-clean-up-after-deletion):
963 kill-buffer does not need save-excursion.
964 (dired-do-run-mail): Doc fix.
965 (dired-filename-at-point): Doc fix.
966 Use looking-at, and skip-chars rather than re search.
967
8551cb32
GM
968 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
969
96497653
KM
9702011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
971
aac7a935
KM
972 * allout-widgets.el: New allout extension that shows allout
973 outline structure with graphical widgets. 'allout-widgets'
974 customize group is an 'allout' subgroup, for easy discovery.
975
96497653
KM
976 * allout.el: Include PGP and GnuPG in Keywords, and other
977 commentary refinements.
978 (allout-abbreviate-flattened-numbering): Rename to
979 allout-flattened-numbering-abbreviation, and
980 define-obsolete-variable-alias the old name.
981 (allout-flattened-numbering-abbreviation): Rename from
982 allout-abbreviate-flattened-numbering.
983 (allout-mode-p): Include among autoloads, for use by other modes
984 with impunity.
e697fcfc
LM
985 (allout-listify-exposed):
986 Use allout-flattened-numbering-abbreviation.
96497653
KM
987 (allout-encrypt-string): Use set-buffer-multibyte directly.
988 (allout-set-buffer-multibyte): Remove.
989
be4a1d71
DD
9902011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
991
992 * simple.el (just-one-space): Remove useless `or' call.
993
274c2d34
MA
9942011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
995
c6309045 996 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
997 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
998 (soap-decoded-multi-refs, soap-current-wsdl)
999 (soap-encoded-namespaces): Rename CL-style *...* variables.
1000
88ae2870
MA
10012011-02-16 Michael Albinus <michael.albinus@gmx.de>
1002
1003 * net/soap-client.el: Add "comm" and "hypermedia" to the
1004 keywords. Reflow too long lines.
1005
1006 * net/soap-inspect.el: Ditto. Require 'cl.
1007
689743a2
BG
10082011-02-16 Bastien Guerry <bzg@altern.org>
1009
1010 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1011 in a `doctor-type' argument.
1012
16d2ff89
MA
10132011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1014
1015 * net/soap-client.el:
1016 * net/soap-inspect.el: New files.
1017
c6cefd36
LL
10182011-02-16 Leo <sdl.web@gmail.com>
1019
1020 * dired-x.el (dired-mode-map, dired-extra-startup):
1021 Remove dired-copy-filename-as-kill since it's already in dired.el.
1022
da5e0ce4
GM
10232011-02-16 Glenn Morris <rgm@gnu.org>
1024
1025 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1026 Doc fixes. Add :set property, replacing top-level calls.
1027 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1028 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1029 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1030 (dired-clean-up-after-deletion): Use when and dolist.
1031 (dired-jump): Use unless and when.
1032 (dired-virtual): Use line-end-position.
1033 (dired-default-directory-alist): Rename from default-directory-alist.
1034 (dired-default-directory): Update for above name change.
1035 (dired-vm): Drop VM < 5 and simplify.
1036 (dired-buffer-more-recently-used-p): Rewrite.
1037 (dired-filename-at-point): Use when and or.
1038 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1039 Update callers.
1040
c5ca3aa0
GM
10412011-02-15 Glenn Morris <rgm@gnu.org>
1042
1043 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1044
33f6cf7b
CY
10452011-02-14 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * vc/vc-git.el (vc-git-root-log-format): New option for
1048 customizing log format.
1049 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1050 (vc-git-log-view-mode): Use it.
1051 (vc-git-expanded-log-entry): New function.
1052 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1053
1054 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1055 customizing log format.
1056 (vc-hg-print-log): Use it.
1057 (vc-hg-expanded-log-entry): New function.
1058 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1059 vc-hg-expanded-log-entry. Truncate lines in root log.
1060
1061 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1062
e697fcfc
LM
1063 * vc/log-view.el (log-view-mode-menu):
1064 Add log-view-toggle-entry-display.
33f6cf7b 1065
461b69ae
GM
10662011-02-14 Glenn Morris <rgm@gnu.org>
1067
1068 * dired-x.el: Don't require man when compiling.
1069 (dired-omit-extensions, dired-local-variables-file)
1070 (dired-x-hands-off-my-keys): Make them defcustoms.
1071 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1072 (vm-visit-folder): Declare rather than defining.
1073 (dired-x-help-address, dired-x-variable-list): Remove.
1074 (dired-x-submit-report): Make it an obsolete alias.
1075
35f52ed6
JB
10762011-02-14 Juanma Barranquero <lekktu@gmail.com>
1077
1078 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1079
b2108a36
TZ
10802011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1081
67186ae2 1082 * net/imap.el: Bring it back.
b2108a36 1083
abfc152b
AM
10842011-02-13 Alan Mackenzie <acm@muc.de>
1085
1086 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1087 narrow-to-region call that cuts context off the end (Bug#7722).
1088
e697fcfc
LM
1089 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1090 Refactor nested if-forms with a simple cond.
abfc152b
AM
1091 (c-forward-<>-arglist): Revert 2011-01-31 change.
1092
d4eb88c7
CY
10932011-02-13 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * vc/log-view.el: New command log-view-toggle-entry-display for
1096 toggling log entries between concise and detailed forms.
1097 (log-view-toggle-entry-display): New command.
1098 (log-view-mode-map): Bind RET to it.
1099 (log-view-expanded-log-entry-function): New variable.
1100 (log-view-current-entry, log-view-inside-comment-p)
1101 (log-view-current-tag): New functions.
1102 (log-view-toggle-mark-entry): Use log-view-current-entry and
1103 log-view-end-of-defun instead of searching directly with
1104 log-view-message-re.
1105 (log-view-end-of-defun): Likewise. Add optional ARG for
1106 compatibility with end-of-defun.
1107 (log-view-end-of-defun): Ignore comments and VC buttons.
1108
1109 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1110 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1111
2609a08e
TZ
11122011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1113
114fe546
G
1114 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1115
2609a08e
TZ
1116 * net/imap-hash.el: Remove file.
1117
7a6ebb1a
MA
11182011-02-13 Michael Albinus <michael.albinus@gmx.de>
1119
1120 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1121
1122 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1123 call.
1124
1125 * net/tramp-imap.el: Remove file.
1126
75d4dcc9
CY
11272011-02-13 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1130 widget library for buttons, just use button.el.
1131
1132 * vc/log-view.el (log-view-mode-map): Don't inherit from
1133 widget-keymap.
1134
3c65e88d 11352011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1136
86361e1e
GM
1137 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1138 (nintersection, set-difference, nset-difference)
1139 (set-exclusive-or, nset-exclusive-or): Doc fix.
1140
dc4c6a7a
GM
1141 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1142
8a6f24e5
GM
1143 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1144 :italic props, so that frame-set-background-mode works. (Bug#7966)
1145
3caced0b
GM
1146 * simple.el (next-error): Doc fix.
1147
9de31df2
TV
11482011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1149
1150 * dired-aux.el (dired-create-files): Adapt destination name to
1151 match the new behavior of copy-directory.
1152
38a71655
CY
11532011-02-12 Chong Yidong <cyd@stupidchicken.com>
1154
1155 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1156 from rmail-dont-reply-to-names. Callers changed.
1157 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1158 (rmail-dont-reply-to): Make it an obsolete alias.
1159
1160 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1161 nil, and make obsolete (Bug#7888).
1162 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1163
1164 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1165
1166 * mail/rmailsort.el (rmail-sort-by-correspondent)
1167 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1168
1169 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1170
470d996d
TV
11712011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1172
1173 * files.el (copy-directory): New argument COPY-CONTENTS for
1174 copying directory contents into another existing directory.
1175
e2784c87
TH
11762011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1177
1178 * minibuffer.el (completion-table-case-fold): New function for
1179 creating a case-insensitive completion table.
1180
563790b6
TZ
11812011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1182
1183 * net/tramp.el (tramp-default-method): Also check if
1184 `auth-source-search' is bound.
1185 (tramp-read-passwd): Use `auth-source-search' instead of
1186 `auto-source-user-or-password'.
1187
1188 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1189 `auto-source-user-or-password.
1190 (tramp-imap-passphrase-callback-function): Use it.
1191
1192 * net/imap-hash.el: Autoload `auto-source-search' instead of
1193 `auto-source-user-or-password.
1194 (imap-hash-open-connection): Use it.
1195
1196 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1197 `auto-source-user-or-password.
1198 (smtpmail-try-auth-methods): Use it.
1199
c6affbde
PH
12002011-02-12 Phil Hagelberg <phil@hagelb.org>
1201
1202 * emacs-lisp/package.el: Allow packages to be reinstalled.
1203 (package--write-file-no-coding): Remove EXCL arg.
1204 (package-unpack-single): Don't use it.
1205
b5a53795
KP
12062011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1207
1208 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1209 in each sub directory.
1210 (vc-svn-registered): Use vc-svn-root.
1211 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1212 (vc-svn-repository-hostname): Use "svn info".
1213
25833f5e
DD
12142011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1215
1216 * simple.el (delete-trailing-whitespace): New optional buffer
1217 bound parameters.
1218
75d1d833
BG
12192011-02-11 Bastien Guerry <bzg@altern.org>
1220
1221 * files.el (basic-save-buffer): save unmodified buffers when
1222 the file pointed by buffer-file-name doesn't exist.
1223
e0e36cac
DD
12242011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1225
079721e9 1226 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1227
59350862
GM
12282011-02-11 Glenn Morris <rgm@gnu.org>
1229
1230 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1231
5708ce5e
JB
12322011-02-11 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1235
b016851c
SM
12362011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1237
59003be9
SM
1238 * server.el (server-process-filter): Use pcase.
1239
9517f8af
SM
1240 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1241 conflicting ways.
1242 (smie-indent--parent): Extend to "parent of arg".
1243 (smie-indent-inside-string): New function.
1244 (smie-indent-functions): Use it.
1245
cf77dd27
SM
1246 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1247 bzr locking race condition.
1248
49ffc078
SM
1249 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1250 still valid before using it.
1251
1a0a6cef
SM
1252 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1253 `message' -> `compilation-message' rename (bug#8004).
1254
b016851c
SM
1255 Move keymap initialization into declaration.
1256 * textmodes/enriched.el (enriched-mode-map):
1257 * textmodes/bib-mode.el (bib-mode-map):
1258 * term/lk201.el (lk201-function-map):
1259 * tar-mode.el (tar-mode-map):
1260 * replace.el (occur-mode-map):
1261 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1262 * progmodes/idlw-help.el (idlwave-help-mode-map):
1263 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1264 * play/solitaire.el (solitaire-mode-map):
1265 * play/snake.el (snake-mode-map, snake-null-map):
1266 * play/pong.el (pong-mode-map):
1267 * play/handwrite.el (menu-bar-handwrite-map):
1268 * play/gametree.el (gametree-mode-map):
a65112fb 1269 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1270 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1271 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1272 (newsticker--url-keymap):
1273 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1274 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1275 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1276 (menu-bar-edit-menu, menu-bar-custom-menu)
1277 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1278 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1279 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1280 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1281 (menu-bar-tools-menu, menu-bar-describe-menu)
1282 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1283 (menu-bar-help-menu):
1284 * mail/rmailsum.el (rmail-summary-mode-map):
1285 * kmacro.el (kmacro-step-edit-map):
1286 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1287 (ibuffer-mode-operate-map):
1288 * hi-lock.el (hi-lock-menu, hi-lock-map):
1289 * emulation/vip.el (vip-mode-map):
1290 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1291 * bookmark.el (bookmark-bmenu-mode-map):
1292 * help-mode.el (help-mode-map): Move initialization into declaration.
1293
1be1d1e9
DD
12942011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1295
1296 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1297 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1298 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1299 (rcirc-cmd-me, rcirc-authenticate): Use them.
1300
26d2a9bd
KM
13012011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1302
1303 * allout.el: Synopsis: Change allout user configuration so
1304 auto-activation is controlled solely by customization
1305 `allout-auto-activation'.
1306
01c35094 1307 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1308 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1309 Also, explicitly invoke (allout-setup) after allout-auto-activation
1310 is custom-defined, to affect the settings in emacs sessions besides
1311 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1312 (allout-auto-activation): Use allout-auto-activation-helper to
1313 :set. Revise the docstring.
1314 (allout-init): Reduce functionality to just customizing
1315 allout-auto-activation, and mark obsolete.
1316 (allout-mode): Respect string values for allout-auto-activation.
1317 Run allout-after-copy-or-kill-hook without any args.
01c35094 1318 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1319 (outlineify-sticky): Adjust docstring for new scheme.
1320 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1321 should concentrate on the kill ring.
1322
b8e0f0cd
G
13232011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1324
1325 * password-cache.el (password-cache-remove): Accept secrets that are
1326 not strings.
1327
ccded26c
SM
13282011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1331 of here-doc that immediately follows a comment.
1332
ee6a57ab
DD
13332011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1334
4d04fdc9
DD
1335 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1336
ee6a57ab
DD
1337 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1338 available.
1339 (rcirc-ctcp-sender-PING): New function.
1340
6ca94a0b
SM
13412011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1342
1343 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1344 Remove the mark/nomark handling, and activate shift-select-mode instead.
1345
1346 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1347
226590f8
JB
13482011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1349
1350 * calc/calc-units.el (math-logunits-quant): Add support for
1351 non-logarithmic units.
1352
dd0b691e
KM
13532011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1354
4ec28e14
KM
1355 * allout.el (allout-after-copy-or-kill-hook): New hook for
1356 extension-specific processing of killed text.
1357 (allout-mode): Include new allout-after-copy-or-kill-hook among
1358 mentioned hooks.
01c35094 1359 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1360 after kill happens even if barf-if-buffer-read-only is raised.
1361 Include new allout-after-copy-or-kill-hook among that subsequent
1362 processing.
1363 (allout-deannotate-hidden): Actually remove the annotation text
1364 properties.
1365
dd0b691e
KM
1366 * allout.el (allout-listify-exposed): Copy text sans text properties.
1367
07e52e08
MA
13682011-02-07 Michael Albinus <michael.albinus@gmx.de>
1369
b016851c 1370 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1371
c5aff743
DD
13722011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1373
1374 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1375
03925868
JB
13762011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1377
b016851c 1378 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1379 `calc-default-field-reference-level'.
b016851c 1380 (calc-logunits-power-reference): Rename from
01c35094 1381 `calc-default-power-reference-level'.
03925868 1382
b016851c 1383 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1384 `math-logunits-level'
b016851c 1385 (math-logunits-plus): Rename from math-logcombine.
03925868 1386 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1387 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1388 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1389 New functions.
b016851c
SM
1390 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1391 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1392 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1393 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1394 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1395 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1396 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1397 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1398 New functions.
1399
b016851c 1400 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1401 (calc-ul-prefix-help): Remove.
1402 (calc-l-prefix-help): New function.
1403 (calc-full-help): Add reference to `calc-l-prefix-help'.
1404
1405 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1406
ec6ad6f2
JB
1407 * calc/README: Mention logarithmic units.
1408
f8b351c1
CY
14092011-02-06 Chong Yidong <cyd@stupidchicken.com>
1410
1411 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1412 non-ASCII characters (Bug#7925).
1413
a60287ff
GM
14142011-02-05 Glenn Morris <rgm@gnu.org>
1415
1416 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1417
9ad53e98
GM
1418 * calendar/diary-lib.el (diary-font-lock-keywords):
1419 Tweak diary-time-regexp match. (Bug#7891)
1420
9783df21
GM
1421 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1422 (f90-mode): Use it for mode's `find-tag-default-function' property.
1423
df275851
GM
1424 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1425
95838641
GM
1426 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1427
827b77e9
DD
14282011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1429
1430 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1431 (Bug#6386).
1432
7cb76591
SM
14332011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1434
ba70ab1c
SM
1435 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1436 font-lock-syntax-table remappings.
1437 (sh-here-doc-markers, sh-here-doc-re): Remove.
1438 (sh-font-lock-close-heredoc): Remove.
1439 (sh-syntax-propertize-here-doc): New function.
1440 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1441 instead of the sh-here-doc-re.
1442 (sh-font-lock-paren): Don't do anything in comments or strings.
1443 Handle line continuations. Accept a few more chars.
1444 Don't rely on the font-lock-syntax-table remappings.
1445 `esac' is not a valid pattern.
1446 (sh-syntax-propertize-function): Handle here-docs differently, so we
1447 don't bother syntax-propertizing the insides.
1448
7cb76591
SM
1449 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1450 Handle new bashisms ";&" and ";;&" (bug#7947).
1451
39b20f56
MA
14522011-02-05 Michael Albinus <michael.albinus@gmx.de>
1453
7cb76591
SM
1454 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1455 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1456
51aba3f3
MA
14572011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1458
1459 * net/tramp.el (tramp-postfix-method-format)
1460 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1461 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1462 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1463 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1464 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1465 Doc fix.
1466
7bc61bb7
SS
14672011-02-04 Sam Steingold <sds@gnu.org>
1468
1469 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1470
d93c111e
AS
14712011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1472
1473 * international/mule-util.el (with-coding-priority): Doc fix.
1474
6f52d86e
EZ
14752011-02-04 Eli Zaretskii <eliz@gnu.org>
1476
1477 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1478
c1b4afac
SS
14792011-02-03 Sam Steingold <sds@gnu.org>
1480
1481 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1482 Do not error out when `func' is nil.
1483
a857d3c7
MA
14842011-02-03 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1487 `tramp-default-remote-path' to the docstring.
1488 (tramp-get-remote-path): Suppress error message when `getconf
1489 PATH' fails.
1490
1491 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1492
8aa88760
GM
14932011-02-03 Glenn Morris <rgm@gnu.org>
1494
219ea611
GM
1495 * vc/vc-hg.el (vc-hg-command): Doc fix.
1496
8d7b5b5b
GM
1497 * term/w32-win.el (libpng-version): Declare for compiler.
1498
c03eac34
GM
1499 * msb.el: No need to load dired while compiling.
1500
7f07c1fe
GM
1501 * emacs-lisp/elint.el (elint-standard-variables):
1502 Remove a couple of built-ins that now have doc-strings.
1503
befe199d
GM
1504 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1505 `require' is automatically `eval-and-compile'd.
1506
2d7d6439
GM
1507 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1508 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1509
8aa88760
GM
1510 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1511 Move definition before use.
1512 (strokes-report-bug): Make it obsolete.
1513
e90f8545
SS
15142011-02-02 Sam Steingold <sds@gnu.org>
1515
1516 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1517 from `special-mode', entering it makes the buffer read-only, so
1518 call it only when everything has been already inserted.
1519 * emacs-lisp/ert.el (ert--setup-results-buffer)
1520 (ert-results-pop-to-backtrace-for-test-at-point)
1521 (ert-results-pop-to-messages-for-test-at-point)
1522 (ert-results-pop-to-timings): Ditto.
1523 * emacs-lisp/package.el (package--list-packages): Ditto.
1524 * play/solitaire.el (solitaire): Ditto.
1525
90db975f
CY
15262011-02-02 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * progmodes/compile.el: Make all faces inherit.
1529 (compilation-warning): Inherit from font-lock-variable-name-face.
1530 (compilation-info): Inherit from font-lock-type-face.
1531 (compilation-line-number): Reassign to font-lock-keyword-face.
1532 (compilation-column-number): Reassign to font-lock-doc-face.
1533 (compilation-leave-directory-face): Reassign to
1534 font-lock-builtin-face.
1535
bc35ff32
EZ
15362011-02-02 Eli Zaretskii <eliz@gnu.org>
1537
1538 * dired.el (dired-insert-directory): Don't invoke `ls' when
1539 ls-lisp.el is used to emulate it.
1540
39cde66c
JD
15412011-02-01 Julien Danjou <julien@danjou.info>
1542
1543 * color.el (color-gradient): Add a color-gradient function.
1544
abef340a
SS
15452011-02-01 Sam Steingold <sds@gnu.org>
1546
1547 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1548 bind "z" to `kill-this-buffer'.
1549 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1550 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1551 (apropos-mode): Inherit from `special-mode'.
1552 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1553 * bookmark.el (bookmark-bmenu-mode): Define using
1554 `define-derived-mode' inheriting from `special-mode'.
1555 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1556 * image-mode.el (image-mode-map): Ditto.
1557 * replace.el (occur-mode): Define using
1558 `define-derived-mode' inheriting from `special-mode'.
1559 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1560 * calendar/diary-lib.el (diary-fancy-display-mode):
1561 Inherit from `special-mode-map'.
1562 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1563 Inherit from `special-mode'.
1564 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1565 `special-mode-map'.
1566 (package-menu-mode): Define using `define-derived-mode'
1567 inheriting from `special-mode'.
1568 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1569 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1570 (xesam-mode-map): Define separately.
1571 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1572 * progmodes/compile.el (compilation-minor-mode-map)
1573 (compilation-mode-map): Inherit from `special-mode-map'.
1574 * vc/diff-mode.el (diff-mode-shared-map):
1575 Inherit from `special-mode-map'.
1576 * vc/log-view.el (log-view-mode-map): Add a comment.
1577
928f4e73
CY
15782011-02-01 Chong Yidong <cyd@stupidchicken.com>
1579
1580 * custom.el (load-theme): Define return value. Drop use of
1581 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1582 (custom-theme-load-confirm): Scroll in the correct window.
1583 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1584
1585 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1586 checkbox if load-theme fails.
1587
7d116647
SM
15882011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * progmodes/compile.el (compilation-next-error): Check there's
1591 a message before using it (bug#7941).
1592
4fdfcddf
JB
15932011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1594
1595 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1596 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1597 of potential pivots.
1598
3b95603f
AM
15992011-01-31 Alan Mackenzie <acm@muc.de>
1600
7d116647
SM
1601 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1602 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1603 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1604 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1605
6fa1f651
CY
16062011-01-31 Chong Yidong <cyd@stupidchicken.com>
1607
1608 * files.el (copy-directory): Fix arguments to recursive call.
1609
14beddf4 16102011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1611
1612 * files.el (copy-directory): If destination is an existing
1613 directory, copy into a subdirectory there.
1614
14beddf4 16152011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1616
1617 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1618 files.
1619
14beddf4 16202011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1621
6fc0aac3
CY
1622 * image-dired.el (image-dired-mouse-display-image): No-op if no
1623 file is found (Bug#7817).
1624
d1f14baa
CY
1625 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1626
14beddf4 16272011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1628
7d116647
SM
1629 * international/quail.el (quail-keyboard-layout-alist):
1630 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1631
14beddf4 16322011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1633
1634 * msb.el (msb-menu-bar-update-buffers): Update for changed
1635 argument handling of menu-bar-select-frame. (Bug#7902)
1636
14beddf4 16372011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1638
1639 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1640 to the recursion depth (Bug#7722).
1641
14beddf4 16422011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1643
1644 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1645 command-line-default-directory (Bug#7872).
1646
9e11271c
SM
16472011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * progmodes/compile.el (compilation--flush-directory-cache):
1650 New function, extracted from compilation--remove-properties.
1651 (compilation--remove-properties, compilation--parse-region): Use it.
1652 (compilation--previous-directory): Handle one more case.
1653 (compilation-enable-debug-messages): Remove.
1654 (compilation-parse-errors, compilation--flush-parse): Just remove the
1655 left over debug messages.
1656
038714ab
SS
16572011-01-31 Sam Steingold <sds@gnu.org>
1658
1659 * progmodes/compile.el (compilation-enable-debug-messages):
1660 Add a variable to make the parsing messages introduced in
1661 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1662 (compilation-parse-errors, compilation--flush-parse): Use it.
1663
2a4466ca
DD
16642011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1665
35f52ed6 1666 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1667 (rcirc-nick-completion-format): New defcustom.
1668 (rcirc-complete): Use it.
1669
186ecaf1
DD
16702011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1671
1672 * net/rcirc.el: Clean log filenames (Bug#7933).
1673 (rcirc-log-write): Use convert-standard-filename.
1674 (rcirc-log-filename-function): Documentation updates.
1675
253f7d1b
JD
16762011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1677
9e11271c
SM
1678 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1679 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1680 (report-emacs-bug-can-use-osx-open): New function.
1681 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1682 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1683
a2b6e5d6
CY
16842011-01-29 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1687 updating Dired or VC-dir buffers after async command completes.
1688
1689 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1690 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1691
1692 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1693 completions if it exists. Use vc-set-async-update.
1694 (vc-git-pull): Use vc-set-async-update.
1695
1696 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1697 read-shell-command. Use vc-set-async-update.
1698 (vc-hg-merge-branch): Use vc-set-async-update.
1699
8907f7b9
DU
17002011-01-29 Daiki Ueno <ueno@unixuser.org>
1701
9e11271c
SM
1702 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1703 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1704 (Bug#7931).
1705
e52f87a1
SM
17062011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * progmodes/compile.el: Avoid an N² behavior in grep.
1709 (compilation--previous-directory): New fun.
1710 (compilation--previous-directory-cache): New var.
1711 (compilation--remove-properties): Flush it.
1712 (compilation-directory-properties, compilation-error-properties):
1713 Use the new fun to speed up looking for the current directory.
1714
659114fd
CY
17152011-01-29 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * vc/vc-hg.el (vc-hg-history): New var.
1718 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1719 (vc-hg-merge-branch): New function.
1720
1721 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1722 the other way around.
1723
1724 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1725 (vc-git-merge-branch): New functions.
1726 (vc-git-history): New var.
1727
9bfe5783
CY
17282011-01-28 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1731
1732 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1733 vc-do-async-command.
1734
e52f87a1
SM
1735 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1736 Callers changed.
9bfe5783 1737
b1ea593c
LL
17382011-01-28 Leo <sdl.web@gmail.com>
1739
1740 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1741 highlighting to the "this function is advised" message.
b1ea593c
LL
1742
1743 * help-mode.el (help-mode-finish): Apply highlighting here, to
1744 avoid clobbering by substitute-command-keys (Bug#6304).
1745
40e22d80
CY
17462011-01-28 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * woman.el (woman0-roff-buffer): Process roff escape sequences
1749 occurring prior to the first request (Bug#7843).
1750
01c63f4c
SM
17512011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1752
55fb9013
SM
1753 * progmodes/compile.el: Don't use font-lock any more.
1754 (compilation-error-regexp-alist-alist): Change handling of makepp
1755 so it preserves the warning/error distinction on subsequent files.
1756 Simplify various rules.
1757 (compilation-directory-properties): Use font-lock-face.
1758 Add a compilation-message property.
1759 (compilation-internal-error-properties): Use font-lock-face.
1760 Don't set the compilation-debug property here.
1761 (compilation--put-prop, compilation--remove-properties)
1762 (compilation--parse-region, compilation--ensure-parse)
1763 (compilation--ensure-parse): New functions.
1764 (compilation-parse-errors): New function, largely inspired of
1765 compilation-mode-font-lock-keywords. Set compilation-debug here.
1766 (compilation--parsed): New var.
1767 (compilation--flush-parse): Use compilation--ensure-parse.
1768 (compilation-start): Don't call font-lock.
1769 (compilation-turn-on-font-lock): Remove.
1770 (compilation-setup): Don't set font-lock-extra-managed-props not change
1771 other font-lock settings, other than keywords.
1772 Don't activate font-lock-mode.
1773 Set change-major-mode-hook and before-change-functions.
1774 (compilation--unsetup): Remove properties and hooks.
1775 (compilation-next-single-property-change): New function.
1776 (compilation-next-error): Use it to parse when needed.
1777 (compile-goto-error): Parse buffer as needed.
1778 (compilation--compat-error-properties): Don't need a dummy `face'
1779 property any more.
1780
8fe52384
SM
17812011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1784 (compilation-process-setup-function): Fix docstring's false promises.
1785 (compilation-error-regexp-alist-alist): Catch omake's continuous
1786 recompilation message and avoid reuse of old markers.
1787 (compilation-parse-errors-function): Declare obsolete.
1788 (compilation-buffer-modtime): Remove.
1789 (compilation--make-cdrloc, compilation--loc->col)
1790 (compilation--loc->line, compilation--loc->file-struct)
1791 (compilation--loc->marker, compilation--loc->visited)
1792 (compilation--make-file-struct, compilation--file-struct->file-spec)
1793 (compilation--file-struct->formats)
1794 (compilation--file-struct->loc-tree): New macros. Use them.
1795 (compilation--message): New defstruct. Use them.
1796 (compilation-next-error-function): Don't mess with timestamps to try
1797 and guess when to reparse.
1798
01c63f4c
SM
17992011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1800
5e853d01
SM
1801 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1802 (tex-old-error-file-name): New function,
1803 extracted from tex-compilation-parse-errors.
1804 (tex-compilation-parse-errors): Remove.
1805 (tex-error-regexp-alist): New var.
1806 (tex-shell): Use it to avoid compilation-parse-errors-function.
1807
07b741a7
SM
1808 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1809 (grep-mode-font-lock-keywords): Remove regexp that seems like
1810 a left-over from before we used compile.el.
1811 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1812 modifying the buffer within with-silent-modifications.
1813
1814 * progmodes/compile.el: Cleanup text-properties namespace by using
1815 `compilation-message' instead of `message', `compilation-directory'
1816 instead of `directory', and `compilation-debug' instead of `debug'.
1817 (compilation-last-buffer, compilation-parsing-end)
1818 (compilation-error-list, compilation-old-error-list): Move to the
1819 compatibility part of the code.
1820 (compilation-error-properties): If `file' is a function, let it return
1821 a file name.
1822 (compilation-mode-font-lock-keywords): Be more conservative with the
1823 omake "^ *" pattern prefix, to try and minimize the risk of
1824 pathologically slow regexp matching.
1825 (compilation-start): Use inhibit-read-only.
1826 (compilation--unsetup): New function.
1827 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1828 (compilation-filter): Minor tweaks.
8fe52384 1829 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1830 (compilation--flush-file-structure): New fun.
8fe52384 1831 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1832 (debug-ignored-errors): Add "Moved past last ...".
1833 (compilation--compat-error-properties)
1834 (compilation--compat-parse-errors): Rename by doubling the "-".
1835
01c63f4c
SM
1836 Port features from the previous prolog.el to the new one.
1837 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1838 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1839 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1840 variable and use a function to compute the value dynamically.
1841 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1842 (prolog-continued-prompt-regexp): Remove, unused.
1843 (prolog-find-value-by-system): Try and use the value of prolog-system
1844 in the *prolog* buffer if it helps.
1845 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1846 (prolog-zip-on): ..and check prolog-system and version here instead.
1847 (prolog-inferior-self-insert-command): New command.
1848 (prolog-inferior-mode-map): Use it.
1849 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1850 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1851 (prolog-input-filter): Use derived-mode-p.
1852 (prolog-inferior-guess-flavor): New function.
1853 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1854 make-comint to avoid running comint-mode twice.
1855 (prolog-inferior-buffer): New fun.
1856 (prolog-old-process-region, prolog-old-process-file):
1857 Don't call prolog-bsts here...
1858 (prolog-build-prolog-command): ...do it here instead.
1859 (prolog-old-process-region, prolog-old-process-file):
1860 Use compilation-fake-loc and compilation-forget-errors.
1861 (prolog-consult-compile-region): Use bolp.
1862
2f224f0b
CY
18632011-01-28 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1866
db0e305d
SS
18672011-01-27 Sam Steingold <sds@gnu.org>
1868
9e11271c
SM
1869 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1870 Remove "*server*" which is never created by emacs server.
db0e305d 1871
27bbeb29
DD
18722011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1873
1874 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1875 there are some diff switches.
1876
153c5428
SM
18772011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1878
89fdaac7
SM
1879 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1880 Copy change made to ruby-font-lock-syntactic-keywords.
1881
153c5428
SM
1882 * htmlfontify.el: Make it obey the font-lock-face text property.
1883 Miscellaneous cleanup such as:
1884 - Don't hide expressions after a closing paren.
1885 - Move initial setq into let.
1886 - Hoist common parts out of ifs.
1887 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1888 (hfy-face-at): Use get-text-property instead.
1889 (hfy-prop-invisible-p): Use invisible-p if available.
1890 (htmlfontify-manual): Use \\[...].
1891 (hfy-html-quote-regex): Use [...].
1892 (hfy-combined-face-spec): Simplify.
1893 (hfy-compile-face-map): Don't presume point-min==1.
1894 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1895 match end of string.
1896 (hfy-text-p): η-reduce.
1897 (hfy-tags-for-file): Receive cache-hash directly.
1898 (hfy-mark-tag-names): Adjust call.
1899
ed7646d4
GM
19002011-01-27 Glenn Morris <rgm@gnu.org>
1901
1902 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1903 (msb-after-load-hook): Remove eval-after-load wackiness.
1904
ed68f651
SS
19052011-01-25 Sam Steingold <sds@gnu.org>
1906
1907 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1908 literal "diff" (important for windows-nt).
1909
0fe719e6
GM
19102011-01-25 Glenn Morris <rgm@gnu.org>
1911
1912 * emacs-lisp/copyright.el (copyright-at-end-flag)
1913 (copyright-names-regexp): Add safety properties.
1914 (copyright-year-ranges): New option.
1915 (copyright-find-end): New function, split from copyright-update-year.
1916 (copyright-update-year): Use copyright-find-end.
1917 (copyright-fix-years): Optionally, convert years to ranges.
1918 Handle years continued over comment lines.
1919 Do not mess with the fill-prefix.
1920 Do not call copyright-update.
1921 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1922 Skip directories. Find files with only safe local vars.
0fe719e6 1923
06d8ace5 19242011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1925
1926 * files.el (file-name-non-special): Only change buffer-file-name after
1927 insert-file-contents if it's `visit'ing the file (bug#7854).
1928
06d8ace5 19292011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1930
1931 * dired.el (dired-revert): Doc fix (Bug#7758).
1932
06d8ace5
GM
1933 * simple.el (line-move-visual): Doc fix (Bug#7594).
1934
19352011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1936
1937 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1938 here-doc which ends with an underscore.
1939 (ruby-mode-set-encoding): Skip shebang line always.
1940 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1941 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1942 (ruby-forward-sexp): Stop after literal hash key labels.
1943 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1944 bracket.
1945
06d8ace5 19462011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1947
1948 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1949 the correct buffer (Bug#7650).
1950
06d8ace5
GM
19512011-01-25 Glenn Morris <rgm@gnu.org>
1952
1953 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1954
ce558208
GM
1955 * simple.el (do-auto-fill): Give it a doc string.
1956
4d265b4d
GM
1957 * button.el (make-text-button): Doc fix. (See bug#7881)
1958
21bb5ce0
SM
19592011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1960
ab0a61d0
SM
1961 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1962 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1963
21bb5ce0
SM
1964 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1965 Handle ?" and friends differently (e.g. don't use backrefs).
1966
603823f5
JB
19672011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1968
1969 * calc/calc.el (calc-default-power-reference-level)
1970 (calc-default-field-reference-level): New variables.
35f52ed6 1971 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1972 (math-logunits): New variable.
1973 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1974 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1975 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1976 New functions.
603823f5
JB
1977 (math-find-base-units-rec): Add entry for ln(10).
1978 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1979 (calc-ul-prefix-help): New function.
1980 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1981 functions. Add keybindings for new units functions.
603823f5 1982
11ea68ce 19832011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1984
1985 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1986 rcirc buffers. (Bug#4940)
10617634 1987
0412a5a4
GM
19882011-01-22 Glenn Morris <rgm@gnu.org>
1989
1990 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1991 split out from copyright-update-year.
1992 (copyright-update): Don't mess with the GPL version if we don't own the
1993 copyright. Update license regexp, and remove no longer needed
1994 Esperanto stuff.
d226ec23 1995 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1996
e7c1dca8
CY
19972011-01-22 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2000
4d0143e6
JA
20012011-01-22 Jari Aalto <jari.aalto@cante.net>
2002
2003 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2004 (lm): Rename to landmark.
2005 (lm-test-run): Rename to landmark-test-run.
2006
e3545d0d
CY
20072011-01-22 Chong Yidong <cyd@stupidchicken.com>
2008
2009 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2010 "Case sensitive" menu item.
2011
7c82f3e2 20122011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2013
2014 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2015 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2016
7c82f3e2 20172011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2018
2019 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2020
7c82f3e2 20212011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2022
6e1dbaa9
RM
2023 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2024 Assume foo(bar) is a manpage reference rather than some unquoted
2025 symbol (bug#7705).
26a27884 2026
7c82f3e2 20272011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2028
2029 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2030 Suggested by Flo <sensorflo@gmail.com>.
2031
7c82f3e2 20322011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2033
2034 * progmodes/compile.el (compilation-error-regexp-alist):
2035 Fix custom type. (Bug#7812)
2036
4936e3ba
KM
20372011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2038
2039 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2040 allout-number-siblings, in keeping with what obtained due to
2041 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2042 (prefixed) ?i.
2043 (allout-before-change-handler): Better expose spots affected by
2044 undo.
2045
cde7e38b
CY
20462011-01-22 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2049
6b072b27
PH
20502011-01-22 Phil Hagelberg <phil@evri.com>
2051
2052 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2053 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2054 (pcmpl-ssh-config-hosts): New function.
2055 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2056 pcmpl-ssh-known-hosts.
2057
26d82c3a
JB
20582011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2059
c310ff4f
JB
2060 * calc/calc-undo.el (calc-undo): Autoload it.
2061 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2062 and autoload for `calc-undo'.
2063 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2064 * calc/calc-prog.el:
2065 * calc/calc-graph.el:
2066 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2067
a10c4149
ŠN
20682011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2069
2070 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2071 keybindings to `calc-undo'.
2072
8dabbfd6
SM
20732011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 Don't mess with *temp*.
2076 * obsolete/spell.el: Move from textmodes/spell.el.
2077 (spell-string):
2078 * term.el (term-read-input-ring):
2079 * startup.el (display-startup-echo-area-message):
2080 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2081 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2082 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2083 point-min==1.
2084
d3e51865
KM
20852011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2086
35f52ed6 2087 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2088 reapplying defalias.
2089
2090 (allout-hotspot-key-handler): Check for non-control-modified
2091 bindings for hotspot characters if there are no control-modified
2092 versions.
2093
d3e51865
KM
2094 * allout.el: Summary - migrate to defining allout mode using
2095 define-minor-mode instead of defun. Significantly clean-up
2096 internal keymap provisions, refactoring and, in the process,
2097 removing a lot of accumulated cruft.
2098
2099 allout-mode-map is now a keymap by virtue of being a defalias to
2100 allout-mode-map-value, which contains the actual keymap structure.
2101
8dabbfd6
SM
2102 (allout-mode): Use define-minor-mode rather than defun.
2103 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2104 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2105 entry will be '(allout-mode . allout-mode-map) - see
2106 allout-mode-map-value, below. Adjust docstring to track changes.
2107 (allout-minor-mode): Remove this defalias, now that we're using
2108 define-minor-mode.
2109 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2110 keymap is allout-mode-map-value, via defalias.
2111 (allout-mode-map-value): The variable holding the actual mode
2112 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2113 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2114 allout-bind-keys, and including the binding-composition
2115 functionality of the former produce-allout-mode-map and
2116 allout-setup-mode-map.
2117 (allout-institute-keymap): Take over the "setup" part of the former
2118 allout-setup-mode-map. Reassign allout-mode-map-value value and
2119 update the defalias.
01c35094 2120 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2121 (allout-unprefixed-keybindings):
2122 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2123 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2124 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2125 user can customize if they want to use that binding.
2126 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2127 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2128 elided that, previously, instead of the one for \C-h.)
2129 (allout-hotspot-key-handler): Remove attempt to resolve the key
2130 through the literal key-string lookup on allout-keybindings-list.
2131 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2132 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2133 (allout-pre-command-business): Use allout-mode-map-value instead
2134 of allout-mode-map.
2135 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2136 the bindings if they want to use a keybinding having a trailing
2cf429d0 2137 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2138 (allout-keybindings-list): Remove. It's not been useful for a
2139 while. (See allout-hotspot-key-handler changes, above.)
2140 (produce-allout-mode-map): Remove. Consolidate into
2141 allout-compose-and-institute-keymap.
2142 (allout-mode-map-adjustments): Remove. No longer necessary with
2143 removal of allout-preempt-trailing-ctrl-h.
2144 (allout-setup-mode-map): Remove. Consolidate into
2145 allout-compose-and-institute-keymap and allout-institute-keymap.
2146
c11136ec
GM
21472011-01-20 Glenn Morris <rgm@gnu.org>
2148
dbfb414e
GM
2149 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2150
c11136ec
GM
2151 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2152
9aea757b
CY
21532011-01-20 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2156
2157 * files.el (find-alternate-file, basic-save-buffer)
2158 (basic-save-buffer-2, revert-buffer, recover-file)
2159 (kill-buffer-ask, abort-if-file-too-large)
2160 (set-visited-file-name, write-file, backup-buffer)
2161 (basic-save-buffer, save-some-buffers):
2162 * dired-aux.el (dired-compress-file): Callers changed.
2163
5dd4f3f7
GM
21642011-01-19 Glenn Morris <rgm@gnu.org>
2165
2166 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2167 Also check the property status. (Bug#7861)
2168
56761182
MA
21692011-01-18 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/tramp.el (tramp-debug-message): Extend function exclude
2172 list. Use `regexp-opt'.
2173
a9faac5c 21742011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2175
9cc3a0c7
SM
2176 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2177 highlighting doesn't spill over subsequent lines.
2178
1a1fcbe1
SM
2179 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2180 keymap expression. Improve docstring.
2181
74a10be5
SM
2182 * electric.el (electric-indent-post-self-insert-function):
2183 Don't auto-indent for indent-to-left-margin, it's too often
2184 counter-productive.
2185
721be9cd
TH
21862011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2187
2188 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2189 spaces if the frame was resized, so that the full visible buffer
2190 serves as canvas for strokes.
2191
a767645f
GM
21922011-01-16 Glenn Morris <rgm@gnu.org>
2193
2194 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2195 Also skip directories.
a767645f 2196
444ee8dd
KR
21972011-01-16 Kevin Ryde <user42@zip.com.au>
2198
2199 * info-xref.el: Version 3.
2200 (info-xref-check, info-xref-check-all): Move commentary details
2201 into docstrings for better visibility.
2202 Use compilation-mode for the results buffer.
2203 (info-xref-output, info-xref-output-error, info-xref-with-output)
2204 (info-xref-filename, info-xref-in-progress):
2205 New internals for this.
2206 (info-xref-check-list, info-xref-check-buffer)
2207 (info-xref-check-all-custom): Use those.
2208 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2209 (info-xref-output-heading): Rename from info-xref-filename-heading.
2210 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2211 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2212 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2213 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2214 (info-xref-subfile-p): Move to generic section with those two.
2215 (info-xref-check-node): New function split from
2216 info-xref-check-buffer, shared by info-xref-docstrings.
2217 (info-xref-goto-node-p): Move to a checking section with that func.
2218 (info-xref-unavail): New counter.
2219 (info-xref-check-node): Use it.
2220 (info-xref-with-output): Show count of unavailables at end of output.
2221 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2222 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2223 (info-xref-check-all-custom): Fix quietening viper-mode and
2224 gnus-registry-install -- use setq not let so as not to unbind
2225 after load.
2226
d4119912
JL
22272011-01-16 Juri Linkov <juri@jurta.org>
2228
2229 * isearch.el (isearch-abort): Don't quit if search has
2230 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2231
b024d9f0
MD
22322011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2233
2234 * files.el (backup-buffer): Make last-resort backup file in
2235 .emacs.d (Bug#6953).
2236
2237 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2238 make it with permission 700.
2239
d52969e8 22402011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2241
74a10be5
SM
2242 * mail/rmailmm.el (rmail-mime-insert-header):
2243 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2244 system used to decode the header.
2245 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2246 (rmail-mime-insert-decoded-text):
2247 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2248 (rmail-show-mime): If only a header part was decoded, find the
2249 coding system while ignoring mm-charset-override-alist.
2250
d52969e8 22512011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2252
2253 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2254
d52969e8 22552011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2256
2257 * mail/rmailmm.el (rmail-mime-next-item)
2258 (rmail-mime-previous-item): Delete them.
2259 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2260 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2261 Callers changed.
e7ca0062
KH
2262 (rmail-mime-raw-mode): Recursively call for children.
2263 (rmail-mode-map): Change mapping of tab and backtab to
2264 forward-button and backward-button respectively.
2265 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2266 button.
2267 (rmail-mime-update-tagline): New function.
2268 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2269 body display is changed.
74a10be5 2270 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2271 (rmail-mime-image): Delete this button type.
2272 (rmail-mime-toggle): New button type.
2273 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2274 body display is changed. Change the save button label to "Save".
2275 Don't process show/hide button here.
2276 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2277 the body display is changed. Unconditionally call
2278 rmail-mime-insert for children.
2279 (rmail-mime-handle): Update `display' vector of the just inserted
2280 entity.
2281 (rmail-mime-process): If mail-header-parse-content-type returns
2282 nil, use "text/plain" as the fallback type.
2283 (rmail-mime-insert): For raw-mode, recursively call
2284 rmail-mim-insert for children.
2285 (rmail-mime): Handle the case that the current buffer is not rmail
2286 buffer (e.g. in summary buffer).
2287
d52969e8 22882011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2289
2290 * mail/rmailmm.el (rmail-mime-next-item)
2291 (rmail-mime-previous-item): Skip the body of a non-multipart
2292 entity if a tagline is shown.
2293
362b9d48
GM
22942011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2297 (tmm-prompt): Simplify.
2298 (tmm-add-prompt): Remove unused var `win'.
2299
2300 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2301 to minor mode which used nil accidentally to mean "turn off".
2302
23032011-01-15 Michael Albinus <michael.albinus@gmx.de>
2304
2305 * net/tramp-sh.el (tramp-find-inline-compress)
2306 (tramp-get-inline-coding): Quote command after pipe symbol for
2307 local calls under W32. (Bug#6784)
2308
23092011-01-15 Michael Albinus <michael.albinus@gmx.de>
2310
2311 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2312 only when running under W32.
2313
23142011-01-15 Eli Zaretskii <eliz@gnu.org>
2315
2316 * progmodes/grep.el (grep-compute-defaults): Quote the program
2317 file name after the pipe symbol in Grep templates. (Bug#6784)
2318 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2319
23202011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2321
2322 * buff-menu.el (Buffer-menu-buffer-list): New var.
2323 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2324 restricted buffer list is not lost on revert (Bug#7749).
2325
23262011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2327
2328 * net/ldap.el (ldap-search-internal): Discard stderr output.
2329
23302011-01-15 Eli Zaretskii <eliz@gnu.org>
2331
2332 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2333
23342011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2337
23382011-01-15 Kenichi Handa <handa@m17n.org>
2339
2340 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2341 part as a plain text.
2342 (rmail-mime-process-multipart): Set the default content-type to
2343 nil for unknown multipart subtypes (bug#7651).
2344
6d3d6113
SM
23452011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2346
4391b429
SM
2347 * hexl.el (hexl-mode-old-*): Remove.
2348 (hexl-mode--old-var-vals): New var to replace them.
2349 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2350 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2351 Use them to set local vars (bug#7846).
2352 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2353 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2354 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2355
6d3d6113
SM
2356 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2357 (smerge-resolve--normalize-re): New var.
2358 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2359 (smerge-resolve): Use them.
2360 * newcomment.el (comment-only-p): New function.
2361 (comment-or-uncomment-region): Use it.
2362
77ab81d0 23632011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2364
2365 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2366 table, get the value before switching to the output buffer. (Bug#7733)
2367
77ab81d0 23682011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2369
2370 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2371
8faba62c
KS
23722011-01-14 Kim F. Storm <storm@cua.dk>
2373
2374 * emulation/cua-base.el (cua--init-keymaps):
2375 Remap exchange-point-and-mark in cua-global-keymap.
2376
ab7eb811
TH
23772011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2378
2379 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2380 loop keyword.
2381
fc55380c
SM
23822011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2385 Require CL.
2386 (easy-menu-create-menu, easy-menu-convert-item-1):
2387 Use :label rather than nil for labels. Use `case'.
2388 Add :enable as alias for :active.
2389 (easy-menu-binding): Obey :label.
2390
dbed16aa
SM
23912011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2392
4d789d84
SM
2393 Use run-mode-hooks for major mode hooks (bug#513).
2394 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2395 Rename from reftex-toc-map.
2396 (reftex-toc-mode): Use define-derived-mode.
2397 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2398 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2399 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2400 (reftex-select-label-mode, reftex-select-bib-mode):
2401 Use define-derived-mode.
2402 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2403 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2404 Move init into delcaration.
2405 (reftex-index-mode, reftex-index-phrases-mode):
2406 Use define-derived-mode.
2407 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2408 speedbar-syntax-table. Move init into declaration.
2409 (speedbar-mode-map): Rename from speedbar-key-map.
2410 Move init into declaration.
2411 (speedbar-file-key-map): Move init into declaration.
2412 (speedbar-mode): Use define-derived-mode.
2413 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2414 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2415 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2416 (chart-face-list): Move initialization into declaration.
2417 (chart-mode): Use define-derived-mode.
2418 * calculator.el (calculator-mode-map): Move init into declaration.
2419 (calculator-mode): Use define-derived-mode.
2420
b49a2dbf
SM
2421 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2422 work for nested comments.
2423
dbed16aa
SM
2424 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2425 (prolog-use-prolog-tokenizer-flag): Change default when
2426 syntax-propertize can be used.
2427 (prolog-syntax-propertize-function): New var.
2428 (prolog-mode-variables): Move make-local-variable into `set'.
2429 Don't make comment-column local since we don't set it.
2430 Set comment-add (as it was in previous prolog.el). Use dolist.
2431 Set syntax-propertize-function.
2432 (prolog-mode, prolog-inferior-mode):
2433 Call prolog(-inferior)-menu directly, not through the mode-hook.
2434 (prolog-buffer-module, prolog-indent-level)
2435 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2436 (prolog-comment-limits, prolog-goto-comment-column):
2437 Use line-(end|beginning)-position.
2438 (prolog-build-prolog-command): Tighten up regexp.
2439 (prolog-consult-compile): Move make-local-variable into `set'.
2440 (prolog-consult-compile-filter, prolog-goto-next-paren)
2441 (prolog-help-on-predicate, prolog-clause-info)
2442 (prolog-mark-predicate): Don't let+setq.
2443 (prolog-indent-line): Use indent-line-to.
2444 Only call prolog-goto-comment-column if necessary.
2445 (prolog-indent-level): Use bobp.
2446 (prolog-first-pos-on-line): Remove, not used any more.
2447 (prolog-in-string-or-comment): Use syntax-ppss if available.
2448 (prolog-help-on-predicate): Use read-string.
2449 (prolog-goto-predicate-info): Simplify.
2450 (prolog-read-predicate): Use `default' rather than `initial'.
2451 (prolog-temporary-file): Use make-temp-file to close a security hole.
2452 (prolog-toggle-sicstus-sd): New command.
2453 (prolog-electric-underscore, prolog-variables-to-anonymous):
2454 Use dynamic-scoping as it was meant.
2455 (prolog-menu): Move menu definitions to top-level.
2456 Use a toggle-button for Sicstus's source debugger.
2457 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2458 to "System".
2459 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2460 Move other menu definition to top-level.
2461
50f8cd96
TH
24622011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2463
5b355315
TH
2464 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2465 name. Keep original document's directory as default-directory
2466 (bug#6446).
1281bd51
TH
2467 (doc-view-initiate-display): Fall back to normal mode when
2468 doc-view-mode cannot be enabled, also when extracting the document
2469 text into a separate buffer (bug#6446).
5b355315 2470
50f8cd96
TH
2471 * simple.el (shell-command): Don't error out if shell command
2472 buffer contains text with non-nil read-only property when erasing
2473 the buffer.
2474
821f936d
KS
24752011-01-13 Kim F. Storm <storm@cua.dk>
2476
2477 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2478 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2479 items when cycling through the matches.
2480
f754f898
TH
24812011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2482
2483 * dired-x.el (dired-omit-verbose): New defcustom that allows
2484 disabling the omit messages.
2485 (dired-omit-expunge): Use it.
2486
d221e780
CO
24872011-01-13 Christian Ohler <ohler@gnu.org>
2488
2489 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2490
a03b542a
CY
24912011-01-13 Chong Yidong <cyd@stupidchicken.com>
2492
2493 * font-lock.el (font-lock-verbose): Default to nil.
2494
25ca2e61
CY
24952011-01-13 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2498 (compose-mail): New arg RETURN-ACTION.
2499 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2500
2501 * mail/sendmail.el (mail-return-action): New var.
2502 (mail-mode): Make it buffer-local.
2503 (mail-bury): Obey it. Move special Rmail window handling to
2504 rmail-mail-return.
2505 (mail, mail-setup): New arg RETURN-ACTION.
2506 (sendmail-user-agent-compose): Move from simple.el.
2507
2508 * mail/rmail.el (rmail-mail-return): New function.
2509 (rmail-start-mail): Pass it to compose-mail.
2510
2a8b13af
CY
25112011-01-12 Chong Yidong <cyd@stupidchicken.com>
2512
b2948a87
CY
2513 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2514 menus. Add menu item for customize-themes.
2515
2516 * cus-theme.el (customize-themes):
74a10be5
SM
2517 * emacs-lisp/package.el (package--list-packages):
2518 Use switch-to-buffer.
2a8b13af 2519
059616e5
JB
25202011-01-11 Johan Bockgård <bojohan@gnu.org>
2521
2522 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2523
04380ff1
SM
25242011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * progmodes/prolog.el: Fix up coding convention and such.
2527 (prolog-indent-width): Use the same default as in
2528 previous prolog.el rather than tab-width which depends on which buffer
2529 is current when the file is loaded.
2530 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2531 is not available.
2532 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2533 (prolog-known-systems): Remove.
2534 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2535 Move initialization into declaration.
2536 (prolog-mode-map): Move initialization into declaration.
2537 Remove system-specific mode-map vars, since they referred to the same
2538 keymap anyway.
2539 (prolog-mode-variables): Obey the user's preference w.r.t
2540 adaptive-fill-mode. Prefer symbol-value to `eval'.
2541 (prolog-mode-keybindings-edit): Add compatibility bindings.
2542 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2543 (mercury-mode-map): New var.
2544 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2545 (prolog-ensure-process, prolog-process-insert-string)
2546 (prolog-consult-compile): Use with-current-buffer.
2547 (prolog-guess-fill-prefix): Simplify data flow.
2548 (prolog-replace-in-string): New function to use instead of
2549 replace-in-string.
2550 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2551 (prolog-uncomment-region): Use `uncomment-region' when available.
2552 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2553 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2554 of int-to-char and char-to-int.
2555 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2556
e2019526
SB
25572011-01-11 Stefan Bruda <stefan@bruda.ca>
2558
2559 * progmodes/prolog.el: Replace by a whole new file.
2560
3fa173b4
SM
25612011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2564 (declare-function, undefined, insert-for-yank)
2565 (replace-regexp-in-string): Follow checkdoc's recommendations.
2566
7973bcea
SM
25672011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2570 refreshing the diary buffer.
2571
0af8c88b
KM
25722011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2573
7973bcea 2574 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2575 (allout-encrypt-string): Prevent encryption from adding an extra
2576 newline at the end of the topic body.
2577 (allout-version): Increment to 2.3.
2578
1a27c64e
MA
25792011-01-10 Michael Albinus <michael.albinus@gmx.de>
2580
7973bcea
SM
2581 * net/dbus.el (dbus-unregister-service): Complete doc.
2582 Fix call of dbus-error signal.
5c0b4070 2583 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2584
0a203b61
MA
25852011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2586
2587 * net/dbus.el (dbus-unregister-service): Translate returned
2588 integer into a symbol.
2589 (dbus-register-property): Use `dbus-register-service' to do the
2590 name registration.
2591
895123f5
CY
25922011-01-09 Chong Yidong <cyd@stupidchicken.com>
2593
7973bcea
SM
2594 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2595 Suggested by Joakim Verona.
12e1f328 2596
732eb50a
CY
2597 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2598
895123f5
CY
2599 * wid-edit.el (visibility): Replace :on-image and :off-image
2600 widget properties with :on-glyph and :off-glyph, for consistency
2601 with the `visibility' widget.
2602 (widget-toggle-value-create, widget-visibility-value-create):
2603 Merge into a single function `widget-toggle-value-create'.
2604
2605 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2606 (custom-face-edit-value-create, custom-face-value-create):
2607 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2608 :off-glyph, for consistency with the `visibility' widget.
2609
c8043a22
AS
26102011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2611
2612 * net/ldap.el (ldap-search-internal): Don't use eval.
2613
b7617f6d
CY
26142011-01-09 Chong Yidong <cyd@stupidchicken.com>
2615
973f1f2a
CY
2616 * subr.el (read-char-choice): Use read-key.
2617
b7617f6d
CY
2618 * custom.el (custom-safe-themes): Rename from
2619 custom-safe-theme-files. Add :risky tag.
2620 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2621 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2622
900503ae
CY
26232011-01-09 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2626 from Search and add a label to Undo.
2627
2628 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2629 inappropriate buttons and adding :vert-only tags.
2630
2631 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2632 removal of Help tool-bar button. Remove Undo button for space.
2633
2634 * info.el (info-tool-bar-map): Add :vert-only tags.
2635
c44d54b3
TH
26362011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2637
2638 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2639 image backend support. Either of them is fine.
2640
3ef01959
CY
26412011-01-08 Chong Yidong <cyd@stupidchicken.com>
2642
3d91e302
CY
2643 * subr.el (y-or-n-p): Doc fix.
2644
278f6845
CY
2645 * custom.el (custom-safe-theme-files): New defcustom.
2646 (custom-theme-load-confirm): New function.
2647 (load-theme): Load theme using `load', confirming with
2648 custom-theme-load-confirm if necessary.
2649
3ef01959
CY
2650 * subr.el (read-char-choice): New function, factored out from
2651 dired-query and hack-local-variables-confirm.
2652
2653 * dired-aux.el (dired-query):
2654 * files.el (hack-local-variables-confirm): Use it.
2655
2656 * dired-aux.el (dired-compress-file):
2657 * files.el (abort-if-file-too-large, find-alternate-file)
2658 (set-visited-file-name, write-file, backup-buffer)
2659 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2660 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2661 Use new format string args for y-or-n-p and yes-or-no-p.
2662
7c837933
AS
26632011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2664
2665 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2666 [gcc-include]: Tighten file name match, add match for column
2667 number. (Bug#7806)
6c7ec171 2668 [gnu]: Remove unused group.
7c837933 2669
d0981f82
GM
26702011-01-08 Glenn Morris <rgm@gnu.org>
2671
e7a42417
GM
2672 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2673
d0981f82
GM
2674 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2675
d43bb7d3
SS
26762011-01-07 Sam Steingold <sds@gnu.org>
2677
2678 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2679 the `explicit-shell-file-name' because that is the
2680 non-interactive shell.
2681
8c51d2a2
CY
26822011-01-07 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * subr.el (y-or-n-p): Accept format string args.
2685
66b7b0fe
GM
26862011-01-07 Glenn Morris <rgm@gnu.org>
2687
2688 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2689
1e004a83
KM
26902011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2691
66b7b0fe 2692 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2693 the visible containing topic, rather than a collapsed one.
66b7b0fe 2694 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2695 (allout-exposure-change-hook): Remove documentation remarks
2696 concerning removed allout-view-change-hook.
2697 (allout-flag-region): Remove invocation of and documentation
2698 remarks concerning allout-view-change-hook.
2699
b0a8e46b
GM
27002011-01-06 Glenn Morris <rgm@gnu.org>
2701
2702 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2703 (vc-bzr-annotate-extract-revision-at-line):
2704 Handle authors with embedded spaces. (Bug#7792)
2705
875c044a
TH
27062011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2707
2708 * doc-view.el (doc-view-image-width): New variable.
2709 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2710 backend for PNG images, and do dynamic rescaling instead of
2711 reconverting the whole doc.
2712
1f6f7722
GM
27132011-01-05 Glenn Morris <rgm@gnu.org>
2714
2715 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2716
e9e68fda
KM
27172011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2718
4896e8fc 2719 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2720 long text lines that cross more than a single physical window
2721 line, ie when truncate-lines is nil.
e9e68fda
KM
2722 (allout-next-visible-heading): Provide for change in line-move
2723 behavior on long lines when truncate-lines is nil. In that case,
2724 line-move can wind up on the same textual line when it moves to
2725 the next window line, and moving to the bullet position after the
2726 move yields zero advancement. Add logic to detect and compensate
2727 for the lack of progress.
2728 (allout-current-topic-collapsed-p): move-end-of-line respect for
2729 field boundaries is different when operating with body lines
2730 shorter than window width versus ones greater than window width,
2731 which can yield false negatives in this function. Avoid
2732 difference by applying move-end-of-line while field-text-motion is
2733 inhibited.
2734
3f1b6eb2
GM
27352011-01-04 Glenn Morris <rgm@gnu.org>
2736
2737 * textmodes/rst.el (rst-compile-toolsets):
2738 Add pdf and s5 to option alist.
2739
6388924a
MA
27402011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2741
7973bcea 2742 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2743 dont-register-service. Updated docstring accordingly.
2744
c3e4b003
AS
27452011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2746
2747 * textmodes/rst.el (rst-compile-pdf-preview)
2748 (rst-compile-slides-preview): Remove extra line.
2749
ef4271fe
GM
27502011-01-04 Glenn Morris <rgm@gnu.org>
2751
2752 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2753 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2754 default to `prog' without a .py extension.
2755 (rst-compile-pdf-preview, rst-compile-slides-preview):
2756 Use program names from rst-compile-toolsets, rather than hard-coding.
2757 (rst-portable-mark-active-p): Fix presumed typo.
2758
7c420169 27592011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2760
7c420169 2761 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2762 libpng versions both before and after 1.4.0. (Bug#7716)
2763
7c420169 27642011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2765
6491af11
EZ
2766 * time.el (display-time-mode): Mention display-time-interval in
2767 the doc string. (Bug#7713)
2768
7c420169 27692011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2770
2771 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2772 condition-case and return an error message string if something
2773 goes wrong.
2f952059 2774 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2775 header by rmail-mime-insert-header.
2776
7c420169 27772011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2778
2779 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2780 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2781 (rmail-mime-mbox-buffer)
2782 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2783 (rmail-mime-entity): Argument changed. All codes handling an
2784 entity object are changed.
2f952059 2785 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2786 the above change.
2787 (rmail-mime-entity-children, rmail-mime-entity-handler)
2788 (rmail-mime-entity-tagline): New functions.
2789 (rmail-mime-message-p): New function.
2790 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2791 (rmail-mime-entity-segment, rmail-mime-next-item)
2792 (rmail-mime-previous-item, rmail-mime-shown-mode)
2793 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2794 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2795 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2796 New functions.
186f7f0b
KH
2797 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2798 (rmail-mime-insert-decoded-text): New function.
2799 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2800 (rmail-mime-insert-image): Argument changed. Caller changed.
2801 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2802 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2803 (rmail-mime-insert-bulk): Argument changed.
2804 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2805 (rmail-mime-process-multipart): Argument changed.
2806 Handle "multipart/alternative" here.
186f7f0b
KH
2807 (rmail-mime-process): Argument changed.
2808 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2809 (rmail-mime-insert): Argument changed. Handle raw display mode.
2810 (rmail-mime): Argument changed. Handle toggling of raw display
2811 mode.
2812 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2813 rmail-mime-view-buffer.
2814 (rmail-insert-mime-forwarded-message): Likewise.
2815 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2816
2817 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2818 non-nil, handle the header in rmail-show-mime-function.
2819
7c420169 28202011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2821
7c420169 2822 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2823
7c420169 28242011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2825
2826 * isearch.el (isearch-lazy-highlight-error): New variable.
2827 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2828 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2829 to the current value of `isearch-error' (Bug#7468).
2830
7c420169 28312011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2832
2833 * help-fns.el (describe-variable): Don't emit trailing whitespace
2834 (Bug#7511).
2835
7c420169 28362011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2837
2838 * textmodes/rst.el (rst-compile-pdf-preview)
2839 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2840
7c420169 28412011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2842
2843 * emulation/edt-mapper.el: Override mapping of function keys so
2844 that the later call to read-key-sequence works.
2845
7c420169 28462011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2847
2848 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2849 Unix EOLs. (Bug#7589)
2850
7c420169
CY
28512011-01-02 Leo <sdl.web@gmail.com>
2852
2853 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2854 if point is not behind eshell-last-output-end (Bug#7585).
2855
28562011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * files.el (file-local-variables-alist):
2859 Make permanent-local (bug#7767).
2860
28612011-01-02 Glenn Morris <rgm@gnu.org>
2862
2863 * version.el (emacs-copyright): Set short copyright year to 2011.
2864
28652011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2866
2867 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2868 an existing temp buffer. (Bug#7746)
2869
28702011-01-02 Glenn Morris <rgm@gnu.org>
2871
2872 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2873 multiple addresses. (Bug#7760)
2874
fb9a573a
KM
28752011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2876
e9e68fda 2877 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2878 do-auto-fill if everything points back to allout-auto-fill.
2879 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2880 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2881
8d68c659
MA
28822010-12-31 Michael Albinus <michael.albinus@gmx.de>
2883
2884 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2885 and "scpx".
2886
291cc045
TH
28872010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2888
2889 * doc-view.el (doc-view-set-doc-type): New function refactored
2890 from doc-view-mode.
2891 (doc-view-fallback-mode): New function.
2892 (doc-view-mode): Use it.
2893 (doc-view-mode-maybe): New function that checks if doc-view-mode
2894 can be used and falls back to the next best mode otherwise.
2895
2896 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2897 DVI, OpenDocument, and MS Office files.
2898
8ee2dc5c
AS
28992010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2900
2901 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2902
f9e68477
TH
29032010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2904
2905 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2906 on a copy of auto-mode-alist, because that deletes with side
2907 effects.
2908
ad727c81
TH
29092010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2910
7973bcea
SM
2911 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2912 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2913 fallback instead of hard coding fundamental mode.
2914
b71b7803
TH
29152010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2916
2917 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2918 Office) files also for searching.
2919
95e16d17
TH
29202010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2921
2922 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2923 Office) files. Not yet enabled via auto-mode-list.
2924 (doc-view-unoconv-program): New custom variable.
2925 (doc-view-mode-p): Handle new odf document type.
2926 (doc-view-odf->pdf): New conversion function.
2927 (doc-view-convert-current-doc): Call it for odf files.
2928 (doc-view-mode): Recognize newly supported file extensions.
2929
b191c9d9
MA
29302010-12-30 Michael Albinus <michael.albinus@gmx.de>
2931
2932 * net/tramp.el (tramp-default-method-alist)
2933 (tramp-default-user-alist)
2934 (tramp-local-host-regexp, tramp-prefix-domain-format)
2935 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2936
2937 * net/tramp-ftp.el:
2938 * net/tramp-gvfs.el:
2939 * net/tramp-gw.el:
2940 * net/tramp-imap.el:
2941 * net/tramp-sh.el:
2942 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2943 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2944
6e457cc9
KF
29452010-12-29 Karl Fogel <kfogel@red-bean.com>
2946
2947 * saveplace.el (save-place-alist-to-file): Save list sorted and
2948 pretty-printed, so that it is mergeable by line-based text merging,
2949 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2950
fb9a573a
KM
29512010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2952
e9e68fda 2953 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2954 (allout-mode): Argument "toggle" => "force".
2955 Refine the docstring.
2956 Remove special provisions for reactivation, besides the 'force'
2957 argument.
2958 Consolidate layout provisions coce directly into the activation
2959 condition branch, now that we've removed those provisions.
2960 (allout-unload-function): Explicitly activate the mode before
2961 deactivating, if it's initially deactivated.
2962 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2963 warnings for version of function used only where
2964 set-buffer-multibyte is unavailable.
2965
c940c054
CY
29662010-12-28 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2969 are handled by the menu-bar entries. As before, don't use
2970 :visibile to avoid changing the tool-bar.
2971
4c145d5d
MA
29722010-12-27 Michael Albinus <michael.albinus@gmx.de>
2973
2974 * net/secrets.el (secrets-delete-alias): New defun.
2975
fe99f704
MA
29762010-12-27 Michael Albinus <michael.albinus@gmx.de>
2977
2978 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2979 methods, otherwise ~/.ssh/config would be ignored.
2980
723ee192
SM
29812010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * emacs-lisp/rx.el: Make it a superset of sregex.
2984 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2985 of args, add `regex' alias.
2986 (rx-info): Add arg to distinguish head and standalone forms.
2987 (rx-check, rx-form): Pass the corresponding arg.
2988 (rx-**): Simplify.
2989 (rx-repeat): Make it work for any number of args.
2990 (rx-syntax): Make it accept syntax chars as is.
2991 * obsolete/sregex.el: Move from emacs-lisp/.
2992 * emacs-lisp/re-builder.el: Remove sregex support.
2993 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2994
e77714da
EZ
29952010-12-25 Eli Zaretskii <eliz@gnu.org>
2996
2997 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2998 PRIMARY first, then the clipboard. (Bug#7699)
2999
17870c01
SM
30002010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3003 print-number-table.
3004
6bfa51ba
CY
30052010-12-21 Chong Yidong <cyd@stupidchicken.com>
3006
d78cdcf7
CY
3007 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3008 .emacs.elc (Bug#7530).
3009
6bfa51ba
CY
3010 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3011 image spec (Bug#7480).
3012
9d9cfd53
DU
30132010-12-21 Daiki Ueno <ueno@unixuser.org>
3014
3015 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3016 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3017 Move from lisp/.
9d9cfd53 3018
adc0b793
JD
30192010-12-20 Leo <sdl.web@gmail.com>
3020
3021 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3022 always be performed (Bug#7680).
3023
778ca437
CY
30242010-12-20 Chong Yidong <cyd@stupidchicken.com>
3025
3f95d7ff
CY
3026 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3027 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3028 mouse-region-match.
778ca437 3029
3f95d7ff 3030 * color.el: Move from gnus/.
94975270 3031
f48fdaad
CY
3032 * vc/diff.el (diff-better-file-name): Function deleted.
3033 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3034 (diff-no-select): Just use expand-file-name.
3035
3036 * tool-bar.el (tool-bar--image-expression): New function.
3037 (tool-bar-local-item, tool-bar--image-exp): Use it.
3038 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3039 Use :enable instead of :visible to avoid changing the tool-bar
3040 configuration unnecessarily.
3041
3042 * info.el (info-tool-bar-map): Add separators.
3043
2e306b39
KB
30442010-12-17 Ken Brown <kbrown@cornell.edu>
3045
3046 * loadup.el: Use version numbers in Cygwin build.
3047
395542c6
RT
30482010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3049
3050 * ido.el (ido-file-internal): Ask for confirmation before
3051 overwriting an existing file (Bug#1238).
3052
4039c786
CY
30532010-12-16 Chong Yidong <cyd@stupidchicken.com>
3054
3055 * tool-bar.el (tool-bar-setup): Add separators.
3056
3057 * menu-bar.el (featurep): Use menu-bar-separator.
3058
45720dc3
GM
30592010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3060
3061 Migrate allout encryption provisions from pgg to epg.
3062
3063 * allout.el (allout-toggle-current-subtree-encryption)
3064 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3065 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3066 for simpler universal argument interpretation.
35f52ed6 3067 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3068 changed encryption provisions. Change fetch-pass to keymode-cue, for
3069 simpler universal argument interpretation. Remove provisions for
3070 handling key type and identity - they'll all be within
3071 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3072 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3073 for keypair recipients (universal argument > 1) and, in addition,
3074 associating the specified recipients with the outline (universal
3075 argument > 4) using a file local variable setting for
3076 'epa-file-encrypt-to'.
3077 Require epa, for recipients handling.
3078 Change how regexp filtering elements are named.
3079 Describe the problem with caching of incorrect symmetric-decryption
3080 keys.
3081 Use the epa-passphrase-callback-function, in case the user is using
3082 GnuPG v1.
3083 Support saving of the selected keypair recipients when invoked with a
3084 keymode-cue > 4.
3085 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3086 Require 'epa.
3087 Establish epg-context with armoring and default epg-protocol.
3088 Remove all passphrase cache, verification, and hinting code.
3089 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3090 No longer used, delete.
3091 (allout-mode): Adjust docstring to describe changed encryption
3092 provisions. Describe the problem with caching of incorrect
3093 symmetric-decryption keys.
3094 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3095 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3096 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3097 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3098 Obsolete, remove.
3099
33088bed
DU
31002010-12-16 Daiki Ueno <ueno@unixuser.org>
3101
3102 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3103 key selection prompt; make 'silent as default (Bug#7487).
3104
bfc49a5b
LL
31052010-12-16 Leo <sdl.web@gmail.com>
3106
7973bcea
SM
3107 * eshell/eshell.el (eshell-directory-name):
3108 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3109
68251e16
GM
31102010-12-15 Glenn Morris <rgm@gnu.org>
3111
3112 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3113
99f053cf 31142010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3115 Scott Evans <gse@antisleep.com>
99f053cf
JA
3116
3117 * rect.el (rectange--default-line-number-format)
3118 (rectangle-number-line-callback): New functions.
3119 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3120
5614fd56
CY
31212010-12-15 Chong Yidong <cyd@stupidchicken.com>
3122
3123 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3124 Delete unused variables.
3125 (move-to-column-force): Remove function obsolete since 21.2.
3126
d68b0220
MA
31272010-12-14 Michael Albinus <michael.albinus@gmx.de>
3128
3129 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3130 (tramp-handle-insert-file-contents): Do not set permanent-local
3131 property.
3132
7973bcea
SM
3133 * net/tramp-cache.el (tramp-persistency-file-name):
3134 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3135
3136 * net/tramp-sh.el (tramp-methods): Add "ksu".
3137 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3138 method list.
3139
0273f794
GM
31402010-12-14 Glenn Morris <rgm@gnu.org>
3141
ab274982
GM
3142 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3143 (find-tag-marker-ring): Declare.
3144 (js-find-symbol): Require etags.
3145
e758216c
GM
3146 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3147 Require mail-utils.
3148 (mail-alias-file): Don't autoload. Doc fix.
3149 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3150 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3151 Mark as obsolete, and risky.
3152 (mail-setup): Simplify.
3153
53aff12a
GM
3154 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3155 * mail/sendmail.el (build-mail-aliases): Update autoload.
3156
aae4b48c
GM
3157 * dired.el (dired-trivial-filenames, dired-chown-program)
3158 (dired-auto-revert-buffer): Remove autoload cookies.
3159 * mail/sendmail.el (mail-recover-1): Require 'dired.
3160
bff7c1ad
GM
3161 * dired.el (dired-subdir-switches, dired-chown-program)
3162 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3163 Make into defcustoms.
3164 (dired-chown-program): Simplify initialization.
3165
0273f794
GM
3166 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3167
bc557672
RF
31682010-12-13 Romain Francoise <romain@orebokech.com>
3169
3170 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3171
7410c270
G
31722010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3173
3174 * net/netrc.el (netrc-point-at-eol): Remove the unused
3175 netrc-point-at-old and netrc-bound-and-true-p bindings.
3176 (netrc-parse): Cache the netrc contents.
3177
f49d1f52 31782010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3179
3180 * subr.el (posn-col-row): Evaluate header-line-format in the
3181 context of the POSITION window's buffer.
3182
f49d1f52 31832010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3184
3185 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3186 (with-silent-modifications): Doc fixes.
3187
f49d1f52 31882010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3189
3190 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3191 Revert previous from. Use `save-restriction'.
158d5945 3192
f49d1f52 31932010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3194
3195 * calendar/diary-lib.el (diary-list-sexp-entries):
3196 Handle case of no newline at end of file. (Bug#7536)
3197
f49d1f52 31982010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3199
3200 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3201
f49d1f52 32022010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3203
f49d1f52 3204 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3205 (tramp-process-actions): Do not widen.
d68b0220 3206
f49d1f52
SM
3207 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3208 Protect buffer-modified value. (Bug#7557)
32802ee1 3209
f49d1f52 32102010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3211
3212 * log-edit.el (log-edit-changelog-entries):
3213 Regexp quote filename. (Bug#7505)
3214
f49d1f52 32152010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3216
3217 * cus-edit.el (custom-save-all):
3218 Bind print-length and print-level to nil. (Bug#7581)
3219
f49d1f52 32202010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3221
d5e6e0b6
GM
3222 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3223 Run hooks to update menu contents. (Bug#7586)
3224
3c1e62f8
GM
3225 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3226 file names, for the sake of MS Windows. (Bug#7588)
3227
f49d1f52 32282010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3229
3230 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3231 empty lines without a leading space.
3232
f49d1f52 32332010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3234
740af6c9
GM
3235 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3236 while mapping over marks (Bug#6810).
86a6e8e0 3237
f49d1f52 32382010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3239
3240 * image-dired.el (image-dired-db-file)
3241 (image-dired-temp-image-file, image-dired-gallery-dir)
3242 (image-dired-temp-rotate-image-file): Set default values relative
3243 to image-dired-dir (Bug#7518).
3244
f49d1f52 32452010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3246
3247 * format.el (format-decode-run-method): Pass args FROM and TO, not
3248 point-min and point-max, to shell-command-on-region (Bug#7488).
3249
f49d1f52 32502010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3251
3252 * frame.el (blink-cursor-mode): Make default t for ns.
3253
f49d1f52 32542010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3255
3256 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3257
f49d1f52 32582010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3259
637c2c43
CY
3260 * comint.el (comint-dynamic-list-input-ring)
3261 (comint-dynamic-complete-filename)
3262 (comint-replace-by-expanded-filename)
3263 (comint-dynamic-simple-complete)
3264 (comint-dynamic-list-filename-completions)
3265 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3266
74194465
CY
3267 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3268 Doc fix (Bug#7471).
3269
f49d1f52 32702010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3271
3272 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3273 (Bug#7533).
3274
01c35094 32752010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3276
3277 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3278 (Bug#7491).
3279
f49d1f52 32802010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3281
3282 * files.el (file-relative-name): Handle UNC file names on
3283 DOS/Windows. (Bug#4674)
3284
f49d1f52 32852010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3286
3287 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3288 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3289 (epg-context-set-passphrase-callback): Mention that the callback
3290 is not called when used with GnuPG 2.x.
3291
f49d1f52 32922010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3293
3294 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3295 Ensure ps-footer-font-size-internal is initialized.
3296 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3297
f49d1f52 32982010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3299
3300 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3301 within condition-case.
3302 (rmail-show-mime): Don't use condition-case.
3303 (rmail-search-mime-message): New function.
3304 (rmail-search-mime-message-function): Set to
3305 rmail-search-mime-message.
3306
f49d1f52 33072010-12-13 Leo <sdl.web@gmail.com>
bd794450 3308
0fdd1db7 3309 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3310 (ido-mode): Use it.
3311 (ido-completing-read): Call it.
3312
fdbb4d85
KF
33132010-12-12 Karl Fogel <kfogel@red-bean.com>
3314
3315 * bookmark.el (bookmark-name-from-full-record): Rename back to
3316 this original name from `bookmark-name-from-record' reverting part
3317 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3318 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3319 third-party callers. (Bug#7609)
fdbb4d85 3320
0e5cf2b8
AM
33212010-12-12 Alan Mackenzie <acm@muc.de>
3322
3323 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3324 template arglist, check that the current language supports this.
3325
6961d41c
GM
33262010-12-11 Glenn Morris <rgm@gnu.org>
3327
2b404597
GM
3328 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3329 state of the file matches. (Bug#7544)
3330 (vc-bzr-register, vc-bzr-checkin)
3331 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3332 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3333
6961d41c
GM
3334 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3335
1e5d2a04
KK
33362010-12-11 Karel Klíč <kklic@redhat.com>
3337
3338 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3339
175069ef
SM
33402010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 Derive from prog-mode, use derived-mode-p, and fix up various
3343 minor style issues in lisp/progmodes.
3344
3345 * progmodes/vhdl-mode.el (vhdl-mode):
3346 * progmodes/verilog-mode.el (verilog-mode):
3347 * progmodes/vera-mode.el (vera-mode):
3348 * progmodes/sql.el (sql-mode):
3349 * progmodes/scheme.el (scheme-mode):
3350 * progmodes/perl-mode.el (perl-mode):
3351 * progmodes/octave-inf.el (inferior-octave-mode):
3352 * progmodes/autoconf.el (autoconf-mode):
3353 * progmodes/m4-mode.el (m4-mode):
3354 * progmodes/inf-lisp.el (inferior-lisp-mode):
3355 * progmodes/idlwave.el (idlwave-mode):
3356 * progmodes/icon.el (icon-mode):
3357 * progmodes/idlw-help.el (idlwave-help-mode):
3358 * progmodes/dcl-mode.el (dcl-mode):
3359 * progmodes/idlw-shell.el (idlwave-shell-mode):
3360 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3361 (ebrowse-member-mode, ebrowse-electric-position-mode):
3362 Use define-derived-mode.
3363
3364 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3365 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3366 (xscheme-debugger-mode-p, xscheme-send-string-1):
3367 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3368 (tcl-load-file, tcl-restart-with-file):
3369 * progmodes/ps-mode.el (ps-run-running):
3370 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3371 * progmodes/js.el (js--get-all-known-symbols):
3372 * progmodes/inf-lisp.el (inferior-lisp-proc):
3373 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3374 (idlwave-template, idlwave-update-buffer-routine-info)
3375 (idlwave-update-current-buffer-info)
3376 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3377 (idlwave-scan-class-info, idlwave-fix-keywords)
3378 (idlwave-list-buffer-load-path-shadows):
3379 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3380 (idlwave-toolbar-remove):
3381 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3382 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3383 (idlwave-shell-menu-def):
3384 * progmodes/idlw-complete-structtag.el
3385 (idlwave-prepare-structure-tag-completion):
3386 * progmodes/gud.el (gud-set-buffer):
3387 * progmodes/f90.el (f90-backslash-not-special):
3388 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3389
3390 * progmodes/xscheme.el (xscheme-start)
3391 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3392 * progmodes/which-func.el (which-function):
3393 * progmodes/vhdl-mode.el (vhdl-set-style):
3394 * progmodes/verilog-mode.el (verilog-set-compile-command)
3395 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3396 (verilog-set-define, verilog-auto-reeval-locals):
3397 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3398 * progmodes/simula.el (simula-mode):
3399 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3400 * progmodes/python.el (python-check, python-mode):
3401 * progmodes/prolog.el (prolog-mode-variables):
3402 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3403 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3404 * progmodes/delphi.el (delphi-mode):
3405 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3406 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3407 (c-font-lock-init): Move make-local-variable to their setq.
3408
3409 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3410 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3411 make-local-hook.
3412 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3413 (sh-set-shell): Don't set require-final-newline since it's already done
3414 by prog-mode.
3415 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3416 since we never set it.
3417 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3418 Use read-string and standard prompt.
3419 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3420 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3421 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3422 (meta-common-mode-map): Rename from meta-mode-map.
3423 Remove C-m binding, which is a user preference, not mode specific.
3424 (meta-common-mode): New major mode; replace meta-common-initialization.
3425 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3426 around with font-lock.
3427 * progmodes/etags.el (select-tags-table-mode):
3428 Derive from special-mode.
3429 * progmodes/octave-mod.el (octave-mode):
3430 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3431 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3432 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3433 Let define-derived-mode do its job.
3434 * progmodes/cpp.el (cpp-edit-mode-map):
3435 Move initialization into declaration.
3436 (cpp-edit-mode): Use define-derived-mode.
3437 (cpp-edit-load): Use derived-mode-p.
3438 * progmodes/mixal-mode.el (mixal-mode):
3439 * progmodes/f90.el (f90-mode):
3440 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3441 require-final-newline since prog-mode does it already.
3442 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3443 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3444 * progmodes/antlr-mode.el: Require cc-mode upfront.
3445 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3446 the declaration.
3447 (antlr-directory-dependencies, antlr-show-makefile-rules):
3448 Use derived-mode-p.
3449 (antlr-language-option): Don't assume point-min==1.
3450 (antlr-mode): Use define-derived-mode.
3451 * progmodes/ada-mode.el: Use derived-mode-p.
3452 (ada-mode): Use define-derived-mode.
3453 Use hack-local-variables-hook.
3454
61f91c04
SM
34552010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3458 (texinfo-mode): Don't disable adaptive-fill-mode.
3459 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3460 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3461 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3462 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3463 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3464 (texinfo-insert-@quotation, texinfo-insert-@samp)
3465 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3466 (texinfo-insert-@uref): Use define-skeleton.
3467 (texinfo-insert-@-with-arg): Delete.
3468
72a44673
EZ
34692010-12-10 Eli Zaretskii <eliz@gnu.org>
3470
3471 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3472 nil, do quote archive member names. (Bug#6144)
3473
ab540f59
GM
34742010-12-10 Glenn Morris <rgm@gnu.org>
3475
66f782de
GM
3476 * files.el (diff-no-select): Declare.
3477
e554b3f8
GM
3478 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3479 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3480
ab540f59
GM
3481 * comint.el (comint-input-ring-file-name): Doc fix.
3482
f68ab99b
EZ
34832010-12-09 Eli Zaretskii <eliz@gnu.org>
3484
3485 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3486 New functions.
61f91c04
SM
3487 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3488 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3489 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3490 instead of `nil'.
3491 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3492 and menu-bar-positive-p instead of `nil' and `>', respectively.
3493 (Bug#1077)
3494
650453a9
VJL
34952010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3496
3497 * whitespace.el (whitespace-newline-mode): Code fix.
3498
28d5de72
GM
34992010-12-09 Glenn Morris <rgm@gnu.org>
3500
3501 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3502 Rename functions without commas, update callers.
3503
b596d50d 35042010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3505
b596d50d
GM
3506 * whitespace.el (whitespace-cleanup-region):
3507 Clean up spaces before tabs. (Bug#7582)
16498102 3508
eff37c5e
KF
35092010-12-08 Karl Fogel <kfogel@red-bean.com>
3510
3511 * bookmark.el: Adjust parameter names and doc strings to resolve
3512 confusion over whether "bookmark" meant a bookmark name or a
3513 bookmark record. Along the way, shorten one function's name for
3514 similar reasons. (Issue #7548)
3515 (bookmark-name-from-record): New name for
3516 `bookmark-name-from-full-record'. All callers changed.
3517 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3518 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3519 (bookmark-get-annotation, bookmark-set-annotation)
3520 (bookmark-get-filename, bookmark-set-filename)
3521 (bookmark-get-position, bookmark-set-position)
3522 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3523 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3524 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3525 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3526 Rename `bookmark' parameter to `bookmark-name-or-record', to
3527 clearly show its role, and shorten or adjust doc strings accordingly.
3528 (bookmark-set-name): Same, and pass the parameter directly to
3529 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3530 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3531 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3532 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3533 and in some cases shorten doc string accordingly.
3534 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3535 and `new-name', and adjust an internal variable to avoid confusion.
3536 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3537 parameter in doc string.
3538
5fe9ebd1
GM
35392010-12-08 Glenn Morris <rgm@gnu.org>
3540
ac8331a7
GM
3541 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3542 from gdb's history file. (Bug#7575)
3543
5fe9ebd1
GM
3544 * mail/emacsbug.el (report-emacs-bug):
3545 Try to handle some other mail clients.
3546
33cf0fb2
SM
35472010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3550 Use string-prefix-p.
3551 (file-name-version-regexp): New var.
3552 (file-name-sans-versions):
3553 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3554 (jka-compr-get-compression-info): Use dolist.
3555 (jka-compr-compression-info-list): Don't bother specifying
3556 version/backup regexps.
3557
11c31b99
TH
35582010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3559
3560 * simple.el (just-one-space): Make argument n default to 1 if
3561 omitted.
3562
a733fc37
SM
35632010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * electric.el (electric-indent-post-self-insert-function):
3566 Delete trailing newlines even if we don't reindent.
3567
88b5a757
DD
35682010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3569
a733fc37
SM
3570 * minibuffer.el (completion-at-point): Remove the `arg'.
3571 * bindings.el (complete-symbol): Move back from minibuffer.el.
3572
35732010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3574
88b5a757
DD
3575 * simple.el (just-one-space): Delete newlines for negative arg.
3576
ce327e48
SM
35772010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3578
3579 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3580 (ansi-color-filter-apply): Simplify.
3581 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3582
ac73d955
BR
35832010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3584
3585 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3586
8c44f097
CY
35872010-12-04 Chong Yidong <cyd@stupidchicken.com>
3588
3589 * dired.el (dired-use-ls-dired): Set default to a special
3590 "unspecified" value.
3591 (dired-insert-directory): When called the first time, check
3592 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3593
15af15e5
TO
35942010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3595
3596 * replace.el: Add "collect" feature to occur.
3597 (occur-collect-regexp-history): New var.
88b5a757
DD
3598 (occur-read-primary-args): Return a replace string for nlines,
3599 if needed.
15af15e5
TO
3600 (occur): Extend the meaning of nlines.
3601
b2e6e5bd
SM
36022010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3605 (which-func-update-1): Distinguish symbols from strings.
3606 (which-function): Stay within 80 columns.
3607
ee9355dc
SM
36082010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3609
7f0ea0ff
SM
3610 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3611
ee9355dc
SM
3612 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3613 Improve docstring.
3614 (comment-style): Use comment-styles's docs to describe values.
3615
3e972d98
JD
36162010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3617
3618 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3619 and ns-show-prefs (Bug#7535).
3620
3621 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3622 bindings (Bug#7535).
3623
c879436a
GM
36242010-12-03 Glenn Morris <rgm@gnu.org>
3625
afe27238
GM
3626 * nxml/nxml-mode.el: Require rng-nxml.
3627 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3628 Remove declarations.
3629
65beee52
GM
3630 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3631 * nxml/rng-nxml.el, nxml/rng-valid.el:
3632 Remove leading `*' from defcustom docs.
3633
ad961a00
GM
3634 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3635 (normal-top-level-add-to-load-path, tty-handle-args):
3636 Convert comments to basic doc-strings.
3637
c5fd0ab5
GM
3638 * net/browse-url.el (browse-url-url-at-point)
3639 (browse-url-default-browser): Remove autoload cookies.
3640
f62f063d
GM
3641 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3642 Remove more undefined cl functions.
3643
c879436a
GM
3644 * vc/diff.el (diff-sentinel): Make new arguments optional.
3645 * ibuf-ext.el (diff-sentinel): Update declaration.
3646
3721e124
DU
36472010-12-03 Daiki Ueno <ueno@unixuser.org>
3648
3649 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3650 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3651 (epg-context-set-passphrase-callback): Mention that the callback
3652 is not called when used with GnuPG 2.x.
3653
66feec8b
MA
36542010-12-02 Michael Albinus <michael.albinus@gmx.de>
3655
3656 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3657 (tramp-file-name-port): Check also for `tramp-default-port'.
3658 (tramp-get-connection-name): New defun.
3659 (tramp-get-connection-process): Use it.
3660 (tramp-debug-message): Extend function exclude list.
3661 (tramp-drop-volume-letter): Fix doc string.
3662
3663 * net/tramp-cmds.el: Remove solved todo item.
3664
66feec8b
MA
3665 * net/tramp-ftp.el:
3666 * net/tramp-gvfs.el:
3667 * net/tramp-gw.el:
3668 * net/tramp-imap.el:
3669 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3670 and `tramp-default-user-alist', respectively.
3671
88b5a757
DD
3672 * net/tramp-gw.el (tramp-gw-open-connection):
3673 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3674
3675 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3676 `tramp-file-name-port'.
3677
3678 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3679 and "psftp". Exchange "%k" marker with options.
3680 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3681 Compute size of link target.
35f52ed6
JB
3682 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3683 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3684 copy arguments. Use `tramp-get-connection-name' and
3685 `tramp-get-connection-buffer'. Improve debug messages.
3686 (tramp-compute-multi-hops): Remove port determination.
3687 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3688
3689 * net/trampver.el: Update release number.
3690
bd77c2ef
GM
36912010-12-02 Glenn Morris <rgm@gnu.org>
3692
05907bb3
GM
3693 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3694 Avoid infinite loop over windows. (Bug#7492)
3695
bd77c2ef
GM
3696 * progmodes/flymake.el (flymake-check-file-limit):
3697 Allow nil to mean "no limit".
3698 (flymake-check-patch-master-file-buffer): Update for above change.
3699 Allow a .tex file-name extension to be optional.
3700 (flymake-master-tex-init): Also match \include statements.
3701
f7ca27a1
SS
37022010-11-30 Sam Steingold <sds@gnu.org>
3703
3704 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3705 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3706 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3707 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3708 define-derived-mode').
3709 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3710 users who want to call `nxml-parent-document-set'.
3711
402c8a49
CY
37122010-11-27 Chong Yidong <cyd@stupidchicken.com>
3713
3714 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3715 stand-alone lines, since that is handled by log-edit-match-to-eoh
3716 (Bug#6465).
3717
d1882ac7
EW
37182010-11-27 Eduard Wiebe <usenet@pusto.de>
3719
3720 * dired.el (dired-get-filename): Replace backslashes with slashes
3721 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3722 * locate.el (locate-default-make-command-line): Don't consider
3723 drive letter and root directory part of
3724 `directory-listing-before-filename-regexp'. (Bug#7308)
3725 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3726
07976ae3 37272010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3728
3729 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3730 of :smie-open/close-alist.
3731 (smie-next-sexp): Make it accept a "start token" as argument.
3732 (smie-indent-keyword): Be careful not to misidentify tokens that span
3733 more than one line, as empty lines. Add argument `token'.
3734
07976ae3 37352010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3736
afde451a
KH
3737 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3738 multipart subtypes, insert all as usual.
3739
3d9ee611
KH
3740 * mail/rmail.el: Require rfc2047.
3741
07976ae3 37422010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3743
3744 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3745 (rmail-mime-entity-disposition)
3746 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3747 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3748 (rmail-mime-save): Handle the case that the button's `data' is a
3749 MIME entity.
3750 (rmail-mime-insert-text): New function.
9e0ecdab 3751 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3752 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3753 (rmail-mime-insert-bulk): New function mostly copied from the old
3754 rmail-mime-bulk-handler.
9e0ecdab
GM
3755 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3756 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3757 the old rmail-mime-multipart-handler.
3758 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3759 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3760 rmail-mime-show.
3761 (rmail-mime-insert-multipart, rmail-mime-parse)
3762 (rmail-mime-insert, rmail-show-mime)
3763 (rmail-insert-mime-forwarded-message)
3764 (rmail-insert-mime-resent-message): New functions.
3765 (rmail-insert-mime-forwarded-message-function): Set to
3766 rmail-insert-mime-forwarded-message.
3767 (rmail-insert-mime-resent-message-function): Set to
3768 rmail-insert-mime-resent-message.
3769
3770 * mail/rmailsum.el: Require rfc2047.
3771 (rmail-header-summary): Handle multiline Subject: field.
3772 (rmail-summary-line-decoder): Change the default to
3773 rfc2047-decode-string.
3774
3775 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3776 (rmail-mime-feature): Change the default to `rmailmm'.
3777 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3778 (rmail-display-labels): Likewise.
3779 (rmail-show-message-1): Check rmail-enable-mime, and use
3780 rmail-show-mime-function for a MIME message. Decode the headers
3781 according to RFC2047.
3782
07976ae3 37832010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3784
3785 * progmodes/which-func.el (which-func-imenu-joiner-function):
3786 Return a string, as expected.
3787 (which-function-mode): Make sure we stop any previous timer before
3788 starting a new one.
3789
07976ae3 37902010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3791
3792 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3793 (tramp-default-user-alist, tramp-default-proxies-alist):
3794 Adapt custom options type. (Bug#7445)
e40fc745 3795
07976ae3 37962010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3797
3798 * progmodes/python.el: Add Ipython support (Bug#5390).
3799 (python-shell-prompt-alist)
3800 (python-shell-continuation-prompt-alist): New options.
3801 (python--set-prompt-regexp): New function.
33aeea0e
SM
3802 (inferior-python-mode, run-python, python-shell):
3803 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3804 prompt based on the Python interpreter.
3805 (python--prompt-regexp): New var.
3806 (python-check-comint-prompt)
3807 (python-comint-output-filter-function): Use it.
3808 (run-python): Use a pipe (Bug#5694).
3809
07976ae3 38102010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3811
3812 * progmodes/python.el (run-python): Doc fix.
3813 (python-keep-current-directory-in-path): New var (Bug#7454).
3814
07976ae3 38152010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3816
3817 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3818 Prompt user before actually printing.
3819
0b839457
GM
38202010-11-27 Glenn Morris <rgm@gnu.org>
3821
3822 * startup.el (package-enable-at-startup, package-initialize):
3823 Remove unnecessary declarations.
3824
96107967
EZ
38252010-11-27 Eli Zaretskii <eliz@gnu.org>
3826
3827 * international/characters.el (glyphless-char-display-control):
3828 Exclude newline and TAB from the c0-control group.
3829
a140ec5f
GM
38302010-11-27 Glenn Morris <rgm@gnu.org>
3831
82445062
GM
3832 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3833 (expand-mail-aliases): Remove unnecessary autoload.
3834
08b5f072
GM
3835 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3836
e96d4147
GM
3837 * shell.el (shell-dir-cookie-re): Move definition before use.
3838
a140ec5f
GM
3839 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3840 Replace undefined CL functions.
3841
a2249e66
EZ
38422010-11-26 Eli Zaretskii <eliz@gnu.org>
3843
228482b2
EZ
3844 * simple.el (prog-mode): Set bidi-paragraph-direction to
3845 left-to-right.
3846
a2249e66
EZ
3847 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3848
d01d7b8d
GM
38492010-11-26 Glenn Morris <rgm@gnu.org>
3850
3851 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3852 diary-outlook-formats can be sensitive to calendar-date-style.
3853 (diary-outlook-formats): Simplify the default setting.
3854 (diary-from-outlook-internal): Pass subject and body as arguments.
3855 Use dolist rather than dotimes. Don't save the diary buffer.
3856 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3857 Pass subject and body as explicit arguments to the -internal function.
3858
b3ea64a3
LMI
38592010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3860
3861 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3862 parsing them. This makes mailto:...?subject=foo\nbar work.
3863
d5e7b0d8
SM
38642010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * vc/diff.el (diff): Fix last change.
3867
872ab164
SM
38682010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3869
3870 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3871 (pcase--dontcare-upats): New var.
3872 (pcase-let, pcase-let*): Generate better code.
3873 Accept the same bodies as `let'.
3874 (pcase-dolist): New macro.
3875 (pcase--trivial-upat-p): New helper function.
3876 (pcase--expand): Strip leading "(let nil" if any.
3877
876d1684
LMI
38782010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3879
7bd9b9d8
LMI
3880 * mail/mailclient.el (browse-url): Require.
3881 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3882 use the external browser function to send the mail (bug#7469).
3883
876d1684
LMI
3884 * net/browse-url.el (browse-url-browser-function): Revert the
3885 default back to the previous value, since the new value broke
3886 mailclient.el.
3887 (browse-url-mailto-function): New variable for mailto: URLs.
3888 (browse-url): Use the new variable for mailto: URLs.
3889
6e13206c
SM
38902010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3891
3892 * eshell/esh-cmd.el (eshell-parse-command):
3893 * eshell/esh-arg.el (eshell-parse-arguments):
3894 * eshell/em-script.el (eshell-source-file):
3895 Use with-silent-modifications.
3896
3d92f44e
CY
38972010-11-23 Chong Yidong <cyd@stupidchicken.com>
3898
3899 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3900 for a merge location.
3901
3902 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3903 (vc-bzr-merge-branch): Always prompt.
3904 (vc-bzr-async-command): Use the full branch filename.
3905
8f5f1e68
SM
39062010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * shell.el (shell): Use current-buffer by default if it's already
3909 a shell mode buffer and its process is dead.
ee9355dc 3910 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3911
331460ac
TH
39122010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3913
8f5f1e68
SM
3914 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3915 Mention that the keywords should be comma separated.
331460ac 3916
2c3160c5
CY
39172010-11-23 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3920 Accept optional prefix arg meaning to prompt for a command.
3921 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3922 prefix arg meaning to prompt for a command.
3923 (vc-pull): Alias for vc-update.
3924
3925 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3926 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3927 (vc-bzr-merge-branch): New functions, implementing merge-branch
3928 and pull operations.
3929
b2e44819
SM
39302010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3931
8a0eb852
SM
3932 * Makefile.in: Fix up last merge.
3933
b2e44819
SM
3934 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3935 (diff-sentinel): Get them as arguments instead.
3936 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3937 (diff-file-local-copy, diff-better-file-name): New funs.
3938 (diff-no-select): Rename from diff-into-buffer.
3939 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3940 Prefer closures to buffer-local variables.
3941 (diff): Adjust accordingly.
3942 (diff-buffer-with-file): Move from files.el.
3943 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3944 (diff-buffer-internal): Remove.
3945 (diff-buffer-buffer): Remove.
3946 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3947 the buffer name used, and so as not to mess up windows and frames.
3948
6a7662bb
BR
39492010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3950
3951 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3952 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3953 (diff-buffer-with-file): Use it.
3954 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3955 (diff): Use it.
3956
c799747b
TH
39572010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3958
3959 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3960 \ref's or \pageref's value as default instead of initial input.
3961
e274eb13
MA
39622010-11-21 Michael Albinus <michael.albinus@gmx.de>
3963
3964 * files.el (backup-by-copying-when-mismatch): The default value is
3965 now t.
3966
3967 * startup.el (normal-top-level):
3968 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3969 `backup-by-copying-when-mismatch'.
3970
77af54d7
JD
39712010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3972
3973 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3974
4e2f7d2a
CY
39752010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3976
6a7662bb
BR
3977 * progmodes/python.el (python-font-lock-keywords):
3978 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3979
b7d1e144
JD
39802010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3981
3982 * term/ns-win.el (ns-right-control-modifier)
3983 (ns-right-command-modifier): Defvar them.
3984
3985 * cus-start.el (all): Add ns-right-control-modifier and
3986 ns-right-command-modifier (Bug#7458).
3987
c11cc37a
GM
39882010-11-20 Glenn Morris <rgm@gnu.org>
3989
3990 * emacs-lisp/authors.el (authors-ignored-files)
3991 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3992
7dcd777e
TH
39932010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3994
3995 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3996 (report-emacs-bug-parse-query-results)
3997 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3998 keywords used for querying the bug database to show them in the
3999 existing bugs buffer.
4000
d2bd5189
JD
40012010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4002
4003 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4004
4005 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4006
0e7c0582
EZ
40072010-11-20 Eli Zaretskii <eliz@gnu.org>
4008
4009 * international/characters.el (glyphless-char-display-control):
4010 Make it a defcustom, with update-glyphless-char-display as its
4011 :set attribute.
4012 (top level): Don't call update-glyphless-char-display.
4013
7398933f
MA
40142010-11-20 Michael Albinus <michael.albinus@gmx.de>
4015
4016 Sync with Tramp 2.2.0.
4017
4018 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4019 `file-remote-p' (due to compatibility).
4020
4021 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4022 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4023
4024 * net/trampver.el: Update release number.
4025
1cd64aae
EZ
40262010-11-20 Eli Zaretskii <eliz@gnu.org>
4027
4028 * faces.el (glyphless-char): Define value for `pc'.
4029
614316a7
TH
40302010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4031
26214810
EZ
4032 Implemented a bug querying mechanism.
4033 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4034 (report-emacs-bug-create-existing-bugs-buffer)
4035 (report-emacs-bug-parse-query-results)
26214810 4036 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4037
9061f667
TH
40382010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4039
4040 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4041 a \ref{} or \pageref{} macro, then use its value as initial input.
4042
1265829e
JB
40432010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4044
4045 * calc/calc-units.el (math-build-units-table-buffer):
4046 calc/README: Mention that the TeX specific units won't use the
4047 `tex' prefix in TeX mode.
4048 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4049 prefix for units in TeX mode.
4050
9fca7811
SM
40512010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4052
4053 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4054 * comint.el (comint-kill-region): Make the yank-handler argument
4055 obsolete.
9fca7811 4056
4a47c275 40572010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4058
e2f454c4
SM
4059 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4060 that are both openers (resp. closers) and something else.
4061 (smie-grammar): Loosen definition of valid values.
4062 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4063 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4064 (smie-indent-after-keyword): Adjust users.
4065 (smie-indent-keyword): Don't indent empty lines.
4066
88bf1bec
SM
4067 * vc-hg.el (vc-hg-program): New var.
4068 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4069 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4070
4a47c275 40712010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4072
4073 * emacs-lisp/autoload.el (autoload-find-destination): The function
4074 coding-system-eol-type may return non-numeric values. (Bug#7414)
4075
4a47c275 40762010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4077
4078 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4079
4a47c275 40802010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4081
4082 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4083
4a47c275 40842010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4085
4086 * textmodes/picture.el (picture-mouse-set-point): Don't use
4087 posn-col-row; explicitly compute the motion based on the posn at
4088 the window-start (Bug#7390).
4089
4a47c275 40902010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4091
4092 * novice.el (disabled-command-function):
4093 Fix 2009-11-15 change. (Bug#7384)
4094
4a47c275 40952010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4096
4097 * calendar/calendar.el (diary-iso-date-forms): Make elements
4098 mutually exclusive. (Bug#7377)
4099
4a47c275 41002010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4101
4102 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4103 when filling the remaining "unconstrained" values.
4104
4a47c275 41052010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4106
acef0722
SM
4107 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4108 safety predicate.
4109
4110 * files.el (safe-local-variable-p): Gracefully handle errors.
4111
7bea8c7a
SM
4112 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4113 Use smie-indent-virtual when indenting relative to an opener.
4114 (smie-rule-separator): Use smie-rule-parent.
4115 (smie-indent-keyword): Consult rules, even for openers at bol.
4116 (smie-indent-comment-close): Try to align closer's content.
4117
4a47c275 41182010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4119
4120 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4121
4a47c275 41222010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4123
aa514451
GM
4124 * printing.el (pr-menu-bind): Doc fix.
4125
32b636de
GM
4126 * speedbar.el (speedbar-toggle-images): Doc fix.
4127
bc1d5cdf
GM
4128 * progmodes/python.el (python-shell): Doc fix.
4129
c790cad4
GM
4130 * wid-edit.el (widget-field-use-before-change)
4131 (widget-use-overlay-change): Doc fixes.
4132
c51bb5d2
SM
41332010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4134
8bbb7dd8
SM
4135 Minor cleanup to improve style.
4136 * textmodes/rst.el (rst-update-section): Use point-marker.
4137 (rst-get-decoration): Eliminate unneeded assignment.
4138 (rst-promote-region, rst-straighten-decorations)
4139 (rst-section-tree, rst-adjust): Use point-marker.
4140 (rst-toc-mode-mouse-goto): Avoid setq.
4141 (rst-shift-region-guts, rst-shift-region-left)
4142 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4143 (rst-convert-bullets-to-enumeration): Use copy-marker.
4144
b7e270a2
SM
4145 * minibuffer.el (completion-fail-discreetly): New var.
4146 (completion--do-completion): Use it.
4147
c51bb5d2
SM
4148 * electric.el (electric-pair-pairs): New var.
4149 (electric-pair-post-self-insert-function): Use it.
4150 (electric-layout-post-self-insert-function): Don't insert a before
4151 newline unless it's actually needed.
4152
c04f2ac0
SM
41532010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4154
bac2de0f
SM
4155 * progmodes/python.el (run-python): Explain why we remove the current
4156 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4157
c04f2ac0
SM
4158 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4159
7100ff98
SM
41602010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4161
03f70355
SM
4162 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4163 (octave-mode-map): Don't bind ;, SPC, and LF.
4164 (octave-auto-indent, octave-auto-newline): Remove.
4165 (electric-layout-rules): Declare.
4166 (octave-mode): Set electric-layout-rules.
4167 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4168 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4169 (octave-electric-space): Remove.
4170
7100ff98
SM
4171 * electric.el (electric-layout-mode): New minor mode.
4172 (electric--after-char-pos): New function.
4173 (electric-indent-post-self-insert-function): Use it.
4174 (electric-layout-rules): New var.
4175 (electric-layout-post-self-insert-function): New function.
4176 (electric-indent-mode): Make them interact better.
4177
cca982d0
SM
41782010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4181 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4182 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4183
84992dff
AM
41842010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4185
4186 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4187 Make sure to check inside the word (Bug#6761).
4188
afa42fe3
CY
41892010-11-14 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * startup.el (command-line): If the cursorColor resource is set,
4192 change the cursor face-spec (Bug#7392).
4193
a798747d 41942010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4195
a798747d 4196 The main features of the following allout.el changes are:
1c9b9df0
KM
4197 - implement user customization for the allout key bindings
4198 - add a customization control by which the user can inhibit use of
a798747d 4199 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4200 describe-prefix-bindings
4201 - adapt to new version of called-interactively-p, while
a798747d 4202 maintaining backwards compatibility with old version
01c35094 4203 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4204
a798747d
GM
4205 * allout.el (allout-keybindings, allout-bind-keys)
4206 (allout-keybindings-binding, allout-prefixed-keybindings)
4207 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4208 (allout-keybindings-list, allout-mode-map-adjustments)
4209 (allout-setup-mode-map): Establish allout-mode keymaps as user
4210 customizable settings, and also establish a customizable setting which
4211 regulates whether or not a trailing control-h is reserved for use with
4212 describe-prefix-bindings - and inhibit it by default, so that control-h
4213 *is* reserved for describe-prefix-bindings unless the user changes it.
4214
4215 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4216 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4217 modified events more comprehensively.
4218
a798747d
GM
4219 * allout.el (allout-substring-no-properties):
4220 Alias to use or provide version of `substring-no-properties'.
4221 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4222
a798747d
GM
4223 * allout.el (allout-next-single-char-property-change):
4224 Alias to use or provide version of `next-single-char-property-change'.
4225 (allout-annotate-hidden, allout-hide-by-annotation):
4226 Use `allout-next-single-char-property-change'.
1c9b9df0 4227
a798747d
GM
4228 * allout.el (allout-select-safe-coding-system):
4229 Alias to use or provide version of `select-safe-coding-system'.
4230 (allout-toggle-subtree-encryption):
4231 Use `allout-select-safe-coding-system'.
1c9b9df0 4232
a798747d
GM
4233 * allout.el (allout-set-buffer-multibyte):
4234 Alias to use or provide version of `set-buffer-multibyte'.
4235 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4236
a798747d
GM
4237 * allout.el (allout-called-interactively-p): Macro for using the
4238 different versions of called-interactively-p identically, depending on
4239 the subroutine's argument signature.
4240 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4241 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4242
a798747d
GM
4243 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4244 (allout-previous-visible-heading, allout-forward-current-level)
4245 (allout-backward-current-level, allout-show-children):
4246 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4247
a798747d
GM
4248 * allout.el (allout-before-change-handler):
4249 Exempt edits to the (overlaid) character after the allout outline
4250 bullet from edit confirmation prompt.
1c9b9df0 4251
a798747d
GM
4252 * allout.el (allout-add-resumptions):
4253 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4254
a798747d
GM
4255 * allout.el (allout-beginning-of-line):
4256 Use `allout-previous-single-char-property-change' alias for the sake of
4257 diverse compatibility.
1c9b9df0 4258
a798747d
GM
4259 * allout.el (allout-end-of-line):
4260 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4261
0216b738
CY
42622010-11-13 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * frame.el (frame-notice-user-settings): Don't clobber other
4265 user-set parameters when calling face-set-after-frame-default in
4266 response to background-color parameter (Bug#7373).
4267
0eb025fb
EZ
42682010-11-13 Eli Zaretskii <eliz@gnu.org>
4269
4270 * international/characters.el (glyphless-char-display-control):
88b5a757 4271 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4272 Signal an error if display method is not one of the recognized
4273 symbols.
0eb025fb 4274
6e060cee
MA
42752010-11-13 Michael Albinus <michael.albinus@gmx.de>
4276
4277 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4278 (tramp-compat-line-end-position): Remove them.
4279
4280 * net/tramp.el (tramp-parse-rhosts-group)
4281 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4282 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4283 (tramp-parse-netrc-group, tramp-parse-putty-group)
4284 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4285 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4286 (tramp-sh-handle-file-selinux-context)
4287 (tramp-sh-handle-file-name-all-completions)
4288 (tramp-sh-handle-insert-directory)
4289 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4290 (tramp-wait-for-output, tramp-send-command-and-read)
4291 * net/tramp-smb.el (tramp-smb-read-file-entry)
4292 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4293
4294 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4295 `point-at-bol'.
4296 (tramp-remote-coding-commands): Add an alternative using "base64
4297 -d -i". This is needed for older base64 versions from GNU
4298 coreutils. Reported by Klaus Reichl
4299 <Klaus.Reichl@thalesgroup.com>.
4300
8da5345f
HN
43012010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4302
4303 * simple.el (count-words-region): New function.
4304
c156a63b
SM
43052010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4306
78835dd0
SM
4307 * shell.el (shell-dir-cookie-re): New custom variable.
4308 (shell-dir-cookie-watcher): New function.
4309
ebff325e
SM
4310 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4311 and compilation-mode (bug#7350).
4312
4e9e1584
SM
4313 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4314 highlight when one of them is empty.
4315
4490f875
SM
4316 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4317 trailing space.
4318 (skeleton-newline): New function.
4319 (skeleton-internal-1): Use it.
4320
c156a63b
SM
4321 * simple.el (open-line): `newline' may strip trailing space.
4322
f3bb9e16
KR
43232010-11-12 Kevin Ryde <user42@zip.com.au>
4324
4325 * international/mule-cmds.el (princ-list): Use mapc.
4326
7847454a
GM
43272010-11-12 Glenn Morris <rgm@gnu.org>
4328
4329 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4330 Use it to replace all instances of "*Compile-Log*".
7847454a 4331
aa310257
SM
43322010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4335 indentation specs.
4336
cbf83ce9
SM
43372010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * progmodes/modula2.el: Use SMIE and skeleton.
4340 (m2-mode-syntax-table): (*..*) can be nested.
4341 Add //...\n. Fix paren syntax.
4342 (m2-mode-map): Remove LF and TAB bindings.
4343 (m2-indent): Add safety property.
4344 (m2-smie-grammar): New var.
4345 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4346 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4347 (m2-mode): Use define-derived-mode.
4348 (m2-newline, m2-tab): Remove.
4349 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4350 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4351 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4352 (m2-import): Use define-skeleton.
4353
e7c4fb1e
GM
43542010-11-11 Glenn Morris <rgm@gnu.org>
4355
b3e4c911
GM
4356 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4357
b3e22bd4
GM
4358 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4359 (ls-lisp-verbosity): Add custom :set-after property.
4360 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4361 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4362 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4363 (ls-lisp-set-options): New function.
4364 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4365 Doc fix.
b3e22bd4 4366
55a4b4fe
GM
4367 * play/landmark.el (lm-prompt-for-move):
4368 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4369
e7c4fb1e
GM
4370 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4371
4372 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4373 (idlwave-study-twins): Prefix dynamic local variable `name'.
4374 (idlwave-routine-twin-compare): Update for above change.
4375
4376 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4377 Prefix dynamic local variables `name', `kwd', and `link'.
4378 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4379 * progmodes/idlw-complete-structtag.el
4380 (idlwave-complete-structure-tag-help):
4381 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4382 (idlwave-complete-sysvar-tag-help)
4383 (idlwave-complete-class-structure-tag-help):
4384 Update for above name changes.
4385
afe2870b
LMI
43862010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4387
4388 * net/browse-url.el (browse-url-browser-function): Change the
4389 default to use `browse-url-mail' on mailto: URLs.
4390
fbe3be3f
CY
43912010-11-10 Chong Yidong <cyd@stupidchicken.com>
4392
cbf83ce9
SM
4393 * emacs-lisp/package.el (package-read-all-archive-contents):
4394 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4395
a7cfbaea 43962010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4397
4398 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4399 already found as misspellings by (flyspell-large-region), just
c97685d4 4400 do highlighting (bug#7322).
bd4532fc 4401
13e7256f
GM
44022010-11-10 Glenn Morris <rgm@gnu.org>
4403
6d2a1e35
GM
4404 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4405
d4aca69c
GM
4406 * emulation/edt.el (edt-with-position): New macro.
4407 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4408 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4409 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4410
f8a09adb
GM
4411 * emulation/tpu-extras.el (tpu-with-position): New macro.
4412 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4413
c026460b
GM
4414 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4415
dea53a43
GM
4416 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4417 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4418 (texinfo-master-menu, texinfo-insert-node-lines)
4419 (texinfo-multiple-files-update):
4420 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4421 Use line-beginning-position.
4422
72bc50c0
GM
4423 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4424 No recent Emacs supports system-type `emx'.
4425
4426 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4427 (ada-command-separator, ada-default-prj-properties)
4428 (ada-find-any-references): Update for above name change.
4429
4430 * dirtrack.el (dirtrack-directory-function)
4431 (dirtrack-canonicalize-function):
4432 * filecache.el (file-cache-completion-ignore-case)
4433 (file-cache-case-fold-search, file-cache-ignore-case):
4434 * term.el (serial-port-is-file-p): Cosmetic change.
4435
4436 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4437 Remove non-existent `windows-95' system-type.
4438 * dired.el (dired-chown-program): Remove non-existent `linux'
4439 system-type.
4440
17731c39
GM
4441 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4442 (ping-program-options): Remove non-existent `linux' system-type.
4443
9228bbd3
GM
4444 * startup.el (package-initialize): Update declaration.
4445
6e404950
GM
4446 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4447 (ls-lisp-handle-switches): Use time-less-p.
4448 (ls-lisp-format-time): Use float-time.
4449
6f0d4bb6
GM
4450 * textmodes/remember.el (remember-time-to-seconds): Remove.
4451 (remember-store-in-mailbox): Use float-time.
4452
4453 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4454
4455 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4456 never a real function.
4457 (with-no-warnings): Remove compat stub, now unused.
4458 (time-less-p): Doc fix.
4459 (time-to-number-of-days): Simplify.
4460
73171bd4
GM
4461 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4462 Remove.
4463 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4464 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4465 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4466 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4467 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4468
13e7256f
GM
4469 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4470 (eshell-shuffle-files, eshell-shorthand-tar-command)
4471 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4472 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4473 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4474 Prefix dynamic local variable `matches'.
4475
b565f5a1
GM
4476 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4477 Prefix dynamic local variable `skeleton'.
4478
5ad3e885
KY
44792010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4480
4481 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4482 in mail buffer; make yank-action always a command that yanks original
4483 buffer.
4484
14121c52
GM
44852010-11-09 Glenn Morris <rgm@gnu.org>
4486
4487 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4488
d607b96b 44892010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4490
9bdba5f5
SM
4491 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4492 completion field (bug#7211).
4493
73525e72
SM
4494 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4495 Fix handling of backslash escapes.
4496 (python-quote-syntax): Adjust accordingly.
4497
d607b96b 44982010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4499
4500 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4501 (vc-mtn-workfile-branch): Adjust to new output format.
4502
d607b96b 45032010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4504
4505 * international/mule-cmds.el (princ-list): Mark as obsolete.
4506
d607b96b 45072010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4508
4509 * emacs-lisp/smie.el: New package.
4510
d607b96b 45112010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4512
7f925a67
SM
4513 * files.el (backup-by-copying-when-mismatch):
4514 Set `permanent-local' property.
6ce78fdc
MA
4515
4516 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4517 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4518
d607b96b 45192010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4520
4521 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4522
d607b96b 45232010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4524
7f925a67 4525 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4526 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4527 AUTOINOUT for SV style multidimensional arrays, bug294.
4528 Reported by Eric Mastromarchi.
4529 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4530 font-lock-fontify-buffer to cleanup style issues.
4531
d607b96b 45322010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4533
4534 * locate.el (locate, locate-mode): Doc fixes.
4535
d607b96b 45362010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4537
4538 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4539 user for confirmation.
4540 (server-force-stop): Use it.
4541 (server-start): Use server-force-stop for kill-emacs-hook, to
4542 avoid user interaction while killing Emacs.
4543
9b026d9f
GM
45442010-11-09 Glenn Morris <rgm@gnu.org>
4545
3406534c 4546 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4547 (meta-indent-line): Simplify.
3406534c 4548
9b026d9f
GM
4549 * vc/emerge.el (emerge-line-number-in-buf):
4550 * textmodes/ispell.el (ispell-region):
4551 * textmodes/fill.el (current-fill-column):
4552 * progmodes/xscheme.el (xscheme-send-current-line):
4553 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4554 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4555 * progmodes/sh-script.el (sh-handle-prev-do):
4556 * progmodes/meta-mode.el (meta-indent-line):
4557 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4558 (idlwave-in-quote):
4559 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4560 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4561 * progmodes/fortran.el (fortran-looking-at-if-then):
4562 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4563 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4564 (cperl-find-pods-heres):
4565 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4566 * net/quickurl.el (quickurl-list-insert):
4567 * net/ldap.el (ldap-search-internal):
4568 * net/eudc.el (eudc-expand-inline):
4569 * mail/sendmail.el (sendmail-send-it):
4570 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4571 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4572 (viper-brac-function):
4573 * calc/calc-yank.el (calc-do-grab-region):
4574 * calc/calc-keypd.el (calc-keypad-press):
4575 * term.el (term-move-columns, term-insert-spaces):
4576 * speedbar.el (speedbar-highlight-one-tag-line):
4577 * simple.el (current-word):
4578 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4579 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4580 (Info-scroll-down):
4581 * hippie-exp.el (he-line-beg):
4582 * epa.el (epa--marked-keys):
4583 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4584 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4585 (dired-relist-entry):
4586 * buff-menu.el (Buffer-menu-buffer):
4587 * array.el (current-line):
4588 * allout.el (allout-resolve-xref)
4589 (allout-latex-verbatim-quote-curr-line):
4590 Replace yet more uses of end-of-line etc with line-end-position, etc.
4591
db94771e
SM
45922010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4593
1398b795
SM
4594 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4595 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4596 (checkdoc-syntax-table): Initialize in the declaration.
4597 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4598 the mode on unconditionally.
4599
db94771e
SM
4600 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4601 (extent-end-position, extent-start-position): Remove setf method for
4602 non-existing functions (bug#7319).
4603
674728d4
SM
46042010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4607 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4608 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4609 (smie-prec2->grammar): Rename from smie-prec2-levels.
4610 (smie-grammar): Rename from smie-op-levels.
4611 (smie-indent--hanging-p): Rename from smie-hanging-p.
4612 (smie-rule-hanging-p): New alias.
4613 (smie-indent--bolp): Rename from smie-bolp.
4614 (smie-indent--hanging-p): New alias.
4615 (smie--token): New dynamically bound variable.
4616 (smie-indent--parent): New function.
4617 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4618 (smie-rule-next-p): Rename from smie-next-p.
4619 (smie-rule-prev-p): Rename from smie-prev-p.
4620 (smie-rule-sibling-p, smie-rule-parent)
4621 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4622 (smie-rule-separator-outdent): New var.
4623 (smie-indent--rule): Merge with smie-indent--column.
4624 (smie-indent-forward-token, smie-indent-backward-token):
4625 Also recognize close parens.
4626 (smie-indent-keyword): Don't use smie-indent--column any more.
4627 (smie-indent-after-keyword): Ignore closers by default.
4628 (smie-indent-line): Use with-demoted-errors.
4629 * progmodes/octave-mod.el (octave-smie-grammar):
4630 Rename from octave-smie-op-levels.
4631 (octave-smie-rules): Adjust to new behavior.
4632 * progmodes/prolog.el (prolog-smie-grammar):
4633 Rename from prolog-smie-op-levels.
4634
26f097bf
GM
46352010-11-07 Glenn Morris <rgm@gnu.org>
4636
de3490e1
GM
4637 * eshell/esh-util.el (subst-char-in-string)
4638 (directory-files-and-attributes): These compatibility definitions are
4639 not needed on any version of Emacs since at least 21.4.
4640
3ba6b2ee
GM
4641 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4642 (verilog-get-end-of-line): Remove.
4643 (verilog-within-string, verilog-re-search-forward-substr)
4644 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4645 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4646 Use point-at-bol, point-at-eol.
4647 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4648 Remove.
4649 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4650 (electric-pascal-terminate-line, pascal-set-auto-comments)
4651 (pascal-indent-paramlist, pascal-indent-declaration)
4652 (pascal-get-lineup-indent, pascal-func-completion)
4653 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4654 Use point-at-bol, point-at-eol.
4655 * progmodes/flymake.el (flymake-line-beginning-position)
4656 (flymake-line-end-position): Remove.
4657 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4658 * eshell/esh-util.el (line-end-position, line-beginning-position):
4659 Remove compat definitions.
4660
76fc02b6
GM
4661 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4662 Use end-of-line N.
4663 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4664 Use line-end-position.
4665
e180ab9f
GM
4666 * emacs-lisp/chart.el (chart-zap-chars):
4667 * play/decipher.el (decipher-set-map):
4668 * progmodes/ada-mode.el (ada-get-current-indent)
4669 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4670 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4671 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4672 (ada-get-all-references):
4673 * progmodes/cperl-mode.el (cperl-electric-paren)
4674 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4675 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4676 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4677 (cperl-word-at-point-hard):
4678 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4679 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4680 (idlwave-shell-display-line):
4681 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4682 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4683 * progmodes/js.el (js--re-search-forward-inner)
4684 (js--re-search-backward-inner):
4685 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4686 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4687 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4688 * textmodes/flyspell.el (flyspell-process-localwords):
4689 * textmodes/ispell.el (ispell-buffer-local-parsing)
4690 (ispell-buffer-local-dict, ispell-buffer-local-words):
4691 Use point-at-bol and point-at-eol.
4692
26f097bf
GM
4693 * speedbar.el (speedbar-generic-item-info)
4694 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4695 (speedbar-add-indicator, speedbar-check-vc-this-line)
4696 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4697 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4698 Replace more uses of end-of-line etc with line-end-position.
4699
b05fde66
GM
47002010-11-06 Glenn Morris <rgm@gnu.org>
4701
5ed619e0
GM
4702 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4703 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4704 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4705 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4706 (texinfo-multiple-files-update):
4707 * textmodes/table.el (table--probe-cell-left-up)
4708 (table--probe-cell-right-bottom):
4709 * textmodes/picture.el (picture-tab-search):
4710 * textmodes/page-ext.el (pages-copy-header-and-position)
4711 (pages-directory-for-addresses):
4712 * progmodes/vera-mode.el (vera-get-offset):
4713 * progmodes/simula.el (simula-calculate-indent):
4714 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4715 * progmodes/prolog.el (end-of-prolog-clause):
4716 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4717 * progmodes/icon.el (indent-icon-exp):
4718 * progmodes/etags.el (tag-re-match-p):
4719 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4720 * progmodes/ebnf2ps.el (ebnf-begin-file):
4721 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4722 (dcl-save-local-variable):
4723 * play/life.el (life-setup):
4724 * play/gametree.el (gametree-looking-at-ply):
4725 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4726 * mail/sendmail.el (mail-mode-auto-fill):
4727 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4728 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4729 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4730 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4731 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4732 * type-break.el (type-break-file-keystroke-count):
4733 * term.el (term-replace-by-expanded-history-before-point)
4734 (term-skip-prompt, term-extract-string):
4735 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4736 (speedbar-contract-line, speedbar-toggle-line-expansion)
4737 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4738 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4739 * sort.el (sort-skip-fields):
4740 * skeleton.el (skeleton-internal-list):
4741 * simple.el (line-move-finish, line-move-to-column):
4742 * shell.el (shell-forward-command):
4743 * misc.el (copy-from-above-command):
4744 * makesum.el (double-column):
4745 * ebuff-menu.el (electric-buffer-update-highlight):
4746 * dired.el (dired-move-to-end-of-filename):
4747 * dframe.el (dframe-popup-kludge):
4748 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4749 * arc-mode.el (archive-get-lineno):
4750 Use line-end-position and line-beginning-position.
4751
e2a9c0bc
GM
4752 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4753 (idlwave-study-twins): Prefix dynamic local `class'.
4754 (idlwave-routine-twin-compare): Update for above name change.
4755
4e44448f
GM
4756 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4757 Use boundp tests to silence compiler. Update for changed name of
4758 bytecomp-filename variable.
4759
8f6c3eac
GM
4760 * emulation/viper-cmd.el (viper-read-string-with-history):
4761 Prefix dynamic local `initial'.
4762 (viper-minibuffer-standard-hook): Update for above name change.
4763
79d1dabe
GM
4764 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4765 (elint-init-form): Update for above name change.
4766
0e4bb7f0
GM
4767 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4768 local variables `cbeg' and `cend' a prefix.
4769 (mail-extr-voodoo): Update for above name change.
4770
c8f3bf36
GM
4771 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4772 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4773 (reftex-toc-promote-action): Doc fix.
4774
4775 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4776 `prompt', `data' a prefix.
4777 (reftex-select-post-command-hook, reftex-select-callback)
4778 (reftex-select-mouse-accept, reftex-select-read-cite):
4779 Update for above name changes.
4780
4781 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4782 `refstyle' to reftex-refstyle.
4783 (reftex-offer-label-menu): Update for above name change.
4784 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4785 `refstyle' name change.
4786
b05fde66
GM
4787 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4788 with with-current-buffer.
4789 (diff, template): Give dynamic local variables a prefix.
4790 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4791 (emerge-line-number-in-buf): Update for above name change.
4792 (emerge-combine-versions-internal): Rename local `template' to
4793 emerge-combine-template.
4794 (emerge-combine-versions-edit): Update for above name change.
4795
5d8f9169
RA
47962010-11-06 Ralf Angeli <angeli@caeruleus.net>
4797
4798 * textmodes/reftex-cite.el
4799 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4800 entries with whitespace after \bibitem.
4801 (reftex-create-bibtex-file): Match entries containing numbers and
4802 symbol constituents. Make sure that entries with whitespace at
4803 various places are found.
4804
f8aefe82
MA
48052010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4806
4807 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4808
e06918d2
JD
48092010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4810
4811 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4812
17fc58c9
GM
48132010-11-05 Glenn Morris <rgm@gnu.org>
4814
f7fe4837
GM
4815 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4816 (woman2-roff-buffer): Give local variable `request' a prefix.
4817 (woman0-macro): Rename argument `request' in the same way.
4818 (woman-request): New name for `request' dynamic variable.
4819 (woman-unquote, woman-forward-arg): Update for above name change.
4820 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4821 (woman1-unquote): New name for `unquote' dynamic variable.
4822 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4823 (woman-translations): Rename from `translations'. No longer global.
4824 (woman2-tr, woman-translate): Update for above name change.
4825 (woman-translate): Check for bound variable.
4826 (woman2-roff-buffer): Give local variable `translations' a prefix.
4827
869c4186
GM
4828 * play/doctor.el: Give all local variables a prefix. Update callers.
4829 (doc$, doctor-put-meaning): Use backquote.
4830
215461a8
GM
4831 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4832 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4833
17fc58c9
GM
4834 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4835 variables bytes, ptr, op a prefix.
4836 (disassemble-offset): Update for above change.
4837
015eea59
CY
48382010-11-03 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * emacs-lisp/package.el (package-unpack): Remove no-op.
4841 (package--builtins, package--dir): Doc fix.
4842 (package-activate-1, package-activate, package-install)
4843 (package-compute-transaction): Fix error message.
4844 (package-delete): Use delete-directory. Omit system packages.
4845 (package-initialize): Set package-alist to nil first.
4846 (package-menu-mark-delete, package-menu-mark-install): Don't add
4847 symbols that are inconsistent with the package state.
4848 (package-menu-execute): Perform deletions and installations as
4849 single batch operations.
4850
033862d1
GM
48512010-11-03 Glenn Morris <rgm@gnu.org>
4852
0b03a950
GM
4853 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4854 (props): Remove unnecessary declaration.
4855
e337e22c
GM
4856 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4857 set-process-query-on-exit-flag.
4858
a88e24dd 4859 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4860 (reftex-toc-do-promote): Remove unused local `mpos'.
4861 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4862
537b04b9
GM
4863 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4864
52365e61
GM
4865 * play/landmark.el (lm-losing-threshold): Correct spelling.
4866 (lm-human-plays): Use new name.
4867
cd32f8a9
GM
4868 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4869 (gomoku-human-plays): Use new name.
4870
033862d1
GM
4871 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4872 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4873 (gomoku-score-trans-table, gomoku-winning-threshold)
4874 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4875
4b99edf2
CY
48762010-11-03 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * emacs-lisp/package.el: Don't put built-in packages in
4879 package-alist, to avoid loading inefficiencies.
4880 (package-built-in-p): Make VERSION optional, and treat it as a
4881 minimum acceptable version.
6a7662bb
BR
4882 (package-activate): Search separately for built-in packages.
4883 Emit a warning if a dependency fails.
4b99edf2
CY
4884 (define-package): Handle most common case, where there is no
4885 obsolete package, first.
4886 (package-compute-transaction): Print required version in error.
4887 (package--initialized): New variable.
4888 (list-packages): Use it.
4889 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4890 built-in packages in packages-alist; keep it separate.
4891 Set package--initialized.
4b99edf2
CY
4892 (describe-package): Avoid activating packages as a side-effect.
4893 Search separately for built-in packages.
4894 (describe-package-1): Handle the case where an elpa package is
4895 simultaneously built-in and available/installed.
6a7662bb
BR
4896 (package-installed-p, package--generate-package-list):
4897 Search separately for built-in packages.
4b99edf2
CY
4898 (package-load-descriptor): Doc fix.
4899
3225dcaa
SM
49002010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4903 Handle __DATA__ and __END__.
4904
fa14dc18
NF
49052010-11-02 Noah Friedman <friedman@splode.com>
4906
4907 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4908 nil, do not ask to recompile files that are not already compiled,
4909 and do not recompile them.
4910
0f75c62a
CY
49112010-11-02 Chong Yidong <cyd@stupidchicken.com>
4912
4913 * emacs-lisp/package.el (package-initialize): Ensure that
4914 obsoleted built-in packages are not in package-activated-list
4915 during activation.
4916 (describe-package-1): Make the "installed" status override
4917 "built-in".
4918
b29f5b7b
VJL
49192010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4920
4921 * subr.el (version-separator, version-regexp-alist): Remove '*'
4922 from docstring.
4923 (version-list-<=, version<=, version=): Doc fix.
4924
b18fad6d
KH
49252010-11-01 Kenichi Handa <handa@m17n.org>
4926
4927 * faces.el (glyphless-char): Inherit underline for tty.
4928
a8039db1 49292010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4930
4931 Implement various display methods for glyphless characters.
4932
4933 * international/characters.el (char-acronym-table): New variable.
4934 (glyphless-char-control): New variable.
35f52ed6 4935 (update-glyphless-char-display): New function.
b2cca856
KH
4936
4937 * faces.el (glyphless-char): New face.
4938
28886d5e
GM
49392010-11-01 Glenn Morris <rgm@gnu.org>
4940
919dd7aa
GM
4941 * calendar/holidays.el (general-holidays, oriental-holidays)
4942 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4943 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4944 the definitions of their targets.
4945
c79fc059
GM
4946 * emacs-lisp/smie.el (smie): New custom group.
4947 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4948
c8ccffb1
GM
4949 * faces.el (xw-defined-colors, x-setup-function-keys):
4950 * mouse-sel.el (x-select-text):
4951 * term/w32console.el (x-setup-function-keys): Update declarations.
4952
f4ff702e
GM
4953 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4954
806c491a
GM
4955 * textmodes/ispell.el (comment-add): Declare.
4956
c3dfebd1
GM
4957 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4958 Declare.
4959
28886d5e
GM
4960 * info.el (finder-keywords-hash, package-alist): Declare.
4961
693c9d15
CY
49622010-11-01 Chong Yidong <cyd@stupidchicken.com>
4963
4964 * finder.el (finder-compile-keywords): Don't use intern-soft,
4965 since package names may not yet exist in the obarray.
4966
49672010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4968
4969 * vc/vc-arch.el (vc-arch-checkin):
4970 * vc/vc-cvs.el (vc-cvs-checkin):
4971 * vc/vc-mtn.el (vc-mtn-checkin):
4972 * vc/vc-rcs.el (vc-rcs-checkin):
4973 * vc/vc-sccs.el (vc-sccs-checkin):
4974 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4975 since 2010-04-21 commit by Stefan Monnier.
4976
36967cf7
GM
49772010-11-01 Glenn Morris <rgm@gnu.org>
4978
feb5e60a
GM
4979 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4980
1f023ca9
GM
4981 * startup.el (package-enable-at-startup, package-initialize):
4982 Silence compiler.
4983
36967cf7
GM
4984 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4985 Silence compiler.
4986
430e7297
JD
49872010-10-31 Julien Danjou <julien@danjou.info>
4988
4989 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4990 (byte-recompile-directory):
4991 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4992 Use `byte-recompile-file'.
4993
c8c59954
GM
49942010-10-31 Glenn Morris <rgm@gnu.org>
4995
4996 * cus-start.el: Handle standard values via a keyword.
4997 Only set version property if specified.
4998 (cursor-in-non-selected-windows, menu-bar-mode)
4999 (tool-bar-mode, show-trailing-whitespace):
5000 Do not specify standard values.
5001 (transient-mark-mode, temporary-file-directory): Use :standard.
5002
04e63796
JD
50032010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5004
5005 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5006 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5007
2699a554 50082010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5009
5010 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5011 preserve owner and group when editing files. (Bug#7289)
5012
35fcc05c 50132010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5014
5015 * speedbar.el (speedbar-mode):
5016 * play/fortune.el (fortune-in-buffer, fortune):
5017 * play/gomoku.el (gomoku-mode):
5018 * play/landmark.el (lm-mode):
5019 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5020 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5021
82f7efc3
GM
5022 * select.el (x-selection): Mark it as an obsolete alias.
5023
2699a554 50242010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5025
f486841f 5026 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5027 major-mode (bug#7284).
5028
2699a554 50292010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5030
5031 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5032 rather than just an unused variable that inherits from the real one.
5033
e6ef5dd9
AM
50342010-10-31 Alan Mackenzie <acm@muc.de>
5035
5036 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5037 This fixes bug #7185.
5038
8a500a91
CY
50392010-10-30 Chong Yidong <cyd@stupidchicken.com>
5040
5041 * startup.el (command-line): Search for package directories, and
5042 don't load package.el if none are found.
5043
6a7662bb
BR
5044 * emacs-lisp/package.el (describe-package, list-packages):
5045 Call package-initialize if it has not been called yet.
8a500a91 5046
4f9e41e4
AM
50472010-10-30 Alan Mackenzie <acm@muc.de>
5048
5049 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5050 which fontifies the tail of an enum.
5051 (c-basic-matchers-after): Insert a call to the above new function.
5052 This fixes bug #7264.
5053
88f43c67
GM
50542010-10-30 Glenn Morris <rgm@gnu.org>
5055
5056 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5057 tool-bar-mode, transient-mark-mode. (Bug#7306)
5058 Include the :set property in the dumped Emacs.
5059
c4d17d50
SM
50602010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 SMIE: change indent rules format, improve smie-setup.
5063 * emacs-lisp/smie.el (smie-precs-precedence-table)
5064 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5065 Mark them pure so the tables gets built at compile time.
5066 (smie-bnf-precedence-table): Store the closer-alist in the table.
5067 (smie-prec2-levels): Preserve the closer-alist.
5068 (smie-blink-matching-open): Be more forgiving in case of indentation.
5069 (smie-hanging-p): Rename from smie-indent--hanging-p.
5070 (smie-bolp): Rename from smie-indent--bolp.
5071 (smie--parent, smie--after): New dynamic vars.
5072 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5073 (smie-indent-rules): Remove.
5074 (smie-indent--offset-rule): Remove fun.
5075 (smie-rules-function): New var.
5076 (smie-indent--rule): New fun.
5077 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5078 (smie-indent-exps): Use it.
5079 (smie-setup): Setup paren blinking; add keyword args for token
5080 functions; extract closer-alist from op-levels.
5081 (smie-indent-debug-log): Remove var.
5082 (smie-indent-debug): Remove fun.
5083 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5084 (prolog-smie-rules): New fun to replace it.
5085 (prolog-mode-variables): Simplify.
5086 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5087 it's setup automatically.
5088 (octave-smie-indent-rules): Remove.
5089 (octave-smie-rules): New fun to replace it.
5090 (octave-mode): Simplify.
5091
9d794026
GM
50922010-10-29 Glenn Morris <rgm@gnu.org>
5093
e088c02a
GM
5094 * files.el (temporary-file-directory): Remove (already defined in C).
5095 * cus-start.el: Add temporary-file-directory.
5096
9d794026
GM
5097 * abbrev.el (abbrev-mode):
5098 * composite.el (auto-composition-mode):
5099 * menu-bar.el (menu-bar-mode):
5100 * simple.el (transient-mark-mode):
5101 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5102 that they do not define the associated variables twice.
5103 * simple.el (transient-mark-mode): Remove defvar.
5104 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5105 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5106 Handle multiple groups, and also custom-delayed-init-variables.
5107 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5108
dcc029e0
SM
51092010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5112 (pcase-if): Add one minor optimization.
5113 (pcase-split-equal): Rename from pcase-split-eq.
5114 (pcase-split-member): Rename from pcase-split-memq.
5115 (pcase-u1): Add strings to the member optimization.
5116 Add `guard' variant of predicates.
5117 (pcase-q1): Add string patterns.
5118
a62b88d4
SM
51192010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5120
5121 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5122
f41f19b0
GM
51232010-10-28 Glenn Morris <rgm@gnu.org>
5124
b3edb781
GM
5125 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5126 Move menu-bar related settings to ../menu-bar.el.
5127 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5128 Move ns-specific settings here from term/ns-win.el.
5129
f41f19b0
GM
5130 * simple.el (x-selection-owner-p): Remove unused declaration.
5131
6175cd08
SM
51322010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * minibuffer.el (completion-cycling): New var (bug#7266).
5135 (minibuffer-complete, completion--do-completion):
5136 Use completion--flush-all-sorted-completions.
5137 (minibuffer-complete): Only cycle if completion-cycling is set.
5138 (completion--flush-all-sorted-completions): Unset completion-cycling.
5139 (minibuffer-force-complete): Set completion-cycling.
5140 (completion-all-sorted-completions): Move declaration before first use.
5141
19677c71
LL
51422010-10-28 Leo <sdl.web@gmail.com>
5143
5144 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5145 which changes the order of matches seen by users (bug#7231).
5146
51472010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5148
5149 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5150 Don't confuse -omega as "-o mega".
5151
2122161f
SM
51522010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5153
ce8794df
SM
5154 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5155 (log-edit-author): New dynamic var.
5156 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5157 to return the author if different from committer.
5158 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5159
80cb310d
SM
5160 * play/landmark.el: Adjust commenting convention.
5161 (lm-nil-score): Rename from nil-score.
5162 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5163 (OOOOscore): Move into a let in lm-score-trans-table.
5164 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5165
2122161f
SM
5166 * electric.el (electric-indent-chars): Autoload.
5167 * progmodes/octave-mod.el (octave-mode):
5168 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5169 (ruby-mode-abbrev-table): Merge initialization and declaration.
5170
e925113b
GM
51712010-10-27 Glenn Morris <rgm@gnu.org>
5172
208d109c
GM
5173 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5174 variable.
5175
7d3e3843
GM
5176 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5177
e925113b
GM
5178 * term/ns-win.el: Restore require of cl when compiling.
5179 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5180 (ns-handle-nxopen): Optionally handle the temp-case.
5181 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5182 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5183
b94a5a43
GM
51842010-10-26 Glenn Morris <rgm@gnu.org>
5185
5186 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5187
fc3eda04
AR
51882010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5189
5190 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5191 global map.
5192 * term/common-win.el (x-setup-function-keys): Remove most of the
5193 keymappings. Comment on the remaining ones.
5194
c79b0b1c
PO
51952010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5196
c31dc2c0 5197 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5198 (server-start): Use server-port.
5199
725513b7
GM
52002010-10-26 Glenn Morris <rgm@gnu.org>
5201
d7d8c62a
GM
5202 * term/ns-win.el (ns-version-string): Remove unused declaration.
5203 (ns-invocation-args): Change to x-invocation-args.
5204 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5205 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5206 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5207 Use x-invocation-args instead of ns-invocation-args.
5208 (ns-initialize-window-system, handle-args-function-alist):
5209 Use x-handle-args instead of ns-handle-args.
5210 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5211 * startup.el (command-line-ns-option-alist): Replace
5212 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5213 ns-handle-iconic with the x- equivalents.
5214
725513b7
GM
5215 * term/common-win.el (x-select-enable-clipboard):
5216 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5217
5218 * term/ns-win.el: No need to require cl when compiling.
5219 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5220 (xw-defined-colors): Use the common-win definitions.
5221 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5222 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5223 * term/common-win.el (x-select-text, x-alternatives-map)
5224 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5225 * loadup.el [ns]: Load common-win.
5226
77ec02d8
DU
52272010-10-26 Daiki Ueno <ueno@unixuser.org>
5228
5229 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5230 recipients; expand mail aliases (Bug#7280).
77ec02d8 5231
6a5c2175
GM
52322010-10-25 Glenn Morris <rgm@gnu.org>
5233
59ba9d59
GM
5234 * term/common-win.el (x-handle-switch): Simplify with pop.
5235 Optionally handle numeric switches.
5236 (x-handle-numeric-switch): Just call x-handle-switch.
5237 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5238 (x-handle-name-switch, x-handle-display, x-handle-args):
5239 Simplify with pop.
5240
6a5c2175
GM
5241 * term/ns-win.el: Do not require easymenu.
5242 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5243 <spell>: Move adjustments to menu-bar.el.
5244 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5245 <separator-undo, spell>: Move ns-win's adjustments here.
5246 * loadup.el [ns]: Do not load easymenu.
5247
01898dc2
CY
52482010-10-24 Chong Yidong <cyd@stupidchicken.com>
5249
5250 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5251 Delete (Bug#7222).
01898dc2
CY
5252
5253 * startup.el (fancy-startup-tail): Instead of using inline images,
5254 refer to image files from etc/.
5255
5256 * wid-edit.el (checkbox): Likewise.
5257 (widget-image-find): Center image specs.
5258
a44d921f
GM
52592010-10-24 Glenn Morris <rgm@gnu.org>
5260
5261 * term/ns-win.el (x-select-text): Doc fix.
5262 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5263 (x-select-text): Move to term/common-win.
5264 * term/w32-win.el (xw-defined-colors): Move to common-win.
5265 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5266 (x-setup-function-keys, x-select-text): Move to common-win.
5267 * term/common-win.el (x-select-text, x-alternatives-map)
5268 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5269 definitions here.
5270
709228c0 52712010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5272
5273 * net/mairix.el (mairix-searches-mode-map):
5274 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5275
0c382083 52762010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5277
2b0c7330 5278 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5279 auto-built for efficiency of execution and updating.
5280 (verilog-extended-complete-re): Support 'pure' fucntion & task
5281 declarations (these have no bodies).
ca39416c
AH
5282 (verilog-beg-of-statement): General cleanup to enable support of
5283 'pure' fucntion & task declarations (these have no bodies).
5284 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5285 noticed by Steve Pearlmutter.
5286 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5287 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5288 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5289 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5290 attribute handling for lining up declarations and assignments.
5291 (verilog-beg-of-statement-1): Fix issue where continued declaration
5292 is indented differently if it is after a begin..end clock.
5293 (verilog-in-attribute-p, verilog-skip-backward-comments)
5294 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5295 attributes by indent code. Reported by Jeff Steele.
ca39416c 5296 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5297 (verilog-backward-up-list, verilog-in-struct-region-p)
5298 (verilog-backward-token, verilog-in-struct-p)
5299 (verilog-in-coverage-p, verilog-do-indent)
5300 (verilog-pretty-declarations): Use verilog-backward-up-list as
5301 wrapper around backward-up-list inorder to properly skip comments.
5302 Reported by David Rogoff.
5303 (verilog-property-re, verilog-endcomment-reason-re)
5304 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5305 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5306 of if). Reported by Max Bjurling and
a03c2342 5307 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5308 declaration. Reported by Brian Hunter.
a03c2342 5309
0c382083 53102010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5311
2b0c7330 5312 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5313 (verilog-gate-keywords, verilog-read-sub-decls)
5314 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5315 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5316 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5317 (verilog-read-decls): Fix spaces in V2K module parameters causing
5318 mis-identification as interfaces, bug287.
5319 (verilog-read-decls): Fix not treating "parameter string" as a
5320 parameter in AUTOINSTPARAM.
5321 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5322 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5323 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5324 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5325 (verilog-font-lock-keywords-2): Fix highlighting of single
5326 character pins, bug264. Reported by Michael Laajanen.
5327 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5328 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5329 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5330 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5331 (verilog-pretty-expr): Fix interactive arguments, bug272.
5332 Reported by Mark Johnson.
5333 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5334 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5335 bug269. Suggested by Gary Delp.
a03c2342 5336 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5337 (verilog-preprocessor, verilog-set-compile-command):
5338 Create verilog-preprocess and verilog-preprocessor to show
5339 preprocessed output.
a03c2342
WS
5340 (verilog-get-beg-of-line, verilog-get-end-of-line)
5341 (verilog-modi-file-or-buffer, verilog-modi-name)
5342 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5343 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5344 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5345 (verilog-colorize-region, verilog-highlight-buffer)
5346 (verilog-highlight-includes, verilog-highlight-modules)
5347 (verilog-highlight-region, verilog-mode): Rename colorize to
5348 highlight to match other packages. Disable module highlighting,
5349 as received speed complaints, reenable for experimentation only
5350 using new verilog-highlight-modules.
5351 (verilog-read-decls): Fix regexp stack overflow in very large
5352 AUTO_TEMPLATEs, bug250.
5353 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5354 (verilog-scan): Create verilog-save-buffer-state to standardize
5355 making insignificant changes that shouldn't call hooks.
5356 (verilog-save-no-change-functions, verilog-save-scan-cache)
5357 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5358 Create verilog-save-no-change-functions to wrap verilog-scan
5359 preservation, and fix to work with nested preserved calls.
5360 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5361 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5362 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5363 (verilog-submit-bug-report): Update variable list to be complete.
5364 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5365 breaking on-the-fly font-locking.
5366 (verilog-colorize-buffer, verilog-colorize-include-files)
5367 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5368 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5369 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5370 AUTOINST cell instance name, middle mouse button now finds-file on
5371 it. Suggested by Brad Dobbie.
5372 (verilog-alw-get-temps, verilog-auto-reset)
5373 (verilog-auto-sense-sigs, verilog-read-always-signals)
5374 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5375 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5376 initialization section of a for() should be ignored.
5377 Reported by Dan Dever.
a03c2342
WS
5378 (verilog-error-font-lock-keywords)
5379 (verilog-error-regexp-emacs-alist)
5380 (verilog-error-regexp-xemacs-alist): Fix error detection of
5381 Cadence HAL, reported by David Asher. Repair drift between the
5382 three similar error variables.
5383 (verilog-modi-lookup, verilog-modi-lookup-cache)
5384 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5385 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5386 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5387 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5388 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5389 "{1*2{...". Broke in last revision.
5390 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5391 submodule connections with replications "{#{a},#{b}}".
5392
0c382083
CY
53932010-10-24 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5396 Fix typo in docstring.
5397
53982010-10-24 Kenichi Handa <handa@m17n.org>
5399
5400 * face-remap.el (text-scale-adjust): Call read-event with a proper
5401 prompt.
5402
54032010-10-24 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * emacs-lisp/unsafep.el: Don't mark functions that display
5406 messages as safe. Suggested by Johan Bockgård.
5407
54082010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5411 Turn comments into docstrings.
5412
5413 * minibuffer.el (completion--replace): Move point where it belongs
5414 when there's a common suffix (bug#7215).
5415
9317e499
CY
54162010-10-24 Chong Yidong <cyd@stupidchicken.com>
5417
5418 Merge read-color and facemenu-read-color (Bug#7242).
5419
5420 * faces.el (read-color): Use the completion code from
5421 facemenu-read-color. Require match in completion. Doc fix.
5422
5423 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5424 (facemenu-set-foreground, facemenu-set-background):
5425 Use read-color.
9317e499
CY
5426
5427 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5428 (set-cursor-color, set-mouse-color, set-border-color):
5429 Use read-color.
9317e499 5430
a44d921f 54312010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5432
5433 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5434 argument of delete-file and delete-directory (Bug#7011).
5435
43207249
CY
54362010-10-24 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5439 button-buffer-map.
5440
484db896 54412010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5442
5443 * emacs-lisp/package.el (package--generate-package-list): Make the
5444 *Packages* buffer read-only.
5445
10f5e3e6
AM
54462010-10-24 Alan Mackenzie <acm@muc.de>
5447
5448 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5449 result of `c-beginning-of-decl-1' between invocations of a lambda
5450 function (Bug #7265).
5451
3ec6ca72
DU
54522010-10-24 Daiki Ueno <ueno@unixuser.org>
5453
5454 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5455 executable is not available on the system (Bug#7268).
5456
ec514007
GM
54572010-10-24 Glenn Morris <rgm@gnu.org>
5458
f5f25615
GM
5459 * select.el (selection-coding-system, next-selection-coding-system):
5460 Sync doc with C versions.
3646b86d 5461
8aa0f263
GM
5462 * w32-vars.el (x-select-enable-clipboard):
5463 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5464 * term/common-win.el (x-select-enable-clipboard): Move here.
5465
46710489
GM
5466 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5467 definition of C variable.
5468
ec514007
GM
5469 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5470 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5471 Don't redefine things that are defined in C.
5472 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5473 (show-trailing-whitespace, auto-hscroll-mode)
5474 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5475 Set up the appropriate custom properties.
5476
8a79905d
CY
54772010-10-24 Chong Yidong <cyd@stupidchicken.com>
5478
5479 Bind "C-c ]" to ...
5480 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5481 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5482 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5483 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5484
aa02a29f
GM
54852010-10-23 Glenn Morris <rgm@gnu.org>
5486
7dfc15df
GM
5487 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5488 say what it was.
5489
66c6abf0
GM
5490 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5491 Sync docs with C version.
f3d87560 5492
3193e969
GM
5493 * term/ns-win.el (xw-defined-colors):
5494 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5495
6f748f70
GM
5496 * term/pc-win.el (x-select-enable-clipboard):
5497 * term/x-win.el (x-select-enable-clipboard):
5498 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5499
7aa93795
GM
5500 * comint.el (comint-password-prompt-regexp): Make it less vague.
5501 Bump version.
5502
17284e30
GM
5503 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5504
aa02a29f
GM
5505 * help.el (finder-by-keyword): Remove unnecessary autoload.
5506
69b55131
GM
55072010-10-22 Glenn Morris <rgm@gnu.org>
5508
9a0dd02d
GM
5509 * loadup.el: Unconditionally load float-sup.
5510 * paren.el (show-paren-delay):
5511 * emacs-lisp/float-sup.el:
5512 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5513 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5514 (lazy-lock-stealth-verbose): Assume float support.
5515 * ps-print.el: Assume float support on Emacs.
5516 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5517 Remove non-float branch.
5518
69b55131
GM
5519 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5520 src/Makefile no longer being pre-processed.
5521
7c23d9e8
SM
55222010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * emacs-lisp/find-func.el (find-library): Use test-completion.
5525
23737b4a
LMI
55262010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5527
7c23d9e8 5528 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5529
6e060cee 55302010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5531
5532 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5533 space in stat format string.
5534 (tramp-send-command): Unset $PS1 when using here documents, in
5535 order not to get several prompts.
5536 (tramp-get-inline-coding): Return `nil' in case of errors.
5537
08ffb131
DU
55382010-10-21 Daiki Ueno <ueno@unixuser.org>
5539
7c23d9e8
SM
5540 * hexl.el (hexl-mode, hexl-mode-exit):
5541 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5542 (hexl-revert-buffer-function): New function.
5543 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5544
ba7fdf30
AM
55452010-10-19 Alan Mackenzie <acm@muc.de>
5546
7c23d9e8
SM
5547 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5548 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5549 that these keywords aren't wrongly matched as identifiers.
5550
ba7fdf30
AM
5551 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5552 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5553 c-after-change. (Bug#7181)
ba7fdf30 5554
7fd8732d
CY
55552010-10-19 Chong Yidong <cyd@stupidchicken.com>
5556
5557 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5558 Don't mark as safe.
5559
5560 * custom.el (custom-theme-set-variables): Likewise.
5561 (load-theme): Add custom-theme-set-faces and
5562 custom-theme-set-variables to safe-functions while loading.
5563 (custom-enabled-themes): Mark as risky.
5564
3f12b18c
JD
55652010-10-18 Julien Danjou <julien@danjou.info>
5566
5567 * bindings.el: Remove end dashes in default mode-line-format.
5568
b8a47412
CY
55692010-10-19 Chong Yidong <cyd@stupidchicken.com>
5570
5571 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5572 to delete-forward-char.
5573
5574 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5575 deletechar, and hence delete-forward-char.
5576
ca3fa302
JB
55772010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * repeat.el (repeat): Use read-key (bug#6256).
5580
55812010-10-19 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * emacs-lisp/unsafep.el: Don't mark functions that display
5584 messages as safe. Suggested by Johan Bockgård.
5585
55862010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * minibuffer.el (completion--replace): Move point where it belongs
5589 when there's a common suffix (bug#7215).
5590
55912010-10-19 Kenichi Handa <handa@m17n.org>
5592
5593 * international/characters.el: Add category '|' (word breakable)
5594 to fullwidth characters.
5595
3224b54d
MA
55962010-10-19 Michael Albinus <michael.albinus@gmx.de>
5597
5598 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5599 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5600 order to make stat results a float. Patch by Andreas Schwab
5601 <schwab@linux-m68k.org>.
5602
36ba6f07
JD
56032010-10-18 Julien Danjou <julien@danjou.info>
5604
5605 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5606 hidden by `make-pointer-invisible'.
5607
43f964fc
SM
56082010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * files.el (locate-file-completion-table): Strip non-matching elements
5611 before checking length of list (bug#7238).
5612
e48eb343
CY
56132010-10-18 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * custom.el (custom-theme-set-variables): Mark as a safe function.
5616 (load-theme): Check forms using unsafep.
5617
5618 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5619
df987d70
AM
56202010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5621
43f964fc
SM
5622 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5623 Fix aspell data file searching (bug#7230).
df987d70 5624
29a4c45b
CY
56252010-10-16 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * cus-theme.el (custom-theme--migrate-settings): New var.
5628 (customize-create-theme): Allow editing the `user' theme.
5629 (custom-theme-add-variable, custom-theme-add-var-1)
5630 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5631 to the front of each variable or face widget.
5632 (custom-theme-write): Save theme settings in the correct order.
5633 Optionally, remove saved settings from user customizations.
43f964fc
SM
5634 (custom-theme-write-variables, custom-theme-write-faces):
5635 Save only the checked widgets.
29a4c45b
CY
5636 (customize-themes): Add a link for migrating custom settings.
5637
43f964fc
SM
5638 * custom.el (custom-declare-theme, provide-theme):
5639 Use custom-theme-name-valid-p.
29a4c45b
CY
5640 (custom-theme-name-valid-p): Remove checks that are now
5641 unnecessary since themes no longer obey load-path.
5642
5643 * cus-edit.el (custom-variable-value-create): For the simple
5644 style, hide documentation string when hidden.
5645
782b5e8d
CY
56462010-10-16 Chong Yidong <cyd@stupidchicken.com>
5647
647bc502
CY
5648 * cus-edit.el (custom-variable, custom-face): Combine the
5649 :inhibit-magic and :display-style properties into a single
5650 :custom-style property.
43f964fc
SM
5651 (custom-toggle-hide-variable, custom-toggle-hide-face):
5652 New functions. If hiding an edited value, save it to :shown-value.
5653 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5654 (custom-magic-reset): Allow magic property to be unset.
5655
782b5e8d
CY
5656 * custom.el: Custom themes no longer use load-path.
5657 (custom-theme-load-path): New option. Change built-in theme
5658 directory to etc/.
5659 (custom-enabled-themes): Add custom-theme-load-path dependency.
5660 (custom-theme--load-path): New function.
5661 (load-theme, custom-available-themes): Use it.
5662
5663 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5664 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5665 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5666 :custom-style property.
782b5e8d
CY
5667
5668 * themes/*.el: Moved to etc/.
5669
99f65cfa
RA
56702010-10-16 Ralf Angeli <angeli@caeruleus.net>
5671
5672 * textmodes/reftex-cite.el
5673 (reftex-extract-bib-entries-from-thebibliography): Do not move
5674 point when searching for \bibitem entries. Match entries with
5675 spaces or tabs in front of arguments.
5676
da16abfc
CY
56772010-10-16 Chong Yidong <cyd@stupidchicken.com>
5678
5679 * cus-theme.el (customize-create-theme): Delete overlays after
5680 erasing. If given a THEME arg, display only the faces of that arg
5681 instead of custom-theme--listed-faces.
5682 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5683 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5684 (custom-theme-add-variable, custom-theme-add-face): Apply value
5685 from the theme settings, instead of the current value.
5686 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5687 (custom-theme-visit-theme): Allow calling outside theme buffers.
5688 (custom-theme-merge-theme): Don't enable the theme when merging.
5689 (custom-theme-write-variables, custom-theme-write-faces): Use the
5690 :shown-value properties to save buffer values, not global ones.
5691 (customize-themes): Display a warning about user customizations.
5692
5693 * cus-edit.el (custom-variable-value-create)
5694 (custom-face-value-create): Obey new special properties
5695 :shown-value and :inhibit-magic.
5696
aa095b2d
MA
56972010-10-15 Michael Albinus <michael.albinus@gmx.de>
5698
5699 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5700 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5701 <dale@codefu.org>.
aa095b2d 5702
7ca9cfda
KH
57032010-10-14 Kenichi Handa <handa@m17n.org>
5704
9650fc61
KH
5705 * mail/rmail.el (rmail-show-message-1): Catch an error of
5706 base64-decode-region and just show an error message (bug#7165).
5707
43f964fc 5708 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5709 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5710 a font-spec (bug#7197).
5711
220d91b8 57122010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5713
5714 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5715
220d91b8 57162010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5717
c0943d3d
JB
5718 * international/mule.el (define-coding-system):
5719 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5720 * composite.el (compose-region): Fix typo in docstring.
5721
4983ddea
CY
57222010-10-14 Chong Yidong <cyd@stupidchicken.com>
5723
de43f11b
CY
5724 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5725 only after checking the theme-face property.
5726
4983ddea
CY
5727 * faces.el (face-spec-reset-face): Reset all attributes in one
5728 single call to set-face-attribute.
5729 (face-spec-match-p): Make it a defsubst.
5730 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5731 (x-create-frame-with-faces, tty-create-frame-with-faces)
5732 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5733 frame-set-background-mode, since they are recomputed immediately
5734 afterwards in face-set-after-frame-default.
5735 (face-set-after-frame-default): Minor optimization.
5736 (cursor): Provide non-trivial defface spec.
5737
5738 * custom.el (custom-theme-recalc-face): Simplify.
5739
a974dcf2
JB
57402010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5741
43f964fc 5742 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5743 (math-is-polynomial, math-is-poly-rec): Replace `var'
5744 with `math-var'.
5745
43f964fc 5746 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5747 (calcFunc-table, math-scan-for-limits): Replace `var'
5748 with `math-var'.
5749
10e4702a
GM
57502010-10-13 Glenn Morris <rgm@gnu.org>
5751
5752 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5753
88f427d5
SB
57542010-10-13 Stephen Berman <stephen.berman@gmx.net>
5755
5756 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5757
a1d16a7b
G
57582010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5759
5760 * net/tls.el (tls-program): Remove spurious %s from openssl.
5761 (tls-starttls-switches): Remove starttls hack.
5762 (open-tls-stream): Ditto.
5763 (tls-find-starttls-argument): Ditto.
5764
2e288d54
JB
57652010-10-13 Juanma Barranquero <lekktu@gmail.com>
5766
5767 * image.el (image-library-alist): Declare as obsolete alias.
5768 (image-type-available-p): Use `dynamic-library-alist'.
5769
5770 * term/w32-win.el (dynamic-library-alist):
5771 Use instead of `image-library-alist'.
5772
35744400
IS
57732010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5774
5775 * subr.el (last): Make it faster. (Bug#7174)
5776
290fe464
RO
57772010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5778
5779 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5780
2919746c
CY
57812010-10-12 Chong Yidong <cyd@stupidchicken.com>
5782
5783 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5784 (describe-theme-1): Extract doc from unloaded themes.
5785
5786 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5787
5788 * themes/tango-theme.el:
5789 * themes/tango-dark-theme.el:
5790 * themes/wheatgrass-theme.el: New files.
5791
6b09b5d1
CY
57922010-10-12 Chong Yidong <cyd@stupidchicken.com>
5793
5794 * cus-theme.el (describe-theme, customize-themes)
5795 (custom-theme-save): New commands.
5796 (custom-new-theme-mode-map): Bind C-x C-s.
5797 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5798 (customize-create-theme): New optional arg THEME.
5799 (custom-theme-revert): Use it.
5800 (custom-theme-visit-theme): Remove dead code.
5801 (custom-theme-merge-theme): Use custom-available-themes.
5802 (custom-theme-write): Make interactive.
5803 (custom-theme-write): Use custom-theme-name-valid-p.
5804 (describe-theme-1, custom-theme-choose-revert)
5805 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5806 New funs.
5807 (custom-theme-allow-multiple-selections): New option.
5808 (custom-theme-choose-mode): New major mode.
5809
43f964fc
SM
5810 * custom.el (custom-theme-set-variables): Remove dead code.
5811 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5812 (custom--inhibit-theme-enable): New var.
5813 (provide-theme): Obey it.
5814 (load-theme): Replace load with manual read/eval, in order to
5815 check for correctness. Use custom-theme-name-valid-p.
5816 (custom-theme-name-valid-p): New function.
5817 (custom-available-themes): Use it.
5818
5819 * cus-edit.el (custom--initialize-widget-variables): New function.
5820 (Custom-mode): Use it.
5821
43f964fc
SM
5822 * cus-face.el (custom-theme-set-faces): Remove dead code.
5823 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5824
5825 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5826
16366259
JB
58272010-10-12 Juanma Barranquero <lekktu@gmail.com>
5828
cb7d821e 5829 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5830
4c14013d 58312010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5832
4c14013d
JB
5833 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5834 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5835 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5836
5837 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5838
4c14013d 58392010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5840
5841 * emacs-lisp/lisp.el (lisp-completion-at-point):
5842 Use emacs-lisp-mode-syntax-table for the whole function.
5843
4c14013d 58442010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5845
5846 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5847 instead of font-lock-mode before adding keywords.
5848 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5849 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5850 non-nil; removed hook inhibit hack.
5851
4c14013d 58522010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5853
d15f9a2b
GM
5854 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5855 (load-path-shadows-find): ... to this.
5856 (list-load-path-shadows): Update for above change.
5857
c7d6d8a1
GM
5858 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5859
f0b7f5a8
KY
58602010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5861
5862 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5863 Fix comment for declare-function.
5864
05d22d02
CY
58652010-10-11 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * custom.el (custom-fix-face-spec): New function; code moved from
5868 custom-face-edit-fix-value.
5869 (custom-push-theme): Use it when checking if a face has been
5870 changed outside customize.
5871 (custom-available-themes): New function.
5872 (load-theme): Use it.
5873
43f964fc 5874 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5875
5876 * custom.el (custom-push-theme): Cleanup (use cond).
5877 (disable-theme): Recompute the saved-face property.
5878 (custom-theme-recalc-face): Follow face alias before setting prop.
5879
43f964fc
SM
5880 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5881 New variables, containing checkbox images.
05d22d02
CY
5882
5883 * startup.el (fancy-startup-tail):
5884 * wid-edit.el (checkbox): Use them.
5885
293e7c22
DN
58862010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5887
a0310a6c
DN
5888 * shell.el (shell-mode-map):
5889 * progmodes/modula2.el (m2-mode-map):
5890 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5891 * play/mpuz.el (mpuz-mode-map):
5892 * play/landmark.el (lm-mode-map):
5893 * play/decipher.el (decipher-mode-map):
5894 * play/5x5.el (5x5-mode-map):
5895 * net/telnet.el (telnet-mode-map):
5896 * net/quickurl.el (quickurl-list-mode-map):
5897 * net/mairix.el (mairix-searches-mode-map):
5898 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5899 * net/dig.el (dig-mode-map):
5900 * mail/mspools.el (mspools-mode-map):
5901 * hexl.el (hexl-mode-map):
5902 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5903 (wordstar-C-o-map, wordstar-C-q-map):
5904 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5905 * emacs-lisp/chart.el (chart-map):
5906 * edmacro.el (edmacro-mode-map):
5907 * erc/erc-list.el (erc-list-menu-mode-map):
5908 * array.el (array-mode-map): Declare and define in one step.
5909
293e7c22
DN
5910 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5911
446b12da
DU
59122010-10-10 Daiki Ueno <ueno@unixuser.org>
5913
5914 * epa.el (epa-passphrase-callback-function): Display filename
5915 passed as the 3rd arg.
43f964fc
SM
5916 * epa-file.el (epa-file-passphrase-callback-function):
5917 Pass filename to epa-passphrase-callback-function.
446b12da 5918
76c16af8
CY
59192010-10-09 Chong Yidong <cyd@stupidchicken.com>
5920
5921 * cus-edit.el (custom-face-widget-to-spec)
5922 (custom-face-get-current-spec, custom-face-state): New functions.
5923 (custom-face-set, custom-face-mark-to-save)
5924 (custom-face-value-create, custom-face-state-set): Use them.
5925
5926 * cus-theme.el (custom-theme--listed-faces): New var.
5927 (customize-create-theme): Use *Custom Theme* as the buffer name.
5928 Set revert-buffer-function. Optional arg BUFFER. Insert all
5929 faces listed in custom-theme--listed-faces.
5930 (custom-theme-revert): New function.
5931 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5932 bottom of the list.
5933 (custom-theme-write): Prompt for theme name if empty.
5934 (custom-theme-write-variables): Use dolist.
5935 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5936
e15f8aaa
AM
59372010-10-09 Alan Mackenzie <acm@muc.de>
5938
5939 Enhance fontification of declarators to take account of the
5940 presence/absence of "typedef".
5941
5942 * cc-engine.el (c-forward-type): New &optional param
5943 "brace-block-too".
5944 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5945 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5946
5947 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5948 fontification of declarators which follow a "}".
5949 (c-font-lock-declarations): Fontify declarators according to the
5950 presence/absence of "typedef".
5951
5952 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5953 for "typedef".
5954 (c-typedef-decl-key): New lang variable built from
5955 c-typedef-decl-kwds.
5956
cf321e50
LMI
59572010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5958
77aec221
LMI
5959 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5960 since that's too annoying. Move the filter groups commands to
5961 TAB/backtab.
5962
7450df5d
LMI
5963 * epa.el (epa-passphrase-callback-function): Say what we're
5964 querying the password for.
5965
cf321e50 5966 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5967 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5968
587faadd
CY
59692010-10-08 Chong Yidong <cyd@stupidchicken.com>
5970
5971 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5972 (custom-magic-value-create): Pad button tags with spaces.
5973 (custom-face-edit): New variable.
5974 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5975 face editor here, instead of using custom-face-selected.
5976 Pass face defaults to custom-face-edit widget.
587faadd
CY
5977 (custom-face-selected, custom-display-unselected): Delete widgets.
5978 (custom-display-unselected-match): Function removed.
43f964fc
SM
5979 (custom-face-set, custom-face-mark-to-save):
5980 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5981
5982 * wid-edit.el (widget--completing-widget): New var.
5983 (widget-default-complete): Bind it when doing completion.
5984 (widget-string-complete, widget-file-complete): Use it.
5985
a1ab97d0
GM
59862010-10-09 Glenn Morris <rgm@gnu.org>
5987
85d50db7
GM
5988 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5989 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5990 (holiday-hebrew-misc): Small simplifications.
5991
3fb78d1f
GM
5992 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5993
a1ab97d0
GM
5994 * net/browse-url.el: Don't require thingatpt, term, dired,
5995 executable, or w3-auto when compiling.
5996 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5997 Declare.
5998 (browse-url-text-emacs): Require term.
5999
2187e5bb
AS
60002010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6001
6002 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6003
e5d49589
GM
60042010-10-08 Glenn Morris <rgm@gnu.org>
6005
5823f53f
GM
6006 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6007
e5d49589
GM
6008 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6009 (shadows-compare-text-p): Make it an obsolete alias for...
6010 (load-path-shadows-compare-text): ... new name.
6011 (find-emacs-lisp-shadows): Update for above name change.
6012 (load-path-shadows-same-file-or-nonexistent): New name for the old
6013 shadow-same-file-or-nonexistent.
6014
4628bef1 60152010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6016
6017 * minibuffer.el (completion--some, completion--do-completion)
6018 (minibuffer-complete-and-exit, minibuffer-completion-help)
6019 (completion-basic-try-completion)
6020 (completion-basic-all-completions)
6021 (completion-pcm--find-all-completions): Use lexical-let to
6022 avoid some false matches in variable completion (Bug#7056)
6023
4628bef1 60242010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6025
6026 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6027
4628bef1 60282010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6029
6030 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6031 return non-nil if the file exists (Bug#7090).
6032
4628bef1 60332010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6034
6035 * minibuffer.el (completion--replace):
6036 Better preserve markers (bug#7138).
6037
4628bef1 60382010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6039
6040 * server.el (server-process-filter): Doc fix.
6041
4628bef1 60422010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6043
6044 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6045
e4adf61e
GM
60462010-10-08 Glenn Morris <rgm@gnu.org>
6047
24ac444f
GM
6048 * vc/ediff-wind.el (ediff-setup-control-frame):
6049 * vc/ediff-ptch.el (ediff-default-backup-extension):
6050 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6051 (ediff-exec-process): Remove system-types emx, windows-95.
6052
e4adf61e
GM
6053 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6054
61328d7c
CY
60552010-10-07 Chong Yidong <cyd@stupidchicken.com>
6056
6057 * cus-edit.el (custom-variable, custom-face): Doc fix.
6058 (custom-face-edit): Add value-create attribute.
6059 (custom-face-edit-value-create)
43f964fc
SM
6060 (custom-face-edit-value-visibility-action): New functions.
6061 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6062 (custom-face-edit-deactivate): Show empty values with shadow face.
6063 (custom-face-selected): Only use this for face specs with default
6064 attributes.
6065 (custom-face-value-create): Cleanup.
6066
6067 * wid-edit.el (widget-checklist-value-create): Use dolist.
6068 (widget-checklist-match-find): Make second arg optional.
6069
ac44263a
GM
60702010-10-07 Glenn Morris <rgm@gnu.org>
6071
849b02b4
GM
6072 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6073 Prefix things.
6074
ac44263a
GM
6075 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6076 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6077 load-path-shadows-mode, update references.
06d9ef85
GM
6078 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6079 Rename variable and button.
6080 (list-load-path-shadows): Update button caller.
ac44263a 6081
29c72a6e
SM
60822010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6083
6084 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6085 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6086 (smie-merge-prec2s): Handle those new entries.
6087 (smie-prec2-levels): Only set precedence to nil for actual
6088 openers/closers.
6089 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6090 that is now unnecessary.
6091
775f75bc 60922010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6093
6094 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6095
7e1e2a6e
GM
60962010-10-07 Glenn Morris <rgm@gnu.org>
6097
58d1ac6d
GM
6098 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6099 (mail-position-on-field): Remove declarations.
6100 (mail-position-on-field): Autoload it.
6101 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6102 and mail-header-end. Don't require sendmail.
6103
7b9235ad
GM
6104 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6105 (shadow-mode): New mode.
6106 (shadow-find-file): New button.
6107 (list-load-path-shadows): Use shadow-mode and buttons.
6108
52da2182
GM
6109 * iimage.el (iimage-version): Remove.
6110 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6111 Turn into defcustoms.
6112 (iimage-mode-map): Give it a doc string.
6113
7e1e2a6e
GM
6114 * calendar/appt.el (appt-activate): Give a warning rather than an error
6115 if there is no diary-file.
6116
e44eccd7
MA
61172010-10-06 Michael Albinus <michael.albinus@gmx.de>
6118
29c72a6e
SM
6119 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6120 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6121
4583e796
GM
61222010-10-06 Glenn Morris <rgm@gnu.org>
6123
6aecca99
GM
6124 * font-core.el (font-lock-defaults-alist): Remove variable.
6125 (font-lock-mode): Doc fix.
6126 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6127 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6128 (font-lock-set-defaults): Doc fix.
6129 Do not consult font-lock-defaults-alist.
6130
645a6257
GM
6131 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6132
4583e796
GM
6133 * emacs-lisp/cl.el: No longer provide cl-19.
6134
bd8fadca
MA
61352010-10-05 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6138 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6139 New defuns, taken from tramp-smb.el.
6140 (tramp-coding-system-change-eol-conversion)
43f964fc 6141 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6142
43f964fc 6143 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6144 (tramp-compat-coding-system-change-eol-conversion)
6145 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6146 from tramp.el.
6147
6148 * net/tramp-gvfs.el:
6149 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6150 by `tramp-compat-set-process-query-on-exit-flag'.
6151
43f964fc
SM
6152 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6153 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6154 `tramp-handle-file-exists-p' and
6155 `tramp-handle-file-newer-than-file-p'.
6156 (tramp-imap-handle-file-exists-p)
6157 (tramp-imap-handle-file-executable-p)
6158 (tramp-imap-handle-file-readable-p)
6159 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6160 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6161
6162 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6163 by `tramp-compat-set-process-query-on-exit-flag' and
6164 `tramp-coding-system-change-eol-conversion' by
6165 `tramp-compat-coding-system-change-eol-conversion'.
6166
43f964fc
SM
6167 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6168 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6169 `tramp-handle-file-exists-p' and
6170 `tramp-handle-file-newer-than-file-p'.
6171 (tramp-smb-handle-directory-files-and-attributes)
6172 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6173 (tramp-smb-handle-file-newer-than-file-p): Remove.
6174 (tramp-smb-maybe-open-connection):
6175 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6176 `tramp-compat-set-process-query-on-exit-flag'.
6177
726c5357
GM
61782010-10-05 Glenn Morris <rgm@gnu.org>
6179
6180 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6181
4a93e698
MA
61822010-10-04 Michael Albinus <michael.albinus@gmx.de>
6183
6184 Continue reorganization of load dependencies. (Bug#7156)
6185
6186 * net/tramp.el (tramp-handle-file-local-copy-hook)
6187 (tramp-delete-temp-file-function): Move down.
6188 (tramp-exists-file-name-handler): Move up.
6189 (tramp-register-file-name-handlers): Simplify autoload.
6190 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6191 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6192 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6193 (tramp-handle-file-name-completion)
6194 (tramp-handle-file-name-directory)
6195 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6196 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6197 (tramp-handle-find-backup-file-name)
6198 (tramp-handle-insert-file-contents, tramp-handle-load)
6199 (tramp-handle-substitute-in-file-name)
6200 (tramp-handle-unhandled-file-name-directory)
6201 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6202 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6203
6204 * net/tramp-gvfs.el (top):
6205 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6206
6207 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6208 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6209
b4593555
GM
62102010-10-04 Glenn Morris <rgm@gnu.org>
6211
6212 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6213 (appt-activate): Give status messages.
6214
8762aa10
TZ
62152010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6216
6217 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6218 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6219 `gnutls-negotiate' (formerly `starttls-negotiate').
6220 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6221
82fb8701
DN
62222010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6223
6224 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6225 log-outgoing commands.
6226 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6227 to create a buffer local revert-buffer-function variable.
6228 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6229 revert-buffer-function lambda.
6230
c1ae068b
LMI
62312010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6232
6233 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6234 `gnutls-boot'. Make TYPE the only required parameter.
6235 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6236 (open-ssl-stream): Use it.
6237
67141a37
GM
62382010-10-03 Glenn Morris <rgm@gnu.org>
6239
77f38949
GM
6240 * subr.el (directory-sep-char): Remove obsolete variable.
6241 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6242 it is "necessary".
6243
67141a37
GM
6244 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6245 * vc/vc.el (vc-static-header-alist): Doc fix.
6246 * vc/vc-cvs.el (vc-cvs-header):
6247 * vc/vc-rcs.el (vc-rcs-header):
6248 * vc/vc-sccs.el (vc-sccs-header):
6249 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6250 * obsolete/vc-mcvs.el (vc-mcvs-header):
6251 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6252 on XEmacs.
6253
96bcef2e
CY
62542010-10-03 Chong Yidong <cyd@stupidchicken.com>
6255
43f964fc
SM
6256 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6257 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6258
ef47f179
GM
62592010-10-03 Glenn Morris <rgm@gnu.org>
6260
01c35094 6261 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6262
aee3c6f7
GM
6263 * textmodes/rst.el (rst-font-lock-keywords-function):
6264 Drop Emacs 20 code.
6265
f88cd114
GM
6266 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6267
6abfe35f
GM
6268 * printing.el: Drop Emacs 20 code.
6269
59e31cfa
GM
6270 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6271 without having used appt.el already).
6272
922ad43e
GM
6273 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6274 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6275 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6276 XEmacs.
6277 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6278 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6279
ef47f179
GM
6280 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6281 (charset-width, find-charset-region, chars-in-region, forward-point)
6282 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6283 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6284 Remove compatibility cruft (none of these are used by ps*.el).
6285
ac6ca7ba
KR
62862010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6287
6288 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6289
2a847524
CY
62902010-10-03 Chong Yidong <cyd@stupidchicken.com>
6291
43f964fc
SM
6292 * server.el (server-process-filter, server-return-error):
6293 Give emacsclient time to shut down after receiving an error string.
2a847524 6294
4bc3c53d
MA
62952010-10-02 Michael Albinus <michael.albinus@gmx.de>
6296
6297 * files.el (remote-file-name-inhibit-cache): New defcustom.
6298
43f964fc
SM
6299 * time.el (display-time-file-nonempty-p):
6300 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6301
43f964fc
SM
6302 * net/tramp.el (tramp-completion-reread-directory-timeout):
6303 Fix docstring.
4bc3c53d
MA
6304
6305 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6306 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6307 `remote-file-name-inhibit-cache'. Check also for an integer
6308 value. Add/increase counter when `tramp-verbose' >= 10.
6309 (tramp-set-file-property): Add/increase counter when
6310 `tramp-verbose' >= 10.
6311
6312 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6313 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6314 (tramp-bug): Set tramp-autoload cookie. Report all interned
6315 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6316 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6317 characters only in strings.
6318
6319 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6320 to backward compatibility.
6321
6322 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6323 (tramp-handle-file-name-all-completions)
43f964fc
SM
6324 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6325 (tramp-open-connection-setup-interactive-shell):
6326 Call `tramp-cleanup-connection' directly.
4bc3c53d 6327
9c524fcb
GM
63282010-10-02 Glenn Morris <rgm@gnu.org>
6329
3226d6ca
GM
6330 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6331
6332 * subr.el (char-bytes): Remove obsolete function.
6333
6334 * isearch.el (isearch-return-char): Remove obsolete function.
6335
6336 * mouse.el: No longer provide mldrag.
6337 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6338 Remove obsolete aliases.
6339
6340 * comint.el (comint-kill-output): Remove obsolete alias.
6341
6342 * composite.el (decompose-composite-char): Remove obsolete function.
6343 * ps-def.el (decompose-composite-char): Remove unused function.
6344
6345 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6346
6347 * outline.el (outline-visible): Remove obsolete function.
6348
6349 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6350 * faces.el (internal-find-face, internal-get-face)
6351 (frame-update-faces, frame-update-face-colors)
6352 (x-frob-font-weight, x-frob-font-slant)
6353 (internal-frob-font-weight, internal-frob-font-slant)
6354 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6355 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6356 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6357 since Emacs 21.1.
6358 * emulation/viper-util.el (viper-get-face):
6359 * obsolete/lucid.el (find-face, get-face): Use facep.
6360 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6361 Remove unused functions.
6362 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6363
9c524fcb
GM
6364 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6365 delete tempfile if interrupted during compilation.
6366
aecb42aa
LMI
63672010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6368
6369 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6370 gnutls-cli.
6371 (tls-program): Add --insecure to be consistent with the defaults from
6372 openssl s_client. Now all three commands are insecure.
6373
73077a9a
EZ
63742010-10-01 Eli Zaretskii <eliz@gnu.org>
6375
6376 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6377 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6378 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6379
1ef075bb
GM
63802010-10-01 Glenn Morris <rgm@gnu.org>
6381
1fcaf927
GM
6382 * obsolete/sc.el: Remove file.
6383
1ef075bb
GM
6384 * files.el (temporary-file-directory): On darwin, also try
6385 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6386
a16f5f64
JB
63872010-10-01 Juanma Barranquero <lekktu@gmail.com>
6388
6389 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6390 Let's not break compatibility gratuitously, shall we?
6391
6b958814
G
63922010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6393
47e08896 6394 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6395 (tls-find-starttls-argument): Use it.
6396 (open-tls-stream): Ditto.
6397
47e08896 6398 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6399 entry.
6400 (netrc-machine): Ditto.
6401
cad90f3b
EZ
64022010-09-30 Eli Zaretskii <eliz@gnu.org>
6403
6404 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6405
968ef9b4
JB
64062010-09-30 Juanma Barranquero <lekktu@gmail.com>
6407
6408 * server.el (server-start): Don't write pid to the authentication file.
6409 (server-create-tty-frame): Don't send pid.
6410 (server-process-filter): Send pid at the start of every connection.
6411
3536dea8
GM
64122010-09-30 Glenn Morris <rgm@gnu.org>
6413
8e378d88
GM
6414 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6415 (show-all-diary-entries): Remove obsolete function aliases.
6416
3536dea8
GM
6417 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6418 Remove options, obsolete since 22.1.
6a7662bb
BR
6419 (appt-display-format, appt-display-message):
6420 Remove backwards-compatibility code.
3536dea8
GM
6421 (appt-check): No longer check appt-issue-message.
6422 (appt-make-list): No longer autoload it. Doc fix. No longer
6423 activate the package.
6424
df7fcaff
LMI
64252010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6426
6427 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6428 (starttls-negotiate): Just call boot, and let the handshake be
6429 triggered from the read loop.
df7fcaff 6430
c2828614
GM
64312010-09-29 Glenn Morris <rgm@gnu.org>
6432
17a46341
GM
6433 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6434 not displaying the diary.
6435 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6436 * calendar/appt.el (appt-check): No longer need to kill diary.
6437
7161e329
GM
6438 * calendar/diary-lib.el (diary-list-entries): Move the
6439 "Preparing..." message entirely here.
6440 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6441 messages to diary-list-entries.
6442 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6443 diary-display-function.
6444
d0de6cba
GM
6445 * calendar/diary-lib.el (diary-include-other-diary-files):
6446 Trap some recursive includes.
6447
c2828614
GM
6448 * calendar/appt.el (appt-activate): Check diary file.
6449
0c43b6f8
KY
64502010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6451
6452 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6453 construction.
6454
6455 * calendar/time-date.el: No need to require cl for Emacs 21.
6456
97ce2730
GM
64572010-09-28 Glenn Morris <rgm@gnu.org>
6458
6459 * calendar/appt.el (appt-check): Minor simplification.
6460
e0a185ae
KY
64612010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6462
6463 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6464 citation prefix.
6465
c19f76a1
AS
64662010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6467
95b6d681
JB
6468 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6469 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6470
fd057fd2
KH
64712010-09-27 Kenichi Handa <handa@m17n.org>
6472
6473 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6474 "ustar" format.
6475
368b3544
KH
64762010-09-27 Kenichi Handa <handa@m17n.org>
6477
6478 * international/mule.el (define-coding-system): Docstring fixed.
6479
6480 * international/mule-diag.el (describe-character-set): Use princ
6481 with proper print-length and print-level instead of insert.
6482
95b6d681 64832010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6484
6485 * window.el (walk-windows): Doc fix (bug#7105).
6486
99368725
SM
64872010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * emacs-lisp/float-sup.el (e): Remove.
6490
8ed70bf3
LMI
64912010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6492
6493 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6494 variable.
6495 (starttls-negotiate): Use it.
6496
d2e9d0bb
LMI
64972010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6498
6499 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6500 back.
6501
15413fb4
SM
65022010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6505
1821a7b4
LMI
65062010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6507
6303aba1
LMI
6508 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6509
1821a7b4
LMI
6510 * net/netrc.el (netrc-store-data): New function.
6511
8af55556
TZ
65122010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6513
6514 * net/gnutls.el: GnuTLS glue code to set up a connection.
6515
42343747
JD
65162010-09-25 Julien Danjou <julien@danjou.info>
6517
6518 * notifications.el: Call dbus-register-signal only if it is bound.
6519
ec60da52
GM
65202010-09-25 Glenn Morris <rgm@gnu.org>
6521
6522 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6523 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6524 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6525 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6526 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6527 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6528 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6529 * eshell/esh-util.el, eshell/esh-var.el:
6530 Remove leading `*' from docs of faces and defcustoms.
6531
4c964351
UM
65322010-09-25 Ulrich Mueller <ulm@gentoo.org>
6533
6534 * eshell/em-ls.el (eshell-ls-archive-regexp):
6535 * eshell/esh-util.el (eshell-tar-regexp):
6536 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6537 * info.el (Info-suffix-list):
6538 * international/mule.el (auto-coding-alist):
6539 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6540 * progmodes/etags.el (tags-compression-info-list):
6541 Support xz compression.
6542
41f54b73
CY
65432010-09-25 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * files.el (get-free-disk-space): Don't assume the "df" output
6546 columns line up (Bug#6995).
6547
40b1a3a9
JB
65482010-09-25 Juanma Barranquero <lekktu@gmail.com>
6549
6550 * finder.el (finder-unknown-keywords):
6551 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6552 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6553
ba3033ee
JB
65542010-09-25 Juanma Barranquero <lekktu@gmail.com>
6555
6556 * server.el (server-start): Revert part of 2010-08-08 change. Using
6557 address 127.0.0.1 for local host is now done in Fmake_network_process.
6558
5e339ee2
GM
65592010-09-24 Glenn Morris <rgm@gnu.org>
6560
6561 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6562 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6563 * textmodes/css-mode.el, textmodes/dns-mode.el:
6564 Move autoloaded auto-mode-alist entries to files.el.
6565 * files.el (auto-mode-alist): Move entries here.
6566
af3ccb5c
GM
65672010-09-23 Glenn Morris <rgm@gnu.org>
6568
6569 * isearch.el (isearch-lazy-highlight-cleanup)
6570 (isearch-lazy-highlight-initial-delay)
6571 (isearch-lazy-highlight-interval)
6572 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6573 * net/net-utils.el (ipconfig-program-options):
6574 Move aliases to options before the associated definitions.
6575
266a86bd 65762010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6577
6578 * newcomment.el (comment-normalize-vars): Better test validity of
6579 comment-end-skip.
6580
27ffea71 65812010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6582
6583 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6584 (float-e): New name for `e'.
6585 (degrees-to-radians, radians-to-degrees):
6586 * calendar/solar.el (solar-longitude):
6587 * calculator.el (calculator-registers, calculator-funcall):
6588 * textmodes/artist.el (artist-spray-random-points):
6589 * play/bubbles.el (bubbles--initialize-images): Use new names.
6590
27ffea71 65912010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6592
6593 Update to CEDET 1.0's version of EIEIO.
6594
9e0d4f9e
SM
6595 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6596 New function.
a2930e43
EL
6597 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6598 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6599 (class-precedence-list): If class is nil, return nil.
6600 (eieio-generic-call): If class of first input arg is nil, don't
6601 look up static methods, and do check for primary methods.
6602 (initialize-instance): See if the default needs to be evaluated
6603 during the constructor.
6604 (eieio-perform-slot-validation-for-default): Don't do the check
6605 for values that will eventually be evaluated.
6606 (eieio-eval-default-p): New function.
6607 (eieio-default-eval-maybe): Use it.
6608
27ffea71 66092010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6610
6611 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6612 method-invocation-order.
6613 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6614 (eieio-class-precedence-dfs): Compute class precedence list using
6615 dfs algorithm.
6616 (eieio-class-precedence-bfs): Compute class precedence list using
6617 bfs algorithm.
9e0d4f9e 6618 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6619 c3 algorithm.
6620 (class-precedence-list): New function.
6621 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6622 (inconsistent-class-hierarchy): New error symbol.
6623 (call-next-method): Stow the replacement argument list for future
6624 call-next-method invocations.
6625
266a86bd 66262010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6627
ea7f9ebf
GM
6628 * calendar/appt.el (appt-check): If not displaying the diary,
6629 use (diary 1) to only get the entries we need.
6630 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6631 that it is in day order. (Bug#7019)
6632
1bf6d075
GM
6633 * calendar/appt.el (appt-check): Rather than showing the diary,
6634 just turn off invisible display, and only if needed.
6635
87e798a7
GM
6636 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6637
1fc7dabf
GM
66382010-09-23 Glenn Morris <rgm@gnu.org>
6639
7a16788b
GM
6640 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6641 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6642 Start warnings with lower-case, like the majority.
7a16788b 6643
19543b17
GM
6644 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6645
54238e6d
GM
6646 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6647
ce009d0b
GM
6648 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6649 * files.el (auto-mode-alist): Move ld-script entries here, further down
6650 the list.
6651
7b344dfe
GM
6652 * vc/add-log.el: Don't require timezone when compiling.
6653 (timezone-make-date-sortable): Autoload it.
6654 (change-log-sortable-date-at): Don't require timezone.
6655 Use `ignore-errors'.
6656
d9703498
GM
6657 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6658 Move alias before definition, so it does not need autoloading.
6659
1fc7dabf
GM
6660 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6661 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6662 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6663 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6664 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6665 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6666 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6667 * textmodes/tex-mode.el, textmodes/two-column.el:
6668 Remove leading `*' from docs of defcustoms etc.
6669
7676efad
TZ
66702010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6671
6672 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6673
b069e5a6
G
66742010-09-22 Dan Christensen <jdc@uwo.ca>
6675
6676 * calendar/time-date.el (date-to-time): Try using parse-time-string
6677 first before using the slower timezone-make-date-arpa-standard.
6678
1bf68d53
KY
66792010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6680
6681 * calendar/time-date.el (format-seconds): Comment fix.
6682
cd205c76
GM
66832010-09-22 Glenn Morris <rgm@gnu.org>
6684
6685 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6686 is not automatically buffer-local.
6687
4ddea91b
SM
66882010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6691 (smie-indent-comment): Be more careful with comment-start-skip.
6692 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6693 (smie-indent-functions): Use them.
6694
b0f037ed
MA
66952010-09-21 Michael Albinus <michael.albinus@gmx.de>
6696
6697 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6698
8cf1771a
JD
66992010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6700
36a1b6db
JD
6701 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6702 tool-bar-position. Don't modify frame parameters here.
180fb94a 6703 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6704
8cf1771a
JD
6705 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6706
0097720d
SM
67072010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6708
5d8e0d5d
SM
6709 * textmodes/reftex-parse.el (reftex-what-macro)
6710 (reftex-context-substring): Let-bind forward-sexp-function to nil
6711 since we don't need/want to treat \begin...\end as a block (bug#7053).
6712
984edd22
SM
6713 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6714
6715 * simple.el (blink-matching-open): Use syntax-class.
6716
3672149f
SM
6717 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6718 Set invisibility spec for pascal's outline mode.
6719 (pascal-outline-change): Clean up calling convention.
6720 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6721
549d0e1e
SM
6722 * progmodes/prolog.el (prolog-smie-forward-token)
6723 (prolog-smie-backward-token): New functions.
6724 (prolog-mode-variables): Use them to parse "!," correctly.
6725 Set up smie-blink-matching for ".".
6726
a9cb95dd
SM
6727 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6728 and `end'.
6729 (ispell-region, ispell-process-line): Update users.
6730
de558d10
SM
6731 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6732 point-min==1.
6733
94eb3112
SM
6734 * textmodes/ispell.el: Fix commenting convention.
6735 (ispell-parse-output): Simplify, use push.
6736 (ispell-region): Use match-string-no-properties.
6737 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6738 (ispell-minor-mode): Use define-minor-mode.
6739 (ispell-message): Remove unused var `skip-regexp'.
6740 (ispell-add-per-file-word-list): Use dynamic let-binding.
6741 Try and use the proper comment marker.
6742
1f7f45a5
SM
6743 * mail/sendmail.el: Fix commenting convention.
6744 (sendmail-send-it): Use line-beginning-position.
6745
0097720d
SM
6746 * help-fns.el (describe-variable): Add original value, if applicable.
6747
596880ea
JB
67482010-09-20 Juanma Barranquero <lekktu@gmail.com>
6749
f0713411
JB
6750 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6751
596880ea
JB
6752 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6753
37c0347e
SM
67542010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6755
2bc01104
SM
6756 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6757 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6758 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6759 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6760 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6761 something like "." can also be a closer.
6762 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6763 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6764 Rename internal functions to use "--". Update callers.
6765
e2c3f530
SM
6766 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6767
37c0347e
SM
6768 * fringe.el (fringe-styles): New var.
6769 (fringe-mode, fringe-query-style): Use it.
6770
74790210
MM
67712010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6772
6773 * progmodes/sql.el: Version 2.8
93acd23d 6774 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6775 (sql-product-alist): Add :list-all and :list-table features for
6776 SQLite, Postgres and MySQL products.
6777 (sql-redirect): Handle default value.
6778 (sql-execute, sql-execute-feature): New functions.
6779 (sql-read-table-name): New function.
93acd23d 6780 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6781 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6782 for above functions.
6783 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6784 for above functions.
6785 (sql-postgres-login-params): Add user and database defaults.
6786 (sql-buffer-live-p): Bug fix.
93acd23d 6787 (sql-product-history): New variable.
35f52ed6 6788 (sql-read-product): New function. Use it.
74790210
MM
6789 (sql-set-product, sql-product-interactive): Use it.
6790 (sql-connection-history): New variable.
93acd23d 6791 (sql-read-connection): New function. Use it.
74790210
MM
6792 (sql-connect): New function.
6793 (sql-for-each-login): Redesign function interface.
6794 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6795 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6796 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6797 (sql-comint-postgres): Add port parameter.
6798
cec01cd2
SM
67992010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * emacs-lisp/warnings.el: Fix commenting convention.
6802 (display-warning): Use special mode and make the buffer read-only.
6803
c2a845b5
JB
68042010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6805
6806 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6807 empty string when it follows a repeated or optional pattern.
6808
f5632fb6
SM
68092010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6812 (indent-region): Use indent-according-to-mode.
6813
71b961e8
EZ
68142010-09-18 Eli Zaretskii <eliz@gnu.org>
6815
6816 * fringe.el (fringe-mode): Doc fix.
6817
dbbd7ad4
KRC
68182010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6819
6820 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6821 refreshing the preview buffer.
6822
b879a6e2
SM
68232010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6826 (latex-syntax-propertize-rules): New consts; replace
6827 tex-font-lock-syntactic-keywords.
6828 (tex-env-mark, latex-env-before-change): New functions.
6829 (latex-electric-env-pair-mode): New minor mode.
6830 (tex-font-lock-verb): Change arguments; do move point.
6831 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6832 representation as a form of comment.
6833 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6834 (doctex-syntax-propertize-rules): New const; replaces
6835 doctex-font-lock-syntactic-keywords.
6836 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6837
6838 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6839 (fortran-make-syntax-propertize-function): New function; replaces
6840 fortran-font-lock-syntactic-keywords.
6841 (fortran-mode): Use it.
6842 (fortran-line-length): Use it. Improve interactive spec.
6843
6844 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6845 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6846 when adding surrounding \(..\).
6847
6848 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6849
4be520fb
SM
68502010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6851
269c197e
SM
6852 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6853 Use with-current-buffer.
6854
4be520fb
SM
6855 * isearch.el (isearch-face): Rename from `isearch'.
6856 (isearch-highlight): Use new name.
6857
a67597d6
EZ
68582010-09-17 Eli Zaretskii <eliz@gnu.org>
6859
6860 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6861 5, for `half' width fringes. (Bug#6933)
6862
31c381e8
SM
68632010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6864
3fe6ef4e
SM
6865 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6866 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6867
31c381e8
SM
6868 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6869
fb0cf781
J
68702010-09-17 Stephen Berman <stephen.berman@gmx.net>
6871
6872 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6873 in calculating new frame position. Add more space between new and
6874 parent on the left (Bug#7048).
6875
1a9dc3b5
MA
68762010-09-17 Michael Albinus <michael.albinus@gmx.de>
6877
6878 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6879 defmacro.
6880
dff0fdc3
CY
68812010-09-16 Chong Yidong <cyd@stupidchicken.com>
6882
31c381e8 6883 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6884
117c96c7
CY
6885 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6886 obsolete alias for x-selection-value.
6887
dff0fdc3
CY
6888 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6889
c6f2191f
MA
68902010-09-16 Michael Albinus <michael.albinus@gmx.de>
6891
6892 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6893 cookie.
6894
6139f995
MA
68952010-09-15 Michael Albinus <michael.albinus@gmx.de>
6896
6897 * net/tramp-compat.el (tramp-compat-with-temp-message)
6898 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6899 (tramp-compat-process-put): New defuns.
6900
6901 * net/tramp.el (top):
6902 * net/tramp-gvfs.el (top):
6903 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6904
31c381e8
SM
6905 * net/tramp.el (tramp-progress-reporter-update):
6906 Use `tramp-compat-funcall'.
6139f995
MA
6907
6908 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6909 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6910 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6911 (tramp-get-remote-stat, tramp-get-remote-readlink):
6912 Use `tramp-compat-with-temp-message'.
6139f995
MA
6913
6914 * net/tramp-sh.el (top): Require 'cl.
6915 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6916 (tramp-open-connection-setup-interactive-shell):
6917 Use `tramp-compat-process-put'.
6139f995 6918
22c3ce97
AM
69192010-09-15 Alan Mackenzie <acm@muc.de>
6920
6921 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6922 indentation.
a4ee83cc 6923 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6924
4f1e9960
SM
69252010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6928 `lexical' for warnings related to lexical scoping.
6929 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6930 global vars which don't have a prefix and could hence affect lexical
6931 scoping in unrelated files.
6932
01e80360
LMI
69332010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6934
6935 * net/imap.el: Revert back to version
6936 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6937 seem problematic.
6938
5e2a84e3
JB
69392010-09-14 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * obsolete/old-whitespace.el (whitespace-unload-function):
6942 Explicitly pass `obarray' to `unintern' to avoid a warning.
6943
f3a30a50
SM
69442010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6947 Add `when' argument. Update callers.
6948
6949 * subr.el (unintern): Declare the obarray arg mandatory.
6950
92b99a01
GM
69512010-09-14 Glenn Morris <rgm@gnu.org>
6952
67ae9766
GM
6953 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6954 Doc fixes.
6955
92b99a01
GM
6956 * calendar/diary-lib.el (diary-included-files): New variable.
6957 (diary-list-entries): Maybe initialize diary-included-files.
6958 (diary-include-other-diary-files): Append to diary-included-files.
6959 * calendar/appt.el (appt-update-list): Also check the members of
6960 diary-included-files. (Bug#6999)
08151ec5 6961 (appt-check): Doc fix.
92b99a01 6962
6664fc59 69632010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6964
6965 * simple.el (line-move-visual): Do not truncate goal column to
6966 integer size. (Bug#7020)
6967
6664fc59 69682010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6969
6970 * repeat.el (repeat): Allow repeating when the last event is a click.
6971 Suggested by Drew Adams (bug#6256).
6972
6664fc59 69732010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6974
01c35094 6975 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6976 Replace setting HGRCPATH to "" by some less invasive --config options.
6977
6664fc59 69782010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6979
6980 * font-lock.el (font-lock-beginning-of-syntax-function):
6981 Mark as obsolete.
6982
6664fc59 69832010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6984
6985 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6986 and tool-bar modes. (Bug#6211)
6987 (menu-bar-mode): Move setting of standard-value after the
6988 minor-mode definition, otherwise it seems to have no effect.
6989
6664fc59 69902010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6991
6992 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6993 Fix typo. (Bug#6976)
6994
6664fc59 69952010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6996
6997 * whitespace.el: Allow cleaning up blanks without blank
6998 visualization (Bug#6651). Adjust help window for
6999 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7000 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7001 (whitespace-style): Add new value 'face. Adjust docstring.
7002 (whitespace-space, whitespace-hspace, whitespace-tab):
7003 Adjust foreground property face.
9c405a86
CY
7004 (whitespace-line-column): Adjust docstring and type declaration.
7005 (whitespace-style-value-list, whitespace-toggle-option-alist)
7006 (whitespace-help-text): Adjust const initialization.
7007 (whitespace-toggle-options, global-whitespace-toggle-options):
7008 Adjust docstring.
7009 (whitespace-display-window, whitespace-interactive-char)
7010 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7011 (whitespace-help-scroll): New fun.
7012
ba96ddf5
KY
70132010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7014
7015 * calendar/time-date.el (format-seconds): Comment fix.
7016
a386ac70
MM
70172010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7018
7019 * progmodes/sql.el: Version 2.7.
7020 (sql-buffer-live-p): Improve detection.
7021 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7022 (sql-set-sqli-buffer): Use it.
7023 (sql-product-interactive): Run `sql-set-sqli-hook'.
7024 (sql-rename-buffer): Code cleanup.
7025 (sql-redirect, sql-redirect-value): New functions. More to come.
7026
5d921df2
JB
70272010-09-13 Juanma Barranquero <lekktu@gmail.com>
7028
7029 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.
7030 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7031 (TRAMP_SRC): New macro.
7032 ($(lisp)/net/tramp-loaddefs.el): New target.
7033
03c1ad43
MA
70342010-09-13 Michael Albinus <michael.albinus@gmx.de>
7035
7036 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7037
7038 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7039
7040 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7041 'tramp-compat, everything else is required there.
7042 Use `ignore-errors' where appropriate.
03c1ad43
MA
7043 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7044 (tramp-terminal-type, tramp-end-of-output)
7045 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7046 (tramp-completion-function-alist-ssh)
7047 (tramp-completion-function-alist-telnet)
7048 (tramp-completion-function-alist-su)
7049 (tramp-completion-function-alist-putty, tramp-remote-path)
7050 (tramp-remote-process-environment, tramp-sh-extra-args)
7051 (tramp-actions-before-shell, tramp-uudecode)
7052 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7053 (tramp-perl-file-attributes)
7054 (tramp-perl-directory-files-and-attributes)
7055 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7056 (tramp-perl-encode, tramp-perl-decode)
7057 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7058 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7059 (tramp-handle-make-symbolic-link, tramp-handle-load)
7060 (tramp-handle-file-name-as-directory)
7061 (tramp-handle-file-name-directory)
7062 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7063 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7064 (tramp-do-file-attributes-with-ls)
7065 (tramp-do-file-attributes-with-perl)
7066 (tramp-do-file-attributes-with-stat)
7067 (tramp-handle-set-visited-file-modtime)
7068 (tramp-handle-verify-visited-file-modtime)
7069 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7070 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7071 (tramp-handle-file-selinux-context)
7072 (tramp-handle-set-file-selinux-context)
7073 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7074 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7075 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7076 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7077 (tramp-handle-file-ownership-preserved-p)
7078 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7079 (tramp-handle-directory-files-and-attributes)
7080 (tramp-do-directory-files-and-attributes-with-perl)
7081 (tramp-do-directory-files-and-attributes-with-stat)
7082 (tramp-handle-file-name-all-completions)
7083 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7084 (tramp-handle-copy-file, tramp-handle-copy-directory)
7085 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7086 (tramp-do-copy-or-rename-file-via-buffer)
7087 (tramp-do-copy-or-rename-file-directly)
7088 (tramp-do-copy-or-rename-file-out-of-band)
7089 (tramp-handle-make-directory, tramp-handle-delete-directory)
7090 (tramp-handle-delete-file)
7091 (tramp-handle-dired-recursive-delete-directory)
7092 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7093 (tramp-handle-insert-directory)
7094 (tramp-handle-unhandled-file-name-directory)
7095 (tramp-handle-expand-file-name)
7096 (tramp-handle-substitute-in-file-name)
7097 (tramp-handle-executable-find, tramp-process-sentinel)
7098 (tramp-handle-start-file-process, tramp-handle-process-file)
7099 (tramp-handle-call-process-region, tramp-handle-shell-command)
7100 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7101 (tramp-handle-insert-file-contents)
7102 (tramp-handle-insert-file-contents-literally)
7103 (tramp-handle-find-backup-file-name)
7104 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7105 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7106 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7107 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7108 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7109 (tramp-find-file-exists-command, tramp-open-shell)
7110 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7111 (tramp-open-connection-setup-interactive-shell)
7112 (tramp-local-coding-commands, tramp-remote-coding-commands)
7113 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7114 (tramp-inline-compress-commands, tramp-find-inline-compress)
7115 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7116 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7117 (tramp-send-command-and-check, tramp-barf-unless-okay)
7118 (tramp-send-command-and-read, tramp-mode-string-to-int)
7119 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7120 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7121 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7122 (tramp-method-out-of-band-p, tramp-local-host-p)
7123 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7124 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7125 (tramp-get-test-command, tramp-get-test-nt-command)
7126 (tramp-get-file-exists-command, tramp-get-remote-ln)
7127 (tramp-get-remote-perl, tramp-get-remote-stat)
7128 (tramp-get-remote-readlink, tramp-get-remote-trash)
7129 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7130 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7131 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7132 tramp-sh.el.
7133 (tramp-methods, tramp-default-method-alist)
7134 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7135 Move initialization to tramp-sh.el.
7136 (tramp-temp-name-prefix): Make it a defconst.
7137 (tramp-dissect-file-name): Don't check anymore for multi-hop
7138 methods.
7139 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7140 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7141 (tramp-get-debug-buffer): Use it.
7142
7143 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7144 initialization forms.
7145 (tramp-set-connection-property): Don't protect `tramp-message'
7146 call, it isn't necessary any longer.
7147 (tramp-dump-connection-properties): Use `ignore-errors'.
7148
7149 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7150 'password-cache and 'auth-source.
7151
7152 * net/tramp-gvfs.el (top):
7153 * net/tramp-smb.el (top): Require 'tramp-sh.
7154
7155 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7156
7157 * net/tramp-sh.el: New file, derived from tramp.el.
7158 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7159 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7160 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7161 Use `ignore-errors' where appropriate.
7162 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7163 `tramp-file-name-handler-alist'.
7164 (tramp-send-command-and-check): Return t or nil. Remove all
7165 `zerop' checks, where called.
7166 (tramp-handle-set-file-modes)
7167 (tramp-do-copy-or-rename-file-directly)
7168 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7169 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7170 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7171 (tramp-get-remote-ln): Set tramp-autoload cookie.
7172
7173 * net/tramp-fish.el: Remove file.
7174
c5fe4acb
DU
71752010-09-13 Daiki Ueno <ueno@unixuser.org>
7176
7177 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7178 buffer-file-name to avoid file-locking. (Bug#7026)
7179
7ea2d383
MA
71802010-09-13 Julien Danjou <julien@danjou.info>
7181
7182 * notifications.el (notifications-notify): Add support for
7183 image-path and sound-name.
7184 (notifications-specification-version): Add this variable.
7185
5616cc54
SM
71862010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7187
31c381e8 7188 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7189
94c7243b
LL
71902010-09-12 Leo <sdl.web@gmail.com>
7191
7192 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7193 (rcirc-completion-start): New variables.
7194 (rcirc-nick-completions): Rename to rcirc-completions.
7195 (rcirc-nick-completion-start-offset): Delete.
7196 (rcirc-completion-at-point): New function for constructing
7197 completion data for both nicks and irc commands. Add to
7198 completion-at-point-functions in rcirc mode.
7199 (rcirc-complete): Rename from rcirc-nick-complete; use
7200 rcirc-completion-at-point.
7201 (defun-rcirc-command): Update rcirc-client-commands.
7202
0f34ae28
GM
72032010-09-11 Glenn Morris <rgm@gnu.org>
7204
7205 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7206 atomically, to avoid parallel build errors. (Bug#4196)
7207
9250002f
MM
72082010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7209
7210 * progmodes/sql.el: Version 2.6
7211 (sql-dialect): Synonym for "sql-product".
7212 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7213 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7214 Set "sql-buffer" to buffer name not buffer object so multiple sql
7215 interactive buffers work properly. Reverts misguided changes in
7216 earlier work.
7217 (sql-comint): Make sure different buffer name is used if "*SQL*"
7218 buffer is for a different product.
7219 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7220 login param.
7221 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7222 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7223 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7224 Accept new buffer name or prompt for one.
7225 (sql-port): Default to zero.
7226 (sql-comint-mysql): Handle "sql-port" as a numeric.
7227 (sql-port-history): Delete unused variable.
7228 (sql-get-login): Default "sql-port" to a number.
31c381e8 7229 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7230 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7231 "sqlite3" executables.
31c381e8 7232 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7233 (sql-buffer-live-p): New function.
7234 (sql-mode-menu, sql-send-string): Use it.
7235 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7236 syntax pattern.
7237 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7238 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7239
a9ec34f4
LMI
72402010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7241
31c381e8 7242 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7243
cf38dd42
SM
72442010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7247 to replace texinfo-font-lock-syntactic-keywords.
7248 (texinfo-mode): Use it.
7249
7250 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7251 Use syntax-propertize-function.
7252
7253 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7254 replace sgml-font-lock-syntactic-keywords.
7255 (sgml-mode): Use it.
7256
7257 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7258 since we don't use it.
7259
7260 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7261
7262 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7263 if available.
7264 (vhdl-fontify-buffer): Adjust.
7265
7266 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7267 replace tcl-font-lock-syntactic-keywords.
7268 (tcl-mode): Use it.
7269
7270 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7271 replace simula-font-lock-syntactic-keywords.
7272 (simula-mode): Use it.
7273
7274 * progmodes/sh-script.el (sh-st-symbol): Remove.
7275 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7276 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7277 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7278 (sh-font-lock-paren): Set syntax-multiline.
7279 (sh-font-lock-syntactic-keywords): Remove.
7280 (sh-syntax-propertize-function): New function to replace it.
7281 (sh-mode): Use it.
7282
7283 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7284 Define while compiling.
7285 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7286 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7287 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7288 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7289 (ruby-here-doc-end-syntax): Only define when
7290 syntax-propertize is not available.
7291 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7292 New functions.
7293 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7294 (electric-indent-chars): Silence bytecompiler.
7295 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7296 electric-indent-chars.
7297
7298 * progmodes/python.el (python-syntax-propertize-function): New var to
7299 replace python-font-lock-syntactic-keywords.
7300 (python-mode): Use it.
7301 (python-quote-syntax): Simplify and adjust to new use.
7302
7303 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7304 replace perl-font-lock-syntactic-keywords.
7305 (perl-syntax-propertize-special-constructs): New fun to replace
7306 perl-font-lock-special-syntactic-constructs.
7307 (perl-font-lock-syntactic-face-function): New fun.
7308 (perl-mode): Use it.
7309
7310 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7311 to replace octave-font-lock-close-quotes.
7312 (octave-syntax-propertize-function): New function to replace
7313 octave-font-lock-syntactic-keywords.
7314 (octave-mode): Use it.
7315
7316 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7317 replaces mixal-font-lock-syntactic-keywords.
7318 (mixal-mode): Use it.
7319
7320 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7321 New var; replaces makefile-font-lock-syntactic-keywords.
7322 (makefile-mode): Use it.
7323 (makefile-imake-mode): Adjust.
7324
7325 * progmodes/js.el (js--regexp-literal): Define while compiling.
7326 (js-syntax-propertize-function): New var; replaces
7327 js-font-lock-syntactic-keywords.
7328 (js-mode): Use it.
7329
7330 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7331 replaces gdb-script-font-lock-syntactic-keywords.
7332 (gdb-script-mode): Use it.
7333
7334 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7335 (fortran--font-lock-syntactic-keywords): New var.
7336 (fortran-line-length): Update syntax-propertize-function and
7337 fortran--font-lock-syntactic-keywords.
7338
7339 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7340
7341 * progmodes/cfengine.el (cfengine-mode):
7342 Use syntax-propertize-function.
7343 (cfengine-font-lock-syntactic-keywords): Remove.
7344
7345 * progmodes/autoconf.el (autoconf-mode):
7346 Use syntax-propertize-function.
7347 (autoconf-font-lock-syntactic-keywords): Remove.
7348
7349 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7350 (ada-after-change-function, ada-initialize-syntax-table-properties)
7351 (ada-handle-syntax-table-properties): Only define when
7352 syntax-propertize is not available.
7353 (ada-mode): Use syntax-propertize-function.
7354
7355 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7356 (font-lock-fontify-syntactic-keywords-region): Move handling of
7357 font-lock-syntactically-fontified to...
7358 (font-lock-default-fontify-region): ...here.
7359 Let syntax-propertize-function take precedence.
7360 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7361
7362 * emacs-lisp/syntax.el (syntax-propertize-function)
7363 (syntax-propertize-chunk-size, syntax-propertize--done)
7364 (syntax-propertize-extend-region-functions): New vars.
7365 (syntax-propertize-wholelines, syntax-propertize-multiline)
7366 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7367 (syntax-propertize): New functions.
7368 (syntax-propertize-rules): New macro.
7369 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7370 (syntax-ppss): Call syntax-propertize.
7371
7372 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7373
36f7d366
AM
73742010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7375
7376 * textmodes/ispell.el (ispell-init-process): Improve comments.
7377 XEmacs compatibility changes regarding (add-hook) 'local option
7378 and (set-process-query-on-exit-flag).
7379
8fca3921
MA
73802010-09-09 Michael Albinus <michael.albinus@gmx.de>
7381
cf38dd42
SM
7382 * net/tramp-cache.el (tramp-parse-connection-properties):
7383 Set tramp-autoload cookie.
8fca3921 7384
399653d6
GM
73852010-09-09 Glenn Morris <rgm@gnu.org>
7386
7387 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7388 (imagemagick-register-types): Doc fix.
7389
c34a9669
SM
73902010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7391
b073dc4b
SM
7392 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7393
7394 * progmodes/js.el (require): Require is already "eval-and-compile".
7395 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7396 (js--re-search-backward): Use js--re-search-forward.
7397
7398 * progmodes/fortran.el (fortran-line-length): Don't recompute
7399 syntactic keywords redundantly a second time.
7400
7401 * progmodes/ada-mode.el: Replace "(set '" with setq.
7402 (ada-mode): Simplify.
7403 (ada-create-case-exception, ada-adjust-case-interactive)
7404 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7405 (ada-search-ignore-string-comment, ada-move-to-start)
7406 (ada-move-to-end): Use with-syntax-table.
7407
7408 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7409 (font-lock-unfontify-region, font-lock-default-fontify-region):
7410 Update usage correspondingly.
7411 (font-lock-fontify-syntactic-keywords-region):
7412 Set parse-sexp-lookup-properties buffer-locally here.
7413 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7414
c34a9669
SM
7415 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7416
13639aab
GM
74172010-09-08 Glenn Morris <rgm@gnu.org>
7418
5a972c36
GM
7419 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7420 Error if not compiled with -DBYTE_CODE_METER.
7421
13639aab
GM
7422 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7423 Ignore dir-locals-file.
7424
331b2b90
SM
74252010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7428 Not a const.
7429 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7430 for the `gnu' messages.
7431 (compilation-set-skip-threshold): New command.
7432 (compilation-start): Use \' rather than $.
7433 (compilation-forget-errors): Use clrhash.
7434
73b4d51a
AM
74352010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7436
7437 * textmodes/ispell.el (ispell-valid-dictionary-list):
7438 Simplify logic.
7439
0f34aa77
MA
74402010-09-08 Michael Albinus <michael.albinus@gmx.de>
7441
7442 Migrate to Tramp 2.2. Rearrange load dependencies.
7443 (Bug#1529, Bug#5448, Bug#5705)
7444
7445 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7446 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7447 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7448
7449 * net/tramp.el (top): Remove all other tramp-* loads except
7450 tramp-compat.el. Remove all changes to tramp-unload-hook for
7451 other tramp-* packages. Rearrange defun order. Change calls of
7452 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7453 `tramp-compat-octal-to-decimal' to new function names.
7454 (tramp-terminal-type, tramp-initial-end-of-output)
7455 (tramp-methods, tramp-foreign-file-name-handler-alist)
7456 (tramp-tramp-file-p, tramp-completion-mode-p)
7457 (tramp-send-command-and-check, tramp-get-remote-path)
7458 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7459 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7460 (with-file-property, with-connection-property): Move to
7461 tramp-cache.el.
7462 (tramp-local-call-process, tramp-decimal-to-octal)
7463 (tramp-octal-to-decimal): Move to tramp-compat.el.
7464 (tramp-handle-shell-command): Do not require 'shell.
7465 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7466 symbols.
7467 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7468
7469 * net/tramp-cache.el (top): Require 'tramp. Add to
7470 `tramp-unload-hook'.
7471 (tramp-cache-data, tramp-get-file-property)
7472 (tramp-set-file-property, tramp-flush-file-property)
7473 (tramp-flush-directory-property, tramp-get-connection-property)
7474 (tramp-set-connection-property, tramp-flush-connection-property)
7475 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7476 cookie.
7477 (with-file-property, with-connection-property): New defuns, moved
7478 from tramp.el.
7479 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7480 macro.
7481
7482 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7483 (tramp-version): Set tramp-autoload cookie.
7484
7485 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7486 changes to tramp-unload-hook for other tramp-* packages. Add to
7487 `tramp-unload-hook'.
7488 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7489 (tramp-compat-call-process): New defuns, moved from tramp.el.
7490
7491 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7492 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7493 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7494 `tramp-compat-decimal-to-octal' to new function name.
7495 (tramp-fish-method): Make it a defconst.
7496 (tramp-fish-file-name-p): Make it a defsubst.
7497 (tramp-fish-method, tramp-fish-file-name-handler)
7498 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7499
7500 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7501 `tramp-foreign-file-name-handler-alist'. Add to
7502 `tramp-unload-hook'.
7503 (tramp-ftp-method): Make it a defconst.
7504 (tramp-ftp-file-name-p): Make it a defsubst.
7505 (tramp-ftp-method, tramp-ftp-file-name-handler)
7506 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7507
7508 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7509 `tramp-foreign-file-name-handler-alist'. Add to
7510 `tramp-unload-hook'. Change checks, whether package can be
7511 loaded.
7512 (tramp-gvfs-file-name-p): Make it a defsubst.
7513 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7514 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7515 (tramp-gvfs-handle-file-directory-p): New defun.
7516 (tramp-gvfs-file-name-handler-alist): Use it.
7517
7518 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7519 `tramp-foreign-file-name-handler-alist'. Add to
7520 `tramp-unload-hook'.
7521 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7522 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7523 defconst.
7524 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7525 (tramp-gw-open-connection): Set tramp-autoload cookie.
7526
7527 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7528 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7529 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7530 loaded.
7531 (tramp-imap-file-name-p): Make it a defsubst.
7532 (tramp-imap-method, tramp-imaps-method)
7533 (tramp-imap-file-name-handler)
7534 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7535
7536 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7537 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7538 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7539 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7540 function name.
7541 (tramp-smb-tunnel-method): Make it a defconst.
7542 (tramp-smb-file-name-p): Make it a defsubst.
7543 (tramp-smb-method, tramp-smb-file-name-handler)
7544 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7545
7546 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7547 (tramp-uuencode-region): Set tramp-autoload cookie.
7548
7549 * net/trampver.el (top) Add to `tramp-unload-hook'.
7550 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7551 cookie. Update release number.
7552
308e764f
AM
75532010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7554
7555 * textmodes/ispell.el (ispell-start-process): Make sure original
7556 arg list is properly initialized (Bug#6993, Bug#6994).
7557
10999305 75582010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7559
7560 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7561
7562 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7563 chars like - or ] (bug#6984).
7564 (rx-any-condense-range): Explode 2-char ranges.
7565
10999305
CY
75662010-09-06 Glenn Morris <rgm@gnu.org>
7567
7568 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7569
75702010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7571
7572 * textmodes/bibtex.el:
7573 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7574
f292afe5
LMI
75752010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7576
331b2b90 7577 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7578 since no callers use it.
7579 (imap-message-get): Ditto.
7580 (imap-message-put): Ditto.
7581 (imap-mailbox-map): Ditto.
7582 (imap-mailbox-put): Ditto.
7583 (imap-mailbox-get): Ditto.
a131b9b8 7584 (imap-mailbox-get): Revert last change for this function.
f292afe5 7585
dfe1285d
LMI
75862010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7587
331b2b90 7588 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7589 callers to use `imap-fetch' instead. According to the comments, this
7590 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7591 (imap-enable-exchange-bug-workaround): Remove.
7592 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7593
3ff31c90
LMI
75942010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7595
7596 * net/imap.el (imap-log): New convenience function used throughout
7597 instead of repeating the same code all over the place.
7598
dfe1285d 75992010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7600
7601 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7602 when mouse-drag-copy-region is non-nil (Bug#6956).
7603
93a596e1
CY
76042010-09-05 Chong Yidong <cyd@stupidchicken.com>
7605
8d76af4a
CY
7606 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7607 Improve regexps (Bug#6987).
7608 (dired-sort-toggle): Search more robustly for -t flag.
7609
93a596e1
CY
7610 * files.el (get-free-disk-space): Search more robustly for
7611 "available" column. Suggested by Ehud Karni
7612 <ehud@unix.mvs.co.il>.
7613
733946e7
JB
76142010-09-05 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * international/uni-bidi.el:
7617 * international/uni-category.el:
7618 * international/uni-combining.el:
7619 * international/uni-decimal.el:
7620 * international/uni-mirrored.el:
7621 * international/uni-name.el: Regenerate.
7622
2e664aab
SM
76232010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7624
6aeafb34
SM
7625 * electric.el (electric-indent-post-self-insert-function):
7626 Don't reindent with a sloppy indentation function.
7627
2e664aab
SM
7628 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7629 border case in change-log-mode.
7630
13ef65a4
CY
76312010-09-04 Chong Yidong <cyd@stupidchicken.com>
7632
7633 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7634 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7635 Recognize leading tab in gcc-include regexp. Ignore names with
7636 leading "from" or "in" in gnu regexp (Bug#6937).
7637
5abf1556
SM
76382010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7639
6aeafb34 7640 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7641 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7642 (ispell-start-process): Avoid setq and simplify logic.
7643 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7644 (kill-buffer-hook): Don't use it globally with code that uses
7645 expand-file-name since that may call kill-buffer via
7646 code_conversion_restore.
7647
0be01d2c
CY
76482010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7649
7650 * emacs-lisp/package.el (package-directory-list): Only call
7651 file-name-nondirectory on a string.
7652
ebf662f4
CY
76532010-09-02 Chong Yidong <cyd@stupidchicken.com>
7654
5abf1556
SM
7655 * emacs-lisp/package.el (package--download-one-archive):
7656 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7657 (package-activate-1, package-mark-obsolete, define-package)
7658 (package-compute-transaction, package-list-maybe-add): Use push.
7659
e5eddfd1
SM
76602010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7661
89acf735
SM
7662 Use SMIE's blink-paren for octave-mode.
7663 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7664 Backslashes do not escape single-quotes, single-quotes do.
7665 (octave-block-else-regexp, octave-block-end-regexp)
7666 (octave-block-match-alist): Remove.
7667 (octave-smie-bnf-table): New var, with old content.
7668 (octave-smie-op-levels): Use it.
7669 (octave-smie-closer-alist): New var.
7670 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7671 (octave-blink-matching-block-open): Remove.
7672 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7673 (octave-electric-space): Let self-insert-command run expand-abbrev and
7674 blink parens.
7675
3b843809
SM
7676 * electric.el (electricity): New group.
7677 (electric-indent-chars): New var.
7678 (electric-indent-post-self-insert-function): New fun.
7679 (electric-indent-mode): New minor mode.
7680 (electric-pair-skip-self): New custom.
7681 (electric-pair-post-self-insert-function): New function.
7682 (electric-pair-mode): New minor mode.
7683
0da20854
SM
7684 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7685 calcAlg-blink-matching-open.
7686 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7687 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7688 Use the new blink-matching-check-function.
7689
a49e651e
SM
7690 Provide blink-matching support to SMIE.
7691 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7692 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7693 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7694
e5eddfd1
SM
7695 * simple.el (newline): Fix last change to properly remove itself from
7696 the hook.
7697
b13ebb5c
SM
76982010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * simple.el (newline): Eliminate optimization.
7701 Use post-self-insert-hook to set hard-newline and things before
7702 running post-self-insert-hook.
7703 (blink-matching-check-mismatch): New function.
7704 (blink-matching-check-function): New variable.
7705 (blink-matching-open): Use them.
7706 Skip back forward over prefix chars skipped by forward-sexp.
7707 Don't check if the parens are backslash escaped.
7708 (blink-paren-post-self-insert-function): Check backslash escaping here.
7709
e687c2cd
CY
77102010-09-02 Chong Yidong <cyd@stupidchicken.com>
7711
b13ebb5c
SM
7712 * emacs-lisp/package.el (package-menu-mode-map):
7713 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7714 (package-menu-mode): Set revert-buffer-function.
7715 (package-menu-revert): Doc fix.
7716
567efba9
AM
77172010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7718
7719 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7720 `default-directory' unless using Ispell per-directory personal
7721 dictionaries and not in a mini-buffer under XEmacs.
7722 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7723 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7724
6d7cc563
JD
77252010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7726
08d4877e
J
7727 * simple.el (kill-new): Call interprogram-cut-function with only
7728 one argument.
7729
45240125
JD
7730 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7731 Remove cut buffer from error message.
7732
7733 * term/x-win.el (x-select-text):
7734 * term/pc-win.el (x-selection-value):
7735 * term/ns-win.el (x-selection-value):
7736 * eshell/em-term.el:
7737 * w32-fns.el (x-get-selection-value):
7738 * mouse-sel.el (mouse-sel-set-selection-function):
7739 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7740
6d7cc563
JD
7741 * term/x-win.el: Update documentation for x-last-selected-text-*.
7742 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7743 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7744 (x-select-text): Remove argument PUSH, update documentation.
7745 Remove cut-buffer code.
6d7cc563 7746 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7747 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7748 Update documentation, remove cut-buffer code.
7749 Call x-selection-value-internal.
6d7cc563
JD
7750 (x-clipboard-yank): Call x-selection-value-internal.
7751 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7752
7753 * term/pc-win.el (x-last-selected-text):
7754 x-cut-buffer-or-selection-value renamed to x-selection-value
7755 (x-select-text): Remove argument PUSH, update documentation.
7756
7757 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7758 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7759 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7760 (x-select-text): Remove argument PUSH, update documentation.
7761
7762 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7763
7764 * w32-fns.el (x-last-selected-text):
7765 x-cut-buffer-or-selection-value renamed to x-selection-value.
7766 (x-cut-buffer-max): Remove.
7767 (x-select-text): Remove argument PUSH, update documentation.
7768
7769 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7770
7771 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7772
7773 * mouse-sel.el (mouse-sel-get-selection-function):
7774 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7775 (x-select-text): Remove optional push.
6d7cc563 7776
4de81ee0
SM
77772010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7778
8f4e9110
SM
7779 * simple.el (blink-paren-function): Move from C to here.
7780 (blink-paren-post-self-insert-function): New function.
7781 (post-self-insert-hook): Use it.
7782
4de81ee0
SM
7783 * emacs-lisp/pcase.el (pcase-split-memq):
7784 Fix overenthusiastic optimisation.
7785 (pcase-u1): Handle the case of a lambda pred.
7786
d419e1d9
KH
77872010-08-31 Kenichi Handa <handa@m17n.org>
7788
7789 * international/mule-cmds.el (standard-display-european-internal):
7790 Setup standard-display-table for 8-bit characters by storing 8-bit
7791 characters in the element vector.
7792
1e05f387
SM
7793 * disp-table.el (standard-display-8bit):
7794 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7795 characters in the element vector.
7796 (standard-display-european): Likewise.
7797
61f7096c
CY
77982010-08-31 Masatake YAMATO <yamato@redhat.com>
7799
7800 * textmodes/nroff-mode.el (nroff-view): New command.
7801 (nroff-mode-map): Bind it to C-c C-c.
7802
ec5d3ff7
SM
78032010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7804
c8977b2e
SM
7805 * emacs-lisp/smie.el (smie-down-list): New command.
7806
ec5d3ff7
SM
7807 Remove old indentation and navigation code on octave-mode.
7808 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7809 smie-down-list rather than add a binding for octave-down-block.
7810 (octave-mark-block, octave-blink-matching-block-open):
7811 Rely on forward-sexp-function.
7812 (octave-fill-paragraph): Don't narrow, so you can use
7813 indent-according-to-mode.
7814 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7815 (octave-in-block-p, octave-re-search-forward-kw)
7816 (octave-re-search-backward-kw, octave-indent-calculate)
7817 (octave-end-as-array-index-p, octave-block-end-offset)
7818 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7819 (octave-down-block, octave-backward-up-block, octave-up-block)
7820 (octave-before-magic-comment-p, octave-indent-line): Remove.
7821
187d3296
CY
78222010-08-31 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * emacs-lisp/package.el (package--read-archive-file): Just use
7825 `read', to avoid copying an additional string.
7826 (package-menu-mode): Set header-line-format here.
7827 (package-menu-refresh, package-menu-revert): Signal an error if
7828 not in the Package Menu.
7829 (package-menu-package-list): New var.
7830 (package--generate-package-list): Operate on the current buffer;
7831 don't assume that it is *Packages*, since the user may rename it.
7832 Allow persistent package listings and sort keys using
7833 package-menu-package-list and package-menu-package-sort-key.
7834 (package-menu--version-predicate): Fix version calculation.
7835 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7836 (package--list-packages): Create the *Packages* buffer.
7837 Set package-menu-package-list-key.
187d3296
CY
7838 (list-packages): Sorting by status is now the default.
7839 (package-buffer-info): Use match-string-no-properties.
7840 (define-package): Add a &rest argument for future proofing, but
7841 don't use it yet.
7842 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7843 Merge into a single function, package-install-from-buffer.
7844 (package-install-file): Change caller.
187d3296
CY
7845
7846 * finder.el: Load finder-inf using `require'.
7847 (finder-list-matches): Sorting by status is now the default.
7848 (finder-compile-keywords): Simpify printing.
7849
e17b68ed
SM
78502010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7853 (octave-mode-map): Remove special bindings for forward/backward-block
7854 and octave-backward-up-block. Use smie-close-block.
7855 (octave-continuation-marker-regexp): New var.
7856 (octave-continuation-regexp): Use it.
7857 (octave-operator-table, octave-smie-op-levels)
7858 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7859 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7860 (octave-mode): Use SMIE.
7861 (octave-close-block): Delete.
7862
42b6a73b
EZ
78632010-08-30 Eli Zaretskii <eliz@gnu.org>
7864
7865 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7866 CLIPBOARD, not in PRIMARY. (Bug#6944)
7867
f291fe60
SM
78682010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7869
ee992a8c
SM
7870 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7871 a list of parents.
7872 (smie-indent-column): Allow indirection through variables.
7873
d36b74ca
SM
7874 * composite.el (save-buffer-state): Delete, unused.
7875 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7876 (font-lock-default-fontify-region): Use with-syntax-table.
7877 * jit-lock.el (with-buffer-unmodified): Remove.
7878 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7879
f291fe60
SM
7880 Use `declare' in defmacros.
7881 * window.el (save-selected-window):
7882 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7883 * progmodes/python.el (def-python-skeleton):
7884 * net/dbus.el (dbus-ignore-errors):
7885 * jka-cmpr-hook.el (with-auto-compression-mode):
7886 * international/mule.el (with-category-table):
7887 * emacs-lisp/timer.el (with-timeout):
7888 * emacs-lisp/lisp-mnt.el (lm-with-file):
7889 * emacs-lisp/eieio.el (with-slots):
7890 * emacs-lisp/easymenu.el (easy-menu-define):
7891 * emacs-lisp/debug.el (debugger-env-macro):
7892 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7893 (Multiple-value-call, Multiple-value-prog1):
7894 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7895 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7896 edebug rule to definition.
7897 * emacs-lisp/lisp-mode.el (save-selected-window)
7898 (with-current-buffer, combine-after-change-calls)
7899 (with-output-to-string, with-temp-file, with-temp-buffer)
7900 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7901 (dolist, dotimes, when, unless):
7902 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7903
96ae4c8f
CY
79042010-08-29 Chong Yidong <cyd@stupidchicken.com>
7905
7906 * finder.el: Require `package'.
7907 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7908 (finder-package-info): Var deleted.
7909 (finder-keywords-hash, finder--builtins-alist): New vars.
7910 (finder-compile-keywords): Compute package--builtins and
7911 finder-keywords-hash instead of finder-keywords-hash, respecting
7912 the "Package" header.
f291fe60
SM
7913 (finder-unknown-keywords, finder-list-matches):
7914 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7915 (finder-mode): Don't set font-lock-defaults.
7916 (finder-exit): We don't use "*Finder-package*" and "*Finder
7917 Category*" buffers anymore.
7918
7919 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7920 (package--builtins): Set default value to nil.
7921 (package-initialize): Load precomputed value of package--builtins
7922 from finder-inf.el.
7923 (package-alist, package-compute-transaction)
7924 (package-download-transaction): Improve docstring.
7925 (package-read-all-archive-contents): Do not change
7926 package--builtins here.
7927 (list-packages): Make package-list-packages an alias for this.
7928 Sort by status by default.
7929 (package--list-packages): Add optional PACKAGES arg.
7930 (describe-package-1): Use font-lock-face property. For built-in
7931 packages, insert file commentary.
7932 (package--generate-package-list): Rename from
7933 package-list-packages-internal; all callers changed. Add optional
7934 PACKAGES arg. Add alphabetical sort fallbacks.
7935 (package-menu--version-predicate, package-menu--status-predicate)
7936 (package-menu--description-predicate)
7937 (package-menu--name-predicate): New functions.
7938
7939 * info.el (Info-finder-find-node): Search package-alist instead of
7940 finder-package-info.
7941
e2046ecf
CY
79422010-08-29 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7945 "alpha" and "beta".
7946 (version-to-list): Handle versions like "10.3d".
7947
6fe79b7c
SM
79482010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7951 (macroexp-accumulate): Use `declare'.
7952
1a868076
VJL
79532010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7954
7955 * whitespace.el (whitespace-style): Adjust type declaration.
7956
9e69cb05
KH
79572010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7958
7959 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7960
79612010-08-26 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7964 (Bug#6907).
7965
4142607e
NW
79662010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7967
7968 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7969 (js-paren-indent-offset, js-square-indent-offset)
7970 (js-curly-indent-offset): New options.
7971 (js--proper-indentation): Use them.
7972
88a36e60
DC
79732010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7974
7975 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7976 instead of inspecting font-lock properties (Bug#6916).
7977
38dbc4d8
DR
79782010-08-26 David Reitter <david.reitter@gmail.com>
7979
7980 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7981 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7982 (server-execute): Do not run hooks here.
7983
44ffae96
MA
79842010-08-26 Michael Albinus <michael.albinus@gmx.de>
7985
7986 Sync with Tramp 2.1.19.
7987
0dc3e410
MA
7988 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7989 deleting tmpfile.
7990 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7991
0dc3e410 7992 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7993 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7994 (tramp-completion-handle-file-name-completion):
7995 Use `tramp-connectable-p'.
20b8ac83 7996
44ffae96
MA
7997 * net/trampver.el: Update release number.
7998
cb6c4991
CY
79992010-08-26 Chong Yidong <cyd@stupidchicken.com>
8000
8001 * help.el (help-map): Bind `C-h P' to describe-package.
8002
8003 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8004
8005 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8006 when downloading archives.
8007 (describe-package-1): Add package commentary.
8008 (package-install-button-action): New function.
8009 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8010 (package-menu-view-commentary): Function removed.
8011 (package-list-packages-internal): Hide the `package' package too.
8012
b60f961f
KH
80132010-08-25 Kenichi Handa <handa@m17n.org>
8014
8015 * language/misc-lang.el ("Arabic"): New language environment.
8016 Setup composition-function-table for Arabic characters.
8017
8018 * international/fontset.el (setup-default-fontset): Fix typo for
8019 arabic OTF spec (fini->fina).
8020
a0c16be4
J
80212010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8022
8023 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8024 on all frames.
8025
85cc3d4f
VJL
80262010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8027
8028 * whitespace.el: Allow cleaning up blanks without blank
8029 visualization (Bug#6651). Adjust help window for
8030 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8031 instead of whitespace-line-column (from EmacsWiki). New version
8032 13.1.
88b5a757 8033 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8034 (whitespace-space, whitespace-hspace, whitespace-tab):
8035 Adjust foreground property face.
85cc3d4f
VJL
8036 (whitespace-line-column): Adjust docstring and type declaration.
8037 (whitespace-style-value-list, whitespace-toggle-option-alist)
8038 (whitespace-help-text): Adjust const initialization.
8039 (whitespace-toggle-options, global-whitespace-toggle-options):
8040 Adjust docstring.
8041 (whitespace-display-window, whitespace-interactive-char)
8042 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8043 (whitespace-help-scroll): New fun.
8044
cb8759ca
CY
80452010-08-24 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * emacs-lisp/package.el (list-packages): Alias for
8048 package-list-packages.
8049
44a41a47
KR
80502010-08-24 Kevin Ryde <user42@zip.com.au>
8051
be7748e7
KR
8052 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8053 (Bug#5651).
8054
44a41a47
KR
8055 * progmodes/ruby-mode.el (ruby): Add defgroup.
8056
edfd00fa
CY
80572010-08-24 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * progmodes/python.el: Add Ipython support (Bug#5390).
8060 (python-shell-prompt-alist)
8061 (python-shell-continuation-prompt-alist): New options.
8062 (python--set-prompt-regexp): New function.
6a7662bb
BR
8063 (inferior-python-mode, run-python, python-shell):
8064 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8065 prompt based on the Python interpreter.
8066 (python--prompt-regexp): New var.
8067 (python-check-comint-prompt)
8068 (python-comint-output-filter-function): Use it.
8069 (run-python): Use a pipe (Bug#5694).
8070
80712010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8072
8073 * progmodes/python.el (python-send-region): Send a different
8074 Python command if Ipython is in use.
8075 (python-check-version): Use a Python command to find the version.
8076
1c409d0b
CY
80772010-08-24 Chong Yidong <cyd@stupidchicken.com>
8078
8079 * mouse.el (mouse-yank-primary): Avoid setting primary when
8080 deactivating the mark (Bug#6872).
8081
733946e7 80822010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8083
8084 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8085 with "else" (Bug#3991).
8086
e73f184c
MA
80872010-08-23 Michael Albinus <michael.albinus@gmx.de>
8088
8089 * net/dbus.el: Accept UNIX domain sockets as bus address.
8090 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8091 this is done in dbusbind.c.
e73f184c
MA
8092 (dbus-check-event): Adapt test for bus.
8093 (dbus-return-values-table, dbus-unregister-service)
8094 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8095 Adapt doc string.
8096
1a140747
JB
80972010-08-23 Juanma Barranquero <lekktu@gmail.com>
8098
8099 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8100
7133b7ee
JL
81012010-08-22 Juri Linkov <juri@jurta.org>
8102
8103 * simple.el (read-extended-command): New function with the logic
8104 for `completing-read' moved to Elisp from `execute-extended-command'.
8105 Use `function-called-at-point' in `minibuffer-default-add-function'
8106 to get a command name for M-n (bug#5364, bug#5214).
8107
198a7a97
CY
81082010-08-22 Chong Yidong <cyd@stupidchicken.com>
8109
8110 * startup.el (command-line-1): Issue warning for ignored arguments
8111 --unibyte, etc (Bug#6886).
8112
c00725d7
LL
81132010-08-22 Leo <sdl.web@gmail.com>
8114
8115 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8116 (ignore, bright, dim, keyword): Split list of nicknames before
8117 passing to rcirc-add-or-remove (Bug#6894).
8118
bc7d7ea6
CY
81192010-08-22 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8122
b0126eac 81232010-08-22 Leo <sdl.web@gmail.com>
e0143335 8124
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8125 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8126 * ido.el: Revert Óscar's.
e0143335
LL
8127 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8128 Remember the buffers at head, rather than their name.
76e3243a 8129 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8130
b0126eac 81312010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8132 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8135 extra backslash added to each line (bug#6890).
8136
b0126eac 81372010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8138
8139 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8140
b0126eac 81412010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8142
8143 * menu-bar.el (menu-bar-games-menu): Add landmark.
8144
b0126eac 81452010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8146
9130a2d6
GM
8147 * align.el (align-regexp): Make group and spacing arguments
8148 use the interactive defaults when non-interactive. (Bug#6698)
8149
fb89a654
GM
8150 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8151 expansion, so as not to need sendmail.
8152 (mail-text-start): Remove declaration.
8153 (rmail-retry-failure): Require sendmail.
8154
b0126eac 81552010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8156
8157 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8158
b0126eac 81592010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8160
186e86db
SM
8161 * progmodes/flymake.el (flymake-start-syntax-check-process):
8162 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8163
b0126eac 81642010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8165
8166 * files.el: Add `word-wrap' as safe local variable.
8167
b0126eac 81682010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8169
8170 * woman.el (woman-translate): Case matters. (Bug#6849)
8171
b0126eac 81722010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8173
8174 * simple.el (kill-region): Doc fix (Bug#6787).
8175
b0126eac 81762010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8177
8178 * calendar/diary-lib.el (diary-header-line-format):
8179 Fit it to the window, not the frame.
8180
b0126eac 81812010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8182
8183 * subr.el (ignore-errors): Add debug declaration.
8184
b0126eac 81852010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8186
8187 * whitespace.el (whitespace-color-off): Remove post-command-hook
8188 locally.
8189
537ffaf3
SM
81902010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8193
d64b8a68
CY
81942010-08-21 Chong Yidong <cyd@stupidchicken.com>
8195
8196 * cus-edit.el (custom-group-value-create): Add extra newline
8197 before end line (Bug#6876).
8198
d2625c3d
CY
81992010-08-21 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8202 when extending it. Before killing on the second click, check if
8203 the buffer is the correct one. Doc fix.
8204 (mouse-secondary-save-then-kill): Allow usage without first
8205 calling mouse-start-secondary, by defaulting to point. Don't save
8206 an empty secondary selection. Doc fix.
8207
80525855
VJL
82082010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8209
91bdeb66
VJL
8210 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8211 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8212 New version 13.0.
80525855
VJL
8213 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8214 Adjust initialization.
8215 (whitespace-bob-marker, whitespace-eob-marker)
8216 (whitespace-buffer-changed): New vars.
8217 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8218 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8219 (whitespace-post-command-hook, whitespace-display-char-on):
8220 Adjust code.
80525855 8221 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8222 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8223
4b9c0a49
SM
82242010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8225
118cf454
SM
8226 * files.el (locate-file-completion-table): Only list the .el and .elc
8227 extensions if there's no other choice (bug#5955).
8228
a2e5caf7
SM
8229 * facemenu.el (facemenu-self-insert-data): New var.
8230 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8231 New functions.
8232 (facemenu-add-face): Use them.
8233
4b9c0a49
SM
8234 * simple.el (blink-matching-open): Obey forward-sexp-function.
8235
0193499f
SM
82362010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8237
b2a15250
SM
8238 * simple.el (prog-mode-map): New var.
8239 (prog-indent-sexp): New command.
8240
b5ba2d6f
SM
8241 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8242
9acd1bdc
SM
8243 * progmodes/prolog.el (smie): Require.
8244
8723cfa4
SM
8245 * emacs-lisp/smie.el (smie-default-backward-token)
8246 (smie-default-forward-token): Strip properties.
8247 (smie-next-sexp): Be more careful with associative operators.
8248 (smie-forward-sexp-command): Generalize.
8249 (smie-backward-sexp-command): Simplify.
8250 (smie-closer-alist): New var.
8251 (smie-close-block): New command.
8252 (smie-indent-debug-log): New var.
8253 (smie-indent-offset-rule): Add a few more cases.
8254 (smie-indent-column): New function.
8255 (smie-indent-after-keyword): Use it.
8256 (smie-indent-keyword): Use it.
8257 Fix up the opener code's point position.
8258 (smie-indent-comment): Only applies at BOL.
8259 (smie-indent-debug): New command.
8260
0193499f
SM
8261 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8262 declarations that are useful before running the macro.
8263
0c9b8993
GM
82642010-08-18 Joakim Verona <joakim@verona.se>
8265
8266 * image.el (imagemagick-types-inhibit): New variable.
8267 (imagemagick-register-types): New function.
8268 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8269 (image-transform-set-scale, image-transform-fit-to-height)
8270 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8271 (image-transform-fit-to-width, image-transform-fit-to-height):
8272 New functions.
ccd80618
JV
8273 (image-toggle-display-image): Support image transforms.
8274
1075cd61
KY
82752010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8276
8277 * image.el (create-animated-image): Don't add heuristic mask to image
8278 (Bug#6839).
8279
64cb6c78
J
82802010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8281
0193499f
SM
8282 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8283 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8284
ff80a446
SM
82852010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8286
afa22f7c
SM
8287 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8288
ff80a446
SM
8289 Font-lock '...' strings, plus various simplifications and fixes.
8290 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8291 (octave-font-lock-close-quotes): New function.
8292 (octave-font-lock-syntactic-keywords): New var.
8293 (octave-mode): Use it. Set beginning-of-defun-function.
8294 (octave-mode-map): Don't override the <foo>-defun commands.
8295 (octave-mode-menu): Pass it directly to easy-menu-define;
8296 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8297 (octave-block-match-alist): Fix up last change so that
8298 octave-close-block uses the more specific keyword.
8299 (info-lookup-mode): Silence byte-compiler.
8300 (octave-beginning-of-defun): Not interactive any more.
8301 Optimize slightly.
8302 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8303 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8304 (octave-completion-at-point-function): Make sure point is within
8305 beg..end.
8306 (octave-reindent-then-newline-and-indent):
8307 Use reindent-then-newline-and-indent.
8308 (octave-add-octave-menu): Remove.
8309
2269b349
JD
83102010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8311
489cd5bd
JD
8312 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8313 (report-emacs-bug-can-use-xdg-email): New functions.
8314 (report-emacs-bug): Set can-xdg-email to result of
8315 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8316 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8317 about it.
30ebab6d 8318
a2fb159c
GM
8319 * net/browse-url.el (browse-url-default-browser): Add cond
8320 for browse-url-xdg-open.
8321 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8322
83232010-08-17 Glenn Morris <rgm@gnu.org>
8324
8325 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8326 (c-fontify-recorded-types-and-refs): Define for compiler.
8327 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8328 before use.
8329
8330 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8331 Fix format call.
8332
bb6aba9c
MA
83332010-08-17 Michael Albinus <michael.albinus@gmx.de>
8334
8335 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8336 properties.
8337 (tramp-handle-process-file): Call the program in a subshell, in
8338 order to preserve working directory.
8339 (tramp-action-password): Hide password prompt before next run.
8340 (tramp-process-actions): Widen connection buffer for the trace.
8341
8f10c937
DD
83422010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8343
8344 * net/rcirc.el (rcirc-log-process-buffers): New option.
8345 (rcirc-print): Use it.
8346 (rcirc-generate-log-filename): New function.
8347 (rcirc-log-filename-function): Change default to
8348 rcirc-generate-log-filename (Bug#6828).
8349
7c23dd44
CY
83502010-08-16 Chong Yidong <cyd@stupidchicken.com>
8351
8352 * simple.el (deactivate-mark): If select-active-regions is `only',
8353 only set selection for temporarily active regions.
8354
8355 * cus-start.el: Change defcustom for select-active-regions.
8356
6d3e82d2
CY
83572010-08-15 Chong Yidong <cyd@stupidchicken.com>
8358
8359 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8360 (mouse-drag-track): Use LOCATION arg to push-mark.
8361 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8362 consideration when updating point and mark (Bug#6840).
8363
c68263b1
CY
83642010-08-15 Chong Yidong <cyd@stupidchicken.com>
8365
8366 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8367 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8368
456f369a
ŠN
83692010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8370
ff80a446
SM
8371 * font-lock.el (lisp-font-lock-keywords-2):
8372 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8373 with-demoted-errors, and with-silent-modifications (Bug#6025).
8374
c22e18f5
KR
83752010-08-14 Kevin Ryde <user42@zip.com.au>
8376
8377 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8378 (copyright-update): Temporary switch-to-buffer to ensure the
8379 buffer change being queried is visible (Bug#5394).
c22e18f5 8380
6f1a6faf
TT
83812010-08-14 Tom Tromey <tromey@redhat.com>
8382
8383 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8384 (Bug#6733).
8385
e7afcf30
EZ
83862010-08-14 Eli Zaretskii <eliz@gnu.org>
8387
8388 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8389 MS-DOS. (Bug#6689)
8390
2b4e6277
J
83912010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8392
8393 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8394 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8395 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8396 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8397 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8398 Call menu-bar-set-tool-bar-position.
2b4e6277 8399
dc94fc85
SM
84002010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8401
c5683ceb
SM
8402 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8403 comment style (bug#6834).
8404 * progmodes/scheme.el (scheme-mode-syntax-table):
8405 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8406 "b" flag in "' 14b" syntax.
8407
c82d5b11
SM
8408 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8409 for (un)commenting the region and performing completion.
8410 (octave-mode-menu): Use standard commands for help and completion.
8411 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8412 (octave-mode): Use define-derived-mode.
8413 Set completion-at-point-functions and don't set columns.
8414 Don't disable adaptive-fill-regexp.
8415 (octave-describe-major-mode, octave-comment-region)
8416 (octave-uncomment-region, octave-comment-indent)
8417 (octave-indent-for-comment): Remove.
8418 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8419 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8420 (octave-initialize-completions): No need to make an alist.
8421 (octave-completion-at-point-function): New function.
8422 (octave-complete-symbol): Use it.
8423 (octave-insert-defun): Use define-skeleton.
8424
8425 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8426 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8427
abec5126 84282010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8429
8430 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8431 indentation of inserted comment.
8432
3a46642b
J
84332010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8434
8435 * faces.el (region): Add type gtk that uses gtk colors.
8436
8437 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8438 Handle theme-name change.
8439
3bd2cfef
MM
84402010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8441
8442 * progmodes/sql.el: Version 2.5
8443 (sql-product-alist): Add :prompt-cont-regexp property for several
8444 database products.
8445 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8446 (sql-output-newline-count, sql-output-by-send):
8447 New variables. Record number of newlines in input text.
3bd2cfef
MM
8448 (sql-send-string): Handle multiple filters and count newlines.
8449 (sql-send-magic-terminator): Count terminator newline.
8450 (sql-interactive-remove-continuation-prompt): Filters output to
8451 remove continuation prompts; one for each newline.
8452 (sql-interactive-mode): Set up new variables, prompt regexp and
8453 output filter.
8454 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8455 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8456
d02c9bcd
SM
84572010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 * emacs-lisp/pcase.el: New file.
8460
80ca4f1e
MA
84612010-08-10 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8464 as here-document, otherwise the command could exceed maximum
8465 length of command line.
d02c9bcd
SM
8466 (tramp-handle-vc-registered): Call script accordingly.
8467 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8468
2948599b
KH
84692010-08-10 Kenichi Handa <handa@m17n.org>
8470
8471 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8472 composable pattern.
8473
148cef8e
CY
84742010-08-09 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * emacs-lisp/package.el (package-version-split)
8477 (package--version-first-nonzero, package-version-compare):
8478 Functions removed.
8479 (package-directory-list, package-load-all-descriptors)
8480 (package--built-in, package-activate, define-package)
8481 (package-installed-p, package-compute-transaction)
8482 (package-read-all-archive-contents)
8483 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8484 (package-tar-file-info, package-list-packages-internal):
8485 Use version-to-list and version-list-*.
148cef8e 8486
d02c9bcd
SM
8487 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8488 Use version-to-list.
148cef8e
CY
8489 (package-upload-buffer-internal): Use version-list-<=.
8490
82a9ce0f
KH
84912010-08-09 Kenichi Handa <handa@m17n.org>
8492
231e5e5f 8493 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8494 composable pattern.
8495
7adf5fdc
CY
84962010-08-08 Chong Yidong <cyd@stupidchicken.com>
8497
fc560445
CY
8498 * tutorial.el (tutorial--default-keys): C-d is now bound to
8499 delete-forward-char (Bug#6826).
8500
7adf5fdc
CY
8501 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8502 for `double' value of mouse-1-click-follows-link (Bug#6807).
8503
e54a1075
JB
85042010-08-08 Johan Bockgård <bojohan@gnu.org>
8505
8506 * replace.el (replace-highlight): Bind isearch-forward and
8507 isearch-error, ensuring that highlighting is updated if the user
8508 switches the search direction (Bug#6808).
8509
8510 * isearch.el (isearch-lazy-highlight-forward): New var.
8511 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8512 (isearch-lazy-highlight-update): Use it.
8513
7815fe19 85142010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8515
8d9e03e4
JB
8516 * international/mule.el (define-charset): Store NAME as :base property.
8517 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8518 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8519 current priority. Force using the designation of the specific
8d9e03e4 8520 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8521
7815fe19 85222010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8523
8524 * emulation/pc-select.el (pc-selection-mode-hook)
8525 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8526 (pc-selection-mode): Fix typos in docstrings.
8527
7815fe19 85282010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8529
8530 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8531 ctext-non-standard-encodings-alist here.
8532
8d9e03e4
JB
8533 * international/mule.el (ctext-non-standard-encodings-alist):
8534 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8535 (ctext-standard-encodings): New variable.
8536 (ctext-non-standard-encodings-table): List only elements for
8537 non-standard encodings.
186e86db 8538 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8539 Check ctext-standard-encodings.
8540
8541 * international/mule-conf.el (compound-text): Doc fix.
8542 (ctext-no-compositions): Doc fix.
8543 (compound-text-with-extensions): Doc fix.
8544
7815fe19 85452010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8546
8547 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8548
8d9e03e4 85492010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8550
9ebc731b
JB
8551 * progmodes/which-func.el (which-func-format): Split help-echo text
8552 into lines, like other mode-line tooltips.
8553
d5b8058f
JB
8554 * server.el (server-start): When using TCP sockets, force IPv4
8555 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8556
8d9e03e4 85572010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8558
8559 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8560
8d9e03e4 85612010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8562
8563 * term.el (term-delimiter-argument-list): Reflow docstring.
8564 (term-read-input-ring, term-write-input-ring, term-send-input)
8565 (term-bol, term-erase-in-display, serial-supported-or-barf):
8566 Fix typos in docstrings.
8567
8d9e03e4 85682010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8569
8570 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8571
8d9e03e4 85722010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8573
8574 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8575
8d9e03e4 85762010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8577
8578 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8579 Fix typo in docstring (bug#6747).
8580
7815fe19 85812010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8582
8583 * eshell/esh-io.el (eshell-get-target): Better detection of
8584 read-only file (Bug#6762).
8585
7815fe19 85862010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8587
8588 * align.el (align-default-spacing): Doc fix.
8589 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8590
733946e7 85912010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8592
490b89ac 8593 * calendar/icalendar.el
93acd23d
JB
8594 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8595 (icalendar--get-weekday-numbers): New.
81ee9410 8596 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8597 values in weekly rules. (Bug#6766)
81ee9410 8598
490b89ac
UJ
85992010-08-08 Ulf Jasper <ulf.jasper@web.de>
8600
8601 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8602 (icalendar--create-uid, icalendar-export-region)
8603 (icalendar--parse-summary-and-rest): Code formatting.
8604
2c695727
JB
86052010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8606
01c35094 8607 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8608 to italicize headers.
8609 (calc-highlight-selections-with-faces): New variable.
8610 (calc-selected-face, calc-nonselected-face): New faces.
8611
8612 * calc/calccomp.el (math-comp-highlight-string): Use
8613 `calc-highlight-selections-with-faces' to determine how to highlight
8614 sub-formulas.
8615
8616 * calc/calc-sel.el (calc-show-selections): Change message to when
8617 using faces to highlight selections.
8618
b93d4f22
MM
86192010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8620
8d9e03e4
JB
8621 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8622 Add SQLite 3 keywords, functions and datatypes.
8623 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8624 (Bug#6686).
8625
9852377f
CY
86262010-08-07 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * simple.el (select-active-regions): Move to keyboard.c.
8629 (deactivate-mark): Used saved-region-selection.
8630 (select-active-region): Function removed.
8631 (activate-mark, set-mark, push-mark-command)
8632 (handle-shift-selection): Don't call it.
8633 (keyboard-quit): Avoid adding the region to the window selection.
8634
8635 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8636 select-active-regions implementation.
8637 (mouse-yank-at-click): Doc fix.
8638
8639 * cus-start.el: Add custom declaration for select-active-regions.
8640
822775bf
EZ
86412010-08-07 Eli Zaretskii <eliz@gnu.org>
8642
4c5130d6
EZ
8643 * simple.el (delete-forward-char): Doc fix.
8644
822775bf
EZ
8645 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8646 after reading the tutorial.
8647
bd4c5e3e
AM
86482010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8649
6a7662bb
BR
8650 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8651 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8652 their respective lines. (Bug#193)
bd4c5e3e 8653
d00fa9b6
MA
86542010-08-06 Michael Albinus <michael.albinus@gmx.de>
8655
8d9e03e4 8656 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8657 property "vec".
6a7662bb
BR
8658 (tramp-process-sentinel): Use it for flushing the cache.
8659 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8660 already when running the sentinel.
8661
86622010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8663
8664 * comint.el (comint-mode): Make directory tracking functions
8665 functional on remote files. (Bug#6764)
8666
b3d42406
DN
86672010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8668
8669 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8670
29cf3e20
EZ
86712010-08-05 Eli Zaretskii <eliz@gnu.org>
8672
6a7662bb
BR
8673 * emacs-lisp/find-gc.el (find-gc-source-files):
8674 Rename unexec.c => unexcoff.c.
29cf3e20 8675
6a7662bb
BR
8676 * emacs-lisp/authors.el (authors-fixed-entries):
8677 Rename unexec.c => unexcoff.c.
29cf3e20 8678
39e1bf0b
MA
86792010-08-05 Michael Albinus <michael.albinus@gmx.de>
8680
8681 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8682 cache, not only file cache.
8683 (tramp-process-sentinel): New defun.
8684 (tramp-handle-start-file-process): Use it, in order to invalidate
8685 file caches.
8686
9f982e22
LL
86872010-08-03 Leo <sdl.web@gmail.com>
8688
8689 * server.el (server-start): Simplify loop.
8690
0798a8d8
SM
86912010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8692
548c5c47
SM
8693 * frame.el (screen-height, screen-width, set-screen-width)
8694 (set-screen-height): Remove ancient compatibility aliases.
8695
3311d1c2
SM
8696 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8697 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8698
0798a8d8
SM
8699 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8700 that change current buffer.
8701
26ee77a6
YM
87022010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8703
8704 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8705 beginning of the string. Use `string-match-p'. (Bug#6765)
8706
aa1859f5
J
87072010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8708
8709 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8710
376c2b6b
CY
87112010-08-01 Chong Yidong <cyd@stupidchicken.com>
8712
0798a8d8 8713 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8714 (package--builtins): Tweak descriptions.
0798a8d8
SM
8715 (package-print-package): Upcase descriptions if necessary.
8716 Show all built-in packages in font-lock-builtin-face.
8717 (package-list-packages-internal): Omit "emacs" package.
8718 Show status of built-in packages as "built-in".
376c2b6b 8719
16041401
CY
87202010-07-31 Chong Yidong <cyd@stupidchicken.com>
8721
8722 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8723 before killing to preserve the primary selection (Bug#6701).
8724
8725 * term/x-win.el (x-select-text): Doc fix.
8726
0798a8d8
SM
87272010-07-31 Nathaniel Flath <flat0103@gmail.com>
8728
452ea855
AM
8729 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8730 (objc-font-lock-extra-types):
452ea855 8731 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8732 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8733 (c++-make-template-syntax-table)
8734 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8735 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8736 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8737 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8738 * progmodes/cc-fonts.el (c-make-inverse-face)
8739 (c-basic-matchers-after):
452ea855
AM
8740 * progmodes/cc-engine.el (c-forward-keyword-clause)
8741 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8742 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8743 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8744 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8745 The above functions were modified or created.
452ea855 8746
37766706
J
87472010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8748
0798a8d8 8749 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8750
cd83d522
EZ
87512010-07-31 Eli Zaretskii <eliz@gnu.org>
8752
8753 * files.el (bidi-paragraph-direction): Define safe local values.
8754
8755 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8756 language-info-alist. Remove outdated FIXME in a comment.
8757
28e5cf7c
AM
87582010-07-31 Alan Mackenzie <acm@muc.de>
8759
8760 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8761 Auto-fill broken in C/C++ modes.
8762
bfeabdc3
JD
87632010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8764
8765 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8766 (menu-bar-showhide-tool-bar-menu-customize-disable)
8767 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8768 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8769 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8770 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8771 make a menu for Options => toolbar that can move it.
8772
063e5294
CY
87732010-07-29 Chong Yidong <cyd@stupidchicken.com>
8774
8775 * emacs-lisp/package-x.el (package--make-rss-entry):
8776 (package-maint-add-news-item, package--update-news)
8777 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8778
8779 * emacs-lisp/package.el (package-archive-url): Rename from
8780 package-archive-id.
8781 (package-install): Doc fix.
8782 (package-download-single, package-download-tar, package-install)
8783 (package-menu-view-commentary): Callers changed.
8784
683cc385
MA
87852010-07-29 Michael Albinus <michael.albinus@gmx.de>
8786
8787 * net/tramp.el (tramp-handle-start-file-process): Check only for
8788 `remote-tty' process property.
8789 (tramp-open-shell): Don't check for tty.
8790 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8791 process property.
8792
8793 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8794 host.
8795
bc44bef7
PH
87962010-07-28 Chong Yidong <cyd@stupidchicken.com>
8797
8798 * emacs-lisp/package.el (package-load-list, package-archives)
8799 (package-archive-contents, package-user-dir)
8800 (package-directory-list, package--builtins, package-alist)
8801 (package-activated-list, package-obsolete-alist): Mark as risky.
8802
88032010-07-28 Phil Hagelberg <phil@evri.com>
8804
8805 Add support for non-default package repositories.
8806 * emacs-lisp/package.el (package-archive-base): Var deleted.
8807 (package-archives): New variable.
8808 (package-archive-contents): Doc fix.
0798a8d8 8809 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8810 (package--write-file-no-coding): New function.
8811 (package-unpack-single): Use it.
8812 (package-archive-id): New function.
8813 (package-download-single, package-download-tar)
8814 (package-menu-view-commentary): Use it.
8815 (package-installed-p): Make second argument optional.
8816 (package-read-all-archive-contents): New function.
8817 (package-initialize): Use it.
8818 (package-read-archive-contents): Add ARCHIVE argument.
8819 (package--add-to-archive-contents): New function.
8820 (package-install): Don't call package-read-archive-contents.
8821 (package--download-one-archive): Store archive file in a
8822 subdirectory of package-user-dir.
8823 (package-menu-execute): Remove spurious line movement.
8824
8a52f00a
JD
88252010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8826
8827 * cus-start.el (tool-bar-style): Add text-image-horiz.
8828
b21d3ceb
MA
88292010-07-28 Michael Albinus <michael.albinus@gmx.de>
8830
8831 * progmodes/gud.el (gud-common-init): Check for remoteness of
8832 `file', and not of `default-directory'.
8833
8fbcce2d
MA
88342010-07-28 Michael Albinus <michael.albinus@gmx.de>
8835
8836 * net/tramp.el (tramp-methods): Move hostname to the end in all
8837 ssh `tramp-login-args'.
8838 (tramp-verbose): Describe verbose level 9.
8839 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8840 (tramp-open-connection-setup-interactive-shell): Trace stty
8841 settings if `tramp-verbose' >= 9.
8842 (tramp-handle-start-file-process): Implement tty setting.
8843 (Bug#4604, Bug#6360)
8844
8845 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8846 `tramp-verbose' to 9.
8847
128440c9
AH
88482010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8849
8850 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8851 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8852 Remove references to package `lisp-re' (bug#4369).
8853
ae0c2494
TT
88542010-07-27 Tom Tromey <tromey@redhat.com>
8855
8856 * progmodes/js.el (js-mode):
8857 * progmodes/make-mode.el (makefile-mode):
8858 * progmodes/simula.el (simula-mode):
8859 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8860
0ed082fe 88612010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8862
8863 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8864
7c7c04c0
JB
8865 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8866 (display-time-world-buffer-name, display-time-world-mode-map):
8867 Fix typos in docstrings.
8868
0ed082fe 88692010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8870
8871 * image-mode.el (image-display-size): New function.
8872 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8873 (image-mode-fit-frame): Use it (Bug#6639).
8874
0ed082fe 88752010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8876
8877 * dired.el (dired-buffers-for-dir): Handle list values of
8878 dired-directory (Bug#6636).
8879
aa2d4bd3
SS
88802010-07-26 Sam Steingold <sds@gnu.org>
8881
8882 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8883 Do not call `x-get-selection' the second time, reuse the value.
8884
78b84da3
DU
88852010-07-26 Daiki Ueno <ueno@unixuser.org>
8886
8887 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8888 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8889
4f195cf7
DU
88902010-07-25 Daiki Ueno <ueno@unixuser.org>
8891
8892 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8893 exists before passing an error to find-file-not-found-functions
8894 (bug#6723).
8895
195e19e4
LH
88962010-07-23 Lukas Huonker <l.huonker@gmail.com>
8897
8898 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8899 Remove leading nil element, adjust values.
8900 (tetris-shapes, tetris-shape-scores):
8901 Change representation of shapes and remove some redundancy.
8902 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8903 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8904 Adjust for working with new representation of shapes.
8905 (tetris-shape-rotations): New function.
8906 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8907 (tetris-rotate-prev, tetris-rotate-next):
8908 Adjust for working with the new version of tetris-test-shape.
8909
9cf2db99
MT
89102010-07-23 Markus Triska <markus.triska@gmx.at>
8911
8912 * progmodes/ps-mode.el: Use comint (bug#5954).
8913 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8914 (ps-mode-other-newline): Simplify.
8915 (ps-run-mode): Derive from comint-mode instead of
8916 fundamental-mode, yielding input history etc.
8917 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8918 (ps-run-send-string): Adapt for comint-mode.
8919 (ps-run-newline): Remove now unneeded function.
8920
225d5e9e
MA
89212010-07-23 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * net/tramp.el (tramp-methods): Move hostname to the end in all
8924 plink `tramp-login-args'.
8925
84bc68f2
MA
89262010-07-23 Michael Albinus <michael.albinus@gmx.de>
8927
8928 * net/tramp.el (tramp-open-shell): New defun.
8929 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8930 Use it.
8931
1eb5ca1c
MA
89322010-07-23 Michael Albinus <michael.albinus@gmx.de>
8933
8934 * net/tramp.el (tramp-file-name-regexp-unified)
8935 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8936 not regard the volume letter as remote filename. (Bug#5447)
8937
440735a7
JB
89382010-07-23 Juanma Barranquero <lekktu@gmail.com>
8939
8940 * custom.el (custom-declare-variable): Give a clearer error message
8941 when the docstring is missing (bug#6476).
8942
5474c40f
MM
89432010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8944
8945 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8946 (sql-login-params): New widget definition.
8947 (sql-oracle-login-params, sql-mysql-login-params)
8948 (sql-solid-login-params, sql-sybase-login-params)
8949 (sql-informix-login-params, sql-ingres-login-params)
8950 (sql-ms-login-params, sql-postgres-login-params)
8951 (sql-interbase-login-params, sql-db2-login-params)
8952 (sql-linter-login-params): Use it.
8953 (sql-sqlite-login-params): Use it; Define "database" parameter as
8954 a file name.
c4cc8b9a 8955 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8956 (sql-comint-sqlite): Make sure database name is complete.
8957 (sql-for-each-login): New function.
8958 (sql-connect, sql-save-connection): Use it.
8959 (sql-get-login-ext): New function.
8960 (sql-get-login): Use it.
8961 (sql-make-alternate-buffer-name): Handle :file parameters.
8962
9c0deccb
JB
89632010-07-22 Juanma Barranquero <lekktu@gmail.com>
8964
8965 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8966 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8967
aac818a8
TL
89682010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8969
8970 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8971
47d2734f
LM
89722010-07-22 Lawrence Mitchell <wence@gmx.li>
8973
8974 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8975
10e73994
MA
89762010-07-21 Michael Albinus <michael.albinus@gmx.de>
8977
8978 * net/tramp.el (tramp-get-ls-command)
8979 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8980 instead of "/".
8981
d26b0ea9
MM
89822010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8983
8984 * progmodes/sql.el: Version 2.3.
f49d1f52 8985 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8986 enhanced the widget definition.
88b5a757
DD
8987 (sql-mode-menu): Add submenu to select connections.
8988 (sql-interactive-mode-menu): Add "Save Connection" item.
8989 (sql-add-product): Fix menu item.
d26b0ea9 8990 (sql-get-product-feature): Improved error handling.
5f9d345c 8991 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8992 (sql-make-alternate-buffer-name): Simplified.
8993 (sql-product-interactive): Handle missing product.
8994 (sql-connect): Support string keys, minor improvements.
8995 (sql-save-connection): New function.
8996 (sql-connection-menu-filter): New function.
8997
af4b9ae5
MA
89982010-07-20 Michael Albinus <michael.albinus@gmx.de>
8999
9000 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9001 (tramp-open-connection-setup-interactive-shell):
9002 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9003 `tramp-send-command' where it belongs to.
9004
da040a16
MA
90052010-07-20 Michael Albinus <michael.albinus@gmx.de>
9006
9007 * net/tramp.el (tramp-perl-file-attributes)
9008 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9009 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9010 front of `login-args'.
9011
16f3ade5
JB
90122010-07-19 Juanma Barranquero <lekktu@gmail.com>
9013
9014 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9015 Set `show-trailing-whitespace' to nil.
9016 (display-time-world-display): Simplify.
9017
00af0b67
AM
90182010-07-18 Alan Mackenzie <acm@muc.de>
9019
9020 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9021 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9022 (c-before-hack-hook): Call `c-set-style' differently according to
9023 whether c-file-style was set in file or directory local
9024 variables.
9025
30c4d8dc
MM
90262010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9027
9028 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9029 (sql-product, sql-user, sql-database, sql-server, sql-port):
9030 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9031 property.
9032 (sql-password): Use defcustom :risky keyword rather than putting
9033 risky-local-variable property.
9034 (sql-oracle-login-params, sql-sqlite-login-params)
9035 (sql-solid-login-params, sql-sybase-login-params)
9036 (sql-informix-login-params, sql-ingres-login-params)
9037 (sql-ms-login-params, sql-postgres-login-params)
9038 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9039 (sql-linter-login-params): Add `port' option.
88b5a757 9040 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9041 (sql-comint-oracle, sql-comint-sybase)
9042 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9043 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9044 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9045 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9046 sql-comint-*.
88b5a757 9047 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9048 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9049 (sql-connection): New variable.
30c4d8dc
MM
9050 (sql-interactive-mode): Set it.
9051 (sql-connection-alist): New variable.
9052 (sql-connect): New function.
9053 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9054 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9055
f12492c8
TV
90562010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9057
9058 * image-mode.el (image-bookmark-make-record): Do not set context
9059 in an image (Bug#6650).
9060
91023c68
CY
90612010-07-17 Chong Yidong <cyd@stupidchicken.com>
9062
9063 * simple.el (select-active-region): New function.
9064 (push-mark-command, set-mark, activate-mark)
9065 (handle-shift-selection): Use it.
9066 (deactivate-mark): Don't check for size of region.
9067
9068 * mouse.el (mouse-drag-track): Use select-active-region.
9069
1c0e8f0e
MA
90702010-07-17 Michael Albinus <michael.albinus@gmx.de>
9071
9072 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9073 "--dired" stronger.
9074
2490cbbc
CY
90752010-07-17 Chong Yidong <cyd@stupidchicken.com>
9076
9077 * term/x-win.el (x-select-enable-primary): Change default to nil.
9078 (x-select-enable-clipboard): Add :version keyword.
9079
9080 * mouse.el (mouse-drag-copy-region):
9081 * simple.el (select-active-regions): Likewise.
9082
f253ef6a
RS
90832010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9084
a628ad9d 9085 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9086 (vc-coding-system-for-diff): Use it to decide whether to inherit
9087 from the file the EOL format for reading the diffs of that file.
9088 (Bug#4451)
9089
134a027f
EZ
90902010-07-16 Eli Zaretskii <eliz@gnu.org>
9091
9092 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9093 unibyte, so compressed attachments are not compressed again.
9094
7e4289ad
MA
90952010-07-16 Michael Albinus <michael.albinus@gmx.de>
9096
9097 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9098 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9099 (tramp-find-shell): Simplify setting connection property.
9100 (tramp-get-ls-command): Make test for "--color=never" stronger.
9101
7473fff9 91022010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9103
9104 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9105 blocks within record declarations (i.e. variant parts) correctly.
9106
a11b38ee
SS
91072010-07-15 Simon South <ssouth@member.fsf.org>
9108
9109 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9110 over literal tokens when parsing so newlines aren't "absorbed" by
9111 single-line comments. Corrects the indentation of case blocks
9112 that have a comment on the first line.
9113
077e0753
KF
91142010-07-14 Karl Fogel <kfogel@red-bean.com>
9115
9116 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9117 by Drew Adams (Bug#5504).
9118
243881ed
J
91192010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9120
9121 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9122 now that Unicode is used (Bug#6594).
243881ed 9123
f9d71b42
CY
91242010-07-14 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * term/x-win.el (x-select-enable-clipboard): Default to t.
9127 (x-initialize-window-system): Don't overwrite Paste menu item.
9128
9129 * simple.el (select-active-regions): Default to t.
9130 (push-mark-command): Don't overwrite primary with empty string.
9131
9132 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9133 (mouse-drag-copy-region): Default to nil.
9134
9135 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9136 Cut/Copy/Paste menu bar items.
9137
a628ad9d 91382010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9139
9140 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9141 Patch applied by Karl Fogel.
9142
9143 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9144 and `bookmark-current-buffer' if they have been already set in
9145 another buffer (e.g gnus-art).
9146
e44fa724 91472010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9148 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9149
9150 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9151
9152 * bookmark.el (bookmark-make-record-default): Allow unneeded
9153 information to be omitted from the record.
9154
9155 Adjust declarations and calls:
9156
9157 * info.el (bookmark-make-record-default): Adjust declaration.
9158 (Info-bookmark-make-record): Adjust call.
9159
9160 * woman.el (bookmark-make-record-default): Adjust declaration.
9161 (woman-bookmark-make-record): Adjust call.
9162
9163 * man.el (bookmark-make-record-default): Adjust declaration.
9164 (Man-bookmark-make-record): Adjust call.
9165
9166 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9167
9168 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9169
0c4371fe
KF
91702010-07-13 Karl Fogel <kfogel@red-bean.com>
9171
9172 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9173 This is also from Thierry Volpiatto's patch in bug #6444. However,
9174 because it was extraneous to the functional change in that patch,
9175 and causes a re-indendation, I am committing it separately.
9176
2bb8db3e 91772010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9178
9179 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9180 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9181 Patch applied by Karl Fogel (Bug#6444).
068a0233 9182
21bd02a6
CY
91832010-07-13 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9186
79cb9c05
AR
91872010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9188
9189 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9190 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9191 (ns-alternatives-map): Change S-tab binding to backtab
9192 (bug#6616).
9193
9194 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9195 under ns.
9196
beb000f9
AS
91972010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9198
dd86ea11
JB
9199 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9200 (Bug#5806)
e9952282 9201
beb000f9
AS
9202 * language/tv-util.el (tai-viet-re): Remove format.
9203
6f2cdcd1
KH
92042010-07-12 Kenichi Handa <handa@m17n.org>
9205
dd86ea11
JB
9206 * language/hebrew.el: Remove no-byte-compile declaration.
9207 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9208 composition-function-table for 3-character looking back.
9209 (hebrew-font-get-precomposed): New function.
9210 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9211
f479ef6e
CY
92122010-07-11 Chong Yidong <cyd@stupidchicken.com>
9213
9214 * mouse.el (mouse-drag-track): Handle select-active-regions
9215 (Bug#6612).
9216
3277c1ee
MA
92172010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9218
9219 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9220 empty argument to gvfs-copy.
9221
3260caf8
GM
92222010-07-10 Glenn Morris <rgm@gnu.org>
9223
9224 * calendar/calendar.el (calendar-week-end-day): New function.
9225 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9226 Respect calendar-week-start-day. (Bug#6606)
9227 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9228 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9229 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9230 respect calendar-week-start-day.
9231
c876b263
CY
92322010-07-10 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * simple.el (use-region-p): Doc fix (Bug#6607).
9235
dce34635
AG
92362010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9237
6a7662bb
BR
9238 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9239 Add regexps for cucumber and ruby.
dce34635 9240
c0397930
DU
92412010-07-08 Daiki Ueno <ueno@unixuser.org>
9242
9243 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9244 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9245 find-file from opening empty buffer when decryption failed
c0397930
DU
9246 (bug#6568).
9247
fd5539c6
AM
92482010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9249
a628ad9d
JB
9250 * textmodes/ispell.el (ispell-alternate-dictionary):
9251 Use file-readable-p.
fd5539c6
AM
9252 Return nil if no word-list is found at default locations.
9253 (ispell-complete-word-dict): Default to nil.
9254 (ispell-command-loop): Use 'word-list' when using lookup-words.
9255 (lookup-words): Use ispell-complete-word-dict or
9256 ispell-alternate-dictionary. Check for word-list availability
9257 and handle errors if needed with better messages (Bug#6539).
9258 (ispell-complete-word): Use ispell-complete-word-dict or
9259 ispell-alternate-dictionary.
9260
4565b08e
CS
92612010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9262
9263 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9264 builtins (BufferError, BytesWarning, WindowsError; callables
9265 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9266
a2c270e7
GM
92672010-07-07 Glenn Morris <rgm@gnu.org>
9268
9269 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9270 (zone-shift-left): Ignore intangibility, and any errors from
9271 forward-char.
9272 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9273 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9274 deleting, and copying text properties.
9275 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9276 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9277 to point-max is hard.
9278 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9279 (zone-fill-out-screen): Ignore intangibility.
9280
81133808
CY
92812010-07-05 Chong Yidong <cyd@stupidchicken.com>
9282
4ad11f8c
CY
9283 * menu-bar.el (menu-bar-mode):
9284 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9285 if it has been set.
9286
81133808
CY
9287 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9288 word/line selection (Bug#6565).
9289
b24344ca
JB
92902010-07-04 Juanma Barranquero <lekktu@gmail.com>
9291
9292 * net/dbus.el (dbus-send-signal): Declare function.
9293
b1ce08da
MA
92942010-07-04 Michael Albinus <michael.albinus@gmx.de>
9295
9296 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9297 (dbus-register-property): New optional argument EMITS-SIGNAL.
9298 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9299
5592c08f
CY
93002010-07-03 Chong Yidong <cyd@stupidchicken.com>
9301
9302 * mouse.el (mouse-drag-overlay): Variable deleted.
9303 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9304 (mouse--remap-link-click-p): New function.
9305 (mouse-drag-track): Handle dragging by using temporary Transient
9306 Mark mode, instead of a special overlay.
9307 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9308 mouse-show-mark.
9309
9310 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9311 deleted.
9312
a6ed0e28
JL
93132010-07-02 Juri Linkov <juri@jurta.org>
9314
9315 * autoinsert.el (auto-insert-alist): Fix readability
9316 by using dotted pair notation for lambda.
9317
c91e692b
JL
93182010-07-02 Juri Linkov <juri@jurta.org>
9319
9320 * faces.el (read-face-name): Rename arg `string-describing-default'
9321 to `default'. Doc fix. Display the default value in quotes
9322 in the prompt. With empty input, return the `default' arg,
9323 unless the default value is a string (in which case return nil).
9324 (describe-face): Replace the string `default' arg of `read-face-name'
9325 with the symbol `default'.
9326
23640f8f
CY
93272010-07-02 Chong Yidong <cyd@stupidchicken.com>
9328
9329 * emulation/viper-cmd.el (viper-delete-backward-char)
9330 (viper-del-backward-char-in-insert)
9331 (viper-del-backward-char-in-replace, viper-change)
9332 (viper-backward-indent): Replace delete-backward-char with
9333 delete-char (Bug#6552).
9334
b32d1614
CY
93352010-07-01 Chong Yidong <cyd@stupidchicken.com>
9336
9337 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9338
c1ef4455
CY
93392010-06-30 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9342 argument passed to frame-creation-function (Bug#5378).
9343
9344 * faces.el (x-handle-named-frame-geometry)
9345 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9346 (face-set-after-frame-default, tty-create-frame-with-faces):
9347 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9348 PARAMETER argument.
9349
55702e89
AS
93502010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9351
9352 * startup.el (command-line): Don't call tool-bar-setup in a
9353 tty-only build.
9354
dc9a226c
CY
93552010-06-30 Chong Yidong <cyd@stupidchicken.com>
9356
9357 * ruler-mode.el (ruler--save-header-line-format): New fun.
9358 (ruler-mode): Use it as a setter function, so as not to overwrite
9359 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9360
a2f043d3
CY
93612010-06-29 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9364 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9365 (vc-log-outgoing): Use it.
9366 (vc-diff-internal): Set diff-vc-backend.
9367
9368 * vc/diff-mode.el (diff-vc-backend): New var.
9369
62d115ef
J
93702010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9371
6a7662bb
BR
9372 * dynamic-setting.el (font-setting-change-default-font):
9373 Remove call to message.
62d115ef 9374
1180f752
KH
93752010-06-28 Kenichi Handa <handa@m17n.org>
9376
9377 * international/quail.el (quail-insert-kbd-layout): Fix the
9378 showing of untranslated characters.
9379
b9229673
CY
93802010-06-28 Chong Yidong <cyd@stupidchicken.com>
9381
9382 * simple.el (delete-active-region): New option.
9383 (delete-backward-char): Implement in Lisp.
9384 (delete-forward-char): New command.
9385
5f9d345c 9386 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9387 (mouse-show-mark): Simplify.
9388
9389 * bindings.el (global-map): Bind delete and DEL, the former to
9390 delete-forward-char.
9391
a628ad9d 93922010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9393
9394 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9395 (ruby-mode): Bind indent-line-function (Bug#5119).
9396
3468f435
CY
93972010-06-27 Chong Yidong <cyd@stupidchicken.com>
9398
9399 * startup.el (command-line): Recognize "0" X resource value.
9400
6431f2e6
CY
94012010-06-27 Chong Yidong <cyd@stupidchicken.com>
9402
9403 * startup.el (command-line): Use X resources to set the value of
9404 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9405
9406 * menu-bar.el (menu-bar-mode):
9407 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9408 Set init-value to t.
9409
9410 * frame.el (frame-notice-user-settings): Don't change
9411 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9412 vice versa (Bug#2249).
9413
b61dfbe2
EZ
94142010-06-26 Eli Zaretskii <eliz@gnu.org>
9415
9416 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9417
f5cbf40e
AM
94182010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9419
a628ad9d
JB
9420 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9421 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9422
a628ad9d 9423 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9424 default directories are expanded (Bug#6143).
f5cbf40e 9425
8f3b8a5f
JL
94262010-06-24 Juri Linkov <juri@jurta.org>
9427
9428 * minibuffer.el (completions-format): Change default from nil to
9429 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9430
5af72a47
JL
94312010-06-24 Juri Linkov <juri@jurta.org>
9432
9433 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9434 buffer-locally to lambda that re-runs the vc diff command.
9435 (Bug#6447)
9436
8f804316
CY
94372010-06-24 Chong Yidong <cyd@stupidchicken.com>
9438
9439 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9440 echo area is in use (Bug#3412).
9441
be19ef0b
GM
94422010-06-22 Glenn Morris <rgm@gnu.org>
9443
6555773f
GM
9444 * textmodes/texinfmt.el (texinfo-format-region)
9445 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9446 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9447 (texinfo-format-option, texinfo-noindent):
9448 Use line-beginning-position and line-end-position.
9449
be19ef0b
GM
9450 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9451 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9452 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9453 utf-8 characters.
9454
7f0b7b3e
KF
94552010-06-21 Karl Fogel <kfogel@red-bean.com>
9456
49554388
GM
9457 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9458 forward-line fallout.
9459
e8579ebc
CY
94602010-07-06 Chong Yidong <cyd@stupidchicken.com>
9461
9462 * mouse.el (mouse-appearance-menu): Add docstring.
9463
9464 * help.el (describe-key): Print up-event using key-description.
9465
5d1cd8bd
MA
94662010-07-03 Michael Albinus <michael.albinus@gmx.de>
9467
9468 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9469 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9470 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9471
112dbc0e
MA
94722010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9473
9474 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9475
d0cb23ca
DN
94762010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9477
9478 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9479 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9480 cases that cause insertion.
9481 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9482 with a nil state.
9483
01b229d1
CY
94842010-06-30 Chong Yidong <cyd@stupidchicken.com>
9485
9486 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9487
8bf1c786 94882010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9489
9490 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9491
dfc6544c
CY
94922010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9493
9494 * generic-x.el (bat-generic-mode): Fix regexp for command line
9495 switches (Bug#5719).
9496
b7d4de51
CY
94972010-06-27 Masatake YAMATO <yamato@redhat.com>
9498
dfc6544c
CY
9499 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9500 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9501
53cfe624 95022010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9503
8bf1c786 9504 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9505 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9506 bindings of bookmark-automatically-show-annotations (Bug#6515).
9507
aca54191
EZ
95082010-06-25 Eli Zaretskii <eliz@gnu.org>
9509
9510 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9511 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9512
2330fa87
ŠN
95132010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9514
9515 * comint.el (make-comint, make-comint-in-buffer): Mention return
9516 value in the docstrings. (Bug#6498)
9517
29115ca9
YR
95182010-06-24 Yoni Rabkin <yoni@rabkins.net>
9519
9520 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9521 since it is not present when using some non-default switches.
9522
2c79f053
KF
95232010-06-23 Karl Fogel <kfogel@red-bean.com>
9524
7f0b7b3e
KF
9525 * simple.el (compose-mail): Fix doc string to refer to
9526 `compose-mail-user-agent-warnings', instead of to the
9527 nonexistent `compose-mail-check-user-agent'.
9528
43a91810
AM
95292010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9530
9531 Fix an indentation bug:
9532
9533 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9534 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9535 of existing values.
9536
9537 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9538 (c-clear->-pair-props-if-match-before): now return t when they've
9539 cleared properties, nil otherwise.
9540 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9541 by taking account of the existing value.
9542
9543 * progmodes/cc-defs.el
9544 (c-clear-char-property-with-value-function): Fix this to clear the
9545 property rather than overwriting it with nil.
9546
8adb4c33
CY
95472010-06-20 Chong Yidong <cyd@stupidchicken.com>
9548
9549 * emacs-lisp/package.el (package-print-package): Add link to
9550 package description via describe-package.
9551 (describe-package-1): List package requirements. Add button to
9552 perform installation.
9553 (package-menu-describe-package): New command.
9554
9555 * help-mode.el (help-package): New button type.
9556
cced7584
CY
95572010-06-19 Chong Yidong <cyd@stupidchicken.com>
9558
9559 * emacs-lisp/package.el: Move package-list-packages binding to
9560 menu-bar.el.
9561 (describe-package, describe-package-1, package--dir): New funs.
9562 (package-activate-1): Use package--dir.
9563
9564 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9565
9566 * help-mode.el (help-package-def): New button type.
9567
9568 * menu-bar.el: Move package-list-packages binding here from
9569 package.el.
9570
d148e8f9
GH
95712010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9572
9573 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9574
b1a03ef6
SM
95752010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9576
9577 * emacs-lisp/edebug.el (edebug-read-list):
9578 Phase out old-style backquotes.
9579
dbd6da78
JL
95802010-06-17 Juri Linkov <juri@jurta.org>
9581
9582 * help-mode.el (help-mode): Set buffer-local variable
9583 revert-buffer-function to help-mode-revert-buffer.
9584 (help-mode-revert-buffer): New function.
9585
9586 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9587 before popping to "*info*" (like in other Info functions).
9588 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9589 old-history-forward. Pop to old-buffer-name or "*info*" to
9590 recreate the killed buffer. Set Info-history-forward from
9591 old-history-forward.
9592 (Info-breadcrumbs-depth): Add :group and :version.
9593
64eba874
DN
95942010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9595
9596 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9597
26508c03
AM
95982010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9599
a628ad9d
JB
9600 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9601 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9602
69582fcd
JB
96032010-06-17 Juanma Barranquero <lekktu@gmail.com>
9604
54ea2a0d
JB
9605 * emacs-lisp/package.el (package-menu-mode-map):
9606 Move initialization into declaration.
9607
69582fcd
JB
9608 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9609
44198b6e
CY
96102010-06-17 Chong Yidong <cyd@stupidchicken.com>
9611
9612 * emacs-lisp/package.el (package-archive-base): Point to
9613 elpa.gnu.org.
9614 (package-enable, package-load-list): New defcustoms.
9615 (package-user-dir, package-directory-list): Turn into defcustoms.
9616 Don't include package-user-dir in package-directory-list.
9617 (package--builtins-base): Don't include Emacs as a "package".
9618 (package-subdirectory-regexp): New var.
9619 (package-load-all-descriptors, package-compute-transaction)
9620 (package-download-transaction): Obey package-load-list.
9621 (package-activate-1): Rename from package-do-activate.
9622 (package-list-packages-internal): Check package-load-list.
9623 (package-load-descriptor, package-generate-autoloads)
9624 (package-unpack, package-unpack-single)
6a7662bb
BR
9625 (package--read-archive-file, package-delete):
9626 Use expand-file-name.
44198b6e
CY
9627
9628 * emacs-lisp/package-x.el: New file. Package uploading
9629 functionality split out from package.el.
9630
95b6d681 9631 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9632
96332010-06-17 Tom Tromey <tromey@redhat.com>
9634
9635 * emacs-lisp/package.el: New file.
9636
50d76a9f
DN
96372010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9638
9639 Fix vc-annotate for renamed files when using Git.
76e3243a 9640 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9641 ls-files. Doe not pass the object as a file name to cat-file, it
9642 is not a file name.
9643 (vc-git-annotate-command): Pass the file name using -- to avoid
9644 ambiguity with the revision.
9645 (vc-git-previous-revision): Pass a relative file name.
9646
6095a05b
GM
96472010-06-22 Glenn Morris <rgm@gnu.org>
9648
943375a6
GM
9649 * progmodes/js.el (js-mode-map): Use standard capitalization and
9650 ellipses for menu entries.
9651
6095a05b
GM
9652 * wid-edit.el (widget-complete): Doc fix.
9653
4514199e
JH
96542010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9655
9656 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9657
c4786d60
DN
96582010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9659
11c46b39 9660 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9661 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9662 VC backend. Use it when non-nil.
a628ad9d 9663 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9664 (Bug#6487).
11c46b39 9665
c4786d60 9666 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9667 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9668 Do not pass the file name to the 'previous-revision call when we
9669 don't want a file diff. (Bug#6489)
9670
04ec0963
DN
96712010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9672
11c46b39 9673 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9674 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9675 the VC backend. Use it when non-nil.
76e3243a 9676 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9677 backend to vc-find-revision. (Bug#6487)
9678
c036381c
DN
96792010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9680
9681 Fix reading file names in Git annotate buffers.
95b6d681
JB
9682 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9683 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9684
05c123e6
AM
96852010-06-20 Alan Mackenzie <acm@muc.de>
9686
9687 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9688 in file local variables, set it first.
9689
4111f0c7
GM
96902010-06-19 Glenn Morris <rgm@gnu.org>
9691
74739ffd
GM
9692 * descr-text.el (describe-char-unicode-data): Insert separating
9693 space when needed. (Bug#6422)
9694
4111f0c7
GM
9695 * progmodes/idlwave.el (idlwave-action-and-binding):
9696 Fix typo in 2009-12-03 change. (Bug#6450)
9697
e20f0421
SM
96982010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9699
9700 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9701 handling for `lambda' (misunderstanding).
9702
fb3e306a
JB
97032010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9704
dd86ea11 9705 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9706 constants aren't distributed after they are factored out.
9707
e020fb59
JL
97082010-06-16 Juri Linkov <juri@jurta.org>
9709
9710 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9711 `list-colors-print'. (Bug#6332)
9712
b8add347
SM
9713 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9714
36901266
SM
97152010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9716
49b2e83d
SM
9717 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9718 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9719
36901266
SM
9720 * font-lock.el (font-lock-major-mode): Rename from
9721 font-lock-mode-major-mode to distinguish it from
9722 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9723 (font-lock-set-defaults):
9724 * font-core.el (font-lock-default-function): Adjust users.
9725 (font-lock-mode): Don't set it at all.
9726
2a64315a 97272010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9728
76e3243a 9729 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9730
2a64315a 97312010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9732
9733 * calendar/appt.el (appt-time-msg-list): Doc fix.
9734 (appt-check): Let-bind appt-warn-time.
9735 (appt-add): Make the 3rd argument optional.
9736 Simplify argument names. Doc fix. Check for integer WARNTIME.
9737 Only add WARNTIME to the output list if non-nil.
9738
2a64315a 97392010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9740
9741 * calendar/appt.el (appt-check): Let the 3rd element of
9742 appt-time-msg-list specify the warning time.
9743 (appt-add): Add new argument with the warning time. (Bug#5176)
9744
6a7662bb 97452010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9746
76e3243a 9747 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9748 older than version 1.6. (Bug#6361)
9749
2a64315a 97502010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9751
9752 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9753 used by cl-do-arglist. (Bug#6408)
9754
30d7ac37
AM
97552010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9756
6a7662bb
BR
9757 * textmodes/ispell.el (ispell-dictionary-base-alist):
9758 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9759 Suggested by Rolando Pereira (bug#6434).
9760
8fd02581
JB
97612010-06-15 Juanma Barranquero <lekktu@gmail.com>
9762
9763 * facemenu.el (list-colors-sort): Doc fix.
9764
6a7662bb 97652010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9766
9767 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9768
f0bf7c8e
JL
97692010-06-14 Juri Linkov <juri@jurta.org>
9770
9771 Add sort option `list-colors-sort'. (Bug#6332)
9772 * facemenu.el (color-rgb-to-hsv): New function.
9773 (list-colors-sort): New defcustom.
9774 (list-colors-sort-key): New function.
9775 (list-colors-display): Doc fix. Sort list according to the option
9776 `list-colors-sort'.
9777 (list-colors-print): Add HSV values to `help-echo' property of
9778 RGB strings.
9779
c42fe9a5
JL
97802010-06-14 Juri Linkov <juri@jurta.org>
9781
9782 * compare-w.el: Move to the "vc" subdirectory.
9783
b263a4c4
SM
97842010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9785
d8b0cddd
SM
9786 * image-mode.el (image-mode-map): Remap left-char and right-char.
9787
b263a4c4
SM
9788 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9789
89877f5f
CY
97902010-06-12 Chong Yidong <cyd@stupidchicken.com>
9791
133a8d82
CY
9792 * term/common-win.el (x-colors): Add all the color names defined
9793 in rgb.txt (Bug#6332).
9794
89877f5f
CY
9795 * facemenu.el (list-colors-print): Don't print extra names if it
9796 will overflow the window width.
9797
9798 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9799 change (Bug#6343).
89877f5f 9800
9d1f18b5
EZ
98012010-06-12 Eli Zaretskii <eliz@gnu.org>
9802
9803 * files.el (make-directory): Doc fix (bug#6396).
9804
b81a0b56
MA
98052010-06-12 Michael Albinus <michael.albinus@gmx.de>
9806
9807 * net/tramp.el (tramp-remote-process-environment): Protect version
9808 string by apostroph.
9809 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9810 XEmacs.
9811 (tramp-file-name-for-operation): Add `call-process-region'.
9812 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9813
9814 * net/tramp-compat.el (top): Do not autoload
9815 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9816 only when `start-file-process' is not bound.
9817 (tramp-advice-file-expand-wildcards): Do not use
9818 `tramp-handle-file-remote-p'.
9819 (tramp-compat-make-temp-file): Handle the case, that
9820 `make-temp-file' has no third argument EXTENSION.
9821
69f18acc
JB
98222010-06-11 Juanma Barranquero <lekktu@gmail.com>
9823
5fee75d4
JB
9824 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9825
69f18acc
JB
9826 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9827
9766adfb
JL
98282010-06-11 Juri Linkov <juri@jurta.org>
9829
9830 * finder.el (finder-known-keywords): Add keyword "vc"
9831 for version control.
9832
9833 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9834 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9835 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9836 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9837
56b2854f
JL
98382010-06-11 Juri Linkov <juri@jurta.org>
9839
9840 Move version control related files to the "vc" subdirectory.
9841 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9842 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9843 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9844 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9845 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9846 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9847 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9848 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9849 Move files to the "vc" subdirectory.
9850
6534e58a
CY
98512010-06-11 Chong Yidong <cyd@stupidchicken.com>
9852
9853 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9854 (Bug#6367).
9855
84d9562f
SE
98562010-06-11 Stephen Eglen <stephen@gnu.org>
9857
9858 * shell.el: Bind `shell-resync-dirs' to M-RET.
9859
3ef0a6a5
MA
98602010-06-10 Michael Albinus <michael.albinus@gmx.de>
9861
9862 * notifications.el: Move file from lisp/net, because it is
9863 supposed to talk locally to the user.
9864
fa4003da
MA
98652010-06-10 Julien Danjou <julien@danjou.info>
9866
9867 * net/notifications.el (notifications-on-action-signal)
9868 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9869 argument to the callback functions. Add docstrings.
fa4003da
MA
9870 (notifications-notify): Fix docstring.
9871
46e6650e
GM
98722010-06-10 Glenn Morris <rgm@gnu.org>
9873
9874 * emacs-lisp/authors.el (authors-ignored-files)
9875 (authors-valid-file-names): Add some files.
9876
a71832f7
SM
98772010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9880 merge conflict, giving preference to the emacs-23 version of the code.
9881
8c6eab5a
SM
98822010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9883
989bc97f
SM
9884 * emacs-lisp/advice.el (ad-compile-function):
9885 Define warning-suppress-types before we let-bind it (bug#6275).
9886
8c6eab5a
SM
9887 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9888 declare it, make it buffer-local and permanent-local (bug#6324).
9889 (vc-resynch-window): Adjust name.
9890 * vc-hooks.el (vc-find-file-hook): Adjust name.
9891
890a18d6
MA
98922010-06-09 Michael Albinus <michael.albinus@gmx.de>
9893
9894 * net/notifications.el (notifications-notify): Fix docstring.
9895
bf3e70eb
JB
98962010-06-09 Juanma Barranquero <lekktu@gmail.com>
9897
9898 Update to Unicode 6.0.0 beta.
9899 * international/charprop.el: Update copyright.
9900 * international/mule-cmds.el (ucs-names): Update character ranges.
9901 * international/uni-bidi.el:
9902 * international/uni-category.el:
9903 * international/uni-combining.el:
9904 * international/uni-comment.el:
9905 * international/uni-decimal.el:
9906 * international/uni-decomposition.el:
9907 * international/uni-digit.el:
9908 * international/uni-lowercase.el:
9909 * international/uni-mirrored.el:
9910 * international/uni-name.el:
9911 * international/uni-numeric.el:
9912 * international/uni-old-name.el:
9913 * international/uni-titlecase.el:
9914 * international/uni-uppercase.el: Regenerate.
9915
b978141d
JB
99162010-06-09 Juanma Barranquero <lekktu@gmail.com>
9917
ee8359ba
JB
9918 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9919 (smie-precs-precedence-table): Fix typo in docstring.
9920
f64ab8fb
JB
9921 * vc-mtn.el (log-edit-extract-headers): Declare function.
9922
883ffa8c
JB
9923 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9924
b978141d
JB
9925 * net/notifications.el (dbus-register-signal): Declare function.
9926 (notifications-notify): Fix typos and reflow docstring.
9927
5f4f2ae4
DN
99282010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9929
9930 Improve VC create/retrieve tag/branch.
9931 * vc.el (vc-create-tag): Do not read the directory name for VCs
9932 with repository revision granularity. Adjust the tag/branch
9933 prompt. Reset VC properties.
9934 (vc-retrieve-tag): Do not read the directory name for VCs
9935 with repository revision granularity. Reset VC properties.
9936
41a86354
MA
99372010-06-09 Julien Danjou <julien@danjou.info>
9938
ef33fd34 9939 * net/notifications.el: New file.
41a86354 9940
fab43c76
DN
99412010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9942
00fd1147
DN
9943 Add optional support for resetting VC properties.
9944 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9945 call vc-file-clearprops when true.
9946 (vc-resynch-buffer): Add new optional argument, pass it down.
9947 (vc-resynch-buffers-in-directory): Likewise.
9948
fab43c76
DN
9949 Improve support for special markup in the VC commit message.
9950 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9951 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9952 * vc-git.el (vc-git-checkin):
9953 * vc-bzr.el (vc-bzr-checkin): Likewise.
9954
e7d67e73
SM
99552010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9958 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9959
277e6741
MP
99602010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9961
9962 * iimage.el: Remove images as soon as the underlying text is modified.
9963 (iimage-modification-hook): New function.
9964 (iimage-mode-buffer): Use it.
9965
83156c18
SM
99662010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9969 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9970 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9971 (smie-indent-keyword): Add handling of open-paren keywords.
9972 (smie-indent-comment-continue): Don't assume comment-continue.
9973
13b5221f
MR
99742010-06-07 Martin Rudalics <rudalics@gmx.at>
9975
9976 * window.el (pop-to-buffer): Remove the conditional that
9977 compares new-window and old-window, so it will reselect
9978 the selected window unconditionally.
9979 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9980
c2ea5810
SM
99812010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * emacs-lisp/smie.el (smie-indent-offset-after)
9984 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9985 (smie-indent-after-keyword): Use them.
9986 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9987 (smie-indent-keyword): Tweak the black magic.
9988 (smie-indent-comment-continue): Strip comment-continue before use.
9989 (smie-indent-functions): Indent comments before keywords.
9990
27dd3c11
JL
99912010-06-06 Juri Linkov <juri@jurta.org>
9992
9993 * isearch.el (isearch-lazy-highlight-search): Fix looping
9994 by checking for empty match. This syncs this loop with the
9995 similar loop in `isearch-search'. (Bug#6362)
9996
35b148ee
JB
99972010-06-05 Juanma Barranquero <lekktu@gmail.com>
9998
9999 * net/dbus.el (dbus-register-method): Declare function.
10000 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10001 (dbus-introspect): Doc fix.
10002 (dbus-event-bus-name, dbus-introspect-get-interface)
10003 (dbus-introspect-get-argument): Reflow docstrings.
10004
eccdfe5f
DN
100052010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10006
10007 vc-log-incoming/vc-log-outgoing fixes for Git.
10008 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10009 incoming/outgoing logs.
10010 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10011 instead of vc-git-compute-remote.
10012 (vc-git-compute-remote): Remove.
10013
86253dc0
CY
100142010-06-04 Chong Yidong <cyd@stupidchicken.com>
10015
10016 * term/common-win.el (x-colors): Add "dark green" and "dark
10017 turquoise" (Bug#6332).
10018
0665f661
JL
100192010-06-04 Juri Linkov <juri@jurta.org>
10020
10021 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10022 Instead of setting `replace' to t and replacing the same string
10023 with itself, don't do certain actions when
10024 kill-do-not-save-duplicates is non-nil and string is equal to car
10025 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10026 interprogram-paste strings to kill-ring, and don't push the input
10027 argument `string' to kill-ring.
10028 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10029
087fc47a
JB
100302010-06-04 Juanma Barranquero <lekktu@gmail.com>
10031
10032 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10033
4f201088
MA
100342010-06-04 Michael Albinus <michael.albinus@gmx.de>
10035
10036 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10037 (tramp-gvfs-handler-mounted-unmounted)
10038 (tramp-gvfs-connection-mounted-p): Handle default-location.
10039
10040 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10041 move files to trash.
10042
18ccd78a
JB
100432010-06-04 Juanma Barranquero <lekktu@gmail.com>
10044
10045 * international/mule-cmds.el (nonascii-insert-offset)
10046 (nonascii-translation-table): Add obsolescence information.
10047
10048 * international/mule.el (make-translation-table-from-vector): Doc fix.
10049
3845c322
GM
100502010-06-03 Glenn Morris <rgm@gnu.org>
10051
10052 * desktop.el (desktop-clear-preserve-buffers):
10053 Add "*Warnings*" buffer. (Bug#6336)
10054
54d3626e
DN
100552010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10056
6941ffec
DN
10057 vc-log-incoming/vc-log-outgoing improvements for Git.
10058 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10059 short log.
10060 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10061
54d3626e
DN
10062 Add bindings for vc-log-incoming and vc-log-outgoing.
10063 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10064 and vc-log-outgoing.
10065 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10066 and vc-log-outgoing.
10067
aa1bc616
CY
100682010-06-03 Chong Yidong <cyd@stupidchicken.com>
10069
10070 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10071 (rcirc-handler-366): Always sort nicknames.
10072
e2d2a205
JB
100732010-06-03 Juanma Barranquero <lekktu@gmail.com>
10074
10075 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10076
44ea155d
CY
100772010-06-03 Chong Yidong <cyd@stupidchicken.com>
10078
a628ad9d 10079 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10080
a91dedc4
SM
100812010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10082
10083 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10084 (rcirc-sort-nicknames-join): Avoid setq.
10085
c62bf05a
DD
100862010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10087
10088 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10089 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10090 (rcirc-handler-366): Use them.
10091
dd2c3c92
SM
100922010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 Split smie-indent-calculate into more manageable chunks.
10095 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10096 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10097 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10098 (smie-indent-exps): Extract from smie-indent-calculate.
10099 (smie-indent-functions): New var.
10100 (smie-indent-functions): Use them.
10101
927c346b
SM
101022010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10105 (smie-indent-calculate): Simplify and cleanup.
10106
1efeec86
MA
101072010-06-02 Michael Albinus <michael.albinus@gmx.de>
10108
10109 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10110 (tramp-gvfs-mount-point): Remove.
10111 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10112 New defuns.
1efeec86
MA
10113 (with-tramp-dbus-call-method): Format trace message.
10114 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10115 Implement backup call, when operation on local files fails.
10116 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10117 (tramp-gvfs-handle-make-directory): Make more traces.
10118 (tramp-gvfs-url-file-name): Hexify file name in url.
10119 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10120 into account for the resulting file name.
10121 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10122 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10123 (tramp-gvfs-handler-mounted-unmounted)
10124 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10125 attribute "default_location". Set "prefix" property.
10126 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10127 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10128 exists. Raise an error, if not (due to a corresponding answer
10129 "no" in interactive questions, for example).
10130
89877f5f 101312010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10132
10133 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10134
24f574a9
JB
101352010-06-01 Juanma Barranquero <lekktu@gmail.com>
10136
10137 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10138 right-*. (Bug#6265)
10139
290736f2
DN
101402010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10141
61158bfa
DN
10142 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10143 * vc-git.el (vc-git-compute-remote): New function.
10144 (vc-git-log-outgoing): Use it instead of hard coding a value.
10145 (vc-git-log-incoming): New function.
10146
5828f6ca
DN
10147 Improve state updating for VC tag commands.
10148 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10149 to update the state of all buffers in the directory.
10150
290736f2
DN
10151 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10152
feceda26
SM
101532010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10154
10155 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10156 `file-directory-p' to the filename part rather than to the whole text.
10157
896114cf
SM
101582010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10161
1603358c
DA
101622010-05-31 Drew Adams <drew.adams@oracle.com>
10163
10164 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10165
fe40dc63
JB
101662010-05-31 Juanma Barranquero <lekktu@gmail.com>
10167
10168 * subr.el (momentary-string-display): Just use read-event to read
10169 the exit event (Bug#6238).
10170
9e8014c6
EZ
101712010-05-30 Eli Zaretskii <eliz@gnu.org>
10172
10173 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10174
61a08071
JB
101752010-05-30 Juanma Barranquero <lekktu@gmail.com>
10176
10177 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10178 Suggested by Eli Zaretskii <eliz@gnu.org>.
10179
5feec8ca
SM
101802010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * minibuffer.el (completion-file-name-table): Don't return a boundary
10183 past the end of `string' (bug#6299).
10184 (completion--file-name-table): Delegate to completion-file-name-table
10185 for the `boundaries' case.
10186
8175cb90
JB
101872010-05-30 Juanma Barranquero <lekktu@gmail.com>
10188
2b94133f
JB
10189 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10190 movement commands.
10191
8175cb90
JB
10192 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10193 `path-separator', but maintain compatibility with Emacs 20.2.
10194
0191e222
CY
101952010-05-29 Chong Yidong <cyd@stupidchicken.com>
10196
10197 * server.el (server-process-filter): Receive parent-id argument
10198 from emacsclient.
10199 (server-create-window-system-frame): New arg. Pass parent-id as
10200 frame parameter.
10201
9b655a0a
EZ
102022010-05-29 Eli Zaretskii <eliz@gnu.org>
10203
db5dce9d
EZ
10204 Bidi-sensitive word movement with arrow keys.
10205 * subr.el (right-arrow-command, left-arrow-command): Move to
10206 bindings.el.
10207
10208 * bindings.el (right-char, left-char): Move from subr.el and
10209 rename from right-arrow-command and left-arrow-command.
10210 (right-word, left-word): New functions.
10211 (global-map) <right>: Bind to right-char.
10212 (global-map) <left>: Bind to left-char.
10213 (global-map) <C-right>: Bind to right-word.
10214 (global-map) <C-left>: Bind to left-word.
10215
9b655a0a
EZ
10216 * ls-lisp.el (ls-lisp-classify-file): New function.
10217 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10218 (ls-lisp-classify): Call ls-lisp-classify-file.
10219 (insert-directory): Remove blanks from switches.
10220
fcb52808
CY
102212010-05-29 Chong Yidong <cyd@stupidchicken.com>
10222
10223 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10224 (ansi-color-drop-regexp): New constant.
10225 (ansi-color-apply, ansi-color-filter-region)
896114cf 10226 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10227 (ansi-color-apply): Build string list before calling concat.
10228
0040735a
JL
102292010-05-28 Juri Linkov <juri@jurta.org>
10230
10231 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10232 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10233 (Bug#5270)
10234
b6827fff
MA
102352010-05-28 Michael Albinus <michael.albinus@gmx.de>
10236
10237 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10238 to ignored backtrace functions.
10239 (with-progress-reporter): Expand docstring.
10240 (tramp-handle-delete-file): Implement TRASH argument.
10241 (tramp-get-remote-trash): New defun.
10242
eba082a2
MA
102432010-05-28 Michael Albinus <michael.albinus@gmx.de>
10244
6a7662bb
BR
10245 * net/tramp-compat.el (tramp-compat-delete-file):
10246 Use `symbol-value' for backward compatibility.
eba082a2
MA
10247
10248 * net/tramp.el (tramp-handle-make-symbolic-link)
10249 (tramp-handle-load)
10250 (tramp-do-copy-or-rename-file-via-buffer)
10251 (tramp-do-copy-or-rename-file-directly)
10252 (tramp-do-copy-or-rename-file-out-of-band)
10253 (tramp-handle-process-file, tramp-handle-call-process-region)
10254 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10255 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10256 (tramp-delete-temp-file-function): Use `delete-file' instead
10257 of `tramp-compat-delete-file'.
10258
10259 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10260 (tramp-fish-handle-make-symbolic-link)
10261 (tramp-fish-handle-process-file): Use `delete-file' instead
10262 of `tramp-compat-delete-file'.
10263
6a7662bb
BR
10264 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10265 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10266
0dc3e410
MA
10267 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10268 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10269
6a7662bb
BR
10270 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10271 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10272
10273 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10274 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10275 (tramp-smb-handle-write-region): Use `delete-file' instead of
10276 `tramp-compat-delete-file'.
10277 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10278
f1a5d776
CY
102792010-05-27 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10282 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10283 (dired-do-flagged-delete, dired-do-delete): Use trash.
10284
10285 * speedbar.el (speedbar-item-delete): Allow trashing.
10286
10287 * files.el (delete-directory): New arg TRASH.
10288
10289 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10290 (ange-ftp-rename-remote-to-remote)
10291 (ange-ftp-rename-local-to-remote)
10292 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10293 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10294 `delete-file'.
10295 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10296 allow trashing.
10297
10298 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10299 handle new TRASH arg of `delete-file'.
10300
c4ce1145 10301 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10302 (tramp-handle-make-symbolic-link, tramp-handle-load)
10303 (tramp-do-copy-or-rename-file-via-buffer)
10304 (tramp-do-copy-or-rename-file-directly)
10305 (tramp-do-copy-or-rename-file-out-of-band)
10306 (tramp-handle-process-file, tramp-handle-call-process-region)
10307 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10308 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10309 (tramp-delete-temp-file-function): Use null TRASH arg in
10310 tramp-compat-delete-file call.
10311
10312 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10313 (tramp-fish-handle-delete-file)
10314 (tramp-fish-handle-make-symbolic-link)
10315 (tramp-fish-handle-process-file): Use null TRASH arg in
10316 `tramp-compat-delete-file' call.
10317
10318 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10319 arg in `tramp-compat-delete-file' call.
10320
10321 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10322 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10323 `tramp-compat-delete-file' call.
10324
10325 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10326 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10327 `tramp-compat-delete-file' call.
10328
10329 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10330 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10331 (tramp-smb-handle-write-region): Use null TRASH arg in
10332 tramp-compat-delete-file call.
10333 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10334 (tramp-smb-handle-delete-file): Rename arg.
10335
10336 * diff.el (diff-sentinel):
10337 * epg.el (epg--make-temp-file, epg-decrypt-string)
10338 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10339 * jka-compr.el (jka-compr-partial-uncompress)
10340 (jka-compr-call-process, jka-compr-write-region):
10341 * server.el (server-sentinel): Remove optional arg from
10342 delete-file, reverting 2010-05-03 change.
10343
ecb0ab90
CY
103442010-05-27 Chong Yidong <cyd@stupidchicken.com>
10345
6a7662bb
BR
10346 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10347 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10348
2b25da45
KH
103492010-05-27 Kenichi Handa <handa@m17n.org>
10350
10351 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10352 element of GSTRING is nil.
10353
11e4d8c0
SM
103542010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * emacs-lisp/smie.el (smie-forward-token-function)
10357 (smie-backward-token-function): New vars.
10358 (smie-backward-sexp, smie-forward-sexp)
10359 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10360 (smie-default-backward-token): Rename from smie-backward-token and
10361 skip comments.
10362 (smie-default-forward-token): Rename from smie-forward-token and
10363 skip comments.
10364 (smie-next-sexp): Handle nil results from next-token.
10365 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10366
4da3541b
CY
103672010-05-27 Chong Yidong <cyd@stupidchicken.com>
10368
896114cf
SM
10369 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10370 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10371
103722010-05-27 Masatake YAMATO <yamato@redhat.com>
10373
10374 * htmlfontify.el (hfy-face-resolve-face): New function.
10375 (hfy-face-to-style): Use it (Bug#6279).
10376
6dc439cb
SM
103772010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10380 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10381
021eb8d7
GM
103822010-05-26 Glenn Morris <rgm@gnu.org>
10383
10384 * emulation/edt.el (edt-load-keys): Use locate-library.
10385
bef4957b
CY
103862010-05-25 Chong Yidong <cyd@stupidchicken.com>
10387
10388 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10389 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10390 (log-edit-changelog-insert-entries): Args changed.
10391 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10392 (log-edit-insert-changelog-entries): Reorganize return value of
10393 `log-edit-changelog-entries' to pass filenames to
10394 log-edit-changelog-insert-entries.
10395
84fb0956
TV
103962010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10397
10398 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10399 `image-dired-dired-insert-marked-thumbs' to
10400 `image-dired-dired-toggle-marked-thumbs'.
10401
10402 * image-dired.el: Require cl when compiling.
10403 (image-dired-dired-toggle-marked-thumbs): Rename from
10404 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10405 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10406 to 'no-dir. Skip files whose names don't match
10407 `image-file-name-regexp'. When file has a thumbnail overlay,
10408 delete it. (Bug#5270)
10409
0fb1193d
JL
104102010-05-25 Juri Linkov <juri@jurta.org>
10411
10412 * image-mode.el (image-mode): Add image-after-revert-hook to
10413 after-revert-hook.
10414 (image-after-revert-hook): New function. (Bug#5669)
10415
fc937924
JL
104162010-05-25 Juri Linkov <juri@jurta.org>
10417
10418 * image.el (image-animated-p): When delay between animated images
10419 is 0, set it to 10 (0.1 sec). (Bug#6258)
10420
fa9ba953
MA
104212010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10422
10423 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10424 `forward-word', its default syntax could be changed.
fa9ba953 10425
9e021389
MA
104262010-05-25 Michael Albinus <michael.albinus@gmx.de>
10427
10428 * net/tramp.el (tramp-progress-reporter-update): New defun.
10429 (with-progress-reporter): Use it.
10430 (tramp-process-actions):
6a7662bb
BR
10431 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10432 Preserve current message, in order to let progress reporter continue
9e021389
MA
10433 afterwards. (Bug#6257)
10434
6169260b
GM
104352010-05-25 Glenn Morris <rgm@gnu.org>
10436
10437 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10438 Add :version.
10439
d26781af
RY
104402010-05-25 Ryan Yeske <rcyeske@gmail.com>
10441
8826afe3 10442 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10443 (rcirc-default-full-name): Change to "unknown".
10444 (rcirc-user-name-history): Add variable.
8826afe3
GM
10445
104462010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10447 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10448
10449 * net/rcirc.el (rcirc-server-alist): Add :pass.
10450 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10451 username and password.
a628ad9d 10452 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10453 value to server when connecting.
10454
d355a0b7
SM
104552010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10456
f5228f84
SM
10457 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10458 (smie-merge-prec2s): Pass the tables as separate args.
10459 (smie-bnf-precedence-table): Adjust call accordingly.
10460 (smie-prec2-levels): Set levels at the end.
10461
d355a0b7
SM
10462 Replace Lisp calls to delete-backward-char by delete-char.
10463 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10464 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10465 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10466 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10467 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10468 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10469 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10470 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10471 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10472 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10473 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10474 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10475 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10476 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10477 delete-backward-char by calls to delete-char.
10478
f668ef02
KH
104792010-05-25 Kenichi Handa <handa@m17n.org>
10480
10481 * language/hebrew.el (hebrew-shape-gstring): New function.
10482 Register it in composition-function-table for all Hebrew combining
10483 characters.
10484
397eb3f3
SM
104852010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * epa.el (epa--select-keys): Don't explicitly delete the window since
10488 that can fail (e.g. sole window in frame). Use dedication instead.
10489
171eda53 104902010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10491
10492 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10493
110683ad
CY
104942010-05-22 Chong Yidong <cyd@stupidchicken.com>
10495
10496 * image.el (image-refresh): Define as an alias for image-flush.
10497
10498 * image-mode.el (image-toggle-display-image): Caller changed.
10499
df9db151
JL
105002010-05-21 Juri Linkov <juri@jurta.org>
10501
10502 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10503 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10504 whitespace, call wildcard-to-regexp on substrings and concat them
10505 with "\\|". (Bug#6114)
10506
c0209c2c
AM
105072010-05-21 Alan Mackenzie <acm@muc.de>
10508
171eda53
SM
10509 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10510 Replace parameter `here' with `here-' and `here-plus', which sandwich
10511 any pertinent CPP construct.
c0209c2c
AM
10512 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10513 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10514 CPP construct from taking part in the scanning.
10515
655bded0
MA
105162010-05-21 Michael Albinus <michael.albinus@gmx.de>
10517
10518 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10519 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10520 Tune `with-progress-reporter' messages.
655bded0
MA
10521 (tramp-handle-vc-registered):
10522 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10523 (tramp-fish-handle-insert-file-contents)
10524 (tramp-fish-maybe-open-connection):
10525 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10526 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10527 (tramp-imap-handle-insert-file-contents)
10528 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10529
3e17a1a7
JB
105302010-05-21 Juanma Barranquero <lekktu@gmail.com>
10531
bf1e8d4a
JB
10532 * add-log.el (change-log-font-lock-keywords):
10533 Highlight all authors in multi-author entries.
10534
3e17a1a7
JB
10535 * smerge-mode.el (smerge-refine-ignore-whitespace)
10536 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10537 Fix typos in docstrings.
10538 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10539
969e684a
GM
105402010-05-21 Glenn Morris <rgm@gnu.org>
10541
e75c1e7d
GM
10542 * progmodes/fortran.el (fortran-mode):
10543 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10544
969e684a
GM
10545 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10546 having a relative path in src/Makefile.in.
10547
a50878fa
KR
105482010-05-20 Kevin Ryde <user42@zip.com.au>
10549
10550 * help-mode.el (help-make-xrefs): For Info node links turn
10551 newlines into spaces. Link node names with newlines are matched
10552 by help-xref-info-regexp and buttonized, this change ensures they
10553 can be followed successfully with RET. (Bug#6206)
10554
f66a2f90
JL
105552010-05-20 Juri Linkov <juri@jurta.org>
10556
10557 * locate.el (locate): Use pop-to-buffer instead of
10558 switch-to-buffer-other-window. (Bug#6204)
10559
201d895a
JL
105602010-05-20 Juri Linkov <juri@jurta.org>
10561
10562 * replace.el (replace-highlight): Fix lazy-highlighting
10563 for `M-s w str M-% str RET'.
10564
1ddb2ea0
MY
105652009-12-15 Masatake YAMATO <yamato@redhat.com>
10566
10567 * isearch.el (isearch-yank-word-or-char): Pull next subword
10568 when `subword-mode' is activated. (Bug#6220)
10569
a6020335
MH
105702010-05-20 Mark A. Hershberger <mah@everybody.org>
10571
10572 * isearch.el (isearch-update-post-hook): New hook.
10573 (isearch-update): Use the new hook. (Bug#6225)
10574
50de6a38
JL
105752010-05-20 Juri Linkov <juri@jurta.org>
10576
10577 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10578 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10579 (Bug#6222)
10580
5d944a8f
JL
105812010-05-20 Juri Linkov <juri@jurta.org>
10582
10583 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10584 (Bug#6223)
10585
f5d6548a
JL
105862010-05-20 Juri Linkov <juri@jurta.org>
10587
10588 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10589 FILE-NAME to read from the minibuffer when called interactively
10590 with prefix argument instead of using buffer-file-name.
10591 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10592
10593 * dired.el: Update autoloads.
10594
f8e63691
CY
105952010-05-20 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10598 nxml-finish-element, for consistency with SGML mode.
10599
10600 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10601 octave-close-block.
10602
07d7c3bd
JB
106032010-05-20 Juanma Barranquero <lekktu@gmail.com>
10604
10605 * composite.el: Require cl when compiling.
10606 (reference-point-alist, compose-gstring-for-graphic)
10607 (compose-gstring-for-terminal): Fix typos in docstrings.
10608
7bce8510
JL
106092010-05-19 Juri Linkov <juri@jurta.org>
10610
10611 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10612 set-window-parameter.
10613
a7723e05
MA
106142010-05-19 Michael Albinus <michael.albinus@gmx.de>
10615
10616 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10617 where appropriate.
10618 (tramp-maybe-open-connection): Use it.
10619
3f2e7735
EZ
106202010-05-19 Eli Zaretskii <eliz@gnu.org>
10621
10622 * simple.el (move-end-of-line): Make sure we are at line beginning
10623 before backing up to end of previous line.
10624
8d9181c7
MA
106252010-05-19 Michael Albinus <michael.albinus@gmx.de>
10626
8c4ec20f
MA
10627 * password-cache.el (password-cache-remove): Fix docstring.
10628
8d9181c7
MA
10629 * net/secrets.el: Autoload the widget functions.
10630 (secrets-search-items, secrets-create-item)
10631 (secrets-get-attributes, secrets-expand-item): Attributes will be
10632 stored on the password database without leading ":", as all other
10633 clients do as well.
10634 (secrets-mode): Fix docstring.
10635 (secrets-show-secrets): Provide it as autoloaded command only when
10636 D-Bus support is available. Check existence of Secret Service API.
10637
2a96c2a7
SM
106382010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10639
10640 * indent.el (indent-region): Deactivate region (bug#6200).
10641
d24e10b1
GM
106422010-05-19 Glenn Morris <rgm@gnu.org>
10643
10644 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10645
2833d915
KH
106462010-05-19 Kenichi Handa <handa@m17n.org>
10647
10648 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10649 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10650
134c2f29
JB
106512010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10652
10653 * calc/calc-trail.el (calc-trail-isearch-forward)
10654 (calc-trail-isearch-backward): Ensure that the new window
10655 point is set correctly.
10656
278847cd
SM
106572010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * subr.el (read-quoted-char): Resolve modifiers after key
10660 remapping (bug#6212).
10661
3a8e7cbd
MA
106622010-05-18 Michael Albinus <michael.albinus@gmx.de>
10663
10664 Add visualization code for secrets.
10665 * net/secrets.el (secrets-mode): New major mode.
10666 (secrets-show-secrets, secrets-show-collections)
10667 (secrets-expand-collection, secrets-expand-item)
10668 (secrets-tree-widget-after-toggle-function)
10669 (secrets-tree-widget-show-password): New defuns.
10670
472e7ec1
SM
106712010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10672
224b70cb
SM
10673 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10674 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10675 handled in smie-next-sexp.
10676 (smie-indent-calculate): Provide a starting indentation (so the
10677 recursion is well-founded ;-).
10678
472e7ec1
SM
10679 Fix handling of non-associative equal levels.
10680 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10681 when it's not needed.
10682 (smie-op-left, smie-op-right): New functions.
10683 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10684 Better handle equal levels to distinguish the associative case from
10685 the "multi-keyword construct" case.
10686 (smie-backward-sexp, smie-forward-sexp): Use it.
10687
35e53abd
JB
106882010-05-18 Juanma Barranquero <lekktu@gmail.com>
10689
5d8fe0ba
JB
10690 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10691
35e53abd
JB
10692 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10693 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10694
5ad4bef5
SM
106952010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 Provide a simple generic indentation engine and use it for Prolog.
10698 * emacs-lisp/smie.el: New file.
10699 * progmodes/prolog.el (prolog-smie-op-levels)
10700 (prolog-smie-indent-rules): New var.
10701 (prolog-mode-variables): Use them to configure SMIE.
10702 (prolog-indent-line, prolog-indent-level): Remove.
10703
00681a3c
JB
107042010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10705
560bb7ae 10706 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10707 order before computing the averages.
10708
eba62f7a
JB
107092010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10710
597517ef 10711 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10712 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10713 (math-vector-avg): New function.
10714
560bb7ae 10715 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10716 being grouped depend on the radix (Bug#6189).
10717
8c5ff6dd
KR
107182010-05-15 Ken Raeburn <raeburn@raeburn.org>
10719
10720 * version.el (emacs-copyright, emacs-version): Don't define here,
10721 now that emacs.c defines it.
10722
98d8b17e
EZ
107232010-05-15 Eli Zaretskii <eliz@gnu.org>
10724
71078429
EZ
10725 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10726 "Describe Language Environment" menu item.
10727
ce6233c1
EZ
10728 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10729
d20e1419
EZ
10730 Bidi-sensitive movement with arrow keys.
10731 * subr.el (right-arrow-command, left-arrow-command): New functions.
10732
10733 * bindings.el (global-map): Bind them to right and left arrow keys.
10734
98d8b17e 10735 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10736 * files.el (convert-standard-filename):
10737 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10738 the corresponding systems.
10739
10740 * w32-fns.el (w32-convert-standard-filename): Rename from
10741 convert-standard-filename. Doc fix.
10742
10743 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10744 (convert-standard-filename): Don't defalias.
10745 (register-name-alist, make-register, register-value)
10746 (set-register-value, intdos): Obsolete aliases for the
10747 corresponding dos-* functions and variables.
10748 (dos-intdos): Add a doc string.
10749
ae6bc504
JB
107502010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10751
10752 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10753 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10754 (math-compose-tex-func):
10755 * calc/calccomp.el (math-compose-expr):
10756 * calc/calc-ext.el (math-format-flat-expr-fancy):
10757 * calc/calc-store.el (calc-read-var-name):
10758 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10759
10760 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10761 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10762 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10763 (math-standard-units): Add units.
ae6bc504 10764
c26ea4b2
SM
107652010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10766
7aefa445 10767 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10768 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10769
c26ea4b2
SM
10770 * pcomplete.el (pcomplete-completions-at-point): New function,
10771 extracted from pcomplete-std-complete.
10772 (pcomplete-std-complete): Use it.
10773
02be533b
GM
107742010-05-15 Glenn Morris <rgm@gnu.org>
10775
10776 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10777 Remove references to CVS, RCS and Old directories.
10778
78ed0efc
JB
107792010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10780
ae6bc504 10781 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10782 appropriate.
10783
10dcc561
SM
107842010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10785
5ccaa359
SM
10786 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10787 (sh-mode-syntax-table): Give it a default value instead.
10788 (sh-header-marker): Make buffer-local.
10789 (sh-mode): Move make-local-variable to the corresponding setq.
10790 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10791 Use complete-with-action.
10792
10dcc561
SM
10793 * simple.el (prog-mode): New (abstract) major mode.
10794 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10795 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10796
c38762fd
JB
107972010-05-14 Juanma Barranquero <lekktu@gmail.com>
10798
10799 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10800 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10801 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10802 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10803 (sql-escape-newlines-filter, sql-input-sender)
10804 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10805
2ef3c144
CY
108062010-05-13 Chong Yidong <cyd@stupidchicken.com>
10807
560bb7ae 10808 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10809
10810 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10811 latex-open-block and C-c / to latex-close-block.
10812
10813 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10814 and C-c C-e to sgml-close-tag.
10815
3b30ccda
MA
108162010-05-13 Michael Albinus <michael.albinus@gmx.de>
10817
10818 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10819 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10820 (tramp-handle-load, tramp-handle-file-local-copy)
10821 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10822 (tramp-maybe-send-script, tramp-find-shell):
10823 Use `with-progress-reporter'.
3b30ccda
MA
10824 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10825 Fix message text.
10826
10827 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10828 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10829 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10830 Use `with-progress-reporter'.
10831
57ff5d7b
AM
108322010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10833
a628ad9d
JB
10834 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10835 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10836
5a70d10f
SM
108372010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10838
791ffe1c
SM
10839 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10840
5a70d10f
SM
10841 * dos-fns.el: Add "dos-" prefix for namespace control.
10842 (convert-standard-filename): Define as alias for
10843 dos-convert-standard-filename but only if applicable.
10844
38d93f03
AM
108452010-05-12 Alan Mackenzie <acm@muc.de>
10846
10847 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10848 Push the mark at the start of these functions when appropriate.
10849
902a6d8d
SM
108502010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * minibuffer.el (completion-cycle-threshold): New custom var.
10853 (completion--do-completion): Use it.
10854 (minibuffer-complete): Use cycling if appropriate.
10855
9ee120ba
JB
108562010-05-11 Juanma Barranquero <lekktu@gmail.com>
10857
10858 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10859 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10860
841c4085
JL
108612010-05-11 Juri Linkov <juri@jurta.org>
10862
10863 * scroll-all.el (scroll-all-check-to-scroll):
10864 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10865
8a67c70e
SM
108662010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10867
f2b9ed18
SM
10868 * iimage.el (iimage-mode-map): Move initialization into declaration.
10869 (iimage-mode-buffer): Use with-silent-modifications.
10870 Simplify calling convention. Adjust callers.
10871 (iimage-mode): Don't run hook redundantly.
10872
8a67c70e
SM
10873 * minibuffer.el (completion-pcm--pattern->regex):
10874 Fix last change (bug#6160).
10875
4bbedd98
JL
108762010-05-10 Juri Linkov <juri@jurta.org>
10877
10878 Remove nodes visited during Isearch from the Info history.
10879 * info.el (Info-isearch-initial-history)
10880 (Info-isearch-initial-history-list): New variables.
10881 (Info-isearch-start): Record initial values of
10882 Info-isearch-initial-history and Info-isearch-initial-history-list.
10883 Add Info-isearch-end to isearch-mode-end-hook.
10884 (Info-isearch-end): New function.
10885
94ecf5da
MA
108862010-05-10 Michael Albinus <michael.albinus@gmx.de>
10887
10888 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10889 format string, in order to work around a bug in pdksh.
10890 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10891 (tramp-handle-verify-visited-file-modtime): Do not send a command
10892 when the connection is not established.
10893 (tramp-handle-set-file-times): Simplify the check for utc.
10894
c5eb971b
JB
108952010-05-10 Juanma Barranquero <lekktu@gmail.com>
10896
10897 Fix use of `filter-buffer-substring' (rework previous change).
10898 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10899 (cua-repeat-replace-region):
10900 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10901 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10902 (cua-cut-region-to-global-mark): Use it.
10903
7492acc9
MM
109042010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10905
77e2fc7a
JB
10906 * progmodes/sql.el: Version 2.1.
10907 (sql-product-alist): Redesign structure of product info.
10908 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10909 (sql-port, sql-port-history): New variables.
10910 (sql-interactive-product): New variable.
10911 (sql-send-terminator): New variable.
77e2fc7a 10912 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10913 (sql-oracle-login-params, sql-sqlite-login-params)
10914 (sql-mysql-login-params, sql-solid-login-params)
10915 (sql-sybase-login-params, sql-informix-login-params)
10916 (sql-ingres-login-params, sql-ms-login-params)
10917 (sql-postgres-login-params, sql-interbase-login-params)
10918 (sql-db2-login-params, sql-linter-login-params)
10919 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10920 (sql-mode-map): Add C-c C-i to start interactive mode.
10921 (sql-mode-menu): Update existing menu entries.
10922 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10923 (sql-mode-oracle-font-lock-keywords)
10924 (sql-mode-postgres-font-lock-keywords)
10925 (sql-mode-ms-font-lock-keywords)
10926 (sql-mode-sybase-font-lock-keywords)
10927 (sql-mode-informix-font-lock-keywords)
10928 (sql-mode-interbase-font-lock-keywords)
10929 (sql-mode-ingres-font-lock-keywords)
10930 (sql-mode-solid-font-lock-keywords)
10931 (sql-mode-mysql-font-lock-keywords)
10932 (sql-mode-sqlite-font-lock-keywords)
10933 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10934 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10935 reduce run-time complexity.
10936 (sql-add-product, sql-del-product): New functions.
10937 (sql-set-product-feature, sql-get-product-feature): New functions.
10938 (sql-product-font-lock): Update product API.
10939 (sql-add-product-keywords): New function.
10940 (sql-highlight-product): Update product API.
10941 (sql-help-list-products): New function.
10942 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10943 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10944 prompt for port.
10945 (sql-copy-column): Copy without properties.
10946 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10947 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10948 Implement as a filter.
7492acc9
MM
10949 (sql-escape-newlines-filter): Implement as a filter.
10950 (sql-remove-tabs-filter): New function.
10951 (sql-send-magic-terminator): New function.
10952 (sql-send-string): Implement magic terminator.
10953 (sql-send-region): Use `sql-send-string'.
10954 (sql-interactive-mode): Use product API.
10955 (sql-product-interactive): Use product API.
10956 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10957 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10958 (sql-db2, sql-linter): Use `sql-product-interactive'.
10959 (sql-connect): New function.
10960 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10961 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10962 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10963 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10964 Use `sql-connect'.
7492acc9 10965
79ccd68f
SM
109662010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10969 New custom variable.
10970 (completion-pcm--string->pattern): Use it.
10971 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10972 Make it handle any symbol as `any'.
10973 (completion-pcm--merge-completions): Extract common suffix for the new
10974 `prefix' symbol as well.
10975 (completion-substring--all-completions): Use the new `prefix' symbol.
10976
0d5852cf
MA
109772010-05-09 Michael Albinus <michael.albinus@gmx.de>
10978
10979 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10980 not bound.
10981 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10982 (tramp-compat-funcall): New defmacro.
10983 (tramp-compat-line-beginning-position)
10984 (tramp-compat-line-end-position)
10985 (tramp-compat-temporary-file-directory)
10986 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10987 (tramp-compat-copy-file, tramp-compat-copy-directory)
10988 (tramp-compat-delete-file, tramp-compat-delete-directory)
10989 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10990 * net/tramp.el (top, with-progress-reporter)
10991 (tramp-rfn-eshadow-setup-minibuffer)
10992 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10993 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10994 (tramp-completion-mode-p, tramp-check-for-regexp)
10995 (tramp-open-connection-setup-interactive-shell)
10996 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10997 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10998 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10999 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11000 (tramp-reporter-dump-variable, tramp-load-report-modules)
11001 (tramp-append-tramp-buffers)
11002 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11003
11004 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11005
f913fe7d
SM
110062010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11009 buffer-modtime. Adjust users.
11010
0235128c 110112010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11012
77e2fc7a 11013 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11014 car of each item, not the whole list (Bug#6083).
f034e176 11015
0235128c 110162010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11017
11018 * progmodes/js.el (js-mode): Make paragraph variables local before
11019 calling c-setup-paragraph-variables (Bug#6071).
11020
0235128c 110212010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11022
11023 * composite.el (compose-region, reference-point-alist): Fix typos
11024 in the doc strings.
11025
77e2fc7a 110262010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11027
11028 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11029 gnuplot's "set" command.
11030
0235128c 110312010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11032
11033 * abbrev.el (last-abbrev-text): Doc fix.
11034 (abbrev-prefix-mark): Don't escape parenthesis.
11035
0235128c 110362010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11037
11038 * composite.el (find-composition): Doc fix.
11039
0235128c 110402010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11041
11042 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11043 (sql-oracle-program, sql-sqlite-options)
11044 (sql-query-placeholders-and-send): Doc fixes.
11045 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11046 (sql-imenu-generic-expression, sql-buffer)
11047 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11048 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11049 (sql-mode-sybase-font-lock-keywords)
11050 (sql-mode-informix-font-lock-keywords)
11051 (sql-mode-interbase-font-lock-keywords)
11052 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11053 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11054 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11055 (sql-product-feature, sql-highlight-product)
11056 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11057 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11058 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11059 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11060 Fix typos in docstrings.
11061
0235128c 110622010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11063
11064 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11065 property instead of `invisible' and `after-string' (bug#5998).
11066
0235128c 110672010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11068
11069 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11070
0235128c 110712010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11072
11073 * filecache.el (file-cache-add-directory-list)
11074 (file-cache-add-directory-recursively): Fix typos in docstrings.
11075
0235128c 110762010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11077
11078 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11079 (gujarati-composable-pattern): Fix typo.
ece33a6e 11080
0235128c 110812010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11082
11083 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11084 (tamil-composable-pattern, malayalam-composable-pattern):
11085 Add two-part vowels to "v" (vowel sign).
771533aa 11086
0235128c 110872010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11088
99833607
CY
11089 * files.el (copy-directory): Handle symlinks (Bug#5982).
11090
0235128c 110912010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11092
11093 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11094 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11095 (Bug#5846).
11096
0235128c 110972010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11098
0ca12598
GM
11099 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11100
d2c7b917
GM
11101 * minibuffer.el (completion-at-point): Doc fix.
11102
ba5bf5f0
SM
111032010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * electric.el (Electric-command-loop): Minor tweak.
11106
11107 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11108 better with dedicated windows.
11109
0235128c
SM
111102010-05-07 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * Version 23.2 released.
11113
560bb7ae 111142010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11115 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11116
11117 Highlight vendor specific properties.
11118 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11119 (css-proprietary-property): New face.
11120 (css-font-lock-keywords): Use them.
11121
c0162ade
EZ
111222010-05-07 Eli Zaretskii <eliz@gnu.org>
11123
11124 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11125
f3ee9200
SM
111262010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11127
05623156
SM
11128 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11129 * files.el (auto-mode-alist): Remove redundant entries.
11130
f3ee9200
SM
11131 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11132 * simple.el (auto-save-mode): Move from files.el.
11133 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11134
560bb7ae 111352010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11136
76e3243a 11137 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11138
765d4319
KY
111392010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11140
11141 * mail/binhex.el (binhex-decode-region-internal)
11142 * mail/uudecode.el (uudecode-decode-region-internal)
11143 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11144 (dns-read-type, dns-query)
11145 * pgg-parse.el (pgg-parse-armor)
11146 * pgg.el (pgg-verify-region)
11147 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11148 XEmacs.
11149
86d21cc0 11150 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11151
f83483ff
JB
111522010-05-07 Juanma Barranquero <lekktu@gmail.com>
11153
40ab7974
JB
11154 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11155
f83483ff
JB
11156 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11157 * emulation/cua-base.el (cua-repeat-replace-region):
11158 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11159 (cua-cut-region-to-global-mark):
11160 Remove text properties with `set-text-properties'.
11161
9566840f
MA
111622010-05-06 Michael Albinus <michael.albinus@gmx.de>
11163
f3ee9200
SM
11164 * net/tramp.el (top, with-progress-reporter):
11165 Use `symbol-function' inside `funcall'.
9566840f
MA
11166
11167 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11168 (tramp-compat-delete-file, tramp-compat-delete-directory):
11169 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11170
11171 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11172 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11173 inside `funcall'.
11174
0c495c21
SM
111752010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11176
1493963b
SM
11177 * minibuffer.el (completion--sreverse, completion--common-suffix):
11178 New functions.
11179 (completion-pcm--merge-completions): Extract common suffix when safe.
11180
0c495c21
SM
11181 * emacs-lisp/easy-mmode.el (define-minor-mode):
11182 Make :variable more flexible.
11183 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11184
221a0647
JL
111852010-05-05 Juri Linkov <juri@jurta.org>
11186
11187 Add `slow' and `history' tags to the desktop data.
11188
11189 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11190 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11191 (Info-finder-find-node): Require `finder.el' to be able
11192 to restore node from the desktop.
11193 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11194 data `Info-history' and `slow' tag in the assoc list.
11195 (Info-restore-desktop-buffer): Don't restore nodes with the
11196 `slow' tag. Restore `Info-history'.
11197
66bdc868
MA
111982010-05-05 Michael Albinus <michael.albinus@gmx.de>
11199
11200 Add FORCE argument to `delete-file'.
11201
11202 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11203 forcing to delete the temporary file.
11204 (ange-ftp-delete-file): Add FORCE arg.
11205 (ange-ftp-rename-remote-to-remote)
11206 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11207 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11208 Force file deletion.
66bdc868
MA
11209
11210 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11211
11212 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11213 (tramp-handle-make-symbolic-link, tramp-handle-load)
11214 (tramp-do-copy-or-rename-file-via-buffer)
11215 (tramp-do-copy-or-rename-file-directly)
11216 (tramp-do-copy-or-rename-file-out-of-band)
11217 (tramp-handle-process-file, tramp-handle-call-process-region)
11218 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11219 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11220 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11221
11222 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11223 (tramp-fish-handle-make-symbolic-link)
11224 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11225
0c495c21
SM
11226 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11227 Use `tramp-compat-delete-file'.
66bdc868
MA
11228
11229 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11230 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11231
11232 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11233 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11234
11235 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11236 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11237 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11238 Use `tramp-compat-delete-file'.
66bdc868 11239
f44379e7
SM
112402010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11241
365f8d85
SM
11242 Minor cleanups.
11243 * subr.el (add-minor-mode): Use push.
11244 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11245 * emulation/edt.el (edt-select-mode): Simplify.
11246
80ac5d4d
SM
11247 Use define-minor-mode in more cases.
11248 * term/tvi970.el (tvi970-set-keypad-mode):
11249 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11250 (normal-erase-is-backspace-mode):
11251 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11252 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11253 (get-scroll-bar-mode): New function.
11254 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11255
11256 Use define-minor-mode for less obvious cases.
f44379e7
SM
11257 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11258 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11259 * international/iso-ascii.el (iso-ascii-mode):
11260 * frame.el (auto-raise-mode, auto-lower-mode):
11261 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11262
c04b03f8
MA
112632010-05-04 Michael Albinus <michael.albinus@gmx.de>
11264
11265 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11266 in order to see error messages for failed logins.
11267
53967e09
CY
112682010-05-03 Chong Yidong <cyd@stupidchicken.com>
11269
11270 * diff.el (diff-sentinel):
11271
11272 * epg.el (epg--make-temp-file, epg-decrypt-string)
11273 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11274
11275 * jka-compr.el (jka-compr-partial-uncompress)
11276 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11277
11278 * server.el (server-sentinel): Use delete-file's new FORCE arg
11279 (Bug#6070).
11280
56eb0904
SM
112812010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 Use define-minor-mode where applicable.
11284 * view.el (view-mode):
11285 * type-break.el (type-break-query-mode)
11286 (type-break-mode-line-message-mode):
11287 * textmodes/reftex.el (reftex-mode):
11288 * term/vt100.el (vt100-wide-mode):
11289 * tar-mode.el (tar-subfile-mode):
11290 * savehist.el (savehist-mode):
11291 * ibuf-ext.el (ibuffer-auto-mode):
11292 * composite.el (auto-composition-mode):
11293 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11294 Use define-minor-mode.
11295 (vhdl-mode): Use static mode-line format.
11296 (vhdl-mode-line-update): Delete.
11297 (vhdl-create-mode-menu, vhdl-activate-customizations)
11298 (vhdl-hs-minor-mode): Don't bother calling it.
11299
672eb710
SM
113002010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11301
8f92b8ad
SM
11302 * simple.el (with-wrapper-hook): Move.
11303 (buffer-substring-filters): Mark obsolete.
11304 (filter-buffer-substring-functions): New variable.
1fada563 11305 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11306
c04b03f8 113072010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11308 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11309
11310 Implement compression for inline methods.
11311
11312 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11313 (tramp-copy-size-limit): Allow also nil.
11314 (tramp-inline-compress-commands): New defconst.
11315 (tramp-find-inline-compress, tramp-get-inline-compress)
11316 (tramp-get-inline-coding): New defuns.
cb7f3653 11317 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11318 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11319 (tramp-handle-file-local-copy, tramp-handle-write-region)
11320 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11321
8c0bf8b3
SM
113222010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11323
07125a91
SM
11324 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11325 Remove unused functions.
11326
f3a47002
SM
11327 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11328 Set find-tag-default-function as a variable rather than a property.
11329
8c0bf8b3
SM
11330 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11331 * progmodes/etags.el (tags-completion-at-point-function):
11332 Remove left over interactive spec. Add autoloading stub.
11333 (complete-tag): Use tags-completion-at-point-function.
11334
27601456
CY
113352010-04-30 Chong Yidong <cyd@stupidchicken.com>
11336
cb7f3653 11337 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11338
09d0284d
CY
113392010-04-29 Chong Yidong <cyd@stupidchicken.com>
11340
27d3cd56
CY
11341 * ido.el (ido-init-completion-maps): Remove C-v binding.
11342 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11343
3a07ffce
CY
113442010-04-29 Chong Yidong <cyd@stupidchicken.com>
11345
11346 * minibuffer.el (tags-completion-at-point-function): New function.
11347 (completion-at-point-functions): Use it.
11348
3a07ffce
CY
11349 * progmodes/etags.el (complete-tag): Revert last change.
11350
3d14bb73
AM
113512010-04-29 Alan Mackenzie <acm@muc.de>
11352
11353 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11354 off-by-one error (in end of macro position).
11355
7d353d11
SM
113562010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11359 firefox is absent. Don't autoload.
11360 (browse-url-galeon-program): Don't autoload.
11361
48111a85
CY
113622010-04-28 Chong Yidong <cyd@stupidchicken.com>
11363
11364 * bindings.el (complete-symbol): Move into minibuffer.el.
11365
11366 * minibuffer.el (complete-tag): Move from etags.el. If tags
11367 completion cannot be performed, return nil instead of signalling
11368 an error.
11369 (completion-at-point): Make it an alias for complete-symbol.
11370 (complete-symbol): Move from bindings.el, and replace with the
11371 body of completion-at-point.
11372
11373 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11374
7ba94701
MA
113752010-04-28 Michael Albinus <michael.albinus@gmx.de>
11376
11377 * net/tramp.el (tramp-remote-selinux-p): New defun.
11378 (tramp-handle-file-selinux-context)
11379 (tramp-handle-set-file-selinux-context): Use it.
11380
95c6cc3e
SS
113812010-04-28 Sam Steingold <sds@gnu.org>
11382
11383 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11384 `safe-local-variable' if the value is a string or a symbol with
11385 the property `bug-reference-url-format'.
11386
36045ff3
CY
113872010-04-28 Chong Yidong <cyd@stupidchicken.com>
11388
537ffaf3
SM
11389 * progmodes/bug-reference.el (bug-reference-url-format):
11390 Revert 2010-04-27 change due to security risk.
36045ff3 11391
56924d99
SM
113922010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 Make it possible to locally disable a globally enabled mode.
11395 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11396 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11397 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11398 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11399 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11400 that subsequent hooks get a chance to disable it.
11401
ccaa4765
SM
114022010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11403
17818d71
SM
11404 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11405 Avoid re-enabling a minor mode after the user turned the minor mode
11406 off if MODE-enable-in-buffers is run twice (typically once from
11407 fundamental-mode's after-change-major-mode-hook and a second time from
11408 run-mode-hook's own after-change-major-mode-hook).
11409
ccaa4765
SM
11410 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11411
2a6f654e
SS
114122010-04-27 Sam Steingold <sds@gnu.org>
11413
11414 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11415 `safe-local-variable' if the value is a string or a function, as
11416 documented and implemented on 2010-04-02.
11417
cecaa674
JB
114182010-04-27 Juanma Barranquero <lekktu@gmail.com>
11419
11420 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11421 when method is 'kill.
11422
114232010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11424
a628ad9d
JB
11425 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11426 condition in default directory check.
01c35094 11427 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11428 Kill ispell process when killing its associated buffer.
11429
7dd7fbb9
JD
114302010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11431
11432 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11433 but we aren't using it.
11434
7ac82b84
J
114352010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11436
11437 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11438 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11439
fea1add4
GM
114402010-04-24 Glenn Morris <rgm@gnu.org>
11441
11442 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11443 Ignore VCS-ignore files, and deleted nextstep preferences files.
11444 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11445 (authors-ambiguous-files): New list.
11446 (authors-valid-file-names): Add some deleted files.
11447 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11448 (authors-disambiguate-file-name): New function. (Bug#5501)
11449 (authors-canonical-file-name): Doc fix.
11450 Don't warn about obsolete files.
11451 (authors-canonical-file-name, authors-scan-el):
11452 Use authors-disambiguate-file-name.
11453
cbcfee6e
GM
11454 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11455 Add autoload cookies.
11456 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11457 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11458 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11459 They have definitions / compiler macros in cl.el.
11460 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11461 Replace manual autoloads with generated ones.
11462 (htmlfontify-unload-rgb-file): Remove autoload.
11463 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11464
3b548e1b
SM
114652010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11466
9ae0c310
SM
11467 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11468 (byte-compile-setq-default): Optimize for the
11469 single-var case and don't call byte-compile-form in this case to avoid
11470 inf-loop with byte-compile-set-default.
11471
3b548e1b
SM
11472 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11473
632c5478
MA
114742010-04-23 Michael Albinus <michael.albinus@gmx.de>
11475
11476 Implement SELINUX backends.
11477
3b548e1b
SM
11478 * net/tramp.el (tramp-file-name-handler-alist):
11479 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11480 (tramp-handle-file-selinux-context)
11481 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11482 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11483 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11484
3b548e1b
SM
11485 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11486 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11487 (tramp-gvfs-handle-file-selinux-context)
11488 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11489 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11490
11491 * net/ange-ftp.el (ange-ftp-copy-file):
11492 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11493 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11494 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11495 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11496
a94d821f
MA
114972010-04-22 Michael Albinus <michael.albinus@gmx.de>
11498
11499 Synchronize with Tramp repository.
11500
11501 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11502 (tramp-action-process-alive, tramp-action-out-of-band)
11503 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11504 (tramp-exists-file-name-handler): Fix docstring.
11505 (with-progress-reporter): New defmacro.
11506 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11507 (tramp-maybe-open-connection): Use it.
11508
a92375d9
MA
115092010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11510
11511 Detect ssh 'ControlMaster' argument automatically in some cases.
11512
11513 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11514 (tramp-default-method): Use it.
11515
489fe4c2
MA
115162010-04-22 Michael Albinus <michael.albinus@gmx.de>
11517
25f14cdb
MA
11518 * net/tramp.el (tramp-handle-copy-file): Add new optional
11519 parameter `preserve-selinux-context'.
11520 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11521
a92375d9
MA
115222010-04-22 Michael Albinus <michael.albinus@gmx.de>
11523
489fe4c2
MA
11524 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11525 Ensure, that non remote files are still checked. Oops.
11526
acd1f317
MA
115272010-04-21 Michael Albinus <michael.albinus@gmx.de>
11528
11529 Fix Bug#5840.
11530
11531 * icomplete.el (icomplete-completions): Use `non-essential'.
11532
11533 * net/tramp.el (tramp-connectable-p): New defun.
11534 (tramp-handle-expand-file-name)
11535 (tramp-completion-handle-file-name-all-completions)
11536 (tramp-completion-handle-file-name-completion): Use it.
11537
62c5b459
SM
115382010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11539
11540 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11541
f904c0f9
JD
115422010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11543
11544 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11545
11546 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11547
11548 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11549 is present.
11550
11551 * info.el (info-tool-bar-map): Add labels.
11552
11553 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11554
11555 * cus-edit.el (custom-commands): Add labels for tool bar.
11556 (custom-buffer-create-internal, Custom-mode): Adjust for
11557 labels in custom-commands.
11558
11559 * dynamic-setting.el: Renamed from font-setting.el.
11560
c5cbeb12
LL
115612010-04-21 John Wiegley <jwiegley@gmail.com>
11562
11563 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11564 toggles the use of virtual buffers.
537ffaf3 11565 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11566 (ido-toggle-virtual-buffers): New function.
11567
fcc93746
JB
115682010-04-21 Juanma Barranquero <lekktu@gmail.com>
11569
11570 Use `define-derived-mode'; fix window selection; doc fixes.
11571 * play/tetris.el (tetris, tetris-update-speed-function)
11572 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11573 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11574 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11575 (tetris-pause-game): Fix typos in docstrings.
11576 (tetris-mode-map, tetris-null-map):
11577 Move initialization into declaration.
11578 (tetris-mode): Define with `define-derived-mode';
11579 set show-trailing-whitespace to nil.
11580 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11581
574c05e2
KK
115822010-04-21 Karel Klíč <kklic@redhat.com>
11583
11584 * files.el (backup-buffer): Handle SELinux context, and return it
11585 if a backup was made by renaming.
11586 (backup-buffer-copy): Set SELinux context to the target file.
11587 (basic-save-buffer): Set SELinux context of the newly written file.
11588 (basic-save-buffer-1): Now it also returns any SELinux context.
11589 (basic-save-buffer-2): Set SELinux context of the newly created file,
11590 and return it.
11591 * net/tramp.el (tramp-file-name-for-operation):
11592 Add file-selinux-context.
11593
e97a42c1
SM
115942010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11595
f2b9ed18
SM
11596 Make the log-edit comments use RFC822 format throughout.
11597
e97a42c1
SM
11598 * vc.el (vc-checkin, vc-modify-change-comment):
11599 Adjust to new vc-start/finish-logentry.
11600 (vc-find-conflicted-file): New command.
11601 (vc-transfer-file): Adjust to new vc-checkin.
11602 (vc-next-action): Improve scoping.
11603
11604 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11605 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11606
11607 * vc-git.el (vc-git-log-edit-mode): Remove.
11608 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11609 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11610
11611 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11612 (vc-start-logentry): Remove argument `extra'.
11613 (vc-finish-logentry): Remove extra args.
11614
11615 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11616 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11617 (vc-bzr-conflicted-files): New function.
11618
11619 * log-edit.el (log-edit-extra-flags)
11620 (log-edit-before-checkin-process): Remove.
11621 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11622 (log-edit-headers-alist): New var.
11623 (log-edit-header-contents-regexp): New const.
11624 (log-edit-match-to-eoh): New function.
11625 (log-edit-font-lock-keywords): Use them.
11626 (log-edit): Insert a "Summary:" header as default.
11627 (log-edit-mode): Mark font-lock rules as case-insensitive.
11628 (log-edit-done): Cleanup headers.
11629 (log-view-process-buffer): Remove.
11630 (log-edit-extract-headers): New function to replace it.
11631
938efb77
JB
116322010-04-20 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * subr.el (default-direction-reversed): Remove obsolescence info.
11635
1cfb415b
SM
116362010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11637
cb4f9513
SM
11638 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11639 windows/frames.
11640
6e610c72
SM
11641 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11642 I.e. include text after point in the completion region.
11643 Also, return nil when we're not after/in a symbol.
11644
1cfb415b
SM
11645 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11646 default enable-multibyte-characters.
11647
c80fa13c
SM
116482010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11649
87926e02
SM
11650 * international/mule.el: Help the user choose a valid coding-system.
11651 (read-buffer-file-coding-system): New function.
11652 (set-buffer-file-coding-system): Use it. Prompt the user if the
11653 coding-system cannot encode all the chars.
11654
c80fa13c
SM
11655 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11656 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11657 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11658 Don't use *vc-bzr-shelve*.
11659
6e104790 116602010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11661
11662 Fix the version number for added files.
11663 * vc-hg.el (vc-hg-working-revision): Check if the file is
11664 registered after hg parent fails (Bug#5961).
11665
6e104790 116662010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11667
11668 * htmlfontify.el (htmlfontify-buffer)
11669 (htmlfontify-copy-and-link-dir): Autoload entry points.
11670
6e104790 116712010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11672
11673 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11674 name relative to the project root (Bug#5960).
11675
6e104790 116762010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11677
11678 * vc-git.el (vc-git-print-log): Doc fix.
11679
6e104790 116802010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11681
11682 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11683
53cfe624 116842010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11685
11686 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11687 default settings (Bug#5928).
11688
6e104790 116892010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11690
11691 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11692 New function.
0a23b2c3 11693 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11694
6e104790 116952010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11696
11697 * language/indian.el (malayalam-composable-pattern): Fix previous
11698 change (add U+0D4D "SIGN VIRAMA").
11699 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11700 (tamil-composable-pattern): Fix typo in the regexp.
11701 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11702 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11703 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11704
6e104790 117052010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11706
11707 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11708 paragraph-separate (Bug#5821).
11709
6e104790 117102010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11711
11712 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11713
11714 * info.el (Info-find-node-2): Comment out code that skips
11715 breadcrumbs line.
11716 (Info-mouse-follow-link): New command.
11717 (Info-link-keymap): New keymap.
11718 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11719 Return a string with links instead of inserting breadcrumbs
11720 to the Info buffer.
11721 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11722 Instead of putting the `invisible' text property over the Info
11723 header, make an overlay over the Info header with the `invisible'
11724 property and `after-string' set to the string returned by
11725 `Info-breadcrumbs'.
11726
6e104790 117272010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11728
11729 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11730 Reported by monkey@sandpframing.com.
11731
98923800
SM
117322010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11733
b5feea0f
SM
11734 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11735 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11736 available in the "keyseq cache" any more.
11737
98923800
SM
11738 * custom.el (defcustom): Add edebug spec.
11739
fd5c9dfa
JL
117402010-04-18 Juri Linkov <juri@jurta.org>
11741
11742 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11743
11744 * view.el (view-file, view-buffer): Move test for special mode-class
11745 from view-file to view-buffer.
11746
11747 * tar-mode.el (tar-extract): Turn if's into one cond
11748 like in arc-mode.el.
11749
b3671a51
JL
117502010-04-18 Juri Linkov <juri@jurta.org>
11751
11752 Add 7z archive format support (bug#5475).
11753
11754 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11755 (archive-7z-extract): New defcustom.
11756 (archive-find-type): Add magic string for 7z.
11757 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11758 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11759 `buffer' arg of `call-process'.
11760 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11761 call the function `archive-7z-extract' with the variable
11762 `archive-7z-extract' let-bound to `archive-zip-extract'.
11763 (archive-7z-summarize, archive-7z-extract): New functions.
11764
11765 * international/mule.el (auto-coding-alist):
11766 * files.el (auto-mode-alist): Add 7z file extension.
11767
8a37fb25
SM
117682010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11769
e9515805
SM
11770 * loadup.el: Setup hash-cons for pure data.
11771
f8ea0098
SM
11772 Fix duplicate entries in cedet's loaddefs.el files.
11773 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11774 Should make most file-local generated-autoload-file unnecessary.
11775 (print-readably): Silence warnings.
11776 (autoload-find-destination): Take load-name as an arg to make sure
11777 it's the same as the one that will be in the file.
11778 (autoload-generate-file-autoloads): Adjust to above changes.
11779 Try to make the dataflow a bit simpler.
11780
8a37fb25
SM
11781 * cvs-status.el (cvs-refontify): Remove unused.
11782
f8b91752
JB
117832010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11784
76e3243a 11785 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11786
76e3243a 11787 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11788 twos-complement mode.
11789
d8b01fef
JB
117902010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11791
76e3243a
JB
11792 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11793 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11794 (calc-inverse): Add "Option" to message, as appropriate.
11795 (calc-hyperbolic): Add "Option" to message, as appropriate.
11796 (calc-option, calc-is-option): New functions.
11797
76e3243a 11798 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11799 (calc-option-prefix-help): New function.
11800
76e3243a 11801 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11802
76e3243a 11803 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11804 (calc-option-flag): New variable.
11805 (calc-do): Set `calc-option-flag to nil.
11806 (calc-set-mode-line): Add "Opt " as appropriate.
11807
74f806a1
JL
118082010-04-16 Juri Linkov <juri@jurta.org>
11809
11810 Move scrolling commands from simple.el to window.el
11811 because their primitives are implemented in window.c.
11812
11813 * simple.el (scroll-error-top-bottom)
11814 (scroll-up-command, scroll-down-command, scroll-up-line)
11815 (scroll-down-line, scroll-other-window-down)
11816 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11817 * window.el (scroll-error-top-bottom)
11818 (scroll-up-command, scroll-down-command, scroll-up-line)
11819 (scroll-down-line, scroll-other-window-down)
11820 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11821 Move from simple.el to window.el because their primitives are
11822 implemented in window.c.
11823
ad40eec5
JL
118242010-04-16 Juri Linkov <juri@jurta.org>
11825
11826 * isearch.el (isearch-lookup-scroll-key): Check both
11827 `isearch-scroll' and `scroll-command' properties.
11828 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11829
11830 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11831
11832 * simple.el (scroll-up-command, scroll-down-command)
11833 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11834
a4b000fb
JL
118352010-04-15 Juri Linkov <juri@jurta.org>
11836
11837 * simple.el (scroll-up-command, scroll-down-command)
11838 (scroll-up-line, scroll-down-line): Put `scroll-command'
11839 property on the these symbols. Remove them from
11840 `scroll-preserve-screen-position-commands'.
11841
11842 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11843 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11844 Remove it from `scroll-preserve-screen-position-commands'.
11845
11846 * isearch.el (isearch-allow-scroll): Doc fix.
11847
4874f5e6
MA
118482010-04-15 Michael Albinus <michael.albinus@gmx.de>
11849
11850 * net/tramp.el (tramp-error-with-buffer): Don't show the
11851 connection buffer when we are in completion mode.
11852 (tramp-file-name-handler): Catch the error for some operations
11853 when we are in completion mode. This gives the user the chance to
11854 correct the file name in the minibuffer.
11855
82883f0a
GM
118562010-04-15 Glenn Morris <rgm@gnu.org>
11857
11858 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11859
528b9ea9
JB
118602010-04-15 Juanma Barranquero <lekktu@gmail.com>
11861
11862 Simplify by using `define-derived-mode'.
11863 * info.el (Info-mode):
11864 * calendar/todo-mode.el (todo-mode):
11865 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11866 (gomoku-mode-map): Move initialization into declaration.
11867
5f2b693f
MA
118682010-04-14 Michael Albinus <michael.albinus@gmx.de>
11869
11870 Fix Bug#5840.
11871 * ido.el (ido-file-name-all-completions-1):
11872 * minibuffer.el (minibuffer-completion-help):
11873 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11874
ebb9641f
SM
118752010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11876
38111a5a
SM
11877 * simple.el (non-essential): New var.
11878
ebb9641f
SM
11879 Add a new field `location' to bookmarks for non-file bookmarks.
11880 * bookmark.el (bookmark-location): Use the new field, if present.
11881 (bookmark-insert-location): Undo last change, not needed any more.
11882 * man.el (Man-bookmark-make-record):
11883 * woman.el (woman-bookmark-make-record): Add `location' field.
11884
7b05466f
JL
118852010-04-14 Juri Linkov <juri@jurta.org>
11886
11887 * simple.el (scroll-error-top-bottom): New defcustom.
11888 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11889
11890 * emulation/pc-select.el (pc-select-override-scroll-error):
11891 Obsolete in favor of `scroll-error-top-bottom'.
11892
32129746
JL
118932010-04-14 Juri Linkov <juri@jurta.org>
11894
11895 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11896 `scroll-up-command' and `M-v' to `scroll-down-command'.
11897
11898 * emulation/cua-rect.el (cua--init-rectangles):
11899 * forms.el (forms--change-commands):
11900 * image-mode.el (image-mode-map):
11901 Remap scroll-down-command and scroll-up-command
11902 in addition to scroll-down and scroll-up.
11903
9013a7f8
JL
119042010-04-14 Juri Linkov <juri@jurta.org>
11905
11906 * mwheel.el (scroll-preserve-screen-position-commands):
11907 Add mwheel-scroll to this list of commands.
11908
11909 * simple.el (scroll-preserve-screen-position-commands):
11910 Add scroll-up-command, scroll-down-command, scroll-up-line,
11911 scroll-down-line to this list of commands.
11912
3b7e1d5f
SM
119132010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11914
c1e25821
SM
11915 * obsolete/complete.el: Move from lisp/complete.el.
11916
5b31b787
SM
11917 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11918
3b7e1d5f
SM
11919 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11920 to the minor mode function now turns the mode ON unconditionally.
11921
398a825b
SM
119222010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11923
a544e7c1
SM
11924 * vc-dir.el (vc-dir-kill-line): New command.
11925 (vc-dir-mode-map): Bind it to C-k.
11926
a1979d8e
SM
11927 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11928
398a825b
SM
11929 * woman.el: Add bookmark declarations to silence the compiler.
11930 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11931 step to compatibility between man and woman bookmarks.
11932 Adjust for Man-default-bookmark-title renaming.
11933 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11934
11935 * man.el: Add bookmark declarations to silence the compiler.
11936 (Man-name-local-regexp): Make it match NAME as well.
11937 (Man-getpage-in-background): Return the buffer.
11938 (Man-notify-when-ready): Use `case'.
11939 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11940 Don't hardcode "NAME". Simplify.
11941 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11942 Rename from Man-bookmark-make-record.
11943 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11944 we have the actual man-args. Use Man-getpage-in-background rather
11945 than `man' since the arg is already processed. Let bookmark.el do the
11946 window handling. Only wait for the relevant process.
11947 Don't forget to autoload.
11948
11949 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11950
45be326a
TV
119512010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11952
11953 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11954 New functions.
11955 (woman-mode): Setup bookmark support.
11956
11957 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11958 (man-bookmark-jump): New functions.
11959 (Man-mode): Setup bookmark support.
11960
3acb4c93
CY
119612010-04-10 Jari Aalto <jari.aalto@cante.net>
11962
11963 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11964 recognize ssh-keygen prompt (Bug#2817).
11965
b6bbb65e
MA
119662010-04-10 Michael Albinus <michael.albinus@gmx.de>
11967
11968 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11969
b533bc97
MA
119702010-04-10 Michael Albinus <michael.albinus@gmx.de>
11971
11972 Synchronize with Tramp repository.
11973
11974 * net/tramp.el (tramp-completion-function-alist)
11975 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11976 (tramp-local-coding-commands, tramp-remote-coding-commands):
11977 Fix docstring.
11978 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11979 (tramp-handle-directory-files-and-attributes)
11980 (tramp-get-remote-path): Use `copy-tree'.
11981 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11982 compatibility: Use `completion-ignore-case' if
11983 `read-file-name-completion-ignore-case' does not exist.
11984 (tramp-do-copy-or-rename-file-directly): Do not use
11985 `tramp-handle-file-remote-p'.
45be326a
TV
11986 (tramp-do-copy-or-rename-file-out-of-band):
11987 Use `tramp-compat-delete-directory'.
b533bc97 11988 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11989 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11990 Use `format-spec-make'.
b533bc97
MA
11991 (tramp-find-foreign-file-name-handler)
11992 (tramp-advice-make-auto-save-file-name)
11993 (tramp-set-auto-save-file-modes): Remove superfluous check for
11994 `stringp'. This is done inside `tramp-tramp-file-p'.
11995 (tramp-debug-outline-regexp): New defconst.
11996 (tramp-get-debug-buffer): Use it.
11997 (tramp-check-for-regexp): Use (forward-line 1).
11998 (tramp-set-auto-save-file-modes): Adapt version check.
11999
45be326a
TV
12000 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12001 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12002 (tramp-compat-make-temp-file): Simplify fallback implementation.
12003 (tramp-compat-copy-tree): Remove function.
12004 (tramp-compat-delete-directory): Provide implementation for older
12005 Emacsen.
12006
12007 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12008 Do not use `tramp-fish-handle-file-attributes.
12009
12010 * net/trampver.el: Update release number.
12011
ba33df00
GM
120122010-04-10 Glenn Morris <rgm@gnu.org>
12013
12014 * progmodes/compile.el (compilation-save-buffers-predicate):
12015 Add missing :version tag.
12016
4a8ae76f
SS
120172010-04-09 Sam Steingold <sds@gnu.org>
12018
12019 * progmodes/compile.el (compilation-save-buffers-predicate):
12020 Remove the "autoload" cookie.
12021
0880716f
SS
12022 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12023 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12024 and `bug-reference-prog-mode' can be used in hooks directly.
12025
6aebd58c
DN
120262010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12027
12028 Add --author support to git commit.
12029 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12030 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12031 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12032 New declarations.
6aebd58c 12033
f6d90772
ER
120342010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12035
12036 * vc-hooks.el, vc-git.el: Improve documentation comments.
12037
e754e83b
SM
120382010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12039
12040 Fix some of the problems in defsubst* (bug#5728).
12041 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12042 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12043
9e86ab0b
SS
120442010-04-07 Sam Steingold <sds@gnu.org>
12045
e754e83b
SM
12046 * progmodes/compile.el (compilation-save-buffers-predicate):
12047 New custom variable.
9e86ab0b
SS
12048 (compile, recompile): Pass it to `save-some-buffers'.
12049
b0c8b840
JD
120502010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12051
12052 * wid-edit.el (widget-choose): Move cursor to the second line of
12053 the buffer (Bug#5695).
12054
31527c56
DN
120552010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12056
12057 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12058 * vc.el (vc-print-log-setup-buttons): New function split out from
12059 vc-print-log-internal.
12060 (vc-log-internal-common): New function, a parametrized version of
12061 vc-print-log-internal.
12062 (vc-print-log-internal): Just call vc-log-internal-common with the
12063 right arguments.
12064 (vc-incoming-outgoing-internal):
12065 (vc-log-incoming, vc-log-outgoing): New functions.
12066 (vc-log-view-type): New permanent local variable.
12067
12068 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12069
12070 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12071 of the dynamic bound vc-short-log.
12072 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12073
12074 * vc-git.el (vc-git-log-outgoing): New function.
12075 (vc-git-log-view-mode): Use vc-log-view-type instead
12076 of the dynamic bound vc-short-log.
12077
12078 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12079 of the dynamic bound vc-short-log. Highlight the tag.
12080 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12081 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12082 (vc-hg-incoming-mode): Remove.
12083 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12084
7ec69e2b
DN
120852010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12086
12087 Fix default-directory for vc-root-diff.
12088 * vc.el (vc-root-diff): Bind default-directory to the root
12089 directory for the diff command.
12090
fd9ea9d3
WS
120912010-04-07 Michael McNamara <mac@mail.brushroad.com>
12092
6e104790 12093 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12094 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12095 word keywords, suggested by Steve Pearlmutter.
6e104790 12096 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12097 port lists.
6e104790 12098 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12099 fix bug for /* / comments.
6e104790 12100 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12101 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12102 (verilog-pretty-declarations): Enhance to line up declarations
12103 inside a parameter list, suggested by Alan Morgan.
12104 (verilog-pretty-expr): Tune assignment regular expression match
12105 string for corner cases; also use markers instead of character
12106 number as indent changes the later.
fd9ea9d3
WS
12107
121082010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12109
6e104790
SM
12110 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12111 as missing keyword.
12112 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12113 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12114 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12115 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12116 Tennant.
12117 (verilog-keywords):
fd9ea9d3
WS
12118 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12119 1800-2009 keywords, including "global.".
12120
2a07afc5
JW
121212010-04-06 John Wiegley <jwiegley@gmail.com>
12122
8b32731a 12123 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12124 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12125 file basename). Should use uniquify to offer a real solution.
2a07afc5 12126
f9a27d86
JW
121272010-04-06 John Wiegley <jwiegley@gmail.com>
12128
8b32731a
JB
12129 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12130 comment to code, and add a :version tag.
12131 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12132
9caf8a8f
JB
121332010-04-06 Juanma Barranquero <lekktu@gmail.com>
12134
12135 Enable recentf-mode if using virtual buffers.
12136 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12137 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12138 (ido-make-buffer-list): Simplify.
12139 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12140
5a97d2da
JL
121412010-04-05 Juri Linkov <juri@jurta.org>
12142
12143 Scrolling commands which scroll a line instead of full screen.
12144 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12145
12146 * simple.el (scroll-up-line, scroll-down-line): New commands.
12147 Put property isearch-scroll=t on them.
12148
12149 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12150 Remove commands.
12151
79ce172a
JL
121522010-04-05 Juri Linkov <juri@jurta.org>
12153
8b32731a 12154 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12155 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12156
12157 * simple.el (scroll-up-command, scroll-down-command): New commands.
12158 Put property isearch-scroll=t on them.
12159
12160 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12161 `scroll-down-command' and [next] from `scroll-up' to
12162 `scroll-up-command'.
12163
12164 * emulation/cua-base.el: Put property CUA=move on
12165 `scroll-up-command' and `scroll-down-command'.
12166 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12167 and `scroll-down-command' to `cua-scroll-down'.
12168
309d5b43
JB
121692010-04-05 Juanma Barranquero <lekktu@gmail.com>
12170
6460e534 12171 * help.el (describe-mode): Return nil.
309d5b43 12172
0523d117
JW
121732010-04-04 John Wiegley <jwiegley@gmail.com>
12174
12175 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12176 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12177 (ido-virtual): Face used to indicate virtual buffers in the list.
12178 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12179 exists, but a virtual buffer of that name does (which would be why
12180 it was in the list), recreate the buffer by reopening the file.
12181 (ido-make-buffer-list): If virtual buffers are being used, call
12182 `ido-add-virtual-buffers-to-list' before the make list hook.
12183 (ido-virtual-buffers): New variable which contains a copy of the
12184 current contents of the `recentf-list', albeit pared down for the
12185 sake of speed, and with proper faces applied.
12186 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12187 create a list of "virtual buffers" to present to the user in
12188 addition to the currently open set. Note that this logic could
12189 get rather slow if that list is too large. With the default
12190 `recentf-max-saved-items' of 200, there is little speed penalty.
12191
202ff0d6
SM
121922010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * font-lock.el: Require CL when compiling.
12195 (font-lock-turn-on-thing-lock): Use `case'.
12196
ef43a0f4
EZ
121972010-04-03 Eli Zaretskii <eliz@gnu.org>
12198
12199 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12200 Zaretskii.
ef43a0f4 12201
9c13a46e
JL
122022010-04-02 Juri Linkov <juri@jurta.org>
12203
12204 * ehelp.el (electric-help-orig-major-mode):
12205 New buffer-local variable.
12206 (electric-help-mode): Set it to original major-mode. Doc fix.
12207 (with-electric-help): Use `electric-help-orig-major-mode' instead
12208 of (default-value 'major-mode). Doc fix.
12209 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12210
3fb87bf5
SS
122112010-04-02 Sam Steingold <sds@gnu.org>
12212
12213 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12214 `vc-hg-command' with a list of flags.
12215
202ff0d6
SM
12216 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12217 Also accept "patch" and "RFE".
dbb5e44a
SS
12218 (bug-reference-fontify): `bug-reference-url-format' can also be a
12219 function to be able to handle the bug kind.
202ff0d6 12220 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12221
d0b22876
JD
122222010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12223
12224 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12225 value to fboundp, it may not be a symbol.
12226
1625d379
CY
122272010-03-31 Chong Yidong <cyd@stupidchicken.com>
12228
202ff0d6 12229 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12230
1cd095c6
JL
122312010-03-31 Juri Linkov <juri@jurta.org>
12232
12233 * simple.el (next-line, previous-line): Re-throw a signal
12234 with `signal' instead of using `ding'.
12235 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12236
67189e62
JL
122372010-03-31 Juri Linkov <juri@jurta.org>
12238
12239 * simple.el (keyboard-escape-quit): Raise deselecting the active
12240 region higher than exiting the minibuffer.
12241 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12242
1546c559
JL
122432010-03-31 Juri Linkov <juri@jurta.org>
12244
12245 * image.el (image-animated-p): Use `image-metadata' instead of
12246 `image-extension-data'. Get GIF extenstion data from metadata
12247 property `extension-data'.
12248
85626eef
SM
122492010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12250
12251 * simple.el (append-to-buffer): Simplify.
12252
85738751 122532010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12254
12255 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12256 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12257
85738751 122582010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12259
12260 * language/sinhala.el (composition-function-table): Fix regexp for
12261 the new Unicode specification.
12262
12263 * language/indian.el (devanagari-composable-pattern)
12264 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12265 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12266 specification.
12267 (bengali-composable-pattern, gurmukhi-composable-pattern)
12268 (gujarati-composable-pattern, oriya-composable-pattern)
12269 (telugu-composable-pattern): New variables to cope with the new
12270 Unicode specification. Use them in composition-function-table.
12271
85738751 122722010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12273
79d74ac5 12274 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12275 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12276 vectors rather than cons cells, as used in menu-bar-update-buffers.
12277
85738751 122782010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12279
2a793f7f
CY
12280 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12281 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12282 electric punctuation for "{}();,:" (Bug#5586).
12283
03ffe8be
CY
12284 * mail/sendmail.el (mail-default-directory): Doc fix.
12285
85738751 122862010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12287
12288 * mail/sendmail.el (mail-default-directory): Doc fix.
12289
85738751 122902010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12291
12292 * subr.el (version-regexp-alist, version-to-list)
12293 (version-list-<, version-list-=, version-list-<=)
12294 (version-list-not-zero, version<, version<=, version=): Doc fix.
12295 (Bug#5744).
12296
85738751 122972010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12298
12299 * vc.el (vc-root-diff): Doc fix.
12300
85738751 123012010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12302
9aa2c576
CY
12303 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12304
9d30a9f4
CY
12305 * simple.el (append-to-buffer): Fix last change.
12306
85738751 123072010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12308
12309 * simple.el (append-to-buffer): Ensure that point is preserved if
12310 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12311 (Bug#5749)
12312
2372f278
SM
123132010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * files.el (auto-mode-case-fold): Change default to t.
12316
2223a1b3
JL
123172010-03-30 Juri Linkov <juri@jurta.org>
12318
12319 * dired-x.el (dired-omit-mode): Doc fix.
12320
0ef84fc8
JL
123212010-03-30 Juri Linkov <juri@jurta.org>
12322
12323 * replace.el (occur-accumulate-lines): Move occur-engine related
12324 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12325 to be located after `occur-engine'.
12326
dc2d2590
JL
123272010-03-30 Juri Linkov <juri@jurta.org>
12328
12329 Make occur handle multi-line matches cleanly with context.
12330 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12331
12332 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12333 (occur-engine): Add local variables `ret', `prev-after-lines',
12334 `prev-lines'. Use more arguments for `occur-context-lines'.
12335 Set first elem of its returned list to `data', and the second elem
12336 to `prev-after-lines'. Don't print the separator line.
12337 In the end, print remaining context after-lines.
12338 (occur-context-lines): Add new arguments `begpt', `endpt',
12339 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12340 after-lines of the previous match with before-lines of the
12341 current match and not overlap them. Return a list with two
12342 values: the output line and the list of context after-lines.
12343
47c88c06
JL
123442010-03-30 Juri Linkov <juri@jurta.org>
12345
12346 * replace.el (occur-accumulate-lines): Fix a bug where the first
12347 context line at the beginning of the buffer was missing.
12348
a7b02820
EZ
123492010-03-30 Eli Zaretskii <eliz@gnu.org>
12350
12351 * files.el: Make bidi-display-reordering safe variable for boolean
12352 values.
12353
9326ba26 123542010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12355 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12356
12357 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12358 (progress-reporter-update, progress-reporter-do-update):
12359 Handle non-numeric value arguments.
9326ba26
CY
12360 (progress-reporter--pulse-characters): New var.
12361
f6f8aa12
CY
123622010-03-28 Chong Yidong <cyd@stupidchicken.com>
12363
12364 * progmodes/compile.el (compilation-start): Fix regexp detection
12365 of initial cd command (Bug#5771).
12366
7ed287b5
CY
123672010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12368
12369 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12370
146b8b16
NR
123712010-03-27 Nick Roberts <nickrob@snap.net.nz>
12372
12373 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12374 * progmodes/gdb-mi.el: Restore.
12375 * progmodes/gdb-ui.el: Remove.
12376 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12377
b23caf75
GM
123782010-03-25 Glenn Morris <rgm@gnu.org>
12379
12380 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12381 all dired buffers, even tramp ones. (Bug#5755)
12382
18c812bd
SM
123832010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 Add "union tags" in mpc.el.
12386 * mpc.el: Remove backward compatibility code.
12387 (mpc-browser-tags): Change default.
12388 (mpc--find-memoize-union-tags): New var.
12389 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12390 (mpc-cmd-find): Handle the case where the playlist does not exist.
12391 Handle union-tags.
12392 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12393 (mpc-cmd-add): Use mpc-cmd-flush.
12394 (mpc-tagbrowser-tag-name): New fun.
12395 (mpc-tagbrowser-buf): Use it.
12396 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12397
efee6a6d
SM
123982010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12399
9586c41a
SM
12400 Misc cleanup.
12401 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12402 Use replace-regexp-in-string.
12403 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12404 (makefile-imake-mode-syntax-table): Move init into defvar.
12405 (makefile-mode): Use define-derived-mode.
12406
efee6a6d
SM
12407 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12408 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12409 not be present any more.
12410
c6f3804c
JB
124112010-03-24 Juanma Barranquero <lekktu@gmail.com>
12412
12413 * faces.el (set-face-attribute): Fix typo in docstring.
12414 (face-valid-attribute-values): Reflow docstring.
12415
e867cb5d 124162010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12417
efee6a6d 12418 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12419
e867cb5d 124202010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12421
12422 * indent.el (indent-for-tab-command): Doc fix.
12423
e867cb5d 124242010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12425
efee6a6d
SM
12426 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12427 Fix off-by-one error. Fixes bug #5747.
657071fc 12428
e867cb5d 124292010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12430
12431 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12432 (image-dired-read-comment): Doc fix.
12433
efee6a6d
SM
12434 * json.el (json-object-type, json-array-type, json-key-type)
12435 (json-false, json-null, json-read-number):
c8de140b
JB
12436 * minibuffer.el (completion-in-region-functions):
12437 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12438 (cal-tex-cursor-week):
12439 * emacs-lisp/trace.el (trace-function):
12440 * eshell/em-basic.el (eshell/printnl):
12441 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12442 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12443 * obsolete/levents.el (allocate-event, event-key, event-object)
12444 (event-point, event-process, event-timestamp, event-to-character)
12445 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12446 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12447 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12448 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12449 (reftex-highlight-selection): Fix typos in docstrings.
12450
e867cb5d 124512010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12452
12453 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12454
e867cb5d 124552010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12456
12457 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12458 2008-02-13 without comment; mark it obsolete.
12459 (rmail-highlight-headers): Use rmail-highlight-face once more.
12460
e867cb5d 124612010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12462
12463 * woman.el (woman2-process-escapes): Only consume the newline if
12464 the filler character is on a line by itself (Bug#5729).
12465
e867cb5d 124662010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12467
12468 * language/indian.el (devanagari-composable-pattern): Add more
12469 consonants.
12470
e867cb5d 124712010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12472
12473 * net/trampver.el: Update release number.
12474
e867cb5d 124752010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12476
efee6a6d
SM
12477 * net/tramp.el (tramp-find-executable):
12478 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12479 output of "wc -l" more robust.
12480 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12481 (tramp-open-connection-setup-interactive-shell): Remove workaround
12482 for OpenSolaris bug, it is not needed anymore.
12483
e867cb5d 124842010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12485
12486 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12487
e867cb5d 124882010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12489
12490 * files.el (auto-mode-alist): Accept more verilog file patterns.
12491
b2b8574b
SM
124922010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12493
12494 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12495
1d94ebb0
GM
124962010-03-24 Glenn Morris <rgm@gnu.org>
12497
7e263967
GM
12498 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12499 log-edit-before-checkin-process.
12500
5ac92c5f
GM
12501 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12502
12503 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12504
549f324a
GM
12505 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12506 (log-view-process-buffer, log-edit-extra-flags): Declare.
12507
495b517c
GM
12508 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12509
f4087766
SS
125102010-03-23 Sam Steingold <sds@gnu.org>
12511
12512 Fix bug#5620: recalculate all markers on compilation buffer
12513 modifications, not on file modifications.
38e9aa53
GM
12514 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12515 variable: the buffer modification time, for buffers not associated with
12516 files.
f4087766
SS
12517 (compilation-mode): Create it.
12518 (compilation-filter): Update it.
12519 (compilation-next-error-function): Use it instead of
12520 `visited-file-modtime' for timestamp.
12521
774642e5
JL
125222010-03-23 Juri Linkov <juri@jurta.org>
12523
12524 Implement Occur multi-line matches.
12525 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12526
12527 * replace.el (occur): Doc fix.
12528 (occur-engine): Set `begpt' to the beginning of the first line.
12529 Set `endpt' to the end of the last match line. At first, count
12530 line numbers between `origpt' and `begpt'. Split out code from
12531 `out-line' variable to new let-bindings `match-prefix' and
12532 `match-str'. In `out-line' add non-numeric prefix to all
12533 non-first lines of multi-line matches. Finally, count lines
12534 between `begpt' and `endpt' and add to `lines'.
12535
f14d1172
JL
125362010-03-23 Juri Linkov <juri@jurta.org>
12537
12538 * replace.el (occur-accumulate-lines, occur-engine):
12539 Use `occur-engine-line' instead of duplicate code.
12540 (occur-engine-line): New function created from duplicate code
12541 in `occur-accumulate-lines' and `occur-engine'.
12542
53e87c57
JL
12543 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12544 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12545
75a3ff20
JL
125462010-03-23 Juri Linkov <juri@jurta.org>
12547
12548 * finder.el: Remove TODO tasks.
12549
12550 * info.el (Info-finder-find-node): Add node "all"
12551 with all package info. Handle a list of multiple keywords
12552 separated by comma.
12553 (info-finder): In interactive use with a prefix argument,
12554 use `completing-read-multiple' to read a list of keywords
12555 separated by comma.
12556
00278747
SM
125572010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12558
12559 Add a new completion style `substring'.
12560 * minibuffer.el (completion-basic--pattern): New function.
12561 (completion-basic-try-completion, completion-basic-all-completions):
12562 Use it.
12563 (completion-substring--all-completions)
12564 (completion-substring-try-completion)
12565 (completion-substring-all-completions): New functions.
12566 (completion-styles-alist): New style `substring'.
12567
64cb11cc
SM
125682010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12569
12570 Get rid of .elc files after removal of the corresponding .el.
12571 * Makefile.in (compile-clean): New target.
12572 (compile-main): Use it.
12573
835e2c65
JD
125742010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12575
12576 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12577 don't do make there. When compiling with separate object dir, there
12578 is no Makefile there.
12579
111a9dff
SM
125802010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 Get rid of the ELCFILES abomination, again.
12583 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12584 (all, compile): Don't call compile-last.
12585 (compile-main): Build the "elcfiles" list dynamically.
12586 (compile-targets): New (internal) target.
12587
82c3d67a
AS
125882010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12589
12590 * Makefile.in (top_srcdir): Define.
12591 (abs_top_builddir): Define.
12592 (srcdir): Don't append `/..'.
12593 (EMACS): Use ${abs_top_builddir}.
12594 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12595 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12596 $(srcdir).
82c3d67a
AS
12597 (lisp): Use $(srcdir) instead of @srcdir@.
12598
d66ecdbb
JL
125992010-03-21 Juri Linkov <juri@jurta.org>
12600
12601 Fix message of multi-line occur regexps and multi-buffer header lines.
12602 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12603
12604 * replace.el (occur-1): Don't display regexp if it is longer
12605 than window-width. Use `query-replace-descr' to display regexp.
12606 (occur-engine): Don't display regexp in the buffer header for
12607 multi-buffer occur. Display a separate header line with total
12608 match count and regexp for multi-buffer occur.
12609 Use `query-replace-descr' to display regexp.
12610
f05e1b94
TZ
126112010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12612
12613 * net/secrets.el: Fix parenthesis.
12614 (secrets-enabled): Fix parenthesis.
12615
801ba3ba
SM
126162010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12617
3613edce
SM
12618 Use more relative file and directory names.
12619 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12620 (setwins, setwins_almost, setwins_for_subdirs):
12621 Don't `cd'; output relative names.
12622 (all, compile, compile-always, compile-last): Set emacswd.
12623 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12624 Just cd to the lisp source dir so we can use relative file names.
12625
801ba3ba
SM
12626 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12627
2b1400b9
GM
126282010-03-20 Glenn Morris <rgm@gnu.org>
12629
12630 * textmodes/rst.el: Use faces for font-lock customization, and make the
12631 old -face variables obsolete.
12632 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12633 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12634 (rst-block-face, rst-external-face, rst-definition-face)
12635 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12636 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12637 Make obsolete.
12638 (rst-font-lock-keywords-function): Update for above changes.
12639
5e418f17
JL
126402010-03-20 Juri Linkov <juri@jurta.org>
12641
12642 * s-region.el:
12643 * obsolete/s-region.el: Move to obsolete.
12644
b0287b39
JB
126452010-03-19 Juanma Barranquero <lekktu@gmail.com>
12646
12647 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12648
3c95bbb6
DN
126492010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12650
12651 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12652
09158997
DN
126532010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12654
12655 Add special markup processing for commit logs.
12656 * log-edit.el (log-edit-extra-flags): New variable.
12657 (log-edit): Add new argument MODE. Use that mode when non-nil
12658 instead of the log-view-mode.
12659 (log-view-process-buffer): New function.
12660
12661 * vc.el: Document that the checkin method takes optional
12662 arguments. Document new backend specific method: log-view-mode.
12663 (vc-default-log-edit-mode): New function.
12664 (vc-checkin): Use a backend specific log-view-mode.
12665 Pass extra arguments to the checkin method.
12666 (vc-modify-change-comment): Pass a dummy extra argument.
12667
12668 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12669 log-edit.
12670 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12671 (vc-finish-logentry): Process the log buffer before passing it
12672 down. Pass log-edit-extra-flags.
12673
12674 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12675 command.
85626eef
SM
12676 (log-edit-extra-flags, log-edit-before-checkin-process):
12677 New declarations.
09158997
DN
12678
12679 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12680 command.
85626eef
SM
12681 (log-edit-extra-flags, log-edit-before-checkin-process):
12682 New declarations.
09158997
DN
12683 (vc-hg-log-edit-mode): New derived mode.
12684
12685 * vc-arch.el (vc-arch-checkin):
12686 * vc-cvs.el (vc-cvs-checkin):
12687 * vc-git.el (vc-git-checkin):
12688 * vc-mtn.el (vc-mtn-checkin):
12689 * vc-rcs.el (vc-rcs-checkin):
12690 * vc-sccs.el (vc-sccs-checkin):
12691 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12692
f430423d
SM
126932010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12696 parent typo).
12697
aa8f8277
GM
126982010-03-19 Glenn Morris <rgm@gnu.org>
12699
f430423d 12700 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12701
04525749
GM
127022010-03-18 Glenn Morris <rgm@gnu.org>
12703
c70815f1
GM
12704 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12705
84d0a5f8
GM
12706 * replace.el (query-replace-history): Give it a doc string.
12707 (map-query-replace-regexp): Use query-replace-from-history-variable
12708 and query-replace-to-history-variable.
12709
e3a15161
GM
12710 * mail/hashcash.el (declare-function): Remove duplicate definition.
12711
27be0364
GM
12712 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12713 Make it an obsolete alias for report-emacs-bug-address.
12714 (message-strip-special-text-properties): Declare.
12715 (report-emacs-bug): Remove test for a pretest bug address.
12716 Combine message-mode-specific code.
12717
88b8d18e
GM
12718 * mail/supercite.el: Don't require sendmail.
12719 (mh-in-header-p): Declare rather than using with-no-warnings.
12720 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12721 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12722
1a355d09
GM
12723 * calendar/cal-french.el: Convert to utf-8.
12724
04525749
GM
12725 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12726 Emacs scripts.
12727
ae84eb97
MA
127282010-03-16 Michael Albinus <michael.albinus@gmx.de>
12729
12730 * net/secrets.el (secrets-enabled): New variable. Use it instead
12731 of a subfeature.
12732
7c75524e
MA
127332010-03-15 Michael Albinus <michael.albinus@gmx.de>
12734
12735 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12736 service "org.freedesktop.secrets" can be pinged.
12737 Provide subfeature `enabled'.
7c75524e 12738
57938a79
JL
127392010-03-14 Juri Linkov <juri@jurta.org>
12740
12741 Add finder unknown keywords.
12742
12743 * finder.el (finder-unknown-keywords): New function.
12744
12745 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12746 to create a Finder node with unknown keywords.
12747
88f4758e
JL
127482010-03-14 Juri Linkov <juri@jurta.org>
12749
12750 * finder.el (finder-compile-keywords): Replace `princ' with
12751 `prin1' on a list of symbols interned from keyword strings.
12752
12753 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12754 a comma, then split keywords using a comma and optional whitespace.
12755 Otherwise, split by whitespace.
12756
12757 * complete.el:
12758 * face-remap.el:
12759 * log-view.el:
12760 * net/hmac-def.el:
12761 * net/hmac-md5.el:
12762 * net/netrc.el:
12763 * progmodes/mixal-mode.el: Fix keywords.
12764
7725ebb7
MA
127652010-03-13 Michael Albinus <michael.albinus@gmx.de>
12766
12767 * Makefile.in (ELCFILES): Add net/secrets.elc.
12768
12769 * net/secrets.el: New file.
12770
6f320937
CY
127712010-03-12 Chong Yidong <cyd@stupidchicken.com>
12772
12773 * facemenu.el (list-colors-display, list-colors-print): New arg
12774 callback. Use it to allow selecting colors.
12775
12776 * wid-edit.el (widget-image-insert): Insert image prop even if the
12777 current display is non-graphic.
12778 (widget-field-value-set): New fun.
12779 (editable-field): Use it.
12780 (widget-field-value-get): Clean up unused var.
85626eef
SM
12781 (widget-color-value-create, widget-color--choose-action):
12782 New funs. Allow using list-colors-display to choose color.
6f320937 12783
647f9993
CY
127842010-03-12 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * cus-edit.el: Resort topmost custom groups.
12787 (custom-buffer-sort-alphabetically): Default to t.
12788 (customize-apropos): Use apropos-parse-pattern.
12789 (custom-search-field): New var.
12790 (custom-buffer-create-internal): Add custom-apropos search field.
12791 (custom-add-parent-links): Don't display parent doc.
12792 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12793 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12794
12795 (custom-variable-state): New fun, from custom-variable-state-set.
12796 (custom-variable-state-set): Use it.
12797 (custom-group-value-create): Hide options with standard values
12798 using the :hidden-states property. Use progress reporter.
12799
12800 (custom-show): Simplify.
12801 (custom-visibility): Disable images by default.
12802 (custom-variable): New property :hidden-states.
12803 (custom-variable-value-create): Enable images for
12804 custom-visibility widgets. Use :hidden-states property to
12805 determine initial visibility.
12806
12807 * wid-edit.el (widget-image-find): Give images center ascent.
12808 (visibility): Add :on-image and :off-image properties.
12809 (widget-visibility-value-create): Use them.
12810
eba5b4dd
CY
128112010-03-12 Chong Yidong <cyd@stupidchicken.com>
12812
12813 * cus-edit.el (processes): Remove from development group.
12814 (oop, hypermedia): Delete group.
26f4b8ab 12815 (comm): Promote to top-level group.
eba5b4dd
CY
12816
12817 * net/browse-url.el (browse-url):
12818 * net/xesam.el (xesam):
12819 * net/tramp.el (tramp):
12820 * net/goto-addr.el (goto-address):
26f4b8ab 12821 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12822
12823 * view.el (view): Remove from editing group.
12824
12825 * uniquify.el (uniquify): Put in files group.
12826
12827 * net/browse-url.el (browse-url):
12828 * ps-print.el (postscript): Put in external group.
12829
12830 * cus-edit.el (outlines):
12831 * textmodes/text-mode.el (text-mode-hook):
12832 * textmodes/table.el (table):
12833 * textmodes/picture.el (picture):
12834 * outline.el (outlines): Put in wp group.
12835
12836 * nxml/nxml-mode.el (nxml): Remove from wp group.
12837
12838 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12839
12840 * mail/metamail.el (metamail): Remove from hypermedia group.
12841
12842 * cus-edit.el (abbrev):
12843 * whitespace.el (whitespace):
12844 * vcursor.el (vcursor):
12845 * reveal.el (reveal):
12846 * hl-line.el (hl-line): Put in convenience group.
12847
12848 * epg-config.el (epg): Put in data group.
12849
12850 * emulation/pc-select.el (pc-select): Put in emulations group.
12851
12852 * calculator.el (calculator): Put in applications group.
12853
8117868f
DN
128542010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12855
12856 Add .dir-locals.el support for file-less buffers.
12857 * files.el (hack-local-variables): Split out code to apply local
12858 variable settings ...
12859 (hack-local-variables-apply): ... here. New function.
12860 (hack-dir-local-variables): Use the default directory for when the
12861 buffer does not have an associated file.
12862 (hack-dir-local-variables-non-file-buffer): New function.
12863 * diff-mode.el (diff-mode):
12864 * vc-annotate.el (vc-annotate-mode):
12865 * vc-dir.el (vc-dir-mode):
12866 * log-edit.el (log-edit-mode):
12867 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12868
855a2294
DN
128692010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12870
12871 Add support for shelving snapshots and for showing shelves.
12872 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12873 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12874 New functions.
12875 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12876 (vc-bzr-extra-menu-map): Map them.
12877
3e5b7009
GM
128782010-03-11 Glenn Morris <rgm@gnu.org>
12879
0dcf7d7e
GM
12880 * cus-edit.el (customize-changed-options-previous-release):
12881 Bump to 23.1.
12882
3e5b7009
GM
12883 * image.el (image-animate-max-time): Fix :version tag.
12884
288f9fc0
CY
128852010-03-10 Chong Yidong <cyd@stupidchicken.com>
12886
12887 * Branch for 23.2.
12888
53ef91b1
SM
128892010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * vc-git.el (vc-git-revision-table): Include remote branches.
12892
b41460ae 128932010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12894
12895 Animated image API.
12896 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12897
12898 * image.el (image-animate-max-time): New defcustom.
12899 (image-animated-types): New defconst.
12900 (create-animated-image, image-animate-timer)
12901 (image-animate-start, image-animate-stop, image-animate-timeout)
12902 (image-animated-p): New functions.
12903
12904 * image-mode.el (image-toggle-display-image):
12905 Replace `create-image' with `create-animated-image'.
12906
e5d1fb10 129072010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12908
12909 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12910 instead of "format:"; this ensures that the output is
12911 newline-terminated.
12912
4e7cafbe
CY
129132010-03-08 Chong Yidong <cyd@stupidchicken.com>
12914
12915 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12916 that all errors are caught, and that the return value is always a
12917 list (Bug#5692).
12918
aec66319
KH
129192010-03-08 Kenichi Handa <handa@m17n.org>
12920
12921 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12922 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12923
b327c975
AS
129242010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12925
12926 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12927 call to rfc822-bad-address. (Bug#5692)
12928
1c465a6a
CY
129292010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12930
85626eef
SM
12931 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12932 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12933
a4e32226
CY
129342010-03-06 Chong Yidong <cyd@stupidchicken.com>
12935
12936 * calculator.el (calculator): Don't bind split-window-keep-point
12937 (Bug#5674).
12938
4c83ed3d
SM
129392010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * vc-git.el: Re-flow to fit into 80 columns.
12942 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12943 Remove spurious `quote' element in each case alternative.
12944 (vc-git-show-log-entry): Use prog1.
12945 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12946
e8defde3
SM
129472010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12948
12949 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12950
233f0c9f
CY
129512010-03-03 Chong Yidong <cyd@stupidchicken.com>
12952
12953 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12954 definition, not the name (Bug#5481).
12955
254bedef 129562010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12957
12958 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12959 argument with a local variable. (Bug#5670)
12960
7187cdae
JL
129612010-03-02 Juri Linkov <juri@jurta.org>
12962
12963 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12964
9cf3544e
MA
129652010-03-02 Michael Albinus <michael.albinus@gmx.de>
12966
12967 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12968 error when FILENAME and NEWNAME are existing remote directories.
12969
12970 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12971 parameter DIR-FLAG.
12972
33f77982
GM
129732010-03-02 Glenn Morris <rgm@gnu.org>
12974
12975 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12976 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12977
d99ea08e
KH
129782010-03-01 Kenichi Handa <handa@m17n.org>
12979
e8defde3 12980 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12981 myanmar-composable-pattern.
12982
e8defde3
SM
12983 * international/characters.el (script-list):
12984 * international/fontset.el (script-representative-chars):
12985 Change myanmar to burmese.
d99ea08e 12986 (otf-script-alist): Likewise.
4aa2c3b2
KH
12987 (setup-default-fontset): Likewise. Re-fix :otf spec.
12988
b374f54d
KY
129892010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12990
12991 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12992
71572c03
JD
129932010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12994
12995 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12996
00cffdeb
MA
129972010-02-28 Michael Albinus <michael.albinus@gmx.de>
12998
12999 * net/tramp.el (tramp-handle-write-region): START can be a string.
13000 Take care in the checks. Reported by Dan Davison
13001 <davison@stats.ox.ac.uk>.
13002
d4b06783
MA
130032010-02-28 Michael Albinus <michael.albinus@gmx.de>
13004
13005 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13006 (dbus-set-property, dbus-get-all-properties):
13007 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13008
8c3e96d2
CY
130092010-02-28 Chong Yidong <cyd@stupidchicken.com>
13010
de3a1fe9
CY
13011 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13012 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13013 * calendar/icalendar.el (icalendar--add-diary-entry):
13014 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13015 * files.el (recover-session-finish): Use with-current-buffer
13016 instead of save-excursion.
13017
c53b9c3b
SM
130182010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13019
13020 Fix in-buffer completion when after-change-functions modify the buffer.
13021 * minibuffer.el (completion--replace): New function.
13022 (completion--do-completion): Use it and use relative movement.
13023
4a16bdc6
CY
130242010-02-27 Chong Yidong <cyd@stupidchicken.com>
13025
13026 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13027
b8280f39
CY
130282010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13029
c53b9c3b
SM
13030 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13031 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13032
f88cc4d6
KH
130332010-02-26 Kenichi Handa <handa@m17n.org>
13034
13035 * language/burmese.el: Fix entries in composition-function-table.
13036 (myanmar-composable-pattern): New variable.
13037
13038 * international/fontset.el (setup-default-fontset): Add an entry
13039 for myanmar.
13040
13041 * international/characters.el (script-list): Add Myanmar
13042 Extended-A.
13043
cdbf9100
GM
130442010-02-26 Glenn Morris <rgm@gnu.org>
13045
90a94603
GM
13046 * custom.el (custom-initialize-delay): Doc fix.
13047
cdbf9100
GM
13048 * mail/sendmail.el (send-mail-function): Autoload the call
13049 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13050
f95a5fd0
CY
130512010-02-24 Chong Yidong <cyd@stupidchicken.com>
13052
13053 * files.el (hack-local-variables-filter): For eval forms, also
13054 check safe-local-variable-p (Bug#5636).
13055
459a5f4b
MA
130562010-02-22 Michael Albinus <michael.albinus@gmx.de>
13057
13058 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13059 setting the modes by `ignore-errors'. It might fail, for example
13060 if the file is not owned by the user but the group.
13061 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13062
bb23f6e8
CY
130632010-02-21 Chong Yidong <cyd@stupidchicken.com>
13064
6a7662bb
BR
13065 * files.el (directory-listing-before-filename-regexp):
13066 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13067 date-like filenames (Bug#5597).
13068
b660eb70
CY
13069 * htmlfontify.el (htmlfontify): Doc fix.
13070
13071 * eshell/eshell.el (eshell): Doc fix.
13072
bb23f6e8
CY
13073 * startup.el (fancy-about-screen): In mode-line, apply
13074 mode-line-buffer-id face only to the buffer name (Bug#5613).
13075
3e39928c
CY
130762010-02-20 Kevin Ryde <user42@zip.com.au>
13077
f7e0618c
JB
13078 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13079 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13080 (Bug#5599).
13081
0f00e948
EZ
130822010-02-20 Eli Zaretskii <eliz@gnu.org>
13083
13084 * subr.el (remove-yank-excluded-properties): Explain in a comment
13085 why `category' property is removed.
13086
3513efb2
CY
130872010-02-19 Chong Yidong <cyd@stupidchicken.com>
13088
6a7662bb
BR
13089 * isearch.el (isearch-update-post-hook, isearch-update):
13090 Revert 2010-02-17 change.
3513efb2 13091
b4340b3f
UJ
130922010-02-19 Ulf Jasper <ulf.jasper@web.de>
13093
13094 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13095 (icalendar--convert-weekly-to-ical)
13096 (icalendar--convert-yearly-to-ical)
13097 (icalendar--convert-block-to-ical)
13098 (icalendar--convert-cyclic-to-ical)
13099 (icalendar--convert-anniversary-to-ical): Take care of time
13100 specifications where hour has 1-digit only (Bug#5549).
13101
8cfae03d
NR
131022010-02-19 Nick Roberts <nickrob@snap.net.nz>
13103
13104 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13105 of disassemble output in GDB 7.1.
13106
055e4eea
GM
131072010-02-19 Glenn Morris <rgm@gnu.org>
13108
13109 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13110 property. (Bug#5593)
13111
ff6b00de
SS
131122010-02-18 Sam Steingold <sds@gnu.org>
13113
13114 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13115
fe8c0b47
SM
131162010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13117
13118 Use abbreviated file names in bookmarks (bug#5591).
13119 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13120 calls to expand-file-name.
13121 (bookmark-relocate): Use abbreviated file names in bookmarks.
13122 (bookmark-load): Use abbreviated file names in messages.
13123
73a37a69
MA
131242010-02-18 Michael Albinus <michael.albinus@gmx.de>
13125
13126 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13127 expand "." and "..". Reported by Thierry Volpiatto
13128 <thierry.volpiatto@gmail.com>.
13129
6e4f5731
MA
131302010-02-18 Michael Albinus <michael.albinus@gmx.de>
13131
13132 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13133 permissions of the temporary file to "0600". In case the remote
13134 file has no read permissions for the owner, there might be
13135 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13136
1313722010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13138
13139 * emacs-lisp/authors.el (authors-renamed-files-alist):
13140 Add entries for INSTALL.CVS.
13141
ba5bf642
MH
131422010-02-17 Mark A. Hershberger <mah@everybody.org>
13143
f7e0618c 13144 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13145
f7e0618c 13146 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13147 (isearch-update): Use the new hook.
13148
aac0b0f2
MA
131492010-02-16 Michael Albinus <michael.albinus@gmx.de>
13150
fe8c0b47
SM
13151 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13152 Fix errors in copying directories.
aac0b0f2
MA
13153 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13154 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13155 (tramp-handle-delete-file)
13156 (tramp-handle-dired-recursive-delete-directory)
13157 (tramp-handle-write-region): Flush also the cache for the upper
13158 directory.
13159
05bbe066
CY
131602010-02-16 Chong Yidong <cyd@stupidchicken.com>
13161
e8ab3908
CY
13162 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13163
ff90f4b0
CY
13164 * cus-edit.el (hardware): Doc fix.
13165
13166 * man.el (man): Add to external custom group.
13167
13168 * delim-col.el (columns): Move to wp custom group.
13169
13170 * doc-view.el (doc-view): Add to data custom group.
13171
fe8c0b47 13172 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13173
05bbe066
CY
13174 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13175 by ispell-parse-output (Bug#5575).
13176
fa6ea913
KH
131772010-02-16 Kenichi Handa <handa@m17n.org>
13178
13179 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13180 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13181 (skkdic-convert): Use `euc-japan' coding system for writing.
13182
88fd78ae
GM
131832010-02-16 Glenn Morris <rgm@gnu.org>
13184
13185 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13186 tex-main-file before using it. (Bug#5562)
13187
2b8c974a
SM
131882010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13191 warnings, since it is annoying for the user to see them each time he
13192 runs the code.
13193
7540f029
MA
131942010-02-15 Michael Albinus <michael.albinus@gmx.de>
13195
13196 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13197 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13198 instead of PROC for caching "first-password-request". Otherwise,
13199 new processes would not profit from passwords already entered.
13200
2b8c974a
SM
13201 * net/tramp-cache.el (tramp-dump-connection-properties):
13202 Don't save "first-password-request" property.
7540f029 13203
fa5f7c5f
JB
132042010-02-14 Juanma Barranquero <lekktu@gmail.com>
13205
13206 * outline.el (outline-head-from-level):
13207 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13208 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13209 (elint-defun, elint-buffer-env, elint-top-form-logged)
13210 (elint-unbound-variable):
13211 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13212 Fix typos in docstrings.
13213
ecbaeb7b
MA
132142010-02-14 Michael Albinus <michael.albinus@gmx.de>
13215
13216 * files.el (insert-directory): When WILDCARD-REGEXP and
13217 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13218 whole directory. (Bug#5551)
13219
13220 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13221 dired's alignment sanity. (Bug#5516)
13222
91e3333f
JL
132232010-02-14 Juri Linkov <juri@jurta.org>
13224
13225 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13226 Remove remaining ^H with their preceding chars. (Bug#5566)
13227
36020642
GM
132282010-02-13 Glenn Morris <rgm@gnu.org>
13229
13230 * simple.el (transpose-subr): Give it a doc-string.
13231
13232 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13233 Doc fixes.
13234
f5952338
JL
132352010-02-12 Juri Linkov <juri@jurta.org>
13236
13237 * arc-mode.el (archive-unique-fname): Make directories for nested
13238 archives. (Bug#5540)
13239
918fe50f
JL
132402010-02-12 Juri Linkov <juri@jurta.org>
13241
13242 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13243
c07ff221
SM
132442010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13245
48b1e7cf
SM
13246 * subr.el (copy-overlay): Handle deleted overlays.
13247
c07ff221
SM
13248 * man.el (Man-completion-table): Don't signal an error if we can't run
13249 manual-program (bug#4056).
13250
0e374247
JB
132512010-02-10 Juanma Barranquero <lekktu@gmail.com>
13252
13253 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13254
dbf8402b
SM
132552010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13256
348d1e60
SM
13257 * info.el (Info-bookmark-jump): Simplify.
13258
dbf8402b
SM
13259 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13260 (bookmark-default-handler): Accept new bookmark field `buffer'.
13261
e6d23bb5
CY
132622010-02-10 Chong Yidong <cyd@stupidchicken.com>
13263
13264 * iswitchb.el (iswitchb-completions): Revert last change.
13265
a8e4290b
MA
132662010-02-10 Michael Albinus <michael.albinus@gmx.de>
13267
2b23acde 13268 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13269 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13270 This prevents file names like "~/" being listed literally.
a8e4290b 13271
c59d6fad
DN
132722010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13273
348d1e60
SM
13274 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13275 Remove dead code. (Bug#5546)
c59d6fad 13276
3a66e78f
CY
132772010-02-09 Chong Yidong <cyd@stupidchicken.com>
13278
13279 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13280 correctly (Bug#5548).
13281
f29fd869
CY
132822010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13283
13284 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13285 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13286
7fad1447
KH
132872010-02-08 Kenichi Handa <handa@m17n.org>
13288
13289 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13290 cookie for putting `lisp-indent-function'.
7fad1447 13291
50e4518b
GM
132922010-02-07 Glenn Morris <rgm@gnu.org>
13293
13294 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13295 Move F2003 named interfaces from keywords-2 to keywords-1, and
13296 use function-name-face rather than constant-face.
13297 Simplify "abstract interface" regexp.
13298
a4cc44cf
CY
132992010-02-07 Chong Yidong <cyd@stupidchicken.com>
13300
13301 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13302 ID-FORMAT. Pass it to `file-attributes'.
13303
13304 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13305
c917476d
CY
133062010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13307
13308 * faces.el (set-face-attribute): Allow calling
13309 internal-set-lisp-face-attribute with 'unspecified family and
13310 foundry argument (Bug#5536).
13311
7cf3f3d6
GM
133122010-02-07 Glenn Morris <rgm@gnu.org>
13313
13314 * progmodes/f90.el (f90-font-lock-keywords-2)
13315 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13316 Handle F2003 named interfaces.
13317
ffe87109
CY
133182010-02-06 Chong Yidong <cyd@stupidchicken.com>
13319
13320 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13321 beg and end before calling c-get-state-before-change-functions.
13322
4775ecad
DN
133232010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13324
33aeea0e
SM
13325 * vc-bzr.el (vc-bzr-dir-extra-headers):
13326 Disable the pending merges header.
4775ecad 13327
0d17c4b9
JL
133282010-02-05 Juri Linkov <juri@jurta.org>
13329
13330 * doc-view.el (doc-view-mode):
13331 * image-mode.el (image-mode): Put property mode-class=special.
13332 (Bug#4896)
13333
8228a275
MH
133342010-02-05 Mark A. Hershberger <mah@everybody.org>
13335
13336 * vc-svn.el (vc-svn-revision-table): New function.
13337
d9320986
MA
133382010-02-05 Michael Albinus <michael.albinus@gmx.de>
13339
13340 * net/ange-ftp.el (ange-ftp-insert-directory):
13341 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13342 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13343 Handle also directories. (Bug#5478)
13344
f43d8ecc
GM
133452010-02-05 Glenn Morris <rgm@gnu.org>
13346
13347 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13348
ce3a988d
CY
133492010-02-05 Chong Yidong <cyd@stupidchicken.com>
13350
13351 * startup.el (command-line-1): Convert options beginning with a
13352 single dash as well (Bug#5519).
13353
bdd42899
SM
133542010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13355
51b23c44
SM
13356 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13357 * minibuffer.el (completion-initials-expand): Only check the presence
13358 of delims *within* the boundaries, since otherwise the / delim is
13359 always found for files.
13360
bdd42899
SM
13361 Fix up various corner case problems.
13362 * doc-view.el (doc-view-last-page-number): New function.
13363 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13364 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13365 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13366 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13367 (doc-view-convert-current-doc): Don't create the resolution.el file
13368 here any more.
13369 (doc-view-pdf/ps->png): Do it here instead.
13370 (doc-view-already-converted-p): Check that resolution.el is present.
13371 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13372 windows that are not yet showing images.
13373
d5b3979c
MA
133742010-02-04 Michael Albinus <michael.albinus@gmx.de>
13375
13376 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13377 `dired-uncache' for every elemnt which is an absolute file name.
13378
13379 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13380 directory, handle its directory component.
13381 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13382 function is called permanently and creates noise, otherwise.
13383
13384 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13385 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13386 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13387
b003beb1
DB
133882010-02-04 David Burger <dburger@google.com> (tiny change)
13389
13390 * macros.el (apply-macro-to-region-lines):
13391 Minor simplification. (Bug#5485)
13392
ea92f9f3
GM
133932010-02-04 Glenn Morris <rgm@gnu.org>
13394
a03ae20d
GM
13395 * mail/rmail.el (rmail-show-message-1): Handle malformed
13396 quoted-printable text. (Bug#5441)
13397
4d01b827
GM
13398 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13399
ea92f9f3
GM
13400 * simple.el (visual-line-mode): Capitalize lighter.
13401
82055bb7
JW
134022010-02-03 John Wiegley <jwiegley@gmail.com>
13403
13404 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13405 list of files considered for "virtual buffer" completions.
13406
8214b6e4
MA
134072010-02-03 Michael Albinus <michael.albinus@gmx.de>
13408
13409 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13410 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13411 when dired is called with a list of files, which are not in
13412 `default-directory'. (Bug#5478)
13413
1df9718f
SM
134142010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13417
02ba1267
JL
134182010-02-02 Juri Linkov <juri@jurta.org>
13419
13420 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13421 from unidiff to allow function-line after @@.
13422
a0c6a0fb
JL
134232010-02-02 Juri Linkov <juri@jurta.org>
13424
13425 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13426 '(RCS SCCS) with inverted condition.
13427
c35fcd52
MA
134282010-02-02 Michael Albinus <michael.albinus@gmx.de>
13429
13430 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13431 messages.
13432
6ba973c1
JL
134332010-02-01 Juri Linkov <juri@jurta.org>
13434
13435 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13436 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13437 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13438 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13439
0bca393f
SM
134402010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13441
13442 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13443 (doc-view-revert-buffer): New command.
13444 (doc-view-mode-map): Use it.
13445
7a444e2a
DN
134462010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13447
13448 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13449 pending merge is detected.
13450
ad6fc8f4
JL
134512010-01-31 Juri Linkov <juri@jurta.org>
13452
13453 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13454 beginning of interactive spec like all other grep commands do.
13455 Put "all" in front of "gz". (Bug#5260)
13456
b9236874
DN
134572010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13458
13459 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13460
1e868757
CY
134612010-01-29 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13464 regexp is incorrect (Bug#5476).
13465
e5c70c41
MA
134662010-01-29 Michael Albinus <michael.albinus@gmx.de>
13467
13468 * net/tramp.el (tramp-handle-insert-directory): Handle also
13469 symlinks, when FILENAME is not in `default-directory'.
13470
0c0b61f1
MA
134712010-01-28 Michael Albinus <michael.albinus@gmx.de>
13472
13473 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13474 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13475
13476 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13477 of SWITCHES. Handle the case, FILENAME is not in
13478 `default-directory'. (Bug#5478)
13479 (tramp-register-file-name-handlers): Add safe-magic property.
13480
763f325e
CY
134812010-01-28 Chong Yidong <cyd@stupidchicken.com>
13482
13483 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13484 unzip (Bug#5475).
13485
fd09a83f
CY
134862010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13487
13488 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13489 (flymake-master-make-header-init): Add other C++ filename masks.
13490 (flymake-find-possible-master-files)
13491 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13492
7e5686f0
MA
134932010-01-28 Michael Albinus <michael.albinus@gmx.de>
13494
13495 Fix some busybox annoyances.
13496
13497 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13498 not responding." string.
13499 (tramp-open-connection-setup-interactive-shell): Dump stty
13500 settings. Enable "neveropen" arg for all `tramp-send-command'
13501 calls. Handle "=" in variable values properly.
13502 (tramp-find-inline-encoding): Raise an error, when no encoding is
13503 found.
13504 (tramp-wait-for-output): Check, whether PROC buffer is available.
13505 Remove spurious " ^H" sequences, sent by busybox.
13506 (tramp-get-ls-command): Suppress coloring, if possible.
13507
c6265c10
GM
135082010-01-28 Glenn Morris <rgm@gnu.org>
13509
c85a168b
GM
13510 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13511
c6265c10
GM
13512 * log-edit.el (log-edit-strip-single-file-name): Add missing
13513 :safe, :group, and :version tags.
13514
7d82a738
SB
135152010-01-27 Stephen Berman <stephen.berman@gmx.net>
13516
13517 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13518 buffers. (Bug#5477)
13519
8b0e68ea
CY
135202010-01-27 David De La Harpe Golden <david@harpegolden.net>
13521
13522 * files.el (delete-directory): Handle moving to trash without
13523 first doing recursion (Bug#5436).
13524
368d3208
DN
135252010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13526
13527 * vc-hooks.el (vc-path): Mark as obsolete.
13528
755da7fa
DN
135292010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13530
e2396d80
DN
13531 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13532 names too.
13533
755da7fa
DN
13534 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13535 for the short log.
13536 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13537
6a6d15ab 135382010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13539
ac9ffe99 13540 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13541
48c2d18a 13542 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13543
25f38310 135442010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13545
13546 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13547 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13548
51850286
DN
135492010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13550
c2f1d6d8
DN
13551 Remove support for adding --signoff on commit.
13552 Future support will use an incompatible generic mechanism.
13553 * vc-git.el (vc-git-add-signoff): Remove variable.
13554 (vc-git-toggle-signoff): Remove function.
13555 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13556
6a7662bb
BR
13557 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13558 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13559 was set.
13560 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13561 earlier, call it again in case the background mode has changed.
13562
02c6d0d0
CY
135632010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13564
13565 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13566 (Bug#3541).
13567
064eee03
CY
135682010-01-23 Chong Yidong <cyd@stupidchicken.com>
13569
02c6d0d0
CY
13570 * emacs-lisp/assoc.el (aelement): Doc fix.
13571 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13572
5336c3ec 135732010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13574
48c2d18a 13575 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13576 is the same as subprogram call, not declaration. (Bug#5435).
13577
0536254e
MA
135782010-01-23 Michael Albinus <michael.albinus@gmx.de>
13579
13580 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13581 (tramp-smb-maybe-open-connection): Use it.
13582
411d06c2
MA
135832010-01-22 Michael Albinus <michael.albinus@gmx.de>
13584
0536254e 13585 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13586
c893016b
SM
135872010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13590 just because we see "encoding: 8bit".
13591 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13592
9425f8e1
CY
135932010-01-22 Chong Yidong <cyd@stupidchicken.com>
13594
13595 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13596
6a801864
EZ
135972010-01-22 Eli Zaretskii <eliz@gnu.org>
13598
13599 * jka-compr.el (jka-compr-load): If load-file is not in
13600 load-history, try its file-truename version. (bug#5447)
13601
3e8f7d91
AM
136022010-01-21 Alan Mackenzie <acm@muc.de>
13603
13604 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13605 * progmodes/cc-engine.el (c-invalidate-state-cache):
13606 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13607 special cpp construct is still in the buffer.
13608 (c-parse-state): Record the special cpp with markers, not numbers.
13609
f0bd0ad5
CY
136102010-01-21 Kenichi Handa <handa@m17n.org>
13611
13612 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13613 process last-command-event, as it is now decoded first (Bug#5380).
13614
5189d95b
CY
136152010-01-20 Chong Yidong <cyd@stupidchicken.com>
13616
13617 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13618
e073d74a
GM
136192010-01-20 Glenn Morris <rgm@gnu.org>
13620
13621 * indent.el (tab-always-indent): Fix custom-type.
13622
8ee04f3a
AM
136232010-01-19 Alan Mackenzie <acm@muc.de>
13624
13625 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13626 buffer throws "args out of range".
13627 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13628 playing the role of delimiter.
13629
6a47c86a
SL
136302010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13631
bf0b361c 13632 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13633 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13634 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13635 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13636 Improve comments in "is" portion. Handle null procedure declaration.
13637 (ada-move-to-end): Improve doc string.
13638
2acfb954
ÓF
136392010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13640
e90d57c0 13641 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13642 Remove obsolete information from commentary.
e90d57c0
JB
13643 (ido-choice-list): Initialize to nil.
13644 (ido-get-bufname): Reject minibuffers.
13645 (ido-make-buffer-list): If "default" is a nonexistent
13646 buffer, ignore it, as per the function's comment.
13647 (ido-kill-buffer-internal): New function.
13648 (ido-kill-buffer-at-head): Use it.
13649 (ido-visit-buffer): Likewise.
2acfb954 13650
244b023e
CY
136512010-01-18 Chong Yidong <cyd@stupidchicken.com>
13652
13653 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13654
db9e401b
JB
136552010-01-18 Juanma Barranquero <lekktu@gmail.com>
13656
db9e401b
JB
13657 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13658 Fix typos in chart titles.
13659
13660 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13661 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13662 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13663 (describe-class, eieio-describe-generic, describe-generic):
13664 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13665 (eieio-speedbar-expand):
13666 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13667 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13668 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13669 (viper-del-backward-char-in-replace, viper-backward-indent)
13670 (viper-brac-function, viper-register-to-point, viper-submit-report):
13671 * net/tramp.el (tramp-remote-coding-commands):
13672 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13673 Fix typos in docstrings.
13674
9295137d
CY
136752010-01-17 Chong Yidong <cyd@stupidchicken.com>
13676
13677 * mail/sendmail.el (mail-yank-original): Set the mark if the
13678 specified function for yanking does not do it.
13679
4d0bbcb6
DN
136802010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13681
7902c120
DN
13682 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13683
4d0bbcb6
DN
13684 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13685 resyncing a directory.
13686
0b702bc1
SL
136872010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13688
6a47c86a 13689 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13690 (ada-ident-re): Delete ., allow multibyte characters.
13691 (ada-goto-label-re): New; matches goto labels.
13692 (ada-block-label-re): New; matches block labels.
13693 (ada-label-re): New; matches both.
5f9d345c 13694 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13695 `ada-block-label-re' instead.
13696 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13697 Use `ada-block-label-re'.
13698 (ada-indent-on-previous-lines): Improve handling of goto labels.
13699 (ada-get-indent-block-start): Special-case block label.
13700 (ada-get-indent-label): Split into `ada-indent-block-label' and
13701 `ada-indent-goto-label'.
13702 (ada-goto-stmt-start, ada-goto-next-non-ws):
13703 Optionally ignore goto labels.
13704 (ada-goto-next-word): Simplify.
13705 (ada-indent-newline-indent-conditional): Insert newline before
13706 trying to fix indentation; doc fix.
13707
05287c49
JB
137082010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13709
13710 * calc/calc.el (calc-command-flags): Give it an initial value.
13711
4963739e
JB
137122010-01-17 Juanma Barranquero <lekktu@gmail.com>
13713
4963739e
JB
13714 * files.el (minibuffer-with-setup-hook):
13715 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13716 (artist-key-draw-continously, artist-key-do-continously-continously)
13717 (artist-key-set-point-continously, artist-mouse-draw-continously):
13718 Fix typos in docstrings.
13719
116bd1ee
CY
137202010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13721
6a7662bb
BR
13722 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13723 Never return t (Bug#3898).
116bd1ee 13724
2784cd7a 137252010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13726
13727 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13728 can parse the output of the external commands (Bug#5279).
13729
abd5cfe8
CY
137302010-01-16 Jari Aalto <jari.aalto@cante.net>
13731
13732 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13733
4fe22cdf
CY
137342010-01-16 Chong Yidong <cyd@stupidchicken.com>
13735
bbdc98ef
CY
13736 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13737
c7dc1ac1
CY
13738 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13739
4fe22cdf
CY
13740 * startup.el (command-line): Remove unused --icon-type arg.
13741 Handle --display arg, passing it to command-line-1 (Bug#5392).
13742
045b9da7
ML
137432010-01-16 Mario Lang <mlang@delysid.org>
13744
045b9da7
ML
13745 * emacs-lisp/chart.el (chart-translate-namezone):
13746 * textmodes/artist.el (artist-compute-popup-menu-table):
13747 Remove duplicated words in doc-strings.
13748
6554a5df
CY
137492010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13750
13751 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13752 to mairix-search to suppress threading (Bug#5342).
13753
ca4f0e9a
KH
137542010-01-15 Kenichi Handa <handa@m17n.org>
13755
13756 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13757 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13758
1db3226b
GM
137592010-01-15 Glenn Morris <rgm@gnu.org>
13760
56a03f46
GM
13761 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13762
13763 * wid-edit.el (widget-keymap): Doc fix.
13764
1db3226b
GM
13765 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13766 former seems to be more widely accepted by various svn versions.
13767
80cd4bb4
JB
137682010-01-14 Juanma Barranquero <lekktu@gmail.com>
13769
d1f18ec0
JB
13770 * find-cmd.el (find-constituents):
13771 * vc-arch.el (vc-arch-root):
13772 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13773 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13774 * progmodes/ada-stmt.el (ada-if):
13775 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13776 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13777 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13778 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13779
80cd4bb4
JB
13780 * progmodes/flymake.el (flymake-post-syntax-check):
13781 Fix typo in error message.
13782
9c23ca47
JB
137832010-01-14 Juanma Barranquero <lekktu@gmail.com>
13784
13785 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13786 which is always a string. (Bug#5313)
13787
8794c483
JB
137882010-01-14 Juanma Barranquero <lekktu@gmail.com>
13789
13790 * progmodes/ada-xref.el (ada-default-prj-properties):
13791 Simplify previous change.
13792
95005d39
SL
137932010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13794
13795 * progmodes/ada-xref.el (ada-default-prj-properties):
13796 Default ada_project_path to $ADA_PROJECT_PATH.
13797
137982010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13799
13800 * progmodes/ada-mode.el (ada-create-keymap):
13801 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13802
fb0d1545
SL
138032010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13804
13805 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13806 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13807 (ada-get-current-indent, ada-imenu-generic-expression)
13808 (ada-which-function): Check for it.
13809
5c9434d0
SL
138102010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13811
13812 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13813 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13814
3a4f3a3b
GM
138152010-01-14 Glenn Morris <rgm@gnu.org>
13816
13817 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13818
d9a7c140
KH
138192010-01-14 Kenichi Handa <handa@m17n.org>
13820
13821 * composite.el (auto-composition-mode): Make it a buffer local
13822 variable (permanent-local).
13823 (auto-composition-function): Set the default value to
13824 auto-compose-chars.
49caf252 13825 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13826 (global-auto-composition-mode): Likewise.
13827 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13828
38bee102
KF
138292010-01-13 Karl Fogel <kfogel@red-bean.com>
13830
13831 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13832
b8b45afc
MA
138332010-01-12 Michael Albinus <michael.albinus@gmx.de>
13834
13835 * files.el (copy-directory): Compute target for recursive
13836 directories with identical names. (Bug#5343)
13837
893db5bc
GM
138382010-01-12 Glenn Morris <rgm@gnu.org>
13839
6a7662bb
BR
13840 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13841 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13842
d8b8451f
SS
138432010-01-11 Sam Steingold <sds@gnu.org>
13844
13845 * imenu.el (imenu-default-create-index-function): Detect infinite
13846 loops caused by imenu-prev-index-position-function.
13847
30afcdff
JB
138482010-01-11 Juanma Barranquero <lekktu@gmail.com>
13849
13850 * htmlfontify.el (htmlfontify-load-rgb-file)
13851 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13852 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13853 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13854 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13855 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13856 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13857 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13858 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13859 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13860 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13861 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13862 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13863 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13864 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13865 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13866 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13867 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13868 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13869 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13870 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13871 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13872 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13873 backslash-quoting from parentheses, etc.
13874
92b1c416
CY
138752010-01-11 Chong Yidong <cyd@stupidchicken.com>
13876
13877 * progmodes/js.el: Autoload javascript-mode alias.
13878
4454adab
JB
138792010-01-11 Juanma Barranquero <lekktu@gmail.com>
13880
13881 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13882 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13883 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13884 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13885 Fix typos in docstrings.
13886 (ffap-url-regexp): Doc fix.
13887 (ffap-at-mouse): Fix typo in message.
13888
6589a2f9
GM
138892010-01-11 Glenn Morris <rgm@gnu.org>
13890
13891 * version.el (emacs-copyright): Set copyright year to 2010.
13892
4e5617ee
SM
138932010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13894
13895 * format.el (format-annotate-function): Only set
13896 write-region-post-annotation-function after running to-fn so as not to
13897 affect nested write-region calls (bug#5273).
13898
52bee098
CY
138992010-01-10 Chong Yidong <cyd@stupidchicken.com>
13900
a069f067
CY
13901 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13902 wisent/python.el.
13903
e709e39d
CY
139042010-01-09 Chong Yidong <cyd@stupidchicken.com>
13905
13906 * man.el (Man-goto-section): Signal error if the section is not
13907 found (Bug#5317).
13908
6ee86780
JB
139092010-01-09 Juanma Barranquero <lekktu@gmail.com>
13910
13911 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13912 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13913
fa7b5f7b
CY
139142010-01-09 Chong Yidong <cyd@stupidchicken.com>
13915
13916 * progmodes/compile.el: Don't treat compile-command as safe if
13917 compilation-read-command might be nil (Bug#4218).
13918
de62c4d9
JD
139192010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13920
13921 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13922 NS options.
13923
e94be827
KH
139242010-01-08 Kenichi Handa <handa@m17n.org>
13925
4e5617ee
SM
13926 * international/fontset.el (build-default-fontset-data):
13927 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13928
1dfae2a2
JB
139292010-01-07 Juanma Barranquero <lekktu@gmail.com>
13930
13931 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13932 to `create-file-buffer' as it expects, not just a buffer name.
13933 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13934 to help uniquify. (Bug#3224)
13935
d0cf45b7
JD
139362010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13937
13938 * font-setting.el (font-setting-change-default-font): Use user-spec
13939 instead of name.
13940
7534fa5e
DN
139412010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13942
13943 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13944
fd579fdc
CY
139452010-01-05 Tom Tromey <tromey@redhat.com>
13946
4e5617ee
SM
13947 * progmodes/python.el (python-font-lock-keywords):
13948 Handle qualified decorators (Bug#881).
fd579fdc 13949
37860caf
DN
139502010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13951
13952 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13953 in a lightweight checkout.
13954
69db641d
KH
139552010-01-05 Kenichi Handa <handa@m17n.org>
13956
4e5617ee 13957 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13958
b25d6a02
DN
139592010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13960
13961 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13962
137d88ca
DN
139632010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13964
13965 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13966 checkouts. (Bug#618)
3d5d0aa9 13967 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13968 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13969 (vc-bzr-shelve-menu-map):
13970 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13971 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13972
da76998b
CY
139732010-01-02 Chong Yidong <cyd@stupidchicken.com>
13974
13975 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13976 They are valid characters in URL paths (rfc3986), and at least
13977 Firefox does not understand the encoded version (Bug#3166).
13978
b2ad70b6
CY
139792010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13980
13981 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13982 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13983 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13984 (octave-end-as-array-index-p): New function.
13985 (calculate-octave-indent): Use it.
13986
54136282
KF
139872010-01-02 Karl Fogel <kfogel@red-bean.com>
13988
13989 * bookmark.el: Consistently put the text property on the bookmark name.
13990 (bookmark-bmenu-marks-width): Bump back to 2, to include
13991 annotation marks.
13992 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13993 property on the bookmark name, instead of not putting it at all.
13994 (bookmark-bmenu-list): Fix where we put the text property.
13995
cc4d3cad
KF
139962010-01-02 Karl Fogel <kfogel@red-bean.com>
13997
13998 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13999 for showing buffer modified state (as added in the previous change).
14000
b894c439
KF
140012010-01-02 Karl Fogel <kfogel@red-bean.com>
14002
14003 * bookmark.el: Show modified state of bookmark buffer more accurately.
14004 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14005 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14006 (with-buffer-modified-unmodified): New macro.
14007 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14008 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14009 Use new macro to preserve the buffer modified state.
b894c439 14010
3a69db53
KF
140112010-01-02 Karl Fogel <kfogel@red-bean.com>
14012
4e5617ee 14013 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14014 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14015 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14016 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14017 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14018 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14019 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14020
af414f10
EZ
140212010-01-02 Eli Zaretskii <eliz@gnu.org>
14022
4e5617ee
SM
14023 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14024 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14025
f2ec0e5e
CY
140262010-01-02 Ryan Yeske <rcyeske@gmail.com>
14027
14028 * net/rcirc.el: Add follow-link binding (Bug#4738).
14029
38c1ba62
EZ
140302010-01-02 Eli Zaretskii <eliz@gnu.org>
14031
4e5617ee 14032 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14033 (cvs-update): New target for backward compatibility.
14034
4e5617ee 14035 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14036 (cvs-update): New target for backward compatibility.
14037
ea2c0f5b
KF
140382010-01-02 Karl Fogel <kfogel@red-bean.com>
14039
14040 * bookmark.el: Remove gratuitous gratitude.
14041
5ae329f4
KF
140422010-01-02 Karl Fogel <kfogel@red-bean.com>
14043
c4cc8b9a 14044 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14045 (bookmark-bmenu-save): Clear buffer modification if no marks.
14046
140472010-01-02 Karl Fogel <kfogel@red-bean.com>
14048
14049 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14050 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14051 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14052 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14053
14054 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14055 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14056 To: emacs-devel {_AT_} gnu.org
14057 Subject: bookmark.el bug report
14058 Date: Mon, 28 Dec 2009 14:19:16 +0800
14059 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14060
aef053eb
KF
140612010-01-02 Karl Fogel <kfogel@red-bean.com>
14062
14063 * bookmark.el: Improvements suggested by Drew Adams:
14064 (bookmark-bmenu-ensure-position): New name for
14065 `bookmark-bmenu-check-position'. Just ensure the position,
14066 don't return any meaningful value.
14067 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14068 New constants.
14069
0472835f
JB
140702010-01-02 Juanma Barranquero <lekktu@gmail.com>
14071
14072 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14073 (bookmark-yank-point, bookmark-bmenu-check-position):
14074 Fix typos in docstrings.
14075 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14076 (bookmark-name-from-full-record, bookmark-get-position)
14077 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14078 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14079 Remove useless quoting of parenthesis, etc. in docstrings.
14080
14081 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14082 (ediff-append-custom-diff): Fix typo in error message.
14083 (ediff-meta-mark-equal-files): Fix typos in messages.
14084
14085 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14086
0472835f
JB
14087 * net/imap-hash.el (imap-hash-make): Doc fix.
14088 (imap-hash-test): Fix typo in error message; reflow docstring.
14089 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14090 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14091 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14092 Fix typos in docstrings.
14093 (imap-hash-open-connection): Fix typo in error message.
14094
14095 * play/gomoku.el (gomoku): Fix typos in docstring.
14096
14097 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14098 (gdb-jsonify-buffer): Fix typos in docstring.
14099 (gdb-goto-breakpoint): Fix typo in error message.
14100 ("Display Other Windows"): Fix typo in help message.
14101 (gdb-speedbar-expand-node): Fix typo in question.
14102
14103 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14104 (idlwave-html-system-help-location, idlwave-html-help-location)
14105 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14106 (idlwave-help-browser-generic-args, idlwave-help-directory)
14107 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14108 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14109 (idlwave-online-help, idlwave-help-html-link)
14110 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14111 Fix typos in docstrings.
14112 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14113 Reflow docstrings.
14114 (idlwave-help-assistant-start): Fix typo in error message.
14115
14116 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14117 (octave-electric-space): Fix typos in docstrings.
14118
9bbe0828
CY
141192010-01-01 Chong Yidong <cyd@stupidchicken.com>
14120
14121 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14122
a88c46c3
CY
141232010-01-01 Juri Linkov <juri@jurta.org>
14124
14125 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14126 increase the default to 500 (Bug#5148).
a88c46c3 14127
7ee6c59b
NR
141282009-12-31 Nick Roberts <nickrob@snap.net.nz>
14129
14130 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14131 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14132 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14133
a9c8a2cd
NR
141342009-12-30 Nick Roberts <nickrob@snap.net.nz>
14135
14136 Show working revision correctly for mercurial.
14137 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14138 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14139
659e4408
JB
141402009-12-29 Juanma Barranquero <lekktu@gmail.com>
14141
14142 Declare some functions for the byte-compiler.
14143 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14144 (speedbar-timer-fn, speedbar-change-expand-button-char)
14145 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14146
7ee6c59b
NR
141472009-12-29 Nick Roberts <nickrob@snap.net.nz>
14148
14149 This changeset reverts GDB Graphical Interface to use annotations.
14150 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14151
460f6e7c
DN
141522009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14153
14154 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14155 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14156 Return file names relative to it.
460f6e7c
DN
14157 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14158 relative directory to vc-bzr-after-dir-status.
14159
543f553a
TH
141602009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14161
14162 * font-lock.el (font-lock-refresh-defaults): New function, which
14163 can be used to let font-lock react to external changes in
14164 variables like font-lock-defaults and keywords.
14165 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14166
2592ab76
DN
141672009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14168
ac859983
DN
14169 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14170
2592ab76
DN
14171 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14172
58941d03
JB
141732009-12-28 Juanma Barranquero <lekktu@gmail.com>
14174
14175 Supersede color.diff settings in git log (bug#5211).
14176
14177 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14178 escape chars in its output when the user has color.diff set to `always'.
14179 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14180
39764e76
KR
141812009-12-26 Kevin Ryde <user42@zip.com.au>
14182
14183 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14184 node. Keep previous "Index" name to work with past coreutils too.
14185
91c4831e
KR
14186 * man.el (man): Revise docstring a bit to show -a and -l as
14187 examples. Add -k description since support for it has otherwise
14188 been a secret. (Further to bug#3717.)
651e932e
KR
14189 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14190 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14191 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14192
7f4d4a97
MA
141932009-12-26 Michael Albinus <michael.albinus@gmx.de>
14194
14195 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14196 switches. Check also for //SUBDIRED// line.
14197
bcffff46
KH
141982009-12-25 Kenichi Handa <handa@m17n.org>
14199
88b5a757 14200 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14201 handle ZWNJ and ZWJ. Use it in composition-function-table for
14202 Devanagari.
14203 (malayalam-composable-pattern): Fix previous change.
14204
dc1dcfa4
VJL
142052009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14206
14207 * ps-print.el (ps-face-attributes): It was not returning the
14208 attribute face for faces specified as string. Reported by harven
80525855 14209 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14210 (ps-print-version): New version 7.3.5.
14211
6fe539d2
UJ
142122009-12-18 Ulf Jasper <ulf.jasper@web.de>
14213
85626eef 14214 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14215 Fix timezone names.
14216 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14217 (icalendar--add-diary-entry): Remove the trailing blank that
14218 diary-make-entry inserts.
14219
1f3611c6
MA
142202009-12-17 Michael Albinus <michael.albinus@gmx.de>
14221
14222 Make `file-expand-wildcards' work for remote files.
14223
14224 * files.el (file-expand-wildcards): In case of remote files, check
14225 only local file name part for wildcards. Provide feature 'files
14226 and subfeature 'remote-wildcards. (Bug#5198)
14227
14228 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14229 if there is already an established connection.
14230 (tramp-advice-file-expand-wildcards): Remove it.
14231
14232 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14233 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14234 Activate advice for older GNU Emacs versions. (Bug#5237)
14235
9762b219
JB
142362009-12-17 Juanma Barranquero <lekktu@gmail.com>
14237
14238 Some doc fixes (more needed).
14239
14240 * find-cmd.el (find-constituents): Reflow docstring.
14241 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14242 (find-generic): Doc fix.
14243
cfb54897
JL
142442009-12-17 Juri Linkov <juri@jurta.org>
14245
14246 Fix regression from 23.1 to allow multiple modes in Local Variables.
14247
14248 * files.el (hack-local-variables-filter): While ignoring duplicates,
14249 don't take `mode' into account.
85626eef
SM
14250 (hack-local-variables-filter, hack-dir-local-variables):
14251 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14252
ad974e9e
JL
142532009-12-17 Juri Linkov <juri@jurta.org>
14254
85626eef 14255 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14256
14257 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14258 `current' or when `file' is a directory of the `current' file.
14259
3616e0b9
AS
142602009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14261
14262 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14263 unconditionally preloaded files.
14264
72b57560
JL
142652009-12-16 Juri Linkov <juri@jurta.org>
14266
14267 Revert to old 23.1 logic of using the file at the mark as default.
14268 * dired-aux.el (dired-diff): Use the file at the mark as default
14269 if it's not the same as the current file, and the target dir is
14270 the current dir or the mark is active. Add the current file
14271 as the arg of `dired-dwim-target-defaults'. Use the default file
14272 in the prompt. (Bug#5225)
14273
68712eb6
MA
142742009-12-15 Michael Albinus <michael.albinus@gmx.de>
14275
14276 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14277 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14278 (tramp-check-for-regexp): Check also, when an echoing shell stops
14279 to echo sent commands.
14280
fd471993
CY
142812009-12-14 Chong Yidong <cyd@stupidchicken.com>
14282
14283 * Makefile.in: Revert last change (Bug#5191).
14284
86b5e14c
DN
142852009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14286
14287 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14288 (vc-hg-working-revision): Make sure the command is executed in a
14289 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14290
8cffbb75
CY
142912009-12-14 Chong Yidong <cyd@stupidchicken.com>
14292
14293 * progmodes/python.el (python-symbol-completions): Remove text
14294 properties from symbol string before calling python-send-receive.
14295
6c2b67ad
NR
142962009-12-14 Nick Roberts <nickrob@snap.net.nz>
14297
14298 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14299 when there are values for both file and line. (Bug#5060)
6c2b67ad 14300
ff6f4585
JL
143012009-12-14 Juri Linkov <juri@jurta.org>
14302
14303 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14304 whitespace after the file name of the first line of unified format,
14305 because git-diff doesn't output whitespace and file modification time
14306 after the file name.
14307
d3de1c8e
JL
143082009-12-14 David Kastrup <dak@gnu.org>
14309
14310 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14311 check if it already has the `display' property added by
14312 `Info-display-images-node', and not put the `invisible' property
14313 in this case.
14314
2f1b7dc4
GM
143152009-12-13 Glenn Morris <rgm@gnu.org>
14316
a0cefee5
GM
14317 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14318 (report-emacs-bug): In message-mode, sort manually before storing
14319 original report text. (Bug#5178)
2f1b7dc4
GM
14320 Remove superfluous save-excursion.
14321
31bb373f
MA
143222009-12-12 Michael Albinus <michael.albinus@gmx.de>
14323
14324 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14325 when responding to "GetAll" properties.
14326
5e1d4968
CY
143272009-12-12 Chong Yidong <cyd@stupidchicken.com>
14328
14329 * simple.el (compose-mail): Remove mail-setup-with-from from
14330 customization checks.
14331
097d86f9
EZ
143322009-12-12 Eli Zaretskii <eliz@gnu.org>
14333
14334 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14335 RAR archives created on Unix systems.
14336
1d4adede
SM
143372009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14340 the varalias that was accidentally removed by the 2009-11-19 change
14341 (bug#5186).
14342
3ff3655c
KH
143432009-12-12 Kenichi Handa <handa@m17n.org>
14344
14345 * language/indian.el (indian-compose-regexp): New function.
14346 (malayalam-composable-pattern): Fix the pattern.
14347 (composition-function-table): Set malayalam-composable-pattern for
14348 Malayalam characters.
14349
82d3343c
CY
143502009-12-11 Chong Yidong <cyd@stupidchicken.com>
14351
315eb96d
CY
14352 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14353 rather than down-mouse-1, based on follow-link conventions.
14354
82d3343c
CY
14355 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14356 are compiled.
14357
86a4c7ac
DN
143582009-12-11 Michael McNamara <mac@mail.brushroad.com>
14359
bf0b361c 14360 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14361 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14362 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14363 (verilog-leap-to-head, verilog-backward-token):
14364 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14365
143662009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14367
bf0b361c
JB
14368 * progmodes/verilog-mode.el (verilog-auto-lineup)
14369 (verilog-nameable-item-re): Cleanup user-visible spelling and
14370 documentation errors. One reported by Gary Delp.
1d4adede 14371 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14372 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14373 package, bug195. Reported by Pierre-David Pfister.
14374
fe03f49a
GM
143752009-12-11 Glenn Morris <rgm@gnu.org>
14376
47641aac
GM
14377 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14378
85094855
GM
14379 * mail/emacsbug.el: No longer require sendmail.
14380 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14381 (report-emacs-bug-orig-text): Doc fix.
14382 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14383 New local variables, to adapt to different mail-user-agents.
14384 (report-emacs-bug): Fix test for a gnu.org address.
14385 Use overlays for emphasis, since font-lock defeats 'face property.
14386 Pretest bugs also end up at the newsgroup these days.
14387 Stop message-mode stripping text properties.
14388 Set and use the new buffer-local variables.
14389 (report-emacs-bug-hook): Add doc-string.
14390 Remove some unnecessary save-excursions and simplify.
14391 Use the appropriate hook and send-command.
14392
fe03f49a
GM
14393 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14394 capitalization of some menu entries.
14395
345427f0
VJL
143962009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14397
277e6741
MP
14398 * whitespace.el (whitespace-display-char-on):
14399 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14400 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14401 New version 12.1.
14402
c70ccbba
EZ
144032009-12-10 Eli Zaretskii <eliz@gnu.org>
14404
14405 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14406 characters in the Attribute field.
14407
f1943c1b
DN
144082009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14409
14410 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14411
1c67aeaa
SM
144122009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14413
14414 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14415 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14416 Disregard autoload-excludes.
14417 (update-directory-autoloads): Obey autoload-excludes here instead.
14418 But don't store its contents in no-autoloads and remove entries that
14419 refer to excludes files.
14420
d8194864
GM
144212009-12-10 Glenn Morris <rgm@gnu.org>
14422
8c0171c0
GM
14423 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14424 (expand-mail-aliases): Define for compiler.
14425
dba372dd
GM
14426 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14427 Define for compiler.
14428
d8194864
GM
14429 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14430 appropriate for the mail-user-agent in use.
14431
fe5facd3
MA
144322009-12-09 Michael Albinus <michael.albinus@gmx.de>
14433
14434 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14435
99999a1d
DN
144362009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14437
14438 Fix short log parsing and fontification.
14439 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14440 Fix fontification for the [merge] label.
14441
2ea1c4aa
SM
144422009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14443
85626eef 14444 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14445 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14446 (hfy-fontify-buffer): Use it.
14447
9840deb6
SM
144482009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14449
a0d1aadf
SM
14450 Minor cleanup.
14451 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14452 Adjust all callers.
14453 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14454 args compulsory. Adjust callers.
14455 (ffap-gopher-at-point): Remove unused var `name'.
14456
9840deb6
SM
14457 Get rid of the ELCFILES abomination.
14458 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14459 (compile-elcfiles): New phony target.
14460 (compile-main): Compute ELCFILES dynamically.
14461 (compile-clean): New target to remove left-over elc files.
14462 (compile, all): Use it.
14463
7eb3f9a8
KH
144642009-12-09 Kenichi Handa <handa@etlken>
14465
14466 * international/mule-diag.el: Require help-mode instead of help-fns.
14467
ae63e572
KH
144682009-12-09 Kenichi Handa <handa@m17n.org>
14469
5ce6e4f4 14470 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14471 fine ranges instead of pre-calculating accurate ranges.
14472 Iterate with bigger gc-cons-threshold.
ae63e572 14473
e2f3c692
DN
144742009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14475
14476 Add support for stashing a snapshot of the current tree.
14477 * vc-git.el (vc-git-stash-snapshot): New function.
14478 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14479
cf6d0352
JB
144802009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14481
14482 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14483 instead of `(beginning|end)-of-line'.
14484
48e4acc9
GM
144852009-12-08 Glenn Morris <rgm@gnu.org>
14486
6e890faa
GM
14487 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14488
48e4acc9
GM
14489 * Makefile.in (ELCFILES): Regenerate.
14490
d2a1dc7b
JL
144912009-12-07 Juri Linkov <juri@jurta.org>
14492
14493 Don't lazy-highlight the comint output in history Isearch mode.
14494
14495 * comint.el (comint-history-isearch-search): Instead of
14496 `comint-line-beginning-position', use `comint-after-pmark-p'
14497 to check if point if before the process mark, and go to
14498 `process-mark' in this case.
14499
51ef56c4
SM
145002009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14501
fb10ee4a
SM
14502 * textmodes/tex-mode.el (latex-complete)
14503 (latex-indent-or-complete): Remove.
14504 (latex-mode): Set completion-at-point-functions instead.
14505
14506 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14507 * minibuffer.el (completion-at-point-functions): New var.
14508 (completion-at-point): New command.
fb10ee4a 14509 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14510 * progmodes/python.el (python-mode-map): Use completion-at-point.
14511 (python-completion-at-point): Rename from python-partial-symbol and
14512 adjust for use in completion-at-point-functions.
14513 (python-mode): Setup completion-at-point for Python completion.
14514 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14515 extracted from lisp-complete-symbol.
14516 (lisp-complete-symbol): Use it.
14517 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14518 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14519 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14520 Use completion-at-point.
51ef56c4 14521 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14522 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14523 * progmodes/sym-comp.el: Move to...
14524 * obsolete/sym-comp.el: Move from progmodes.
14525
5e7a9022
EZ
145262009-12-07 Eli Zaretskii <eliz@gnu.org>
14527
14528 Prevent save-buffer in Rmail buffers from using the coding-system
14529 of the current message, and from clobbering the encoding mnemonics
14530 in the mode line (Bug#4623).
14531
14532 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14533 flag, too.
14534 (rmail-message-encoding): New variable.
14535 (rmail-write-region-annotate): Record the encoding of the current
14536 message in rmail-message-encoding.
14537 (rmail-after-save-hook): New function, restores the encoding of
14538 the current message after the message collection is saved.
14539
9136e895
JL
145402009-12-07 Juri Linkov <juri@jurta.org>
14541
14542 * progmodes/grep.el (grep-read-files): Use `completing-read'
14543 instead of `read-string'. Set its `collection' arg to
14544 `read-file-name-internal'. (Bug#4301)
14545
40637410
JL
145462009-12-07 Juri Linkov <juri@jurta.org>
14547
14548 Correctly restore original Isearch point. (Bug#4994)
14549
14550 * isearch.el (isearch-mode): Move `isearch-push-state' after
14551 `(run-hooks 'isearch-mode-hook)'.
14552 (isearch-cancel): When `isearch-push-state-function' is defined,
14553 let-bind `isearch-cmds' to the first state (the last element of
14554 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14555 function and restores the original point). Otherwise, move point
14556 to `isearch-opoint'.
14557
da10ce2b
SM
145582009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14561 chars that don't have names, so the table can be built much faster at
14562 run-time.
14563
3d68fa99
CY
145642009-12-07 Chong Yidong <cyd@stupidchicken.com>
14565
f82b1493
CY
14566 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14567 change. Suggested by David Kastrup.
14568
3d68fa99
CY
14569 * simple.el (compose-mail): Check for incompatibilities and warn.
14570 (compose-mail-user-agent-warnings): New option.
14571
662c5698
DN
145722009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14573
14574 Support showing a single log entry from vc-annotate.
14575 * vc.el (print-log): Add a new argument: START-REVISION.
14576 (vc-print-log-internal): Add a new optional argument and
14577 pass it to the backend.
14578 (vc-print-log, vc-print-root-log): Adjust callers.
14579 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14580 buffer already displays the requested log entry, use it.
14581 Otherwise display only the log entry in question.
14582 * vc-svn.el (vc-svn-print-log):
e4070cdc 14583 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14584 * vc-hg.el (vc-hg-state):
14585 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14586 (vc-git-show-log-entry): Return t on success.
14587 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14588 (vc-bzr-show-log-entry): Return t on success.
14589 * vc-rcs.el (vc-rcs-print-log):
14590 * vc-sccs.el (vc-sccs-print-log):
14591 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14592
e4070cdc
GM
145932009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14594
5ce6e4f4
JB
14595 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14596 Add menus to the meta mode. (Bug#5043)
e4070cdc 14597
5ce6e4f4 145982009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14599
14600 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14601 event-key.
662c5698 14602
662c5698
DN
14603 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14604
dab816a9
MA
146052009-12-07 Michael Albinus <michael.albinus@gmx.de>
14606
14607 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14608 Berbain <raphael.berbain@gmail.com>.
14609
14610 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14611 characters.
14612 (tramp-initial-end-of-output): New defconst.
14613 (tramp-methods, tramp-find-shell)
14614 (tramp-open-connection-setup-interactive-shell)
14615 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14616 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14617 Handle existence of `#' and `$'.
dab816a9 14618
6a7662bb
BR
14619 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14620 Use `tramp-initial-end-of-output'.
dab816a9 14621
a91e1f6b
DN
146222009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14623
14624 Get the background mode from the terminal for xterm, and set
14625 faces accordingly.
14626 * term/xterm.el (xterm-set-background-mode): New function.
14627 (terminal-init-xterm): Use it in case xterm supports background
14628 color queries. Recompute faces after getting the background
14629 color.
14630
5fa9d1ec
GM
146312009-12-07 Ulrich Mueller <ulm@gentoo.org>
14632
14633 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14634 number comment back on its own line, for easier parsing.
14635
5e9fde5e
SM
146362009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 Make it work for non-file buffers (bug#5102).
14639 * doc-view.el (doc-view-current-cache-dir):
14640 Use doc-view-buffer-file-name rather than buffer-file-name.
14641 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14642
2f2f5242
CY
146432009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14644
14645 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14646 author field is too short.
14647
cebf8ec6
DN
146482009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14649
5e9fde5e
SM
14650 * vc-git.el (vc-git-print-log): Handle a limit argument.
14651 Display the short log in graph form and with labels.
0d3f8a78
DN
14652 (vc-git-log-view-mode): Handle labels.
14653
cebf8ec6
DN
14654 Make vc-revert change VC state from 'added to 'unregistered.
14655 * vc-git.el (vc-git-revert): Call git reset first.
14656
8e39154d
UJ
146572009-12-06 Ulf Jasper <ulf.jasper@web.de>
14658
d8194864
GM
14659 * net/newst-backend.el, net/newst-plainview.el:
14660 * net/newst-reader.el, net/newst-ticker.el:
14661 * net/newst-treeview.el, net/newsticker.el:
14662 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14663
ef187c24
CY
146642009-12-06 Chong Yidong <cyd@stupidchicken.com>
14665
238a0f3a
CY
14666 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14667
2c6bb71a
CY
14668 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14669 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14670 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14671 Update annotation regexp.
14672
ef187c24
CY
14673 * simple.el (beginning-of-visual-line): Constrain to field
14674 boundaries (Bug#5106).
14675
571855b6
UJ
146762009-12-06 Ulf Jasper <ulf.jasper@web.de>
14677
6a7662bb
BR
14678 * xml.el (xml-substitute-numeric-entities):
14679 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14680 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14681 * net/newst-backend.el (newsticker--parse-generic-feed)
14682 (newsticker--parse-generic-items)
6a7662bb
BR
14683 (newsticker--decode-numeric-entities):
14684 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14685 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14686
b857059c
CY
146872009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14688
14689 * progmodes/js.el (js--js-not): Add null to the list of values.
14690
c2dae51b
CY
146912009-12-06 Chong Yidong <cyd@stupidchicken.com>
14692
d8194864 14693 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14694
ed0f72d2
RW
146952009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14696
14697 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14698 delimiter if it is at the end of the current line.
14699 (bibtex-generate-url-list): Fix docstring.
14700
365b9a62
SM
147012009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14704 minibuffer's content with itself.
14705 Fold the confirm-after-completion case into the `confirm' case.
14706 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14707
990a9cb1
KR
147082009-12-06 Kevin Ryde <user42@zip.com.au>
14709
14710 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14711 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14712
8b5a10db 14713 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14714 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14715
065543e7
JL
147162009-12-05 Juri Linkov <juri@jurta.org>
14717
14718 Save and restore dired buffer's point positions too. (Bug#4880)
14719
14720 * dired.el (dired-save-positions): Return in the first element
14721 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14722 Doc fix.
14723 (dired-restore-positions): First restore buffer's position.
14724 While restoring window's positions, check if window still displays
14725 the original buffer.
14726
503edac9
CY
147272009-12-05 Chong Yidong <cyd@stupidchicken.com>
14728
9a594ee6
CY
14729 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14730 if possible.
14731
925f8c70
CY
14732 * shell.el (shell): Require ansi-color (Bug#5113).
14733
14734 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14735
503edac9
CY
14736 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14737
8fea6b33
AM
147382009-12-05 Alan Mackenzie <acm@muc.de>
14739
14740 * progmodes/cc-mode.el (c-before-hack-hook)
14741 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14742 `c-file-style' to work again. This reversion restores the current
212c5aef 14743 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14744
5d1fd962
CY
147452009-12-05 Kevin Ryde <user42@zip.com.au>
14746
6a7662bb
BR
14747 * textmodes/sgml-mode.el (sgml-lexical-context):
14748 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14749
30760c8b
JL
147502009-12-05 Juri Linkov <juri@jurta.org>
14751
14752 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14753 for virtual nodes. (Bug#4147)
14754 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14755 when moving from a virtual node.
14756 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14757 (Info-mode): Add `Info-virtual-index' to the docstring.
14758
403111a8
RW
147592009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14760
14761 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14762 track of the buffer position of the end of a BibTeX entry as this
14763 position may change during reformatting.
14764 (bibtex-format-entry): Remove whitespace before processing
14765 numerical fields so that we recognize the latter properly.
14766 (bibtex-reformat): Do not use push which changes the global value
14767 of bibtex-entry-format.
14768 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14769 (bibtex-field-re-init): Replace only space characters by regexp
14770 for whitespace.
365b9a62 14771 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14772 (bibtex-initialize): Also update bibtex-strings.
14773 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14774 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14775 Update bibtex-reference-keys.
403111a8 14776
25b54627
SM
147772009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14780 point after a star, if that's the only place where modifications can
14781 make progress.
14782
35639eb4
DN
147832009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14784
14785 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14786 in docstrings.
14787
8b78760b
JL
147882009-12-04 Juri Linkov <juri@jurta.org>
14789
14790 * proced.el (proced): Call `(proced-update t)' to update process
14791 information instead of only running proced-post-display-hook.
14792 (proced-send-signal): Add a leading space to the buffer name
14793 " *Marked Processes*" to make this buffer ephemeral.
14794
2b3489a7
JL
147952009-12-04 Juri Linkov <juri@jurta.org>
14796
14797 * dired.el (dired-auto-revert-buffer): New defcustom.
14798 (dired-internal-noselect): Use it.
14799
9b9debd1
JL
148002009-12-04 Juri Linkov <juri@jurta.org>
14801
14802 Change roles of modes and functions in image-mode.el (Bug#5062).
14803
14804 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14805 in `auto-mode-alist'.
14806 (image-mode-previous-major-mode): New variable.
14807 (image-minor-mode-map): Rename from `image-mode-text-map'.
14808 (image-mode): Move graceful error-handling code from
14809 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14810 (image-minor-mode): Remove all image-handling code.
14811 Replace `image-mode-text-map' with `image-minor-mode-map'.
14812 Check for `image-type' in mode-line format string.
14813 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14814 (image-mode-as-text): New function with most code from
14815 `image-mode-maybe'.
14816 (image-toggle-display-text): Move code that removes image
14817 properties from `image-toggle-display' to here.
14818 (image-toggle-display-image): New function with code that adds
14819 image properties copied from `image-toggle-display'.
14820 (image-toggle-display): Remove most code with leaving only code
14821 that toggles between `image-mode-as-text' and `image-mode'.
14822
0c74a301
UJ
148232009-12-04 Ulf Jasper <ulf.jasper@web.de>
14824
14825 * net/newst-treeview.el
14826 (newsticker--treeview-list-highlight-start): Restored call to
14827 save-excursion: Selected item was stuck.
14828 (newsticker--treeview-list-select): New.
14829 (newsticker--treeview-item-show-text)
14830 (newsticker--treeview-item-show)
14831 (newsticker--treeview-item-update): Use new
14832 newsticker-treeview-item-mode.
14833 (newsticker-treeview-update): Keep current item.
14834 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14835 (newsticker--treeview-first-feed): Doc change.
14836 (newsticker-treeview-list-menu)
88b5a757 14837 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14838 (newsticker-treeview-item-mode): New.
14839
5ce6e4f4 14840 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14841 windows.
14842
9eaeec5b
SS
148432009-12-04 Sam Steingold <sds@gnu.org>
14844
14845 * log-view.el (log-view-mode-map): "q" calls quit-window,
14846 like in all the other non-self-insert buffers.
14847
b2bf5be5
SM
148482009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14849
14850 Minor cleanup.
14851 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14852 key decoding rather than do it manually via last-input-event +
14853 ascii-character.
14854 (term-exec): Use delete-and-extract-region.
14855 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14856 (term-process-pager): Remove unused var `i'.
14857 (term-dynamic-simple-complete): Make obsolete.
14858 (serial-update-config-menu): Remove unused vars `y' and `str'.
14859 (term-update-mode-line): Remove unused var `temp'.
14860
46e5c897
DN
148612009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14862
14863 Limit the number of log entries displayed by default.
14864 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14865 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14866 using a prefix argument.
14867
627e0a14
GM
148682009-12-03 Glenn Morris <rgm@gnu.org>
14869
14870 * progmodes/idlwave.el (class): Restore still useful declaration.
14871
8578c224
AM
148722009-12-03 Alan Mackenzie <acm@muc.de>
14873
4abc318c 14874 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14875
b2bf5be5
SM
14876 * progmodes/cc-mode.el (c-basic-common-init):
14877 Call c-state-cache-init.
9762b219 14878 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14879 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14880 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14881
14882 * progmodes/cc-langs.el (c-before-font-lock-function):
14883 c-extend-and-neutralize-syntax-in-CPP has been renamed
14884 c-neutralize-syntax-in-and-mark-CPP.
14885
14886 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14887 with `category' properties now, not `syntax-table' ones.
14888
14889 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14890 enhanced (but slower) version of c-end-of-macro that won't land
14891 inside a literal or on another awkward character.
14892 (c-state-cache-too-far, c-state-cache-start)
14893 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14894 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14895 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14896 (c-state-min-scan-pos, c-state-brace-pair-desert)
14897 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14898 buffer local variables.
14899 (c-state-literal-at, c-state-lit-beg)
14900 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14901 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14902 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14903 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14904 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14905 (c-renarrow-state-cache)
14906 (c-append-lower-brace-pair-to-state-cache)
14907 (c-state-push-any-brace-pair, c-append-to-state-cache)
14908 (c-remove-stale-state-cache)
14909 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14910 (c-invalidate-state-cache-1, c-parse-state-1)
14911 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14912 (c-parse-state): Enhance and refactor.
14913 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14914
14915 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14916 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14917 modify to use category text properties rather than syntax-table ones.
14918 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14919 to switch off/on the syntactic paren property of C++ template
14920 delimiters using the category property.
14921 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14922 template delims suppressed.
14923 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14924 New constant/macros which apply category properties to the start
14925 and end of preprocessor constructs.
b2bf5be5 14926 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14927 "comment out" the syntactic value of characters in preprocessor
14928 constructs.
14929 (c-with-cpps-commented-out)
14930 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14931 with characters in all or all but one preprocessor constructs
14932 "commented out".
14933
0d4dc442
RW
149342009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14935
14936 * proced.el (proced-filter-alist): Use regexp-quote.
14937
a09dc9bf
MA
149382009-12-03 Michael Albinus <michael.albinus@gmx.de>
14939
14940 Cleanup.
14941 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14942 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14943 arguments. Expand `default-directory'.
14944
14945 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14946 the benefit of returning an expanded localname.
14947 (tramp-tramp-file-p): Handle the case NAME is not a string.
14948
3f6bd790
DN
149492009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14950
4dfb3b9c
DN
14951 Add support for bzr shelve/unshelve.
14952 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14953 (vc-bzr-extra-menu-map): New variables.
14954 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14955 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14956 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14957 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14958 (vc-bzr-dir-extra-headers): Display shelves.
14959
3f6bd790
DN
14960 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14961
842d73a1
SM
149622009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14963
14964 * textmodes/bibtex.el (bibtex-complete-internal):
14965 Use completion-in-region.
14966 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14967
7fa4876f
DN
149682009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14969
14970 Support applying stashes. Improve UI.
14971 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14972 (vc-git-stash-apply, vc-git-stash-pop)
14973 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14974 (vc-git-stash-menu): New functions.
14975 (vc-git-stash-menu-map): New variable.
14976 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14977
d6e82452
GM
149782009-12-03 Glenn Morris <rgm@gnu.org>
14979
14980 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14981 (vc-print-log-internal): Fix previous change.
14982 (vc-revert): Correct pluralization.
14983
8d222148
SM
149842009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14985
ea52206b
SM
14986 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14987 it to be an alist any more.
14988 (makefile-complete): Use completion-in-region.
14989
69a94a37
SM
14990 * progmodes/octave-mod.el (octave-complete-symbol):
14991 Use completion-in-region.
14992
8d222148
SM
14993 Misc cleanup.
14994 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14995 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14996 (idlwave-complete-class): Don't quote lambda.
14997 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14998 (idlwave-mode-map): Move initialization into declaration.
14999 (idlwave-action-and-binding): Use backquotes.
15000 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15001 Simplify.
15002 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15003 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15004 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15005 `parts', and `all-parts'.
15006 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15007 (idlwave-convert-xml-system-routine-info): Remove unused string
15008 `version-string'.
15009 (idlwave-display-user-catalog-widget): Use dolist.
15010 (idlwave-scanning-lib): Declare dynamically-scoped var.
15011 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15012 (completion-highlight-first-word-only): Declare to silence bytecomp.
15013 (idlwave-popup-select): Tighten scope of `resp'.
15014 (idlwave-find-struct-tag): Remove unused var `beg'.
15015 (idlwave-after-load-rinfo-hook): Declare.
15016 (idlwave-sintern-class-info): Remove unused var `taglist'.
15017 (idlwave-find-class-definition): Remove unused var `list'.
15018 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15019 (idlwave-what-module-find-class): Remove unused var `classes'.
15020
3bb8691b
JB
150212009-12-03 Juanma Barranquero <lekktu@gmail.com>
15022
15023 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15024
f72f0c23
SM
150252009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15028 buffers visited. Remove redundant current-buffer-saving.
15029
601a9508
SM
150302009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15031
15032 Use completion-in-buffer and remove uses of dynamic scoping.
15033 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15034 (pascal-buffer-to-use, pascal-flag): Don't declare.
15035 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15036 (pascal-get-completion-decl, pascal-keyword-completion):
15037 Add `pascal-str' argument, save-excursion,
15038 return the found completions, and don't filter with pascal-pred.
15039 (pascal-completion-cache): New var.
15040 (pascal-completion): Don't switch buffer any more (it was never
15041 necessary). Don't save-excursion any more (it's done by the called
15042 subroutines). Use a cache to avoid redundant computations.
15043 Use complete-with-action rather than pascal-completion-response and
15044 let it apply the predicate as well.
15045 (pascal-complete-word): Use completion-in-buffer when
15046 pascal-toggle-completions is nil.
15047 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15048 not used any more.
15049 (pascal-comp-defun): Don't change buffer any more.
15050 Use complete-with-action rather than pascal-completion-response and
15051 let it apply the predicate as well.
15052 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15053 when neded.
15054
1ff4cb98
KH
150552009-12-02 Kenichi Handa <handa@m17n.org>
15056
15057 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15058 shape for all Indic scripts.
15059
bb12edf1
SM
150602009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 Use completion-in-buffer.
15063 * wid-edit.el (widget-field-text-end): New function.
15064 (widget-field-value-get): Use it.
15065 (widget-string-complete, widget-file-complete)
15066 (widget-color-complete): Use it and completion-in-region.
15067 (widget-complete): Don't narrow the buffer.
15068
5813f6ef
GM
150692009-12-02 Glenn Morris <rgm@gnu.org>
15070
c920f222
GM
15071 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15072 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15073 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15074 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15075
5813f6ef
GM
15076 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15077 save-excursion with save-current-buffer.
15078 Widen before searching. (Bug#5093)
15079 (diary-list-sexp-entries): Remove superfluous save-excursion.
15080
34b1d750
GM
150812009-12-02 Michael Welsh Duggan <mwd@cert.org>
15082
15083 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15084 name. (Bug#5038)
15085
b2d5f31a
GM
150862009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15087
15088 * ido.el (ido-file-internal): Handle filenames at point that do
15089 not have a directory part. (Bug#5049)
15090
c710ac3c
JB
150912009-12-02 Juanma Barranquero <lekktu@gmail.com>
15092
15093 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15094 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15095
9946be46
SM
150962009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15097
15098 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15099 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15100 any more.
15101
b08016f2
SM
151022009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15103
e7440df4
SM
15104 * comint.el (comint-insert-input): Ignore clicks to the right of
15105 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15106
3bb8691b 15107 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15108 terminate before setting up the major mode.
15109
f3b757f5
SM
15110 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15111 in case.
15112
a2877f1d
SM
15113 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15114 the last element.
15115
b08016f2
SM
15116 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15117
782d6e30
GM
151182009-12-01 Glenn Morris <rgm@gnu.org>
15119
15120 * window.el (window--display-buffer-2): Fix previous changes.
15121
28f57f7e
CY
151222009-12-01 Chong Yidong <cyd@stupidchicken.com>
15123
15124 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15125
c31a2fdc
GM
151262009-12-01 Glenn Morris <rgm@gnu.org>
15127
15128 * Makefile.in (ELCFILES): Add mpc.elc.
15129
e1ada222
SM
151302009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * mpc.el: New file.
15133
0c9ff2c5
GM
151342009-12-01 Glenn Morris <rgm@gnu.org>
15135
3689984f
GM
15136 * window.el (window-to-use): Define for compiler.
15137
3ab4308b
GM
15138 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15139 consistent with others (no final period).
15140
0c9ff2c5
GM
15141 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15142 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15143
fb0c18ff
DN
151442009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15145
15146 Make vc-print-log buttons work.
045b9da7 15147 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15148
2ac7e73e
JB
151492009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15150
15151 * savehist.el (savehist-autosave-interval): Allow setting to nil
15152 through customize. (Bug#5056)
15153
5237d741
JB
151542009-11-30 Juanma Barranquero <lekktu@gmail.com>
15155
15156 Fix references to jit-lock properties.
15157 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15158 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15159 (perl-font-lock-special-syntactic-constructs):
15160 Quote jit-lock-defer-multiline property.
15161
379241fa
DN
151622009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15163
15164 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15165
054ae856
JL
151662009-11-30 Juri Linkov <juri@jurta.org>
15167
15168 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15169 value `buffer' of `multi-isearch-next-buffer-current-function'.
15170 Use `(current-buffer)' when `buffer' is nil.
15171 (multi-isearch-next-buffer-from-list): Don't fallback to
15172 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15173
67296dda
JL
151742009-11-30 Juri Linkov <juri@jurta.org>
15175
15176 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15177 of buffers with `get-buffer' to `multi-isearch-buffers'.
15178 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15179 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15180 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15181 FILES with `expand-file-name' converting relative file names
15182 to absolute. Doc fix. (Bug#4727)
15183
c585bf32
JL
151842009-11-30 Juri Linkov <juri@jurta.org>
15185
15186 * misearch.el (multi-isearch-read-buffers)
15187 (multi-isearch-read-matching-buffers): New functions.
15188 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15189 Use them in the `interactive' spec. Doc fix.
15190 (multi-isearch-read-files, multi-isearch-read-matching-files):
15191 New functions.
15192 (multi-isearch-files, multi-isearch-files-regexp):
15193 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15194
0a745733
JL
151952009-11-30 Juri Linkov <juri@jurta.org>
15196
15197 * doc-view.el (doc-view-continuous):
15198 Rename from `doc-view-continuous-mode'.
15199 (doc-view-menu): Move "Toggle display" to the top.
15200 Add submenu "Continuous" with radio buttons "Off"/"On"
15201 and "Save as Default".
15202 (doc-view-scroll-up-or-next-page)
15203 (doc-view-scroll-down-or-previous-page)
15204 (doc-view-next-line-or-next-page)
6a7662bb
BR
15205 (doc-view-previous-line-or-previous-page):
15206 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15207
1f9689eb
JL
152082009-11-30 Juri Linkov <juri@jurta.org>
15209
15210 * comint.el (comint-mode-map): Rebind `M-r' from
15211 `comint-previous-matching-input' to
15212 `comint-history-isearch-backward-regexp'.
15213 Unbind `M-s' to allow global key binding `M-s'.
15214 Add menu items for `comint-history-isearch-backward' and
15215 `comint-history-isearch-backward-regexp'. (Bug#3746)
15216
2952b1ae
JL
152172009-11-30 Juri Linkov <juri@jurta.org>
15218
15219 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15220 For def=recenter, replace `recenter' with `recenter-top-bottom'
15221 that is called with `this-command' and `last-command' let-bound
15222 to `recenter-top-bottom'. When the last `def' was not `recenter',
15223 set `recenter-last-op' to nil. (Bug#4981)
15224
7a9547ca
SM
152252009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15226
20565545
SM
15227 Minor cleanup and simplification.
15228 * filecache.el (file-cache-add-directory)
15229 (file-cache-add-directory-recursively)
15230 (file-cache-add-from-file-cache-buffer)
15231 (file-cache-delete-file-regexp, file-cache-delete-directory)
15232 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15233 (file-cache-temp-minibuffer-message): Delete function.
15234 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15235
7a9547ca
SM
15236 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15237 Don't signal an error when bumping into EOB in tr, s, or y.
15238
08e968f3
JL
152392009-11-29 Juri Linkov <juri@jurta.org>
15240
15241 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15242 (Bug#4960)
15243
15244 * descr-text.el (describe-char-unidata-list): Use lowercase name
15245 for "Unicode name" like in other tags.
15246
f8d170a4
JL
152472009-11-29 Juri Linkov <juri@jurta.org>
15248
15249 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15250 New compatibility macro.
7a9547ca 15251 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15252
0116abbd
JL
152532009-11-29 Juri Linkov <juri@jurta.org>
15254
15255 Add defcustom to define the cycling order of `recenter-top-bottom'.
15256 (Bug#4981)
15257
15258 * window.el (recenter-last-op): Doc fix.
15259 (recenter-positions): New defcustom.
15260 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15261 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15262
61eef560
MA
152632009-11-29 Michael Albinus <michael.albinus@gmx.de>
15264
15265 Improve integration of Tramp and ange-ftp in eshell.
15266
e4070cdc 15267 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15268 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15269 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15270
15271 * eshell/esh-util.el (top): Require also Tramp when compiling.
15272 (eshell-directory-files-and-attributes): Check for FTP remote
15273 connection.
15274 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15275 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15276 (eshell-file-attributes): Handle ".". Return `entry'.
15277
15278 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15279 (ange-ftp-directory-files-and-attributes)
15280 (ange-ftp-real-directory-files-and-attributes): New defuns.
15281
15282 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15283 shell with "exec" when possible. This prevents trailing prompts
15284 in `start-file-process'.
15285
f5467d3f
SM
152862009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15287
21f49db9
SM
15288 Try and remove assumptions about point-min==1.
15289 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15290 (rng-compute-mode-line-string): Show the validation percentage in
15291 terms of the narrowed text, not the widened text.
15292 (rng-do-some-validation): Don't catch internal errors when debugging.
15293 (rng-first-error): Simplify.
15294 (rng-after-change-function): Remove work around. AFAIK the bug has
15295 been fixed a while ago.
15296
26224faf
SM
15297 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15298 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15299
d7117720
SM
15300 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15301
f5467d3f
SM
15302 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15303 `cd' doesn't always do it for us (bug#5067).
15304
15305 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15306 on 2009-10-25 as part of some other change (bug#5067).
15307
c5269f1c
SM
153082009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15309
62a258a7
SM
15310 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15311 `suspicious'.
15312 (byte-compile-warnings): Use byte-compile-warning-types.
15313 (byte-compile-save-excursion): Warn about use of set-buffer right
15314 after save-excursion.
15315
c5269f1c
SM
15316 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15317 the excursion as well.
15318
3ba30eb8
MA
153192009-11-27 Michael Albinus <michael.albinus@gmx.de>
15320
15321 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15322 providing a Tramp related implementation of "su" and "sudo".
15323 (eshell-unix-initialize): Add "su" and "sudo".
15324
6c6f788d
DU
153252009-11-27 Daiki Ueno <ueno@unixuser.org>
15326
15327 * net/socks.el (socks-send-command): Convert binary request to
15328 unibyte before sending. This fixes mishandling of some port
15329 numbers such as 129.
15330
10c877fe
SM
153312009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15332
6f06a171
SM
15333 * help.el (describe-bindings-internal): Remove `interactive'.
15334
10c877fe
SM
15335 * man.el (Man-completion-table): Trim a terminating "(".
15336 Remove the space between name page a section.
15337 Add the command's description on the `help-echo' property.
c5269f1c
SM
15338 Remove `process-connection-type' binding since it's unused by
15339 call-process.
10c877fe
SM
15340 Provide completion for the "<section> <name>" format as well.
15341 (Man-default-man-entry): Remove spurious var shadowing the argument.
15342
c44a4822
KR
153432009-11-26 Kevin Ryde <user42@zip.com.au>
15344
15345 * log-view.el: Add "Keywords: tools", since its other keywords
15346 aren't in finder-known-keywords, and following vc.el.
15347
9d58f081
KR
15348 * sha1.el (sha1-string-external): default-directory "/" in case
15349 otherwise non-existent. process-connection-type pipe for touch of
15350 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15351
72fe6b25
SM
153522009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15353
15354 Misc coding convention cleanups.
15355 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15356 hfy-init-kludge-hooks.
15357 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15358 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15359 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15360 and push.
15361 (hfy-slant, hfy-weight): Use tables rather than code.
15362 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15363 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15364 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15365 (hfy-face-to-css): Remove `nconc' with single arg.
15366 (hfy-p-to-face-lennart): Use `or'.
15367 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15368 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15369 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15370 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15371 (hfy-force-fontification): Use run-hooks.
15372
85e0a536
SM
153732009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15374
15375 Various minor fixes.
15376 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15377 Javascript belongs in the header, not the body.
15378 (hfy-javascript): Remove.
15379 (hfy-fontify-buffer): Don't insert it any more.
15380 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15381 Fix bug in invis handling when there were no invis props in a chunk.
15382
62ccc42c
SM
153832009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15386
2643c7aa
DN
153872009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15388
15389 * finder.el (finder-mode-map): Add a menu.
15390
0e5c8aed
DN
153912009-11-26 Michael McNamara <mac@mail.brushroad.com>
15392
bf0b361c 15393 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15394 "unsigned" structs.
15395
15396 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15397 fork" statement better.
15398
153992009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15400
bf0b361c
JB
15401 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15402 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15403 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15404 Reported by Clay Douglass.
0e5c8aed
DN
15405
15406 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15407 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15408 Fix removing "// Interfaces" when saving .* expansions.
15409 Reported by Pierre-David Pfister.
0e5c8aed 15410
7629c4e7
GM
154112009-11-26 Glenn Morris <rgm@gnu.org>
15412
62ccc42c
SM
15413 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15414 the scope.
7629c4e7 15415
a5d358f8
JB
154162009-11-25 Johan Bockgård <bojohan@gnu.org>
15417
15418 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15419 Really use previous revision.
15420
002cbde5
KR
154212009-11-25 Kevin Ryde <user42@zip.com.au>
15422
15423 * man.el (Man-completion-table): default-directory "/" in case
15424 doesn't otherwise exist. process-environment COLUMNS=999 so as
15425 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15426 any chance of hitting the pseudo-tty TIOCGWINSZ.
15427 (man): completion-ignore-case t for friendliness and since man
15428 itself is case-insensitive on the command line.
15429 Further to Bug#3717.
002cbde5 15430
8cb5ffe8
KR
15431 * arc-mode.el: Add "Keywords: files", so the details in its
15432 commentary can be reached from finder-by-keyword.
34607612
KR
15433 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15434 editing mode, but it's comms related and sgml-mode.el has "comm"
15435 on that basis too.
b8dfcf54 15436 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15437 * international/isearch-x.el, international/ja-dic-cnv.el:
15438 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15439 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15440
1e2d9ba1
JL
154412009-11-25 Juri Linkov <juri@jurta.org>
15442
15443 * man.el (Man-completion-table): Modify regexp to include
15444 section names to completion strings. (Bug#3717)
15445
a601d313
JL
154462009-11-25 Juri Linkov <juri@jurta.org>
15447
15448 Search recursively in gzipped files. (Bug#4982)
15449
15450 * progmodes/grep.el (grep-highlight-matches): Add new options
15451 `always' and `auto'. Doc fix.
15452 (grep-process-setup): Check `grep-highlight-matches' for
15453 `auto-detect' to determine the need to compute grep defaults.
15454 Move Windows/DOS specific --colors settings handling
15455 to `grep-compute-defaults'. Check `grep-highlight-matches'
15456 to get the value of "--color=".
15457 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15458 has the value `auto-detect'. Move Windows/DOS specific settings
15459 from `grep-process-setup'.
15460 (zrgrep): New command with alias `rzgrep'.
15461
bde04ea9
JL
154622009-11-25 Juri Linkov <juri@jurta.org>
15463
15464 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15465 to nil instead of switching off view-mode. (Bug#4896)
15466
7d6b4d3c
JL
154672009-11-25 Juri Linkov <juri@jurta.org>
15468
15469 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15470
15471 * mwheel.el (mwheel-scroll-up-function)
15472 (mwheel-scroll-down-function): New defvars.
15473 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15474 `scroll-up', and `mwheel-scroll-down-function' instead of
15475 `scroll-down'.
15476
15477 * doc-view.el (doc-view-scroll-up-or-next-page)
15478 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15479 Use this ARG in the call to image-scroll-up/image-scroll-down.
15480 Change `interactive' spec to "P". Goto next/previous page only
15481 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15482 SPC/DEL case). Doc fix.
15483 (doc-view-next-line-or-next-page)
15484 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15485 for consistency.
15486 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15487 `doc-view-scroll-up-or-next-page', and buffer-local
15488 `mwheel-scroll-down-function' to
15489 `doc-view-scroll-down-or-previous-page'.
15490
e237085f
JL
154912009-11-25 Juri Linkov <juri@jurta.org>
15492
15493 Provide additional default values (directories at other Dired
15494 windows) via M-n in the minibuffer of some Dired commands.
15495
15496 * dired-aux.el (dired-diff, dired-compare-directories)
15497 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15498 `minibuffer-default' in `minibuffer-with-setup-hook'.
15499 (dired-dwim-target-directory): Find a window that displays Dired
15500 buffer instead of failing when the next window is not Dired.
15501 Use `get-window-with-predicate' to find for the next Dired window.
15502 (dired-dwim-target-defaults): New function.
15503
15504 * ediff-util.el (ediff-read-file-name):
15505 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15506 in `minibuffer-with-setup-hook'.
15507
7d371eac
JL
155082009-11-25 Juri Linkov <juri@jurta.org>
15509
15510 Provide additional default values (file name at point or at the
15511 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15512
15513 * minibuffer.el (read-file-name-defaults): New function.
15514 (read-file-name): Reset `minibuffer-default' to nil when
15515 it duplicates initial input `insdef'.
15516 Bind `minibuffer-default-add-function' to lambda that
15517 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15518 (minibuffer-insert-file-name-at-point): New command.
15519
15520 * files.el (file-name-at-point-functions): New defcustom.
15521 (find-file-default): Remove defvar.
15522 (find-file-read-args): Don't use `find-file-default'.
15523 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15524 to `read-file-name'.
15525 (find-file-literally): Use `read-file-name' with
15526 `confirm-nonexistent-file-or-buffer'.
15527
15528 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15529
15530 * dired.el (dired-read-dir-and-switches):
15531 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15532 to `read-file-name'.
15533 (dired-file-name-at-point): New function.
15534 (dired-mode): Add hook `dired-file-name-at-point' to
15535 `file-name-at-point-functions'.
15536
04ae543a
SM
155372009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15538
15539 Really make the *Completions* window soft-dedicated (bug#5030).
15540 * window.el (window--display-buffer-2): Add `dedicated' argument.
15541 (display-buffer): Pass it when needed so the dedicated flag is set
15542 after calling set-window-buffer, which would otherwise reset it.
15543
eb708e66
SM
155442009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15545
d6b8d4e7
SM
15546 * progmodes/meta-mode.el (meta-complete-symbol):
15547 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15548 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15549 Use completion-in-region.
15550
5f24557b
SM
15551 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15552 (dabbrev-completion): Use completion-in-region.
15553 (dabbrev--abbrev-at-point): Simplify regexp.
15554
fe4346f0
SM
15555 * abbrev.el (abbrev--before-point): Use word-motion functions
15556 if :regexp is not specified (bug#5031).
15557
cb190d7d
SM
15558 * subr.el (string-prefix-p): New function.
15559
e2ec6dd5
SM
15560 * man.el (Man-completion-cache): New var.
15561 (Man-completion-table): Use it.
15562
eb708e66
SM
15563 * vc.el (vc-print-log-internal): Make `limit' optional for better
15564 compatibility (e.g. with vc-annotate.el).
15565
4cf8971b
KR
155662009-11-24 Kevin Ryde <user42@zip.com.au>
15567
eb708e66 15568 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15569 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15570
4cf8971b
KR
15571 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15572 when .el source file not found or other error.
15573
d204c46c
SM
155742009-11-24 Markus Triska <markus.triska@gmx.at>
15575
15576 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15577
bb301b9a
SM
155782009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15579
449c27f0
SM
15580 Handle the [back] button properly (bug#4979).
15581 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15582 Use help-setup-xref, help-buffer, and with-help-window.
15583 (describe-char): Add `buffer' argument.
15584 Pass proper command to help-setup-xref. Don't meddle with
15585 help-xref-stack-item directly.
15586 (describe-text-category): Use with-help-window and help-buffer.
15587
32fe5377
SM
15588 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15589 for the displayed buffer (bug#4887).
15590
bb301b9a
SM
15591 * man.el (Man-completion-table): New function.
15592 (man): Use it.
15593
35179414
DR
155942009-11-24 David Reitter <david.reitter@gmail.com>
15595
bb301b9a 15596 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15597 .git is) rather than the file's directory and a relative path spec
15598 to work around a bug in git.
15599
605a20a9
MA
156002009-11-24 Michael Albinus <michael.albinus@gmx.de>
15601
15602 Improve handling of processes on remote hosts.
15603
15604 * eshell/esh-util.el (eshell-path-env): New defvar.
15605 (eshell-parse-colon-path): New defun.
15606 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15607
bb301b9a
SM
15608 * eshell/esh-ext.el (eshell-search-path):
15609 Use `eshell-parse-colon-path'.
605a20a9
MA
15610 (eshell-remote-command): Remove argument HANDLER.
15611 (eshell-external-command): Check for FTP remote connection.
15612
bb301b9a
SM
15613 * eshell/esh-proc.el (eshell-gather-process-output):
15614 Use `file-truename', in order to start also symlinked files.
15615 Apply `start-file-process' instead of `start-process'.
15616 Shorten `command' to the local file name part.
605a20a9 15617
bb301b9a
SM
15618 * eshell/em-cmpl.el (eshell-complete-commands-list):
15619 Use `eshell-parse-colon-path'.
605a20a9
MA
15620
15621 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15622
15623 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15624 to `eshell-directory-change-hook'.
15625
d1d33062
TH
156262009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15627
15628 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15629 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15630
a34d8565 156312009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15632
a34d8565
MK
15633 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15634 made on 2009-11-22.
d1d33062 15635
c83b8d1b
GM
156362009-11-24 Glenn Morris <rgm@gnu.org>
15637
15638 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15639 deleted variable bookmark-bmenu-bookmark-column.
15640
83505cfe
SM
156412009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15644
5241b291
CY
156452009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15646
15647 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15648 two slashes to the "file:" prefix.
15649 (browse-url-file-url): De-munge Cygwin filenames before passing
15650 them to Windows browser.
15651 (browse-url-default-windows-browser): Use call-process.
15652
aefcadb6
JL
156532009-11-23 Juri Linkov <juri@jurta.org>
15654
15655 Implement DocView Continuous mode. (Bug#4896)
15656 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15657 (doc-view-mode-map): Bind C-n/<down> to
15658 `doc-view-next-line-or-next-page', C-p/<up> to
15659 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15660 (doc-view-next-line-or-next-page)
15661 (doc-view-previous-line-or-previous-page): New commands.
15662
0d62bcea
JL
156632009-11-23 Juri Linkov <juri@jurta.org>
15664
15665 Implement Isearch in comint input history. (Bug#3746)
15666 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15667 `isearch-mode-hook'.
15668 (comint-history-isearch): New defcustom.
15669 (comint-history-isearch-backward)
15670 (comint-history-isearch-backward-regexp): New commands.
15671 (comint-history-isearch-message-overlay): New buffer-local variable.
15672 (comint-history-isearch-setup, comint-history-isearch-end)
15673 (comint-goto-input, comint-history-isearch-search)
15674 (comint-history-isearch-message, comint-history-isearch-wrap)
15675 (comint-history-isearch-push-state)
15676 (comint-history-isearch-pop-state): New functions.
15677
b593f105
MA
156782009-11-23 Michael Albinus <michael.albinus@gmx.de>
15679
15680 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15681 return.
15682 (tramp-handle-make-symbolic-link)
15683 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15684 Quote file names.
15685 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15686 (tramp-handle-process-file): Use it.
15687
0f202d5d
SM
156882009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15689
15690 * window.el (move-to-window-line-last-op): Remove.
15691 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15692
216349f8
SM
156932009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15694
0f202d5d 15695 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15696 * window.el (move-to-window-line-last-op): New var.
15697 (move-to-window-line-top-bottom): New command.
15698 (global-map): Bind M-r move-to-window-line-top-bottom.
15699
c10e0633
GM
157002009-11-23 Sven Joachim <svenjoac@gmx.de>
15701
15702 * dired-x.el (dired-guess-shell-alist-default):
15703 Support xz format. (Bug#4953)
15704
953e0c1a
GM
157052009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15706
15707 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15708 last-command-char/last-command-event.
15709 (viper-prefix-arg-value): Do correct conversion of event-char for
15710 XEmacs.
15711
83505cfe
SM
15712 * emulation/viper-util.el, emulation/viper.el:
15713 Use viper-last-command-char instead of
15714 last-command-char/last-command-event.
953e0c1a 15715
83505cfe
SM
15716 * ediff-init.el, ediff-mult.el, ediff-util.el:
15717 Replace last-command-char and last-command-event
15718 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15719
15720 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15721 created in fundamental mode.
15722
15723 * ediff.el (ediff-version): Revert the change of interactive-p to
15724 called-interactively-p.
15725
9ee12eee
TH
157262009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15727
15728 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15729 generation from word-movement command names.
15730
8b571bf3
JD
157312009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15732
15733 * cus-start.el (all): Add native condition for font-use-system-font.
15734
4121db47
AM
157352009-11-21 Nathaniel Flath <flat0103@gmail.com>
15736
83505cfe
SM
15737 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15738 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15739
d71f5e0c
TH
157402009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15741
15742 * progmodes/subword.el: Rename from lisp/subword.el.
15743
15744 * subword.el: Rename to progmodes/subword.el.
15745
15746 * Makefile.in (ELCFILES): Adapt to subword.el move.
15747
fc9d6ad6 157482009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15749 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15750
15751 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15752 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15753 (bookmark-bmenu-show-filenames): Use push.
15754 (bookmark-bmenu-hide-filenames): Use local var instead of
15755 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15756 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15757 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15758 filenames now that the bookmark names are always available.
15759
26d9285f
SM
157602009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15763 (bookmark-search-pattern): Move and leave unbound.
15764 (bookmark-bmenu-mode-map): Change binding.
15765 (bookmark-read-search-input): Simplify.
15766 Don't use text-char-description. Don't error on non-char events.
15767 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15768 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15769 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15770 Use a local var for the timer.
15771 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15772 (i.e. bookmark-bmenu-search).
15773
d73a0317
GM
157742009-11-21 Glenn Morris <rgm@gnu.org>
15775
15776 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15777
e572025f
CY
157782009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15779
26d9285f
SM
15780 * net/browse-url.el (browse-url-default-windows-browser):
15781 Use cygstart for cygwin.
e572025f 15782
6aeaa3dc
KF
157832009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15784
e4070cdc 15785 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15786 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15787 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15788 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15789 (bookmark-read-search-input): Adjust to fit within 80 columns.
15790
a9b76eec
TH
157912009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15792
15793 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15794 (c-backward-into-nomenclature): Adapt to subword renaming.
15795
15796 * subword.el (subword-forward, subword-backward, subword-mark)
15797 (subword-kill, subword-backward-kill, subword-transpose)
15798 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15799 (subword-forward-internal, subword-backward-internal):
15800 Rename from forward-subword, backward-subword, mark-subword,
15801 kill-subword, backward-kill-subword, transpose-subwords,
15802 downcase-subword, upcase-subword, capitalize-subword,
15803 forward-subword-internal, backward-subword-internal.
a9b76eec 15804
1e7d4475
SM
158052009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15806
26d9285f
SM
15807 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15808 New options.
1e7d4475
SM
15809 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15810 New vars.
15811 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15812 (bookmark-bmenu-filter-alist-by-regexp)
15813 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15814 (bookmark-bmenu-search): New command.
15815 (bookmark-bmenu-mode-map): Bind it.
15816
653d1554
TH
158172009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15818
ab84bfa0
TH
15819 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15820 backward-subword to quit the byte-compiler.
15821
1f35fda9
TH
15822 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15823
15824 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15825
653d1554 15826 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15827 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15828 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15829
15830 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15831 subword.el functions instead of cc-subword.el.
15832
1e7d4475
SM
15833 * progmodes/cc-subword.el: Rename to subword.el.
15834 * subword.el: Rename from progmodes/cc-subword.el.
15835 (subword-mode-map): Rename from c-subword-mode-map.
15836 (subword-mode): Rename from c-subword-mode.
653d1554 15837 (global-subword-mode): New global minor mode.
1e7d4475
SM
15838 (forward-subword): Rename from c-forward-subword.
15839 (backward-subword): Rename from c-backward-subword.
15840 (mark-subword): Rename from c-mark-subword.
15841 (kill-subword): Rename from c-kill-subword.
15842 (backward-kill-subword): Rename from c-backward-kill-subword.
15843 (transpose-subwords): Rename from c-tranpose-subword.
15844 (downcase-subword): Rename from c-downcase-subword.
15845 (capitalize-subword): Rename from c-capitalize-subword.
15846 (forward-subword-internal): Rename from c-forward-subword-internal.
15847 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15848
9717f119
DN
158492009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15850
8de724f3
DN
15851 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15852 from a dired buffer.
15853 (vc-dired-deduce-fileset): New function.
15854 (vc-root-diff, vc-print-root-log): Use it.
15855
9717f119
DN
15856 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15857 nil LIMIT argument to vc-print-log-internal.
15858
af4999b8
GM
158592009-11-20 Glenn Morris <rgm@gnu.org>
15860
15861 * Makefile.in (ELCFILES): Regenerate.
15862
b58edcb6
JB
158632009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15864
02e1b488
SM
15865 * calc/calc.el (calc-set-mode-line):
15866 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15867 (math-format-number): Rename `math-format-complement-signed' to
15868 `math-format-twos-complement'.
15869
02e1b488 15870 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15871 math-format-complement-signed.
15872 (calc-radix): Rename `calc-complement-signed-mode' to
15873 `calc-twos-complement-mode'.
02e1b488
SM
15874 (calc-octal-radix, calc-hex-radix): Add an argument for
15875 two's complement.
b58edcb6 15876
02e1b488
SM
15877 * calc/calc-embed.el (calc-embedded-mode-vars):
15878 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15879
02e1b488
SM
15880 * calc/calc-ext.el (calc-init-extensions):
15881 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15882 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15883
02e1b488
SM
15884 * calc/calc-units.el (math-build-units-table-buffer):
15885 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15886
15887 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15888 entries.
15889
15890 * calc/calc-vec.el (calcFunc-vunpack):
15891 * calc/calc-aent.el (calc-do-calc-eval):
15892 * calc/calc-forms.el (math-format-date):
15893 * calc/calc-graph.el (calc-graph-plot):
15894 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15895 * calc/calccomp.el (math-compose-expr):
15896 Let `calc-twos-complement-mode' be nil.
15897
158982009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15901 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15902 * minibuffer.el (completion-in-region-functions): New hook.
15903 (completion-in-region): New function.
15904 * emacs-lisp/lisp.el (lisp-complete-symbol):
15905 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15906
e3353a78
SM
159072009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15908
eff77808
SM
15909 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15910 (latex-complete-alist): New vars.
15911 (latex-string-prefix-p, latex-complete-bibtex-keys)
15912 (latex-complete-envnames, latex-complete-refkeys)
15913 (latex-complete-data): New functions.
15914 (latex-complete, latex-indent-or-complete): New commands.
15915
d2c9fc42
SM
15916 * window.el (display-buffer-mark-dedicated): New var.
15917 (display-buffer): Obey it.
15918 * minibuffer.el (minibuffer-completion-help): Use it.
15919
31a1c477
SM
15920 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15921
bed4c972
SM
15922 * filecache.el (file-cache-add-file): Use push and cons.
15923 (file-cache-delete-file-regexp): Use push.
15924 (file-cache-complete): Use completion-in-region.
15925
8c22699f
SM
15926 * simple.el (with-wrapper-hook): Fix thinko.
15927
e3353a78
SM
15928 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15929 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15930 Use with-current-buffer and string-to-number.
15931 (hfy-fallback-colour-values): Use assoc-string.
15932 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15933 (hfy-face-at): Remove unused var `found-face'.
15934 (hfy-compile-stylesheet): Remove unused var `css'.
15935 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15936 and `orig-buffer'.
15937 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15938 Use with-current-buffer.
15939 (hfy-text-p): Use expand-file-name and fewer setq.
15940
acca02b0
SM
159412009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15942
15943 * htmlfontify.el, hfy-cmap.el: New files.
15944
042b7cc6
JL
159452009-11-19 Juri Linkov <juri@jurta.org>
15946
15947 * minibuffer.el (completions-format): New defcustom.
15948 (completion--insert-strings): Implement vertical format.
15949
15950 * simple.el (switch-to-completions): Move point to the first
15951 completion when point was at the beginning of the buffer.
15952
da205913
JL
159532009-11-19 Juri Linkov <juri@jurta.org>
15954
15955 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15956
15957 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15958
0b8ee421
CY
159592009-11-19 Chong Yidong <cyd@stupidchicken.com>
15960
15961 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15962 (mail-signature): Change default to t.
15963 (mail-from-style): Deprecate `system-default' value.
15964 (mail-insert-from-field): For default value of mail-from-style,
15965 default to `angles' unless `angles' needs quoting and `parens'
15966 does not.
15967 (mail-citation-prefix-regexp): Use citation regexp from
15968 message-mode.
15969
4265deab
MA
159702009-11-19 Michael Albinus <michael.albinus@gmx.de>
15971
acca02b0
SM
15972 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15973 Set variables for computing the prompt for reading password.
4265deab 15974
27cacd2d
GM
159752009-11-19 Glenn Morris <rgm@gnu.org>
15976
470bce7d
GM
15977 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15978
7e705a1d
GM
15979 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15980
27cacd2d
GM
15981 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15982 (newsticker-treeview-listwindow-height): Fix custom type.
15983
b2f0be0f
KH
159842009-11-19 Kenichi Handa <handa@m17n.org>
15985
15986 * descr-text.el (describe-char-padded-string): Compose with TAB
15987 only if there's a font for CH.
02e1b488 15988 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15989
03446045 159902009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15991
15992 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15993 more accurate version of the regexp. (Bug#3910)
b96337b0 15994
03446045 159952009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15996
15997 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15998
e0620570
JB
159992009-11-18 Juanma Barranquero <lekktu@gmail.com>
16000
16001 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16002 (font-setting-change-default-font): Fix typo in docstring.
16003
6cc6582e
AM
160042009-11-18 Alan Mackenzie <acm@muc.de>
16005
16006 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16007
dfb3c4c6
JD
160082009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16009
02e1b488 16010 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16011
16012 * cus-start.el (all): ... to here.
16013
e268e987
MA
160142009-11-17 Michael Albinus <michael.albinus@gmx.de>
16015
16016 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16017 Don't set `ad-return-value' if `ad-do-it' doesn't.
16018
303ffde8
MA
16019 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16020 modification time.
16021
637fa988
JD
160222009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16023
16024 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16025 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16026
16027 * loadup.el: If feature system-font-setting or font-render-setting is
16028 there, load font-setting.
16029
02e1b488 16030 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16031 * font-setting.el: New file.
16032
1d16a255
GM
160332009-11-17 Glenn Morris <rgm@gnu.org>
16034
16035 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16036
2d84f804
GM
16037 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16038 Preserve point in the list buffer. (Bug#4939)
16039 Use point-at-eol.
16040 (newsticker--treeview-list-update-highlight)
16041 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16042
14467b99
JB
160432009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16044
16045 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16046 Remove.
16047
16048 * calc/calc-ext.el (calc-init-extensions): Remove references to
16049 symclip.
16050
16051 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16052
16053 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16054 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16055 `calc-symclip'.
16056
e3c39c01
KR
160572009-11-16 Kevin Ryde <user42@zip.com.au>
16058
02e1b488 16059 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16060 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16061
497de631
KR
16062 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16063 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16064 Ignore trailing spaces by omit-nulls to split-string (fixing
16065 regression from Emacs 21 due to the incompatible split-string
14467b99 16066 change). (Bug #4928.)
497de631 16067
48b27575
DN
160682009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16069
5237d741 16070 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16071 (vc-print-log-internal): Insert buttons to request more entries
16072 when limiting the output.
16073
16074 * vc-sccs.el (vc-sccs-print-log):
16075 * vc-rcs.el (vc-rcs-print-log):
16076 * vc-cvs.el (vc-cvs-print-log):
16077 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16078 LIMIT is non-nil.
16079
d3e97185
MA
160802009-11-16 Michael Albinus <michael.albinus@gmx.de>
16081
16082 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16083 error when `tramp-gvfs-dbus-event-vector' is set.
16084 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16085
68d87786
SM
160862009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16087
16088 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16089
c0a39702
MA
160902009-11-16 Michael Albinus <michael.albinus@gmx.de>
16091
16092 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16093 (dbus-register-property): Register the handlers of
c0a39702
MA
16094 "org.freedesktop.DBus.Properties" for SERVICE.
16095 (dbus-property-handler): Fix docstring.
16096
1e857121
YM
160972009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16098
16099 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16100 Quote doc string reference in defvaralias as it is not in special form.
16101 (byte-compile-output-docform): Doc fix.
16102
887484c1
JB
161032009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16104
16105 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16106 (calc-complement-signed-mode): New variables.
16107 (calc-set-mode-line): Add indicator for twos-complements.
16108 (math-format-number): Format twos-complement notation.
16109
16110 * calc/calc-bin.el (calc-word-size): Reset the variables
16111 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16112 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16113 (calc-symclip): New functions.
887484c1
JB
16114
16115 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16116
68d87786
SM
16117 * calc/calc-embed.el (calc-embedded-mode-vars):
16118 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16119
16120 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16121 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16122
16123 * calc/calc-ext.el (math-read-number-fancy): Read complement
16124 signed numbers.
68d87786
SM
16125 (calc-init-extensions): Add binding for `calc-symclip'.
16126 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16127
16128 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16129 `calc-symclip'.
68d87786 16130 (calc-modes-menu): Add item for twos complement mode.
887484c1 16131
5237d741 16132 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16133
4cf1d7e3
CY
161342009-11-15 Chong Yidong <cyd@stupidchicken.com>
16135
16136 * register.el (jump-to-register, insert-register): Handle Semantic
16137 tags. From commented-out advice in semantic/senator.el.
16138
f8e65267
DN
161392009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16140
6616006b
DN
16141 * vc.el (vc-log-show-limit): New variable.
16142 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16143 when using a prefix argument.
16144 (vc-print-log-internal): Add new argument LIMIT.
16145
16146 * vc-svn.el (vc-svn-print-log):
16147 * vc-mtn.el (vc-mtn-print-log):
16148 * vc-hg.el (vc-hg-print-log):
16149 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16150 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16151 non-optional.
16152
16153 * vc-sccs.el (vc-sccs-print-log):
16154 * vc-rcs.el (vc-rcs-print-log):
16155 * vc-git.el (vc-git-print-log):
16156 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16157 ignore it. Make the BUFFER argument non-optional.
6616006b 16158
f8e65267
DN
16159 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16160
0566c4bc
CY
161612009-11-15 Chong Yidong <cyd@stupidchicken.com>
16162
7cce3c91
CY
16163 * dired.el (dired-mode-map): Move encryption items to "Operate"
16164 menu (Bug#4703).
16165
d7063de9
CY
16166 * strokes.el (strokes-update-window-configuration): Make strokes
16167 buffer current before erasing (Bug#4906).
16168
0fc10137
JL
161692009-11-15 Juri Linkov <juri@jurta.org>
16170
16171 * simple.el (set-mark-default-inactive): Add :type, :group
16172 and :version. (Bug#4876)
16173
f5fce4ec
MA
161742009-11-15 Michael Albinus <michael.albinus@gmx.de>
16175
16176 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16177 (archive-unique-fname): ... here. (Bug#4929)
16178
8d720a00
SM
161792009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16180
589888fe
SM
16181 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16182 with a real fix.
16183
8d720a00
SM
16184 * novice.el (disabled-command-function): Add useful args.
16185 Setup the help buffer so that [back] works.
16186 Remove redundant call to help-mode.
16187 (disabled-command-function): Use `case'.
16188 (en/disable-command): New function extracted from enable-command.
16189 (enable-command, disable-command): Use it.
16190
a61344d6
GM
161912009-11-14 Glenn Morris <rgm@gnu.org>
16192
497f0cdd
GM
16193 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16194 constants. (Bug#4913)
16195
a61344d6
GM
16196 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16197
d501801e
GM
161982009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16199
16200 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16201 defined in C that have no doc-strings. (Bug#1063)
16202
5af27ac2
GM
162032009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16204
16205 * cus-edit.el (data, files):
16206 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16207
aec5395b
CY
162082009-11-14 Chong Yidong <cyd@stupidchicken.com>
16209
e7791447
CY
16210 * simple.el (shell-command): Doc fix (Bug#4891).
16211
aec5395b
CY
16212 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16213
7a41cd7f
GM
162142009-11-14 Glenn Morris <rgm@gnu.org>
16215
c3583c94
GM
16216 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16217 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16218 If they are already loaded, eval-after-load will do the right thing.
16219
73900d1f
GM
16220 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16221 compiling.
16222
0028351d
GM
16223 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16224
f6714ede
GM
16225 * simple.el (x-selection-owner-p): Declare.
16226 (read-mail-command): Use custom radio type rather than choice.
16227 (completion-no-auto-exit): Doc fix.
16228
7a41cd7f 16229 * custom.el (defgroup):
5af27ac2 16230 * epg-config.el (epg): Doc fixes.
7a41cd7f 16231
2d0659ec
DN
162322009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16233
16234 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16235 * international/ccl.el (define-ccl-program): Do not purecopy the
16236 docstring, defconst does it anyway.
16237
7fdbcd83
SM
162382009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16239
d499c5b9
SM
16240 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16241 a second time.
16242
7fdbcd83
SM
16243 * x-dnd.el (x-dnd-maybe-call-test-function):
16244 * window.el (split-window-vertically):
16245 * whitespace.el (whitespace-help-on):
16246 * vc-rcs.el (vc-rcs-consult-headers):
16247 * userlock.el (ask-user-about-lock-help)
16248 (ask-user-about-supersession-help):
16249 * type-break.el (type-break-force-mode-line-update):
16250 * time-stamp.el (time-stamp-conv-warn):
16251 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16252 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16253 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16254 (term-write-input-ring, term-check-source, term-start-output-log):
16255 (term-display-buffer-line, term-dynamic-list-completions):
16256 (term-ansi-make-term, serial-term):
16257 * subr.el (selective-display):
16258 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16259 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16260 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16261 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16262 (speedbar-remove-localized-speedbar-support)
16263 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16264 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16265 (speedbar-buffers-line-directory):
16266 * simple.el (shell-command-on-region, append-to-buffer)
16267 (prepend-to-buffer):
16268 * shadowfile.el (shadow-save-todo-file):
16269 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16270 (scroll-bar-maybe-set-window-start):
16271 * sb-image.el (speedbar-image-dump):
16272 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16273 (load-save-place-alist-from-file):
16274 * ps-samp.el (ps-print-message-from-summary):
16275 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16276 (ps-background-image, ps-begin-job, ps-do-despool):
16277 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16278 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16279 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16280 (pr-call-process, pr-file-list, pr-interface-save):
16281 * novice.el (disabled-command-function)
16282 (enable-command, disable-command):
16283 * mouse.el (mouse-buffer-menu-alist):
16284 * mouse-copy.el (mouse-kill-preserving-secondary):
16285 * macros.el (kbd-macro-query):
16286 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16287 * informat.el (batch-info-validate):
16288 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16289 * hippie-exp.el (try-expand-dabbrev-visible):
16290 * help-mode.el (help-make-xrefs):
16291 * help-fns.el (describe-variable):
16292 * generic-x.el (bat-generic-mode-run-as-comint):
16293 * finder.el (finder-mouse-select):
16294 * find-dired.el (find-dired-sentinel):
16295 * filesets.el (filesets-file-close):
16296 * files.el (list-directory):
16297 * faces.el (list-faces-display, describe-face):
16298 * facemenu.el (list-colors-display):
16299 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16300 * epg.el (epg--process-filter, epg-cancel):
16301 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16302 (epa--read-signature-type):
16303 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16304 (emerge-file-names):
16305 * ehelp.el (electric-helpify):
16306 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16307 * ediff-vers.el (rcs-ediff-view-revision):
16308 * ediff-util.el (ediff-setup):
16309 * ediff-mult.el (ediff-append-custom-diff):
16310 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16311 (ediff-wordify):
16312 * echistory.el (Electric-command-history-redo-expression):
16313 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16314 * disp-table.el (describe-display-table):
16315 * dired.el (dired-find-buffer-nocreate):
16316 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16317 * dabbrev.el (dabbrev--same-major-mode-p):
16318 * chistory.el (list-command-history):
16319 * apropos.el (apropos-documentation):
16320 * allout.el (allout-obtain-passphrase):
16321 (allout-copy-exposed-to-buffer):
16322 (allout-verify-passphrase): Use with-current-buffer.
16323
2ccbc060
GM
163242009-11-13 Glenn Morris <rgm@gnu.org>
16325
16326 * Makefile.in (ELCFILES): Regenerate.
16327
b172ed20
MA
163282009-11-13 Michael Albinus <michael.albinus@gmx.de>
16329
7fdbcd83
SM
16330 * net/dbus.el (dbus-registered-objects-table): Rename from
16331 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16332 (dbus-unregister-object): Unregister also properties.
16333 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16334 Use a timeout of 500 msec, in order to not block.
16335 (dbus-register-property, dbus-property-handler): New defuns.
16336
e96d62cd
SM
163372009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16338
16339 * simple.el (minibuffer-default-add-completions): Drop deprecated
16340 4th arg.
16341
14bd267d
EZ
163422009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16343
e96d62cd
SM
16344 * textmodes/artist.el (artist-mouse-choose-operation):
16345 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16346 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16347 (artist-compute-up-event-key): New function.
16348 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16349
bf89fd7b
KH
163502009-11-13 Kenichi Handa <handa@m17n.org>
16351
16352 * language/japan-util.el: Make sure that the value of jisx0208
16353 property is jisx0208 character.
16354
f70b8925
DN
163552009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16356
16357 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16358 car or each item, not the whole list.
16359
4d93a9e0
SM
163602009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * minibuffer.el (minibuffer-completion-help):
16363 Use minibuffer-hide-completions.
16364
05404988
SM
163652009-11-12 Per Starbäck <per@starback.se> (tiny change)
16366
16367 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16368 (dired-revert): Use them (bug#4880).
16369
5297bc10
DN
163702009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16371
16372 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16373
e2685eb7
JL
163742009-11-12 Juri Linkov <juri@jurta.org>
16375
16376 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16377 New functions.
16378 (find-file-literally-at-point): Alias of `ffap-literally'.
16379
76410c3e
DN
163802009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16381
6d341a2a
DN
16382 * textmodes/ispell.el (ispell-skip-region-alist):
16383 * textmodes/css-mode.el (auto-mode-alist):
16384 * progmodes/compile.el (auto-mode-alist):
16385 * international/mule.el (ctext-non-standard-encodings-alist)
16386 (ctext-non-standard-encodings-regexp):
16387 * simple.el (shell-command-switch, text-read-only):
16388 * replace.el (occur-mode-map):
16389 * paths.el (rmail-file-name):
16390 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16391 * find-file.el (ff-special-constructs):
16392 * files.el (file-name-handler-alist):
16393 * composite.el: Purecopy strings.
16394
76410c3e
DN
16395 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16396
aaa448c9
DN
163972009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16398
16399 * widget.el (define-widget): Purecopy the docstring.
16400 * international/mule-cmds.el (charset): Do not purecopy the
16401 docstring here, define-widget does it.
16402
16403 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16404 * textmodes/bibtex-style.el (auto-mode-alist):
16405 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16406 * progmodes/compile.el (compile-command):
16407 * language/korea-util.el (default-korean-keyboard):
16408 * international/mule-conf.el (file-coding-system-alist):
16409 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16410 * tooltip.el (tooltip-frame-parameters):
16411 * newcomment.el (comment-end, comment-padding):
16412 * dired.el (dired-trivial-filenames):
16413 * comint.el (comint-file-name-prefix): Purecopy initial values.
16414
bbe650fd
MA
164152009-11-11 Michael Albinus <michael.albinus@gmx.de>
16416
16417 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16418 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16419 `tramp-unload'.
16420 (tramp-advice-make-auto-save-file-name)
16421 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16422 after removing the advice.
16423
6bdad9ae
DN
164242009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16425
2f7f4bee
DN
16426 * progmodes/grep.el (grep-regexp-alist):
16427 * international/mule-cmds.el (iso-2022-control-alist):
16428 * emacs-lisp/timer.el (timer-duration-words):
16429 * subr.el (version-separator, version-regexp-alist):
16430 * minibuffer.el (completion-styles-alist):
16431 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16432 Change defvars to defconsts.
16433
a042de45
DN
16434 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16435 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16436 * international/mule-conf.el: Allow to be byte compiled.
16437
3b6acc72
DN
16438 * international/mule.el (define-charset): Purecopy props.
16439 (load-with-code-conversion): Purecopy doc string and file name.
16440 (put-charset-property): Purecopy strings.
16441 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16442
1c2efdfb 16443 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16444 (define-char-code-property): Correctly purecopy the table.
16445
62591911
DN
16446 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16447
8b908da6
DN
16448 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16449
ff917d63
DN
16450 * subr.el (add-hook): Purecopy strings.
16451 (eval-after-load): Purecopy load-history-regexp and the form.
16452
af89cf77
DN
16453 * custom.el (custom-declare-group): Purecopy load-file-name.
16454
a3c20c83 16455 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16456 * net/eudc.el (eudc-tools-menu):
16457 * international/mule-cmds.el (set-coding-system-map)
16458 (mule-menu-keymap):
16459 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16460 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16461 * replace.el (occur-mode-map):
16462 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16463 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16464 (menu-bar-custom-menu, menu-bar-showhide-menu)
16465 (menu-bar-options-menu, menu-bar-tools-menu)
16466 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16467 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16468 (menu-bar-help-menu):
16469 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16470 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16471
6bdad9ae
DN
16472 * term/x-win.el (x-gtk-stock-map):
16473 * progmodes/vera-mode.el (auto-mode-alist):
16474 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16475 (inferior-lisp-program, inferior-lisp-load-command):
16476 * progmodes/hideshow.el (hs-special-modes-alist):
16477 * progmodes/gud.el (same-window-regexps):
16478 * progmodes/grep.el (grep-program, find-program, xargs-program):
16479 * net/telnet.el (same-window-regexps):
16480 * net/rlogin.el (same-window-regexps):
16481 * language/ethiopic.el (font-ccl-encoder-alist):
16482 * vc-sccs.el (vc-sccs-master-templates):
16483 * vc-rcs.el (vc-rcs-master-templates):
16484 * subr.el (cl-assertion-failed):
16485 * simple.el (next-error-overlay-arrow-position):
16486 * lpr.el (lpr-command):
16487 * locate.el (locate-ls-subdir-switches):
16488 * info.el (same-window-regexps, info)
16489 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16490 * image-mode.el (image-mode, auto-mode-alist):
16491 * hippie-exp.el (hippie-expand-ignore-buffers):
16492 * format.el (format-alist):
16493 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16494 (find-name-arg):
16495 * facemenu.el (facemenu-keybindings):
16496 * dired.el (dired-listing-switches, dired-chown-program):
16497 * diff.el (diff-switches, diff-command):
16498 * cus-edit.el (same-window-regexps):
16499 * bindings.el (mode-line-mule-info)
16500 (mode-line-buffer-identification): Purecopy strings.
16501
e0987650
JL
165022009-11-11 Juri Linkov <juri@jurta.org>
16503
3570691b 16504 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16505 Tell the byte-compiler about dired-get-filename.
16506 (shell-command): In Dired mode, get filename from the current line
16507 as the default value.
16508
b16ff465
GM
165092009-11-10 Glenn Morris <rgm@gnu.org>
16510
e8a11b22
GM
16511 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16512 * calendar/holidays.el, progmodes/cperl-mode.el:
16513 Update x-popup-menu declarations.
16514
b16ff465
GM
16515 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16516 (list-load-path-shadows): Use dolist.
16517 (list-load-path-shadows): Use with-current-buffer.
16518
032c3399
JL
165192009-11-10 Juri Linkov <juri@jurta.org>
16520
16521 * minibuffer.el (read-file-name): Support a list of default values
16522 in `default-filename'. Use the first file name where only one
16523 element is required. Doc fix.
16524
8fb1629f
MA
165252009-11-09 Michael Albinus <michael.albinus@gmx.de>
16526
16527 * net/dbus.el (dbus-unregister-object): Release service, if no
16528 other method is registered for it.
16529
a51203ee 165302009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16531
16532 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16533 bookmark-sort-flag is non-nil (Bug#4653).
16534
9bf7dc8a
CY
165352009-11-08 Chong Yidong <cyd@stupidchicken.com>
16536
15207e74
CY
16537 * emulation/cua-base.el: Add CUA property to some CC mode commands
16538 (Bug#4100).
16539
8bf7ed70
KR
165402009-11-08 Kevin Ryde <user42@zip.com.au>
16541
16542 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16543 at end of sentence (Bug#4818).
8bf7ed70 16544
951802d0
CY
165452009-11-08 Jared Finder <jfinder@crypticstudios.com>
16546
16547 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16548 Handle "see declaration of" MSFT statements (Bug#4100).
16549
e8244310
MA
165502009-11-08 Michael Albinus <michael.albinus@gmx.de>
16551
16552 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16553 (tramp-advice-file-expand-wildcards): Unload via
16554 `ad-remove-advice'.
16555
16556 * net/trampver.el: Update release number.
16557
a51203ee 165582009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16559
16560 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16561 `ad-do-it'.
16562
a51203ee 165632009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16564
16565 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16566 in order to keep context in SELinux.
16567
bedd8a58
CY
165682009-11-08 Chong Yidong <cyd@stupidchicken.com>
16569
16570 * dired-aux.el (dired-query): Place cursor in echo area and allow
16571 C-g.
16572
16573 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16574 menu item if not on a directory (Bug#4701).
16575
0484d600
MA
165762009-11-07 Michael Albinus <michael.albinus@gmx.de>
16577
16578 Sync with Tramp 2.1.17.
16579
16580 * net/tramp.el (tramp-handle-copy-directory): Don't use
16581 `file-remote-p' (due to compatibility).
16582
16583 * net/tramp-compat.el (tramp-compat-copy-directory)
16584 (tramp-compat-delete-directory): New defuns.
16585
16586 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16587 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16588 Use `tramp-compat-delete-directory'.
0484d600
MA
16589
16590 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16591 (tramp-smb-handle-delete-directory):
16592 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16593
16594 * net/trampver.el: Update release number.
16595
b42b2189
CY
165962009-11-07 Chong Yidong <cyd@stupidchicken.com>
16597
6960d7b9
CY
16598 * tar-mode.el (tar-copy): Call write-region on the right buffer
16599 (Bug#4857).
16600
b42b2189
CY
16601 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16602 by hand, if necessary (Bug#4878).
16603
0ad57dfd
CY
166042009-11-06 Chong Yidong <cyd@stupidchicken.com>
16605
d19e23ae
CY
16606 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16607 align size column (Bug#4839).
16608
0ad57dfd
CY
16609 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16610 statement.
16611
0b7f397c
DN
166122009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16613
16614 * progmodes/ld-script.el (auto-mode-alist):
16615 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16616
16617 * cus-face.el (custom-declare-face): Purecopy face spec.
16618
495bd5ca
KH
166192009-11-06 Kenichi Handa <handa@m17n.org>
16620
16621 * international/uni-bidi.el: Re-generated.
16622 * international/uni-category.el: Re-generated.
16623 * international/uni-combining.el: Re-generated.
16624 * international/uni-mirrored.el: Re-generated.
16625
1e8780b1
DN
166262009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16627
16628 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16629 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16630 (tex-start-options, slitex-run-command, latex-run-command)
16631 (tex-run-command, tex-directory):
16632 * textmodes/ispell.el (ispell-html-skip-alists)
16633 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16634 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16635 (adaptive-fill-regexp):
16636 * textmodes/dns-mode.el (auto-mode-alist):
16637 * progmodes/python.el (interpreter-mode-alist):
16638 * progmodes/etags.el (tags-compression-info-list):
16639 * progmodes/etags.el (tags-file-name):
16640 * net/browse-url.el (browse-url-galeon-program)
16641 (browse-url-firefox-program):
16642 * mail/sendmail.el (mail-signature-file)
16643 (mail-citation-prefix-regexp):
16644 * international/mule-conf.el (eight-bit):
16645 * international/latexenc.el (latex-inputenc-coding-alist):
16646 * international/fontset.el (x-pixel-size-width-font-regexp):
16647 * emacs-lisp/warnings.el (warning-type-format):
16648 * emacs-lisp/trace.el (trace-buffer):
16649 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16650 (emacs-lisp-mode-map):
16651 * calendar/holidays.el (holiday-solar-holidays)
16652 (holiday-bahai-holidays, holiday-islamic-holidays)
16653 (holiday-christian-holidays, holiday-hebrew-holidays)
16654 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16655 (hebrew-holidays-1, holiday-oriental-holidays)
16656 (holiday-general-holidays):
16657 * x-dnd.el (x-dnd-known-types):
16658 * tool-bar.el (tool-bar):
16659 * startup.el (site-run-file):
16660 * shell.el (shell-dumb-shell-regexp):
16661 * rfn-eshadow.el (file-name-shadow-tty-properties)
16662 (file-name-shadow-properties):
16663 * paths.el (remote-shell-program, news-directory):
16664 * mouse.el ([C-down-mouse-3]):
16665 * menu-bar.el (menu-bar-tools-menu):
16666 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16667 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16668 (jka-compr-compression-info-list):
16669 * isearch.el (search-whitespace-regexp):
16670 * image-file.el (image-file-name-extensions):
16671 * find-dired.el (find-ls-option):
16672 * files.el (directory-listing-before-filename-regexp)
16673 (directory-free-space-args, insert-directory-program)
16674 (list-directory-brief-switches, magic-fallback-mode-alist)
16675 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16676 (automount-dir-prefix):
16677 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16678 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16679 (face-font-registry-alternatives, face-font-registry-alternatives)
16680 (face-font-family-alternatives):
16681 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16682 (facemenu-foreground-menu, facemenu-face-menu):
16683 * epa-hook.el (epa-file-name-regexp):
16684 * dnd.el (dnd-protocol-alist):
16685 * textmodes/rst.el (auto-mode-alist):
a51203ee 16686 * button.el (default-button): Purecopy strings.
1e8780b1 16687
0adae11f
GM
166882009-11-06 Glenn Morris <rgm@gnu.org>
16689
16690 * Makefile.in (ELCFILES): Update.
16691
2adaf057
SM
166922009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16693
8f72f03c
SM
16694 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16695 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16696
2adaf057
SM
16697 * nxml/xsd-regexp.el (xsdre-gen-categories):
16698 * nxml/xmltok.el (xmltok-parse-entity):
16699 * nxml/rng-parse.el (rng-parse-validate-file):
16700 * nxml/rng-maint.el (rng-format-manual)
16701 (rng-manual-output-force-new-line):
16702 * nxml/rng-loc.el (rng-save-schema-location-1):
16703 * nxml/rng-cmpct.el (rng-c-parse-file):
16704 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16705 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16706
14862301
SM
167072009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16708
bf0b361c 16709 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16710 Remove extra save-excursions and make-variable-buffer-local's.
16711 Suggested by Stefan Monnier.
16712
16713 (verilog-getopt-file, verilog-module-inside-filename-p)
16714 (verilog-set-define): Merge GNU 1.35 and repair changes from
16715 switching to using with-current-buffer.
16716
16717 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16718 being treated as a number and confusing AUTORESET.
16719 Reported by Dan Dever.
16720
16721 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16722 Add verilog-auto-ignore-concat to fix backward compatibility with
16723 older verilog-modes. Reported by Dan Katz.
16724
16725 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16726 containing closing anchors "...$".
16727
16728 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16729 Reported by Wade Smith.
16730
48c2d18a 16731 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16732
167332009-11-05 Michael McNamara <mac@mail.brushroad.com>
16734
bf0b361c
JB
16735 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16736 for labels.
14862301
SM
16737
16738 (verilog-label-re, verilog-calc-1): Support proper indent of named
16739 asserts.
16740
16741 (verilog-backward-token, verilog-basic-complete-re)
16742 (verilog-beg-of-statement, verilog-indent-re): Support proper
16743 indent of the assert statement at the beginning of a block of text.
16744
16745 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16746 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16747 tokens as begins.
16748
4f8f657f
GM
167492009-11-05 Glenn Morris <rgm@gnu.org>
16750
775adc51
GM
16751 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16752 Emacs 19. (Bug#1531)
16753 (byte-compile-fix-header): Update for the above change.
16754 Drop test for epoch::version.
16755
4ad6a5e7 16756 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16757 * cus-dep.el (custom-make-dependencies):
16758 * finder.el (finder-compile-keywords):
16759 Use autoload-rubric's feature argument.
4ad6a5e7 16760
4f8f657f
GM
16761 * calendar/diary-lib.el (top-level): Make load behave more like require.
16762
881e4184
GM
16763 * vc-git.el (vc-git-stash-map): Move definition before use.
16764
ba214964 167652009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16766
b6f8ba09
DN
16767 * custom.el (custom-declare-group): Purecopy standard-value.
16768 (custom-declare-group): Purecopy custom-prefix.
16769
7fdbcd83
SM
16770 * international/mule.el (load-with-code-conversion):
16771 Call do-after-load-evaluation unconditionally.
eb6f577b 16772
f6195dfb
DN
16773 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16774
56f14120
SM
167752009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16776
16777 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16778
e5c89ce9
GM
167792009-11-04 Glenn Morris <rgm@gnu.org>
16780
16781 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16782 (byte-compile-compatibility): Remove option.
16783 (byte-compile-close-variables, byte-compile-fix-header)
16784 (byte-compile-insert-header, byte-compile-output-docform)
16785 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16786 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16787 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16788 (byte-compile-insert, byte-compile-defun):
16789 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16790 (byte-defop-compiler19): Remove.
16791 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16792 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16793
e24f42ab
JL
167942009-11-04 Juri Linkov <juri@jurta.org>
16795
16796 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16797 (menu-bar-options-menu): Don't quote the `prop' arg of
16798 `menu-bar-make-mm-toggle'.
16799
d3d5f4f5
JB
168002009-11-04 Juanma Barranquero <lekktu@gmail.com>
16801
16802 * calendar/calendar.el (cal-loaddefs):
16803 * calendar/diary-lib.el (diary-loaddefs):
16804 * calendar/holidays.el (hol-loaddefs):
16805 * eshell/esh-module.el (esh-groups): Load rather than require.
16806
6e39d3b2
SM
168072009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16808
e96d62cd
SM
16809 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16810 point-min==1.
7e83e8b4
SM
16811 (todo-top-priorities): Only display-buffer when called interactively.
16812 (todo-item-start): Don't save excursion point.
16813 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16814 (todo-insert-item-here, todo-file-item, todo-remove-item):
16815 Adjust uses of todo-item-start and todo-item-end.
16816
fae4e5b9
SM
16817 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16818 (autoload-rubric): Don't use any more.
fae4e5b9 16819
6e39d3b2
SM
16820 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16821 and only put a prop if it is non-nil.
16822
c9753fb4
JL
168232009-11-03 Juri Linkov <juri@jurta.org>
16824
16825 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16826 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16827
16828 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16829 and "Menu" to make top-level menu item visually one unit (like
16830 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16831 multi-word menu items). Fix :help string for quit-window.
16832
db04f33f
GM
168332009-11-03 Glenn Morris <rgm@gnu.org>
16834
2aea6521
GM
16835 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16836 (byte-compile-file-form-define-abbrev-table)
16837 (byte-compile-file-form-custom-declare-variable)
16838 (byte-compile-variable-ref, byte-compile-defvar):
16839 Whether or not a warning is enabled should only affect whether we issue
16840 the warning, not whether or not we collect the relevant data.
16841 Eg warnings can be turned on and off throughout the course of a file.
16842
db04f33f
GM
16843 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16844 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16845
937e6a56
SM
168462009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16849 * play/mpuz.el (mpuz-create-buffer):
16850 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16851 (lm-print-y,s,noise, lm-print-w0, lm-init):
16852 * play/gomoku.el (gomoku-prompt-for-move):
16853 * play/fortune.el (fortune-in-buffer):
16854 * play/dissociate.el (dissociated-press):
16855 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16856 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16857 * mail/supercite.el (sc-eref-show):
16858 * mail/smtpmail.el (smtpmail-send-it):
16859 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16860 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16861 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16862 (rmail-summary-goto-msg, rmail-summary-expunge)
16863 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16864 (rmail-summary-add-label, rmail-summary-output-menu)
16865 (rmail-summary-output-body):
16866 * mail/rfc822.el (rfc822-addresses):
16867 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16868 * mail/mailpost.el (post-mail-send-it):
16869 * mail/hashcash.el (hashcash-generate-payment):
16870 * mail/feedmail.el (feedmail-run-the-queue)
16871 (feedmail-queue-send-edit-prompt-help-first)
16872 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16873 (feedmail-deduce-address-list):
16874 * eshell/esh-ext.el (eshell-remote-command):
16875 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16876 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16877 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16878 (viper-save-string-in-file, viper-valid-marker):
16879 * emulation/viper-keym.el (viper-toggle-key):
16880 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16881 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16882 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16883 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16884 (viper-exec-form-in-emacs, viper-brac-function):
16885 * emulation/viper.el (viper-delocalize-var):
16886 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16887 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16888 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16889 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16890 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16891 * emulation/edt.el (edt-electric-helpify):
16892 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16893 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16894 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16895 (cua-indent-to-global-mark-column):
16896 * calendar/diary-lib.el (calendar-mark-1):
16897 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16898 Use with-current-buffer.
16899 * emulation/viper.el (viper-delocalize-var): Use dolist.
16900
5b955562
CY
169012009-11-03 Chong Yidong <cyd@stupidchicken.com>
16902
16903 * comint.el (comint-replace-by-expanded-history-before-point):
16904 Replace !! with the previous input string literally (Bug#1795).
16905
6292c599
JB
169062009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16907
16908 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16909 to be made up of whitespace.
16910
8368c14e
CY
169112009-11-02 Chong Yidong <cyd@stupidchicken.com>
16912
16913 * minibuffer.el (read-file-name): Don't use file dialogs for
16914 remote directories (Bug#99).
16915
6f750f0d
CY
169162009-11-01 Chong Yidong <cyd@stupidchicken.com>
16917
16918 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16919
97ab3f47
AS
169202009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16921
16922 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16923 instead of deleting the window or frame.
16924
673c1168
CY
169252009-10-31 Chong Yidong <cyd@stupidchicken.com>
16926
16927 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16928 Support face colors.
16929
937e6a56
SM
16930 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16931 New function. Support face colors (Bug#1168).
673c1168
CY
16932 (tex-common-initialization): Use it.
16933
16934 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16935 mode allows it (Bug#1168).
16936
c9349f0a
CY
169372009-10-31 Juri Linkov <juri@jurta.org>
16938
16939 * facemenu.el (list-colors-display): Don't mark buffer as
16940 modified (Bug#3948).
16941
ebf5c4f5
CY
169422009-10-31 Chong Yidong <cyd@stupidchicken.com>
16943
6a7662bb
BR
16944 * international/mule-diag.el (list-character-sets-1):
16945 Minor message fix (Bug#3526).
5c2dce75 16946
6a7662bb
BR
16947 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16948 Fix face property (Bug#4834).
26581f0e
CY
16949 (etags-list-tags, etags-tags-apropos-additional)
16950 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16951 property.
16952
ebf5c4f5
CY
16953 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16954 items.
16955
9a529312
SM
169562009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * textmodes/two-column.el (2C-split):
16959 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16960 * textmodes/tex-mode.el (tex-set-buffer-directory):
16961 * textmodes/spell.el (spell-region, spell-string):
16962 * textmodes/reftex.el (reftex-erase-buffer):
16963 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16964 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16965 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16966 (reftex-select-item):
16967 * textmodes/reftex-ref.el (reftex-label-info-update)
16968 (reftex-offer-label-menu):
16969 * textmodes/reftex-index.el (reftex-index-change-entry)
16970 (reftex-index-phrases-info):
16971 * textmodes/reftex-global.el (reftex-create-tags-file)
16972 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16973 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16974 (reftex-view-crossref-from-bibtex):
16975 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16976 (reftex-extract-bib-entries-from-thebibliography)
16977 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16978 * textmodes/refbib.el (r2b-capitalize-title):
16979 (r2b-convert-buffer, r2b-help):
16980 * textmodes/page-ext.el (pages-directory)
16981 (pages-directory-goto-with-mouse):
16982 * textmodes/bibtex.el (bibtex-validate-globally):
16983 * textmodes/bib-mode.el (bib-capitalize-title):
16984 * textmodes/artist.el (artist-clear-buffer, artist-system):
16985 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16986 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16987 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16988 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16989 (xscheme-send-control-g-interrupt, xscheme-start-process)
16990 (xscheme-process-sentinel, xscheme-cd):
16991 * progmodes/verilog-mode.el (verilog-read-always-signals)
16992 (verilog-set-define, verilog-getopt-file)
16993 (verilog-module-inside-filename-p):
16994 * progmodes/sh-script.el:
16995 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16996 (python-pdbtrack-grub-for-buffer, python-execute-file):
16997 * progmodes/octave-inf.el (inferior-octave):
16998 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16999 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17000 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17001 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17002 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17003 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17004 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17005 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17006 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17007 (idlwave-shell-examine-display, idlwave-shell-run-region)
17008 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17009 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17010 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17011 (idlwave-help-get-help-buffer):
17012 * progmodes/gud.el (gud-basic-call, gud-find-class)
17013 (gud-tooltip-activate-mouse-motions-if-enabled):
17014 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17015 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17016 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17017 (ebrowse-tags-next-file):
17018 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17019 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17020 (ebnf-eps-finish-and-write):
17021 * progmodes/cpp.el (cpp-edit-save):
17022 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17023 * progmodes/cc-defs.el (c-emacs-features):
17024 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17025 (antlr-directory-dependencies):
17026 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17027 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17028 (ada-find-any-references, ada-make-filename-from-adaname)
17029 (ada-make-body-gnatstub):
17030 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17031 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17032 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17033 * net/rcirc.el (rcirc-debug):
17034 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17035 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17036 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17037 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17038 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17039 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17040 (newsticker--treeview-list-clear-highlight)
17041 (newsticker--treeview-list-update-highlight)
17042 (newsticker--treeview-list-highlight-start)
17043 (newsticker--treeview-tree-update-highlight)
17044 (newsticker--treeview-get-selected-item)
17045 (newsticker-treeview-mark-list-items-old)
17046 (newsticker--treeview-set-current-node):
17047 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17048 * net/newst-backend.el (newsticker--get-news-by-funcall)
17049 (newsticker--get-news-by-wget, newsticker--image-get)
17050 (newsticker--image-sentinel):
17051 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17052 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17053 (eudc-ph-close-session):
17054 * net/eudc.el (eudc-save-options):
17055 * language/thai-word.el (thai-update-word-table):
17056 * language/japan-util.el (japanese-string-conversion):
17057 * international/titdic-cnv.el (tsang-quick-converter)
17058 (ziranma-converter, ctlau-converter):
17059 * international/mule-cmds.el (describe-language-environment):
17060 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17061 (skkdic-convert-postfix, skkdic-convert-prefix):
17062 (skkdic-convert-okuri-nasi, skkdic-convert):
17063 * emacs-lisp/re-builder.el (reb-update-overlays):
17064 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17065 * emacs-lisp/gulp.el (gulp-send-requests):
17066 * emacs-lisp/find-gc.el (trace-call-tree):
17067 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17068 (eieio-describe-generic):
17069 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17070 * emacs-lisp/edebug.el (edebug-outside-excursion):
17071 * emacs-lisp/debug.el (debugger-make-xrefs):
17072 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17073 * emacs-lisp/chart.el (chart-new-buffer):
17074 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17075 Use with-current-buffer.
17076 * textmodes/artist.el (artist-system): Don't call
17077 copy-sequence on a fresh string.
17078 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17079
d566f228
GM
170802009-10-31 Stephen Berman <stephen.berman@gmx.net>
17081
17082 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17083 is no item to edit. (Bug#4820)
d566f228 17084 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17085 buffer. (Bug#4820)
d566f228 17086
f3628edd
GM
170872009-10-31 Glenn Morris <rgm@gnu.org>
17088
5cf3709c
GM
17089 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17090 (comint-last-output-start, comint-last-input-start)
17091 (comint-last-input-end): Don't defvar when compiling.
17092 (ange-ftp-process-file): Use bound-and-true-p.
17093
4c814fd2
GM
17094 * pcmpl-rpm.el (top-level): Move provide statement to end.
17095 (pcmpl-rpm): Remove unused custom group.
17096
113b8dcc
GM
17097 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17098
31c615e4
GM
17099 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17100
416d3588
GM
17101 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17102 (byte-compile-warnings): Add `constants' as an option.
17103 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17104 (display-call-tree): Update for byte-compile-fdefinition possibly
17105 returning `(macro lambda ...)'. (Bug#4778)
17106 (byte-compile-variable-ref, byte-compile-setq-default):
17107 Respect `constants' member of byte-compile-warnings.
17108
00f71f39
SM
171092009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17112 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17113 to "submit:".
17114
ca0a881a
DN
171152009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17116
17117 * textmodes/ispell.el (ispell-skip-region-alist):
17118 * international/mule-conf.el (eight-bit):
17119 * international/fontset.el (font-encoding-alist):
17120 * startup.el (pure-space-overflow-message):
17121 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17122 * paths.el (gnus-nntp-service, rmail-spool-directory)
17123 (term-file-prefix):
17124 * files.el (save-some-buffers-action-alist):
17125 * cmuscheme.el (same-window-buffer-names):
17126 * ielm.el (same-window-buffer-names):
17127 * shell.el (same-window-buffer-names):
17128 * mail/sendmail.el (same-window-buffer-names):
17129 * progmodes/inf-lisp.el (same-window-buffer-names):
17130 * bindings.el (mode-line-client)
17131 (mode-line-column-line-number-mode-map):
17132 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17133 (tibetan-precomposed-regexp): Purecopy string arguments.
17134
b861e45e
SM
171352009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17136
6df9b6d7
SM
17137 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17138 (calcDigit-nondigit):
17139 * calc/calc-yank.el (calc-copy-to-buffer):
17140 * calc/calc-units.el (calc-invalidate-units-table):
17141 * calc/calc-trail.el (calc-trail-yank):
17142 * calc/calc-store.el (calc-insert-variables):
17143 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17144 * calc/calc-prog.el (calc-read-parse-table):
17145 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17146 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17147 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17148 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17149 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17150 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17151 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17152 * calc/calc-ext.el (calc-realign):
17153 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17154 (calc-embedded-finish-edit, calc-embedded-make-info)
17155 (calc-embedded-finish-command, calc-embedded-stack-change):
17156 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17157
70f44c65
SM
17158 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17159 shell-dynamic-complete-filename in preference to
17160 comint-dynamic-complete-filename.
17161
b861e45e
SM
17162 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17163 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17164 Don't consider whether the display supports colors.
17165 (bookmark-import-new-list): Use dolist.
17166 (bookmark-bmenu-mode-map): Move initialization into declaration.
17167 (bookmark-bmenu-list): Use dolist, simplify.
17168 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17169 (menu-bar-final-items): Use push.
17170
8549241d 171712009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17172
17173 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17174 it works on remote files.
17175 (vc-hg-diff): Don't pass any `--cwd' argument.
17176
30644573
KR
171772009-10-27 Kevin Ryde <user42@zip.com.au>
17178
cc63d28f
SM
17179 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17180 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17181 (Further to Bug#3921).
17182
9be01a63
MA
171832009-10-27 Michael Albinus <michael.albinus@gmx.de>
17184
17185 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17186 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17187 calling `tramp-imap-put-file'. Add file size to the call.
17188 (tramp-imap-get-file-entries): Compute also user name, file size,
17189 and date.
17190 (tramp-imap-handle-insert-directory): Insert uid and gid.
17191 (tramp-imap-handle-file-attributes): Transform uid and gid
17192 according to `id-format'.
17193 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17194 size in header X-Size.
17195
41849bf9
JB
171962009-10-26 Juanma Barranquero <lekktu@gmail.com>
17197
17198 * simple.el (transpose-subr): Give clearer error when the mark
17199 is not set. (Bug#4807)
17200
293c24f9
MA
172012009-10-26 Michael Albinus <michael.albinus@gmx.de>
17202
cc63d28f
SM
17203 * net/tramp.el (tramp-perl-file-truename): New defconst.
17204 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17205 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17206 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17207 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17208
cc63d28f
SM
17209 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17210 Ignore `dired-call-process'.
293c24f9
MA
17211 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17212
172132009-10-26 Julian Scheid <julians37@gmail.com>
17214
cc63d28f 17215 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17216 (tramp-get-remote-readlink): New defun.
17217 (tramp-handle-file-truename): Use it.
17218 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17219 file exists if cache value present.
48c2d18a 17220 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17221 (tramp-handle-file-readable-p): Use it.
17222 (tramp-handle-file-writable-p): Likewise.
17223 (tramp-handle-file-executable-p): Likewise.
17224 (tramp-handle-file-name-all-completions): Try using Perl to get
17225 partial completions. When perl not available, combine `cd' and
17226 `ls' into single remote operation and use shell expansion to get
17227 partial remote directory contents. Set `file-exists-p' cache for
17228 directory and any files returned by ls. Change cache handling to
17229 support partial directory contents. Use error message emitted by
17230 remote `cd' or Perl code for local tramp-error.
17231 (tramp-do-copy-or-rename-file-directly): Avoid separate
17232 tramp-send-command-and-check call.
cc63d28f
SM
17233 (tramp-handle-process-file): Merge three remote ops into one.
17234 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17235 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17236 file-attributes shows uid/gid to be set already.
17237
a7610c52
DN
172382009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17239
17240 * textmodes/tex-mode.el (tex-dvi-view-command)
17241 (tex-show-queue-command, tex-open-quote):
17242 * progmodes/ruby-mode.el (auto-mode-alist)
17243 (interpreter-mode-alist): Purecopy strings.
17244
17245 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17246
17247 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17248 string for the hook, keymap and abbrev table.
17249
17250 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17251
17252 * x-dnd.el (x-dnd-xdnd-to-action):
17253 * startup.el (fancy-startup-text, fancy-about-text): Change to
17254 defconst from defvar.
17255
17256 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17257
17258 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17259 Purecopy initialization strings.
17260
17261 * mail/sendmail.el (mail-header-separator)
17262 (mail-personal-alias-file):
17263 * mail/rmail.el (rmail-default-dont-reply-to-names)
17264 (rmail-ignored-headers, rmail-retry-ignored-headers)
17265 (rmail-highlighted-headers, rmail-secondary-file-directory)
17266 (rmail-secondary-file-regexp):
17267 * files.el (null-device, file-name-invalid-regexp)
17268 (locate-dominating-stop-dir-regexp)
cc63d28f 17269 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17270 (interpreter-mode-alist): Use mapcar instead of mapc.
17271
17272 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17273
17274 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17275 (completion-ignored-extensions):
17276 (debug-ignored-errors): Purecopy strings.
17277
4fcc3d32
SM
172782009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17279
0667de21
SM
17280 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17281 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17282 (pcomplete--here): Use push.
17283
4fcc3d32
SM
17284 * subr.el (all-completions): Declare the 4th arg obsolete.
17285
955ef430
SM
172862009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17287
2d085307
SM
17288 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17289 (pcomplete-unquote-argument): New function.
17290 (pcomplete--common-suffix): Always pay attention to case.
17291 (pcomplete--table-subvert): Quote and unquote the text.
17292 (pcomplete--common-quoted-suffix): New function.
17293 (pcomplete-std-complete): Use it and pcomplete-begin.
17294
955ef430
SM
17295 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17296 we're inside a dedicated or minibuffer window.
17297
7c85c02b
KF
172982009-10-24 Karl Fogel <kfogel@red-bean.com>
17299
17300 * bookmark.el: Update documentation, especially documentation
17301 of `bookmark-alist' and of the bookmark file format.
17302 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17303
3e8ae8a6
CY
173042009-10-24 Chong Yidong <cyd@stupidchicken.com>
17305
3e425845
CY
17306 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17307 keybindings apply to the mail buffer (Bug#4003). Shrink help
17308 window to buffer.
17309
cdd47d48
CY
17310 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17311 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17312 (whitespace-toggle-options, global-whitespace-toggle-options):
17313 Doc fix (Bug#3660).
cdd47d48 17314
ba07c9ad
CY
17315 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17316 of xmltok-start before the end tag was inserted (Bug#2840).
17317
3e8ae8a6
CY
17318 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17319 patterns that are preceded by an open-paren (Bug#1320).
17320
ab276820
CY
173212009-10-24 Sven Joachim <svenjoac@gmx.de>
17322
17323 * files.el (delete-directory): Delete symlinks to directories with
17324 delete-file (Bug#4739).
17325
905a9ed3
DN
173262009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17327
a9a2a6db
DN
17328 * vc.el (vc-backend-for-registration): Rename from
17329 vc-get-backend-for-registration. Update callers.
17330
cc63d28f
SM
17331 * international/mule-cmds.el (set-language-info-alist):
17332 Purecopy lang-env.
905a9ed3
DN
17333 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17334 (charset): Purecopy the name.
17335 (define-char-code-property): Purecopy string arguments.
17336
17337 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17338 Purecopy string arguments.
17339
17340 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17341 * ediff-hook.el (menu-bar-ediff-menu):
17342 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17343 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17344
d270305a
GM
173452009-10-24 Glenn Morris <rgm@gnu.org>
17346
6c74d523 17347 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17348 * term.el (term-dynamic-list-completions): Use choose-completion rather
17349 than obsolete alias mouse-choose-completion.
17350
ae732337
GM
17351 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17352 file-cache-choose-completion.
17353 (file-cache-choose-completion): Handle an optional event argument.
17354 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17355
cc63d28f
SM
17356 * progmodes/octave-mod.el (octave-complete-symbol):
17357 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17358
9847dc91
GM
17359 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17360 use.
17361
e8f2a5d5
GM
17362 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17363 compiler.
17364
d270305a
GM
17365 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17366
c6432f1e
SM
173672009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17370 Ignore `pred' now that we receive one.
17371 Handle test-completion specially.
17372
6ab196f9
DN
173732009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17374
17375 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17376 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17377 REGISTER ...
17378 (vc-get-backend-for-registration): ... here. New function.
17379 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17380 of vc-responsible-backend, pass the file name instead of the
17381 directory name.
17382
48feed59
SM
173832009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17386 New funs.
17387 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17388 (pcomplete-comint-setup): Don't modify a global var via
17389 accidental side-effects.
17390 (pcomplete-shell-setup): Adjust call accordingly.
17391 (pcomplete-parse-comint-arguments): Use push.
17392
00006066
CY
173932009-10-23 Chong Yidong <cyd@stupidchicken.com>
17394
36bfa3af
CY
17395 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17396 Allow uncapitalized info node names (Bug#3921).
17397
00006066
CY
17398 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17399 to the DEBUG file (Bug#3781).
17400
aa311d6e
CY
174012009-10-23 Jari Aalto <jari.aalto@cante.net>
17402
17403 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17404 dictionary entry (Bug#4579).
17405
b88f2d0a
MA
174062009-10-23 Michael Albinus <michael.albinus@gmx.de>
17407
17408 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17409 from `rfn-eshadow-update-overlay-hook' when unloading.
17410 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17411 "rsyncc". Adjust doc string.
48c2d18a 17412 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17413 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17414 Keep temporary file when indicated by method ("rsync" and
17415 "rsyncc").
17416 (tramp-handle-write-region): Handle APPEND.
17417 (tramp-delete-temp-file-function): New defun. Added to
17418 `kill-buffer-hook'.
17419
1becddbb
JB
174202009-10-23 Juanma Barranquero <lekktu@gmail.com>
17421
17422 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17423
8f43cbf3
DN
174242009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17425
17426 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17427 (color-name-rgb-alist, tty-standard-colors)
17428 (tty-color-mode-alist): Change to defconst.
17429
17430 * simple.el (mark-inactive): Purecopy message.
17431
17432 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17433 (global-map, yank-menu):
17434 * textmodes/ispell.el (ispell-menu-map):
17435 * net/eudc.el (eudc-tools-menu):
17436 * international/mule-cmds.el (describe-language-environment-map)
17437 (setup-language-environment-map, set-coding-system-map)
17438 (mule-menu-keymap):
17439 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17440 * replace.el (occur-mode-map):
17441 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17442
1d228a31
JB
174432009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17444
6a7662bb
BR
17445 * calc/calc.el (math-read-number, math-read-number-simple):
17446 Use `save-match-data'.
1d228a31 17447
3b067af1
SM
174482009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17449
28a90c44
SM
17450 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17451 rather than fiddling with global-map bindings, since it should only
17452 affect per-terminal settings.
17453 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17454
a452eee8
SM
17455 * minibuffer.el (completion-table-with-terminator): Allow to specify
17456 the terminator-regexp.
17457
ab14d7d5
SM
17458 * simple.el (switch-to-completions): Look for *Completions* in other
17459 frames as well.
17460
3b067af1
SM
17461 * pcomplete.el: Allow the use of completion-tables.
17462 (pcomplete-std-complete): New command.
17463 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17464 (pcomplete--here): Use a function for `form' rather than an expression,
17465 so it can be byte-compiled.
17466 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17467 Add edebug declaration.
17468 (pcomplete-show-completions): Remove unused var `curbuf'.
17469 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17470 Don't assume `completions' is a list of strings any more.
3b067af1 17471
5480359e
JB
174722009-10-22 Juanma Barranquero <lekktu@gmail.com>
17473
17474 * find-dired.el (find-name-arg): Fix typo in docstring.
17475
3170b794
SM
174762009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17477
48c23a25
SM
17478 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17479 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17480
56b14058
SM
17481 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17482 pcomplete-entries.
17483
3170b794
SM
17484 * comint.el (comint-read-input-ring, comint-write-input-ring)
17485 (comint-substitute-in-file-name)
17486 (comint-dynamic-complete-as-filename)
17487 (comint-dynamic-simple-complete)
17488 (comint-dynamic-list-filename-completions)
17489 (comint-dynamic-list-completions)
17490 (comint-redirect-results-list-from-process): Minor simplifications.
17491
2affef34
KR
174922009-10-21 Kevin Ryde <user42@zip.com.au>
17493
3170b794
SM
17494 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17495 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17496 the first form. And insert a blank line after ";;; Code" since
d8194864 17497 that's usual style. (Bug#4612)
2affef34 17498
e7b94bbb
KR
17499 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17500
528c56e2
SM
175012009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17502
17503 * minibuffer.el (completion-table-with-terminator): Properly implement
17504 boundaries, in case `terminator' appears in the suffix.
17505 (completion--embedded-envvar-table): Don't return boundaries if
17506 there's no valid completion. Simplify.
17507 (completion-file-name-table): New completion table extracted from
17508 completion--file-name-table.
17509 (completion--file-name-table): Use it.
17510 (read-file-name-predicate): Declare obsolete.
17511 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17512 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17513 completion-file-name-table, and use the `pred' argument.
17514 * files.el (locate-file-completion-table): Use the `pred' arg rather
17515 than read-file-name-predicate.
17516 (abbreviate-file-name): Use \` rather than ^ for BOS.
17517
f9ed9b4f
DN
175182009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17519
17520 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17521 vc-responsible-backend to register, it causes problems.
17522
5f2022a3
SM
175232009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17524
17525 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17526
fc754ea1
MA
175272009-10-21 Michael Albinus <michael.albinus@gmx.de>
17528
17529 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17530 (tramp-smb-handle-file-attributes): Use it.
17531 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17532 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17533 `mapcar'. Use `tramp-smb-get-stat-capability'.
17534 Add `dired-filename' text properties.
fc754ea1
MA
17535 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17536 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17537 version.
17538
79bd5ba1
SM
175392009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17540
17541 * subr.el (read-key-delay): Reduce to 0.01.
17542 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17543 (bug#4751).
17544
3c13704d
SM
175452009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17546
554efd10
SM
17547 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17548
c2a37b78
SM
17549 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17550 (Info-menu): Remove unused vars `last' and `completions'.
17551 (Info-index-nodes): Remove unused var `node'.
17552
3c13704d
SM
17553 * info.el (Info-complete-menu-item): Use complete-with-action.
17554
d1e4c403
DN
175552009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17556
17557 Make vc-annotate work through copies and renames.
3c13704d
SM
17558 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17559 Return the file name too.
d1e4c403
DN
17560 (vc-annotate-revision-at-line)
17561 (vc-annotate-find-revision-at-line)
17562 (vc-annotate-revision-previous-to-line)
17563 (vc-annotate-show-log-revision-at-line): Update to get the file
17564 name from vc-annotate-extract-revision-at-line.
17565 (vc-annotate-show-diff-revision-at-line-internal): Change the
17566 argument to mean whether to show a file diff or not. Get the file
17567 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17568 (vc-annotate-show-diff-revision-at-line):
17569 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17570 (vc-annotate-warp-revision): Add an optional file argument.
17571
17572 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17573 (vc-git-annotate-extract-revision-at-line): Also return the file
17574 name if found.
17575
17576 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17577 command. Remove unused code.
17578 (vc-hg-annotate-re): Update to match --follow output.
17579 (vc-hg-annotate-extract-revision-at-line): Also return the file
17580 name if found.
17581
17582 * vc.el: Update annotate-extract-revision-at-line documentation.
17583
b0b0ef98
KR
175842009-10-18 Kevin Ryde <user42@zip.com.au>
17585
17586 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17587 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17588
a9e7f03d
KR
17589 * net/browse-url.el (browse-url): Identify alist with "consp and
17590 not functionp" and let all other things go down the `apply' leg,
17591 as suggested by Stefan. (Further to bug#4531.)
17592
7346a407
CY
175932009-10-18 Chong Yidong <cyd@stupidchicken.com>
17594
17595 * minibuffer.el (read-file-name): Check for repeat before putting
17596 a default argument in file-name-history (Bug#4657).
17597
17598 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17599 read syntax (Bug#4737).
17600
3c13704d 17601 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17602
1da94541
CY
176032009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17604
17605 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17606 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17607 entries and make note of obsolete tags.
17608
2b93080a
SM
176092009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17610
17611 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17612
18b5ffb5
GM
176132009-10-18 Glenn Morris <rgm@gnu.org>
17614
17615 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17616 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17617 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17618 now, and in any case the file header format has changed.
17619
c2e161b2
GM
176202009-10-17 Glenn Morris <rgm@gnu.org>
17621
17622 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17623 (flyspell-get-word, flyspell-large-region)
17624 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17625
a1eb44f5
CY
176262009-10-17 Chong Yidong <cyd@stupidchicken.com>
17627
17628 * Makefile.in (ELCFILES): Add ede/shell.
17629
4418646e
DN
176302009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17631
17632 * term/common-win.el (x-colors): Purecopy it.
17633
4062011e
SM
176342009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17637 permissive for when the buffer is empty.
17638 (tar-header-block-tokenize): Decode the username and groupname.
17639 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17640
b0b111c3
JB
176412009-10-17 Eric Ludlam <zappo@gnu.org>
17642
17643 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17644 contains multibyte characters, choose first applicable coding
17645 system automatically.
17646
2df48a87
SM
176472009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17648
17649 * international/mule-cmds.el (select-safe-coding-system): If the file
17650 has a coding cookie, use it regardless of any other setting (bug#4712).
17651
fd7dd48c
GM
176522009-10-17 Glenn Morris <rgm@gnu.org>
17653
3ee0b477 17654 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17655 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17656
2550e4b1
GM
17657 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17658 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17659 (dired-keep-marker-symlink, dired-dwim-target)
17660 (dired-copy-preserve-time): Do not autoload these defcustoms.
17661
fd7dd48c
GM
17662 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17663 messages from messing up the file coding. (Bug#4623)
17664
f3e3a990
GM
176652009-10-17 Jari Aalto <jari.aalto@cante.net>
17666
17667 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17668 if no match is found for the current dictionary. (Bug#4578)
17669
17670 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17671 optional, since that is how it is documented, and this is often called
17672 with a nil argument. (Bug#4577)
17673 (flyspell-external-point-words, flyspell-auto-correct-word)
17674 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17675 (flyspell-word-search-backward): Remove nil argument in calls to
17676 flyspell-get-word, since it is not needed now.
17677
176782009-10-17 Ulrich Mueller <ulm@gentoo.org>
17679
1becddbb 17680 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17681
b61374ab
GM
176822009-10-16 Glenn Morris <rgm@gnu.org>
17683
17684 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17685
412707c2
SM
176862009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17687
17688 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17689 (ange-ftp-file-size): New function.
17690 (ange-ftp-file-attributes): Use it.
17691
0c6f436e
MA
176922009-10-16 Michael Albinus <michael.albinus@gmx.de>
17693
17694 * net/tramp-smb.el (tramp-smb-version): New defvar.
17695 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17696 repeated checks.
17697
850bfd04
GM
176982009-10-16 Glenn Morris <rgm@gnu.org>
17699
17700 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17701 Maybe copy some custom properties from old to new name. (Bug#4706)
17702
f3ed9aca
JB
177032009-10-16 Juanma Barranquero <lekktu@gmail.com>
17704
17705 * subr.el (error, sit-for, start-process-shell-command)
17706 (start-file-process-shell-command): Set the calling convention
17707 after the function definition.
17708
fd6c5134
SM
177092009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17710
17711 * subr.el (error, sit-for, start-process-shell-command)
17712 (start-file-process-shell-command): Use the new
17713 set-advertised-calling-convention feature.
17714
73874eb7
KH
177152009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17716
fd6c5134
SM
17717 * international/ucs-normalize.el (ucs-normalize-version):
17718 Change to 1.2.
17719 (check-range): Adjust for Unicode 5.2.
73874eb7 17720
03fb33cf
JL
177212009-10-15 Juri Linkov <juri@jurta.org>
17722
17723 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17724 to the `menu-item' format.
17725
4260b402
MA
177262009-10-15 Michael Albinus <michael.albinus@gmx.de>
17727
17728 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17729 if the environment variable does not exist.
17730
17731 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17732 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17733 parameter.
17734 (tramp-smb-handle-add-name-to-file)
17735 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17736 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17737 (tramp-smb-handle-file-attributes)
17738 (tramp-smb-do-file-attributes-with-stat)
17739 (tramp-smb-handle-file-local-copy)
17740 (tramp-smb-handle-insert-directory)
17741 (tramp-smb-handle-make-directory)
17742 (tramp-smb-handle-make-directory-internal)
17743 (tramp-smb-handle-make-symbolic-link)
17744 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17745 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17746 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17747 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17748 Handle long file names.
17749 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17750 process is running.
17751 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17752 Read share names with "-g" option.
17753
d7a0fd6f
GM
177542009-10-15 Ryan Yeske <rcyeske@gmail.com>
17755
17756 * net/rcirc.el (rcirc-view-log-file): New command.
17757 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17758 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17759 specified.
17760
0b44494a
GM
177612009-10-15 Glenn Morris <rgm@gnu.org>
17762
af9fb32f
GM
17763 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17764 from the second command-line argument.
17765 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17766 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17767 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17768 w32-batch-update-autoloads.
17769 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17770 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17771
0b44494a
GM
17772 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17773 the headers cannot be located. Simplify, subtracting superflous
17774 save-excursions.
17775
d5e63715
SM
177762009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 Replace completion-base-size by completion-base-position to fix bugs
17779 such as (bug#4699).
17780 * simple.el (completion-base-position): New var.
17781 (completion-base-size): Mark as obsolete.
17782 (choose-completion): Make it work for mouse events as well.
17783 Pass the new base-position to choose-completion-string.
17784 (choose-completion-guess-base-position): New function, extracted from
17785 choose-completion-delete-max-match.
17786 (choose-completion-delete-max-match): Use it. Make obsolete.
17787 (choose-completion-string): Use the new base-position info.
17788 (completion-root-regexp): Delete.
17789 (completion-setup-function): Preserve completion-base-position.
17790 Eliminate obsolete base-size manipulation.
17791 * minibuffer.el (display-completion-list): Don't mess with base-size.
17792 (minibuffer-completion-help): Set completion-base-position instead.
17793 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17794 choose-completion.
17795 * textmodes/bibtex.el (bibtex-complete):
17796 * emacs-lisp/crm.el (crm--choose-completion-string):
17797 Adjust to new calling convention.
17798 * complete.el (partial-completion-mode): Use minibufferp to avoid
17799 bumping into incompatible change to choose-completion-string-functions.
17800 * ido.el (ido-choose-completion-string): Make its calling convention
17801 more permissive.
17802 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17803 base-size manipulation.
17804 (comint-dynamic-list-input-ring): Use dotimes and push.
17805 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17806 fundamental-mode. Use `or'.
17807
92f8bfc7
JL
178082009-10-14 Juri Linkov <juri@jurta.org>
17809
17810 * misearch.el (multi-isearch-next-buffer-from-list)
17811 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17812
e78e280d
SM
178132009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17814
384ca163
SM
17815 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17816 `bytecomp.el'.
17817
681e0e7c
SM
17818 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17819 string we return is all made up of text from the completions rather
17820 than part from the completions and part from the input (bug#4219).
17821
e78e280d
SM
17822 * ido.el (ido-everywhere): Use define-minor-mode.
17823
17824 * buff-menu.el (list-buffers, ctl-x-map):
17825 Mark the entry points with ;;;###autoload cookies.
17826
b4e813ca
DN
178272009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17828
52964e54
DN
17829 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17830 correctly in the detached head case.
17831 (vc-git-print-log): Remove unused binding.
17832
b4e813ca
DN
17833 * vc.el (vc-responsible-backend): When a directory is passed for
17834 for registration create a VC repository if no backend is
17835 responsible for the directory argument.
17836 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17837
17838 * vc.el: Move comments about RCS and SCCS ...
17839 * vc-rcs.el:
17840 * vc-sccs.el: ... here, respectively.
17841
40ba9882
SM
178422009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17843
17844 * minibuffer.el (completion--file-name-table): Return nil if there's
17845 no file completion, even if substitute-in-file-name changed
17846 the string (bug#4708).
17847
04e0f59b
JL
178482009-10-13 Juri Linkov <juri@jurta.org>
17849
17850 * files-x.el (read-file-local-variable-value): Don't filter out
17851 minor modes from mode name completion (bug#4664).
17852
314c8e25
JB
178532009-10-13 Juanma Barranquero <lekktu@gmail.com>
17854
17855 * international/mule-cmds.el (ucs-names): Remove exclusion of
17856 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17857
5c9b7d36
KH
178582009-10-13 Kenichi Handa <handa@m17n.org>
17859
17860 * international/uni-name.el: Regenerated.
17861
1e7a80f2
JB
178622009-10-13 Juanma Barranquero <lekktu@gmail.com>
17863
17864 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17865 should be automatically buffer-local, but isn't.)
17866
cd29f88b
SS
178672009-10-12 Sam Steingold <sds@gnu.org>
17868
17869 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17870 timestamps if the buffer has been visited before.
0cd16af4
SS
17871 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17872 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17873
37493a98
GM
178742009-10-12 Glenn Morris <rgm@gnu.org>
17875
17876 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17877 Let-bind `size'.
17878
3b56b1e6
JB
178792009-10-12 Juanma Barranquero <lekktu@gmail.com>
17880
7422a4bb
JB
17881 * proced.el (proced-unload-function): New function.
17882
fa72d075
JB
17883 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17884 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17885 Doc fix.
17886
3b56b1e6
JB
17887 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17888
4d9b4323
JL
178892009-10-11 Juri Linkov <juri@jurta.org>
17890
17891 * files-x.el (read-file-local-variable-value):
17892 Provide default value only for bound variables (bug#4664).
17893
f6f7e059
MA
178942009-10-11 Michael Albinus <michael.albinus@gmx.de>
17895
17896 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17897 connection methods like smb.
17898
17899 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17900 can be empty.
17901
17902 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17903 (tramp-smb-file-name-handler-alist): Add handlers for
17904 `add-name-to-file', `make-symbolic-link'.
17905 (tramp-smb-handle-add-name-to-file)
2992485f 17906 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17907 (tramp-smb-handle-make-symbolic-link)
17908 (tramp-smb-get-cifs-capabilities): New defuns.
17909 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17910 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17911 (tramp-smb-handle-file-local-copy)
17912 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17913 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17914 The file name syntax depends on cifs capabilities.
17915 (tramp-smb-handle-file-attributes):
17916 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17917 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17918 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17919
67868d26
CY
179202009-10-11 Chong Yidong <cyd@stupidchicken.com>
17921
17922 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17923 (eieio-defclass): Apply deftype handler and setf-method properties
17924 directly.
17925 (eieio-add-new-slot): Avoid union function from cl library.
17926 (eieio--typep): New function.
17927 (eieio-perform-slot-validation): Use it.
17928
6d6a5b7e
KF
179292009-10-10 Karl Fogel <kfogel@red-bean.com>
17930
3b56b1e6 17931 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17932 Update documentation to refer to the variables documented in r1.135.
17933 (Bug#4188)
17934
67b70de9
KF
179352009-10-10 Karl Fogel <kfogel@red-bean.com>
17936
17937 * bookmark.el (Info-suffix-list): Remove this unused variable.
17938 (bookmark-current-point): Remove this obsolete variable.
17939 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17940 Adjust for removal of bookmark-current-point.
17941
17942 (bookmarks-already-loaded, bookmark-current-buffer)
17943 (bookmark-yank-point): Document. (Bug#4188)
17944
58ae51ae
GM
179452009-10-10 Glenn Morris <rgm@gnu.org>
17946
4619ff5e
GM
17947 * frame.el (frame-height): Doc fix.
17948
58ae51ae
GM
17949 * calendar/calendar.el (calendar-split-width-threshold): New option.
17950 (calendar-basic-setup): Use calendar-split-width-threshold.
17951
d364386c
JB
179522009-10-09 Juanma Barranquero <lekktu@gmail.com>
17953
17954 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17955 Ideographic Supplement" range (U+1F200..U+1F2FF).
17956
33e97a28
KF
179572009-10-09 Karl Fogel <kfogel@red-bean.com>
17958
02d0f051 17959 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17960 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17961
179622009-10-09 Karl Fogel <kfogel@red-bean.com>
17963
d364386c 17964 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17965 (bookmark-bmenu-execute-deletions): Don't save here, as
17966 bookmark-delete will now do so if necessary.
d364386c 17967 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17968 (Bug#4348)
17969
9656d87b
GM
179702009-10-09 Glenn Morris <rgm@gnu.org>
17971
17972 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17973
e6227f06
KF
179742009-10-09 Karl Fogel <kfogel@red-bean.com>
17975
17976 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17977 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17978 argument now, so the two function's behaviors will match. (Bug#3645)
17979
288f783b
MA
179802009-10-08 Michael Albinus <michael.albinus@gmx.de>
17981
17982 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17983 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17984 Apply `save-match-data'.
288f783b
MA
17985
17986 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17987 case both directories are remote.
17988 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17989 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17990
872a1ea4
JB
179912009-10-07 Juanma Barranquero <lekktu@gmail.com>
17992
17993 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17994
ab2baced
GM
179952009-10-07 Glenn Morris <rgm@gnu.org>
17996
e78e280d
SM
17997 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17998 of concat.
ab2baced 17999
5c4634c1
SM
180002009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * files-x.el (read-file-local-variable): Include some
18003 non-user-variables in the completion table (bug#4664).
18004
c2dc9732
MA
180052009-10-07 Michael Albinus <michael.albinus@gmx.de>
18006
18007 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18008 message.
18009
18010 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18011 (tramp-smb-file-name-handler-alist): Add handler for
18012 `copy-directory', `expand-file-name', `set-file-modes'.
18013 (tramp-smb-handle-copy-directory)
18014 (tramp-smb-handle-expand-file-name)
18015 (tramp-smb-handle-set-file-modes): New defuns.
18016 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18017 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18018 entry.
18019 (tramp-smb-handle-insert-directory): Don't flush the cache.
18020 (tramp-smb-maybe-open-connection): Check for samba client and
18021 server versions.
18022
11be40a6
EZ
180232009-10-07 Eli Zaretskii <eliz@gnu.org>
18024
18025 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18026 to not error out of search for "^lisp=" fails.
18027
8c4afe20
JB
180282009-10-07 Juanma Barranquero <lekktu@gmail.com>
18029
18030 * makefile.w32-in (WINS_UPDATES): New macro.
18031 (custom-deps, finder-data, autoloads): Use it.
18032
429a1506
GM
180332009-10-07 Glenn Morris <rgm@gnu.org>
18034
ee2e93e2
GM
18035 * Makefile.in (autoloads): Revert previous change.
18036 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18037 the list of preloaded files passed on the command-line, get
18038 it from src/Makefile.
18039
429a1506
GM
18040 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18041 show the original buffer rather than a random one.
18042
a51203ee 180432009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18044
18045 * help.el (describe-no-warranty): Place point in a slightly better
18046 position in the GPLv3 text.
18047
f58f7520
SS
180482009-10-06 Sam Steingold <sds@gnu.org>
18049
18050 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18051 the comm attribute is present before calling regexp-quote.
18052
bde79dc0
JB
180532009-10-06 Juanma Barranquero <lekktu@gmail.com>
18054
18055 * play/animate.el (animate-string): For good effect, make sure
18056 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18057
18058 * play/animate.el (animate-sequence, animate-birthday-present):
18059 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18060
25ab0302
GM
180612009-10-06 Glenn Morris <rgm@gnu.org>
18062
73fe714a
GM
18063 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18064
3405d98c
GM
18065 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18066 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18067 (batch-update-autoloads): Process a string value of autoload-excludes,
18068 set during the build process.
18069 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18070
9fb2cdc5
GM
18071 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18072 inside with-parsed... macro so that `v' is defined.
18073
7938ab41
GM
18074 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18075 * progmodes/fortran.el (fortran-end-of-block)
18076 (fortran-beginning-of-block):
18077 Also push mark in the macro case.
18078
eaf9b564
GM
18079 * emerge.el (emerge-show-file-name):
18080 * calc/calc.el (calc-quit):
18081 * calc/calc-misc.el (calc-big-or-small):
18082 * calc/calc-graph.el (calc-graph-view):
18083 * calc/calc-ext.el (calc-reset):
18084 * calendar/calendar.el (calendar-basic-setup):
18085 Use window-full-height-p.
18086
25ab0302
GM
18087 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18088 header we don't understand, don't insert another. (Bug#4624)
18089 If changing mime charset, insert the new one in the right place.
18090
00169eb6
GM
180912009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18092
18093 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18094 (cal-tex-cursor-month): Correctly increment the end date for diary and
18095 holiday listing. (Bug#4626)
18096
82882188
SM
180972009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18098
40ba9882 18099 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18100 a symbol.
18101
a8f316ca
JB
181022009-10-05 Juanma Barranquero <lekktu@gmail.com>
18103
18104 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18105 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18106 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18107 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18108
18109 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18110 (eieio-default-superclass): Reflow docstrings.
18111 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18112 (eieio-unbind-method-implementations, defmethod)
18113 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18114 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18115 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18116 (eieio-slot-originating-class-p, eieio-slot-name-index)
18117 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18118 (constructor, initialize-instance, no-next-method, object-print)
18119 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18120 Fix typos in docstrings.
18121 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18122 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18123 (next-method-p): Doc fixes.
18124 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18125 Fix typos in error messages.
18126 (eieio-defmethod): Fix typo in description of generic method.
18127
18128 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18129 (eieio-persistent-save-interactive, slot-missing):
18130 Fix typos in docstrings.
18131 (eieio-instance-inheritor-slot-boundp): Doc fix.
18132
18133 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18134 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18135
18136 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18137 (eieio-custom-object-apply-reset):
18138 Fix typos in docstrings and error messages.
18139
18140 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18141 Fix typo in docstring.
18142
18143 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18144 (eieio-browse-tree): Doc fix.
18145 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18146 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18147 Fix typos in docstrings.
18148
18149 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18150 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18151 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18152 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18153 Reflow docstrings.
18154
c66b7ac0
DN
181552009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18156
4a827e0a 18157 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18158 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18159 Set log-view-vc-backend so that diff can work.
4a827e0a 18160
c66b7ac0
DN
18161 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18162 vc-version-diff.
18163 (vc-diff-internal): Autoload this instead of vc-version-diff.
18164
1902a98c
EZ
181652009-10-05 Eli Zaretskii <eliz@gnu.org>
18166
a7a8618b
EZ
18167 * simple.el (eval-expression): Doc fix.
18168
1902a98c
EZ
18169 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18170
0e1f2ee6
MA
181712009-10-05 Michael Albinus <michael.albinus@gmx.de>
18172
18173 * files.el (directory-files-no-dot-files-regexp): New defconst.
18174 (delete-directory): Use it.
18175 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18176
263c02ef 18177 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18178 (tramp-methods): Add recursive option to `tramp-copy-args'.
18179 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18180 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18181 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18182 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18183 Add handler for `copy-directory'.
18184 (tramp-handle-copy-directory): New defun.
18185 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18186 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18187 Optimize sent command.
263c02ef 18188
72aa7df4
SM
181892009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18190
4a34f065
SM
18191 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18192 window if necessary.
18193
72aa7df4
SM
18194 * calendar/calendar.el (calendar-basic-setup): Don't call
18195 switch-to-buffer in a dedicated window.
18196
5feb1ba7
KF
181972009-10-05 Karl Fogel <kfogel@red-bean.com>
18198
18199 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18200 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18201 (bookmark-error-no-filename): New error.
18202 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18203 bookmark has no file. Don't even attempt to handle things that
18204 are not files; the whole point of custom handlers is to keep that
18205 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18206 (bookmark-file-or-variation-thereof): Remove now-unused function.
18207 (bookmark-location): Doc string fix.
18208 (Bug#4250)
18209
1bd49952
KF
182102009-10-04 Karl Fogel <kfogel@red-bean.com>
18211
18212 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18213 don't use a file dialog, because they usually don't know how to read
18214 a directory target from the user. (Bug#4230)
18215 Also, make sure the prompt can display directories as well as files.
18216
825382c0
KF
182172009-10-04 Karl Fogel <kfogel@red-bean.com>
18218
18219 * bookmark.el (bookmark-set, bookmark-buffer-name):
18220 Improve doc strings. (Bug#1193)
18221
13901bcb
KF
182222009-10-04 Karl Fogel <kfogel@red-bean.com>
18223
4a34f065
SM
18224 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18225 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18226 (bookmark-get-annotation, bookmark-set-annotation)
18227 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18228 (bookmark-set-position, bookmark-get-front-context-string)
18229 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18230 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18231 (bookmark-jump-other-window, bookmark-handle-bookmark)
18232 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18233 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18234 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18235 Improve doc strings to say whether bookmark can be a string or
18236 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18237 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18238 (bookmark-default-annotation-text, bookmark-yank-word)
18239 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18240 (bookmark-import-new-list, bookmark-maybe-rename)
18241 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18242 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18243 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18244 add a FIXME comment about how the function may be pointless.
13901bcb 18245 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18246 parameter name, to clarify that this takes a bookmark record
18247 not a bookmark name.
13901bcb 18248 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18249 and improve the doc string a bit.
13901bcb
KF
18250 (Bug#4188)
18251
5c1b3e94
KF
182522009-10-04 Karl Fogel <kfogel@red-bean.com>
18253
18254 * bookmark.el (bookmark-alist): Document the new `handler' element
18255 in the param alist.
18256 (bookmark-make-record-function): Adjust documentation for above.
18257 (Bug#4193)
18258
8559076d
KF
182592009-10-04 Karl Fogel <kfogel@red-bean.com>
18260
18261 * info.el (Info-bookmark-make-record): Document this function.
18262 (Info-bookmark-jump): Document with a doc string, not just a comment.
18263 (Bug#4203)
18264
b4583b8c
MA
182652009-10-04 Michael Albinus <michael.albinus@gmx.de>
18266
18267 * files.el (copy-directory): New defun.
18268
18269 * dired-aux.el (dired-copy-file-recursive): Use it.
18270
131ae8f2
JB
182712009-10-04 Juanma Barranquero <lekktu@gmail.com>
18272
a30e71ae 18273 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18274 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18275 docstrings.
a30e71ae 18276
131ae8f2
JB
18277 * recentf.el (recentf-unload-function): New function.
18278
ccafbf06
GM
182792009-10-04 Glenn Morris <rgm@gnu.org>
18280
18281 * window.el (window-full-height-p): Add doc string.
18282
02c6f098
GM
182832009-10-04 Martin Rudalics <rudalics@gmx.at>
18284
18285 * window.el (window-full-height-p): New function. (Bug#4543)
18286
ed6b0195
DN
182872009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18288
18289 * vc.el: Remove commented out code.
18290 (vc-derived-from-dir-mode): Remove, unused.
18291 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18292
1b8d1cc7
MA
182932009-10-03 Michael Albinus <michael.albinus@gmx.de>
18294
4a34f065
SM
18295 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18296 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18297 there could be recursive loading when `default-directory' is a
18298 remote file name. (Bug#4614)
18299
ac3c593c
GM
183002009-10-03 Glenn Morris <rgm@gnu.org>
18301
686ea556
GM
18302 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18303 the frame is wide.
18304 (calendar-generate-window): Test for shrinkability rather than width.
18305
ac3c593c
GM
18306 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18307 reusing existing buffers, in case we happen to visit two files with the
18308 same basename. (Bug#4593)
18309
573709fd
EZ
183102009-10-02 Eli Zaretskii <eliz@gnu.org>
18311
4a34f065 18312 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18313 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18314 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18315 subdirs of cedet as well.
8f885d01 18316 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18317
8d6c1239
SM
183182009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18321 Obey advertised-signature-table.
18322
18323 * help-fns.el (help-function-arglist): Don't check
18324 advertised-signature-table.
18325 (describe-function-1): Do it here instead so it also applies to subrs.
18326
c4861de0
MA
183272009-10-02 Michael Albinus <michael.albinus@gmx.de>
18328
18329 * simple.el (start-file-process): Say in the doc-string, that file
18330 handlers might not support pty association, if PROGRAM is nil.
18331
18332 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18333 HOST and USER are strings. They are nil, when there are
18334 incomplete entries in ~/.netrc, for example.
18335 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18336 root directory ("device busy" error otherwise).
18337
8d6c1239
SM
18338 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18339 Flush file properties of created directory.
c4861de0 18340
d2bda74f
EZ
183412009-10-02 Eli Zaretskii <eliz@gnu.org>
18342
18343 * makefile.w32-in (WINS_BASIC): Remove cedet.
18344 (WINS_CEDET): Add cedet.
18345 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18346
895d1904
GM
183472009-10-02 Kevin Ryde <user42@zip.com.au>
18348
18349 * net/browse-url.el (browse-url): Pass any symbol in
18350 browse-url-browser-function to `apply', since if you've mistakenly put
18351 an unbound symbol then the error is clearer. (Bug#4531)
18352
32226619
JB
183532009-10-02 Juanma Barranquero <lekktu@gmail.com>
18354
18355 * allout.el (allout-init, allout-back-to-current-heading)
18356 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18357 (allout-ascend, allout-up-current-level, allout-end-of-level)
18358 (allout-previous-visible-heading, allout-forward-current-level)
18359 (allout-backward-current-level, allout-show-children):
18360 * apropos.el (apropos-describe-plist):
18361 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18362 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18363 * completion.el (add-completion, add-permanent-completion):
18364 * descr-text.el (describe-text-category, describe-char):
18365 * desktop.el (desktop-lazy-abort):
18366 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18367 * dired.el (dired-build-subdir-alist):
18368 * ediff.el (ediff-version):
18369 * elide-head.el (elide-head, elide-head-show):
18370 * emerge.el (emerge-version):
18371 * env.el (getenv):
18372 * face-remap.el (variable-pitch-mode):
18373 * faces.el (describe-face):
18374 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18375 (dired-at-point):
18376 * files.el (find-file-existing, auto-save-mode):
18377 * font-lock.el (font-lock-fontify-buffer):
18378 * help-fns.el (describe-function, describe-variable)
18379 (describe-syntax, describe-categories):
18380 * help.el (view-lossage, describe-bindings, describe-key)
18381 (describe-mode):
18382 * hexl.el (hexl-current-address):
18383 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18384 * info.el (Info-goto-emacs-key-command-node):
18385 * log-edit.el (log-edit-insert-cvs-template)
18386 (log-edit-insert-cvs-rcstemplate):
18387 * menu-bar.el (menu-bar-mode):
18388 * mouse.el (mouse-appearance-menu):
18389 * newcomment.el (comment-indent-new-line):
18390 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18391 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18392 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18393 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18394 * recentf.el (recentf-mode):
18395 * savehist.el (savehist-mode, savehist-save):
18396 * shadowfile.el (shadow-copy-files):
18397 * simple.el (kill-ring-save, next-line, previous-line)
18398 (normal-erase-is-backspace-mode):
18399 * strokes.el (strokes-update-window-configuration)
18400 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18401 (strokes-xpm-for-stroke):
18402 * time.el (emacs-uptime, emacs-init-time):
18403 * tutorial.el (tutorial--describe-nonstandard-key)
18404 (tutorial--detailed-help):
18405 * type-break.el (type-break-mode)
18406 (type-break-mode-line-message-mode, type-break-query-mode)
18407 (type-break-guesstimate-keystroke-threshold):
18408 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18409 * version.el (emacs-version):
18410 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18411 * winner.el (winner-mode):
18412 * calendar/timeclock.el (timeclock-in, timeclock-out)
18413 (timeclock-status-string, timeclock-change)
18414 (timeclock-workday-remaining-string)
18415 (timeclock-workday-elapsed-string)
18416 (timeclock-when-to-leave-string):
18417 * calendar/todo-mode.el (todo-add-category):
18418 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18419 * emacs-lisp/autoload.el (update-file-autoloads):
18420 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18421 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18422 (checkdoc-message-text, checkdoc-defun):
18423 * emacs-lisp/debug.el (debugger-list-functions):
18424 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18425 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18426 (eieio-describe-generic):
18427 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18428 * emacs-lisp/shadow.el (list-load-path-shadows):
18429 * emulation/cua-base.el (cua-mode):
18430 * emulation/edt.el (edt-set-scroll-margins):
18431 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18432 (tpu-toggle-regexp, tpu-toggle-search-direction)
18433 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18434 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18435 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18436 (viper-set-parsing-style-toggling-macro)
18437 (viper-set-emacs-state-searchstyle-macros):
18438 * emulation/viper.el (viper-set-hooks):
18439 * eshell/esh-mode.el (eshell-truncate-buffer):
18440 * international/mule-cmds.el (prefer-coding-system)
18441 (describe-input-method, describe-language-environment):
18442 * international/mule-diag.el (list-character-sets)
18443 (describe-character-set, describe-coding-system)
18444 (describe-fontset, list-fontsets, list-input-methods):
18445 * mail/sendmail.el (mail-signature):
18446 * net/ange-ftp.el (ange-ftp-copy-file):
18447 * net/browse-url.el (browse-url):
18448 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18449 * net/quickurl.el (quickurl-add-url):
18450 * net/rcirc.el (names, topic):
18451 * net/xesam.el (xesam-mode):
18452 * play/5x5.el (5x5-new-game):
18453 * play/yow.el (apropos-zippy):
18454 * progmodes/ada-mode.el (ada-mode-version):
18455 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18456 (f90-end-of-block)
18457 (f90-beginning-of-block):
18458 * progmodes/fortran.el (fortran-end-of-block)
18459 (fortran-beginning-of-block):
18460 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18461 * progmodes/python.el (python-describe-symbol, python-shell):
18462 * term/ns-win.el (ns-print-buffer):
18463 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18464 * textmodes/flyspell.el (flyspell-mode-on):
18465 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18466 (pages-directory-for-addresses):
18467 * textmodes/table.el (table-recognize-cell)
18468 (table-query-dimension, table-generate-source)
18469 (table-insert-sequence, table--warn-incompatibility):
18470 * textmodes/tex-mode.el (tex-validate-buffer):
18471 * textmodes/texinfmt.el (texinfmt-version)
18472 (texinfo-format-buffer):
18473 Use `called-interactively-p' instead of `interactive-p'.
18474
12a3c28c
JB
184752009-10-02 Juanma Barranquero <lekktu@gmail.com>
18476
18477 * image-mode.el (image-toggle-display):
18478 * emacs-lisp/elp.el (elp-instrument-function):
18479 * emacs-lisp/advice.el (ad-make-advised-definition):
18480 * emacs-lisp/easy-mmode.el (define-minor-mode):
18481 * net/browse-url.el (browse-url-maybe-new-window):
18482 * progmodes/sh-script.el (sh-learn-buffer-indent):
18483 Pass new argument 'any to `called-interactively-p'.
18484
171fda8a
JB
184852009-10-01 Juanma Barranquero <lekktu@gmail.com>
18486
171fda8a
JB
18487 * international/uni-bidi.el:
18488 * international/uni-category.el:
18489 * international/uni-combining.el:
18490 * international/uni-comment.el:
18491 * international/uni-decimal.el:
9c3c9fdf 18492 * international/uni-decomposition.el:
171fda8a
JB
18493 * international/uni-digit.el:
18494 * international/uni-lowercase.el:
18495 * international/uni-mirrored.el:
18496 * international/uni-name.el:
18497 * international/uni-numeric.el:
18498 * international/uni-old-name.el:
18499 * international/uni-titlecase.el:
18500 * international/uni-uppercase.el:
18501 Regenerate from Unicode 5.2.0 data.
18502
dcb9734a
GM
185032009-10-01 Glenn Morris <rgm@gnu.org>
18504
18505 * Makefile.in (ELCFILES): Regenerate.
18506
ced10a4c
SM
185072009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18508
9d28c33e
SM
18509 * subr.el (interactive-p): Mark obsolete.
18510 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18511 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18512 advertised-signature-table for subroutines as well.
18513
ced10a4c
SM
18514 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18515 (set-advertised-calling-convention): New function.
18516 (make-obsolete, define-obsolete-function-alias)
18517 (make-obsolete-variable, define-obsolete-variable-alias):
18518 Make the optional-ness of `when' obsolete.
18519 (define-obsolete-face-alias): Make `when' non-optional.
18520 * help-fns.el (help-function-arglist):
18521 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18522 Use advertised-signature-table.
18523
cc3dda16
MA
185242009-10-01 Michael Albinus <michael.albinus@gmx.de>
18525
18526 * files.el (delete-directory): New defun. The original function
18527 in fileio.c has been renamed to `delete-directory-internal'.
18528
18529 * dired.el (dired-delete-file): Call `delete-directory' with
18530 RECURSIVE parameter.
18531
5ce6e4f4 18532 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18533 parameter RECURSIVE. Implementation is missing.
18534
18535 * net/tramp.el (tramp-handle-make-directory): Flush upper
18536 directory's file properties.
ced10a4c 18537 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18538 (tramp-handle-dired-recursive-delete-directory): Flush directory
18539 properties after the remove command only.
18540
ced10a4c
SM
18541 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18542 Handle optional parameter RECURSIVE.
cc3dda16 18543
ced10a4c
SM
18544 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18545 Handle optional parameter RECURSIVE.
cc3dda16
MA
18546
18547 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18548 connection timeout.
18549 (tramp-smb-handle-delete-directory): Handle optional parameter
18550 RECURSIVE.
18551
cf885595
SM
185522009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18553
e3a6b82f
SM
18554 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18555 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18556 (byte-compile-defmacro): Use backquotes.
18557
7201bfbb
SM
18558 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18559
cf885595
SM
18560 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18561 has no associated file.
18562 (vc-resynch-buffer): Use vc-dir-buffers.
18563
a4d2c321
GM
185642009-10-01 Glenn Morris <rgm@gnu.org>
18565
9ffe3f52
GM
18566 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18567 (chart-file-count):
18568 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18569 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18570 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18571 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18572 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18573 (eieio-copy-parents-into-subclass, make-instance, class-children)
18574 (eieio-generic-form):
bd2afec2 18575
9515cdcc
GM
18576 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18577 match-data. (Bug#4555).
18578
a4d2c321
GM
18579 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18580 rather than parsing it as a regexp. This relaxes the layout
18581 requirements and makes errors easier to detect.
18582 (check-declare-verify): Check file is regular.
18583 (check-declare-directory): Doc fix.
18584 * subr.el (declare-function): Doc fix.
18585
b15c31c7
GM
18586 * ibuffer.el (ibuffer-format-qualifier):
18587 * isearch.el (hi-lock-regexp-okay):
18588 * calc/calc.el (math-zerop):
18589 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18590 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18591 Remove unused declarations.
18592
b0b111c3
JB
185932009-09-30 Eric Ludlam <zappo@gnu.org>
18594
18595 * emacs-lisp/eieio.el (boolean-p): Delete.
18596
1fc28a2c
GM
185972009-09-30 Glenn Morris <rgm@gnu.org>
18598
1fc28a2c
GM
18599 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18600
494f4fc7
GM
18601 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18602 filename is not a string.
18603
561580e9
CY
186042009-09-29 Chong Yidong <cyd@stupidchicken.com>
18605
18606 * files.el (safe-local-eval-forms): Fix typo.
18607
dcbbecd4
SM
186082009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * vc-hooks.el (vc-dir-buffers): New var.
18611 (vc-state-refresh): New function.
18612 (vc-state): Use it.
18613 (vc-after-save): Always ask the backend to recompute the new state.
18614 Always call vc-dir if necessary, using vc-dir-buffers.
18615 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18616 Use vc-dir-buffers.
18617 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18618 (vc-dir-prepare-status-buffer, vc-dir-update)
18619 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18620 Don't call expand-file-name on default-directory.
18621
d88444f2
JB
186222009-09-29 Juanma Barranquero <lekktu@gmail.com>
18623
18624 * speedbar.el (speedbar-item-delete):
18625 * calc/calc-prog.el (calc-kbd-if):
18626 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18627
18628 * epa.el (epa-key-list-mode-map):
18629 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18630
18631 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18632 (hs-show-hook): Fix typo in docstring.
18633
5da62d41
GM
186342009-09-29 Glenn Morris <rgm@gnu.org>
18635
8360fce0
GM
18636 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18637 file-name-nondirectory call preventing location of cedet files.
18638 (check-declare-verify): Use literal search rather than re-search.
ae715515 18639 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18640
18641 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18642 Use tramp-compat-file-attributes rather than nonexistent
18643 tramp-compat-handle-file-attributes.
18644
5da62d41
GM
18645 * Makefile.in (lisptagsfiles4): New.
18646 (AUTOGENEL): Add cedet loaddefs files.
18647 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18648 (update-elclist, compile-always, backup-compiled-files)
18649 (bootstrap-clean): Add yet another directory level.
18650 (update-elclist): Use LC_COLLATE rather than COLLATE.
18651 (ELCFILES): Update, via `make update-elclist'.
18652
48267264
JB
186532009-09-29 Juanma Barranquero <lekktu@gmail.com>
18654
18655 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18656 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18657 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18658
2c4cd0b0
AS
186592009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18660
18661 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18662 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18663 (update-elclist): Add third directory level to look for elc files.
18664 (compile-always): Likewise.
18665 (backup-compiled-files): Likewise.
18666 (bootstrap-clean): Likewise.
18667 (ELCFILES): Update.
18668
a2533e47
CY
186692009-09-28 Chong Yidong <cyd@stupidchicken.com>
18670
18671 * Makefile.in (ELCFILES): Add CEDET files.
18672
eefbedb1
MA
186732009-09-28 Michael Albinus <michael.albinus@gmx.de>
18674
18675 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18676
18677 * net/tramp.el (top): Require tramp-imap.
18678
18679 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18680 Use `tramp-compat-handle-file-attributes'.
18681
186822009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18683
18684 * net/tramp-imap.el: New package.
18685
b0b111c3
JB
186862009-09-28 Eric Ludlam <zappo@gnu.org>
18687
18688 * emacs-lisp/chart.el:
18689 * emacs-lisp/eieio-base.el:
18690 * emacs-lisp/eieio-comp.el:
18691 * emacs-lisp/eieio-custom.el:
18692 * emacs-lisp/eieio-datadebug.el:
18693 * emacs-lisp/eieio-opt.el:
18694 * emacs-lisp/eieio-speedbar.el:
18695 * emacs-lisp/eieio.el: New files.
18696
748e3d67
VJL
186972009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18698
18699 * whitespace.el (whitespace-trailing-regexp)
18700 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18701 Fix doc string.
18702
15120dec
CY
187032009-09-27 Chong Yidong <cyd@stupidchicken.com>
18704
18705 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18706 menu.
18707
18708 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18709 menu-bar-ediff-menu.
18710
18711 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18712 define-overloadable-function.
18713
18714 * progmodes/autoconf.el: Provide autoconf as well, so that this
18715 file can be `require'd.
18716
18717 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18718
18719 * emacs-lisp/autoload.el (generated-autoload-feature)
18720 (generated-autoload-load-name): New vars.
18721 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18722 (make-autoload): Recognize define-overloadable-function and
18723 defclass forms (for EIEIO).
18724
18725 * Makefile.in (update-subdirs): Exclude cedet directory.
18726
135abf91
AR
187272009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18728
1becddbb 18729 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18730
18731 * faces.el: Default light-background background for region face to
18732 ns_selection_color under NS.
18733
3d994264
TZ
187342009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18735
18736 * net/imap-hash.el: New library, see NEWS.
18737
18738 * Makefile.in (ELCFILES): Add imap-hash.el.
18739
ce9a0ccb
SM
187402009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18741
18742 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18743 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18744 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18745 definition where the docstring could be taken for the return value.
18746
a92cdd49
GM
187472009-09-26 Glenn Morris <rgm@gnu.org>
18748
18749 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18750 Add option to only show images below a certain size.
18751 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18752 save-excursion calls.
18753
416ac2f1
EZ
187542009-09-26 Eli Zaretskii <eliz@gnu.org>
18755
18756 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18757 subdirectories) and eieio.
18758
d9a13f68
AM
187592009-09-26 Alan Mackenzie <acm@muc.de>
18760
6a7662bb
BR
18761 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18762 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18763
18764 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18765 character constants (as case labels). (Bug#4289)
d9a13f68 18766
182b3bec
CY
187672009-09-25 Juri Linkov <juri@jurta.org>
18768
18769 * files.el (safe-local-eval-forms): Allow time-stamp in
18770 before-save-hook (Bug#4554).
18771
8f75f2da
JB
187722009-09-25 Drew Adams <drew.adams@oracle.com>
18773
18774 * menu-bar.el (list-buffers-directory): Doc fix.
18775
8390fb80
SM
187762009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18779 Try and avoid copying twice the same paragraph.
18780 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18781 Remove save-excursion.
18782 (log-edit-changelog-entry): Do it here instead.
18783
11ee8d90
JB
187842009-09-25 Juanma Barranquero <lekktu@gmail.com>
18785
027b1942
JB
18786 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18787 when available, instead of hardcoding mode names. Doc fix.
18788
11ee8d90
JB
18789 * menu-bar.el (list-buffers-directory): Add docstring.
18790 Make automatically buffer-local.
18791
18792 * dired.el (dired-mode):
18793 * files.el (cd-absolute):
18794 * pcvs.el (cvs-temp-buffer):
18795 * pcvs-util.el (cvs-get-buffer-create):
18796 * shell.el (shell-mode):
18797 * vc-dir.el (vc-dir-mode):
18798 Don't make `list-buffers-directory' buffer local.
18799
21289c5d
CY
188002009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18801
8390fb80
SM
18802 * comint.el (comint-exec, comint-run, make-comint):
18803 Doc fixes (Bug#4542).
21289c5d 18804
e8652dd9
GM
188052009-09-25 Glenn Morris <rgm@gnu.org>
18806
18807 * mail/rmailmm.el (rmail-mime): New custom group.
18808 Move all defcustoms in this file into this group.
18809 (rmail-mime-media-type-handlers-alist): Revert previous change.
18810 (rmail-mime-show-images): New option.
18811 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18812 references to it, since it wasn't actually used for anything.
18813 (rmail-mime-insert-image): New function.
18814 (rmail-mime-image): Use rmail-mime-insert-image.
18815 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18816 obey the value of `rmail-mime-show-images' option. Print the size of
18817 attachments.
e8652dd9 18818
fb652bb5
JB
188192009-09-25 David Engster <deng@randomsample.de>
18820
18821 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18822
32a9841c
VJL
188232009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18824
18825 * whitespace.el: Does not highlight trailing spaces While point is
18826 at end of line. Does not highligt spaces at beginning of buffer
18827 while point is at beginning of buffer. Does not highlight spaces
18828 at end of buffer while point is at end of buffer. (Bug#4177)
18829 New version 12.0.
18830 (whitespace-display-mappings): Adjust initialization.
18831 (whitespace-point, whitespace-font-lock-refontify): New vars.
18832 (whitespace-color-on, whitespace-color-off): Adjust code.
18833 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18834 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18835 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18836
e477ca84
CY
188372009-09-24 Chong Yidong <cyd@stupidchicken.com>
18838
18839 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18840
18841 * textmodes/sgml-mode.el: Remove xml-mode alias.
18842
18843 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18844 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18845
68712602
AM
188462009-09-24 Alan Mackenzie <acm@muc.de>
18847
18848 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18849 c-forward-conditionals, but it doesn't move point and doesn't set
18850 the mark.
18851 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18852 (c-down-conditional-with-else, c-backward-conditional)
18853 (c-forward-conditional): Refactor to use c-scan-conditionals.
18854
1659ada0
JB
188552009-09-24 Juanma Barranquero <lekktu@gmail.com>
18856
18857 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18858 (help-default-arg-highlight): Remove.
18859 (help-highlight-arg): New function.
18860 (help-do-arg-highlight): Use it.
18861 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18862
b3f01e46
SM
188632009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18864
18865 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18866 Undo last change, which didn't fix the problem and introduced others.
18867
107ef54a
NR
188682009-09-24 Nick Roberts <nickrob@snap.net.nz>
18869
18870 * progmodes/gdb-mi.el: Don't require speedbar.
18871 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18872
ffa1fed6
GM
188732009-09-24 Glenn Morris <rgm@gnu.org>
18874
2157a2be
GM
18875 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18876
6125167c
GM
18877 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18878
ffa1fed6
GM
18879 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18880 there is no newline after the final mime boundary. (Bug#4539)
18881 Move markers on insertion so that any buttons inserted don't end up in
18882 the next part of a multipart message.
2e9075d3
GM
18883 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18884 (rmail-mime-bulk-handler): Optionally handle images.
18885 (rmail-mime-image): New button action.
18886 (rmail-mime-image-handler): New function.
18887 (rmail-mime-mode): New mode.
18888 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18889
4a814992
SM
188902009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18891
075518b5
SM
18892 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18893 than just dropping elements from it (bug#4504).
18894
8ad2defc
SM
18895 * term.el (term-set-scroll-region): Don't move cursor any more.
18896 (term-handle-ansi-escape): Call term-goto here instead.
18897 Suggested by Ivan Kanis <apple@kanis.eu>.
18898
4a814992
SM
18899 * term.el: Require CL.
18900 (term-ansi-reset): New function.
18901 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18902 (term-handle-colors-array): Simplify.
18903
5a0c3f56
JB
189042009-09-24 Juanma Barranquero <lekktu@gmail.com>
18905
18906 * allout.el (allout-overlay-interior-modification-handler)
18907 (allout-obtain-passphrase):
18908 * epa-file.el (epa-file-write-region):
18909 * ps-print.el (ps-begin-job):
18910 * vc-hooks.el (vc-toggle-read-only):
18911 * vc-rcs.el (vc-rcs-rollback):
18912 * vc-sccs.el (vc-sccs-rollback):
18913 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18914 (vc-version-diff, vc-revert, vc-rollback):
18915 * wdired.el (wdired-check-kill-buffer):
18916 * emacs-lisp/authors.el (authors):
18917 * net/socks.el (socks-open-connection):
18918 * net/zeroconf.el (zeroconf-service-add-hook):
18919 * obsolete/vc-mcvs.el (vc-mcvs-register):
18920 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18921 (gdb-select-frame):
18922 * progmodes/grep.el (lgrep, rgrep):
18923 * progmodes/idlw-help.el (idlwave-help-check-locations)
18924 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18925 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18926 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18927 (reftex-toc-rename-label): Fix typos in error messages.
18928
18929 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18930 (dired-copy-how-to-fn): Doc fix.
18931 (dired-files-attributes, dired-read-shell-command):
18932 Fix typos in docstrings.
18933
18934 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18935 (dired-x-find-file-other-window): Reflow docstrings.
18936 (dired-omit-marker-char, dired-read-shell-command)
18937 (dired-x-submit-report): Fix typos in docstrings.
18938
18939 * shell.el (shell-mode-hook):
18940 * view.el (View-scroll-line-forward):
18941 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18942 Fix typos in docstrings.
18943
18944 * net/dig.el (dig-invoke): Fix typo in docstring.
18945 (query-dig): Reflow docstring.
18946
18947 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18948 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18949 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18950 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18951 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18952 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18953 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18954 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18955 (idlwave-completion-map, idlwave-current-indent)
18956 (idlwave-custom-ampersand-surround, idlwave-customize)
18957 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18958 (idlwave-define-abbrev, idlwave-determine-class-special)
18959 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18960 (idlwave-end-block-reg, idlwave-end-of-statement)
18961 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18962 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18963 (idlwave-explicit-class-listed, idlwave-file-header)
18964 (idlwave-fill-paragraph, idlwave-find-class-definition)
18965 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18966 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18967 (idlwave-in-quote, idlwave-indent-action-table)
18968 (idlwave-indent-expand-table, idlwave-indent-line)
18969 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18970 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18971 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18972 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18973 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18974 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18975 (idlwave-outlawed-buffers, idlwave-popup-select)
18976 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18977 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18978 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18979 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18980 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18981 (idlwave-statement-type, idlwave-struct-skip)
18982 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18983 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18984 (idlwave-what-module-find-class): Fix typos in docstrings.
18985 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18986 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18987 (idlwave-find-module, idlwave-find-structure-definition)
18988 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18989 (idlwave-list-load-path-shadows, idlwave-next-statement)
18990 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18991 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18992 (idlwave-template): Reflow docstrings.
18993
18994 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18995 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18996 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18997 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18998 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18999 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19000 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19001 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19002 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19003 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19004 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19005 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19006 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19007 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19008 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19009 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19010 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19011 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19012 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19013 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19014 Fix typos in docstrings.
19015 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19016 (idlwave-shell-hide-output, idlwave-shell-mode)
19017 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19018 Reflow docstrings.
19019
19020 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19021
62136c5d
SM
190222009-09-24 Ivan Kanis <apple@kanis.eu>
19023
19024 * term.el (term-bold-attribute): New var.
19025 (term-handle-colors-array): Use it.
19026
9c1a45ed
NR
190272009-09-23 Nick Roberts <nickrob@snap.net.nz>
19028
19029 * progmodes/gdb-mi.el (gdb-version): New variable.
19030 (gdb-non-stop-handler): Set gdb-version.
19031 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19032 Condition "--thread" option on gdb-version.
19033 (gdb-invalidate-threads): Remove unused argument.
19034
03304f31
SM
190352009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19036
19037 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19038 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19039
4f02f0c9
GM
190402009-09-23 Glenn Morris <rgm@gnu.org>
19041
19042 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19043 replying to mail without References or Message-Id. (Bug#4525)
19044
a3b4b363
AR
190452009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19046
19047 * term/ns-win.el (ns-reg-to-script): New variable.
19048
7bda18cc
DU
190492009-09-23 Daiki Ueno <ueno@unixuser.org>
19050
19051 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19052
72169e55
SS
190532009-09-22 Sam Steingold <sds@gnu.org>
19054
19055 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19056 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19057 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19058 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19059
905b7d38
SM
190602009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19061
b0459dec
SM
19062 * textmodes/fill.el: Convert to utf-8 encoding.
19063 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19064 pre-Unicode days.
b0459dec 19065
905b7d38
SM
19066 * add-log.el (change-log-fill-forward-paragraph): New function.
19067 (change-log-mode): Use it so fill-region DTRT.
19068 Set fill-indent-according-to-mode here rather than in
19069 change-log-fill-paragraph.
19070 (change-log-fill-paragraph): Remove.
19071
baa7f3de
JB
190722009-09-22 Juanma Barranquero <lekktu@gmail.com>
19073
19074 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19075 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19076
a8d789f0
GM
190772009-09-22 Glenn Morris <rgm@gnu.org>
19078
daedbbc2
GM
19079 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19080 the scroll-bar scroll the calendar window rather than the buffer.
19081
d8899a74
GM
19082 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19083 commands that move point (as opposed to scrolling).
19084
a8d789f0
GM
19085 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19086
19087 * emacs-lisp/elint.el (elint): New custom group.
19088 (elint-log-buffer): Make it a defcustom.
19089 (elint-scan-preloaded, elint-ignored-warnings)
19090 (elint-directory-skip-re): New options.
19091 (elint-builtin-variables): Doc fix.
19092 (elint-preloaded-env): New variable.
19093 (elint-unknown-builtin-args): Add an entry for encode-time.
19094 (elint-extra-errors): Make it a variable rather than a constant.
19095 (elint-preloaded-skip-re): New constant.
19096 (elint-directory): Skip files matching elint-directory-skip-re.
19097 (elint-features): New variable, local to linted buffers.
19098 (elint-update-env): Initialize elint-features. Possibly add
19099 elint-preloaded-env to the buffer's environment.
19100 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19101 Skip quoted forms.
19102 (elint-init-form): New function, extracted from elint-init-env.
19103 Make non-list forms a warning rather than an error.
19104 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19105 easy-menu-define, put that adds an error-condition, and provide.
19106 When requiring cl, also require cl-macs. Really require cl, to handle
19107 some cl macros. Store required libraries in the list elint-features,
19108 so as not to re-load them. Treat cc-require like require.
19109 (elint-init-env): Call elint-init-form to do the work.
19110 Handle eval-and-compile and such like.
19111 (elint-add-required-env): Do not clear messages.
19112 (elint-special-forms): Add handlers for function, defalias, if, when,
19113 unless, and, or.
19114 (elint-form): Add optional argument to ignore elint-special-forms,
19115 useful to prevent recursive calls from handlers. Doc fix.
19116 Respect elint-ignored-warnings.
19117 (elint-form): Respect elint-ignored-warnings.
19118 (elint-bound-variable, elint-bound-function): New variables.
19119 (elint-unbound-variable): Respect elint-bound-variable.
19120 (elint-get-args): Respect elint-bound-function.
19121 (elint-check-cond-form): Add some simple handling for (f)boundp and
19122 featurep tests.
19123 (elint-check-defalias-form): New handler.
19124 (elint-check-let-form): Make an empty let a warning rather than an
19125 error.
19126 (elint-check-setq-form): Make an empty setq a warning rather than an
19127 error. Respect elint-ignored-warnings.
19128 (elint-check-defvar-form): Accept null doc-strings.
19129 (elint-check-conditional-form): New handler. Does some simple-minded
19130 checking of featurep and (f)boundp tests.
19131 (elint-put-function-args): New function.
19132 (elint-initialize): Use elint-scan-doc-file rather than
19133 elint-find-builtin-variables. Use elint-put-function-args.
19134 Possibly scan preloaded-file-list.
19135 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19136 extend to handle functions as well.
19137
245be23c
JB
191382009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19139
19140 * linum.el (linum-delete-overlays, linum-update-window):
19141 Do not modify the right margin. (Bug#3971)
19142
91fdbd6f
CY
191432009-09-21 Chong Yidong <cyd@stupidchicken.com>
19144
6a7662bb
BR
19145 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19146 Use nxml-mode instead of xml-mode.
91fdbd6f 19147
7589d38e
JB
191482009-09-21 Kevin Ryde <user42@zip.com.au>
19149
19150 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19151
5ac42715
SM
191522009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19153
19154 * net/dig.el (dig-mode): Use define-derived-mode.
19155
09c01323
DN
191562009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19157
4096c5f2
DN
19158 * vc-dispatcher.el (vc-do-command): Return the process object in
19159 the asynchronous case. Use when instead of if. Do not run
5480359e 19160 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19161
0e172cc2
DN
19162 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19163 properties to the stash strings.
19164 (vc-git-stash-list): Return a list of strings.
19165 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19166 (vc-git-stash-show-at-point): New functions.
19167 (vc-git-stash-map): New keymap.
19168
03304f31
SM
19169 * register.el (ctl-x-r-map): Define the keys here instead of
19170 using autoload.
09c01323 19171
03304f31 191722009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19173
19174 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19175 list, to workaround performance problem (bug#4485).
19176
2f5fc4d7
NR
191772009-09-20 Nick Roberts <nickrob@snap.net.nz>
19178
19179 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19180
b0f5fd2e
DU
191812009-09-20 Daiki Ueno <ueno@unixuser.org>
19182
19183 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19184 Document that this option is not recommended to use.
19185
f3445fab
GM
191862009-09-19 Glenn Morris <rgm@gnu.org>
19187
547c6921
GM
19188 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19189 variable `var'.
19190
f3445fab
GM
19191 * calc/calc-alg.el (var):
19192 * calc/calcalg2.el (var): Define for compiler.
19193
946c009b
CY
191942009-09-19 Chong Yidong <cyd@stupidchicken.com>
19195
e3f36d03
SM
19196 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19197 Doc fix (Bug#3932).
e2045997 19198
24aedbca
CY
19199 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19200
327dd27a
CY
19201 * time-stamp.el (time-stamp-month-dd-yyyy)
19202 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19203 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19204 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19205 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19206 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19207
946c009b
CY
19208 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19209 indent buffer only if called interactively (Bug#4452).
19210
3e70541a 192112009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19212 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19213
19214 This fixes bug#4197 (merged to bug#865, though not identical).
19215 * server.el (server-auth-dir): Add docstring note about FAT32.
19216 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19217 but warn against using them.
19218
9b94c32e
NR
192192009-09-19 Nick Roberts <nickrob@snap.net.nz>
19220
19221 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19222 older GDB where there is no has_more field.
19223
66590684
GM
192242009-09-19 Glenn Morris <rgm@gnu.org>
19225
19226 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19227
9a1337f9
CY
192282009-09-18 Chong Yidong <cyd@stupidchicken.com>
19229
19230 * files.el (auto-mode-alist): Change default for XML files to nXML
19231 mode (Bug#4169).
19232
d7554167
JB
192332009-09-18 Juanma Barranquero <lekktu@gmail.com>
19234
19235 * server.el (server-ensure-safe-dir): Pass 'integer
19236 to `file-attributes', as suggested.
19237
35a3f9a4
SM
192382009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19239
19240 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19241 (dired-query): Use read-key.
19242
044f9b05
AR
192432009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19244
19245 * cus-start.el (ns-use-qd-smoothing): Remove.
19246
6188ea49
GM
192472009-09-18 Glenn Morris <rgm@gnu.org>
19248
08cf18e4
GM
19249 * allout.el (top-level): Remove unnecessary progn.
19250
07eae5c5
GM
19251 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19252
6726c25e
GM
19253 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19254 definition of abbrev table.
19255
3f527154 19256 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19257 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19258 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19259 * net/newst-backend.el (newsticker--cache-read-feed):
19260 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19261 condition-case handlers.
19262
ccb4c30c
NR
192632009-09-18 Nick Roberts <nickrob@snap.net.nz>
19264
19265 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19266 (gdb-var-list): Add an element for has_more field.
19267 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19268 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19269 (gdb-var-update-handler-1): Parse output of dynamic variable
19270 objects (STL containers).
19271 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19272 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19273
19274 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19275 gdb-var-list.
19276 (gud-speedbar-buttons): Make node expandable if expression "has more"
19277 children.
19278
8686ac71
JB
192792009-09-17 Juanma Barranquero <lekktu@gmail.com>
19280
19281 * startup.el (emacs-quick-startup): Remove variable and all uses.
19282 (command-line): Set `inhibit-x-resources' instead.
19283 (command-line-1): Use `inhibit-x-resources' instead.
19284
a69c67e8
CY
192852009-09-17 Chong Yidong <cyd@stupidchicken.com>
19286
19287 * subr.el: Fix last change to avoid using the `unless' macro,
19288 which breaks bootstrapping.
19289
354f0faf
SM
192902009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19291
19292 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19293 extended definitions, in case we reload subr.el after having
19294 loaded CL.
19295 (eval-next-after-load): Mark as obsolete.
19296
98b9bf40
JL
192972009-09-17 Juri Linkov <juri@jurta.org>
19298
19299 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19300 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19301 (menu-bar-showhide-menu, menu-bar-tools-menu)
19302 (menu-bar-describe-menu, menu-bar-help-menu)
19303 (minibuffer-local-completion-map, minibuffer-local-map):
19304 Fix list quoting.
19305
28fab7b5
GM
193062009-09-17 Glenn Morris <rgm@gnu.org>
19307
88d5190c
GM
19308 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19309 arguments, whether or not it has a handler.
19310
74f24ba7
GM
19311 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19312
28fab7b5
GM
19313 * simple.el (hard-newline): Give it a doc-string.
19314
a8106aec
GM
19315 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19316 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19317
76251ad7
DN
193182009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19319
72033dbe
DN
19320 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19321 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19322 (menu-bar-options-menu, menu-bar-showhide-menu)
19323 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19324 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19325 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19326 (menu-bar-options-menu, menu-bar-tools-menu)
19327 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19328 (menu-bar-help-menu):
19329 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19330 string arguments.
19331
76251ad7
DN
19332 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19333 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19334 calls for the menu names and :help.
19335
97b952b7
SM
193362009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19337
19338 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19339 to :minor-mode-function (bug#4455).
19340
8f38189e
SM
193412009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19342
d2fd733e
SM
19343 * startup.el (command-line): Initialize the window-system after
19344 processing the command-line.
19345
8f38189e
SM
19346 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19347 page-delimiter matches the empty string.
19348
77564fa4
GM
193492009-09-16 Glenn Morris <rgm@gnu.org>
19350
19351 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19352 byte-compile-not-obsolete-var. It's a list now.
19353 (byte-compile-not-obsolete-funcs): New variable.
19354 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19355 byte-compile-not-obsolete-funcs.
19356 (byte-compile-variable-ref, byte-compile-defvar): Update for
19357 byte-compile-not-obsolete-vars name-change and list nature.
19358 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19359 and variables behind (f)boundp tests.
19360 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19361
79d316d3
DN
193622009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19363
19364 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19365
8fed6934
SM
193662009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19367
19368 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19369 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19370 Don't autoload.
19371
4078fd57
SE
193722009-09-15 Stephen Eglen <stephen@gnu.org>
19373
19374 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19375 the virtual-buffers, use the name of the buffer specified by
4078fd57 19376 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19377 problem if the target and the symlink had different names.)
4078fd57 19378
838ff458
SM
193792009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19380
b3c7c12d
SM
19381 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19382
13dc2bc2
SM
19383 * desktop.el (desktop-path): Check user-emacs-directory.
19384
49fec531
SM
19385 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19386
0e328d37
SM
19387 * loadup.el: Use after-load-functions to GC after loading each file.
19388 Remove the explicit GC calls that used to be sprinkled around.
19389
838ff458
SM
19390 * subr.el (after-load-functions): New hook.
19391 (do-after-load-evaluation): Run it. Use string-match-p to detect
19392 `obsolete' packages, rather than painfully extracting the relevant
19393 directory name.
19394
a62f564f
GM
193952009-09-15 Glenn Morris <rgm@gnu.org>
19396
19397 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19398 free variable `doc'.
19399
19400 * dired.el (dired-mode-map): Add menu entry for async shell command.
19401
19402 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19403 variables, also consider the .elc files, since the .el files are
19404 normally gzipped (subsequent code locates the .el.gz from the .elc).
19405
19406 * calc/calc-prog.el (arglist): Define for compiler.
19407
19408 * calendar/diary-lib.el (diary-display-function): Change the default to
19409 fancy display.
19410 (body): Define for compiler.
19411
19412 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19413 (byte-compile-file-form, byte-compile-lambda)
19414 (byte-compile-top-level-body, byte-compile-form)
19415 (byte-compile-variable-ref, byte-compile-setq)
19416 (byte-compile-setq-default, byte-compile-body)
19417 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19418 (batch-byte-compile): Give some more local variables with common names
19419 a "bytecomp-" prefix to avoid masking warnings about free variables.
19420
cd05fe7f
GM
19421 * startup.el (command-line-1): Give local variables with common names a
19422 distinguishing prefix, so as not to hide free variable warnings during
19423 bootstrap.
19424
a62f564f
GM
19425 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19426 clever and add a suffix to make a unique name, just let the user decide
19427 whether or not to overwrite it. If the input is a directory, write the
19428 default filename to that directory. (Bug#4388)
19429 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19430 is a filename-as-a-directory.
19431
fbc88440
SM
194322009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * textmodes/page.el (what-page): Don't move to beginning of line.
19435 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19436
60308853
DN
194372009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19438
19439 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19440
32ba3abc
DN
194412009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19442
9cd39aff
DN
19443 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19444 * help.el (help-for-help-internal): Add purecopy calls for text.
19445
32ba3abc
DN
19446 * vc.el (top): print-log method now takes an optional SHORTLOG
19447 argument. Add a new method: root.
32ba3abc
DN
19448 (vc-root-diff, vc-print-root-log): New functions.
19449 (vc-log-short-style): New variable.
19450 (vc-print-log-internal): Add support for showing short logs.
19451
19452 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19453 vc-print-root-log and vc-print-root-diff.
19454
19455 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19456 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19457 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19458 short logs.
19459
19460 * vc-cvs.el (vc-cvs-print-log):
19461 * vc-mtn.el (vc-mtn-print-log):
19462 * vc-rcs.el (vc-rcs-print-log):
19463 * vc-sccs.el (vc-sccs-print-log):
19464 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19465 that is ignored for now.
19466
837b0e99
DN
19467 * vc-mtn.el (vc-mtn-annotate-command):
19468 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19469
31cd2dd4
SM
194702009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19471
19472 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19473 to function-key-map, and give them ascii-character property.
19474 * term/x-win.el (x-alternatives-map):
19475 * term/ns-win.el (ns-alternatives-map):
19476 * term/internal.el (msdos-key-remapping-map):
19477 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19478
d62e5bf2
GM
194792009-09-14 Glenn Morris <rgm@gnu.org>
19480
19481 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19482 temp-buffers (2009-09-12).
19483
7d0105e5
SM
194842009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19487 the new read-key function.
19488
e17ed9ad
CY
194892009-09-13 Chong Yidong <cyd@stupidchicken.com>
19490
19491 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19492 is defined (Bug#4405).
19493
1fc26e29
CY
194942009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19495
19496 * recentf.el (recentf-cleanup): Use a hash table to find
19497 duplicates (Bug#4407).
19498
61dc96a2 194992009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19500
19501 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19502 kp-0 to ascii equivalents (Bug#4325).
19503
42c3a9e3
CY
195042009-09-13 Chong Yidong <cyd@stupidchicken.com>
19505
1f5c1626
CY
19506 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19507
42c3a9e3 19508 * eshell/em-hist.el:
31cd2dd4
SM
19509 * eshell/em-dirs.el (eshell-complete-user-reference):
19510 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19511
195122009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19513
19514 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19515 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19516 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19517 * eshell/em-hist.el (eshell-history-file-name):
19518 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19519
1e2b6acf
GM
195202009-09-13 Glenn Morris <rgm@gnu.org>
19521
19522 * ediff-merg.el (ediff-do-merge):
19523 * filesets.el (filesets-run-cmd):
19524 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19525 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19526 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19527 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19528 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19529 Replace empty `let's with `progn'.
19530
adba8116
SM
195312009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19532
19533 * mail/sendmail.el (send-mail-function):
19534 * tooltip.el (tooltip-mode):
19535 * simple.el (transient-mark-mode):
19536 * rfn-eshadow.el (file-name-shadow-mode):
19537 * frame.el (blink-cursor-mode):
19538 * font-core.el (global-font-lock-mode):
19539 * files.el (temporary-file-directory)
19540 (small-temporary-file-directory, auto-save-file-name-transforms):
19541 * epa-hook.el (auto-encryption-mode):
19542 * composite.el (global-auto-composition-mode):
19543 Use custom-initialize-delay.
19544 * startup.el (command-line): Don't explicitly call
19545 custom-reevaluate-setting for all the above vars.
19546 * custom.el (custom-initialize-safe-set)
19547 (custom-initialize-safe-default): Delete.
19548
0a4afea9
SM
195492009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19550
9f94990d
SM
19551 * term/x-win.el (x-initialize-window-system):
19552 * term/w32-win.el (w32-initialize-window-system):
19553 * term/ns-win.el (ns-initialize-window-system): Don't call
19554 mouse-wheel-mode since it's enabled globally by default already.
19555
0a4afea9
SM
19556 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19557 actually define the variable, but only silences the byte-compiler.
19558 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19559 before looking it up.
19560 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19561 is changed.
19562
bf01513f
GM
195632009-09-12 Glenn Morris <rgm@gnu.org>
19564
19565 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19566 1000.
19567 (elint-add-required-env): Don't beep on error.
19568 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19569 (elint-init-env): Skip non-list forms.
19570 (elint-log): Handle unknown file positions.
bf01513f 19571
d85889e4
DU
195722009-09-12 Daiki Ueno <ueno@unixuser.org>
19573
19574 * epg.el (epg-make-context): Add autoload cookie.
19575 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19576 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19577 (epg-verify-string, epg-start-sign, epg-sign-file)
19578 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19579 (epg-encrypt-string, epg-start-export-keys)
19580 (epg-export-keys-to-file, epg-export-keys-to-string)
19581 (epg-start-import-keys, epg-import-keys-from-file)
19582 (epg-import-keys-from-string, epg-start-receive-keys)
19583 (epg-receive-keys, epg-import-keys-from-server)
19584 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19585 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19586 (epg-generate-key-from-file, epg-generate-key-from-string):
19587 Remove autoload cookie.
d85889e4 19588
8f825ee6
EZ
195892009-09-12 Eli Zaretskii <eliz@gnu.org>
19590
36b434ee
EZ
19591 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19592 reevaluation of trash-directory.
19593
8f825ee6
EZ
19594 * mwheel.el: Fix last change.
19595 (mouse-wheel-mode): New defvar.
19596 (mouse-wheel-mode): Remove autoload cookie.
19597
5766c380
SM
195982009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19599
ab5c0fcd
SM
19600 * mwheel.el (mwheel-installed-bindings): New var.
19601 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19602 the bindings we set last time. Use custom-initialize-delay.
19603 * loadup.el: Load mwheel after term/*-win.el.
19604 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19605 and mouse-wheel-up-event now that their first evaluation is done
19606 sufficiently late to be correct.
19607
45448e64
SM
19608 * startup.el (tutorial-directory): Make it a defcustom.
19609 Use custom-initialize-delay rather than eval-at-startup to set it.
19610 * image.el (image-load-path): Make it a defcustom.
19611 Use custom-initialize-delay rather than eval-at-startup to set it.
19612 * subr.el (eval-at-startup): Remove.
19613 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19614
5766c380
SM
19615 * subr.el (do-after-load-evaluation): Warn the user after loading an
19616 obsolete package.
19617
d6549da4
GM
196182009-09-12 Glenn Morris <rgm@gnu.org>
19619
19620 * proced.el (proced-mark-alt): Remove alias.
19621 (proced-mode-map): Remove proced-mark-alt.
19622
19623 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19624 Elint file and directory. Remove initialization entry.
19625
19626 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19627 commands.
19628 (elint-current-buffer): Set mode-line-process.
19629 (elint-init-env): Handle define-derived-mode.
19630 Fix declare-function with unspecified arglist. Guard against odd
19631 defalias statements (eg iso-insert's 8859-1-map).
19632 (elint-add-required-env): Use a temp buffer.
19633 (elint-form): Just print the function/macro name, not the whole form.
19634 Return env unchanged if we fail to parse a macro.
19635 (elint-forms): Guard against parse errors.
19636 (elint-output): New function, to handle batch mode.
19637 (elint-log-message): Add optional argument. Use elint-output.
19638 (elint-set-mode-line): New function.
19639
30194d4d
CY
196402009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19641
19642 * emacs-lisp/elp.el (elp-not-profilable): Add more
19643 functions (Bug#4233).
19644
a035f9b0
CY
196452009-09-12 Chong Yidong <cyd@stupidchicken.com>
19646
19647 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19648 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19649
dad61164
NR
196502009-09-11 Nick Roberts <nickrob@snap.net.nz>
19651
19652 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19653 (gdb-var-list-children): Use json parsing.
19654
9c3c9fdf 196552009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19656
19657 * progmodes/js.el (js--proper-indentation): Handle the case where
19658 char-before is null. Reported by Deniz Dogan.
19659
b4587710
JB
196602009-09-11 Juanma Barranquero <lekktu@gmail.com>
19661
19662 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19663
13890796
DU
196642009-09-11 Daiki Ueno <ueno@unixuser.org>
19665
19666 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19667 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19668 (epg-context-set-passphrase-callback)
97d4bdba 19669 (epg-context-set-progress-callback): Add description about
b18508dd 19670 callback function.
13890796 19671
2efb64a8
SM
196722009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19673
790d0270
SM
19674 * custom.el (custom-delayed-init-variables): New var.
19675 (custom-initialize-delay): New function.
19676 * startup.el (command-line): "Re"evaluate all vars in
19677 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19678 explicitly any more.
19679 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19680 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19681
19682 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19683
ac243a40
NR
196842009-09-11 Nick Roberts <nickrob@snap.net.nz>
19685
19686 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19687 (gdb-var-update-handler): Use json parsing.
19688
657bc6fc
JB
196892009-09-11 Juanma Barranquero <lekktu@gmail.com>
19690
19691 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19692 decode annotated text, regardless of language environment. (Bug#2741)
19693
b6fe8102
SM
196942009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19695
19696 * Makefile.in (autoloads): Make rmail.el writable as well.
19697
5cc443fe
GM
196982009-09-11 Glenn Morris <rgm@gnu.org>
19699
5515c54e
GM
19700 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19701 loaddefs.el.
19702 * dired.el: Regenerate with extracted autoloads.
19703 * Makefile.in (autoloads): Make dired.el writable.
19704
15067158
GM
19705 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19706 * ibuffer.el: Regenerate with extracted autoloads.
19707 * Makefile.in (autoloads): Make ibuffer.el writable.
19708
d35d0238
GM
19709 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19710 * version.el (emacs-copyright, emacs-major-version)
19711 (emacs-minor-version): Reformat doc-strings for make-docfile.
19712
5cc443fe
GM
19713 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19714 functions and variables, since they must be stuff specific to some other
19715 platform.
19716 (apropos-print): Make mouse-click message less specific about button.
19717
19718 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19719 that records where a macro was defined.
19720 * help-fns.el (describe-function-1): Mention if a function has a
19721 compiler-macro.
19722 * help-mode.el (help-function-cmacro): New button.
19723
19724 * locate.el (top-level): Always require dired.
19725 (locate-mode-map): Initialize inside the defvar.
19726
19727 * net/ange-ftp.el (dired-compress-file): Declare.
19728 (ange-ftp-dired-compress-file): Add doc string.
19729
19730 * term/ns-win.el (x-display-name, x-setup-function-keys):
19731 Unify doc-strings with X versions.
19732
8cb95edf
SM
197332009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19734
726a4d09
SM
19735 * emulation/crisp.el (crisp-mode-map): Move initialization
19736 into declaration.
19737 (crisp-mode): Use define-minor-mode.
19738
8cb95edf
SM
19739 * progmodes/xscheme.el (xscheme-evaluation-commands):
19740 Put a :advertised-binding property rather than using
19741 advertised-xscheme-send-previous-expression.
19742 (advertised-xscheme-send-previous-expression): Declare obsolete.
19743 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19744 `advertised-undo'.
19745 (crisp-mode): Add corresponding bindings to
19746 undo's :advertised-binding instead.
19747 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19748 than using dired-advertised-find-file.
19749 (dired-advertised-find-file):
19750 * simple.el (advertised-undo):
19751 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19752 (widget-keymap): Put a :advertised-binding property rather
19753 than using advertised-widget-backward.
19754 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19755 than using advertised-undo.
19756 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19757
07db5857
SS
197582009-09-10 Simon South <ssouth@slowcomputing.org>
19759
19760 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19761 Mark mode is enabled and region is active; otherwise indent or
19762 insert TAB as usual.
19763 (delphi-mode): Update description of TAB-key binding.
19764
50d4ba39
SM
197652009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19766
19767 * subr.el (define-key-rebound-commands): Mark obsolete.
19768 * startup.el (precompute-menubar-bindings): Remove.
19769 (normal-top-level): Remove obsolete code that tried to precompute
19770 menubar bindings.
19771 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19772 define-key-rebound-commands and precompute-menubar-bindings.
19773
ffa894db
KY
197742009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19775
19776 * net/imap.el (imap-interactive-login): Better messages.
19777 (imap-open): Fix bug with renamed buffer on reconnect.
19778 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19779 for easier debugging and cleaner code. On successful (guessed based on
19780 server capabilities) secondary authentication, set imap-state
19781 correctly.
19782 (imap-last-authenticator): Define imap-last-authenticator as a variable
19783 to avoid warnings.
19784
9477096c
GM
197852009-09-10 Glenn Morris <rgm@gnu.org>
19786
19787 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19788
19789 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19790 (byte-compile-file-form-autoload): Don't warn about unknown functions
19791 where the autoload statement comes after the use.
19792 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19793 that any handlers inside the body (eg require) are in turn respected.
19794
19795 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19796 effects.
19797
19798 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19799 and syntax and abbrev tables basic docs, if they don't have any.
19800
19801 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19802
19803 * international/mule-cmds.el (top-level): Require cl when compiling.
19804 (view-hello-file): Use default-value rather than
19805 default-enable-multibyte-characters.
19806
19807 * progmodes/fortran.el: Move all safe and risky properties into the
19808 defcustoms.
19809
19810 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19811 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19812 * mail/undigest.el:
19813 Put autoloads in rmail.el rather than loaddefs.el.
19814 * mail/rmail.el: Regenerate with extracted autoloads.
19815
19816 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19817 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19818
9f16c547
NR
198192009-09-10 Nick Roberts <nickrob@snap.net.nz>
19820
19821 Reported in thread for Bug#4375.
19822 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19823 "-data-evaluate-expression" instead of print.
19824 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19825 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19826 (gdb): Revert 2009-08-11 change. User should detach inferior
19827 manually.
9f16c547
NR
19828
19829 Remove the word "separate" from IO functions as inferior
19830 output is now never displayed in the GUD buffer.
19831
50405cd0
JB
198322009-09-10 Juanma Barranquero <lekktu@gmail.com>
19833
19834 * startup.el (command-line-normalize-file-name): On Windows and
19835 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19836
7ae62430
JL
198372009-09-10 Juri Linkov <juri@jurta.org>
19838
19839 * isearch.el (isearch-text-char-description): Propertize escape
19840 character sequences with the `escape-glyph' face. (Bug#4344)
19841
19842 * simple.el (shell-command): Set asynchronous process filter to
19843 `comint-output-filter'. (Bug#4343)
19844
19845 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19846 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19847 the list. Move "asm" to the bottom.
19848 (grep-find-ignored-directories): Add `choice' with nil value
19849 to empty the list easily.
19850 (grep-find-ignored-files): New option.
19851 (grep-files-history): Set to nil by default instead of '("ch" "el").
19852 (grep-compute-defaults): Add "<X>" to `grep-template'.
19853 (grep-read-files): Bind new local variables `default-alias' and
19854 `default-extension'. Use a list of default values for the file prompt.
19855 (lgrep): Add `--exclude=' command line options composed from
19856 `grep-find-ignored-files'.
19857 (rgrep): Add `-name' command line options composed from
19858 `grep-find-ignored-files'. (Bug#4301)
19859
cd875252
SM
198602009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19861
19862 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19863 (bug#4368).
19864
cdce0b33
KY
198652009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19866
19867 * calendar/time-date.el (autoload):
19868 Expand define-obsolete-function-alias into defalias and make-obsolete
19869 for old Emacsen that Gnus supports.
19870 (with-no-warnings): Define it for old Emacsen.
19871 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19872 is available.
19873 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19874 float-time is available; suppress compile warning for time-to-seconds.
19875
198762009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19877
19878 * net/imap.el (imap-message-map): Docstring fix.
19879
2b2eb431
GM
198802009-09-09 Glenn Morris <rgm@gnu.org>
19881
19882 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19883 line numbers too. (Bug#4374)
19884
83a5aac5
SM
198852009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19886
755e0210
SM
19887 * smerge-mode.el (smerge-remove-props, smerge-refine):
19888 Use with-silent-modifications (bug#4342).
19889
83a5aac5
SM
19890 * subr.el (with-silent-modifications): New macro.
19891
79f01fa7
JB
198922009-09-07 Juanma Barranquero <lekktu@gmail.com>
19893
19894 * files.el (top-level): Require `cl' when compiling.
19895
448ecec3
GM
198962009-09-07 Glenn Morris <rgm@gnu.org>
19897
19898 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19899
8f09a02f
GM
19900 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19901 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19902
76ff67bf
NR
199032009-09-06 Nick Roberts <nickrob@snap.net.nz>
19904
19905 * vc-git.el (vc-git-annotate-command): Use separator to parse
19906 arguments correctly.
19907
943c8b75
EZ
199082009-09-06 Eli Zaretskii <eliz@gnu.org>
19909
19910 * proced.el (proced-mode): Doc fix.
19911
680db9ac
MA
199122009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19913
19914 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19915 lstat fails.
19916 (tramp-do-file-attributes-with-ls): Check for file existence at
19917 remote end.
19918 (tramp-do-file-attributes-with-stat): Likewise.
19919 (tramp-convert-file-attributes): Return nil when attr is nil.
19920
3f12e5bd
GM
199212009-09-05 Glenn Morris <rgm@gnu.org>
19922
c8dc27bf
GM
19923 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19924 properties to this button.
19925 (diary-fancy-display): Don't extend the button to the final newline.
19926 (diary-fancy-display-mode): Continue to define "q" as a local key.
19927
cca065d8
GM
19928 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19929 efficient.
19930
cddaedb6
GM
19931 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19932
3f12e5bd
GM
19933 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19934 (byte-compile-dest-file-function): New option.
19935 (byte-compile-dest-file): Doc fix.
19936 Obey byte-compile-dest-file-function.
19937 (byte-compile-cl-file-p): New function.
19938 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19939 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19940 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19941 than for file being previously loaded.
19942 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19943 (byte-compile-file-form-require): Handle the case where requiring a file
19944 indirectly causes CL to be loaded.
19945
049a231b
KF
199462009-09-05 Karl Fogel <kfogel@red-bean.com>
19947
19948 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19949 before killing the old buffer, since by the time `kill-buffer' is
19950 run so many buffer variables have been set to nil that it may not
19951 behave as expected. (Bug#4061)
19952
ef7ef2a0
KF
199532009-09-05 Karl Fogel <kfogel@red-bean.com>
19954
19955 * files.el (find-alternate-file): If the old buffer is modified
19956 and visiting a file, behave similarly to `kill-buffer' when
19957 killing it, thus reverting to the pre-1.878 behavior; see
19958 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19959 for discussion. Also, consult `buffer-file-name' as a variable
19960 not as a function, for consistency with the rest of the code.
19961
73d854cd
MA
199622009-09-04 Michael Albinus <michael.albinus@gmx.de>
19963
19964 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19965 also when adding a new directory.
19966
6a7662bb
BR
19967 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19968 New defun.
73d854cd 19969
df120481
SM
199702009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19971
19972 * files.el (locate-file-completion-table): Make it provide boundary
19973 information, so partial-completion works better.
19974
c0bc6d79
SM
199752009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19976
19977 * mail/footnote.el (Footnote-text-under-cursor):
19978 Check footnote-text-marker-alist before using it (bug#4324).
19979
f76a9756
GM
199802009-09-04 Glenn Morris <rgm@gnu.org>
19981
67d110f1
GM
19982 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19983 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19984 * play/solitaire.el, play/tetris.el:
19985 Remove leading * from defcustom and defface docs.
19986
b42d4989
GM
19987 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19988 necessary.
19989 (diary-fancy-overriding-map): New variable.
19990 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19991 Use view-mode.
19992
f76a9756
GM
19993 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19994 goto-line.
19995
e605eeeb
GM
199962009-09-03 Glenn Morris <rgm@gnu.org>
19997
597e2240
GM
19998 * arc-mode.el (archive-mode):
19999 * dos-fns.el (set-default-process-coding-system):
20000 * man.el (Man-getpage-in-background):
20001 * menu-bar.el (menu-bar-describe-menu):
20002 * server.el (server-process-filter):
20003 * startup.el (command-line):
20004 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20005 * w32-fns.el (set-default-process-coding-system):
20006 * x-dnd.el (x-dnd-handle-file-name):
20007 * international/mule-cmds.el (mule-menu-keymap)
20008 (set-default-coding-systems, language-info-alist, set-language-info)
20009 (set-language-environment, standard-display-european-internal)
20010 (set-locale-environment):
20011 * international/mule-diag.el (mule-diag):
20012 * mail/emacsbug.el (report-emacs-bug):
20013 * mail/rmail.el (rmail-mode):
20014 * mail/sendmail.el (mail-setup):
20015 Use default-value rather than default-enable-multibyte-characters.
20016
f38184aa
GM
20017 * progmodes/f90.el: Move all safe properties into the defcustoms.
20018 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20019
e605eeeb
GM
20020 * calendar/appt.el (appt-check):
20021 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20022 (diary-check-diary-file, diary-list-entries)
20023 (diary-include-other-diary-files, diary-simple-display)
20024 (diary-fancy-display, diary-print-entries)
20025 (diary-mark-included-diary-files, diary-make-entry):
20026 Don't call substitute-in-file-name on diary-file.
20027
734db384 200282009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20029 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20030
20031 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20032 (footnote-mode-map): Move initialization into the declaration.
20033 (footnote-minor-mode-map): Define it rather than changing global-map.
20034 (footnote-mode): Use define-minor-mode.
20035
e5aa47f9
MA
200362009-09-02 Michael Albinus <michael.albinus@gmx.de>
20037
20038 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20039 (tramp-do-file-attributes-with-perl)
20040 (tramp-do-file-attributes-with-stat): Rename from
20041 `tramp-handle-file-attributes-with-*'.
20042 (tramp-handle-file-attributes): Use them.
20043 (tramp-do-directory-files-and-attributes-with-perl)
20044 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20045 `tramp-handle-directory-files-and-attributes-with-*'.
20046 (tramp-handle-directory-files-and-attributes): Use them.
20047 (tramp-method-out-of-band-p): Additional parameter SIZE.
20048 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20049 (tramp-handle-write-region): Use it.
734db384 20050 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20051 (tramp-handle-vc-registered): Check, whether the first run did
20052 return files to be tested.
20053 (tramp-advice-make-auto-save-file-name): Do not call directly
20054 `tramp-handle-make-auto-save-file-name', because this would bypass
20055 the locking mechanism.
20056
734db384 20057 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20058 (file-remote-p, process-file, start-file-process, set-file-times)
20059 (tramp-compat-file-attributes): Compatibility functions shall not
20060 call directly `tramp-handle-*', because this would bypass the
20061 locking mechanism.
20062 (tramp-compat-number-sequence): New defun.
20063
6e2ca895
GM
200642009-09-02 Glenn Morris <rgm@gnu.org>
20065
697c7714
GM
20066 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20067 alias for float-time.
20068 (time-to-number-of-days): In Emacs, use float-time.
20069 * net/newst-backend.el (time-add): Suppress warnings from compat
20070 function.
20071 * time.el (emacs-uptime, emacs-init-time):
20072 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20073 Use float-time rather than time-to-seconds.
20074
6e2ca895
GM
20075 * minibuffer.el (completion-initials-expand): Fix typo.
20076
20077 * faces.el (modeline, modeline-inactive, modeline-highlight)
20078 (modeline-buffer-id):
20079 * info.el (info-menu-5): Mark these face aliases as obsolete.
20080
ed17efec
NR
200812009-09-01 Nick Roberts <nickrob@snap.net.nz>
20082
20083 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20084 space ...
20085 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20086 no "--thread" option.
20087 (gdb-stopped): Don't print "Switched to thread" message when it is
20088 unchanged.
20089
fcb68f70
SM
200902009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20091
20092 * minibuffer.el (completion-try-completion)
20093 (completion-all-completions): Remove ill-defined (and
20094 mistakenly installed and luckily never used nor documented)
20095 `completion-styles' property.
20096 (completion-initials-expand, completion-initials-all-completions)
20097 (completion-initials-try-completion): New functions.
20098 (completion-styles-alist): Add doc to each entry.
20099 Add new `initials' entry.
20100
83318a6d
NR
201012009-09-01 Nick Roberts <nickrob@snap.net.nz>
20102
20103 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20104 MI command -var-evaluate-expression.
20105 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20106 and tweak for case of string child.
734db384 20107 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20108
d63eb0e7
GM
201092009-09-01 Glenn Morris <rgm@gnu.org>
20110
c4f6e489
GM
20111 * add-log.el (change-log-date-face, change-log-name-face)
20112 (change-log-email-face, change-log-file-face, change-log-list-face)
20113 (change-log-conditionals-face, change-log-function-face)
20114 (change-log-acknowledgement-face):
20115 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20116 (custom-modified-face, custom-set-face, custom-changed-face)
20117 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20118 (custom-documentation-face, custom-state-face, custom-comment-face)
20119 (custom-comment-tag-face, custom-variable-tag-face)
20120 (custom-variable-button-face, custom-face-tag-face)
20121 (custom-group-tag-face-1, custom-group-tag-face):
20122 * diff-mode.el (diff-header-face, diff-file-header-face)
20123 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20124 (diff-added-face, diff-changed-face, diff-function-face)
20125 (diff-context-face, diff-nonexistent-face):
20126 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20127 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20128 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20129 (Info-title-4-face):
20130 * isearch.el (isearch-lazy-highlight-face):
20131 * log-view.el (log-view-file-face, log-view-message-face):
20132 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20133 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20134 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20135 (cvs-msg-face):
20136 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20137 (smerge-base-face, smerge-markers-face):
20138 * wid-edit.el (widget-documentation-face, widget-button-face)
20139 (widget-field-face, widget-single-line-field-face)
20140 (widget-inactive-face, widget-button-pressed-face):
20141 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20142 (woman-addition-face):
2fb1ec93
GM
20143 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20144 (eshell-ls-executable-face, eshell-ls-readonly-face)
20145 (eshell-ls-unreadable-face, eshell-ls-special-face)
20146 (eshell-ls-missing-face, eshell-ls-archive-face)
20147 (eshell-ls-backup-face, eshell-ls-product-face)
20148 (eshell-ls-clutter-face):
20149 * eshell/em-prompt.el (eshell-prompt-face):
20150 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20151 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20152 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20153 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20154 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20155 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20156 (antlr-font-lock-literal-face):
c4f6e489
GM
20157 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20158 (ebrowse-root-class-face, ebrowse-file-name-face)
20159 (ebrowse-default-face, ebrowse-member-attribute-face)
20160 (ebrowse-member-class-face, ebrowse-progress-face):
20161 * progmodes/make-mode.el (makefile-space-face):
20162 * progmodes/sh-script.el (sh-heredoc-face):
20163 * textmodes/flyspell.el (flyspell-incorrect-face)
20164 (flyspell-duplicate-face):
20165 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20166 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20167 Mark face aliases with "-face" suffix as obsolete.
20168
d80619fa
GM
20169 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20170 compiler.
20171
5f68c1b7
GM
20172 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20173 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20174 easy-menu-define wants to modify these.
20175
20176 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20177
20178 * net/browse-url.el (browse-url-file-url):
20179 * term/internal.el (dos-codepage-setup):
20180 Use default-value rather than default-enable-multibyte-characters.
20181
d80619fa 20182 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20183 * progmodes/flymake.el (flymake-highlight-line)
20184 (flymake-goto-file-and-line, flymake-goto-line):
20185 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20186 (gdb-goto-breakpoint):
20187 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20188 * progmodes/python.el (python-find-function)
20189 (python-pdbtrack-track-stack-file):
20190 * progmodes/verilog-mode.el (verilog-surelint-off):
20191 * term/ns-win.el (ns-open-file-select-line):
20192 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20193 Use forward-line rather than goto-line.
20194
d63eb0e7
GM
20195 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20196 * textmodes/reftex-index.el (reftex-display-index):
20197 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20198 * textmodes/reftex-toc.el (reftex-toc):
20199 Remove unnecessary bindings of default-major-mode (all are followed by
20200 major-mode check and possible mode switch).
20201
0afad278
NR
202022009-08-31 Nick Roberts <nickrob@snap.net.nz>
20203
20204 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20205 Handle watchpoints (bug#4282).
20206 (def-gdb-thread-buffer-command): Enable thread to be selected by
20207 clicking without selecting threads buffer first.
20208 (gdb-current-context-command): Use selected frame so that "up",
20209 "down" etc work in the GUD buffer.
20210 (gdb-update): Find selected frame before rendering stack buffer.
20211 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20212
4e135dd2
SM
202132009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20214
20215 * progmodes/sym-comp.el (displayed-completions): Remove.
20216 (symbol-complete): Use minibuffer-complete.
20217
e61eba34
GM
202182009-08-31 Glenn Morris <rgm@gnu.org>
20219
20220 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20221
734db384
SM
20222 * apropos.el (apropos-symbols-internal):
20223 Handle (obsolete) face aliases.
e61eba34
GM
20224
20225 * faces.el (describe-face): Adjust the output format to be more like
20226 describe-variable, and to mention (obsolete) face aliases.
20227 Adjust the whitespace so that help-setup-xref works.
20228
20229 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20230 * calendar/diary-lib.el (diary-button-face):
20231 Mark these face aliases as obsolete.
20232
20233 * calendar/calendar.el (calendar-today): Doc fix.
20234
4cf71456
NR
202352009-08-31 Nick Roberts <nickrob@snap.net.nz>
20236
20237 * progmodes/gdb-mi.el (gdb-control-all-threads)
20238 (gdb-control-current-thread): Force tool bar update.
20239 (gdb-non-stop-handler): New function.
20240 (gdb-init-1): Use it to test if non-stop mode is supported.
20241 Remove unused gdbmi buffer type.
20242
e61eba34 202432009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20244
20245 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20246 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20247
4324f7ca
NR
202482009-08-30 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * comint.el (comint-exec-1): Check command is non-null first.
20251 Part of gdb-mi.el change (2009-08-28).
20252
a1bf889a
SM
202532009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20254
20255 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20256
060c08b5
JB
202572009-08-30 Juanma Barranquero <lekktu@gmail.com>
20258
20259 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20260 instead of `dolist' to avoid a recursive require when bootstrapping.
20261
ab22be48
SM
202622009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20263
73ebf88f
SM
20264 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20265
80629cfc
SM
20266 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20267
206d0387 20268 * net/imap.el (imap-send-command): Simplify.
734db384 20269 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20270
844f7784
SM
20271 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20272
5ca4661e
SM
20273 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20274 with constant argument.
20275
c61dc887
SM
20276 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20277
7eb73deb
SM
20278 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20279
5fe443de
SM
20280 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20281 Change default, since most of our files don't have a history.
20282 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20283 the user.
20284
6444d64a
SM
20285 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20286 Add comint-run.
20287
5cb16bfc
SM
20288 * calc/calc.el: Improve commenting convention.
20289 (calc-digit-map, toplevel): Simplify.
20290
0aeb71a7
SM
20291 * comint.el (comint-insert-input): Be careful to only set point if we
20292 don't delegate to some other command.
20293
9a9af856
SM
20294 * proced.el (proced-signal-list): Make it an alist.
20295 (proced-grammar-alist): Capitalize names.
20296 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20297 Disable undo manually and make it read-only.
20298 Use completion-annotate-function.
20299
ab22be48
SM
20300 * minibuffer.el (minibuffer-message): If the current buffer is not
20301 a minibuffer, insert the message in the echo area rather than at the
20302 end of the buffer.
20303 (completion-annotate-function): New variable.
20304 (minibuffer-completion-help): Use it.
20305 (completion--embedded-envvar-table): Environment vars are
20306 always case-sensitive.
20307
4a948dbf
GM
203082009-08-30 Glenn Morris <rgm@gnu.org>
20309
20310 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20311 from fortran-current-defun.
20312 (fortran-beginning-of-subprogram): Be more precise about finding the
20313 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20314 (fortran-end-of-subprogram): Simplify.
20315 (fortran-current-defun): Use fortran-start-prog-re.
20316
486cf3b8
JB
203172009-08-29 Juanma Barranquero <lekktu@gmail.com>
20318
20319 * subr.el (do-after-load-evaluation): Simplify.
20320
db167d28
DN
203212009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20322
20323 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20324
20325 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20326 (vc-rcs-print-log): Use it.
20327
20328 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20329
efbc652a
SM
203302009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20331
2aa0e5bf
SM
20332 * paths.el (abbrev-file-name): Move to abbrev.el.
20333 * abbrev.el (abbrev-file-name): Move from paths.el.
20334 Obey user-emacs-directory.
20335 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20336 user-emacs-directory.
20337 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20338 abbrev-file-name and calc-settings-file any more.
20339 * startup.el (command-line): Recompute abbrev-file-name and
20340 abbreviated-home-dir.
20341 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20342 of the special code for when C-h bindings haven't been changed.
20343 (display-startup-echo-area-message): Use with-current-buffer.
20344 (command-line-1): Use a list of strings, rather than a list of lists
20345 of strings for longopts.
20346
51da8fe2
SM
20347 * files.el (get-free-disk-space): Use / for default-directory.
20348
0c3cc4dd
SM
20349 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20350 Use with-current-buffer.
20351
d988dbf6
SM
20352 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20353 Recognize immutable variables like most-positive-fixnum.
20354 (byte-compile-setq-default): Check and warn if trying to assign
20355 to an immutable variable, or a non-variable.
20356
efbc652a
SM
20357 * progmodes/cc-vars.el (c-comment-continuation-stars):
20358 * progmodes/cc-engine.el (c-looking-at-bos):
20359 * progmodes/cc-cmds.el (c-toggle-auto-state)
20360 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20361 (c-comment-line-break-function): Add version of obsolescence.
20362
d30a05d1
JL
203632009-08-28 Juri Linkov <juri@jurta.org>
20364
20365 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20366 associated with `archive-mode'.
20367
20368 * image.el (image-type-header-regexps): Use only JPEG magic number
20369 to determine JPEG images, and don't use `image-jpeg-p' because
20370 Emacs can display non-JFIF non-Exif JPEG images.
20371
1e8eecea
JB
203722009-08-28 Juanma Barranquero <lekktu@gmail.com>
20373
20374 * arc-mode.el (archive-mode):
20375 * emacs-lisp/re-builder.el (re-builder-unload-function):
20376 Protect against the default value of `major-mode' being nil.
20377
dd4fbf56
JB
203782009-08-28 Juanma Barranquero <lekktu@gmail.com>
20379
20380 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20381 Fix typos in docstrings.
20382
20383 * progmodes/js.el (js--macro-decl-re): Doc fix.
20384 (js--plain-method-re, js--split-name): Refloc docstring.
20385 (js--class-styles, js--make-merged-item, js--splice-into-items):
20386 Fix typos in docstrings; reflow docstrings.
20387 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20388 (js--variable-decl-matcher, js--inside-pitem-p)
20389 (js--parse-state-at-point, js--get-all-known-symbols)
20390 (js--symbol-history, js-find-symbol, js--js-references)
20391 (js--moz-interactor, js--js-encode-value, js--read-tab):
20392 Fix typos in docstrings.
20393
72f16325
SM
203942009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20395
14acf2f5
SM
20396 * textmodes/reftex.el (reftex-get-file-buffer-force):
20397 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20398 * emulation/viper.el (viper-go-away, viper-set-hooks):
20399 * emacs-lisp/re-builder.el (re-builder-unload-function):
20400 * emacs-lisp/bytecomp.el (byte-compile-file):
20401 * ses.el (ses-unload-function):
20402 * hexl.el (hexl-find-file):
20403 * files.el (normal-mode):
20404 * ehelp.el (with-electric-help):
20405 * autoinsert.el (auto-insert-alist):
20406 * arc-mode.el (archive-mode):
20407 Use (default-value 'major-mode) instead of default-major-mode.
20408
72f16325
SM
20409 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20410 * international/mule.el (load-with-code-conversion):
20411 * emacs-lisp/debug.el (debug):
20412 * ediff-vers.el (ediff-rcs-get-output-buffer):
20413 * dired.el (dired-internal-noselect): Don't let-bind
20414 default-major-mode around code that doesn't use it.
20415 E.g. buffer creation via get-buffer-create doesn't use it.
20416
aa485f7c
MA
204172009-08-28 Michael Albinus <michael.albinus@gmx.de>
20418
20419 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20420 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20421 when writing the temp file. Otherwise, epa-file gets confused.
20422 (tramp-register-file-name-handlers): Make it a defun. Move also
20423 `epa-file-handler' to the front of `file-name-handler-alist'.
20424
204252009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20428 start right after a ^M.
20429 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20430 (tramp-completion-file-name-regexp-separate)
20431 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20432 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20433 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20434 (tramp-completion-file-name-handler): Apply the checks here,
20435 instead during registration.
88b5a757 20436 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20437 `tramp-register-file-name-handler'. Register both
20438 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20439 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20440
3f0c2b92
NR
204412009-08-28 Nick Roberts <nickrob@snap.net.nz>
20442
72f16325
SM
20443 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20444 Remove variable ...
3f0c2b92
NR
20445 (gdb-init-1, gdb-display-separate-io-buffer)
20446 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20447 references to it.
20448 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20449 (gdb-inferior-filter): Use comint-output-filter to stop
20450 echoing and remove ^M characters.
20451
705e5bd9
SM
204522009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20453
009fdc2e
SM
20454 * emulation/viper-init.el (viper-restore-cursor-type):
20455 * emulation/cua-base.el (cua--update-indications):
20456 Replace default-cursor-type with (default-value 'cursor-type).
20457
b56a5ae0
SM
20458 * mail/sendmail.el (mail-recover-1):
20459 * international/mule-diag.el (describe-current-coding-system-briefly)
20460 (describe-current-coding-system):
20461 * international/mule-cmds.el (select-safe-coding-system)
20462 (select-message-coding-system)
20463 (set-language-environment-coding-systems, set-locale-environment):
20464 * hexl.el (hexl-insert-multibyte-char):
20465 * dos-w32.el (find-buffer-file-type-coding-system):
20466 * simple.el (what-cursor-position):
20467 Replace uses of default-buffer-file-coding-system
20468 with (default-value 'buffer-file-coding-system).
20469
de70529f
SM
20470 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20471 Replace uses of default-cursor-in-non-selected-windows
20472 with (default-value 'cursor-in-non-selected-windows).
20473 Use with-current-buffer.
20474
705e5bd9
SM
20475 * mail/feedmail.el: Use CL macros.
20476 (feedmail-run-the-queue, feedmail-send-it-immediately):
20477 * dos-w32.el (find-buffer-file-type): Replace uses of
20478 default-buffer-file-type with (default-value 'buffer-file-type).
20479
4d985ac2
GM
204802009-08-28 Glenn Morris <rgm@gnu.org>
20481
20482 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20483 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20484 Use default-value of major-mode rather than default-major-mode.
20485
17c15b81
SM
204862009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20487
3a68ab06
SM
20488 * Makefile.in (update-elcfiles): Report left over elc files.
20489
9421bdd1
SM
20490 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20491 expand-file-name and with-current-buffer.
20492 (mail-get-names, mail-directory): Use with-current-buffer.
20493
17c15b81
SM
20494 * vc.el (vc-read-revision): New function.
20495 (vc-version-diff, vc-merge): Use it.
20496
ba83a64e
SS
204972009-08-27 Sam Steingold <sds@gnu.org>
20498
20499 * simple.el (kill-do-not-save-duplicates): New user option.
20500 (kill-new): When it is non-nil, and the new string is the same as
20501 the latest kill, set replace to t to avoid duplicates in kill-ring.
20502
be3e598a 205032009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20504
20505 * net/tramp.el (tramp-handle-process-file): Do not flush all
20506 caches when `process-file-side-effects' is set.
20507 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20508 instead of `tramp-find-file-exists-command'.
20509 Unset `process-file-side-effects'.
d5b5c94a
MA
20510
205112009-08-27 Michael Albinus <michael.albinus@gmx.de>
20512
20513 * net/tramp.el (tramp-methods): New method "rsyncc".
20514 (top): Add completion function for "rsyncc".
20515 (tramp-message-show-message): New defvar.
20516 (tramp-message, tramp-error): Use it.
20517 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20518 remote copying.
20519 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20520 `tramp-methods' entry `copy-env' of "rsyncc".
20521 (tramp-vc-registered-read-file-names): New defconst.
20522 (tramp-vc-registered-file-names): New defvar.
20523 (tramp-handle-vc-registered): Implement optimization strategy.
20524 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20525 (tramp-vc-file-name-handler): New defun.
20526 (tramp-get-ls-command, tramp-get-test-command)
20527 (tramp-get-file-exists-command, tramp-get-remote-ln)
20528 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20529 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20530
20531 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20532 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20533 timestamps.
20534 (tramp-get-file-property): Check for timestamps in
20535 `tramp-cache-inhibit-cache'.
20536 (tramp-set-file-property): Write timestamp.
20537
1339cf20
KH
205382009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20539
20540 * language/japan-util.el (japanese-symbol-table): Add entries for
20541 cp932-2-byte.
20542
20543 * international/characters.el: Add category `j' to cp932-2-byte.
20544
726e3f1d
KH
205452009-08-27 Kenichi Handa <handa@m17n.org>
20546
20547 * international/fontset.el (build-default-fontset-data): New macro.
20548 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20549 tibetan, ethiopic, and ipa.
726e3f1d 20550
4e3b4528
SM
205512009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20552
20553 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20554 (enable-multibyte-characters): Not customizable any more.
20555
20556 * subr.el (default-mode-line-format, default-header-line-format)
20557 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20558 (default-direction-reversed, default-truncate-lines)
20559 (default-left-margin, default-tab-width, default-case-fold-search)
20560 (default-left-margin-width, default-right-margin-width)
20561 (default-left-fringe-width, default-right-fringe-width)
20562 (default-fringes-outside-margins, default-scroll-bar-width)
20563 (default-vertical-scroll-bar, default-indicate-empty-lines)
20564 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20565 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20566 (default-scroll-down-aggressively, default-fill-column)
20567 (default-cursor-type, default-buffer-file-type)
20568 (default-cursor-in-non-selected-windows)
20569 (default-buffer-file-coding-system, default-major-mode)
20570 (default-enable-multibyte-characters): Mark as obsolete.
20571
b3cca6a6
DN
205722009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20573
652cc1a2
DN
20574 * vc-dir.el (vc-dir-update): Remove debug helper.
20575
b3cca6a6
DN
20576 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20577
4ed8c7aa
SS
205782009-08-26 Sam Steingold <sds@gnu.org>
20579
20580 * simple.el (save-interprogram-paste-before-kill): New user option.
20581 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20582 save the interprogram-paste into kill-ring before overriding it
20583 with the Emacs kill.
20584
3b64d86b
DN
205852009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20586
20587 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20588 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20589 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20590 and move to vc-rcs.el.
20591 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20592 move to vc-rcs.el.
20593 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20594 (vc-rcs-update-changelog): Remove.
20595 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20596 and move to vc-rcs.el.
20597
20598 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20599 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20600 renaming.
20601 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20602 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20603 vc.el, renamed to be RCS specific.
20604
72f16325
SM
20605 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20606 New functions.
20607 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20608
20609 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20610 New functions.
20611
636a36a0
SM
206122009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20615
239b3340
DN
206162009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20617
b91f0762 20618 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20619 (vc-git-stash, vc-git-stash-show): New functions.
20620 (vc-git-extra-menu-map): Bind them.
b91f0762 20621
b8e54362
DN
20622 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20623 directory correctly in case the item is a directory itself.
20624
239b3340
DN
20625 * vc.el: Document the desired behavior for reverted files in the
20626 `added' state.
dc810649
DN
20627 (vc-default-prettify-state-info): Remove function, unused.
20628
20629 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20630
e49c0179
GM
206312009-08-26 Glenn Morris <rgm@gnu.org>
20632
20633 * bindings.el (standard-mode-line-format): Reposition dashes in
20634 which-func entry. (Bug#4217)
20635
3029e594
GM
20636 * files.el (enable-local-variables, enable-local-eval)
20637 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20638 the defcustoms.
20639 (auto-mode-alist, ignored-local-variables)
20640 (save-some-buffers-action-alist): Move risky declarations to the
20641 definitions.
20642 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20643 (font-lock-defaults, format-alist, imenu--index-alist)
20644 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20645 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20646 (mode-line-modified, mode-line-mule-info, mode-line-position)
20647 (mode-line-process, mode-line-remote, outline-level)
20648 (parse-time-rules, rmail-output-file-alist)
20649 (special-display-buffer-names, vc-mode):
20650 Move risky declarations to the relevant files.
72f16325
SM
20651 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20652 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20653 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20654 * font-core.el (font-lock-defaults):
20655 * format.el (format-alist):
20656 * vc-hooks.el (vc-mode):
20657 * window.el (special-display-buffer-names):
20658 * international/mule-cmds.el (input-method-alist):
20659 Define riskiness here (dumped file) rather than in files.el.
20660 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20661 * imenu.el (imenu-generic-expression, imenu--index-alist):
20662 * outline.el (outline-level):
20663 * time.el (display-time-string):
20664 * calendar/parse-time.el (parse-time-rules):
20665 * mail/rmailout.el (rmail-output-file-alist):
20666 Autoload riskiness here, rather than placing in files.el.
20667
8476cfaf
SM
206682009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20669
20670 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20671
0b35b48e
MA
206722009-08-25 Michael Albinus <michael.albinus@gmx.de>
20673
20674 * simple.el (process-file-side-effects): New defvar.
20675
20676 * dired-aux.el (dired-show-file-type):
20677 * vc.el (vc-diff-internal):
20678 * vc-arch.el (vc-arch-diff):
20679 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20680 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20681 * vc-git.el (vc-git-registered, vc-git-working-revision)
20682 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20683 (vc-git--empty-db-p):
20684 * vc-hooks.el (vc-user-login-name):
20685 * vc-svn.el (vc-svn-registered, vc-svn-state)
20686 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20687 * progmodes/grep.el (grep-probe): Let-bind
20688 `process-file-side-effects' with nil.
20689
20690 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20691
20692 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20693 daemon. Replace ping by checking for running service for bluez
20694 and zeroconf. (Bug#4239)
20695
d54cc599
GM
206962009-08-25 Kevin Ryde <user42@zip.com.au>
20697
20698 * net/dig.el (dig): Add autoload cookie.
20699
7bfd055d
GM
207002009-08-25 Glenn Morris <rgm@gnu.org>
20701
bac9c66c
GM
20702 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20703 load-history for absolute file-names.
20704 (byte-compile-file-form-require): Warn about use of the cl package.
20705
7bfd055d
GM
20706 * format.el (format-alist): Doc fix.
20707
5ac1f9e0
GM
20708 * play/bubbles.el (top-level): Don't require cl at run-time.
20709
af62aa88
GM
20710 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20711 run-time cl).
20712
71e036af
DD
207132009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20714
20715 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20716 from cl package.
20717 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20718
42110eaf
JB
207192009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20720
20721 * calc/calc-alg.el (math-trig-rewrite)
20722 (math-hyperbolic-trig-rewrite): New functions.
20723 (calc-simplify): Simplify trig functions when asked.
20724
88421f3e
SM
207252009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20726
20727 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20728
dbd9624e
KH
207292009-08-24 Kenichi Handa <handa@m17n.org>
20730
20731 * language/ind-util.el (mapthread): Delete it.
20732 (combinatorial): New function.
20733 (indian--puthash-cv): Use combinatorial instead of mapthread.
20734
9b89e3ee
GM
207352009-08-22 Kevin Ryde <user42@zip.com.au>
20736
20737 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20738 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20739 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20740 Clarify docstring that the value is strings not symbols.
20741 (checkdoc-list-of-strings-p): New function.
20742
e6ce8c42
GM
207432009-08-22 Glenn Morris <rgm@gnu.org>
20744
2ddf2ea6 20745 * files.el (auto-mode-alist):
a3374680
GM
20746 * hippie-exp.el (he-concat-directory-file-name):
20747 * lpr.el (lpr-windows-system, printer-name):
20748 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20749 * ps-print.el (ps-windows-system):
20750 * startup.el (command-line):
20751 * emulation/viper-ex.el (viper-glob-function):
20752 * international/mule-cmds.el (set-language-environment-coding-systems):
20753 * net/ange-ftp.el (ange-ftp-write-region):
20754 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20755 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20756 unisoft-unix, vax-vms, win32, w32.
20757
977955fa
GM
20758 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20759 given name if the pattern is not more specific.
20760
b4deec2e
GM
20761 * calendar/lunar.el (lunar-phase-names): New option.
20762 (lunar-phase): Doc fix.
20763 (lunar-cycles-per-year): New constant.
20764 (lunar-index): New function.
20765 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20766 (lunar-phase-name): Use lunar-phase-names.
20767 (calendar-lunar-phases): Use format.
20768 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20769
47e83968
GM
20770 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20771 Copy imenu-example--name-and-position function here for own use.
20772 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20773
e6ce8c42
GM
20774 * bs.el (bs--redisplay):
20775 * cus-edit.el (custom-redraw):
20776 * ibuffer.el (ibuffer-bury-buffer):
20777 * server.el (server-goto-line-column):
20778 * startup.el (command-line-1):
20779 * strokes.el (strokes-xpm-for-stroke):
20780 * term.el (term-display-buffer-line):
20781 * view.el (View-goto-line):
20782 * calc/calc.el (calc-do, calc-trail-buffer):
20783 * play/gamegrid.el (gamegrid-add-score-insecure):
20784 * progmodes/ada-mode.el (ada-compile-goto-error):
20785 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20786 (ebrowse-select-1st-to-9nth):
47e83968 20787 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20788 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20789 * progmodes/gud.el (gud-display-line):
20790 (idlwave-shell-display-line):
20791 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20792 * progmodes/make-mode.el (makefile-browser-toggle):
20793 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20794 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20795 * textmodes/picture.el (picture-draw-rectangle):
20796 * textmodes/reftex-index.el (reftex-index-goto-letter):
20797 (reftex-select-jump-to-previous):
20798 * textmodes/reftex-sel.el (reftex-find-start-point)
20799 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20800 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20801 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20802 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20803 * textmodes/two-column.el (2C-associated-buffer):
20804 Use forward-line rather than goto-line.
20805
20806 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20807 goto-line.
20808
4b18bdb3
GM
20809 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20810 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20811 (quick-check-list-to-regexp): Declare.
e6ce8c42 20812
72f16325
SM
20813 * progmodes/make-mode.el (makefile-browser-insert-selection):
20814 Use goto-char rather than goto-line.
e6ce8c42
GM
20815
20816 * progmodes/prolog.el (compilation-error-regexp-alist)
20817 (compilation-forget-errors): Declare.
20818
32a2cf25
JL
208192009-08-22 Juri Linkov <juri@jurta.org>
20820
20821 * progmodes/grep.el (lgrep, rgrep): At the beginning
20822 set `dir' to `default-directory' unless `dir' is a non-nil
20823 readable directory. (Bug#4052)
20824 (lgrep, rgrep): Change a weird way to report an error
20825 from using `read-string' to using `error'.
20826 Instead of using interactive arguments in the function body,
20827 add new argument `confirm'.
20828
5443c9b7
SM
208292009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20830
cb5b40ee
SM
20831 * textmodes/remember.el (remember-buffer):
20832 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20833 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20834 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20835 * net/newst-treeview.el (newsticker-groups-filename):
20836 * net/newst-backend.el (newsticker-cache-filename):
20837 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20838 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20839 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20840 (speedbar-buffers-line-path, speedbar-path-line)
20841 (speedbar-buffers-line-path):
20842 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20843 (epg-sign-keys):
20844 * epa.el (epa-display-verify-result):
20845 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20846
d6261cc1
GM
208472009-08-21 Glenn Morris <rgm@gnu.org>
20848
3e1ea342
GM
20849 * progmodes/js.el (inferior-moz-process): Fix declaration.
20850
ce86eeb5
GM
20851 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20852
fff28970
GM
20853 * obsolete/rnewspost.el (news-mail-reply):
20854 Use goto-char rather than goto-line.
20855
d93e053b
GM
20856 * term/ns-win.el (ns-open-file-select-line):
20857 Use line-beginning-position rather than goto-line.
20858
d5d105e8
GM
20859 * apropos.el (apropos-command):
20860 * ehelp.el (electric-helpify):
20861 * printing.el (pr-show-setup):
20862 * strokes.el (strokes-help):
20863 * tutorial.el (tutorial--describe-nonstandard-key)
20864 (tutorial--detailed-help):
20865 * woman.el (woman-mini-help, woman-display-extended-fonts):
20866 * calc/calc-help.el (calc-describe-key):
20867 * emulation/edt.el (edt-electric-helpify):
20868 * international/mule-diag.el (mule-diag):
20869 * play/yow.el (apropos-zippy):
20870 * progmodes/python.el (python-describe-symbol):
20871 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20872 * textmodes/table.el (*table--cell-describe-mode)
20873 (*table--cell-describe-bindings):
20874 Use help-print-return-message rather than the now obsolete alias.
20875
a8ab722f 20876 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20877 (calendar-cursor-to-visible-date):
20878 * play/5x5.el (5x5-position-cursor):
20879 * play/decipher.el (decipher):
20880 * play/gomoku.el (gomoku-goto-xy):
20881 * play/landmark.el (lm-goto-xy):
20882 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20883 (mpuz-paint-digit):
20884 Use forward-line, not goto-line.
a8ab722f 20885
d6261cc1
GM
20886 * mail/rmail.el (rmail-obsolete): Delete custom group.
20887 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20888 (rmail-remote-password, rmail-remote-password-required):
20889 Remove unneeded :set-after and :set properties.
20890
9e846523
MA
208912009-08-21 Michael Albinus <michael.albinus@gmx.de>
20892
20893 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20894
bbe1f502
DN
208952009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20896
bcc5db24
DN
20897 * loadup.el: Remove leftover macos code.
20898
bbe1f502
DN
20899 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20900 Explicitly pass the date format to git blame so that user local
20901 so that the output format can be parsed.
20902
6fd2d19a
MA
209032009-08-20 Michael Albinus <michael.albinus@gmx.de>
20904
20905 * net/dbus.el (top): Don't check for (getenv
20906 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20907
31764e15
SM
209082009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20909
20910 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20911 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20912
28930e39
SM
209132009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20914
4fd15622 20915 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20916 Bug#3287.
4fd15622 20917
b3d8e4a0
SM
20918 * help.el (help-print-return-message): Rename from
20919 print-help-return-message.
20920
c9829c70
SM
20921 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20922 cvs-mode-map parent hack.
20923 (log-view-mode): Derive from special-mode.
20924
b932657b
SM
20925 * linum.el (linum-mode): window-size-change-functions is redundant.
20926 Adapt to new window-configuration-change-hook behavior.
20927 (linum-after-size, linum-after-config): Remove.
20928
1b700bca
SM
20929 * imenu.el (imenu-example--name-and-position)
20930 (imenu-example--lisp-extract-index-name)
20931 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20932 Mark as obsolete.
20933
28930e39
SM
20934 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20935 (inferior-prolog-mode): Use it.
20936 (inferior-prolog-load-file): Reset list of errors.
20937
c9af0b68
KH
209382009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20939
20940 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20941
20942 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20943
720c7cd6
MA
209442009-08-19 Michael Albinus <michael.albinus@gmx.de>
20945
20946 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20947 is running already.
20948
03a74b84
SM
209492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20950
20951 * subr.el (listify-key-sequence-1): Use normal syntax since those
20952 integers are nowadays always represented by the same (positive) number
20953 on all platforms.
20954 (read-key-empty-map): New const.
20955 (read-key-delay): New var.
20956 (read-key): New function.
20957 (force-mode-line-update): Use with-current-buffer.
20958 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20959 (start-process-shell-command, start-file-process-shell-command):
20960 Discourage the use of command-args.
20961
f43e88d4
GM
209622009-08-19 Glenn Morris <rgm@gnu.org>
20963
20964 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20965
890429cc
SM
209662009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20967
85be9ec4
SM
20968 * simple.el (choose-completion-string): Don't rely on
20969 minibuffer-completing-file-name and ad-hoc checks to decide whether
20970 to continue completion or not.
20971
890429cc
SM
20972 * minibuffer.el (minibuffer-hide-completions): New function.
20973 (completion--do-completion): Use it.
20974 (completions-annotations): New face.
20975 (completion--insert-strings): Use it.
20976 (completion-pcm--delim-wild-regex): Add docstring.
20977 (completion-pcm--string->pattern): Add support for 0-width delimiters
20978 in completion-pcm--delim-wild-regex.
20979
265d4549
SM
209802009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20981
d440b941
SM
20982 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20983 Remove unused var `buffer-modified-p'.
20984
265d4549
SM
20985 * minibuffer.el (completion--do-completion): Move point for the #b001
20986 case as well (bug#4176).
20987 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20988
ba6f7d86
MA
209892009-08-18 Michael Albinus <michael.albinus@gmx.de>
20990
20991 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20992 and :session buses.
20993
98819490
KH
209942009-08-18 Kenichi Handa <handa@m17n.org>
20995
265d4549
SM
20996 * international/ucs-normalize.el (ucs-normalize-version):
20997 Change to 1.1.
58627cf0
KH
20998 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20999 (utf-8-hfs): Make it perform normalization on encoding too.
21000
98819490
KH
21001 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21002 (sentence-end-without-space): Delete duplicated chars.
21003 (sentence-end-base): Likewise.
e739cc85
KH
21004
21005 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21006 (html-mode): Delete duplicated chars from sentence-end-base.
21007
21008 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21009 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21010
645b9326
CY
210112009-08-17 Chong Yidong <cyd@stupidchicken.com>
21012
21013 * files.el (hack-one-local-variable): If the mode function is for
21014 a minor mode, pass it an argument (Bug#4148).
21015
56c195af
MA
210162009-08-17 Michael Albinus <michael.albinus@gmx.de>
21017
21018 * net/tramp.el (tramp-register-completion-file-name-handler):
21019 Check also for (member 'partial-completion completion-styles).
21020
7a55c78b
CY
210212009-08-16 Chong Yidong <cyd@stupidchicken.com>
21022
21023 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21024 abbrev (Bug#3943).
21025
be3e598a 210262009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21027
21028 * progmodes/cperl-mode.el: Merge upstream 6.2.
21029 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21030 (cperl-forward-re): Check cperl-brace-recursing.
21031 (cperl-highlight-charclass): New function.
21032 (cperl-find-pods-heres): Use it.
31cd2dd4 21033 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21034 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21035 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21036 (cperl-beautify-level): Don't process entire regexp.
21037 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21038 calling man.
21039 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21040 (cperl-init-faces): Build a list in the normal way.
21041
81b1f9c9
CY
210422009-08-16 Chong Yidong <cyd@stupidchicken.com>
21043
21044 * calendar/parse-time.el (parse-time-string-chars): Save match
21045 data.
21046
c3732cb8
SM
210472009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21048
55659495
SM
21049 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21050 (sql-product): Use it.
21051 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21052 (sql-set-product): Add completion.
21053 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21054 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21055 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21056 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21057 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21058 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21059 (sql-highlight-db2-keywords): Remove.
21060 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21061 (sql-highlight-product): Use derived-mode-p.
21062 (sql-set-sqli-buffer): Use with-current-buffer.
21063 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21064 Simplify.
21065
1ae79427
SM
21066 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21067
c3732cb8
SM
21068 * term.el: Fix commenting convention, turn comments into docstrings.
21069
f24b8bf3
CY
210702009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21071
21072 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21073
7b6fefac 210742009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21075
1200ac26 21076 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21077 character classes, to handle non-ascii characters (Bug#3190).
21078
210792009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21080
1abbe4e5
CY
21081 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21082 another heredoc if the user adds another < (Bug#3226).
21083
c3732cb8
SM
21084 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21085 Don't initialize based on window-system (Bug#4124).
19261da4 21086
daad00fc
CY
21087 * facemenu.el (facemenu-read-color): Use a completion function
21088 that accepts any defined color, such as RGB triplets (Bug#3677).
21089
e1bdde78
CY
21090 * files.el (get-free-disk-space): Change fallback default
21091 directory to /. Expand DIR argument before switching to fallback.
21092 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21093
9d73a99e
CY
210942009-08-15 Chong Yidong <cyd@stupidchicken.com>
21095
21096 * files.el (load-library): Doc fix.
21097
68b962d4 210982009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21099
953e0c1a 21100 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21101 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21102 incremental search string.
9d73a99e 21103
c3732cb8 21104 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21105 XEmacs.
9d73a99e 21106
c3732cb8
SM
21107 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21108 (ediff-merge-region-is-non-clash)
21109 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21110 Also check if the job is really a merge job.
9d73a99e 21111
c3732cb8 21112 * ediff.el (ediff-current-file): New function.
9d73a99e 21113
2e330adc
CY
211142009-08-15 Chong Yidong <cyd@stupidchicken.com>
21115
21116 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21117 conventions.
c3732cb8 21118 (js-insert-and-indent): Delete function.
2e330adc
CY
21119 (js-mode-map): Don't bind keys to js-insert-and-indent.
21120 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21121 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21122 (js-auto-indent-flag): Delete variable.
2e330adc 21123
17b5d0f7
CY
211242009-08-14 Chong Yidong <cyd@stupidchicken.com>
21125
c3732cb8
SM
21126 * progmodes/js.el: Remove proclaim statement.
21127 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21128
ba2d8894
CY
21129 * files.el (auto-mode-alist): Use js-mode for .js files.
21130
c3732cb8 21131 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21132
21133 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21134
21135 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21136
c3732cb8 21137 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21138
211392009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21140 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21141
21142 * progmodes/js.el: New file.
21143
b6377f1d
MH
211442009-08-14 Mark A. Hershberger <mah@everybody.org>
21145
21146 * timezone.el (timezone-parse-date): Add ability to understand ISO
21147 basic format (minimal separators) dates in addition to the
21148 already-supported extended format dates.
21149
bc0eef46
EZ
211502009-08-14 Eli Zaretskii <eliz@gnu.org>
21151
4e021e65
EZ
21152 * international/ucs-normalize.el: Add a `coding' file variable.
21153
bc0eef46
EZ
21154 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21155
53dab179
SS
211562009-08-14 Sam Steingold <sds@gnu.org>
21157
6801c38a 21158 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21159
6c58c39c
CY
211602009-08-13 Chong Yidong <cyd@stupidchicken.com>
21161
21162 * faces.el (help-argument-name): Define it here instead of
21163 help-fns.el, because in daemon mode help-fns.el may be loaded when
21164 faces are still uninitialized (Bug#1078).
21165
21166 * help-fns.el (help-argument-name): Move defface to faces.el.
21167
c7baf7e9
NR
211682009-08-13 Nick Roberts <nickrob@snap.net.nz>
21169
21170 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21171 create buffer with a pty but no process so that GDB can make the
21172 inferior the controlling process.
21173
9c40e995 211742009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21175
21176 * international/ucs-normalize.el: New file.
21177
8cdba32b
RS
211782009-08-13 Richard Stallman <rms@gnu.org>
21179
5c950923
RS
21180 * mail/rmail.el (rmail-get-attr-names):
21181 Accept an attribute header that is too short.
21182
76e1e40b
RS
21183 * mail/rmail.el (rmail-forget-messages):
21184 Ignore nil elt in rmail-message-vector. Use dotimes.
21185
1fc01b08
RS
21186 * progmodes/compile.el (compilation-goto-locus):
21187 Use next-error-move-function.
21188
8cdba32b
RS
21189 * simple.el (next-error-move-function): New variable.
21190
99910cf4
JL
211912009-08-12 Juri Linkov <juri@jurta.org>
21192
21193 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21194 always non-nil. (Bug#4052)
21195
21196 * replace.el (read-regexp): Return empty string when
21197 `default-value' is nil.
21198 (keep-lines-read-args): Don't use empty string as the
21199 default value for `read-regexp'. (Bug#2495)
21200
fc5bdf6c
JL
212012009-08-12 Juri Linkov <juri@jurta.org>
21202
21203 * international/mule-cmds.el (ucs-insert): Change arguments
21204 from `arg' to `character', `count', `inherit' to be the same
21205 as in `insert-char'. Doc fix. (Bug#4039)
21206
21207 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21208
77748848
JL
212092009-08-12 Juri Linkov <juri@jurta.org>
21210
21211 * files-x.el: New file.
21212
21213 * files.el: Move code that deals with adding/deleting
21214 file/directory-local variables to files-x.el.
21215
21216 * Makefile.in (ELCFILES): Add files-x.elc.
21217
c8a44c4e
DD
212182009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21219
27a9fd5a
DD
21220 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21221 to use `goto-line'.
21222 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21223 `goto-line'.
21224 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21225 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21226 threads list.
107ef54a 21227 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21228 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21229 (gdb-stopped): ...here so it's sent when first thread stops.
21230 (gdb-registers-handler-custom): Do nothing if register names are
21231 unknown yet.
27a9fd5a 21232
c8a44c4e
DD
21233 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21234 from `gdb-mi.el' to avoid extra tangling.
21235
21236 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21237 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21238 (gdb-update-gud-running): No extra fuss for updating frame number.
21239
dfd4e693
SM
212402009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21241
51c4341f
SM
21242 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21243 (describe-language-environment-map, setup-language-environment-map)
21244 (set-coding-system-map): Move initialization into declaration.
21245 (set-language-info-alist): Last arg to define-key-after can be skipped.
21246
21247 * international/quail.el (quail-completion-1): Simplify.
21248 (quail-define-rules): Use slightly more compact code.
21249 (quail-insert-decode-map): Propertize keys, compact columns.
21250
dfd4e693
SM
21251 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21252 Add goto-line.
21253
83326559
MB
212542009-08-10 Miles Bader <miles@gnu.org>
21255
21256 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21257 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21258 (js2-instance-member, js2-private-member, js2-private-function-call)
21259 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21260 (js2-magic-paren, js2-external-variable):
21261 Remove "-face" suffix from face names.
21262 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21263 (js2-highlight-undeclared-vars, js2-peek-token)
21264 (js2-parse-function-params, js2-mode-show-errors)
21265 (js2-mode-show-warnings, js2-make-magic-delimiter)
21266 (js2-mode-highlight-magic-parens): Update to use new face names.
21267
8e754ea2
MA
212682009-08-09 Michael Albinus <michael.albinus@gmx.de>
21269
21270 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21271 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21272
1c292fc7
CY
212732009-08-09 Chong Yidong <cyd@stupidchicken.com>
21274
18d433a7
CY
21275 * subr.el: Provide hashtable-print-readable.
21276
1c292fc7
CY
21277 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21278 hs-c-like-adjust-block-beginning.
21279 (hs-hide-block-at-point): Stop hiding at the beginning of
21280 hs-block-end-regexp (Bug#700).
21281
2db0ae07
DD
212822009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21283
21284 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21285 a macro.
21286 (gdb-registers-handler-custom): Do not fail when register names
21287 are unavailable.
21288
fe4740a6
DD
212892009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21290
21291 * progmodes/gdb-mi.el (gdb-control-all-threads)
21292 (gdb-control-current-thread): Interactive setters for
21293 `gdb-gud-control-all-threads' to use in menu.
21294 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21295 (gud-tool-bar-map): Add non-stop/A,T indicator.
21296 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21297
ce299d55
CY
212982009-08-08 Yoni Rabkin <yoni@rabkins.net>
21299
21300 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21301 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21302 (net-utils-mode): New mode for viewing diagnostic network output.
21303 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21304 (net-utils-run-simple): New function.
21305 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21306
7c4654ad
DD
213072009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21308
21309 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21310 (gdb-memory-set-address, def-gdb-set-positive-number)
21311 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21312 after changing settings.
21313 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21314 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21315 (gdb-registers-handler-custom): Print registers in right order and
21316 allow changing register values (only for current thread yet).
9cbac26b
DD
21317 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21318 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21319 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21320 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21321 Thread info in mode name.
9cbac26b 21322 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21323
0f25a277
EZ
213242009-08-08 Eli Zaretskii <eliz@gnu.org>
21325
21326 * mail/rmail.el (rmail-add-mbox-headers)
21327 (rmail-set-message-counters-counter): Search for
21328 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21329
b971be60
GM
213302009-08-08 Glenn Morris <rgm@gnu.org>
21331
21332 * Makefile.in (ELCFILES): Update.
21333
a35d3ad8
EZ
213342009-08-07 Eli Zaretskii <eliz@gnu.org>
21335
6a7662bb
BR
21336 * mail/sendmail.el (mail-yank-original):
21337 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21338 text is yanked.
21339
8b0bcc2e
EZ
21340 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21341 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21342 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21343 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21344 (calc-graph-init): Don't send -display and -geometry to
21345 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21346 running "pgnuplot -V" with shell-command-to-string.
21347
21348 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21349 the default.
21350
213512009-08-07 Eli Zaretskii <eliz@gnu.org>
21352
21353 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21354 org/org-latex.elc.
21355
3bca7ca5
DN
213562009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21357
3c53763c
DN
21358 * vc-dispatcher.el (vc-resynch-window): Update comment.
21359
3bca7ca5
DN
21360 * term.el (term-handle-ansi-escape): Add comments with the
21361 terminfo capabilities implemented.
21362
7b217360
DD
213632009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21364
5f9d345c 21365 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21366 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21367 (gdb-propertize-header): Move earlier.
21368 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21369 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21370 Refresh disassembly buffers only after threads list have been
21371 update.
21372 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21373 variables.
21374
b4d84ecf
JL
213752009-08-04 Juri Linkov <juri@jurta.org>
21376
21377 * files.el: Commands to add/delete file/directory-local variables.
21378 (read-file-local-variable, read-file-local-variable-value)
21379 (read-file-local-variable-mode, modify-file-local-variable)
21380 (modify-file-local-variable-prop-line)
21381 (modify-dir-local-variable): New functions.
21382 (add-file-local-variable, delete-file-local-variable)
21383 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21384 (add-dir-local-variable, delete-dir-local-variable)
21385 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21386 (copy-dir-locals-to-file-locals-prop-line): New commands.
21387
42da39c1
CY
213882009-08-04 Chong Yidong <cyd@stupidchicken.com>
21389
21390 * abbrev.el (insert-abbrev-table-description): Prettify output.
21391 Suggested by Karl Chen.
21392
98bf8494
DD
213932009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21394
78b9fb28 21395 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21396 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21397 (gdb-overlay-arrow-position, gdb-thread-position)
21398 (gdb-disassembly-position): Declare variables.
21399 (gdb-wait-for-pending): Function now.
21400 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21401 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21402 compilation goes smoothly.
21403 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21404 (gdb-non-stop-setting): New customization setting which replaces
21405 `gdb-non-stop' so changing it doesn't break active GDB session.
21406 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21407 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21408 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21409 (gdb-show-threads-by-default): New customization options.
21410 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21411 routines.
21412 (gdb-get-buffer-create): Send buffers update signal when they are
21413 created.
21414 (gdb-invalidate-locals, gdb-invalidate-registers)
21415 (gdb-invalidate-breakpoints)
21416 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21417 (gdb-invalidate-memory): Accept update signal.
21418 (gdb-current-context-command): Use --frame option.
21419 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21420 Implement `gdb-frame-number' selection logic.
21421 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21422 whether to show GUD toolbar buttons.
21423 (gdb-thread-exited): Unselect current thread when it exits.
21424 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21425 (gdb-mark-line): Routine which sets overlay arrow or inverses
21426 video on fringeless displays.
21427 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21428 to build aligned columns of data in GDB buffers and set text
21429 properties line-by-line.
21430 (gdb-invalidate-breakpoints)
21431 (gdb-breakpoints-list-handler-custom)
21432 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21433 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21434 (gdb-registers-handler-custom): Align data columns.
21435 (gdb-locals-handler-custom): Now prints data like in variable
21436 declarations.
21437 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21438 Remove confusing buttons.
78b9fb28
DD
21439 (gdb-invalidate-threads): Append --frame.
21440 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21441 between breakpoints/threads buffers.
21442 (gdb-set-window-buffer): Now can ignore dedicated windows.
21443 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21444 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21445 (def-gdb-thread-buffer-gud-command): Replaces
21446 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21447 for fine thread control.
21448 (gdb-preempt-existing-or-display-buffer): New function used to
21449 display bound buffers without breaking window layout.
21450 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21451 (gdb-select-frame): New version of `gdb-frames-select' which now
21452 sets `gdb-frame-number' so commands may use --frame option instead
21453 of inner debugger state.
21454 (gdb-frame-handler): Do not set `gdb-frame-number'.
21455 (gdb-threads-mode-map): Select threads with mouse.
21456
21457 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21458 avoid compilation warning.
21459 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21460 `gdb-show-stop-p`.
21461
566f3909
DD
21462 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21463 Argument `key' renamed to `buffer-type'.
21464 (gdb-current-context-buffer-name): Do not add thread info to
21465 buffer name when no thread is selected.
21466 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21467 command (bug 3794).
21468 (gdb-thread-selected): Handle `=thread-selected' notification.
21469 (gdb-wait-for-pending): New macro to deal with congestion problems.
21470 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21471 breakpoints.
7b6fefac
JB
21472 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21473 This fixes problem similar to one described in bug 3947.
566f3909
DD
21474 (gud-menu-map): More menu items.
21475 (gdb-init-1): Reset `gdb-thread-number' to nil.
21476
4a31122c
DD
21477 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21478 non-stop settings.
21479
21480 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21481 (gdb-current-context-command): Do not append --thread if
21482 `gdb-thread-number' is nil.
6a7662bb
BR
21483 (gdb-running-threads-count, gdb-stopped-threads-count):
21484 New variables.
4a31122c 21485 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21486 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21487 New customization options.
4a31122c
DD
21488 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21489 GUD commands.
7b6fefac 21490 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21491 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21492 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21493 set `gdb-thread-number' and update `gud-running' properly.
21494 (gdb-running): Update threads list when new threads appear.
21495 (gdb-stopped): Support non-stop operation and new thread switching
21496 logic.
21497 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21498 (gdb-json-partial-output): New set of JSON routines.
21499 (def-gdb-auto-update-trigger): New `signal-list' optional
21500 argument.
21501 (gdb-thread-list-handler-custom): Update `gud-running',
21502 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21503 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21504 (gdb-continue-thread, gdb-step-thread): New commands for fine
21505 thread execution control.
21506 (gud-menu-map): New menu items to switch non-stop options.
21507 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21508 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21509
21510 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21511 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21512 gdb-buffer-rules.
21513 (def-gdb-auto-update-handler): New nopreserve optional argument.
21514 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21515
88b5a757 21516 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21517 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21518 (gdb-parent-mode): New mode to derive other GDB modes from.
21519 (gdb-display-disassembly-for-thread)
21520 (gdb-frame-disassembly-for-thread): New commands for threads
21521 buffer.
21522
21523 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21524 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21525 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21526 (gdb-update): We now store all GDB buffers in a list so that they
21527 can be updated by traversing a list instead of calling invalidate
7b6fefac 21528 triggers explicitly.
a5c9f540
DD
21529 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21530 pair for GDB buffer.
21531 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21532 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21533 handle pending triggers.
21534 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21535 (def-gdb-thread-buffer-simple-command)
21536 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21537 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21538 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21539 New commands which show buffers bound to thread.
88b5a757 21540 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21541
7b6fefac
JB
21542 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21543 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21544 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21545 to (gud-comint-buffer) in *-buffer-name functions
21546 because (gdb-get-target-string) already does that.
21547 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21548 (gdb-changed-registers-handler): Rewritten without regexps.
21549
ba214964 21550 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21551 (gdb-thread-number): New variable.
21552 (gdb-current-context-command): New macro which adds --thread
21553 option to command.
7b6fefac 21554 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21555 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21556 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21557 (gdb-select-thread): New command which selects current thread.
21558 (gdb-invalidate-frames, gdb-invalidate-locals)
21559 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21560
2ac33804
MA
215612009-08-04 Michael Albinus <michael.albinus@gmx.de>
21562
21563 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21564 robust. (Bug#3977)
2ac33804
MA
21565 (tramp-handle-insert-file-contents): `unwind-protect' must be
21566 inside `with-parsed-tramp-file-name'.
21567
21568 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21569 fails.
21570
39d0296f
NR
215712009-08-03 Nick Roberts <nickrob@snap.net.nz>
21572
21573 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21574 directory if CLASSPATH is not set.
21575
adcbca53
MA
215762009-08-03 Michael Albinus <michael.albinus@gmx.de>
21577
7b6fefac
JB
21578 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21579 New defconst.
7ef849b6 21580 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21581
30924b0b
CY
215822009-08-02 Kevin Ryde <user42@zip.com.au>
21583
7b6fefac
JB
21584 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21585 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21586
b6ce92f1
CY
215872009-08-02 Chong Yidong <cyd@stupidchicken.com>
21588
d977a092
CY
21589 * select.el (x-set-selection): Doc fix (Bug#4021).
21590
21591 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21592
b6ce92f1
CY
21593 * help-fns.el (describe-variable): Treat list return values from
21594 dir-locals-find-file properly (Bug#4005).
21595
7b6fefac 215962009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21597
21598 * net/tramp.el (tramp-debug-message): Print also microseconds.
21599
216002009-08-02 Michael Albinus <michael.albinus@gmx.de>
21601
21602 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21603 or END is non-nil.
21604 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21605 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21606 format.
21607
5ce6e4f4 21608 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21609 (tramp-get-file-property): Use it.
21610
6a7662bb
BR
21611 * autorevert.el (auto-revert-handler):
21612 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21613
2aafe808
JR
216142009-08-02 Jason Rumney <jasonr@gnu.org>
21615
21616 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21617 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21618
e094097c
CY
216192009-08-02 Chong Yidong <cyd@stupidchicken.com>
21620
21621 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21622 (font-lock-variable-name-face, font-lock-constant-face):
21623 Darken the colors for light backgrounds.
e094097c 21624
de94f281
EZ
216252009-08-01 Eli Zaretskii <eliz@gnu.org>
21626
21627 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21628 month names. (Bug#3987)
21629
54b99340
CY
216302009-07-31 Chong Yidong <cyd@stupidchicken.com>
21631
21632 * simple.el (line-move-finish): Pass whole number to
21633 line-move-to-column.
34be836c 21634 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21635
38216c30
JB
216362009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21637
21638 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21639
c779896d
CY
216402009-07-29 Alan Mackenzie <acm@muc.de>
21641
21642 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21643
592ccae0
DD
216442009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21645
35edc6c6
DD
21646 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21647 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21648
5a9e3ab7
JB
216492009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21650
21651 * calc/calc.el (calc-mode-map): Add keybinding for
21652 `calc-transpose-lines'.
21653
7b6fefac 216542009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21655
21656 * calc/calc-misc.el (calc-transpose-lines): New function.
21657
905fb90e
MA
216582009-07-28 Michael Albinus <michael.albinus@gmx.de>
21659
21660 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21661 Simplify check for out-of-band methods.
21662 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21663 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21664
76e14464
DN
216652009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21666
21667 * vc-git.el (vc-git-checkin): Fix typo.
21668
6088b51f 216692009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21670
21671 * progmodes/js2-mode.el: New file.
21672
b85157fe
NR
216732009-07-28 Nick Roberts <nickrob@snap.net.nz>
21674
21675 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21676 (gud-menu-map): Adjust tooltip accordingly.
21677
d43c2b06
DN
216782009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21679
1c0f0c3b
DN
21680 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21681 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21682
d43c2b06
DN
21683 * add-log.el (change-log-mode-map): Add a menu.
21684
3dec5c36
MA
216852009-07-27 Michael Albinus <michael.albinus@gmx.de>
21686
21687 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21688 function returns nil.
21689 (dbus-handle-event): Handle special return value :ignore.
21690 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21691
5704140c
CY
216922009-07-26 Chong Yidong <cyd@stupidchicken.com>
21693
21694 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21695 it's not needed.
21696
3077d1f6
EZ
216972009-07-25 Eli Zaretskii <eliz@gnu.org>
21698
21699 Fix Bug#3888:
21700
21701 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21702
21703 * term/pc-win.el (x-display-name, x-colors)
21704 (x-select-enable-clipboard, x-select-text): Doc fix.
21705
21706 * term/common-win.el (x-display-name, x-colors): Doc fix.
21707
21708 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21709 (xw-defined-colors): Doc fix.
21710
21711 * w32-fns.el (x-select-text, x-setup-function-keys)
21712 (x-get-selection, x-set-selection): Doc fix.
21713
21714 * term/x-win.el (x-select-text, x-setup-function-keys)
21715 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21716
21717 * select.el (x-set-selection): Doc fix.
21718
51768bc8
MA
217192009-07-25 Michael Albinus <michael.albinus@gmx.de>
21720
21721 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21722 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21723 "IsNSSSupportAvailable" method is not available.
21724 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21725
b11c2874
KH
217262009-07-24 Kenichi Handa <handa@m17n.org>
21727
21728 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21729 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21730 (build-unicode-category-table): Fix range checks.
21731
ba83b7b6
DN
217322009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21733
21734 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21735 the buffer we try to sync is current when calling
21736 vc-resynch-buffer.
21737
21738 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21739 not show up to date files.
21740
7a8ae964
GM
217412009-07-24 Glenn Morris <rgm@gnu.org>
21742
21743 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21744 Add autoload cookies. If necessary, initialize.
21745 (elint-log): Handle non-file buffers.
21746 (elint-initialize): Add optional argument to reinitialize.
21747 (elint-find-builtin-variables): Save excursion.
21748
a707eb05
DN
217492009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21750
21751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21752 for Lint.
21753
0a2ddfa6
DN
217542009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21755
d6a62b0d
DN
21756 * vc.el (vc-print-log-internal): New function, split out from ...
21757 (vc-print-log): ... here.
10b5dcad 21758 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21759
0a2ddfa6
DN
21760 * vc-git.el (vc-git-add-signoff): New variable.
21761 (vc-git-checkin): Use it.
21762 (vc-git-toggle-signoff): New function.
21763 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21764 (vc-git--run-command-string): Accept a nil FILE argument.
21765 (vc-git-stash-list): New function.
21766 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21767
589a99f2
GM
217682009-07-23 Glenn Morris <rgm@gnu.org>
21769
21770 * help-fns.el (describe-variable): Describe ignored and risky local
21771 variables in a similar way to that in which we describe safe ones.
21772
21773 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21774 (byte-compile-output-file-form, byte-compile-output-docform)
21775 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21776 Give some more local variables with common names a "bytecomp-" prefix,
21777 so as not to shadow things during compilation.
21778 * emacs-lisp/cl-macs.el (load-time-value)
21779 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21780 `outbuffer' to `bytecomp-outbuffer'.
21781
21782 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21783 since the next two variables cover them automatically now.
21784 (elint-builtin-variables, elint-autoloaded-variables): New.
21785 (elint-unknown-builtin-args): Remove all members, since they can be
21786 parsed automatically now.
21787 (elint-extra-errors): New.
21788 (elint-env-add-env, elint-env-add-macro): Use cadr.
21789 (elint-current-buffer): Use or. Change final message.
21790 (elint-get-top-forms): Use line-end-position.
21791 (elint-init-env): Use cadr. Handle autoload, declare-function,
21792 and defalias.
21793 (elint-add-required-env): Doc fix. Use or. Standardize error.
21794 (regexp-assoc): Remove unused function.
21795 (elint-top-form): Set elint-current-pos, to record the start of the
21796 top-level form, for compilation-mode.
21797 (elint-form): Trap errors in macro expansion. Use dolist.
21798 (elint-unbound-variable): Use elint-builtin-variables and
21799 elint-autoloaded-variables.
21800 (elint-get-args): Use cadr, or.
21801 (elint-check-cond-form): Use dolist, cadr.
21802 (elint-check-condition-case-form): Doc fix. Use cadr.
21803 Use elint-extra-errors.
21804 (elint-log): New function.
21805 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21806 Distinguish errors and warnings.
21807 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21808 Use a bytecomp-style format.
21809 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21810 (elint-get-log-buffer): Use compilation mode. Disable undo.
21811 Don't truncate lines.
21812 (elint-initialize): Set builtin and autoloaded variable lists.
21813 Only process elint-unknown-builtin-args if non-nil.
21814 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21815 New functions.
21816 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21817
855b42a2
GM
218182009-07-22 Kevin Ryde <user42@zip.com.au>
21819
21820 * net/newst-backend.el (newsticker--parse-atom-1.0)
21821 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21822 (newsticker--parse-rss-1.0):
21823 * progmodes/idlwave.el (idlwave-mode):
21824 * progmodes/idlw-shell.el (idlwave-shell-mode):
21825 * progmodes/vera-mode.el (vera-mode):
21826 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21827 * progmodes/vhdl-mode.el (vhdl-mode):
21828 * textmodes/table.el (table-generate-source)
21829 (table--warn-incompatibility):
21830 Hyperlink urls in docstrings with URL `...'.
21831
fd413a37
GM
218322009-07-22 Glenn Morris <rgm@gnu.org>
21833
cb711556
GM
21834 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21835 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21836 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21837 Remove leading * from defcustom docs.
21838
fd413a37
GM
21839 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21840
21841 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21842 defcustom doc.
21843 (list-load-path-shadows): Optionally, just return shadows as a string.
21844
21845 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21846
a4f69701
CY
218472009-07-21 Chong Yidong <cyd@stupidchicken.com>
21848
6a7662bb
BR
21849 * mail/rmailedit.el (rmail-edit-mode):
21850 Use auto-save-include-big-deletions.
a4f69701 21851
6a7662bb
BR
21852 * mail/rmail.el (rmail-variables):
21853 Use auto-save-include-big-deletions.
a4f69701
CY
21854
21855 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21856 changes.
21857
ec06459c
JB
218582009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21859
21860 * calc/calc.el (calc-undo-length): New variable.
21861 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21862
b41b0976
RS
218632009-07-21 Richard Stallman <rms@gnu.org>
21864
21865 * files.el (auto-save-mode): Handle buffer-save-size = -2
21866 for toggling mode.
21867
4ed32706
GM
218682009-07-21 Glenn Morris <rgm@gnu.org>
21869
531b1264
GM
21870 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21871
55d27f41
GM
21872 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21873
02df3f4d
GM
21874 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21875 silence compiler. Instead...
21876 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21877 (ps-print-ensure-fontified): Update for above function name changes.
21878
fdd8417e
GM
21879 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21880 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21881 silence compiler. Instead...
21882 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21883 (mh-show-buffer): Only define for compiler.
21884 (pr-mh-current-message): Update for above function name changes.
21885
4ed32706
GM
21886 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21887 as an argument.
21888 (find-file-noselect, insert-file-1): Update for above change.
21889
21890 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21891
21892 * mail/mailclient.el (mailclient-send-it): Fix message.
21893
21894 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21895 (edebug-eval): Check cl-debug-env is bound.
21896 (print-level, print-circle): Don't redefine built-in variables.
21897
21898 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21899 (custom-print-vectors): Remove old comments from doc.
21900
21901 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21902 (emerge-version): Make the variable an obsolete alias for the
21903 emacs-version variable. Make the function obsolete.
21904 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21905 Emerge options, rather than merging in into the main Options menu.
21906 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21907 and auto advance modes. Disable edit/fast items when not relevant.
21908
86812144
CY
219092009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21910
21911 * term/vt420.el (terminal-init-vt420): Fix typo.
21912
6bb90094
SS
219132009-07-20 Sam Steingold <sds@gnu.org>
21914
21915 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21916 variable (removed from compile.el on 2004-03-11).
21917
42e0a725
CY
219182009-07-20 Chong Yidong <cyd@stupidchicken.com>
21919
21920 * files.el (hack-local-variables-filter): Fix last change.
21921
2ee20f24
JL
219222009-07-19 Juri Linkov <juri@jurta.org>
21923
21924 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21925 (dir-local-variables-alist): New buffer-local variable.
21926 (hack-local-variables-filter): If variable is not dir-local,
21927 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21928 because file-local overrides dir-local.
3570691b 21929 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21930 Remove obsolete declaration.
21931 (hack-dir-local-variables): Add dir-local variable/value pair to
21932 `dir-local-variables-alist' and remove duplicates. Doc fix.
21933
21934 * help-fns.el (describe-variable): Add information about
21935 file-local and dir-local variables.
21936
89bf83cd
CY
219372009-07-19 Chong Yidong <cyd@stupidchicken.com>
21938
21939 * files.el (hack-local-variables-filter): Rewrite.
21940
1a8d3541
GM
219412009-07-19 Glenn Morris <rgm@gnu.org>
21942
d9e8a018
GM
21943 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21944 Silence compiler by only defining on XEmacs.
21945
da332cfb
GM
21946 * international/mule.el (auto-coding-regexp-alist): Only match
21947 BABYL... at the start of buffer, not of lines. (Bug#3790)
21948
1a8d3541
GM
21949 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21950 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21951 (cal-menu-context-mouse-menu): Doc fix.
21952
21953 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21954
21955 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21956
d842b103
JL
219572009-07-18 Juri Linkov <juri@jurta.org>
21958
21959 * info.el: Virtual Info keyword finder.
3570691b 21960 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21961 (Info-finder-file): New variable.
21962 (Info-finder-find-file): New function.
21963 (finder-known-keywords, finder-package-info)
21964 (find-library-name, lm-commentary): Use defvar and
21965 declare-function to silence compiler warnings.
21966 (Info-finder-find-node): New function.
21967 (info-finder): New command.
21968
21969 * subr.el (process-kill-buffer-query-function): New function.
21970 (add-hook)<kill-buffer-query-functions>: Add hook
21971 `process-kill-buffer-query-function'.
21972
10d37df7
AM
219732009-07-18 Alan Mackenzie <acm@muc.de>
21974
7b6fefac 21975 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21976 (c-postprocess-file-styles): Give invocation of `c-set-style'
21977 DONT-OVERRIDE parameter of t. Already set style variables will
21978 thus not be overridden by style settings given by `c-file-syle'.
21979
21980 * files.el (hack-local-variables-filter): Remove entries with
21981 duplicate keys from `file-local-variables-alist'.
21982
102e1a41
EZ
219832009-07-18 Eli Zaretskii <eliz@gnu.org>
21984
21985 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21986 x-set-selection if display-selections-p returns nil for the
21987 current frame.
21988
16f2e9fc
CY
219892009-07-18 Chong Yidong <cyd@stupidchicken.com>
21990
21991 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21992
f22693fc
EZ
219932009-07-18 Eli Zaretskii <eliz@gnu.org>
21994
a6c2c80c
EZ
21995 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21996 Accept nil in addition to a regexp.
21997 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21998 Accept nil in addition to a regexp.
21999 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22000 buffers that have an associated file. Handle nil values of
22001 desktop-buffers-not-to-save and desktop-files-not-to-save.
22002 (Bug#3833)
22003
f22693fc
EZ
22004 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22005 (x-disown-selection-internal): New functions.
22006
e456379a
NR
220072009-07-18 Nick Roberts <nickrob@snap.net.nz>
22008
22009 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22010 warning.
22011 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22012 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22013
0013b70f
CY
220142009-07-18 David De La Harpe Golden <david@harpegolden.net>
22015
22016 * simple.el (set-mark): Revert last change.
22017
0855c2ca
CY
220182009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22019
22020 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22021 rendering of pngs is not possible instead of messaging a long
22022 description.
22023
3f5c9cad
CY
220242009-07-17 David De La Harpe Golden <david@harpegolden.net>
22025
22026 * w32-fns.el (x-selection-owner-p): New function.
22027
22028 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22029 (mouse-yank-at-click, mouse-yank-primary):
22030 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22031 insertion.
3f5c9cad
CY
22032
22033 * simple.el (deactivate-mark, set-mark): Only save selection if we
22034 own it.
22035
1fc87f9b
KH
220362009-07-17 Kenichi Handa <handa@m17n.org>
22037
22038 * case-table.el (describe-buffer-case-table): Fix for the case
22039 that KEY is a cons.
22040
d56fdcd2
DN
220412009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22042
22043 * vc-rcs.el (vc-rcs-find-file-hook):
22044 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22045
bede3e9f
MA
220462009-07-16 Michael Albinus <michael.albinus@gmx.de>
22047
22048 * net/tramp.el (tramp-wait-for-output): Handle the case when
22049 commands do not return a newline but a null byte before the shell
22050 prompt. (Bug#3858)
22051
7653ca1d
YM
220522009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22053
22054 * term/ns-win.el (ns-set-alpha): Don't declare.
22055 (ns-set-background-alpha): Remove function.
22056
ed2a52e9
SM
220572009-07-16 Kevin Ryde <user42@zip.com.au>
22058
22059 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22060 y-or-n-p, for safety.
22061
7a907299
RS
220622009-07-16 Richard Stallman <rms@gnu.org>
22063
22064 * files.el (auto-save-mode): If buffer-saved-size is -2,
22065 don't clobber it.
22066
22067 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22068 (rmail-retry-ignored-headers): Add more uninteresting fields.
22069
c0db3477
CY
220702009-07-15 Jari Aalto <jari.aalto@cante.net>
22071
22072 * net/rcirc.el (rcirc): Use history variables.
22073 (rcirc-server-name-history, rcirc-nick-name-history)
22074 (rcirc-server-port-history): New variables.
22075
6c875452
KH
220762009-07-15 Kenichi Handa <handa@m17n.org>
22077
bf974dc9
KH
22078 * international/mule-cmds.el (set-language-environment-charset):
22079 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22080 ignore them.
22081
6c875452
KH
22082 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22083 Delete unibyte-display.
22084
2066b4fe
CY
220852009-07-15 Chong Yidong <cyd@stupidchicken.com>
22086
22087 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22088
f9be2e35
CY
220892009-07-15 Chong Yidong <cyd@stupidchicken.com>
22090
22091 * simple.el (deactivate-mark): Optional argument FORCE.
22092 (set-mark): Use deactivate-mark.
22093
22094 * info.el (Info-search): No need to check transient-mark-mode
22095 before calling deactivate-mark.
22096
22097 * select.el (x-set-selection): Doc fix.
22098 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22099 (xselect--selection-bounds): Handle buffer values.
22100 Suggested by David De La Harpe Golden.
f9be2e35 22101
6a7662bb
BR
22102 * mouse.el (mouse-set-region, mouse-drag-track):
22103 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22104 select-active-regions work.
22105
be3e598a 221062009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22107
22108 * simple.el (deactivate-mark): If select-active-regions is
22109 non-nil, copy the selection data into a string.
22110 (activate-mark): If select-active-regions is non-nil, set the
22111 selection to the current buffer.
22112 (set-mark): Update selection if select-active-regions is non-nil.
22113
22114 * select.el (x-valid-simple-selection-p): Allow buffer values.
22115
cbd61418
SM
221162009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22117
22118 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22119 and more featureful message-mode.
22120
f470187f
CY
221212009-07-14 Chong Yidong <cyd@stupidchicken.com>
22122
22123 * select.el (x-set-selection): Doc fix.
22124 (x-valid-simple-selection-p): Disallow selection data consisting
22125 of a list or cons of integers, since that is not used.
22126 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22127 (xselect-convert-to-string, xselect-convert-to-length)
22128 (xselect-convert-to-filename, xselect-convert-to-charpos)
22129 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22130
bfc99364
DD
221312009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22132
22133 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22134 output in -break-info command (Emacs bug #3794).
22135
e32721f5
GM
221362009-07-14 Glenn Morris <rgm@gnu.org>
22137
1e46f9e4
GM
22138 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22139 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22140 (edebug-print-length, edebug-print-level, edebug-print-circle)
22141 (edebug-sit-for-seconds, edebug-view-outside)
22142 (edebug-bounce-point, edebug-set-global-break-condition)
22143 (edebug-Go-nonstop-mode, edebug-trace-mode)
22144 (edebug-Trace-fast-mode, edebug-continue-mode)
22145 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22146 (edebug-visit-eval-list): Doc fixes.
22147
e32721f5
GM
22148 * subr.el (def-edebug-spec): Doc fix.
22149
66a85e76
KH
221502009-07-14 Kenichi Handa <handa@m17n.org>
22151
22152 * international/characters.el: Fix setting of category ?C.
22153
28571246
JD
221542009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22155
7b6fefac 22156 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22157 ns-popup-font-panel instead of generate-fontset-menu.
22158
5d74672c
EZ
221592009-07-12 Eli Zaretskii <eliz@gnu.org>
22160
7b6fefac 22161 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22162
eb1727a4
CY
221632009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22164
22165 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22166 the PK\003\004 header (Bug#3770).
22167
208384c5
CY
221682009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22169
22170 * pcomplete.el (pcomplete-comint-setup): Check for
22171 shell-dynamic-complete-filename too.
22172
774409a1
CY
221732009-07-11 Chong Yidong <cyd@stupidchicken.com>
22174
22175 * simple.el (temporary-goal-column): Change the value for
22176 line-move-visual to a cons cell.
22177 (line-move-visual): Record or set the window hscroll, if
22178 necessary (Bug#3494).
22179 (line-move-1): Handle cons value of temporary-goal-column.
22180
1639ee1d
KH
221812009-07-11 Kenichi Handa <handa@m17n.org>
22182
22183 * international/mule-diag.el (describe-character-set): Don't show
22184 width.
22185
2b1d2412
SS
221862009-07-10 Sam Steingold <sds@gnu.org>
22187
22188 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22189 Omake sometimes indents the errors it prints, so allow all
22190 regexps to start with spaces.
22191
ed3a5691
EZ
221922009-07-10 Eli Zaretskii <eliz@gnu.org>
22193
ed2a52e9
SM
22194 * cus-edit.el (customize-changed-options-previous-release):
22195 Bump value to 22.1. (Bug#3804)
ed3a5691 22196
49405d0e
SS
221972009-07-08 Sam Steingold <sds@gnu.org>
22198
22199 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22200 to be a cons cell (test . ignored-directory) to selectively ignore
22201 some directories depending on the location of the search.
22202
93c3eb7c
MA
222032009-07-08 Michael Albinus <michael.albinus@gmx.de>
22204
22205 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22206 remote user is root, on the local host.
22207 (tramp-local-host-p): Either the local user or the remote user
22208 must be root. (Bug#3771)
22209
6f2a8484
NR
222102009-07-08 Nick Roberts <nickrob@snap.net.nz>
22211
22212 * progmodes/gdb-mi.el (gdb): Remove description of
22213 gdb-use-separate-io-buffer.
69cb8d82 22214 (menu): Don't allow toggling of or enable
6f2a8484
NR
22215 gdb-use-separate-io-buffer from menubar.
22216
88d03607
CY
222172009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22218
22219 * mail/unrmail.el (unrmail): Make sure the message ends with two
22220 newlines (Bug#3769).
22221
7ef5b8b2
GM
222222009-07-08 Glenn Morris <rgm@gnu.org>
22223
22224 * calendar/calendar.el (calendar-current-date): Rework previous change.
22225
3ce82f97
GM
222262009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22227
22228 * calendar/calendar.el (calendar-current-date):
22229 Add an optional argument giving an offset from today.
22230
f35fc841
GM
222312009-07-08 Glenn Morris <rgm@gnu.org>
22232
22233 * tutorial.el (tutorial--describe-nonstandard-key):
22234 Adjust the message for when a key has been unbound.
22235 (help-with-tutorial): Hide the arch-tag.
22236
40149292
KH
222372009-07-08 Kenichi Handa <handa@m17n.org>
22238
69cb8d82
KH
22239 * international/fontset.el (setup-default-fontset): For each
22240 script, append (not set) font-specs.
22241
40149292
KH
22242 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22243 docstring.
22244
ff0c4194
NR
222452009-07-08 Nick Roberts <nickrob@snap.net.nz>
22246
22247 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22248 -data-list-register-names to ...
22249 (gdb-starting): ... here because GDB 7.0 requires execution to
22250 have started when using this MI command.
22251 (gdb-set-header): New function to distinguish select and
22252 unselected tabs in gdb buffers.
22253 (gdb-propertize-header): New macro that uses gdb-set-header.
22254 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22255 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22256
8954c675
CY
222572009-07-07 Chong Yidong <cyd@stupidchicken.com>
22258
22259 * Makefile.in (ELCFILES): Remove fadr.elc.
22260
0996385d
DD
222612009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22262
dc6b4519
DD
22263 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22264 may contain frame information, so `string-match' should be used.
22265 (gdb-update): Disassembly is invalidated through
22266 `gdb-get-selected-frame'.
22267 (gdb-pad-string): New function to pad string with spaces.
22268 (gdb-invalidate-disassembly): Invalidate only if the buffer
22269 exists.
22270 (gdb-disassembly-handler-custom): Column alignment.
22271 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22272 placing new ones.
22273 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22274 end of line, too.
22275 (gdb-frame-handler): Match convention to for disassembly buffer
22276 mode name.
17c1380b 22277 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22278 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22279 not highlight breakpoints without line information.
69a197a2 22280 (gdb-input): Add trailing newline to command.
dc6b4519 22281
14340b25
DD
22282 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22283 buffer properly.
22284 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22285 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22286 now.
22287 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22288 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22289 to place breakpoints.
14340b25
DD
22290 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22291 functions.
22292 (gdb-disassembly-handler-custom): Show overlay arrow.
22293 (gdb-disassembly-place-breakpoints): Show breakpoints in
22294 disassembly buffer.
22295 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22296 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22297 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22298 in `gud-menu-map'.
14340b25 22299
38d4f316 22300 * fadr.el: Remove.
1f2a6224 22301
7b6fefac 22302 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22303 (gdb-memory-address): New variable which holds top address of
7b6fefac 22304 memory page shown in memory buffer.
6a7662bb
BR
22305 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22306 New customization variables.
0996385d
DD
22307 New functions:
22308 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22309 display the memory buffer.
22310 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22311 buffer display parameters.
22312 (def-gdb-memory-format, gdb-memory-format-binary)
22313 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22314 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22315 Functions for setting memory buffer format.
22316 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22317 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22318 unit size used in memory buffer.
6a7662bb
BR
22319 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22320 Switch to next/previous page of memory buffer.
28d67a53 22321 Now using (bindat-get-field) instead of fadr functions.
0996385d 22322
9ba562d3
SS
223232009-07-07 Sam Steingold <sds@gnu.org>
22324
22325 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22326 non-top-level files.
22327
a43977db
KH
223282009-07-07 Kenichi Handa <handa@m17n.org>
22329
6a7662bb
BR
22330 * international/mule-cmds.el (reset-language-environment):
22331 Put the highset priority to the charset iso-8859-1.
a43977db 22332
d44d05e8
CY
223332009-07-06 Chong Yidong <cyd@stupidchicken.com>
22334
22335 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22336 to the end of the line when locating the block (Bug#700).
22337
3e2fa353
MA
223382009-07-06 Michael Albinus <michael.albinus@gmx.de>
22339
22340 * net/tramp.el (tramp-handle-write-region): Flush file properties
22341 in case of short track.
22342
be3e598a 223432009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22344
bf0b361c
JB
22345 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22346 Coded custom representation of verilog error regular expressions
22347 to work with Emacs-22's new format.
d88782c3 22348 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22349 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22350 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22351 error recognition into XEmacs.
22352 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22353 error recognition into Emacs-22.
22354
25c6f63e
CY
223552009-07-06 Chong Yidong <cyd@stupidchicken.com>
22356
22357 * woman.el: Remove stand-alone closing parentheses.
22358 (woman-file-name, woman2-format-paragraphs)
22359 (woman-leave-blank-lines): Code cleanup.
22360 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22361 (woman-italic, woman-bold, woman-unknown, woman-addition):
22362 Change defaults to inherit from default faces.
25c6f63e
CY
22363 (woman2-process-escapes): Consume the newline after a stand-alone
22364 filler character (Bug#3651).
22365
f176290e
GM
223662009-07-06 Glenn Morris <rgm@gnu.org>
22367
22368 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22369 (top-level): Move provide to the end.
22370 (ffap): Remove defunct URL from custom group.
22371
22372 * subr.el (eval-after-load): Doc fix.
22373
7b6fefac 223742009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22375
22376 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22377 `calc-embedded-word' is called twice.
22378
4b8b1ec5
SM
223792009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22380
22381 * files.el (find-alternate-file-other-window, find-alternate-file):
22382 Obey confirm-nonexistent-file-or-buffer.
22383
d6ceb380
MA
223842009-07-05 Michael Albinus <michael.albinus@gmx.de>
22385
22386 * dired-aux.el (dired-show-file-type): Handle remote files.
22387
be3e598a 223882009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22389
4b8b1ec5
SM
22390 * desktop.el (desktop-globals-to-save):
22391 Add file-name-history (Bug#2750).
c760f19e 22392
6d00ce04
CY
223932009-07-05 Chong Yidong <cyd@stupidchicken.com>
22394
4b8b1ec5 22395 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22396
6ee21b07
JB
223972009-07-04 Johan Bockgård <bojohan@gnu.org>
22398
22399 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22400 property on entire argument since this is what eshell-lisp-command
22401 expects.
22402
f0dbdc25
MA
224032009-07-03 Michael Albinus <michael.albinus@gmx.de>
22404
22405 * net/tramp-gvfs.el (tramp-gvfs-methods)
22406 (tramp-gvfs-zeroconf-domain)
22407 (tramp-bluez-discover-devices-timeout): Add version flag.
22408 (tramp-gvfs-handler-mounted-unmounted)
22409 (tramp-gvfs-connection-mounted-p): Polish handling of
22410 incompatibilities between GVFS 0.2 and 1.0.
22411
e044e4fc
JD
224122009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22413
4b8b1ec5 22414 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22415
2e9b968b
JB
224162009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22417
bf0b361c 22418 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22419 formatted correctly.
22420
baf1a55e
JL
224212009-07-02 Juri Linkov <juri@jurta.org>
22422
22423 * info.el: Virtual Info files and nodes.
22424 (Info-virtual-files, Info-virtual-nodes): New variables.
22425 (Info-current-node-virtual): New variable.
22426 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22427 New functions.
22428 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22429 to check for a virtual file instead of checking a fixed list
22430 of node names.
22431 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22432 instead of ad-hoc processing of "dir" and (apropos history toc).
22433 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22434 instead of ad-hoc processing of "dir" and (apropos history toc).
22435 Reread a file when moving from a virtual node.
22436 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22437 (Info-directory-toc-nodes, Info-directory-find-file)
22438 (Info-directory-find-node): New functions.
22439 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22440 (Info-history): Move part of code to
22441 `Info-history-find-node'.
22442 (Info-history-toc-nodes, Info-history-find-file)
22443 (Info-history-find-node): New functions.
22444 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22445 (Info-toc): Move part of code to `Info-toc-find-node'.
22446 (Info-toc-find-node): New function.
4b8b1ec5 22447 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22448 the current Info file name to references because now the node
22449 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22450 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22451 (Info-toc-nodes): Rename input argument `file' to `filename'.
22452 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22453 instead of ad-hoc processing of ("dir" apropos history toc).
22454 (Info-index-nodes): Use Info-virtual-file-p
22455 to check for a virtual file instead of checking a fixed list
22456 of node names.
22457 (Info-index-node): Add check for `Info-current-node-virtual'.
22458 Raise `save-match-data' higher up the tree to contain
22459 `search-forward' too (bug fix).
22460 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22461 (Info-virtual-index-nodes): New variable.
22462 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22463 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22464 (Info-apropos-file, Info-apropos-nodes): New variables.
22465 (Info-apropos-toc-nodes, Info-apropos-find-file)
22466 (Info-apropos-find-node, Info-apropos-matches): New functions.
22467 (info-apropos): Move part of code to `Info-apropos-find-node' and
22468 `Info-apropos-matches'.
22469 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22470 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22471 for a virtual file instead of checking a fixed list of node names.
22472
22473 * simple.el (async-shell-command): New command.
22474
22475 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22476
22477 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22478 instead of `mount-info'.
22479
d04bc496
MA
224802009-07-02 Michael Albinus <michael.albinus@gmx.de>
22481
22482 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22483 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22484
af0403e0
KH
224852009-07-02 Kenichi Handa <handa@m17n.org>
22486
22487 * international/mule.el (set-keyboard-coding-system): Force *-unix
22488 coding-system to avoid eol conversion.
22489
99278f8a
MA
224902009-07-01 Michael Albinus <michael.albinus@gmx.de>
22491
4b8b1ec5
SM
22492 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22493 Add handler for `process-file', `shell-command' and
99278f8a
MA
22494 `start-file-process'.
22495 (tramp-gvfs-handle-shell-command)
22496 (tramp-gvfs-handle-start-file-process)
22497 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22498 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22499
3f1c6666
JD
225002009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22501
22502 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22503
3f396bac
KH
225042009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22505
22506 * language/korean.el (set-language-info-alist): Add korean-cp949,
22507 cp949 to spec.
22508
c1185193
KH
225092009-07-01 Kenichi Handa <handa@m17n.org>
22510
22511 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22512
22513 * international/encoded-kb.el: Deleted.
22514
22515 * international/mule.el (set-keyboard-coding-system): Perform the
22516 necessary setup here instead of calling encoded-kbd-setup-display.
22517
3f150a60
GM
225182009-07-01 Glenn Morris <rgm@gnu.org>
22519
22520 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22521
b0d5b05b
GM
225222009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22523
22524 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22525
4f4126e6
MA
225262009-06-30 Michael Albinus <michael.albinus@gmx.de>
22527
4b8b1ec5
SM
22528 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22529 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22530 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22531
7ae3ea65 22532 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22533 (top): Add a default for "synce" in `tramp-default-user-alist'.
22534 Add completion function for "synce" method.
22535 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22536 (tramp-hal-interface-manager, tramp-hal-interface-device):
22537 New defconst.
22538 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22539 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22540 New defuns.
d6ceb380
MA
22541
22542 * net/trampver.el: Update release number.
7ae3ea65 22543
0ad6626b
KH
225442009-06-30 Kenichi Handa <handa@m17n.org>
22545
22546 * international/fontset.el (setup-default-fontset): Add CJK fonts
22547 for symbols and the other miscellaneous characters.
22548
4b8b1ec5
SM
22549 * language/korea-util.el (setup-korean-environment-internal):
22550 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22551 (exit-korean-environment): Cancel above.
22552
22553 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22554 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22555 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22556 environments, and an exit-function to cancel that.
22557
22558 * language/japan-util.el (setup-japanese-environment-internal):
22559 Call use-cjk-char-width-table with arg `ja_JP'.
22560
22561 * international/characters.el (cjk-char-width-table): Delete it.
22562 (cjk-char-width-table-list): New variable.
22563 (use-cjk-char-width-table): New arg local-name.
22564 (use-default-char-width-table): Fix for the case that Emacs is
22565 already using the default char-width-table.
22566
fd46e893
MA
225672009-06-29 Michael Albinus <michael.albinus@gmx.de>
22568
22569 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22570 modes mandatory. (Bug#3712)
22571
b87d9f96
AM
225722009-06-29 Alan Mackenzie <acm@muc.de>
22573
22574 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22575 correction between the visible width of TABs and their number of bytes.
b87d9f96 22576
2d25aa5a
CY
225772009-06-29 Chong Yidong <cyd@stupidchicken.com>
22578
22579 * server.el (server-buffer-done): Prevent kill-buffer from
22580 prompting by clearing the buffer modification flag (Bug#3696).
22581
a3a8b002
DN
225822009-06-28 Michael McNamara <mac@mail.brushroad.com>
22583
bf0b361c 22584 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22585 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22586 (verilog-basic-complete-re): Support localparam lineup.
22587 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22588 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22589 commenting.
22590 (verilog-leap-to-case-head): Now support *nested* unique &
22591 priority case statements.
22592 (verilog-auto-lineup): Make just declarations the default (as it
22593 had been).
4b8b1ec5 22594 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22595 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22596 select the various styles of automatic lineup.
a3a8b002
DN
22597 (verilog-error-regexp-alist): Rework to support the XEmacs style
22598 of error regular expressions from compilers, lint tools &
22599 simulators. Note that GNU Emacs has made it impossible for a mode
22600 to load such things.
22601 (electric-verilog-terminate-line, verilog-indent-declaration)
22602 (verilog-auto-wiure): Rework for radio button selection of
22603 auto-lineup selection of specification of auto lineup.
22604 (verilog-beg-of-statement-1): Redesign to support proper operation
22605 in additional code, based on testing with auto-lineup.
22606 (verilog-calculate-indent, assignments & declarations)
22607 (verilog-backward-token): Enhance to support auto-lineup of
22608 assignments & declarations.
22609 (verilog-in-directive-p, verilog-at-struct-p): New function for
22610 easy test of whether we are.
22611 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22612 to support safe execution at almost anyline.
22613 (verilog-calc-1): Properly support indenting deep inside generate
22614 blocks.
48c2d18a 22615 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22616 as it is redundant with font-lock-defaults.
a8f316ca 22617 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22618 to avoid circular calls if syntax-ppss is a function (as is the
22619 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22620 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22621 (verilog-ovm-begin-re, verilog-ovm-end-re)
22622 (verilog-ovm-statement-re, verilog-leap-to-head)
22623 (verilog-backward-token): Add support for OVM macros. Some are
22624 complete statements, and others open and close scopes like begin
22625 and end.
22626 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22627 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22628 compilation issue.
48c2d18a 22629 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22630 coverpoint, constraint and cross statements.
a3a8b002
DN
22631 (verilog-defun-level-list, verilog-generate-defun-level-list)
22632 (verilog-all-defun-level-list): Redo these specifications - it is
22633 too hard to support eval-when compile aggregation of lists also
22634 built at when-compile time.
22635 (verilog-defun-level-list): Place defconsts of variables used in
22636 building regular expressions which are built in eval-when-compile
22637 bodies in the same eval-when-compile body to facilitate compile
22638 without load.
22639 (verilog-beg-block-re-ordered): Support indenting
22640 virtual/protected tasks and functions.
7b6fefac 22641 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22642 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22643 indentation of some module items (generate items).
22644 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22645 across virtual/protected tasks and functions.
22646
226472009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22648
bf0b361c 22649 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22650 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22651 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22652 in concatenations. Reported by Yishay Belkind.
22653 (verilog-auto-ascii-enum): Support one-hot state machines in
22654 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22655 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22656 modport in AUTOINST and add vl-modport for users.
22657 Reported by David Rogoff.
a3a8b002
DN
22658 (verilog-auto-inout-module, verilog-auto-inst)
22659 (verilog-decls-get-interfaces, verilog-insert-definition)
22660 (verilog-insert-one-definition, verilog-read-decls)
22661 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22662 (verilog-sig-modport, verilog-signals-combine-bus)
22663 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22664 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22665 Suggested by David Rogoff.
22666 (verilog-repair-open-comma): Fix non-insertion of comma when
22667 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22668 (verilog-make-width-expression): Simplify [A-1:0] expression
22669 widths to just {A{1'b0}}.
22670 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22671 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22672 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22673 inputs/outputs or data type. Suggested by Vasu Kandadi.
22674 (next-error-last-buffer): Fix byte-compiler warning.
22675 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22676 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22677 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22678 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22679 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22680 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22681 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22682 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22683 causing use of <= assignments. Reported by Alex Reed.
22684 (verilog-read-decls): Fix triand, trior, wand, wor to be
22685 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22686 (verilog-extended-complete-re): Support import "DPI-C" functions.
22687 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22688 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22689 (verilog-insert-date, verilog-insert-year)
22690 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22691 Windows systems. Reported by Michael Potts.
22692 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22693 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22694 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22695 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22696 (verilog-read-decls): Fix detecting "parameter int" when using
22697 AUTOINSTPARAM. Reported by Bruce T.
22698 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22699 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22700 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22701 verilog-goto-defun will work. Reported by Lawrence Butcher.
22702 (verilog-getopt): Expand environment variables in -f file
22703 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22704 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22705 when reading enumerations.
22706 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22707 Suggested by Stephen Peltan.
4b8b1ec5 22708 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22709 files. Reported by Steve Peltan.
22710
f7c0d931
CY
227112009-06-28 David De La Harpe Golden <david@harpegolden.net>
22712
22713 * files.el (trash-directory): Fix defcustom type.
22714
baf1a55e 227152009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22716
22717 * help-fns.el (describe-function-1): Correctly locate adviced
22718 functions in hyperlink (Bug#2438).
22719
d63a01ef
CY
227202009-06-28 Chong Yidong <cyd@stupidchicken.com>
22721
22722 * files.el (trash-directory): Change default to nil.
22723 (move-file-to-trash): If trash-directory is nil and
22724 system-move-file-to-trash is unbound, perform freedesktop-style
22725 trashing.
22726
227272009-06-28 David De La Harpe Golden <david@harpegolden.net>
22728
22729 * files.el (move-file-to-trash): Add freedesktop trash
22730 support (Bug#973).
22731
fc2f6a26
GM
227322009-06-28 Glenn Morris <rgm@gnu.org>
22733
22734 * autorevert.el (global-auto-revert-non-file-buffers)
22735 (global-auto-revert-mode): Doc fixes.
22736
00242b07
JB
227372009-06-27 Johan Bockgård <bojohan@gnu.org>
22738
22739 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22740
f5594f03
CY
227412009-06-27 Chong Yidong <cyd@stupidchicken.com>
22742
e8a2b2da
CY
22743 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22744 opened an X connection before calling x-get-resource (Bug#3194).
22745
f5594f03
CY
22746 * play/doctor.el: Remove reference to obsolete website.
22747 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22748
3c3bf6ce
DN
227492009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22750
22751 Remove find-file-not-found-hook VC method. (Bug#2757)
22752 * vc-hooks.el (vc-file-not-found-hook)
22753 (vc-default-find-file-not-found-hook): Remove functions.
22754 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22755 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22756 * vc.el:
22757 * vc-hg.el:
22758 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22759
e26a7bc0
AM
227602009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22761
22762 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22763 compatibility function for `looking-back'.
e26a7bc0 22764
4b8b1ec5 22765 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22766 Use `ispell-looking-back'.
e26a7bc0 22767
d9848600
MA
227682009-06-24 Michael Albinus <michael.albinus@gmx.de>
22769
22770 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22771 rather than `filename'.
d9848600 22772
05fbc4a9
MB
227732009-06-23 Miles Bader <miles@gnu.org>
22774
22775 * face-remap.el (text-scale-set): New function.
22776
f86ca715
GM
227772009-06-23 Glenn Morris <rgm@gnu.org>
22778
33e2c2e5
GM
22779 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22780
f529f302
GM
22781 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22782
34995333
GM
22783 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22784
cc80ccee
GM
22785 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22786
84cb770d
GM
22787 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22788 Simplify Persian conditionals.
22789
d916c965
GM
22790 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22791 variable `filename'.
22792
b6a44b27
GM
22793 * comint.el (comint-insert-input): Doc fix.
22794
f86ca715
GM
22795 * Makefile.in (ELCFILES): Fix typo in previous change.
22796
666e158e
MB
227972009-06-23 Miles Bader <miles@gnu.org>
22798
22799 * cus-start.el: Add entry for `recenter-redisplay'.
22800
be3e598a 228012009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22802
22803 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22804 Add an optional argument for the backend, use it instead of
22805 calling vc-backend.
4b8b1ec5
SM
22806 (vc-mode-line): Add an optional argument for the backend.
22807 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22808 special handling for vc-state being a buffer to ...
22809
22810 * vc-rcs.el (vc-rcs-find-file-hook):
22811 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22812
22813 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22814 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22815 vc-stay-local-p and vc-mode-line calls.
22816
22817 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22818 (vc-cvs-diff, vc-cvs-annotate-command)
22819 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22820 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22821 vc-mode-line calls.
22822
22823 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22824 direct comparison.
22825 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22826 backend when calling vc-mode-line.
22827 (vc-register): Do not create a closure for calling the vc register
22828 function, call it directly.
22829
2764748c
DN
228302009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22831
22832 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22833 to make it obvious item can be clicked.
f5a0b281
DN
22834
22835 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22836
d4a885b2
KH
228372009-06-23 Kenichi Handa <handa@m17n.org>
22838
22839 * language/korea-util.el (korean-key-bindings): Change the binding
22840 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22841 same command.
22842
e3610693
MA
228432009-06-22 Michael Albinus <michael.albinus@gmx.de>
22844
22845 Sync with Tramp 2.1.16.
22846
22847 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22848
22849 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22850 when a loading of a package fails. Completion function for rsync
22851 is `tramp-completion-function-alist-ssh'.
22852 (all): Replace all calls of `split-string' and
22853 `tramp-split-string' by `tramp-compat-split-string'.
22854 (tramp-default-method): Use `tramp-compat-process-running-p'.
22855 (tramp-default-proxies-alist): Allow also Lisp forms.
22856 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22857 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22858 (tramp-domain-regexp): Allow also "-", "_" and ".".
22859 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22860 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22861 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22862 (tramp-handle-directory-files-and-attributes-with-stat):
22863 Care about filenames with spaces, or starting with "-".
e3610693
MA
22864 (tramp-handle-dired-uncache): New defun.
22865 (tramp-handle-insert-directory): Don't flush the directory from
22866 cache, this is handled by `dired-uncache' now.
22867 (tramp-handle-insert-file-contents): Improve error handling.
22868 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22869 Quote `tramp-end-of-output'.
22870 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22871 (tramp-check-for-regexp): Both echoes must be present, before removing.
22872 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22873 (tramp-compute-multi-hops): Eval cons cells of
22874 `tramp-default-proxies-alist'.
22875 (tramp-maybe-open-connection): Use the same command pattern for
22876 first hop and further hops.
22877 (tramp-wait-for-output): Remove handling of newlines.
22878 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22879 (tramp-split-string): Remove function. It is handled in
22880 tramp-compat now.
22881
4b8b1ec5
SM
22882 * net/tramp-cmds.el (tramp-bug):
22883 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22884
22885 * net/tramp-compat.el (tramp-compat-split-string)
22886 (tramp-compat-process-running-p): New defuns.
22887
22888 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22889 for `dired-uncache'.
22890
22891 * net/tramp-gvfs.el: New package.
22892
4b8b1ec5
SM
22893 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22894 Add handler for `dired-uncache'.
e3610693
MA
22895 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22896
22897 * net/trampver.el: Update release number. Make version check fit
22898 for SXEmacs 22.
22899
13a3f374
JM
229002009-06-22 Jim Meyering <meyering@redhat.com>
22901
e0a28a3b 22902 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22903 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22904 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22905
5242671e 229062009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22907 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22908
e0a28a3b 22909 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22910 repository (http://sphinx.net.ru/hg/gdb-mi/).
22911
3fde45af
GM
229122009-06-22 Glenn Morris <rgm@gnu.org>
22913
46253b34
GM
22914 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22915 `mode' and `eval' entries. (Bug#3430)
22916
97e18192
GM
22917 * Makefile.in (ELCFILES): Add fadr.elc.
22918
731a00fb
GM
22919 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22920 differing behavior of \n and ^ in strings. (Bug#3385)
22921
c66cd0ff
GM
22922 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22923
3fde45af
GM
22924 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22925 property.
22926 (lisp-indent-function): Make it a defcustom.
22927
db2241a0
NR
229282009-06-21 Nick Roberts <nickrob@snap.net.nz>
22929
22930 * progmodes/gdb-ui.el: Replace with ...
5242671e 22931 * progmodes/gdb-mi.el: ... this file.
db2241a0 22932 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22933
229342009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22935
db2241a0
NR
22936 * fadr.el: New file.
22937
38d4f316 22938See ChangeLog.14 for earlier changes.
e3d51b27
MR
22939
22940;; Local Variables:
22941;; coding: utf-8
e3d51b27
MR
22942;; End:
22943
73b0cd50 22944 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22945
22946 This file is part of GNU Emacs.
22947
22948 GNU Emacs is free software: you can redistribute it and/or modify
22949 it under the terms of the GNU General Public License as published by
22950 the Free Software Foundation, either version 3 of the License, or
22951 (at your option) any later version.
22952
22953 GNU Emacs is distributed in the hope that it will be useful,
22954 but WITHOUT ANY WARRANTY; without even the implied warranty of
22955 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22956 GNU General Public License for more details.
22957
22958 You should have received a copy of the GNU General Public License
22959 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.