Fix BUF_* macros to handle indirect buffers properly (Bug#8219).
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
eebc475d
TZ
12011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
4 integration for LDAP parameters. The host, base, user or binddn,
5 and secret tokens can be specified in a netrc file, for instance.
6 This is optional because an `auth-source' parameter must be
7 specified in the search attributes.
8
9d05d1ba
JB
92011-03-13 Juanma Barranquero <lekktu@gmail.com>
10
11 * help.el (describe-mode): Link to the mode's definition (bug#8185).
12
09d9db2c
GM
132011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16 into declaration. Remove redundant and harmful binding.
17
182011-03-12 Eli Zaretskii <eliz@gnu.org>
19
20 * files.el (file-ownership-preserved-p): Pass `integer' as an
21 explicit 2nd argument to `file-attributes'. If the file's owner
22 is the Administrators group on Windows, and the current user is
23 Administrator, consider that a match.
24
25 * server.el (server-ensure-safe-dir): Consider server directory
26 safe on MS-Windows if its owner is the Administrators group while
27 the current Emacs user is Administrator. Use `=' to compare
28 numerical UIDs, since they could be integers or floats.
29
219bd536
JB
302011-03-12 Juanma Barranquero <lekktu@gmail.com>
31
32 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
33
f3afd36b
MA
342011-03-12 Michael Albinus <michael.albinus@gmx.de>
35
36 Sync with Tramp 2.2.1.
37
38 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
39
40 * net/trampver.el: Update release number.
41
3aaaa6f1
SM
422011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
43
94642599
SM
44 * progmodes/compile.el (compilation--previous-directory): Fix up
45 various nil/dead-marker mismatches (bug#8014).
46 (compilation-directory-properties, compilation-error-properties):
47 Don't call it at a position past the one we're about to change.
48
3aaaa6f1
SM
49 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
50 Disable obsolescence warnings in the file that declares it.
51
14239447
KM
522011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
53
219bd536 54 * allout-widgets.el (allout-widgets-tally): Initialize
14239447
KM
55 allout-widgets-tally as a hash table rather than nil to prevent
56 mode-line redisplay warnings.
57 Also, clarify the module description and fix a comment typo.
58
135e287c
JB
592011-03-11 Juanma Barranquero <lekktu@gmail.com>
60
61 * help-fns.el (describe-variable): Don't complete keywords.
62 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
63
ffbf300e
CY
642011-03-10 Chong Yidong <cyd@stupidchicken.com>
65
ba08b241
CY
66 * emacs-lisp/package.el (package-version-join): Impose a standard
67 string representation for pre/alpha/beta version lists.
68 (package-unpack-single): Standardize the directory name by passing
69 it through package-version-join.
70 (package-strip-rcs-id): Accept any version string that does not
71 signal an error in version-to-list.
ffbf300e 72
f346fd6b
MA
732011-03-10 Michael Albinus <michael.albinus@gmx.de>
74
75 * simple.el (delete-trailing-whitespace): Return nil for the
76 benefit of `write-file-functions'.
77
ccb55d27
GM
782011-03-10 Glenn Morris <rgm@gnu.org>
79
5ceaac0c
GM
80 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
81
02da65ff
GM
82 * vc/vc-git.el (vc-git-program): New option.
83 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
84 (vc-git--call): Use it.
85
b2f603cc
GM
86 * eshell/esh-util.el (eshell-condition-case): Doc fix.
87
5772caab
GM
88 * cus-edit.el (Custom-newline): If no button at point, look
89 for a subgroup button at start-of-line. (Bug#2298)
90
ccb55d27
GM
91 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
92
ec6ecaed
JD
932011-03-10 Julien Danjou <julien@danjou.info>
94
95 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
96 `cursor-type' is nil.
97
9d5aa01d
JB
982011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
99
100 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
101
b6a5875b
KM
1022011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
103
104 * allout.el Summary: Change so yank of distinctive-bullet items
105 preserves the existing header prefix, rebulleting it if necessary,
106 rather than replacing it. This is necessary for proper operation
107 of cooperative addons like allout-widgets.
219bd536 108 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
109 SOLICIT arg to INSTEAD, and interpret additionally a string value
110 as alternate bullet to be used, instead of prompting the user for
111 a bullet character.
112
ee545c35
MA
1132011-03-09 Michael Albinus <michael.albinus@gmx.de>
114
115 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
116 not use `tramp-file-name-port', because this returns also
117 `tramp-default-port'.
118
c47971d7
DD
1192011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
120
121 * net/rcirc.el (rcirc-handler-001): Remove useless
122 with-rcirc-process-buffer.
123 (rcirc-check-auth-status): Swap arguments to string-match.
124
13522cb4
GM
1252011-03-09 Glenn Morris <rgm@gnu.org>
126
0be6f4f1
GM
127 * shell.el (shell-mode):
128 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
129
13522cb4
GM
130 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
131 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
132
515de2e3
CY
1332011-03-08 Chong Yidong <cyd@stupidchicken.com>
134
135 * emacs-lisp/package.el (package-refresh-contents)
136 (package-menu-execute): Use condition-case-no-debug.
137
b511b994
MA
1382011-03-08 Michael Albinus <michael.albinus@gmx.de>
139
140 * simple.el (shell-command-to-string): Use `process-file'.
141
142 * emacs-lisp/package.el (package-tar-file-info): Handle also
143 remote files.
144
145 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
146 `equal' for upload base check.
147
25bbfb31
AM
1482011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
149
150 * textmodes/texinfo.el (texinfo-environments):
151 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
152
be996521
GM
1532011-03-08 Glenn Morris <rgm@gnu.org>
154
e9c8529f
GM
155 * cus-start.el (cursor-in-non-selected-windows):
156 Fix :set quoting oddness. (Bug#8192)
157
be996521
GM
158 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
159 in some setf expressions. (Bug#2159)
160
2bb5649e
CY
1612011-03-08 Chong Yidong <cyd@stupidchicken.com>
162
163 * custom.el (custom-available-themes): Return themes in
164 alphabetical order.
165
7600cf45
CY
1662011-03-07 Chong Yidong <cyd@stupidchicken.com>
167
168 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
169 application of patch from Alan Mackenzie (Bug#7595).
170
fa7062f6
DD
1712011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
172
173 * net/rcirc.el (rcirc-connect): Fix PASS bug.
174
619f4b62
GM
1752011-03-07 Glenn Morris <rgm@gnu.org>
176
177 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 178 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 179
e63e9234
ER
1802011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
181
182 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
183 Add optional `after-sunset' argument. (Bug#8190)
184
16130297
AH
1852011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
186
187 * play/morse.el (nato-alphabet, nato-region, denato-region):
188 New variable and functions. (Bug#2288)
f72c1fd6 189 (morse-region, unmorse-region): Barf if read-only.
16130297 190
2b0787b3
SM
1912011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
192
193 * progmodes/gud.el (gdb-script-syntax-propertize-function):
194 Don't change the syntax of a \n that closes a comment (bug#8169).
195
5c69cb2c
CY
1962011-03-06 Chong Yidong <cyd@stupidchicken.com>
197
198 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
199 defcustom.
200 (package--update-file): Doc fix. Accept relative file names.
201 (package--archive-contents-from-file): Remove the argument, since
202 it's necessarily always "archive-contents".
203 (package-maint-add-news-item): Pass relative file name args to
204 package--update-file.
205 (package-upload-buffer-internal): Prompt for a destination if
206 package-archive-upload-base is invalid. Create the directory if
207 it does not exist.
208 (package-upload-buffer, package-upload-file): Doc fix.
209
892777ba
CY
2102011-03-06 Chong Yidong <cyd@stupidchicken.com>
211
212 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
213 and move isearch-yank-line to M-s C-e (Bug#8183).
214
9d1f0f55
AM
2152011-03-06 Alan Mackenzie <acm@muc.de>
216
217 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
218 (c-guess-basic-syntax): Move CASE 19 to a different place,
219 correctly to process template-args-cont lines.
9d1f0f55 220
479a2c9b
JB
2212011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
222
2b0787b3
SM
223 * calc/calc-ext.el (calc-init-extensions):
224 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
225 and calc-nplevel, respectively. Add keybindings for calc-spn,
226 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
227 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
228
229 * calc/calc-units.el (calc-dblevel): Rename from
230 calc-logunits-dblevel.
231 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
232 (math-midi-round, math-freqp, math-midip, math-spnp)
233 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
234 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
235 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
236 (math-notes): New variable.
237
238 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 239
f561e49a
CY
2402011-03-06 Chong Yidong <cyd@stupidchicken.com>
241
242 * emacs-lisp/package.el (package-archives): Accept either ordinary
243 directory names, in addition to HTTP URLs.
244 (package--with-work-buffer): New macro. Handle normal directories.
245 (package-handle-response): Don't display the failing buffer.
246 (package-download-single, package-download-tar)
247 (package--download-one-archive): Use package--with-work-buffer.
248 (package-archive-base): Rename from package-archive-url.
249
79a0fb58
GM
2502011-03-06 Glenn Morris <rgm@gnu.org>
251
252 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
253 (xmodmap-generic-mode): Respect generic-extras-enable-list.
254
ffd0a502
DC
2552011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
256
257 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
258
01c35094
JB
2592011-03-06 Juanma Barranquero <lekktu@gmail.com>
260
261 * allout.el (allout-init, allout-prefixed-keybindings)
262 (allout-unprefixed-keybindings):
263 * progmodes/prolog.el (prolog-find-term):
264 Fix typos in docstrings.
265
509742cc
NS
2662011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
267
268 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
269
14369ab3
KR
2702011-03-06 Kevin Ryde <user42@zip.com.au>
271
272 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
273
aa248733
MS
2742011-03-06 Michael Shields <shields@msrl.com> (tiny change)
275
276 * window.el (one-window-p, walk-windows, display-buffer):
277 Doc fixes. (Bug#5567)
278
da0275f8
JB
2792011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
280
281 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
282 of the variable if it exists.
283
845fc5e5
JB
2842011-03-06 Juanma Barranquero <lekktu@gmail.com>
285
286 * bookmark.el:
287 * desktop.el:
288 * emacs-lock.el:
289 * ps-print.el:
290 * saveplace.el:
291 * net/tramp-cache.el:
01c35094 292 * obsolete/fast-lock.el:
845fc5e5
JB
293 * textmodes/reftex.el:
294 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
295
7e27ce9c
AL
2962011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
297
01c35094
JB
298 * files.el (delete-directory, copy-directory, list-directory):
299 Use read-directory-name.
7e27ce9c
AL
300
301 * find-file.el (ff-find-the-other-file):
302 * net/ange-ftp.el (ange-ftp-make-directory):
303 * printing.el (pr-interactive-dir):
304 * progmodes/ada-prj.el (ada-prj-load-directory):
305 * progmodes/ebnf2ps.el (ebnf-print-directory)
306 (ebnf-spool-directory, ebnf-eps-directory)
307 (ebnf-syntax-directory):
308 * shell.el (shell):
309 * speedbar.el (speedbar-create-directory):
310 * vc/emerge.el (emerge-merge-directories):
311 * vc/vc-dir.el (vc-dir):
312 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
313
d23ae2b0
CY
3142011-03-05 Chong Yidong <cyd@stupidchicken.com>
315
316 * help-mode.el (help-buffer): If we are to return the current
317 buffer, signal an error if it's not in Help mode (Bug#8147).
318
2de9cc1a
RT
3192011-03-05 Reuben Thomas <rrt@sc3d.org>
320
321 * files.el (file-name-version-regexp): Handle backup files of the
322 form `foo.js.~HEAD~1~' (Bug#8159).
323
81fb60b2
GM
3242011-03-05 Glenn Morris <rgm@gnu.org>
325
326 * eshell/esh-var.el: Don't require esh-test when compiling.
327 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
328 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 329 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 330
c5f09daf
DE
3312011-03-05 David Engster <deng@randomsample.de>
332
333 * files.el (save-some-buffers): Report the names of buffers saved
334 automatically due to buffer-save-without-query (Bug#8134).
335
77f63d30
DD
3362011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
337
338 * net/rcirc.el: Add QuakeNet authentication support.
339 (rcirc-authinfo, rcirc-check-auth-status)
340 (rcirc-authenticate): Support QuakeNet.
341
72d2c2e3
DD
3422011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
343
344 * net/rcirc.el: Add functionality to authenticate before
345 autojoining channels.
346 (rcirc-authenticate-before-join): New option.
347 (rcirc-authenticated-hook): New variable.
348 (rcirc-connect): Make local variable rcirc-user-authenticated.
349 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
350 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
351 New functions.
352 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
353 Call rcirc-check-auth-status.
72d2c2e3 354
d733e817
MA
3552011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
356
357 * net/soap-client.el (soap-namespace-put-link): Check if the target
358 name is fully qualified -- use only the name part.
359 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
360 types, treated the same as xsd:sequence. (Bug#8166)
361
3ae59fff
EZ
3622011-03-05 Eli Zaretskii <eliz@gnu.org>
363
364 * files.el (find-file-noselect): Don't ask about re-visiting
365 non-literally if the file is already visited in image-mode.
366 (Bug#8177)
367
a9eeff78
GM
3682011-03-05 Glenn Morris <rgm@gnu.org>
369
d783d303
GM
370 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
371 (eshell-mode): Use eshell-kill-buffer-function.
372 Run the -initialize functions independently of the -load-hooks.
373 * eshell/esh-proc.el (eshell-kill-process-function): New function.
374 (eshell-gather-process-output, eshell-sentinel)
375 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
376 Use eshell-kill-process-function.
377 * eshell/em-alias.el (eshell-alias-load-hook):
378 * eshell/em-banner.el (eshell-banner-load-hook):
379 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
380 * eshell/em-dirs.el (eshell-dirs-load-hook):
381 * eshell/em-glob.el (eshell-glob-load-hook):
382 * eshell/em-hist.el (eshell-hist-load-hook):
383 * eshell/em-pred.el (eshell-pred-load-hook):
384 * eshell/em-prompt.el (eshell-prompt-load-hook):
385 * eshell/em-rebind.el (eshell-rebind-load-hook):
386 * eshell/em-script.el (eshell-script-load-hook):
387 * eshell/em-smart.el (eshell-smart-load-hook):
388 * eshell/em-term.el (eshell-term-load-hook):
389 * eshell/em-unix.el (eshell-unix-load-hook):
390 * eshell/esh-arg.el (eshell-arg-load-hook):
391 * eshell/esh-cmd.el (eshell-cmd-load-hook):
392 * eshell/esh-ext.el (eshell-ext-load-hook):
393 * eshell/esh-io.el (eshell-io-load-hook):
394 * eshell/esh-mode.el (eshell-exit-hook):
395 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
396 * eshell/esh-var.el (eshell-var-load-hook):
397 Set default hook values to nil. (Bug#5375)
398
4a0f18a8
GM
399 * eshell/esh-module.el (eshell-module-unload-hook)
400 (eshell-modules-list): Remove leading * from defcustom docs.
401
a9eeff78
GM
402 * eshell/esh-util.el (eshell-for): Make it obsolete.
403 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
404 * eshell/em-dirs.el (eshell-save-some-last-dir):
405 * eshell/em-hist.el (eshell-save-some-history)
406 (eshell-hist-parse-modifier):
407 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
408 (eshell-ls-entries):
409 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
410 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
411 (eshell/which):
412 * eshell/esh-ext.el (eshell-find-interpreter):
413 * eshell/esh-mode.el (eshell-mode):
414 * eshell/esh-module.el (eshell-unload-extension-modules):
415 * eshell/esh-proc.el (eshell-process-interact):
416 * eshell/esh-test.el (eshell-test):
417 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
418 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
419 (eshell-variables-list):
420 * eshell/eshell.el (eshell-unload-all-modules):
421 Replace eshell-for with dolist.
422
85a55d38
GM
4232011-03-04 Glenn Morris <rgm@gnu.org>
424
425 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
426
38c179c9
TT
4272011-03-04 Tom Tromey <tromey@redhat.com>
428
429 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
430
732795fa
GM
4312011-03-04 Glenn Morris <rgm@gnu.org>
432
015bea8f
GM
433 * outline.el (outline-regexp): No longer allow nil.
434 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
435
9d982739
GM
436 * net/browse-url.el (browse-url):
437 Handle deleted default-directory. (Bug#6077)
438
732795fa
GM
439 * recentf.el (recentf-include-p): In case of a buggy predicate,
440 err on the side of including, not excluding. (Bug#5843)
441
d6ffd3f8
JB
4422011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
443
444 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
445 variables as units.
446
a918ed9b
BR
4472011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
448
449 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
450 if there is no node. (Bug#3261)
451
fc0e9092
LL
4522011-03-04 Leo <sdl.web@gmail.com>
453
0a5cb52b
LL
454 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
455
fc0e9092
LL
456 * time.el (display-time-world-list): Fix typo. (Bug#7571)
457
a65112fb 4582011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
459
460 * cus-edit.el (custom-buffer-create-internal):
461 Split search string before passing it to `customize-apropos' (bug#8136).
462
3191adaf
DA
4632011-03-04 Drew Adams <drew.adams@oracle.com>
464
465 * image-dired.el (image-dired-cmd-read-exif-data-options):
466 Fix typo in docstring (bug#8156).
467
fcd8ed1d
DD
4682011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
469
470 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
471
de69c0a8
CO
4722011-03-03 Christian Ohler <ohler@gnu.org>
473
474 * emacs-lisp/ert.el (ert--explain-equal): New function.
475 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
476 All callers changed.
477 (ert--explain-equal-including-properties): Renamed from
478 `ert--explain-not-equal-including-properties'. All callers
479 changed.
480
7c0d1441
CO
4812011-03-03 Christian Ohler <ohler@gnu.org>
482
483 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
484 (ert-char-for-test-result, ert-string-for-test-result)
485 (ert-run-tests-batch, ert--print-test-for-ewoc):
486 Handle `ert-test-quit'.
487
31128af6
DA
4882011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
489
490 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
491 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
492
06083aa1
GM
4932011-03-03 Glenn Morris <rgm@gnu.org>
494
495 * files.el (file-truename): Doc fix. (Bug#2341)
496
c7a74801
BR
4972011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
498
01c35094 499 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 500
614b85f8
VJ
5012011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
502
503 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
504 programs output backslashes. (Bug#7663)
505
f96dc50f
GM
5062011-03-03 Glenn Morris <rgm@gnu.org>
507
fb532fe8
GM
508 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
509 (mail-mode): Remove mail-sent-via from the doc.
510 (mail-sent-via): Make it obsolete. (Bug#1776)
511
a915d7a1
GM
512 * progmodes/grep.el (grep-highlight-matches): Doc fix.
513 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
514
f96dc50f
GM
515 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
516 with no parents. (Bug#8025)
517
71f8b7ed
G
5182011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
519
520 * password-cache.el (password-in-cache-p): Add autoload.
521
8889f4e2
GM
5222011-03-02 Glenn Morris <rgm@gnu.org>
523
3ab7ebb9
GM
524 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
525 * dired-x.el (Man-support-local-filenames): Autoload it.
526 (dired-guess-shell-alist-default): Also handle Red Hat's man.
527
2777ccbf
GM
528 * dired-x.el (dired-default-directory-alist, dired-default-directory):
529 Mark as obsolete.
530 (dired-smart-shell-command): Just call dired-current-directory.
531
5dedeef2
GM
532 * dired-x.el (dired-jump-other-window): Add autoload.
533 (dired-default-directory-alist, dired-default-directory): Doc fixes.
534 (dired-default-directory-alist): Mark as risky.
535
8889f4e2
GM
536 * dired-x.el (dired-omit-here-always): Make it obsolete.
537
d77aaf6f
CY
5382011-03-02 Chong Yidong <cyd@stupidchicken.com>
539
540 * textmodes/artist.el (artist-curr-go): Default to pen-line.
541 (artist-select-op-pen-line): New function.
542 (artist-menu-map): New variable.
543 (artist-mode-map): Add a menu to the menu-bar.
544
771fc75e
JB
5452011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
546
547 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
548 when evaluating.
549
550 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
551 New function.
552 (math-logunits-add, math-logunits-mul, math-logunits-divide):
553 (math-logunits-quant, math-logunits-level):
554 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
555 functions.
556 (math-logunits-level): Extract units from ratio.
557
f6132e5a
JB
5582011-03-01 Juanma Barranquero <lekktu@gmail.com>
559
560 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
561
7454f200
GM
5622011-03-01 Glenn Morris <rgm@gnu.org>
563
a65112fb
GM
564 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
565 (diary-hebrew-birthday): Rename and rework functions added
566 in previous change.
7454f200 567
cdcbd5a7
ER
5682011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
569
570 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
571 (diary-hebrew-birthday): New functions.
572
9903d828
GM
5732011-03-01 Glenn Morris <rgm@gnu.org>
574
575 * dired.el (dired-safe-switches-p): Beef it up.
576 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
577
75da6eb9
SM
5782011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * dired.el (dired-safe-switches-p): New function.
581
6640b281
GM
5822011-03-01 Glenn Morris <rgm@gnu.org>
583
584 * files.el (dir-locals-collect-variables):
585 Add the ability to exclude subdirectories. (Bug#8100)
586
587 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
588
cead857b
CS
5892011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
590
591 * ido.el (ido-everywhere): Doc fix.
592 (ido-mode): Doc fix.
593
0a906ec3
GM
5942011-02-28 Glenn Morris <rgm@gnu.org>
595
596 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
597
22b300de
MA
5982011-02-28 Michael Albinus <michael.albinus@gmx.de>
599
600 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
601 shadows.
602
abec5126 6032011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
604
605 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
606
ca3afb79
JB
6072011-02-28 Juanma Barranquero <lekktu@gmail.com>
608
609 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
610 Fix typos in docstrings.
611
edb57480
SB
6122011-02-28 Stephen Berman <stephen.berman@gmx.net>
613
614 * dired-aux.el (dired-update-file-line):
615 Fix 2010-11-09 change. (Bug#8131)
616
2b0c7330 6172011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
618
619 * international/mule-cmds.el (set-default-coding-systems): Use the
620 -unix variant of encoding in default-keyboard-coding-system.
621 (Bug#8122)
622
df7f0d0b
CY
6232011-02-27 Chong Yidong <cyd@stupidchicken.com>
624
625 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
626
3e478a7c 6272011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
628
629 * term/screen.el: New file (Bug#2650).
630
1f0816b6
SM
6312011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
634 (pcase-mutually-exclusive-predicates): New var.
635 (pcase--split-consp, pcase--split-pred): Use it.
636 (pcase--split-equal, pcase--split-member): When splitting against
637 a pure predicate, run it to know the outcome.
638 (pcase--u1): Mark vars that are actually used.
639 (pcase--q1): Avoid introducing unused vars.
640
b49df742
JB
6412011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
642
643 * calc/calc-ext.el (calc-init-extensions):
644 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
645
646 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
647 symbolic mode.
648
649 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
650 argument is a variable.
651
e573299d
SM
6522011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
655 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
656 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
657
61e9662e
TZ
6582011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
659
660 * password-cache.el (password-in-cache-p): Convenience function to
661 check if a key is in the cache, even if the value is nil.
662
7fe42546
J
6632011-02-25 Jambunathan K <kjambunathan@gmail.com>
664
665 * emacs-lisp/package-x.el (package--archive-contents-from-url)
666 (package--archive-contents-from-file): New functions.
667 (package-update-news-on-upload): New var.
668 (package-upload-buffer-internal): Extract archive-contents from
669 package-archive-upload-base if it is not found at archive-url.
670 Obey package-update-news-on-upload.
671 (package-upload-buffer, package-upload-file): Doc fix.
672
2d8a57ef
GM
6732011-02-24 Glenn Morris <rgm@gnu.org>
674
6a88f031
GM
675 * files-x.el (modify-dir-local-variable): Handle dir-locals from
676 the cache, and from non-file sources.
677
303f9ae0
GM
678 * help-fns.el (describe-variable): Return consistent results when a
679 dir-local from a file came from the cache or did not. (Bug#8095)
680 If a dir-local has no associated file, say it came from a "directory".
681
07915ed9
GM
682 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
683 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
684
ebe401f6
GM
685 * files.el (dir-locals-find-file): Doc fix.
686 Fix the check for cache elements that have no associated file,
303f9ae0 687 and the mtime check for those that do. (Bug#8095)
ebe401f6 688
b36f2f1c
GM
689 * dired-x.el (dired-hack-local-variables):
690 Handle interrupts during hacking local variables. (Bug#5216)
691
2d8a57ef
GM
692 * emacs-lisp/autoload.el (autoload-save-buffers)
693 (autoload-find-destination, update-directory-autoloads):
694 Avoid prompts when updating autoloads.
695
53cfe624
SM
6962011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
699
c1449bff
KH
7002011-02-23 Kenichi Handa <handa@m17n.org>
701
702 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
703 error when a multipart boundary in the nested multipart is found.
704
251ebe0f
KH
705 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
706 header components.
707
5582c670
GM
7082011-02-23 Glenn Morris <rgm@gnu.org>
709
817b48a7
GM
710 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
711 * dired-x.el (dired-omit-mode): Safe if boolean.
712 (dired-enable-local-variables): Fix doc and custom type.
713 (dired-enable-local-variables, dired-local-variables-file)
714 (dired-hack-local-variables): Make obsolete.
715 (dired-omit-here-always): Use dir-locals.el instead.
716
5582c670
GM
717 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
718
5f9d345c
SM
7192011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
720
721 * help-fns.el (describe-function-1): Don't signal an error just because
722 the DOC file disappeared.
723
01c35094 7242011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
725
726 * eshell/esh-ext.el (eshell-external-command): Do not restrict
727 remote check to "ftp". (Bug#8089)
728
e84efb70
AM
7292011-02-21 Alan Mackenzie <acm@muc.de>
730
731 Fix bug #7930.
732 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
733 in macros finding their way into c-state-nonlit-pos-cache.
734 Strengthen the comments.
735 (c-state-dump): New commented out diagnostic routine.
736
c6309045
MA
7372011-02-21 Michael Albinus <michael.albinus@gmx.de>
738
739 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
740 `field' property of `rfn-eshadow-overlay'.
741
06b840e0
LI
7422011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
743
744 * net/netrc.el (netrc-parse): Comment fix.
745
6d713256
CY
7462011-02-21 Chong Yidong <cyd@stupidchicken.com>
747
748 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
749 Autoload. Add optional arg FRAME, and pass it to color-values.
750 (color-complement): Caller changed. Doc fix.
751 (color-gradient): Rewrite for better clarity and efficiency.
752
753 * faces.el (color-values): Use cond for clarity. Doc fix.
754
5f9d345c 755 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 756 color.el instead.
5f9d345c
SM
757 (list-colors-sort-key, list-colors-print):
758 Use color-normalized-values.
6d713256
CY
759
7602011-02-20 Drew Adams <drew.adams@oracle.com>
761
762 * color.el: First part of merge from hexrgb.el.
763 (color-rgb-to-hex): Rename from color-rgb->hex.
764 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
765 saturation to zero if the value is too small.
766 (color-rgb-to-hsl): Rename from color-rgb->hsl.
767 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
768 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
769 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
770 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
771 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
772 (color-cie-de2000): Doc fix.
773
aa9c0efc
AM
7742011-02-20 Alan Mackenzie <acm@muc.de>
775
776 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
777 locating the beginning of a macro. (Bug#7595)
778
18cfb5a1
GM
7792011-02-20 Glenn Morris <rgm@gnu.org>
780
e17816e5
GM
781 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
782 Don't autoload it.
783
18cfb5a1
GM
784 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
785 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
786
01c35094
JB
7872011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
788 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
789
790 * progmodes/hideshow.el (hs-find-block-beginning)
791 (hs-hide-level-recursive): Ignore comments when parsing braces
792 (Bug#8036).
793
7942011-02-19 Chong Yidong <cyd@stupidchicken.com>
795
796 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
797 (vc-bzr-pull): Use it.
798
3ab713fd
CY
7992011-02-19 Chong Yidong <cyd@stupidchicken.com>
800
801 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
802 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
803 but returning an alist. Ignore comments in bzr conffile.
804 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
805 (vc-bzr-error-regex-alist): New var.
806 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
807
5f9d345c
SM
808 * vc/vc-dispatcher.el (vc-do-async-command):
809 Bind inhibit-read-only to t.
3ab713fd
CY
810
811 * progmodes/compile.el (compilation--flush-directory-cache):
812 Handle the case where cdr of compilation--flush-directory-cache
813 points to no buffer, which can occur if we previously switched to
814 compilation-mode in a pregenerated buffer.
815
16bc9688
KH
8162011-02-19 Kenichi Handa <handa@m17n.org>
817
818 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
819 get the header copy into the temporary buffer.
820 (rmail-mime-insert-decoded-text): Ignore us-ascii.
821 (rmail-show-mime): When rmail-mime-coding-system is nil, set
822 buffer-file-coding-system to undecided.
823
67ab0163 8242011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 825
a167e505
EZ
826 * international/mule-cmds.el (read-char-by-name, ucs-insert):
827 Document completion with asterisk and a substring.
828
67ab0163 8292011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
830
831 * files.el (find-file-literally): Doc fix.
832
41002397
GM
833 * simple.el (rfc822-goto-eoh): Give it a doc-string.
834
b8bd9908
GM
835 * log-edit.el (log-edit-insert-changelog):
836 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
837
4d737eb2
GM
8382011-02-19 Glenn Morris <rgm@gnu.org>
839
cad7445b
GM
840 * dired-x.el: Don't require dired-aux.
841 (dired-do-create-files, dired-mark-read-regexp)
842 (dired-do-create-files-regexp): Autoload from dired-aux.
843
bea584fa
GM
844 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
845 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
846
d6e96966
GM
847 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
848 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
849
42924231
GM
850 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
851 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
852 (dired-clean-up-buffers-too): Declare.
853
203784cc
GM
854 * dired-x.el (dired-initial-position): Merge into dired.el's version.
855 * dired.el (dired-initial-position): Merge dired-x's version here.
856 (dired-find-subdir): Declare.
857
30abce25
GM
858 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
859 * dired-aux.el (dired-add-entry): Give it a doc-string.
860 Merge dired-x's dired-omit handling here.
861 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
862
4d737eb2
GM
863 * international/mule-diag.el (list-input-methods-1):
864 Indent all lines of multi-line doc-strings. (Bug#8066)
865
abd20d91
CY
8662011-02-18 Chong Yidong <cyd@stupidchicken.com>
867
868 Fix 2011-02-02 changes.
869
870 * apropos.el (apropos-print): Call apropos-mode before setting up
871 buffer variables. Use inhibit-read-only.
872
5f9d345c
SM
873 * emacs-lisp/package.el (package--list-packages):
874 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
875
876 * play/solitaire.el (solitaire): Call solitaire-mode before
877 setting up buffer variables. Use inhibit-read-only.
878
e697fcfc
LM
8792011-02-18 Lawrence Mitchell <wence@gmx.li>
880
881 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
882 Bind case-fold-search to nil when looking for end of here-doc.
883
4114ed61
EZ
8842011-02-18 Eli Zaretskii <eliz@gnu.org>
885
e697fcfc
LM
886 * image-mode.el (image-toggle-display-image):
887 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
888 files. (Bug#8047)
889
aa56f361
SM
8902011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
891
892 * files.el (cd): Make completion obey cd-path (bug#7924).
893
d1be20a1
GM
8942011-02-18 Glenn Morris <rgm@gnu.org>
895
135dee55
GM
896 * progmodes/prolog.el: Don't require compile when compiling.
897 (compilation-shell-minor-mode, compilation-error-regexp-alist)
898 (compilation-forget-errors, compilation-fake-loc)
899 (compilation-parse-errors-function, compilation-error-list): Declare.
900 (prolog-inferior-mode): Require 'compile.
901
15e0d5a1
GM
902 * emulation/cua-base.el (pc-selection-mode): Declare.
903
002b46b7
GM
904 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
905 (customize-object): Add autoload cookie.
906 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
907 (eieio-browse, describe-class, eieio-describe-class)
908 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
909 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
910 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
911 * Makefile.in (autoloads): Make eieio.el writable.
912
d1be20a1
GM
913 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
914 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
915 (dired-hack-local-variables): Use inhibit-read-only.
916 (dired-guess-default): Simplify.
917 (dired-make-relative-symlink): Use dotimes.
918 (dired-simultaneous-find-file): Use dolist.
919 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
920 (dired-x-hands-off-my-keys): Doc fix.
921 (dired-x-bind-find-file): Doc fix. Use remapping.
922 (after-init-hook): No need to add dired-x-bind-find-file.
923 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
924 No need to call expand-file-name.
925 (dired-filename-at-point): Remove unused locals `end', `filename'.
926
f9d554dd
SM
9272011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
928
929 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
930
5da16a86
CO
9312011-02-18 Christian Ohler <ohler@gnu.org>
932
933 * emacs-lisp/ert.el (ert--setup-results-buffer)
934 (ert-results-pop-to-backtrace-for-test-at-point)
935 (ert-results-pop-to-messages-for-test-at-point)
936 (ert-results-pop-to-should-forms-for-test-at-point)
937 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
938 were incorrect and unnecessary. This should make `make check'
939 pass again.
940
3a00a363
KM
9412011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
942
01c35094 943 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
219bd536 944 (allout-widgets-icons-dark-subdir): Track relocations of icons.
3a00a363
KM
945 * lisp/allout.el: Remove commentary about remove encryption
946 passphrase mnemonic support and verification.
01c35094
JB
947 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
948 armored text using gpg1, and indicate that the gpg version *might*
949 be the problem in the error message.
3a00a363 950
73057ba9
DD
9512011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
952
953 * net/rcirc.el (rcirc-float-time): New function.
954 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
955 (rcirc-ctcp-sender-PING): Use it.
956
8551cb32
GM
9572011-02-17 Glenn Morris <rgm@gnu.org>
958
53ef76c7
GM
959 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
960 (speedbar-update-flag, speedbar-fetch-etags-command)
961 (speedbar-fetch-etags-arguments):
962 * term.el (term-buffer-maximum-size, term-input-chunk-size)
963 (term-completion-autolist, term-completion-addsuffix)
964 (term-completion-recexact, term-completion-fignore):
965 * term/sup-mouse.el (sup-mouse-fast-select-window):
966 * term/x-win.el (x-select-request-type):
967 Convert some defvars with "*" to defcustoms.
968
64a14c74
GM
969 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
970
92e39d6f
GM
971 * vc/vc.el (vc-default-previous-version):
972 Remove alias that points nowhere. (Bug#4496)
973
fc14288b
GM
974 * dired-x.el (dired-clean-up-after-deletion):
975 kill-buffer does not need save-excursion.
976 (dired-do-run-mail): Doc fix.
977 (dired-filename-at-point): Doc fix.
978 Use looking-at, and skip-chars rather than re search.
979
8551cb32
GM
980 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
981
96497653
KM
9822011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
983
aac7a935
KM
984 * allout-widgets.el: New allout extension that shows allout
985 outline structure with graphical widgets. 'allout-widgets'
986 customize group is an 'allout' subgroup, for easy discovery.
987
96497653
KM
988 * allout.el: Include PGP and GnuPG in Keywords, and other
989 commentary refinements.
990 (allout-abbreviate-flattened-numbering): Rename to
991 allout-flattened-numbering-abbreviation, and
992 define-obsolete-variable-alias the old name.
993 (allout-flattened-numbering-abbreviation): Rename from
994 allout-abbreviate-flattened-numbering.
995 (allout-mode-p): Include among autoloads, for use by other modes
996 with impunity.
e697fcfc
LM
997 (allout-listify-exposed):
998 Use allout-flattened-numbering-abbreviation.
96497653
KM
999 (allout-encrypt-string): Use set-buffer-multibyte directly.
1000 (allout-set-buffer-multibyte): Remove.
1001
be4a1d71
DD
10022011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1003
1004 * simple.el (just-one-space): Remove useless `or' call.
1005
274c2d34
MA
10062011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1007
c6309045 1008 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
1009 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
1010 (soap-decoded-multi-refs, soap-current-wsdl)
1011 (soap-encoded-namespaces): Rename CL-style *...* variables.
1012
88ae2870
MA
10132011-02-16 Michael Albinus <michael.albinus@gmx.de>
1014
1015 * net/soap-client.el: Add "comm" and "hypermedia" to the
1016 keywords. Reflow too long lines.
1017
1018 * net/soap-inspect.el: Ditto. Require 'cl.
1019
689743a2
BG
10202011-02-16 Bastien Guerry <bzg@altern.org>
1021
1022 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
1023 in a `doctor-type' argument.
1024
16d2ff89
MA
10252011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
1026
1027 * net/soap-client.el:
1028 * net/soap-inspect.el: New files.
1029
c6cefd36
LL
10302011-02-16 Leo <sdl.web@gmail.com>
1031
1032 * dired-x.el (dired-mode-map, dired-extra-startup):
1033 Remove dired-copy-filename-as-kill since it's already in dired.el.
1034
da5e0ce4
GM
10352011-02-16 Glenn Morris <rgm@gnu.org>
1036
1037 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
1038 Doc fixes. Add :set property, replacing top-level calls.
1039 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
1040 (dired-guess-shell-gnutar): Test tar version rather than system-type.
1041 (dired-extra-startup, dired-man, dired-info): Doc fixes.
1042 (dired-clean-up-after-deletion): Use when and dolist.
1043 (dired-jump): Use unless and when.
1044 (dired-virtual): Use line-end-position.
1045 (dired-default-directory-alist): Rename from default-directory-alist.
1046 (dired-default-directory): Update for above name change.
1047 (dired-vm): Drop VM < 5 and simplify.
1048 (dired-buffer-more-recently-used-p): Rewrite.
1049 (dired-filename-at-point): Use when and or.
1050 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
1051 Update callers.
1052
c5ca3aa0
GM
10532011-02-15 Glenn Morris <rgm@gnu.org>
1054
1055 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
1056
33f6cf7b
CY
10572011-02-14 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * vc/vc-git.el (vc-git-root-log-format): New option for
1060 customizing log format.
1061 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
1062 (vc-git-log-view-mode): Use it.
1063 (vc-git-expanded-log-entry): New function.
1064 (vc-git-log-view-mode): Use it. Truncate lines in root log.
1065
1066 * vc/vc-hg.el (vc-hg-root-log-template): New option for
1067 customizing log format.
1068 (vc-hg-print-log): Use it.
1069 (vc-hg-expanded-log-entry): New function.
1070 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
1071 vc-hg-expanded-log-entry. Truncate lines in root log.
1072
1073 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1074
e697fcfc
LM
1075 * vc/log-view.el (log-view-mode-menu):
1076 Add log-view-toggle-entry-display.
33f6cf7b 1077
461b69ae
GM
10782011-02-14 Glenn Morris <rgm@gnu.org>
1079
1080 * dired-x.el: Don't require man when compiling.
1081 (dired-omit-extensions, dired-local-variables-file)
1082 (dired-x-hands-off-my-keys): Make them defcustoms.
1083 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1084 (vm-visit-folder): Declare rather than defining.
1085 (dired-x-help-address, dired-x-variable-list): Remove.
1086 (dired-x-submit-report): Make it an obsolete alias.
1087
35f52ed6
JB
10882011-02-14 Juanma Barranquero <lekktu@gmail.com>
1089
1090 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1091
b2108a36
TZ
10922011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1093
67186ae2 1094 * net/imap.el: Bring it back.
b2108a36 1095
abfc152b
AM
10962011-02-13 Alan Mackenzie <acm@muc.de>
1097
1098 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1099 narrow-to-region call that cuts context off the end (Bug#7722).
1100
e697fcfc
LM
1101 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1102 Refactor nested if-forms with a simple cond.
abfc152b
AM
1103 (c-forward-<>-arglist): Revert 2011-01-31 change.
1104
d4eb88c7
CY
11052011-02-13 Chong Yidong <cyd@stupidchicken.com>
1106
1107 * vc/log-view.el: New command log-view-toggle-entry-display for
1108 toggling log entries between concise and detailed forms.
1109 (log-view-toggle-entry-display): New command.
1110 (log-view-mode-map): Bind RET to it.
1111 (log-view-expanded-log-entry-function): New variable.
1112 (log-view-current-entry, log-view-inside-comment-p)
1113 (log-view-current-tag): New functions.
1114 (log-view-toggle-mark-entry): Use log-view-current-entry and
1115 log-view-end-of-defun instead of searching directly with
1116 log-view-message-re.
1117 (log-view-end-of-defun): Likewise. Add optional ARG for
1118 compatibility with end-of-defun.
1119 (log-view-end-of-defun): Ignore comments and VC buttons.
1120
1121 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1122 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1123
2609a08e
TZ
11242011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1125
114fe546
G
1126 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1127
2609a08e
TZ
1128 * net/imap-hash.el: Remove file.
1129
7a6ebb1a
MA
11302011-02-13 Michael Albinus <michael.albinus@gmx.de>
1131
1132 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1133
1134 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1135 call.
1136
1137 * net/tramp-imap.el: Remove file.
1138
75d4dcc9
CY
11392011-02-13 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1142 widget library for buttons, just use button.el.
1143
1144 * vc/log-view.el (log-view-mode-map): Don't inherit from
1145 widget-keymap.
1146
3c65e88d 11472011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1148
86361e1e
GM
1149 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1150 (nintersection, set-difference, nset-difference)
1151 (set-exclusive-or, nset-exclusive-or): Doc fix.
1152
dc4c6a7a
GM
1153 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1154
8a6f24e5
GM
1155 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1156 :italic props, so that frame-set-background-mode works. (Bug#7966)
1157
3caced0b
GM
1158 * simple.el (next-error): Doc fix.
1159
9de31df2
TV
11602011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1161
1162 * dired-aux.el (dired-create-files): Adapt destination name to
1163 match the new behavior of copy-directory.
1164
38a71655
CY
11652011-02-12 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1168 from rmail-dont-reply-to-names. Callers changed.
1169 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1170 (rmail-dont-reply-to): Make it an obsolete alias.
1171
1172 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1173 nil, and make obsolete (Bug#7888).
1174 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1175
1176 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1177
1178 * mail/rmailsort.el (rmail-sort-by-correspondent)
1179 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1180
1181 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1182
470d996d
TV
11832011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1184
1185 * files.el (copy-directory): New argument COPY-CONTENTS for
1186 copying directory contents into another existing directory.
1187
e2784c87
TH
11882011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1189
1190 * minibuffer.el (completion-table-case-fold): New function for
1191 creating a case-insensitive completion table.
1192
563790b6
TZ
11932011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1194
1195 * net/tramp.el (tramp-default-method): Also check if
1196 `auth-source-search' is bound.
1197 (tramp-read-passwd): Use `auth-source-search' instead of
1198 `auto-source-user-or-password'.
1199
1200 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1201 `auto-source-user-or-password.
1202 (tramp-imap-passphrase-callback-function): Use it.
1203
1204 * net/imap-hash.el: Autoload `auto-source-search' instead of
1205 `auto-source-user-or-password.
1206 (imap-hash-open-connection): Use it.
1207
1208 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1209 `auto-source-user-or-password.
1210 (smtpmail-try-auth-methods): Use it.
1211
c6affbde
PH
12122011-02-12 Phil Hagelberg <phil@hagelb.org>
1213
1214 * emacs-lisp/package.el: Allow packages to be reinstalled.
1215 (package--write-file-no-coding): Remove EXCL arg.
1216 (package-unpack-single): Don't use it.
1217
b5a53795
KP
12182011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1219
1220 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1221 in each sub directory.
1222 (vc-svn-registered): Use vc-svn-root.
1223 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1224 (vc-svn-repository-hostname): Use "svn info".
1225
25833f5e
DD
12262011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1227
1228 * simple.el (delete-trailing-whitespace): New optional buffer
1229 bound parameters.
1230
75d1d833
BG
12312011-02-11 Bastien Guerry <bzg@altern.org>
1232
1233 * files.el (basic-save-buffer): save unmodified buffers when
1234 the file pointed by buffer-file-name doesn't exist.
1235
e0e36cac
DD
12362011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1237
079721e9 1238 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1239
59350862
GM
12402011-02-11 Glenn Morris <rgm@gnu.org>
1241
1242 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1243
5708ce5e
JB
12442011-02-11 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1247
b016851c
SM
12482011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1249
59003be9
SM
1250 * server.el (server-process-filter): Use pcase.
1251
9517f8af
SM
1252 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1253 conflicting ways.
1254 (smie-indent--parent): Extend to "parent of arg".
1255 (smie-indent-inside-string): New function.
1256 (smie-indent-functions): Use it.
1257
cf77dd27
SM
1258 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1259 bzr locking race condition.
1260
49ffc078
SM
1261 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1262 still valid before using it.
1263
1a0a6cef
SM
1264 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1265 `message' -> `compilation-message' rename (bug#8004).
1266
b016851c
SM
1267 Move keymap initialization into declaration.
1268 * textmodes/enriched.el (enriched-mode-map):
1269 * textmodes/bib-mode.el (bib-mode-map):
1270 * term/lk201.el (lk201-function-map):
1271 * tar-mode.el (tar-mode-map):
1272 * replace.el (occur-mode-map):
1273 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1274 * progmodes/idlw-help.el (idlwave-help-mode-map):
1275 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1276 * play/solitaire.el (solitaire-mode-map):
1277 * play/snake.el (snake-mode-map, snake-null-map):
1278 * play/pong.el (pong-mode-map):
1279 * play/handwrite.el (menu-bar-handwrite-map):
1280 * play/gametree.el (gametree-mode-map):
a65112fb 1281 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1282 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1283 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1284 (newsticker--url-keymap):
1285 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1286 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1287 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1288 (menu-bar-edit-menu, menu-bar-custom-menu)
1289 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1290 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1291 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1292 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1293 (menu-bar-tools-menu, menu-bar-describe-menu)
1294 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1295 (menu-bar-help-menu):
1296 * mail/rmailsum.el (rmail-summary-mode-map):
1297 * kmacro.el (kmacro-step-edit-map):
1298 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1299 (ibuffer-mode-operate-map):
1300 * hi-lock.el (hi-lock-menu, hi-lock-map):
1301 * emulation/vip.el (vip-mode-map):
1302 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1303 * bookmark.el (bookmark-bmenu-mode-map):
1304 * help-mode.el (help-mode-map): Move initialization into declaration.
1305
1be1d1e9
DD
13062011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1307
1308 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1309 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1310 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1311 (rcirc-cmd-me, rcirc-authenticate): Use them.
1312
26d2a9bd
KM
13132011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1314
1315 * allout.el: Synopsis: Change allout user configuration so
1316 auto-activation is controlled solely by customization
1317 `allout-auto-activation'.
1318
01c35094 1319 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd 1320 implement new custom set procedure for allout-auto-activation.
219bd536
JB
1321 Also, explicitly invoke (allout-setup) after allout-auto-activation
1322 is custom-defined, to affect the settings in emacs sessions besides
1323 the few where allout-auto-activation customization is done.
26d2a9bd
KM
1324 (allout-auto-activation): Use allout-auto-activation-helper to
1325 :set. Revise the docstring.
1326 (allout-init): Reduce functionality to just customizing
1327 allout-auto-activation, and mark obsolete.
1328 (allout-mode): Respect string values for allout-auto-activation.
1329 Run allout-after-copy-or-kill-hook without any args.
01c35094 1330 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1331 (outlineify-sticky): Adjust docstring for new scheme.
1332 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1333 should concentrate on the kill ring.
1334
b8e0f0cd
G
13352011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1336
1337 * password-cache.el (password-cache-remove): Accept secrets that are
1338 not strings.
1339
ccded26c
SM
13402011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1343 of here-doc that immediately follows a comment.
1344
ee6a57ab
DD
13452011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1346
4d04fdc9
DD
1347 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1348
ee6a57ab
DD
1349 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1350 available.
1351 (rcirc-ctcp-sender-PING): New function.
1352
6ca94a0b
SM
13532011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1356 Remove the mark/nomark handling, and activate shift-select-mode instead.
1357
1358 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1359
226590f8
JB
13602011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1361
1362 * calc/calc-units.el (math-logunits-quant): Add support for
1363 non-logarithmic units.
1364
dd0b691e
KM
13652011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1366
4ec28e14
KM
1367 * allout.el (allout-after-copy-or-kill-hook): New hook for
1368 extension-specific processing of killed text.
1369 (allout-mode): Include new allout-after-copy-or-kill-hook among
1370 mentioned hooks.
01c35094 1371 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1372 after kill happens even if barf-if-buffer-read-only is raised.
1373 Include new allout-after-copy-or-kill-hook among that subsequent
1374 processing.
1375 (allout-deannotate-hidden): Actually remove the annotation text
1376 properties.
1377
dd0b691e
KM
1378 * allout.el (allout-listify-exposed): Copy text sans text properties.
1379
07e52e08
MA
13802011-02-07 Michael Albinus <michael.albinus@gmx.de>
1381
b016851c 1382 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1383
c5aff743
DD
13842011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1385
1386 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1387
03925868
JB
13882011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1389
b016851c 1390 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1391 `calc-default-field-reference-level'.
b016851c 1392 (calc-logunits-power-reference): Rename from
01c35094 1393 `calc-default-power-reference-level'.
03925868 1394
b016851c 1395 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1396 `math-logunits-level'
b016851c 1397 (math-logunits-plus): Rename from math-logcombine.
03925868 1398 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1399 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1400 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1401 New functions.
b016851c
SM
1402 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1403 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1404 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1405 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1406 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1407 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1408 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1409 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1410 New functions.
1411
b016851c 1412 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1413 (calc-ul-prefix-help): Remove.
1414 (calc-l-prefix-help): New function.
1415 (calc-full-help): Add reference to `calc-l-prefix-help'.
1416
1417 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1418
ec6ad6f2
JB
1419 * calc/README: Mention logarithmic units.
1420
f8b351c1
CY
14212011-02-06 Chong Yidong <cyd@stupidchicken.com>
1422
1423 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1424 non-ASCII characters (Bug#7925).
1425
a60287ff
GM
14262011-02-05 Glenn Morris <rgm@gnu.org>
1427
1428 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1429
9ad53e98
GM
1430 * calendar/diary-lib.el (diary-font-lock-keywords):
1431 Tweak diary-time-regexp match. (Bug#7891)
1432
9783df21
GM
1433 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1434 (f90-mode): Use it for mode's `find-tag-default-function' property.
1435
df275851
GM
1436 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1437
95838641
GM
1438 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1439
827b77e9
DD
14402011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1441
1442 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1443 (Bug#6386).
1444
7cb76591
SM
14452011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1446
ba70ab1c
SM
1447 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1448 font-lock-syntax-table remappings.
1449 (sh-here-doc-markers, sh-here-doc-re): Remove.
1450 (sh-font-lock-close-heredoc): Remove.
1451 (sh-syntax-propertize-here-doc): New function.
1452 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1453 instead of the sh-here-doc-re.
1454 (sh-font-lock-paren): Don't do anything in comments or strings.
1455 Handle line continuations. Accept a few more chars.
1456 Don't rely on the font-lock-syntax-table remappings.
1457 `esac' is not a valid pattern.
1458 (sh-syntax-propertize-function): Handle here-docs differently, so we
1459 don't bother syntax-propertizing the insides.
1460
7cb76591
SM
1461 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1462 Handle new bashisms ";&" and ";;&" (bug#7947).
1463
39b20f56
MA
14642011-02-05 Michael Albinus <michael.albinus@gmx.de>
1465
7cb76591
SM
1466 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1467 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1468
51aba3f3
MA
14692011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1470
1471 * net/tramp.el (tramp-postfix-method-format)
1472 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1473 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1474 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1475 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1476 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1477 Doc fix.
1478
7bc61bb7
SS
14792011-02-04 Sam Steingold <sds@gnu.org>
1480
1481 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1482
d93c111e
AS
14832011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1484
1485 * international/mule-util.el (with-coding-priority): Doc fix.
1486
6f52d86e
EZ
14872011-02-04 Eli Zaretskii <eliz@gnu.org>
1488
1489 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1490
c1b4afac
SS
14912011-02-03 Sam Steingold <sds@gnu.org>
1492
1493 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1494 Do not error out when `func' is nil.
1495
a857d3c7
MA
14962011-02-03 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1499 `tramp-default-remote-path' to the docstring.
1500 (tramp-get-remote-path): Suppress error message when `getconf
1501 PATH' fails.
1502
1503 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1504
8aa88760
GM
15052011-02-03 Glenn Morris <rgm@gnu.org>
1506
219ea611
GM
1507 * vc/vc-hg.el (vc-hg-command): Doc fix.
1508
8d7b5b5b
GM
1509 * term/w32-win.el (libpng-version): Declare for compiler.
1510
c03eac34
GM
1511 * msb.el: No need to load dired while compiling.
1512
7f07c1fe
GM
1513 * emacs-lisp/elint.el (elint-standard-variables):
1514 Remove a couple of built-ins that now have doc-strings.
1515
befe199d
GM
1516 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1517 `require' is automatically `eval-and-compile'd.
1518
2d7d6439
GM
1519 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1520 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1521
8aa88760
GM
1522 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1523 Move definition before use.
1524 (strokes-report-bug): Make it obsolete.
1525
e90f8545
SS
15262011-02-02 Sam Steingold <sds@gnu.org>
1527
1528 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1529 from `special-mode', entering it makes the buffer read-only, so
1530 call it only when everything has been already inserted.
1531 * emacs-lisp/ert.el (ert--setup-results-buffer)
1532 (ert-results-pop-to-backtrace-for-test-at-point)
1533 (ert-results-pop-to-messages-for-test-at-point)
1534 (ert-results-pop-to-timings): Ditto.
1535 * emacs-lisp/package.el (package--list-packages): Ditto.
1536 * play/solitaire.el (solitaire): Ditto.
1537
90db975f
CY
15382011-02-02 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * progmodes/compile.el: Make all faces inherit.
1541 (compilation-warning): Inherit from font-lock-variable-name-face.
1542 (compilation-info): Inherit from font-lock-type-face.
1543 (compilation-line-number): Reassign to font-lock-keyword-face.
1544 (compilation-column-number): Reassign to font-lock-doc-face.
1545 (compilation-leave-directory-face): Reassign to
1546 font-lock-builtin-face.
1547
bc35ff32
EZ
15482011-02-02 Eli Zaretskii <eliz@gnu.org>
1549
1550 * dired.el (dired-insert-directory): Don't invoke `ls' when
1551 ls-lisp.el is used to emulate it.
1552
39cde66c
JD
15532011-02-01 Julien Danjou <julien@danjou.info>
1554
1555 * color.el (color-gradient): Add a color-gradient function.
1556
abef340a
SS
15572011-02-01 Sam Steingold <sds@gnu.org>
1558
1559 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1560 bind "z" to `kill-this-buffer'.
1561 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1562 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1563 (apropos-mode): Inherit from `special-mode'.
1564 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1565 * bookmark.el (bookmark-bmenu-mode): Define using
1566 `define-derived-mode' inheriting from `special-mode'.
1567 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1568 * image-mode.el (image-mode-map): Ditto.
1569 * replace.el (occur-mode): Define using
1570 `define-derived-mode' inheriting from `special-mode'.
1571 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1572 * calendar/diary-lib.el (diary-fancy-display-mode):
1573 Inherit from `special-mode-map'.
1574 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1575 Inherit from `special-mode'.
1576 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1577 `special-mode-map'.
1578 (package-menu-mode): Define using `define-derived-mode'
1579 inheriting from `special-mode'.
1580 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1581 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1582 (xesam-mode-map): Define separately.
1583 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1584 * progmodes/compile.el (compilation-minor-mode-map)
1585 (compilation-mode-map): Inherit from `special-mode-map'.
1586 * vc/diff-mode.el (diff-mode-shared-map):
1587 Inherit from `special-mode-map'.
1588 * vc/log-view.el (log-view-mode-map): Add a comment.
1589
928f4e73
CY
15902011-02-01 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * custom.el (load-theme): Define return value. Drop use of
1593 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1594 (custom-theme-load-confirm): Scroll in the correct window.
1595 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1596
1597 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1598 checkbox if load-theme fails.
1599
7d116647
SM
16002011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1601
1602 * progmodes/compile.el (compilation-next-error): Check there's
1603 a message before using it (bug#7941).
1604
4fdfcddf
JB
16052011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1606
1607 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1608 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1609 of potential pivots.
1610
3b95603f
AM
16112011-01-31 Alan Mackenzie <acm@muc.de>
1612
7d116647
SM
1613 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1614 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1615 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1616 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1617
6fa1f651
CY
16182011-01-31 Chong Yidong <cyd@stupidchicken.com>
1619
1620 * files.el (copy-directory): Fix arguments to recursive call.
1621
14beddf4 16222011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1623
1624 * files.el (copy-directory): If destination is an existing
1625 directory, copy into a subdirectory there.
1626
14beddf4 16272011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1628
1629 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1630 files.
1631
14beddf4 16322011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1633
6fc0aac3
CY
1634 * image-dired.el (image-dired-mouse-display-image): No-op if no
1635 file is found (Bug#7817).
1636
d1f14baa
CY
1637 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1638
14beddf4 16392011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1640
7d116647
SM
1641 * international/quail.el (quail-keyboard-layout-alist):
1642 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1643
14beddf4 16442011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1645
1646 * msb.el (msb-menu-bar-update-buffers): Update for changed
1647 argument handling of menu-bar-select-frame. (Bug#7902)
1648
14beddf4 16492011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1650
1651 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1652 to the recursion depth (Bug#7722).
1653
14beddf4 16542011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1655
1656 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1657 command-line-default-directory (Bug#7872).
1658
9e11271c
SM
16592011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * progmodes/compile.el (compilation--flush-directory-cache):
1662 New function, extracted from compilation--remove-properties.
1663 (compilation--remove-properties, compilation--parse-region): Use it.
1664 (compilation--previous-directory): Handle one more case.
1665 (compilation-enable-debug-messages): Remove.
1666 (compilation-parse-errors, compilation--flush-parse): Just remove the
1667 left over debug messages.
1668
038714ab
SS
16692011-01-31 Sam Steingold <sds@gnu.org>
1670
1671 * progmodes/compile.el (compilation-enable-debug-messages):
1672 Add a variable to make the parsing messages introduced in
1673 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1674 (compilation-parse-errors, compilation--flush-parse): Use it.
1675
2a4466ca
DD
16762011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1677
35f52ed6 1678 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1679 (rcirc-nick-completion-format): New defcustom.
1680 (rcirc-complete): Use it.
1681
186ecaf1
DD
16822011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1683
1684 * net/rcirc.el: Clean log filenames (Bug#7933).
1685 (rcirc-log-write): Use convert-standard-filename.
1686 (rcirc-log-filename-function): Documentation updates.
1687
253f7d1b
JD
16882011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1689
9e11271c
SM
1690 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1691 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1692 (report-emacs-bug-can-use-osx-open): New function.
1693 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1694 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1695
a2b6e5d6
CY
16962011-01-29 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1699 updating Dired or VC-dir buffers after async command completes.
1700
1701 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1702 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1703
1704 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1705 completions if it exists. Use vc-set-async-update.
1706 (vc-git-pull): Use vc-set-async-update.
1707
1708 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1709 read-shell-command. Use vc-set-async-update.
1710 (vc-hg-merge-branch): Use vc-set-async-update.
1711
8907f7b9
DU
17122011-01-29 Daiki Ueno <ueno@unixuser.org>
1713
9e11271c
SM
1714 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1715 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1716 (Bug#7931).
1717
e52f87a1
SM
17182011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * progmodes/compile.el: Avoid an N² behavior in grep.
1721 (compilation--previous-directory): New fun.
1722 (compilation--previous-directory-cache): New var.
1723 (compilation--remove-properties): Flush it.
1724 (compilation-directory-properties, compilation-error-properties):
1725 Use the new fun to speed up looking for the current directory.
1726
659114fd
CY
17272011-01-29 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * vc/vc-hg.el (vc-hg-history): New var.
1730 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1731 (vc-hg-merge-branch): New function.
1732
1733 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1734 the other way around.
1735
1736 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1737 (vc-git-merge-branch): New functions.
1738 (vc-git-history): New var.
1739
9bfe5783
CY
17402011-01-28 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1743
1744 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1745 vc-do-async-command.
1746
e52f87a1
SM
1747 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1748 Callers changed.
9bfe5783 1749
b1ea593c
LL
17502011-01-28 Leo <sdl.web@gmail.com>
1751
1752 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1753 highlighting to the "this function is advised" message.
b1ea593c
LL
1754
1755 * help-mode.el (help-mode-finish): Apply highlighting here, to
1756 avoid clobbering by substitute-command-keys (Bug#6304).
1757
40e22d80
CY
17582011-01-28 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * woman.el (woman0-roff-buffer): Process roff escape sequences
1761 occurring prior to the first request (Bug#7843).
1762
01c63f4c
SM
17632011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1764
55fb9013
SM
1765 * progmodes/compile.el: Don't use font-lock any more.
1766 (compilation-error-regexp-alist-alist): Change handling of makepp
1767 so it preserves the warning/error distinction on subsequent files.
1768 Simplify various rules.
1769 (compilation-directory-properties): Use font-lock-face.
1770 Add a compilation-message property.
1771 (compilation-internal-error-properties): Use font-lock-face.
1772 Don't set the compilation-debug property here.
1773 (compilation--put-prop, compilation--remove-properties)
1774 (compilation--parse-region, compilation--ensure-parse)
1775 (compilation--ensure-parse): New functions.
1776 (compilation-parse-errors): New function, largely inspired of
1777 compilation-mode-font-lock-keywords. Set compilation-debug here.
1778 (compilation--parsed): New var.
1779 (compilation--flush-parse): Use compilation--ensure-parse.
1780 (compilation-start): Don't call font-lock.
1781 (compilation-turn-on-font-lock): Remove.
1782 (compilation-setup): Don't set font-lock-extra-managed-props not change
1783 other font-lock settings, other than keywords.
1784 Don't activate font-lock-mode.
1785 Set change-major-mode-hook and before-change-functions.
1786 (compilation--unsetup): Remove properties and hooks.
1787 (compilation-next-single-property-change): New function.
1788 (compilation-next-error): Use it to parse when needed.
1789 (compile-goto-error): Parse buffer as needed.
1790 (compilation--compat-error-properties): Don't need a dummy `face'
1791 property any more.
1792
8fe52384
SM
17932011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1796 (compilation-process-setup-function): Fix docstring's false promises.
1797 (compilation-error-regexp-alist-alist): Catch omake's continuous
1798 recompilation message and avoid reuse of old markers.
1799 (compilation-parse-errors-function): Declare obsolete.
1800 (compilation-buffer-modtime): Remove.
1801 (compilation--make-cdrloc, compilation--loc->col)
1802 (compilation--loc->line, compilation--loc->file-struct)
1803 (compilation--loc->marker, compilation--loc->visited)
1804 (compilation--make-file-struct, compilation--file-struct->file-spec)
1805 (compilation--file-struct->formats)
1806 (compilation--file-struct->loc-tree): New macros. Use them.
1807 (compilation--message): New defstruct. Use them.
1808 (compilation-next-error-function): Don't mess with timestamps to try
1809 and guess when to reparse.
1810
01c63f4c
SM
18112011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1812
5e853d01
SM
1813 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1814 (tex-old-error-file-name): New function,
1815 extracted from tex-compilation-parse-errors.
1816 (tex-compilation-parse-errors): Remove.
1817 (tex-error-regexp-alist): New var.
1818 (tex-shell): Use it to avoid compilation-parse-errors-function.
1819
07b741a7
SM
1820 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1821 (grep-mode-font-lock-keywords): Remove regexp that seems like
1822 a left-over from before we used compile.el.
1823 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1824 modifying the buffer within with-silent-modifications.
1825
1826 * progmodes/compile.el: Cleanup text-properties namespace by using
1827 `compilation-message' instead of `message', `compilation-directory'
1828 instead of `directory', and `compilation-debug' instead of `debug'.
1829 (compilation-last-buffer, compilation-parsing-end)
1830 (compilation-error-list, compilation-old-error-list): Move to the
1831 compatibility part of the code.
1832 (compilation-error-properties): If `file' is a function, let it return
1833 a file name.
1834 (compilation-mode-font-lock-keywords): Be more conservative with the
1835 omake "^ *" pattern prefix, to try and minimize the risk of
1836 pathologically slow regexp matching.
1837 (compilation-start): Use inhibit-read-only.
1838 (compilation--unsetup): New function.
1839 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1840 (compilation-filter): Minor tweaks.
8fe52384 1841 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1842 (compilation--flush-file-structure): New fun.
8fe52384 1843 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1844 (debug-ignored-errors): Add "Moved past last ...".
1845 (compilation--compat-error-properties)
1846 (compilation--compat-parse-errors): Rename by doubling the "-".
1847
01c63f4c
SM
1848 Port features from the previous prolog.el to the new one.
1849 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1850 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1851 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1852 variable and use a function to compute the value dynamically.
1853 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1854 (prolog-continued-prompt-regexp): Remove, unused.
1855 (prolog-find-value-by-system): Try and use the value of prolog-system
1856 in the *prolog* buffer if it helps.
1857 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1858 (prolog-zip-on): ..and check prolog-system and version here instead.
1859 (prolog-inferior-self-insert-command): New command.
1860 (prolog-inferior-mode-map): Use it.
1861 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1862 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1863 (prolog-input-filter): Use derived-mode-p.
1864 (prolog-inferior-guess-flavor): New function.
1865 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1866 make-comint to avoid running comint-mode twice.
1867 (prolog-inferior-buffer): New fun.
1868 (prolog-old-process-region, prolog-old-process-file):
1869 Don't call prolog-bsts here...
1870 (prolog-build-prolog-command): ...do it here instead.
1871 (prolog-old-process-region, prolog-old-process-file):
1872 Use compilation-fake-loc and compilation-forget-errors.
1873 (prolog-consult-compile-region): Use bolp.
1874
2f224f0b
CY
18752011-01-28 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1878
db0e305d
SS
18792011-01-27 Sam Steingold <sds@gnu.org>
1880
9e11271c
SM
1881 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1882 Remove "*server*" which is never created by emacs server.
db0e305d 1883
27bbeb29
DD
18842011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1885
1886 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1887 there are some diff switches.
1888
153c5428
SM
18892011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1890
89fdaac7
SM
1891 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1892 Copy change made to ruby-font-lock-syntactic-keywords.
1893
153c5428
SM
1894 * htmlfontify.el: Make it obey the font-lock-face text property.
1895 Miscellaneous cleanup such as:
1896 - Don't hide expressions after a closing paren.
1897 - Move initial setq into let.
1898 - Hoist common parts out of ifs.
1899 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1900 (hfy-face-at): Use get-text-property instead.
1901 (hfy-prop-invisible-p): Use invisible-p if available.
1902 (htmlfontify-manual): Use \\[...].
1903 (hfy-html-quote-regex): Use [...].
1904 (hfy-combined-face-spec): Simplify.
1905 (hfy-compile-face-map): Don't presume point-min==1.
1906 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1907 match end of string.
1908 (hfy-text-p): η-reduce.
1909 (hfy-tags-for-file): Receive cache-hash directly.
1910 (hfy-mark-tag-names): Adjust call.
1911
ed7646d4
GM
19122011-01-27 Glenn Morris <rgm@gnu.org>
1913
1914 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1915 (msb-after-load-hook): Remove eval-after-load wackiness.
1916
ed68f651
SS
19172011-01-25 Sam Steingold <sds@gnu.org>
1918
1919 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1920 literal "diff" (important for windows-nt).
1921
0fe719e6
GM
19222011-01-25 Glenn Morris <rgm@gnu.org>
1923
1924 * emacs-lisp/copyright.el (copyright-at-end-flag)
1925 (copyright-names-regexp): Add safety properties.
1926 (copyright-year-ranges): New option.
1927 (copyright-find-end): New function, split from copyright-update-year.
1928 (copyright-update-year): Use copyright-find-end.
1929 (copyright-fix-years): Optionally, convert years to ranges.
1930 Handle years continued over comment lines.
1931 Do not mess with the fill-prefix.
1932 Do not call copyright-update.
1933 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1934 Skip directories. Find files with only safe local vars.
0fe719e6 1935
06d8ace5 19362011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1937
1938 * files.el (file-name-non-special): Only change buffer-file-name after
1939 insert-file-contents if it's `visit'ing the file (bug#7854).
1940
06d8ace5 19412011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1942
1943 * dired.el (dired-revert): Doc fix (Bug#7758).
1944
06d8ace5
GM
1945 * simple.el (line-move-visual): Doc fix (Bug#7594).
1946
19472011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1948
1949 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1950 here-doc which ends with an underscore.
1951 (ruby-mode-set-encoding): Skip shebang line always.
1952 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1953 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1954 (ruby-forward-sexp): Stop after literal hash key labels.
1955 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1956 bracket.
1957
06d8ace5 19582011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1959
1960 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1961 the correct buffer (Bug#7650).
1962
06d8ace5
GM
19632011-01-25 Glenn Morris <rgm@gnu.org>
1964
1965 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1966
ce558208
GM
1967 * simple.el (do-auto-fill): Give it a doc string.
1968
4d265b4d
GM
1969 * button.el (make-text-button): Doc fix. (See bug#7881)
1970
21bb5ce0
SM
19712011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1972
ab0a61d0
SM
1973 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1974 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1975
21bb5ce0
SM
1976 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1977 Handle ?" and friends differently (e.g. don't use backrefs).
1978
603823f5
JB
19792011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1980
1981 * calc/calc.el (calc-default-power-reference-level)
1982 (calc-default-field-reference-level): New variables.
35f52ed6 1983 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1984 (math-logunits): New variable.
1985 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1986 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1987 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1988 New functions.
603823f5
JB
1989 (math-find-base-units-rec): Add entry for ln(10).
1990 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1991 (calc-ul-prefix-help): New function.
1992 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1993 functions. Add keybindings for new units functions.
603823f5 1994
11ea68ce 19952011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1996
1997 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1998 rcirc buffers. (Bug#4940)
10617634 1999
0412a5a4
GM
20002011-01-22 Glenn Morris <rgm@gnu.org>
2001
2002 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
2003 split out from copyright-update-year.
2004 (copyright-update): Don't mess with the GPL version if we don't own the
2005 copyright. Update license regexp, and remove no longer needed
2006 Esperanto stuff.
d226ec23 2007 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 2008
e7c1dca8
CY
20092011-01-22 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
2012
4d0143e6
JA
20132011-01-22 Jari Aalto <jari.aalto@cante.net>
2014
2015 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
2016 (lm): Rename to landmark.
2017 (lm-test-run): Rename to landmark-test-run.
2018
e3545d0d
CY
20192011-01-22 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
2022 "Case sensitive" menu item.
2023
7c82f3e2 20242011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
2025
2026 * comint.el (comint-replace-by-expanded-history-before-point): Fix
2027 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
2028
7c82f3e2 20292011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
2030
2031 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
2032
7c82f3e2 20332011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 2034
6e1dbaa9
RM
2035 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2036 Assume foo(bar) is a manpage reference rather than some unquoted
2037 symbol (bug#7705).
26a27884 2038
7c82f3e2 20392011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
2040
2041 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
2042 Suggested by Flo <sensorflo@gmail.com>.
2043
7c82f3e2 20442011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
2045
2046 * progmodes/compile.el (compilation-error-regexp-alist):
2047 Fix custom type. (Bug#7812)
2048
4936e3ba
KM
20492011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
2050
2051 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
2052 allout-number-siblings, in keeping with what obtained due to
2053 (now-defunct) allout-keybindings-list. Ditch repeat binding to
2054 (prefixed) ?i.
2055 (allout-before-change-handler): Better expose spots affected by
2056 undo.
2057
cde7e38b
CY
20582011-01-22 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
2061
6b072b27
PH
20622011-01-22 Phil Hagelberg <phil@evri.com>
2063
2064 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
2065 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
2066 (pcmpl-ssh-config-hosts): New function.
2067 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
2068 pcmpl-ssh-known-hosts.
2069
26d82c3a
JB
20702011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2071
c310ff4f
JB
2072 * calc/calc-undo.el (calc-undo): Autoload it.
2073 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2074 and autoload for `calc-undo'.
2075 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2076 * calc/calc-prog.el:
2077 * calc/calc-graph.el:
2078 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2079
a10c4149
ŠN
20802011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2081
2082 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2083 keybindings to `calc-undo'.
2084
8dabbfd6
SM
20852011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 Don't mess with *temp*.
2088 * obsolete/spell.el: Move from textmodes/spell.el.
2089 (spell-string):
2090 * term.el (term-read-input-ring):
2091 * startup.el (display-startup-echo-area-message):
2092 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2093 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2094 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2095 point-min==1.
2096
d3e51865
KM
20972011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2098
35f52ed6 2099 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2100 reapplying defalias.
2101
2102 (allout-hotspot-key-handler): Check for non-control-modified
2103 bindings for hotspot characters if there are no control-modified
2104 versions.
2105
d3e51865
KM
2106 * allout.el: Summary - migrate to defining allout mode using
2107 define-minor-mode instead of defun. Significantly clean-up
2108 internal keymap provisions, refactoring and, in the process,
2109 removing a lot of accumulated cruft.
2110
2111 allout-mode-map is now a keymap by virtue of being a defalias to
2112 allout-mode-map-value, which contains the actual keymap structure.
2113
8dabbfd6
SM
2114 (allout-mode): Use define-minor-mode rather than defun.
2115 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2116 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2117 entry will be '(allout-mode . allout-mode-map) - see
2118 allout-mode-map-value, below. Adjust docstring to track changes.
2119 (allout-minor-mode): Remove this defalias, now that we're using
2120 define-minor-mode.
2121 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2122 keymap is allout-mode-map-value, via defalias.
2123 (allout-mode-map-value): The variable holding the actual mode
2124 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2125 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2126 allout-bind-keys, and including the binding-composition
2127 functionality of the former produce-allout-mode-map and
2128 allout-setup-mode-map.
2129 (allout-institute-keymap): Take over the "setup" part of the former
2130 allout-setup-mode-map. Reassign allout-mode-map-value value and
2131 update the defalias.
01c35094 2132 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2133 (allout-unprefixed-keybindings):
2134 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2135 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2136 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2137 user can customize if they want to use that binding.
2138 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2139 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2140 elided that, previously, instead of the one for \C-h.)
2141 (allout-hotspot-key-handler): Remove attempt to resolve the key
2142 through the literal key-string lookup on allout-keybindings-list.
2143 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2144 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2145 (allout-pre-command-business): Use allout-mode-map-value instead
2146 of allout-mode-map.
2147 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2148 the bindings if they want to use a keybinding having a trailing
2cf429d0 2149 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2150 (allout-keybindings-list): Remove. It's not been useful for a
2151 while. (See allout-hotspot-key-handler changes, above.)
2152 (produce-allout-mode-map): Remove. Consolidate into
2153 allout-compose-and-institute-keymap.
2154 (allout-mode-map-adjustments): Remove. No longer necessary with
2155 removal of allout-preempt-trailing-ctrl-h.
2156 (allout-setup-mode-map): Remove. Consolidate into
2157 allout-compose-and-institute-keymap and allout-institute-keymap.
2158
c11136ec
GM
21592011-01-20 Glenn Morris <rgm@gnu.org>
2160
dbfb414e
GM
2161 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2162
c11136ec
GM
2163 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2164
9aea757b
CY
21652011-01-20 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2168
2169 * files.el (find-alternate-file, basic-save-buffer)
2170 (basic-save-buffer-2, revert-buffer, recover-file)
2171 (kill-buffer-ask, abort-if-file-too-large)
2172 (set-visited-file-name, write-file, backup-buffer)
2173 (basic-save-buffer, save-some-buffers):
2174 * dired-aux.el (dired-compress-file): Callers changed.
2175
5dd4f3f7
GM
21762011-01-19 Glenn Morris <rgm@gnu.org>
2177
2178 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2179 Also check the property status. (Bug#7861)
2180
56761182
MA
21812011-01-18 Michael Albinus <michael.albinus@gmx.de>
2182
2183 * net/tramp.el (tramp-debug-message): Extend function exclude
2184 list. Use `regexp-opt'.
2185
a9faac5c 21862011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2187
9cc3a0c7
SM
2188 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2189 highlighting doesn't spill over subsequent lines.
2190
1a1fcbe1
SM
2191 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2192 keymap expression. Improve docstring.
2193
74a10be5
SM
2194 * electric.el (electric-indent-post-self-insert-function):
2195 Don't auto-indent for indent-to-left-margin, it's too often
2196 counter-productive.
2197
721be9cd
TH
21982011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2199
2200 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2201 spaces if the frame was resized, so that the full visible buffer
2202 serves as canvas for strokes.
2203
a767645f
GM
22042011-01-16 Glenn Morris <rgm@gnu.org>
2205
2206 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2207 Also skip directories.
a767645f 2208
444ee8dd
KR
22092011-01-16 Kevin Ryde <user42@zip.com.au>
2210
2211 * info-xref.el: Version 3.
2212 (info-xref-check, info-xref-check-all): Move commentary details
2213 into docstrings for better visibility.
2214 Use compilation-mode for the results buffer.
2215 (info-xref-output, info-xref-output-error, info-xref-with-output)
2216 (info-xref-filename, info-xref-in-progress):
2217 New internals for this.
2218 (info-xref-check-list, info-xref-check-buffer)
2219 (info-xref-check-all-custom): Use those.
2220 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2221 (info-xref-output-heading): Rename from info-xref-filename-heading.
2222 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2223 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2224 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2225 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2226 (info-xref-subfile-p): Move to generic section with those two.
2227 (info-xref-check-node): New function split from
2228 info-xref-check-buffer, shared by info-xref-docstrings.
2229 (info-xref-goto-node-p): Move to a checking section with that func.
2230 (info-xref-unavail): New counter.
2231 (info-xref-check-node): Use it.
2232 (info-xref-with-output): Show count of unavailables at end of output.
2233 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2234 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2235 (info-xref-check-all-custom): Fix quietening viper-mode and
2236 gnus-registry-install -- use setq not let so as not to unbind
2237 after load.
2238
d4119912
JL
22392011-01-16 Juri Linkov <juri@jurta.org>
2240
2241 * isearch.el (isearch-abort): Don't quit if search has
2242 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2243
b024d9f0
MD
22442011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2245
2246 * files.el (backup-buffer): Make last-resort backup file in
2247 .emacs.d (Bug#6953).
2248
2249 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2250 make it with permission 700.
2251
d52969e8 22522011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2253
74a10be5
SM
2254 * mail/rmailmm.el (rmail-mime-insert-header):
2255 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2256 system used to decode the header.
2257 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2258 (rmail-mime-insert-decoded-text):
2259 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2260 (rmail-show-mime): If only a header part was decoded, find the
2261 coding system while ignoring mm-charset-override-alist.
2262
d52969e8 22632011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2264
2265 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2266
d52969e8 22672011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2268
2269 * mail/rmailmm.el (rmail-mime-next-item)
2270 (rmail-mime-previous-item): Delete them.
2271 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2272 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2273 Callers changed.
e7ca0062
KH
2274 (rmail-mime-raw-mode): Recursively call for children.
2275 (rmail-mode-map): Change mapping of tab and backtab to
2276 forward-button and backward-button respectively.
2277 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2278 button.
2279 (rmail-mime-update-tagline): New function.
2280 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2281 body display is changed.
74a10be5 2282 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2283 (rmail-mime-image): Delete this button type.
2284 (rmail-mime-toggle): New button type.
2285 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2286 body display is changed. Change the save button label to "Save".
2287 Don't process show/hide button here.
2288 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2289 the body display is changed. Unconditionally call
2290 rmail-mime-insert for children.
2291 (rmail-mime-handle): Update `display' vector of the just inserted
2292 entity.
2293 (rmail-mime-process): If mail-header-parse-content-type returns
2294 nil, use "text/plain" as the fallback type.
2295 (rmail-mime-insert): For raw-mode, recursively call
2296 rmail-mim-insert for children.
2297 (rmail-mime): Handle the case that the current buffer is not rmail
2298 buffer (e.g. in summary buffer).
2299
d52969e8 23002011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2301
2302 * mail/rmailmm.el (rmail-mime-next-item)
2303 (rmail-mime-previous-item): Skip the body of a non-multipart
2304 entity if a tagline is shown.
2305
362b9d48
GM
23062011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2309 (tmm-prompt): Simplify.
2310 (tmm-add-prompt): Remove unused var `win'.
2311
2312 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2313 to minor mode which used nil accidentally to mean "turn off".
2314
23152011-01-15 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * net/tramp-sh.el (tramp-find-inline-compress)
2318 (tramp-get-inline-coding): Quote command after pipe symbol for
2319 local calls under W32. (Bug#6784)
2320
23212011-01-15 Michael Albinus <michael.albinus@gmx.de>
2322
2323 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2324 only when running under W32.
2325
23262011-01-15 Eli Zaretskii <eliz@gnu.org>
2327
2328 * progmodes/grep.el (grep-compute-defaults): Quote the program
2329 file name after the pipe symbol in Grep templates. (Bug#6784)
2330 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2331
23322011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2333
2334 * buff-menu.el (Buffer-menu-buffer-list): New var.
2335 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2336 restricted buffer list is not lost on revert (Bug#7749).
2337
23382011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2339
2340 * net/ldap.el (ldap-search-internal): Discard stderr output.
2341
23422011-01-15 Eli Zaretskii <eliz@gnu.org>
2343
2344 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2345
23462011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2349
23502011-01-15 Kenichi Handa <handa@m17n.org>
2351
2352 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2353 part as a plain text.
2354 (rmail-mime-process-multipart): Set the default content-type to
2355 nil for unknown multipart subtypes (bug#7651).
2356
6d3d6113
SM
23572011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2358
4391b429
SM
2359 * hexl.el (hexl-mode-old-*): Remove.
2360 (hexl-mode--old-var-vals): New var to replace them.
2361 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2362 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2363 Use them to set local vars (bug#7846).
2364 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2365 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2366 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2367
6d3d6113
SM
2368 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2369 (smerge-resolve--normalize-re): New var.
2370 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2371 (smerge-resolve): Use them.
2372 * newcomment.el (comment-only-p): New function.
2373 (comment-or-uncomment-region): Use it.
2374
77ab81d0 23752011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2376
2377 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2378 table, get the value before switching to the output buffer. (Bug#7733)
2379
77ab81d0 23802011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2381
2382 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2383
8faba62c
KS
23842011-01-14 Kim F. Storm <storm@cua.dk>
2385
2386 * emulation/cua-base.el (cua--init-keymaps):
2387 Remap exchange-point-and-mark in cua-global-keymap.
2388
ab7eb811
TH
23892011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2390
2391 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2392 loop keyword.
2393
fc55380c
SM
23942011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2397 Require CL.
2398 (easy-menu-create-menu, easy-menu-convert-item-1):
2399 Use :label rather than nil for labels. Use `case'.
2400 Add :enable as alias for :active.
2401 (easy-menu-binding): Obey :label.
2402
dbed16aa
SM
24032011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2404
4d789d84
SM
2405 Use run-mode-hooks for major mode hooks (bug#513).
2406 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2407 Rename from reftex-toc-map.
2408 (reftex-toc-mode): Use define-derived-mode.
2409 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2410 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2411 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2412 (reftex-select-label-mode, reftex-select-bib-mode):
2413 Use define-derived-mode.
2414 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2415 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2416 Move init into delcaration.
2417 (reftex-index-mode, reftex-index-phrases-mode):
2418 Use define-derived-mode.
2419 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2420 speedbar-syntax-table. Move init into declaration.
2421 (speedbar-mode-map): Rename from speedbar-key-map.
2422 Move init into declaration.
2423 (speedbar-file-key-map): Move init into declaration.
2424 (speedbar-mode): Use define-derived-mode.
2425 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2426 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2427 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2428 (chart-face-list): Move initialization into declaration.
2429 (chart-mode): Use define-derived-mode.
2430 * calculator.el (calculator-mode-map): Move init into declaration.
2431 (calculator-mode): Use define-derived-mode.
2432
b49a2dbf
SM
2433 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2434 work for nested comments.
2435
dbed16aa
SM
2436 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2437 (prolog-use-prolog-tokenizer-flag): Change default when
2438 syntax-propertize can be used.
2439 (prolog-syntax-propertize-function): New var.
2440 (prolog-mode-variables): Move make-local-variable into `set'.
2441 Don't make comment-column local since we don't set it.
2442 Set comment-add (as it was in previous prolog.el). Use dolist.
2443 Set syntax-propertize-function.
2444 (prolog-mode, prolog-inferior-mode):
2445 Call prolog(-inferior)-menu directly, not through the mode-hook.
2446 (prolog-buffer-module, prolog-indent-level)
2447 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2448 (prolog-comment-limits, prolog-goto-comment-column):
2449 Use line-(end|beginning)-position.
2450 (prolog-build-prolog-command): Tighten up regexp.
2451 (prolog-consult-compile): Move make-local-variable into `set'.
2452 (prolog-consult-compile-filter, prolog-goto-next-paren)
2453 (prolog-help-on-predicate, prolog-clause-info)
2454 (prolog-mark-predicate): Don't let+setq.
2455 (prolog-indent-line): Use indent-line-to.
2456 Only call prolog-goto-comment-column if necessary.
2457 (prolog-indent-level): Use bobp.
2458 (prolog-first-pos-on-line): Remove, not used any more.
2459 (prolog-in-string-or-comment): Use syntax-ppss if available.
2460 (prolog-help-on-predicate): Use read-string.
2461 (prolog-goto-predicate-info): Simplify.
2462 (prolog-read-predicate): Use `default' rather than `initial'.
2463 (prolog-temporary-file): Use make-temp-file to close a security hole.
2464 (prolog-toggle-sicstus-sd): New command.
2465 (prolog-electric-underscore, prolog-variables-to-anonymous):
2466 Use dynamic-scoping as it was meant.
2467 (prolog-menu): Move menu definitions to top-level.
2468 Use a toggle-button for Sicstus's source debugger.
2469 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2470 to "System".
2471 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2472 Move other menu definition to top-level.
2473
50f8cd96
TH
24742011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2475
5b355315
TH
2476 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2477 name. Keep original document's directory as default-directory
2478 (bug#6446).
1281bd51
TH
2479 (doc-view-initiate-display): Fall back to normal mode when
2480 doc-view-mode cannot be enabled, also when extracting the document
2481 text into a separate buffer (bug#6446).
5b355315 2482
50f8cd96
TH
2483 * simple.el (shell-command): Don't error out if shell command
2484 buffer contains text with non-nil read-only property when erasing
2485 the buffer.
2486
821f936d
KS
24872011-01-13 Kim F. Storm <storm@cua.dk>
2488
2489 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2490 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2491 items when cycling through the matches.
2492
f754f898
TH
24932011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2494
2495 * dired-x.el (dired-omit-verbose): New defcustom that allows
2496 disabling the omit messages.
2497 (dired-omit-expunge): Use it.
2498
d221e780
CO
24992011-01-13 Christian Ohler <ohler@gnu.org>
2500
2501 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2502
a03b542a
CY
25032011-01-13 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * font-lock.el (font-lock-verbose): Default to nil.
2506
25ca2e61
CY
25072011-01-13 Chong Yidong <cyd@stupidchicken.com>
2508
2509 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2510 (compose-mail): New arg RETURN-ACTION.
2511 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2512
2513 * mail/sendmail.el (mail-return-action): New var.
2514 (mail-mode): Make it buffer-local.
2515 (mail-bury): Obey it. Move special Rmail window handling to
2516 rmail-mail-return.
2517 (mail, mail-setup): New arg RETURN-ACTION.
2518 (sendmail-user-agent-compose): Move from simple.el.
2519
2520 * mail/rmail.el (rmail-mail-return): New function.
2521 (rmail-start-mail): Pass it to compose-mail.
2522
2a8b13af
CY
25232011-01-12 Chong Yidong <cyd@stupidchicken.com>
2524
b2948a87
CY
2525 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2526 menus. Add menu item for customize-themes.
2527
2528 * cus-theme.el (customize-themes):
74a10be5
SM
2529 * emacs-lisp/package.el (package--list-packages):
2530 Use switch-to-buffer.
2a8b13af 2531
059616e5
JB
25322011-01-11 Johan Bockgård <bojohan@gnu.org>
2533
2534 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2535
04380ff1
SM
25362011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2537
2538 * progmodes/prolog.el: Fix up coding convention and such.
2539 (prolog-indent-width): Use the same default as in
2540 previous prolog.el rather than tab-width which depends on which buffer
2541 is current when the file is loaded.
2542 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2543 is not available.
2544 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2545 (prolog-known-systems): Remove.
2546 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2547 Move initialization into declaration.
2548 (prolog-mode-map): Move initialization into declaration.
2549 Remove system-specific mode-map vars, since they referred to the same
2550 keymap anyway.
2551 (prolog-mode-variables): Obey the user's preference w.r.t
2552 adaptive-fill-mode. Prefer symbol-value to `eval'.
2553 (prolog-mode-keybindings-edit): Add compatibility bindings.
2554 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2555 (mercury-mode-map): New var.
2556 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2557 (prolog-ensure-process, prolog-process-insert-string)
2558 (prolog-consult-compile): Use with-current-buffer.
2559 (prolog-guess-fill-prefix): Simplify data flow.
2560 (prolog-replace-in-string): New function to use instead of
2561 replace-in-string.
2562 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2563 (prolog-uncomment-region): Use `uncomment-region' when available.
2564 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2565 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2566 of int-to-char and char-to-int.
2567 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2568
e2019526
SB
25692011-01-11 Stefan Bruda <stefan@bruda.ca>
2570
2571 * progmodes/prolog.el: Replace by a whole new file.
2572
3fa173b4
SM
25732011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2574
2575 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2576 (declare-function, undefined, insert-for-yank)
2577 (replace-regexp-in-string): Follow checkdoc's recommendations.
2578
7973bcea
SM
25792011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2582 refreshing the diary buffer.
2583
0af8c88b
KM
25842011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2585
7973bcea 2586 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2587 (allout-encrypt-string): Prevent encryption from adding an extra
2588 newline at the end of the topic body.
2589 (allout-version): Increment to 2.3.
2590
1a27c64e
MA
25912011-01-10 Michael Albinus <michael.albinus@gmx.de>
2592
7973bcea
SM
2593 * net/dbus.el (dbus-unregister-service): Complete doc.
2594 Fix call of dbus-error signal.
5c0b4070 2595 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2596
0a203b61
MA
25972011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2598
2599 * net/dbus.el (dbus-unregister-service): Translate returned
2600 integer into a symbol.
2601 (dbus-register-property): Use `dbus-register-service' to do the
2602 name registration.
2603
895123f5
CY
26042011-01-09 Chong Yidong <cyd@stupidchicken.com>
2605
7973bcea
SM
2606 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2607 Suggested by Joakim Verona.
12e1f328 2608
732eb50a
CY
2609 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2610
895123f5
CY
2611 * wid-edit.el (visibility): Replace :on-image and :off-image
2612 widget properties with :on-glyph and :off-glyph, for consistency
2613 with the `visibility' widget.
2614 (widget-toggle-value-create, widget-visibility-value-create):
2615 Merge into a single function `widget-toggle-value-create'.
2616
2617 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2618 (custom-face-edit-value-create, custom-face-value-create):
2619 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2620 :off-glyph, for consistency with the `visibility' widget.
2621
c8043a22
AS
26222011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2623
2624 * net/ldap.el (ldap-search-internal): Don't use eval.
2625
b7617f6d
CY
26262011-01-09 Chong Yidong <cyd@stupidchicken.com>
2627
973f1f2a
CY
2628 * subr.el (read-char-choice): Use read-key.
2629
b7617f6d
CY
2630 * custom.el (custom-safe-themes): Rename from
2631 custom-safe-theme-files. Add :risky tag.
2632 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2633 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2634
900503ae
CY
26352011-01-09 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2638 from Search and add a label to Undo.
2639
2640 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2641 inappropriate buttons and adding :vert-only tags.
2642
2643 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2644 removal of Help tool-bar button. Remove Undo button for space.
2645
2646 * info.el (info-tool-bar-map): Add :vert-only tags.
2647
c44d54b3
TH
26482011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2649
2650 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2651 image backend support. Either of them is fine.
2652
3ef01959
CY
26532011-01-08 Chong Yidong <cyd@stupidchicken.com>
2654
3d91e302
CY
2655 * subr.el (y-or-n-p): Doc fix.
2656
278f6845
CY
2657 * custom.el (custom-safe-theme-files): New defcustom.
2658 (custom-theme-load-confirm): New function.
2659 (load-theme): Load theme using `load', confirming with
2660 custom-theme-load-confirm if necessary.
2661
3ef01959
CY
2662 * subr.el (read-char-choice): New function, factored out from
2663 dired-query and hack-local-variables-confirm.
2664
2665 * dired-aux.el (dired-query):
2666 * files.el (hack-local-variables-confirm): Use it.
2667
2668 * dired-aux.el (dired-compress-file):
2669 * files.el (abort-if-file-too-large, find-alternate-file)
2670 (set-visited-file-name, write-file, backup-buffer)
2671 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2672 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2673 Use new format string args for y-or-n-p and yes-or-no-p.
2674
7c837933
AS
26752011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2676
2677 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2678 [gcc-include]: Tighten file name match, add match for column
2679 number. (Bug#7806)
6c7ec171 2680 [gnu]: Remove unused group.
7c837933 2681
d0981f82
GM
26822011-01-08 Glenn Morris <rgm@gnu.org>
2683
e7a42417
GM
2684 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2685
d0981f82
GM
2686 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2687
d43bb7d3
SS
26882011-01-07 Sam Steingold <sds@gnu.org>
2689
2690 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2691 the `explicit-shell-file-name' because that is the
2692 non-interactive shell.
2693
8c51d2a2
CY
26942011-01-07 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * subr.el (y-or-n-p): Accept format string args.
2697
66b7b0fe
GM
26982011-01-07 Glenn Morris <rgm@gnu.org>
2699
2700 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2701
1e004a83
KM
27022011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2703
66b7b0fe 2704 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2705 the visible containing topic, rather than a collapsed one.
66b7b0fe 2706 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2707 (allout-exposure-change-hook): Remove documentation remarks
2708 concerning removed allout-view-change-hook.
2709 (allout-flag-region): Remove invocation of and documentation
2710 remarks concerning allout-view-change-hook.
2711
b0a8e46b
GM
27122011-01-06 Glenn Morris <rgm@gnu.org>
2713
2714 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2715 (vc-bzr-annotate-extract-revision-at-line):
2716 Handle authors with embedded spaces. (Bug#7792)
2717
875c044a
TH
27182011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2719
2720 * doc-view.el (doc-view-image-width): New variable.
2721 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2722 backend for PNG images, and do dynamic rescaling instead of
2723 reconverting the whole doc.
2724
1f6f7722
GM
27252011-01-05 Glenn Morris <rgm@gnu.org>
2726
2727 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2728
e9e68fda
KM
27292011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2730
4896e8fc 2731 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2732 long text lines that cross more than a single physical window
2733 line, ie when truncate-lines is nil.
e9e68fda
KM
2734 (allout-next-visible-heading): Provide for change in line-move
2735 behavior on long lines when truncate-lines is nil. In that case,
2736 line-move can wind up on the same textual line when it moves to
2737 the next window line, and moving to the bullet position after the
2738 move yields zero advancement. Add logic to detect and compensate
2739 for the lack of progress.
2740 (allout-current-topic-collapsed-p): move-end-of-line respect for
2741 field boundaries is different when operating with body lines
2742 shorter than window width versus ones greater than window width,
2743 which can yield false negatives in this function. Avoid
2744 difference by applying move-end-of-line while field-text-motion is
2745 inhibited.
2746
3f1b6eb2
GM
27472011-01-04 Glenn Morris <rgm@gnu.org>
2748
2749 * textmodes/rst.el (rst-compile-toolsets):
2750 Add pdf and s5 to option alist.
2751
6388924a
MA
27522011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2753
7973bcea 2754 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2755 dont-register-service. Updated docstring accordingly.
2756
c3e4b003
AS
27572011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2758
2759 * textmodes/rst.el (rst-compile-pdf-preview)
2760 (rst-compile-slides-preview): Remove extra line.
2761
ef4271fe
GM
27622011-01-04 Glenn Morris <rgm@gnu.org>
2763
2764 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2765 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2766 default to `prog' without a .py extension.
2767 (rst-compile-pdf-preview, rst-compile-slides-preview):
2768 Use program names from rst-compile-toolsets, rather than hard-coding.
2769 (rst-portable-mark-active-p): Fix presumed typo.
2770
7c420169 27712011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2772
7c420169 2773 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2774 libpng versions both before and after 1.4.0. (Bug#7716)
2775
7c420169 27762011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2777
6491af11
EZ
2778 * time.el (display-time-mode): Mention display-time-interval in
2779 the doc string. (Bug#7713)
2780
7c420169 27812011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2782
2783 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2784 condition-case and return an error message string if something
2785 goes wrong.
2f952059 2786 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2787 header by rmail-mime-insert-header.
2788
7c420169 27892011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2790
2791 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2792 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2793 (rmail-mime-mbox-buffer)
2794 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2795 (rmail-mime-entity): Argument changed. All codes handling an
2796 entity object are changed.
2f952059 2797 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2798 the above change.
2799 (rmail-mime-entity-children, rmail-mime-entity-handler)
2800 (rmail-mime-entity-tagline): New functions.
2801 (rmail-mime-message-p): New function.
2802 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2803 (rmail-mime-entity-segment, rmail-mime-next-item)
2804 (rmail-mime-previous-item, rmail-mime-shown-mode)
2805 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2806 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2807 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2808 New functions.
186f7f0b
KH
2809 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2810 (rmail-mime-insert-decoded-text): New function.
2811 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2812 (rmail-mime-insert-image): Argument changed. Caller changed.
2813 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2814 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2815 (rmail-mime-insert-bulk): Argument changed.
2816 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2817 (rmail-mime-process-multipart): Argument changed.
2818 Handle "multipart/alternative" here.
186f7f0b
KH
2819 (rmail-mime-process): Argument changed.
2820 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2821 (rmail-mime-insert): Argument changed. Handle raw display mode.
2822 (rmail-mime): Argument changed. Handle toggling of raw display
2823 mode.
2824 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2825 rmail-mime-view-buffer.
2826 (rmail-insert-mime-forwarded-message): Likewise.
2827 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2828
2829 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2830 non-nil, handle the header in rmail-show-mime-function.
2831
7c420169 28322011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2833
7c420169 2834 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2835
7c420169 28362011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2837
2838 * isearch.el (isearch-lazy-highlight-error): New variable.
2839 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2840 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2841 to the current value of `isearch-error' (Bug#7468).
2842
7c420169 28432011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2844
2845 * help-fns.el (describe-variable): Don't emit trailing whitespace
2846 (Bug#7511).
2847
7c420169 28482011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2849
2850 * textmodes/rst.el (rst-compile-pdf-preview)
2851 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2852
7c420169 28532011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2854
2855 * emulation/edt-mapper.el: Override mapping of function keys so
2856 that the later call to read-key-sequence works.
2857
7c420169 28582011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2859
2860 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2861 Unix EOLs. (Bug#7589)
2862
7c420169
CY
28632011-01-02 Leo <sdl.web@gmail.com>
2864
2865 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2866 if point is not behind eshell-last-output-end (Bug#7585).
2867
28682011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * files.el (file-local-variables-alist):
2871 Make permanent-local (bug#7767).
2872
28732011-01-02 Glenn Morris <rgm@gnu.org>
2874
2875 * version.el (emacs-copyright): Set short copyright year to 2011.
2876
28772011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2878
2879 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2880 an existing temp buffer. (Bug#7746)
2881
28822011-01-02 Glenn Morris <rgm@gnu.org>
2883
2884 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2885 multiple addresses. (Bug#7760)
2886
fb9a573a
KM
28872011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2888
e9e68fda 2889 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2890 do-auto-fill if everything points back to allout-auto-fill.
2891 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2892 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2893
8d68c659
MA
28942010-12-31 Michael Albinus <michael.albinus@gmx.de>
2895
2896 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2897 and "scpx".
2898
291cc045
TH
28992010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2900
2901 * doc-view.el (doc-view-set-doc-type): New function refactored
2902 from doc-view-mode.
2903 (doc-view-fallback-mode): New function.
2904 (doc-view-mode): Use it.
2905 (doc-view-mode-maybe): New function that checks if doc-view-mode
2906 can be used and falls back to the next best mode otherwise.
2907
2908 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2909 DVI, OpenDocument, and MS Office files.
2910
8ee2dc5c
AS
29112010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2912
2913 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2914
f9e68477
TH
29152010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2916
2917 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2918 on a copy of auto-mode-alist, because that deletes with side
2919 effects.
2920
ad727c81
TH
29212010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2922
7973bcea
SM
2923 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2924 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2925 fallback instead of hard coding fundamental mode.
2926
b71b7803
TH
29272010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2928
2929 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2930 Office) files also for searching.
2931
95e16d17
TH
29322010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2933
2934 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2935 Office) files. Not yet enabled via auto-mode-list.
2936 (doc-view-unoconv-program): New custom variable.
2937 (doc-view-mode-p): Handle new odf document type.
2938 (doc-view-odf->pdf): New conversion function.
2939 (doc-view-convert-current-doc): Call it for odf files.
2940 (doc-view-mode): Recognize newly supported file extensions.
2941
b191c9d9
MA
29422010-12-30 Michael Albinus <michael.albinus@gmx.de>
2943
2944 * net/tramp.el (tramp-default-method-alist)
2945 (tramp-default-user-alist)
2946 (tramp-local-host-regexp, tramp-prefix-domain-format)
2947 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2948
2949 * net/tramp-ftp.el:
2950 * net/tramp-gvfs.el:
2951 * net/tramp-gw.el:
2952 * net/tramp-imap.el:
2953 * net/tramp-sh.el:
2954 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2955 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2956
6e457cc9
KF
29572010-12-29 Karl Fogel <kfogel@red-bean.com>
2958
2959 * saveplace.el (save-place-alist-to-file): Save list sorted and
2960 pretty-printed, so that it is mergeable by line-based text merging,
2961 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2962
fb9a573a
KM
29632010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2964
e9e68fda 2965 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2966 (allout-mode): Argument "toggle" => "force".
2967 Refine the docstring.
2968 Remove special provisions for reactivation, besides the 'force'
2969 argument.
2970 Consolidate layout provisions coce directly into the activation
2971 condition branch, now that we've removed those provisions.
2972 (allout-unload-function): Explicitly activate the mode before
2973 deactivating, if it's initially deactivated.
2974 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2975 warnings for version of function used only where
2976 set-buffer-multibyte is unavailable.
2977
c940c054
CY
29782010-12-28 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2981 are handled by the menu-bar entries. As before, don't use
2982 :visibile to avoid changing the tool-bar.
2983
4c145d5d
MA
29842010-12-27 Michael Albinus <michael.albinus@gmx.de>
2985
2986 * net/secrets.el (secrets-delete-alias): New defun.
2987
fe99f704
MA
29882010-12-27 Michael Albinus <michael.albinus@gmx.de>
2989
2990 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2991 methods, otherwise ~/.ssh/config would be ignored.
2992
723ee192
SM
29932010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * emacs-lisp/rx.el: Make it a superset of sregex.
2996 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2997 of args, add `regex' alias.
2998 (rx-info): Add arg to distinguish head and standalone forms.
2999 (rx-check, rx-form): Pass the corresponding arg.
3000 (rx-**): Simplify.
3001 (rx-repeat): Make it work for any number of args.
3002 (rx-syntax): Make it accept syntax chars as is.
3003 * obsolete/sregex.el: Move from emacs-lisp/.
3004 * emacs-lisp/re-builder.el: Remove sregex support.
3005 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
3006
e77714da
EZ
30072010-12-25 Eli Zaretskii <eliz@gnu.org>
3008
3009 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
3010 PRIMARY first, then the clipboard. (Bug#7699)
3011
17870c01
SM
30122010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
3015 print-number-table.
3016
6bfa51ba
CY
30172010-12-21 Chong Yidong <cyd@stupidchicken.com>
3018
d78cdcf7
CY
3019 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
3020 .emacs.elc (Bug#7530).
3021
6bfa51ba
CY
3022 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
3023 image spec (Bug#7480).
3024
9d9cfd53
DU
30252010-12-21 Daiki Ueno <ueno@unixuser.org>
3026
3027 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
3028 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
3029 Move from lisp/.
9d9cfd53 3030
adc0b793
JD
30312010-12-20 Leo <sdl.web@gmail.com>
3032
3033 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
3034 always be performed (Bug#7680).
3035
778ca437
CY
30362010-12-20 Chong Yidong <cyd@stupidchicken.com>
3037
3f95d7ff
CY
3038 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
3039 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
3040 mouse-region-match.
778ca437 3041
3f95d7ff 3042 * color.el: Move from gnus/.
94975270 3043
f48fdaad
CY
3044 * vc/diff.el (diff-better-file-name): Function deleted.
3045 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
3046 (diff-no-select): Just use expand-file-name.
3047
3048 * tool-bar.el (tool-bar--image-expression): New function.
3049 (tool-bar-local-item, tool-bar--image-exp): Use it.
3050 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
3051 Use :enable instead of :visible to avoid changing the tool-bar
3052 configuration unnecessarily.
3053
3054 * info.el (info-tool-bar-map): Add separators.
3055
2e306b39
KB
30562010-12-17 Ken Brown <kbrown@cornell.edu>
3057
3058 * loadup.el: Use version numbers in Cygwin build.
3059
395542c6
RT
30602010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
3061
3062 * ido.el (ido-file-internal): Ask for confirmation before
3063 overwriting an existing file (Bug#1238).
3064
4039c786
CY
30652010-12-16 Chong Yidong <cyd@stupidchicken.com>
3066
3067 * tool-bar.el (tool-bar-setup): Add separators.
3068
3069 * menu-bar.el (featurep): Use menu-bar-separator.
3070
45720dc3
GM
30712010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3072
3073 Migrate allout encryption provisions from pgg to epg.
3074
3075 * allout.el (allout-toggle-current-subtree-encryption)
3076 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3077 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3078 for simpler universal argument interpretation.
35f52ed6 3079 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3080 changed encryption provisions. Change fetch-pass to keymode-cue, for
3081 simpler universal argument interpretation. Remove provisions for
3082 handling key type and identity - they'll all be within
3083 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3084 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3085 for keypair recipients (universal argument > 1) and, in addition,
3086 associating the specified recipients with the outline (universal
3087 argument > 4) using a file local variable setting for
3088 'epa-file-encrypt-to'.
3089 Require epa, for recipients handling.
3090 Change how regexp filtering elements are named.
3091 Describe the problem with caching of incorrect symmetric-decryption
3092 keys.
3093 Use the epa-passphrase-callback-function, in case the user is using
3094 GnuPG v1.
3095 Support saving of the selected keypair recipients when invoked with a
3096 keymode-cue > 4.
3097 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3098 Require 'epa.
3099 Establish epg-context with armoring and default epg-protocol.
3100 Remove all passphrase cache, verification, and hinting code.
3101 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3102 No longer used, delete.
3103 (allout-mode): Adjust docstring to describe changed encryption
3104 provisions. Describe the problem with caching of incorrect
3105 symmetric-decryption keys.
3106 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3107 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3108 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3109 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3110 Obsolete, remove.
3111
33088bed
DU
31122010-12-16 Daiki Ueno <ueno@unixuser.org>
3113
3114 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3115 key selection prompt; make 'silent as default (Bug#7487).
3116
bfc49a5b
LL
31172010-12-16 Leo <sdl.web@gmail.com>
3118
7973bcea
SM
3119 * eshell/eshell.el (eshell-directory-name):
3120 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3121
68251e16
GM
31222010-12-15 Glenn Morris <rgm@gnu.org>
3123
3124 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3125
99f053cf 31262010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3127 Scott Evans <gse@antisleep.com>
99f053cf
JA
3128
3129 * rect.el (rectange--default-line-number-format)
3130 (rectangle-number-line-callback): New functions.
3131 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3132
5614fd56
CY
31332010-12-15 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3136 Delete unused variables.
3137 (move-to-column-force): Remove function obsolete since 21.2.
3138
d68b0220
MA
31392010-12-14 Michael Albinus <michael.albinus@gmx.de>
3140
3141 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3142 (tramp-handle-insert-file-contents): Do not set permanent-local
3143 property.
3144
7973bcea
SM
3145 * net/tramp-cache.el (tramp-persistency-file-name):
3146 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3147
3148 * net/tramp-sh.el (tramp-methods): Add "ksu".
3149 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3150 method list.
3151
0273f794
GM
31522010-12-14 Glenn Morris <rgm@gnu.org>
3153
ab274982
GM
3154 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3155 (find-tag-marker-ring): Declare.
3156 (js-find-symbol): Require etags.
3157
e758216c
GM
3158 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3159 Require mail-utils.
3160 (mail-alias-file): Don't autoload. Doc fix.
3161 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3162 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3163 Mark as obsolete, and risky.
3164 (mail-setup): Simplify.
3165
53aff12a
GM
3166 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3167 * mail/sendmail.el (build-mail-aliases): Update autoload.
3168
aae4b48c
GM
3169 * dired.el (dired-trivial-filenames, dired-chown-program)
3170 (dired-auto-revert-buffer): Remove autoload cookies.
3171 * mail/sendmail.el (mail-recover-1): Require 'dired.
3172
bff7c1ad
GM
3173 * dired.el (dired-subdir-switches, dired-chown-program)
3174 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3175 Make into defcustoms.
3176 (dired-chown-program): Simplify initialization.
3177
0273f794
GM
3178 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3179
bc557672
RF
31802010-12-13 Romain Francoise <romain@orebokech.com>
3181
3182 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3183
7410c270
G
31842010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3185
3186 * net/netrc.el (netrc-point-at-eol): Remove the unused
3187 netrc-point-at-old and netrc-bound-and-true-p bindings.
3188 (netrc-parse): Cache the netrc contents.
3189
f49d1f52 31902010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3191
3192 * subr.el (posn-col-row): Evaluate header-line-format in the
3193 context of the POSITION window's buffer.
3194
f49d1f52 31952010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3196
3197 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3198 (with-silent-modifications): Doc fixes.
3199
f49d1f52 32002010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3201
3202 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3203 Revert previous from. Use `save-restriction'.
158d5945 3204
f49d1f52 32052010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3206
3207 * calendar/diary-lib.el (diary-list-sexp-entries):
3208 Handle case of no newline at end of file. (Bug#7536)
3209
f49d1f52 32102010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3211
3212 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3213
f49d1f52 32142010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3215
f49d1f52 3216 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3217 (tramp-process-actions): Do not widen.
d68b0220 3218
f49d1f52
SM
3219 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3220 Protect buffer-modified value. (Bug#7557)
32802ee1 3221
f49d1f52 32222010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3223
3224 * log-edit.el (log-edit-changelog-entries):
3225 Regexp quote filename. (Bug#7505)
3226
f49d1f52 32272010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3228
3229 * cus-edit.el (custom-save-all):
3230 Bind print-length and print-level to nil. (Bug#7581)
3231
f49d1f52 32322010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3233
d5e6e0b6
GM
3234 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3235 Run hooks to update menu contents. (Bug#7586)
3236
3c1e62f8
GM
3237 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3238 file names, for the sake of MS Windows. (Bug#7588)
3239
f49d1f52 32402010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3241
3242 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3243 empty lines without a leading space.
3244
f49d1f52 32452010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3246
740af6c9
GM
3247 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3248 while mapping over marks (Bug#6810).
86a6e8e0 3249
f49d1f52 32502010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3251
3252 * image-dired.el (image-dired-db-file)
3253 (image-dired-temp-image-file, image-dired-gallery-dir)
3254 (image-dired-temp-rotate-image-file): Set default values relative
3255 to image-dired-dir (Bug#7518).
3256
f49d1f52 32572010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3258
3259 * format.el (format-decode-run-method): Pass args FROM and TO, not
3260 point-min and point-max, to shell-command-on-region (Bug#7488).
3261
f49d1f52 32622010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3263
3264 * frame.el (blink-cursor-mode): Make default t for ns.
3265
f49d1f52 32662010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3267
3268 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3269
f49d1f52 32702010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3271
637c2c43
CY
3272 * comint.el (comint-dynamic-list-input-ring)
3273 (comint-dynamic-complete-filename)
3274 (comint-replace-by-expanded-filename)
3275 (comint-dynamic-simple-complete)
3276 (comint-dynamic-list-filename-completions)
3277 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3278
74194465
CY
3279 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3280 Doc fix (Bug#7471).
3281
f49d1f52 32822010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3283
3284 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3285 (Bug#7533).
3286
01c35094 32872010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3288
3289 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3290 (Bug#7491).
3291
f49d1f52 32922010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3293
3294 * files.el (file-relative-name): Handle UNC file names on
3295 DOS/Windows. (Bug#4674)
3296
f49d1f52 32972010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3298
3299 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3300 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3301 (epg-context-set-passphrase-callback): Mention that the callback
3302 is not called when used with GnuPG 2.x.
3303
f49d1f52 33042010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3305
3306 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3307 Ensure ps-footer-font-size-internal is initialized.
3308 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3309
f49d1f52 33102010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3311
3312 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3313 within condition-case.
3314 (rmail-show-mime): Don't use condition-case.
3315 (rmail-search-mime-message): New function.
3316 (rmail-search-mime-message-function): Set to
3317 rmail-search-mime-message.
3318
f49d1f52 33192010-12-13 Leo <sdl.web@gmail.com>
bd794450 3320
0fdd1db7 3321 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3322 (ido-mode): Use it.
3323 (ido-completing-read): Call it.
3324
fdbb4d85
KF
33252010-12-12 Karl Fogel <kfogel@red-bean.com>
3326
3327 * bookmark.el (bookmark-name-from-full-record): Rename back to
3328 this original name from `bookmark-name-from-record' reverting part
3329 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3330 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3331 third-party callers. (Bug#7609)
fdbb4d85 3332
0e5cf2b8
AM
33332010-12-12 Alan Mackenzie <acm@muc.de>
3334
3335 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3336 template arglist, check that the current language supports this.
3337
6961d41c
GM
33382010-12-11 Glenn Morris <rgm@gnu.org>
3339
2b404597
GM
3340 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3341 state of the file matches. (Bug#7544)
3342 (vc-bzr-register, vc-bzr-checkin)
3343 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3344 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3345
6961d41c
GM
3346 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3347
1e5d2a04
KK
33482010-12-11 Karel Klíč <kklic@redhat.com>
3349
3350 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3351
175069ef
SM
33522010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 Derive from prog-mode, use derived-mode-p, and fix up various
3355 minor style issues in lisp/progmodes.
3356
3357 * progmodes/vhdl-mode.el (vhdl-mode):
3358 * progmodes/verilog-mode.el (verilog-mode):
3359 * progmodes/vera-mode.el (vera-mode):
3360 * progmodes/sql.el (sql-mode):
3361 * progmodes/scheme.el (scheme-mode):
3362 * progmodes/perl-mode.el (perl-mode):
3363 * progmodes/octave-inf.el (inferior-octave-mode):
3364 * progmodes/autoconf.el (autoconf-mode):
3365 * progmodes/m4-mode.el (m4-mode):
3366 * progmodes/inf-lisp.el (inferior-lisp-mode):
3367 * progmodes/idlwave.el (idlwave-mode):
3368 * progmodes/icon.el (icon-mode):
3369 * progmodes/idlw-help.el (idlwave-help-mode):
3370 * progmodes/dcl-mode.el (dcl-mode):
3371 * progmodes/idlw-shell.el (idlwave-shell-mode):
3372 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3373 (ebrowse-member-mode, ebrowse-electric-position-mode):
3374 Use define-derived-mode.
3375
3376 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3377 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3378 (xscheme-debugger-mode-p, xscheme-send-string-1):
3379 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3380 (tcl-load-file, tcl-restart-with-file):
3381 * progmodes/ps-mode.el (ps-run-running):
3382 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3383 * progmodes/js.el (js--get-all-known-symbols):
3384 * progmodes/inf-lisp.el (inferior-lisp-proc):
3385 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3386 (idlwave-template, idlwave-update-buffer-routine-info)
3387 (idlwave-update-current-buffer-info)
3388 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3389 (idlwave-scan-class-info, idlwave-fix-keywords)
3390 (idlwave-list-buffer-load-path-shadows):
3391 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3392 (idlwave-toolbar-remove):
3393 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3394 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3395 (idlwave-shell-menu-def):
3396 * progmodes/idlw-complete-structtag.el
3397 (idlwave-prepare-structure-tag-completion):
3398 * progmodes/gud.el (gud-set-buffer):
3399 * progmodes/f90.el (f90-backslash-not-special):
3400 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3401
3402 * progmodes/xscheme.el (xscheme-start)
3403 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3404 * progmodes/which-func.el (which-function):
3405 * progmodes/vhdl-mode.el (vhdl-set-style):
3406 * progmodes/verilog-mode.el (verilog-set-compile-command)
3407 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3408 (verilog-set-define, verilog-auto-reeval-locals):
3409 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3410 * progmodes/simula.el (simula-mode):
3411 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3412 * progmodes/python.el (python-check, python-mode):
3413 * progmodes/prolog.el (prolog-mode-variables):
3414 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3415 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3416 * progmodes/delphi.el (delphi-mode):
3417 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3418 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3419 (c-font-lock-init): Move make-local-variable to their setq.
3420
3421 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3422 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3423 make-local-hook.
3424 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3425 (sh-set-shell): Don't set require-final-newline since it's already done
3426 by prog-mode.
3427 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3428 since we never set it.
3429 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3430 Use read-string and standard prompt.
3431 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3432 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3433 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3434 (meta-common-mode-map): Rename from meta-mode-map.
3435 Remove C-m binding, which is a user preference, not mode specific.
3436 (meta-common-mode): New major mode; replace meta-common-initialization.
3437 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3438 around with font-lock.
3439 * progmodes/etags.el (select-tags-table-mode):
3440 Derive from special-mode.
3441 * progmodes/octave-mod.el (octave-mode):
3442 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3443 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3444 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3445 Let define-derived-mode do its job.
3446 * progmodes/cpp.el (cpp-edit-mode-map):
3447 Move initialization into declaration.
3448 (cpp-edit-mode): Use define-derived-mode.
3449 (cpp-edit-load): Use derived-mode-p.
3450 * progmodes/mixal-mode.el (mixal-mode):
3451 * progmodes/f90.el (f90-mode):
3452 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3453 require-final-newline since prog-mode does it already.
3454 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3455 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3456 * progmodes/antlr-mode.el: Require cc-mode upfront.
3457 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3458 the declaration.
3459 (antlr-directory-dependencies, antlr-show-makefile-rules):
3460 Use derived-mode-p.
3461 (antlr-language-option): Don't assume point-min==1.
3462 (antlr-mode): Use define-derived-mode.
3463 * progmodes/ada-mode.el: Use derived-mode-p.
3464 (ada-mode): Use define-derived-mode.
3465 Use hack-local-variables-hook.
3466
61f91c04
SM
34672010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3468
3469 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3470 (texinfo-mode): Don't disable adaptive-fill-mode.
3471 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3472 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3473 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3474 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3475 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3476 (texinfo-insert-@quotation, texinfo-insert-@samp)
3477 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3478 (texinfo-insert-@uref): Use define-skeleton.
3479 (texinfo-insert-@-with-arg): Delete.
3480
72a44673
EZ
34812010-12-10 Eli Zaretskii <eliz@gnu.org>
3482
3483 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3484 nil, do quote archive member names. (Bug#6144)
3485
ab540f59
GM
34862010-12-10 Glenn Morris <rgm@gnu.org>
3487
66f782de
GM
3488 * files.el (diff-no-select): Declare.
3489
e554b3f8
GM
3490 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3491 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3492
ab540f59
GM
3493 * comint.el (comint-input-ring-file-name): Doc fix.
3494
f68ab99b
EZ
34952010-12-09 Eli Zaretskii <eliz@gnu.org>
3496
3497 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3498 New functions.
61f91c04
SM
3499 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3500 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3501 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3502 instead of `nil'.
3503 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3504 and menu-bar-positive-p instead of `nil' and `>', respectively.
3505 (Bug#1077)
3506
650453a9
VJL
35072010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3508
3509 * whitespace.el (whitespace-newline-mode): Code fix.
3510
28d5de72
GM
35112010-12-09 Glenn Morris <rgm@gnu.org>
3512
3513 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3514 Rename functions without commas, update callers.
3515
b596d50d 35162010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3517
b596d50d
GM
3518 * whitespace.el (whitespace-cleanup-region):
3519 Clean up spaces before tabs. (Bug#7582)
16498102 3520
eff37c5e
KF
35212010-12-08 Karl Fogel <kfogel@red-bean.com>
3522
3523 * bookmark.el: Adjust parameter names and doc strings to resolve
3524 confusion over whether "bookmark" meant a bookmark name or a
3525 bookmark record. Along the way, shorten one function's name for
3526 similar reasons. (Issue #7548)
3527 (bookmark-name-from-record): New name for
3528 `bookmark-name-from-full-record'. All callers changed.
3529 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3530 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3531 (bookmark-get-annotation, bookmark-set-annotation)
3532 (bookmark-get-filename, bookmark-set-filename)
3533 (bookmark-get-position, bookmark-set-position)
3534 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3535 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3536 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3537 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3538 Rename `bookmark' parameter to `bookmark-name-or-record', to
3539 clearly show its role, and shorten or adjust doc strings accordingly.
3540 (bookmark-set-name): Same, and pass the parameter directly to
3541 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3542 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3543 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3544 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3545 and in some cases shorten doc string accordingly.
3546 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3547 and `new-name', and adjust an internal variable to avoid confusion.
3548 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3549 parameter in doc string.
3550
5fe9ebd1
GM
35512010-12-08 Glenn Morris <rgm@gnu.org>
3552
ac8331a7
GM
3553 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3554 from gdb's history file. (Bug#7575)
3555
5fe9ebd1
GM
3556 * mail/emacsbug.el (report-emacs-bug):
3557 Try to handle some other mail clients.
3558
33cf0fb2
SM
35592010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3562 Use string-prefix-p.
3563 (file-name-version-regexp): New var.
3564 (file-name-sans-versions):
3565 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3566 (jka-compr-get-compression-info): Use dolist.
3567 (jka-compr-compression-info-list): Don't bother specifying
3568 version/backup regexps.
3569
11c31b99
TH
35702010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3571
3572 * simple.el (just-one-space): Make argument n default to 1 if
3573 omitted.
3574
a733fc37
SM
35752010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * electric.el (electric-indent-post-self-insert-function):
3578 Delete trailing newlines even if we don't reindent.
3579
88b5a757
DD
35802010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3581
a733fc37
SM
3582 * minibuffer.el (completion-at-point): Remove the `arg'.
3583 * bindings.el (complete-symbol): Move back from minibuffer.el.
3584
35852010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3586
88b5a757
DD
3587 * simple.el (just-one-space): Delete newlines for negative arg.
3588
ce327e48
SM
35892010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3592 (ansi-color-filter-apply): Simplify.
3593 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3594
ac73d955
BR
35952010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3596
3597 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3598
8c44f097
CY
35992010-12-04 Chong Yidong <cyd@stupidchicken.com>
3600
3601 * dired.el (dired-use-ls-dired): Set default to a special
3602 "unspecified" value.
3603 (dired-insert-directory): When called the first time, check
3604 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3605
15af15e5
TO
36062010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3607
3608 * replace.el: Add "collect" feature to occur.
3609 (occur-collect-regexp-history): New var.
88b5a757
DD
3610 (occur-read-primary-args): Return a replace string for nlines,
3611 if needed.
15af15e5
TO
3612 (occur): Extend the meaning of nlines.
3613
b2e6e5bd
SM
36142010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3617 (which-func-update-1): Distinguish symbols from strings.
3618 (which-function): Stay within 80 columns.
3619
ee9355dc
SM
36202010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3621
7f0ea0ff
SM
3622 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3623
ee9355dc
SM
3624 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3625 Improve docstring.
3626 (comment-style): Use comment-styles's docs to describe values.
3627
3e972d98
JD
36282010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3629
3630 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3631 and ns-show-prefs (Bug#7535).
3632
3633 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3634 bindings (Bug#7535).
3635
c879436a
GM
36362010-12-03 Glenn Morris <rgm@gnu.org>
3637
afe27238
GM
3638 * nxml/nxml-mode.el: Require rng-nxml.
3639 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3640 Remove declarations.
3641
65beee52
GM
3642 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3643 * nxml/rng-nxml.el, nxml/rng-valid.el:
3644 Remove leading `*' from defcustom docs.
3645
ad961a00
GM
3646 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3647 (normal-top-level-add-to-load-path, tty-handle-args):
3648 Convert comments to basic doc-strings.
3649
c5fd0ab5
GM
3650 * net/browse-url.el (browse-url-url-at-point)
3651 (browse-url-default-browser): Remove autoload cookies.
3652
f62f063d
GM
3653 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3654 Remove more undefined cl functions.
3655
c879436a
GM
3656 * vc/diff.el (diff-sentinel): Make new arguments optional.
3657 * ibuf-ext.el (diff-sentinel): Update declaration.
3658
3721e124
DU
36592010-12-03 Daiki Ueno <ueno@unixuser.org>
3660
3661 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3662 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3663 (epg-context-set-passphrase-callback): Mention that the callback
3664 is not called when used with GnuPG 2.x.
3665
66feec8b
MA
36662010-12-02 Michael Albinus <michael.albinus@gmx.de>
3667
3668 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3669 (tramp-file-name-port): Check also for `tramp-default-port'.
3670 (tramp-get-connection-name): New defun.
3671 (tramp-get-connection-process): Use it.
3672 (tramp-debug-message): Extend function exclude list.
3673 (tramp-drop-volume-letter): Fix doc string.
3674
3675 * net/tramp-cmds.el: Remove solved todo item.
3676
66feec8b
MA
3677 * net/tramp-ftp.el:
3678 * net/tramp-gvfs.el:
3679 * net/tramp-gw.el:
3680 * net/tramp-imap.el:
3681 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3682 and `tramp-default-user-alist', respectively.
3683
88b5a757
DD
3684 * net/tramp-gw.el (tramp-gw-open-connection):
3685 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3686
3687 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3688 `tramp-file-name-port'.
3689
3690 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3691 and "psftp". Exchange "%k" marker with options.
3692 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3693 Compute size of link target.
35f52ed6
JB
3694 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3695 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3696 copy arguments. Use `tramp-get-connection-name' and
3697 `tramp-get-connection-buffer'. Improve debug messages.
3698 (tramp-compute-multi-hops): Remove port determination.
3699 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3700
3701 * net/trampver.el: Update release number.
3702
bd77c2ef
GM
37032010-12-02 Glenn Morris <rgm@gnu.org>
3704
05907bb3
GM
3705 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3706 Avoid infinite loop over windows. (Bug#7492)
3707
bd77c2ef
GM
3708 * progmodes/flymake.el (flymake-check-file-limit):
3709 Allow nil to mean "no limit".
3710 (flymake-check-patch-master-file-buffer): Update for above change.
3711 Allow a .tex file-name extension to be optional.
3712 (flymake-master-tex-init): Also match \include statements.
3713
f7ca27a1
SS
37142010-11-30 Sam Steingold <sds@gnu.org>
3715
3716 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3717 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3718 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3719 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3720 define-derived-mode').
3721 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3722 users who want to call `nxml-parent-document-set'.
3723
402c8a49
CY
37242010-11-27 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3727 stand-alone lines, since that is handled by log-edit-match-to-eoh
3728 (Bug#6465).
3729
d1882ac7
EW
37302010-11-27 Eduard Wiebe <usenet@pusto.de>
3731
3732 * dired.el (dired-get-filename): Replace backslashes with slashes
3733 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3734 * locate.el (locate-default-make-command-line): Don't consider
3735 drive letter and root directory part of
3736 `directory-listing-before-filename-regexp'. (Bug#7308)
3737 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3738
07976ae3 37392010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3740
3741 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3742 of :smie-open/close-alist.
3743 (smie-next-sexp): Make it accept a "start token" as argument.
3744 (smie-indent-keyword): Be careful not to misidentify tokens that span
3745 more than one line, as empty lines. Add argument `token'.
3746
07976ae3 37472010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3748
afde451a
KH
3749 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3750 multipart subtypes, insert all as usual.
3751
3d9ee611
KH
3752 * mail/rmail.el: Require rfc2047.
3753
07976ae3 37542010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3755
3756 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3757 (rmail-mime-entity-disposition)
3758 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3759 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3760 (rmail-mime-save): Handle the case that the button's `data' is a
3761 MIME entity.
3762 (rmail-mime-insert-text): New function.
9e0ecdab 3763 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3764 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3765 (rmail-mime-insert-bulk): New function mostly copied from the old
3766 rmail-mime-bulk-handler.
9e0ecdab
GM
3767 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3768 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3769 the old rmail-mime-multipart-handler.
3770 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3771 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3772 rmail-mime-show.
3773 (rmail-mime-insert-multipart, rmail-mime-parse)
3774 (rmail-mime-insert, rmail-show-mime)
3775 (rmail-insert-mime-forwarded-message)
3776 (rmail-insert-mime-resent-message): New functions.
3777 (rmail-insert-mime-forwarded-message-function): Set to
3778 rmail-insert-mime-forwarded-message.
3779 (rmail-insert-mime-resent-message-function): Set to
3780 rmail-insert-mime-resent-message.
3781
3782 * mail/rmailsum.el: Require rfc2047.
3783 (rmail-header-summary): Handle multiline Subject: field.
3784 (rmail-summary-line-decoder): Change the default to
3785 rfc2047-decode-string.
3786
3787 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3788 (rmail-mime-feature): Change the default to `rmailmm'.
3789 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3790 (rmail-display-labels): Likewise.
3791 (rmail-show-message-1): Check rmail-enable-mime, and use
3792 rmail-show-mime-function for a MIME message. Decode the headers
3793 according to RFC2047.
3794
07976ae3 37952010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3796
3797 * progmodes/which-func.el (which-func-imenu-joiner-function):
3798 Return a string, as expected.
3799 (which-function-mode): Make sure we stop any previous timer before
3800 starting a new one.
3801
07976ae3 38022010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3803
3804 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3805 (tramp-default-user-alist, tramp-default-proxies-alist):
3806 Adapt custom options type. (Bug#7445)
e40fc745 3807
07976ae3 38082010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3809
3810 * progmodes/python.el: Add Ipython support (Bug#5390).
3811 (python-shell-prompt-alist)
3812 (python-shell-continuation-prompt-alist): New options.
3813 (python--set-prompt-regexp): New function.
33aeea0e
SM
3814 (inferior-python-mode, run-python, python-shell):
3815 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3816 prompt based on the Python interpreter.
3817 (python--prompt-regexp): New var.
3818 (python-check-comint-prompt)
3819 (python-comint-output-filter-function): Use it.
3820 (run-python): Use a pipe (Bug#5694).
3821
07976ae3 38222010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3823
3824 * progmodes/python.el (run-python): Doc fix.
3825 (python-keep-current-directory-in-path): New var (Bug#7454).
3826
07976ae3 38272010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3828
3829 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3830 Prompt user before actually printing.
3831
0b839457
GM
38322010-11-27 Glenn Morris <rgm@gnu.org>
3833
3834 * startup.el (package-enable-at-startup, package-initialize):
3835 Remove unnecessary declarations.
3836
96107967
EZ
38372010-11-27 Eli Zaretskii <eliz@gnu.org>
3838
3839 * international/characters.el (glyphless-char-display-control):
3840 Exclude newline and TAB from the c0-control group.
3841
a140ec5f
GM
38422010-11-27 Glenn Morris <rgm@gnu.org>
3843
82445062
GM
3844 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3845 (expand-mail-aliases): Remove unnecessary autoload.
3846
08b5f072
GM
3847 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3848
e96d4147
GM
3849 * shell.el (shell-dir-cookie-re): Move definition before use.
3850
a140ec5f
GM
3851 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3852 Replace undefined CL functions.
3853
a2249e66
EZ
38542010-11-26 Eli Zaretskii <eliz@gnu.org>
3855
228482b2
EZ
3856 * simple.el (prog-mode): Set bidi-paragraph-direction to
3857 left-to-right.
3858
a2249e66
EZ
3859 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3860
d01d7b8d
GM
38612010-11-26 Glenn Morris <rgm@gnu.org>
3862
3863 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3864 diary-outlook-formats can be sensitive to calendar-date-style.
3865 (diary-outlook-formats): Simplify the default setting.
3866 (diary-from-outlook-internal): Pass subject and body as arguments.
3867 Use dolist rather than dotimes. Don't save the diary buffer.
3868 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3869 Pass subject and body as explicit arguments to the -internal function.
3870
b3ea64a3
LMI
38712010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3874 parsing them. This makes mailto:...?subject=foo\nbar work.
3875
d5e7b0d8
SM
38762010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3877
3878 * vc/diff.el (diff): Fix last change.
3879
872ab164
SM
38802010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3883 (pcase--dontcare-upats): New var.
3884 (pcase-let, pcase-let*): Generate better code.
3885 Accept the same bodies as `let'.
3886 (pcase-dolist): New macro.
3887 (pcase--trivial-upat-p): New helper function.
3888 (pcase--expand): Strip leading "(let nil" if any.
3889
876d1684
LMI
38902010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3891
7bd9b9d8
LMI
3892 * mail/mailclient.el (browse-url): Require.
3893 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3894 use the external browser function to send the mail (bug#7469).
3895
876d1684
LMI
3896 * net/browse-url.el (browse-url-browser-function): Revert the
3897 default back to the previous value, since the new value broke
3898 mailclient.el.
3899 (browse-url-mailto-function): New variable for mailto: URLs.
3900 (browse-url): Use the new variable for mailto: URLs.
3901
6e13206c
SM
39022010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * eshell/esh-cmd.el (eshell-parse-command):
3905 * eshell/esh-arg.el (eshell-parse-arguments):
3906 * eshell/em-script.el (eshell-source-file):
3907 Use with-silent-modifications.
3908
3d92f44e
CY
39092010-11-23 Chong Yidong <cyd@stupidchicken.com>
3910
3911 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3912 for a merge location.
3913
3914 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3915 (vc-bzr-merge-branch): Always prompt.
3916 (vc-bzr-async-command): Use the full branch filename.
3917
8f5f1e68
SM
39182010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3919
3920 * shell.el (shell): Use current-buffer by default if it's already
3921 a shell mode buffer and its process is dead.
ee9355dc 3922 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3923
331460ac
TH
39242010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3925
8f5f1e68
SM
3926 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3927 Mention that the keywords should be comma separated.
331460ac 3928
2c3160c5
CY
39292010-11-23 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3932 Accept optional prefix arg meaning to prompt for a command.
3933 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3934 prefix arg meaning to prompt for a command.
3935 (vc-pull): Alias for vc-update.
3936
3937 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3938 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3939 (vc-bzr-merge-branch): New functions, implementing merge-branch
3940 and pull operations.
3941
b2e44819
SM
39422010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3943
8a0eb852
SM
3944 * Makefile.in: Fix up last merge.
3945
b2e44819
SM
3946 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3947 (diff-sentinel): Get them as arguments instead.
3948 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3949 (diff-file-local-copy, diff-better-file-name): New funs.
3950 (diff-no-select): Rename from diff-into-buffer.
3951 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3952 Prefer closures to buffer-local variables.
3953 (diff): Adjust accordingly.
3954 (diff-buffer-with-file): Move from files.el.
3955 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3956 (diff-buffer-internal): Remove.
3957 (diff-buffer-buffer): Remove.
3958 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3959 the buffer name used, and so as not to mess up windows and frames.
3960
6a7662bb
BR
39612010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3962
3963 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3964 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3965 (diff-buffer-with-file): Use it.
3966 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3967 (diff): Use it.
3968
c799747b
TH
39692010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3970
3971 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3972 \ref's or \pageref's value as default instead of initial input.
3973
e274eb13
MA
39742010-11-21 Michael Albinus <michael.albinus@gmx.de>
3975
3976 * files.el (backup-by-copying-when-mismatch): The default value is
3977 now t.
3978
3979 * startup.el (normal-top-level):
3980 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3981 `backup-by-copying-when-mismatch'.
3982
77af54d7
JD
39832010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3984
3985 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3986
4e2f7d2a
CY
39872010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3988
6a7662bb
BR
3989 * progmodes/python.el (python-font-lock-keywords):
3990 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3991
b7d1e144
JD
39922010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3993
3994 * term/ns-win.el (ns-right-control-modifier)
3995 (ns-right-command-modifier): Defvar them.
3996
3997 * cus-start.el (all): Add ns-right-control-modifier and
3998 ns-right-command-modifier (Bug#7458).
3999
c11cc37a
GM
40002010-11-20 Glenn Morris <rgm@gnu.org>
4001
4002 * emacs-lisp/authors.el (authors-ignored-files)
4003 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
4004
7dcd777e
TH
40052010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4006
4007 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
4008 (report-emacs-bug-parse-query-results)
4009 (report-emacs-bug-create-existing-bugs-buffer): Pass through
4010 keywords used for querying the bug database to show them in the
4011 existing bugs buffer.
4012
d2bd5189
JD
40132010-11-20 Jan Djärv <jan.h.d@swipnet.se>
4014
4015 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
4016
4017 * info.el (info-tool-bar-map): Add some :vert-only keywords.
4018
0e7c0582
EZ
40192010-11-20 Eli Zaretskii <eliz@gnu.org>
4020
4021 * international/characters.el (glyphless-char-display-control):
4022 Make it a defcustom, with update-glyphless-char-display as its
4023 :set attribute.
4024 (top level): Don't call update-glyphless-char-display.
4025
7398933f
MA
40262010-11-20 Michael Albinus <michael.albinus@gmx.de>
4027
4028 Sync with Tramp 2.2.0.
4029
4030 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
4031 `file-remote-p' (due to compatibility).
4032
4033 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
4034 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
4035
4036 * net/trampver.el: Update release number.
4037
1cd64aae
EZ
40382010-11-20 Eli Zaretskii <eliz@gnu.org>
4039
4040 * faces.el (glyphless-char): Define value for `pc'.
4041
614316a7
TH
40422010-11-20 Tassilo Horn <tassilo@member.fsf.org>
4043
26214810
EZ
4044 Implemented a bug querying mechanism.
4045 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
4046 (report-emacs-bug-create-existing-bugs-buffer)
4047 (report-emacs-bug-parse-query-results)
26214810 4048 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 4049
9061f667
TH
40502010-11-19 Tassilo Horn <tassilo@member.fsf.org>
4051
4052 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
4053 a \ref{} or \pageref{} macro, then use its value as initial input.
4054
1265829e
JB
40552010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
4056
4057 * calc/calc-units.el (math-build-units-table-buffer):
4058 calc/README: Mention that the TeX specific units won't use the
4059 `tex' prefix in TeX mode.
4060 calc/calc-lang.el (math-variable-table): Don't use the `tex'
4061 prefix for units in TeX mode.
4062
9fca7811
SM
40632010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
4066 * comint.el (comint-kill-region): Make the yank-handler argument
4067 obsolete.
9fca7811 4068
4a47c275 40692010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 4070
e2f454c4
SM
4071 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4072 that are both openers (resp. closers) and something else.
4073 (smie-grammar): Loosen definition of valid values.
4074 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4075 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4076 (smie-indent-after-keyword): Adjust users.
4077 (smie-indent-keyword): Don't indent empty lines.
4078
88bf1bec
SM
4079 * vc-hg.el (vc-hg-program): New var.
4080 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4081 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4082
4a47c275 40832010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4084
4085 * emacs-lisp/autoload.el (autoload-find-destination): The function
4086 coding-system-eol-type may return non-numeric values. (Bug#7414)
4087
4a47c275 40882010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4089
4090 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4091
4a47c275 40922010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4093
4094 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4095
4a47c275 40962010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4097
4098 * textmodes/picture.el (picture-mouse-set-point): Don't use
4099 posn-col-row; explicitly compute the motion based on the posn at
4100 the window-start (Bug#7390).
4101
4a47c275 41022010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4103
4104 * novice.el (disabled-command-function):
4105 Fix 2009-11-15 change. (Bug#7384)
4106
4a47c275 41072010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4108
4109 * calendar/calendar.el (diary-iso-date-forms): Make elements
4110 mutually exclusive. (Bug#7377)
4111
4a47c275 41122010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4113
4114 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4115 when filling the remaining "unconstrained" values.
4116
4a47c275 41172010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4118
acef0722
SM
4119 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4120 safety predicate.
4121
4122 * files.el (safe-local-variable-p): Gracefully handle errors.
4123
7bea8c7a
SM
4124 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4125 Use smie-indent-virtual when indenting relative to an opener.
4126 (smie-rule-separator): Use smie-rule-parent.
4127 (smie-indent-keyword): Consult rules, even for openers at bol.
4128 (smie-indent-comment-close): Try to align closer's content.
4129
4a47c275 41302010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4131
4132 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4133
4a47c275 41342010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4135
aa514451
GM
4136 * printing.el (pr-menu-bind): Doc fix.
4137
32b636de
GM
4138 * speedbar.el (speedbar-toggle-images): Doc fix.
4139
bc1d5cdf
GM
4140 * progmodes/python.el (python-shell): Doc fix.
4141
c790cad4
GM
4142 * wid-edit.el (widget-field-use-before-change)
4143 (widget-use-overlay-change): Doc fixes.
4144
c51bb5d2
SM
41452010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4146
8bbb7dd8
SM
4147 Minor cleanup to improve style.
4148 * textmodes/rst.el (rst-update-section): Use point-marker.
4149 (rst-get-decoration): Eliminate unneeded assignment.
4150 (rst-promote-region, rst-straighten-decorations)
4151 (rst-section-tree, rst-adjust): Use point-marker.
4152 (rst-toc-mode-mouse-goto): Avoid setq.
4153 (rst-shift-region-guts, rst-shift-region-left)
4154 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4155 (rst-convert-bullets-to-enumeration): Use copy-marker.
4156
b7e270a2
SM
4157 * minibuffer.el (completion-fail-discreetly): New var.
4158 (completion--do-completion): Use it.
4159
c51bb5d2
SM
4160 * electric.el (electric-pair-pairs): New var.
4161 (electric-pair-post-self-insert-function): Use it.
4162 (electric-layout-post-self-insert-function): Don't insert a before
4163 newline unless it's actually needed.
4164
c04f2ac0
SM
41652010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4166
bac2de0f
SM
4167 * progmodes/python.el (run-python): Explain why we remove the current
4168 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4169
c04f2ac0
SM
4170 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4171
7100ff98
SM
41722010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4173
03f70355
SM
4174 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4175 (octave-mode-map): Don't bind ;, SPC, and LF.
4176 (octave-auto-indent, octave-auto-newline): Remove.
4177 (electric-layout-rules): Declare.
4178 (octave-mode): Set electric-layout-rules.
4179 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4180 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4181 (octave-electric-space): Remove.
4182
7100ff98
SM
4183 * electric.el (electric-layout-mode): New minor mode.
4184 (electric--after-char-pos): New function.
4185 (electric-indent-post-self-insert-function): Use it.
4186 (electric-layout-rules): New var.
4187 (electric-layout-post-self-insert-function): New function.
4188 (electric-indent-mode): Make them interact better.
4189
cca982d0
SM
41902010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4193 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4194 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4195
84992dff
AM
41962010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4197
4198 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4199 Make sure to check inside the word (Bug#6761).
4200
afa42fe3
CY
42012010-11-14 Chong Yidong <cyd@stupidchicken.com>
4202
4203 * startup.el (command-line): If the cursorColor resource is set,
4204 change the cursor face-spec (Bug#7392).
4205
a798747d 42062010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4207
a798747d 4208 The main features of the following allout.el changes are:
1c9b9df0
KM
4209 - implement user customization for the allout key bindings
4210 - add a customization control by which the user can inhibit use of
a798747d 4211 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4212 describe-prefix-bindings
4213 - adapt to new version of called-interactively-p, while
a798747d 4214 maintaining backwards compatibility with old version
01c35094 4215 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4216
a798747d
GM
4217 * allout.el (allout-keybindings, allout-bind-keys)
4218 (allout-keybindings-binding, allout-prefixed-keybindings)
4219 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4220 (allout-keybindings-list, allout-mode-map-adjustments)
4221 (allout-setup-mode-map): Establish allout-mode keymaps as user
4222 customizable settings, and also establish a customizable setting which
4223 regulates whether or not a trailing control-h is reserved for use with
4224 describe-prefix-bindings - and inhibit it by default, so that control-h
4225 *is* reserved for describe-prefix-bindings unless the user changes it.
4226
4227 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4228 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4229 modified events more comprehensively.
4230
a798747d
GM
4231 * allout.el (allout-substring-no-properties):
4232 Alias to use or provide version of `substring-no-properties'.
4233 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4234
a798747d
GM
4235 * allout.el (allout-next-single-char-property-change):
4236 Alias to use or provide version of `next-single-char-property-change'.
4237 (allout-annotate-hidden, allout-hide-by-annotation):
4238 Use `allout-next-single-char-property-change'.
1c9b9df0 4239
a798747d
GM
4240 * allout.el (allout-select-safe-coding-system):
4241 Alias to use or provide version of `select-safe-coding-system'.
4242 (allout-toggle-subtree-encryption):
4243 Use `allout-select-safe-coding-system'.
1c9b9df0 4244
a798747d
GM
4245 * allout.el (allout-set-buffer-multibyte):
4246 Alias to use or provide version of `set-buffer-multibyte'.
4247 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4248
a798747d
GM
4249 * allout.el (allout-called-interactively-p): Macro for using the
4250 different versions of called-interactively-p identically, depending on
4251 the subroutine's argument signature.
4252 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4253 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4254
a798747d
GM
4255 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4256 (allout-previous-visible-heading, allout-forward-current-level)
4257 (allout-backward-current-level, allout-show-children):
4258 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4259
a798747d
GM
4260 * allout.el (allout-before-change-handler):
4261 Exempt edits to the (overlaid) character after the allout outline
4262 bullet from edit confirmation prompt.
1c9b9df0 4263
a798747d
GM
4264 * allout.el (allout-add-resumptions):
4265 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4266
a798747d
GM
4267 * allout.el (allout-beginning-of-line):
4268 Use `allout-previous-single-char-property-change' alias for the sake of
4269 diverse compatibility.
1c9b9df0 4270
a798747d
GM
4271 * allout.el (allout-end-of-line):
4272 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4273
0216b738
CY
42742010-11-13 Chong Yidong <cyd@stupidchicken.com>
4275
4276 * frame.el (frame-notice-user-settings): Don't clobber other
4277 user-set parameters when calling face-set-after-frame-default in
4278 response to background-color parameter (Bug#7373).
4279
0eb025fb
EZ
42802010-11-13 Eli Zaretskii <eliz@gnu.org>
4281
4282 * international/characters.el (glyphless-char-display-control):
88b5a757 4283 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4284 Signal an error if display method is not one of the recognized
4285 symbols.
0eb025fb 4286
6e060cee
MA
42872010-11-13 Michael Albinus <michael.albinus@gmx.de>
4288
4289 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4290 (tramp-compat-line-end-position): Remove them.
4291
4292 * net/tramp.el (tramp-parse-rhosts-group)
4293 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4294 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4295 (tramp-parse-netrc-group, tramp-parse-putty-group)
4296 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4297 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4298 (tramp-sh-handle-file-selinux-context)
4299 (tramp-sh-handle-file-name-all-completions)
4300 (tramp-sh-handle-insert-directory)
4301 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4302 (tramp-wait-for-output, tramp-send-command-and-read)
4303 * net/tramp-smb.el (tramp-smb-read-file-entry)
4304 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4305
4306 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4307 `point-at-bol'.
4308 (tramp-remote-coding-commands): Add an alternative using "base64
4309 -d -i". This is needed for older base64 versions from GNU
4310 coreutils. Reported by Klaus Reichl
4311 <Klaus.Reichl@thalesgroup.com>.
4312
8da5345f
HN
43132010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4314
4315 * simple.el (count-words-region): New function.
4316
c156a63b
SM
43172010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4318
78835dd0
SM
4319 * shell.el (shell-dir-cookie-re): New custom variable.
4320 (shell-dir-cookie-watcher): New function.
4321
ebff325e
SM
4322 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4323 and compilation-mode (bug#7350).
4324
4e9e1584
SM
4325 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4326 highlight when one of them is empty.
4327
4490f875
SM
4328 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4329 trailing space.
4330 (skeleton-newline): New function.
4331 (skeleton-internal-1): Use it.
4332
c156a63b
SM
4333 * simple.el (open-line): `newline' may strip trailing space.
4334
f3bb9e16
KR
43352010-11-12 Kevin Ryde <user42@zip.com.au>
4336
4337 * international/mule-cmds.el (princ-list): Use mapc.
4338
7847454a
GM
43392010-11-12 Glenn Morris <rgm@gnu.org>
4340
4341 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4342 Use it to replace all instances of "*Compile-Log*".
7847454a 4343
aa310257
SM
43442010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4347 indentation specs.
4348
cbf83ce9
SM
43492010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * progmodes/modula2.el: Use SMIE and skeleton.
4352 (m2-mode-syntax-table): (*..*) can be nested.
4353 Add //...\n. Fix paren syntax.
4354 (m2-mode-map): Remove LF and TAB bindings.
4355 (m2-indent): Add safety property.
4356 (m2-smie-grammar): New var.
4357 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4358 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4359 (m2-mode): Use define-derived-mode.
4360 (m2-newline, m2-tab): Remove.
4361 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4362 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4363 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4364 (m2-import): Use define-skeleton.
4365
e7c4fb1e
GM
43662010-11-11 Glenn Morris <rgm@gnu.org>
4367
b3e4c911
GM
4368 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4369
b3e22bd4
GM
4370 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4371 (ls-lisp-verbosity): Add custom :set-after property.
4372 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4373 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4374 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4375 (ls-lisp-set-options): New function.
4376 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4377 Doc fix.
b3e22bd4 4378
55a4b4fe
GM
4379 * play/landmark.el (lm-prompt-for-move):
4380 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4381
e7c4fb1e
GM
4382 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4383
4384 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4385 (idlwave-study-twins): Prefix dynamic local variable `name'.
4386 (idlwave-routine-twin-compare): Update for above change.
4387
4388 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4389 Prefix dynamic local variables `name', `kwd', and `link'.
4390 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4391 * progmodes/idlw-complete-structtag.el
4392 (idlwave-complete-structure-tag-help):
4393 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4394 (idlwave-complete-sysvar-tag-help)
4395 (idlwave-complete-class-structure-tag-help):
4396 Update for above name changes.
4397
afe2870b
LMI
43982010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4399
4400 * net/browse-url.el (browse-url-browser-function): Change the
4401 default to use `browse-url-mail' on mailto: URLs.
4402
fbe3be3f
CY
44032010-11-10 Chong Yidong <cyd@stupidchicken.com>
4404
cbf83ce9
SM
4405 * emacs-lisp/package.el (package-read-all-archive-contents):
4406 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4407
a7cfbaea 44082010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4409
4410 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4411 already found as misspellings by (flyspell-large-region), just
c97685d4 4412 do highlighting (bug#7322).
bd4532fc 4413
13e7256f
GM
44142010-11-10 Glenn Morris <rgm@gnu.org>
4415
6d2a1e35
GM
4416 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4417
d4aca69c
GM
4418 * emulation/edt.el (edt-with-position): New macro.
4419 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4420 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4421 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4422
f8a09adb
GM
4423 * emulation/tpu-extras.el (tpu-with-position): New macro.
4424 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4425
c026460b
GM
4426 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4427
dea53a43
GM
4428 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4429 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4430 (texinfo-master-menu, texinfo-insert-node-lines)
4431 (texinfo-multiple-files-update):
4432 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4433 Use line-beginning-position.
4434
72bc50c0
GM
4435 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4436 No recent Emacs supports system-type `emx'.
4437
4438 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4439 (ada-command-separator, ada-default-prj-properties)
4440 (ada-find-any-references): Update for above name change.
4441
4442 * dirtrack.el (dirtrack-directory-function)
4443 (dirtrack-canonicalize-function):
4444 * filecache.el (file-cache-completion-ignore-case)
4445 (file-cache-case-fold-search, file-cache-ignore-case):
4446 * term.el (serial-port-is-file-p): Cosmetic change.
4447
4448 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4449 Remove non-existent `windows-95' system-type.
4450 * dired.el (dired-chown-program): Remove non-existent `linux'
4451 system-type.
4452
17731c39
GM
4453 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4454 (ping-program-options): Remove non-existent `linux' system-type.
4455
9228bbd3
GM
4456 * startup.el (package-initialize): Update declaration.
4457
6e404950
GM
4458 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4459 (ls-lisp-handle-switches): Use time-less-p.
4460 (ls-lisp-format-time): Use float-time.
4461
6f0d4bb6
GM
4462 * textmodes/remember.el (remember-time-to-seconds): Remove.
4463 (remember-store-in-mailbox): Use float-time.
4464
4465 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4466
4467 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4468 never a real function.
4469 (with-no-warnings): Remove compat stub, now unused.
4470 (time-less-p): Doc fix.
4471 (time-to-number-of-days): Simplify.
4472
73171bd4
GM
4473 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4474 Remove.
4475 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4476 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4477 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4478 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4479 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4480
13e7256f
GM
4481 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4482 (eshell-shuffle-files, eshell-shorthand-tar-command)
4483 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4484 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4485 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4486 Prefix dynamic local variable `matches'.
4487
b565f5a1
GM
4488 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4489 Prefix dynamic local variable `skeleton'.
4490
5ad3e885
KY
44912010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4494 in mail buffer; make yank-action always a command that yanks original
4495 buffer.
4496
14121c52
GM
44972010-11-09 Glenn Morris <rgm@gnu.org>
4498
4499 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4500
d607b96b 45012010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4502
9bdba5f5
SM
4503 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4504 completion field (bug#7211).
4505
73525e72
SM
4506 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4507 Fix handling of backslash escapes.
4508 (python-quote-syntax): Adjust accordingly.
4509
d607b96b 45102010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4511
4512 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4513 (vc-mtn-workfile-branch): Adjust to new output format.
4514
d607b96b 45152010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4516
4517 * international/mule-cmds.el (princ-list): Mark as obsolete.
4518
d607b96b 45192010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4520
4521 * emacs-lisp/smie.el: New package.
4522
d607b96b 45232010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4524
7f925a67
SM
4525 * files.el (backup-by-copying-when-mismatch):
4526 Set `permanent-local' property.
6ce78fdc
MA
4527
4528 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4529 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4530
d607b96b 45312010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4532
4533 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4534
d607b96b 45352010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4536
7f925a67 4537 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4538 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4539 AUTOINOUT for SV style multidimensional arrays, bug294.
4540 Reported by Eric Mastromarchi.
4541 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4542 font-lock-fontify-buffer to cleanup style issues.
4543
d607b96b 45442010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4545
4546 * locate.el (locate, locate-mode): Doc fixes.
4547
d607b96b 45482010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4549
4550 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4551 user for confirmation.
4552 (server-force-stop): Use it.
4553 (server-start): Use server-force-stop for kill-emacs-hook, to
4554 avoid user interaction while killing Emacs.
4555
9b026d9f
GM
45562010-11-09 Glenn Morris <rgm@gnu.org>
4557
3406534c 4558 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4559 (meta-indent-line): Simplify.
3406534c 4560
9b026d9f
GM
4561 * vc/emerge.el (emerge-line-number-in-buf):
4562 * textmodes/ispell.el (ispell-region):
4563 * textmodes/fill.el (current-fill-column):
4564 * progmodes/xscheme.el (xscheme-send-current-line):
4565 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4566 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4567 * progmodes/sh-script.el (sh-handle-prev-do):
4568 * progmodes/meta-mode.el (meta-indent-line):
4569 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4570 (idlwave-in-quote):
4571 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4572 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4573 * progmodes/fortran.el (fortran-looking-at-if-then):
4574 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4575 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4576 (cperl-find-pods-heres):
4577 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4578 * net/quickurl.el (quickurl-list-insert):
4579 * net/ldap.el (ldap-search-internal):
4580 * net/eudc.el (eudc-expand-inline):
4581 * mail/sendmail.el (sendmail-send-it):
4582 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4583 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4584 (viper-brac-function):
4585 * calc/calc-yank.el (calc-do-grab-region):
4586 * calc/calc-keypd.el (calc-keypad-press):
4587 * term.el (term-move-columns, term-insert-spaces):
4588 * speedbar.el (speedbar-highlight-one-tag-line):
4589 * simple.el (current-word):
4590 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4591 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4592 (Info-scroll-down):
4593 * hippie-exp.el (he-line-beg):
4594 * epa.el (epa--marked-keys):
4595 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4596 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4597 (dired-relist-entry):
4598 * buff-menu.el (Buffer-menu-buffer):
4599 * array.el (current-line):
4600 * allout.el (allout-resolve-xref)
4601 (allout-latex-verbatim-quote-curr-line):
4602 Replace yet more uses of end-of-line etc with line-end-position, etc.
4603
db94771e
SM
46042010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4605
1398b795
SM
4606 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4607 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4608 (checkdoc-syntax-table): Initialize in the declaration.
4609 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4610 the mode on unconditionally.
4611
db94771e
SM
4612 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4613 (extent-end-position, extent-start-position): Remove setf method for
4614 non-existing functions (bug#7319).
4615
674728d4
SM
46162010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4619 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4620 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4621 (smie-prec2->grammar): Rename from smie-prec2-levels.
4622 (smie-grammar): Rename from smie-op-levels.
4623 (smie-indent--hanging-p): Rename from smie-hanging-p.
4624 (smie-rule-hanging-p): New alias.
4625 (smie-indent--bolp): Rename from smie-bolp.
4626 (smie-indent--hanging-p): New alias.
4627 (smie--token): New dynamically bound variable.
4628 (smie-indent--parent): New function.
4629 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4630 (smie-rule-next-p): Rename from smie-next-p.
4631 (smie-rule-prev-p): Rename from smie-prev-p.
4632 (smie-rule-sibling-p, smie-rule-parent)
4633 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4634 (smie-rule-separator-outdent): New var.
4635 (smie-indent--rule): Merge with smie-indent--column.
4636 (smie-indent-forward-token, smie-indent-backward-token):
4637 Also recognize close parens.
4638 (smie-indent-keyword): Don't use smie-indent--column any more.
4639 (smie-indent-after-keyword): Ignore closers by default.
4640 (smie-indent-line): Use with-demoted-errors.
4641 * progmodes/octave-mod.el (octave-smie-grammar):
4642 Rename from octave-smie-op-levels.
4643 (octave-smie-rules): Adjust to new behavior.
4644 * progmodes/prolog.el (prolog-smie-grammar):
4645 Rename from prolog-smie-op-levels.
4646
26f097bf
GM
46472010-11-07 Glenn Morris <rgm@gnu.org>
4648
de3490e1
GM
4649 * eshell/esh-util.el (subst-char-in-string)
4650 (directory-files-and-attributes): These compatibility definitions are
4651 not needed on any version of Emacs since at least 21.4.
4652
3ba6b2ee
GM
4653 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4654 (verilog-get-end-of-line): Remove.
4655 (verilog-within-string, verilog-re-search-forward-substr)
4656 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4657 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4658 Use point-at-bol, point-at-eol.
4659 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4660 Remove.
4661 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4662 (electric-pascal-terminate-line, pascal-set-auto-comments)
4663 (pascal-indent-paramlist, pascal-indent-declaration)
4664 (pascal-get-lineup-indent, pascal-func-completion)
4665 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4666 Use point-at-bol, point-at-eol.
4667 * progmodes/flymake.el (flymake-line-beginning-position)
4668 (flymake-line-end-position): Remove.
4669 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4670 * eshell/esh-util.el (line-end-position, line-beginning-position):
4671 Remove compat definitions.
4672
76fc02b6
GM
4673 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4674 Use end-of-line N.
4675 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4676 Use line-end-position.
4677
e180ab9f
GM
4678 * emacs-lisp/chart.el (chart-zap-chars):
4679 * play/decipher.el (decipher-set-map):
4680 * progmodes/ada-mode.el (ada-get-current-indent)
4681 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4682 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4683 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4684 (ada-get-all-references):
4685 * progmodes/cperl-mode.el (cperl-electric-paren)
4686 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4687 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4688 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4689 (cperl-word-at-point-hard):
4690 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4691 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4692 (idlwave-shell-display-line):
4693 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4694 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4695 * progmodes/js.el (js--re-search-forward-inner)
4696 (js--re-search-backward-inner):
4697 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4698 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4699 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4700 * textmodes/flyspell.el (flyspell-process-localwords):
4701 * textmodes/ispell.el (ispell-buffer-local-parsing)
4702 (ispell-buffer-local-dict, ispell-buffer-local-words):
4703 Use point-at-bol and point-at-eol.
4704
26f097bf
GM
4705 * speedbar.el (speedbar-generic-item-info)
4706 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4707 (speedbar-add-indicator, speedbar-check-vc-this-line)
4708 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4709 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4710 Replace more uses of end-of-line etc with line-end-position.
4711
b05fde66
GM
47122010-11-06 Glenn Morris <rgm@gnu.org>
4713
5ed619e0
GM
4714 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4715 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4716 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4717 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4718 (texinfo-multiple-files-update):
4719 * textmodes/table.el (table--probe-cell-left-up)
4720 (table--probe-cell-right-bottom):
4721 * textmodes/picture.el (picture-tab-search):
4722 * textmodes/page-ext.el (pages-copy-header-and-position)
4723 (pages-directory-for-addresses):
4724 * progmodes/vera-mode.el (vera-get-offset):
4725 * progmodes/simula.el (simula-calculate-indent):
4726 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4727 * progmodes/prolog.el (end-of-prolog-clause):
4728 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4729 * progmodes/icon.el (indent-icon-exp):
4730 * progmodes/etags.el (tag-re-match-p):
4731 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4732 * progmodes/ebnf2ps.el (ebnf-begin-file):
4733 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4734 (dcl-save-local-variable):
4735 * play/life.el (life-setup):
4736 * play/gametree.el (gametree-looking-at-ply):
4737 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4738 * mail/sendmail.el (mail-mode-auto-fill):
4739 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4740 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4741 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4742 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4743 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4744 * type-break.el (type-break-file-keystroke-count):
4745 * term.el (term-replace-by-expanded-history-before-point)
4746 (term-skip-prompt, term-extract-string):
4747 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4748 (speedbar-contract-line, speedbar-toggle-line-expansion)
4749 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4750 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4751 * sort.el (sort-skip-fields):
4752 * skeleton.el (skeleton-internal-list):
4753 * simple.el (line-move-finish, line-move-to-column):
4754 * shell.el (shell-forward-command):
4755 * misc.el (copy-from-above-command):
4756 * makesum.el (double-column):
4757 * ebuff-menu.el (electric-buffer-update-highlight):
4758 * dired.el (dired-move-to-end-of-filename):
4759 * dframe.el (dframe-popup-kludge):
4760 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4761 * arc-mode.el (archive-get-lineno):
4762 Use line-end-position and line-beginning-position.
4763
e2a9c0bc
GM
4764 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4765 (idlwave-study-twins): Prefix dynamic local `class'.
4766 (idlwave-routine-twin-compare): Update for above name change.
4767
4e44448f
GM
4768 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4769 Use boundp tests to silence compiler. Update for changed name of
4770 bytecomp-filename variable.
4771
8f6c3eac
GM
4772 * emulation/viper-cmd.el (viper-read-string-with-history):
4773 Prefix dynamic local `initial'.
4774 (viper-minibuffer-standard-hook): Update for above name change.
4775
79d1dabe
GM
4776 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4777 (elint-init-form): Update for above name change.
4778
0e4bb7f0
GM
4779 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4780 local variables `cbeg' and `cend' a prefix.
4781 (mail-extr-voodoo): Update for above name change.
4782
c8f3bf36
GM
4783 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4784 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4785 (reftex-toc-promote-action): Doc fix.
4786
4787 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4788 `prompt', `data' a prefix.
4789 (reftex-select-post-command-hook, reftex-select-callback)
4790 (reftex-select-mouse-accept, reftex-select-read-cite):
4791 Update for above name changes.
4792
4793 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4794 `refstyle' to reftex-refstyle.
4795 (reftex-offer-label-menu): Update for above name change.
4796 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4797 `refstyle' name change.
4798
b05fde66
GM
4799 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4800 with with-current-buffer.
4801 (diff, template): Give dynamic local variables a prefix.
4802 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4803 (emerge-line-number-in-buf): Update for above name change.
4804 (emerge-combine-versions-internal): Rename local `template' to
4805 emerge-combine-template.
4806 (emerge-combine-versions-edit): Update for above name change.
4807
5d8f9169
RA
48082010-11-06 Ralf Angeli <angeli@caeruleus.net>
4809
4810 * textmodes/reftex-cite.el
4811 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4812 entries with whitespace after \bibitem.
4813 (reftex-create-bibtex-file): Match entries containing numbers and
4814 symbol constituents. Make sure that entries with whitespace at
4815 various places are found.
4816
f8aefe82
MA
48172010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4818
4819 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4820
e06918d2
JD
48212010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4822
4823 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4824
17fc58c9
GM
48252010-11-05 Glenn Morris <rgm@gnu.org>
4826
f7fe4837
GM
4827 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4828 (woman2-roff-buffer): Give local variable `request' a prefix.
4829 (woman0-macro): Rename argument `request' in the same way.
4830 (woman-request): New name for `request' dynamic variable.
4831 (woman-unquote, woman-forward-arg): Update for above name change.
4832 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4833 (woman1-unquote): New name for `unquote' dynamic variable.
4834 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4835 (woman-translations): Rename from `translations'. No longer global.
4836 (woman2-tr, woman-translate): Update for above name change.
4837 (woman-translate): Check for bound variable.
4838 (woman2-roff-buffer): Give local variable `translations' a prefix.
4839
869c4186
GM
4840 * play/doctor.el: Give all local variables a prefix. Update callers.
4841 (doc$, doctor-put-meaning): Use backquote.
4842
215461a8
GM
4843 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4844 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4845
17fc58c9
GM
4846 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4847 variables bytes, ptr, op a prefix.
4848 (disassemble-offset): Update for above change.
4849
015eea59
CY
48502010-11-03 Chong Yidong <cyd@stupidchicken.com>
4851
4852 * emacs-lisp/package.el (package-unpack): Remove no-op.
4853 (package--builtins, package--dir): Doc fix.
4854 (package-activate-1, package-activate, package-install)
4855 (package-compute-transaction): Fix error message.
4856 (package-delete): Use delete-directory. Omit system packages.
4857 (package-initialize): Set package-alist to nil first.
4858 (package-menu-mark-delete, package-menu-mark-install): Don't add
4859 symbols that are inconsistent with the package state.
4860 (package-menu-execute): Perform deletions and installations as
4861 single batch operations.
4862
033862d1
GM
48632010-11-03 Glenn Morris <rgm@gnu.org>
4864
0b03a950
GM
4865 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4866 (props): Remove unnecessary declaration.
4867
e337e22c
GM
4868 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4869 set-process-query-on-exit-flag.
4870
a88e24dd 4871 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4872 (reftex-toc-do-promote): Remove unused local `mpos'.
4873 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4874
537b04b9
GM
4875 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4876
52365e61
GM
4877 * play/landmark.el (lm-losing-threshold): Correct spelling.
4878 (lm-human-plays): Use new name.
4879
cd32f8a9
GM
4880 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4881 (gomoku-human-plays): Use new name.
4882
033862d1
GM
4883 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4884 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4885 (gomoku-score-trans-table, gomoku-winning-threshold)
4886 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4887
4b99edf2
CY
48882010-11-03 Chong Yidong <cyd@stupidchicken.com>
4889
4890 * emacs-lisp/package.el: Don't put built-in packages in
4891 package-alist, to avoid loading inefficiencies.
4892 (package-built-in-p): Make VERSION optional, and treat it as a
4893 minimum acceptable version.
6a7662bb
BR
4894 (package-activate): Search separately for built-in packages.
4895 Emit a warning if a dependency fails.
4b99edf2
CY
4896 (define-package): Handle most common case, where there is no
4897 obsolete package, first.
4898 (package-compute-transaction): Print required version in error.
4899 (package--initialized): New variable.
4900 (list-packages): Use it.
4901 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4902 built-in packages in packages-alist; keep it separate.
4903 Set package--initialized.
4b99edf2
CY
4904 (describe-package): Avoid activating packages as a side-effect.
4905 Search separately for built-in packages.
4906 (describe-package-1): Handle the case where an elpa package is
4907 simultaneously built-in and available/installed.
6a7662bb
BR
4908 (package-installed-p, package--generate-package-list):
4909 Search separately for built-in packages.
4b99edf2
CY
4910 (package-load-descriptor): Doc fix.
4911
3225dcaa
SM
49122010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4915 Handle __DATA__ and __END__.
4916
fa14dc18
NF
49172010-11-02 Noah Friedman <friedman@splode.com>
4918
4919 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4920 nil, do not ask to recompile files that are not already compiled,
4921 and do not recompile them.
4922
0f75c62a
CY
49232010-11-02 Chong Yidong <cyd@stupidchicken.com>
4924
4925 * emacs-lisp/package.el (package-initialize): Ensure that
4926 obsoleted built-in packages are not in package-activated-list
4927 during activation.
4928 (describe-package-1): Make the "installed" status override
4929 "built-in".
4930
b29f5b7b
VJL
49312010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4932
4933 * subr.el (version-separator, version-regexp-alist): Remove '*'
4934 from docstring.
4935 (version-list-<=, version<=, version=): Doc fix.
4936
b18fad6d
KH
49372010-11-01 Kenichi Handa <handa@m17n.org>
4938
4939 * faces.el (glyphless-char): Inherit underline for tty.
4940
a8039db1 49412010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4942
4943 Implement various display methods for glyphless characters.
4944
4945 * international/characters.el (char-acronym-table): New variable.
4946 (glyphless-char-control): New variable.
35f52ed6 4947 (update-glyphless-char-display): New function.
b2cca856
KH
4948
4949 * faces.el (glyphless-char): New face.
4950
28886d5e
GM
49512010-11-01 Glenn Morris <rgm@gnu.org>
4952
919dd7aa
GM
4953 * calendar/holidays.el (general-holidays, oriental-holidays)
4954 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4955 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4956 the definitions of their targets.
4957
c79fc059
GM
4958 * emacs-lisp/smie.el (smie): New custom group.
4959 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4960
c8ccffb1
GM
4961 * faces.el (xw-defined-colors, x-setup-function-keys):
4962 * mouse-sel.el (x-select-text):
4963 * term/w32console.el (x-setup-function-keys): Update declarations.
4964
f4ff702e
GM
4965 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4966
806c491a
GM
4967 * textmodes/ispell.el (comment-add): Declare.
4968
c3dfebd1
GM
4969 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4970 Declare.
4971
28886d5e
GM
4972 * info.el (finder-keywords-hash, package-alist): Declare.
4973
693c9d15
CY
49742010-11-01 Chong Yidong <cyd@stupidchicken.com>
4975
4976 * finder.el (finder-compile-keywords): Don't use intern-soft,
4977 since package names may not yet exist in the obarray.
4978
49792010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4980
4981 * vc/vc-arch.el (vc-arch-checkin):
4982 * vc/vc-cvs.el (vc-cvs-checkin):
4983 * vc/vc-mtn.el (vc-mtn-checkin):
4984 * vc/vc-rcs.el (vc-rcs-checkin):
4985 * vc/vc-sccs.el (vc-sccs-checkin):
4986 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4987 since 2010-04-21 commit by Stefan Monnier.
4988
36967cf7
GM
49892010-11-01 Glenn Morris <rgm@gnu.org>
4990
feb5e60a
GM
4991 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4992
1f023ca9
GM
4993 * startup.el (package-enable-at-startup, package-initialize):
4994 Silence compiler.
4995
36967cf7
GM
4996 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4997 Silence compiler.
4998
430e7297
JD
49992010-10-31 Julien Danjou <julien@danjou.info>
5000
5001 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
5002 (byte-recompile-directory):
5003 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
5004 Use `byte-recompile-file'.
5005
c8c59954
GM
50062010-10-31 Glenn Morris <rgm@gnu.org>
5007
5008 * cus-start.el: Handle standard values via a keyword.
5009 Only set version property if specified.
5010 (cursor-in-non-selected-windows, menu-bar-mode)
5011 (tool-bar-mode, show-trailing-whitespace):
5012 Do not specify standard values.
5013 (transient-mark-mode, temporary-file-directory): Use :standard.
5014
04e63796
JD
50152010-10-31 Jan Djärv <jan.h.d@swipnet.se>
5016
5017 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 5018 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 5019
2699a554 50202010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
5021
5022 * net/tramp.el (tramp-handle-insert-file-contents): For root,
5023 preserve owner and group when editing files. (Bug#7289)
5024
35fcc05c 50252010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
5026
5027 * speedbar.el (speedbar-mode):
5028 * play/fortune.el (fortune-in-buffer, fortune):
5029 * play/gomoku.el (gomoku-mode):
5030 * play/landmark.el (lm-mode):
5031 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
5032 Replace inappropriate uses of toggle-read-only. (Bug#7292)
5033
82f7efc3
GM
5034 * select.el (x-selection): Mark it as an obsolete alias.
5035
2699a554 50362010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 5037
f486841f 5038 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
5039 major-mode (bug#7284).
5040
2699a554 50412010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
5042
5043 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
5044 rather than just an unused variable that inherits from the real one.
5045
e6ef5dd9
AM
50462010-10-31 Alan Mackenzie <acm@muc.de>
5047
5048 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
5049 This fixes bug #7185.
5050
8a500a91
CY
50512010-10-30 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * startup.el (command-line): Search for package directories, and
5054 don't load package.el if none are found.
5055
6a7662bb
BR
5056 * emacs-lisp/package.el (describe-package, list-packages):
5057 Call package-initialize if it has not been called yet.
8a500a91 5058
4f9e41e4
AM
50592010-10-30 Alan Mackenzie <acm@muc.de>
5060
5061 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
5062 which fontifies the tail of an enum.
5063 (c-basic-matchers-after): Insert a call to the above new function.
5064 This fixes bug #7264.
5065
88f43c67
GM
50662010-10-30 Glenn Morris <rgm@gnu.org>
5067
5068 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
5069 tool-bar-mode, transient-mark-mode. (Bug#7306)
5070 Include the :set property in the dumped Emacs.
5071
c4d17d50
SM
50722010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 SMIE: change indent rules format, improve smie-setup.
5075 * emacs-lisp/smie.el (smie-precs-precedence-table)
5076 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5077 Mark them pure so the tables gets built at compile time.
5078 (smie-bnf-precedence-table): Store the closer-alist in the table.
5079 (smie-prec2-levels): Preserve the closer-alist.
5080 (smie-blink-matching-open): Be more forgiving in case of indentation.
5081 (smie-hanging-p): Rename from smie-indent--hanging-p.
5082 (smie-bolp): Rename from smie-indent--bolp.
5083 (smie--parent, smie--after): New dynamic vars.
5084 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5085 (smie-indent-rules): Remove.
5086 (smie-indent--offset-rule): Remove fun.
5087 (smie-rules-function): New var.
5088 (smie-indent--rule): New fun.
5089 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5090 (smie-indent-exps): Use it.
5091 (smie-setup): Setup paren blinking; add keyword args for token
5092 functions; extract closer-alist from op-levels.
5093 (smie-indent-debug-log): Remove var.
5094 (smie-indent-debug): Remove fun.
5095 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5096 (prolog-smie-rules): New fun to replace it.
5097 (prolog-mode-variables): Simplify.
5098 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5099 it's setup automatically.
5100 (octave-smie-indent-rules): Remove.
5101 (octave-smie-rules): New fun to replace it.
5102 (octave-mode): Simplify.
5103
9d794026
GM
51042010-10-29 Glenn Morris <rgm@gnu.org>
5105
e088c02a
GM
5106 * files.el (temporary-file-directory): Remove (already defined in C).
5107 * cus-start.el: Add temporary-file-directory.
5108
9d794026
GM
5109 * abbrev.el (abbrev-mode):
5110 * composite.el (auto-composition-mode):
5111 * menu-bar.el (menu-bar-mode):
5112 * simple.el (transient-mark-mode):
5113 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5114 that they do not define the associated variables twice.
5115 * simple.el (transient-mark-mode): Remove defvar.
5116 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5117 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5118 Handle multiple groups, and also custom-delayed-init-variables.
5119 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5120
dcc029e0
SM
51212010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5124 (pcase-if): Add one minor optimization.
5125 (pcase-split-equal): Rename from pcase-split-eq.
5126 (pcase-split-member): Rename from pcase-split-memq.
5127 (pcase-u1): Add strings to the member optimization.
5128 Add `guard' variant of predicates.
5129 (pcase-q1): Add string patterns.
5130
a62b88d4
SM
51312010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5134
f41f19b0
GM
51352010-10-28 Glenn Morris <rgm@gnu.org>
5136
b3edb781
GM
5137 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5138 Move menu-bar related settings to ../menu-bar.el.
5139 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5140 Move ns-specific settings here from term/ns-win.el.
5141
f41f19b0
GM
5142 * simple.el (x-selection-owner-p): Remove unused declaration.
5143
6175cd08
SM
51442010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * minibuffer.el (completion-cycling): New var (bug#7266).
5147 (minibuffer-complete, completion--do-completion):
5148 Use completion--flush-all-sorted-completions.
5149 (minibuffer-complete): Only cycle if completion-cycling is set.
5150 (completion--flush-all-sorted-completions): Unset completion-cycling.
5151 (minibuffer-force-complete): Set completion-cycling.
5152 (completion-all-sorted-completions): Move declaration before first use.
5153
19677c71
LL
51542010-10-28 Leo <sdl.web@gmail.com>
5155
5156 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5157 which changes the order of matches seen by users (bug#7231).
5158
51592010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5160
5161 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5162 Don't confuse -omega as "-o mega".
5163
2122161f
SM
51642010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5165
ce8794df
SM
5166 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5167 (log-edit-author): New dynamic var.
5168 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5169 to return the author if different from committer.
5170 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5171
80cb310d
SM
5172 * play/landmark.el: Adjust commenting convention.
5173 (lm-nil-score): Rename from nil-score.
5174 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5175 (OOOOscore): Move into a let in lm-score-trans-table.
5176 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5177
2122161f
SM
5178 * electric.el (electric-indent-chars): Autoload.
5179 * progmodes/octave-mod.el (octave-mode):
5180 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5181 (ruby-mode-abbrev-table): Merge initialization and declaration.
5182
e925113b
GM
51832010-10-27 Glenn Morris <rgm@gnu.org>
5184
208d109c
GM
5185 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5186 variable.
5187
7d3e3843
GM
5188 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5189
e925113b
GM
5190 * term/ns-win.el: Restore require of cl when compiling.
5191 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5192 (ns-handle-nxopen): Optionally handle the temp-case.
5193 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5194 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5195
b94a5a43
GM
51962010-10-26 Glenn Morris <rgm@gnu.org>
5197
5198 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5199
fc3eda04
AR
52002010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5201
5202 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5203 global map.
5204 * term/common-win.el (x-setup-function-keys): Remove most of the
5205 keymappings. Comment on the remaining ones.
5206
c79b0b1c
PO
52072010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5208
c31dc2c0 5209 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5210 (server-start): Use server-port.
5211
725513b7
GM
52122010-10-26 Glenn Morris <rgm@gnu.org>
5213
d7d8c62a
GM
5214 * term/ns-win.el (ns-version-string): Remove unused declaration.
5215 (ns-invocation-args): Change to x-invocation-args.
5216 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5217 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5218 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5219 Use x-invocation-args instead of ns-invocation-args.
5220 (ns-initialize-window-system, handle-args-function-alist):
5221 Use x-handle-args instead of ns-handle-args.
5222 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5223 * startup.el (command-line-ns-option-alist): Replace
5224 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5225 ns-handle-iconic with the x- equivalents.
5226
725513b7
GM
5227 * term/common-win.el (x-select-enable-clipboard):
5228 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5229
5230 * term/ns-win.el: No need to require cl when compiling.
5231 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5232 (xw-defined-colors): Use the common-win definitions.
5233 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5234 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5235 * term/common-win.el (x-select-text, x-alternatives-map)
5236 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5237 * loadup.el [ns]: Load common-win.
5238
77ec02d8
DU
52392010-10-26 Daiki Ueno <ueno@unixuser.org>
5240
5241 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5242 recipients; expand mail aliases (Bug#7280).
77ec02d8 5243
6a5c2175
GM
52442010-10-25 Glenn Morris <rgm@gnu.org>
5245
59ba9d59
GM
5246 * term/common-win.el (x-handle-switch): Simplify with pop.
5247 Optionally handle numeric switches.
5248 (x-handle-numeric-switch): Just call x-handle-switch.
5249 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5250 (x-handle-name-switch, x-handle-display, x-handle-args):
5251 Simplify with pop.
5252
6a5c2175
GM
5253 * term/ns-win.el: Do not require easymenu.
5254 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5255 <spell>: Move adjustments to menu-bar.el.
5256 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5257 <separator-undo, spell>: Move ns-win's adjustments here.
5258 * loadup.el [ns]: Do not load easymenu.
5259
01898dc2
CY
52602010-10-24 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5263 Delete (Bug#7222).
01898dc2
CY
5264
5265 * startup.el (fancy-startup-tail): Instead of using inline images,
5266 refer to image files from etc/.
5267
5268 * wid-edit.el (checkbox): Likewise.
5269 (widget-image-find): Center image specs.
5270
a44d921f
GM
52712010-10-24 Glenn Morris <rgm@gnu.org>
5272
5273 * term/ns-win.el (x-select-text): Doc fix.
5274 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5275 (x-select-text): Move to term/common-win.
5276 * term/w32-win.el (xw-defined-colors): Move to common-win.
5277 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5278 (x-setup-function-keys, x-select-text): Move to common-win.
5279 * term/common-win.el (x-select-text, x-alternatives-map)
5280 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5281 definitions here.
5282
709228c0 52832010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5284
5285 * net/mairix.el (mairix-searches-mode-map):
5286 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5287
0c382083 52882010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5289
2b0c7330 5290 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5291 auto-built for efficiency of execution and updating.
5292 (verilog-extended-complete-re): Support 'pure' fucntion & task
5293 declarations (these have no bodies).
ca39416c
AH
5294 (verilog-beg-of-statement): General cleanup to enable support of
5295 'pure' fucntion & task declarations (these have no bodies).
5296 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5297 noticed by Steve Pearlmutter.
5298 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5299 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5300 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5301 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5302 attribute handling for lining up declarations and assignments.
5303 (verilog-beg-of-statement-1): Fix issue where continued declaration
5304 is indented differently if it is after a begin..end clock.
5305 (verilog-in-attribute-p, verilog-skip-backward-comments)
5306 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5307 attributes by indent code. Reported by Jeff Steele.
ca39416c 5308 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5309 (verilog-backward-up-list, verilog-in-struct-region-p)
5310 (verilog-backward-token, verilog-in-struct-p)
5311 (verilog-in-coverage-p, verilog-do-indent)
5312 (verilog-pretty-declarations): Use verilog-backward-up-list as
5313 wrapper around backward-up-list inorder to properly skip comments.
5314 Reported by David Rogoff.
5315 (verilog-property-re, verilog-endcomment-reason-re)
5316 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5317 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5318 of if). Reported by Max Bjurling and
a03c2342 5319 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5320 declaration. Reported by Brian Hunter.
a03c2342 5321
0c382083 53222010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5323
2b0c7330 5324 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5325 (verilog-gate-keywords, verilog-read-sub-decls)
5326 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5327 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5328 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5329 (verilog-read-decls): Fix spaces in V2K module parameters causing
5330 mis-identification as interfaces, bug287.
5331 (verilog-read-decls): Fix not treating "parameter string" as a
5332 parameter in AUTOINSTPARAM.
5333 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5334 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5335 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5336 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5337 (verilog-font-lock-keywords-2): Fix highlighting of single
5338 character pins, bug264. Reported by Michael Laajanen.
5339 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5340 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5341 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5342 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5343 (verilog-pretty-expr): Fix interactive arguments, bug272.
5344 Reported by Mark Johnson.
5345 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5346 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5347 bug269. Suggested by Gary Delp.
a03c2342 5348 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5349 (verilog-preprocessor, verilog-set-compile-command):
5350 Create verilog-preprocess and verilog-preprocessor to show
5351 preprocessed output.
a03c2342
WS
5352 (verilog-get-beg-of-line, verilog-get-end-of-line)
5353 (verilog-modi-file-or-buffer, verilog-modi-name)
5354 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5355 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5356 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5357 (verilog-colorize-region, verilog-highlight-buffer)
5358 (verilog-highlight-includes, verilog-highlight-modules)
5359 (verilog-highlight-region, verilog-mode): Rename colorize to
5360 highlight to match other packages. Disable module highlighting,
5361 as received speed complaints, reenable for experimentation only
5362 using new verilog-highlight-modules.
5363 (verilog-read-decls): Fix regexp stack overflow in very large
5364 AUTO_TEMPLATEs, bug250.
5365 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5366 (verilog-scan): Create verilog-save-buffer-state to standardize
5367 making insignificant changes that shouldn't call hooks.
5368 (verilog-save-no-change-functions, verilog-save-scan-cache)
5369 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5370 Create verilog-save-no-change-functions to wrap verilog-scan
5371 preservation, and fix to work with nested preserved calls.
5372 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5373 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5374 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5375 (verilog-submit-bug-report): Update variable list to be complete.
5376 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5377 breaking on-the-fly font-locking.
5378 (verilog-colorize-buffer, verilog-colorize-include-files)
5379 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5380 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5381 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5382 AUTOINST cell instance name, middle mouse button now finds-file on
5383 it. Suggested by Brad Dobbie.
5384 (verilog-alw-get-temps, verilog-auto-reset)
5385 (verilog-auto-sense-sigs, verilog-read-always-signals)
5386 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5387 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5388 initialization section of a for() should be ignored.
5389 Reported by Dan Dever.
a03c2342
WS
5390 (verilog-error-font-lock-keywords)
5391 (verilog-error-regexp-emacs-alist)
5392 (verilog-error-regexp-xemacs-alist): Fix error detection of
5393 Cadence HAL, reported by David Asher. Repair drift between the
5394 three similar error variables.
5395 (verilog-modi-lookup, verilog-modi-lookup-cache)
5396 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5397 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5398 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5399 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5400 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5401 "{1*2{...". Broke in last revision.
5402 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5403 submodule connections with replications "{#{a},#{b}}".
5404
0c382083
CY
54052010-10-24 Juanma Barranquero <lekktu@gmail.com>
5406
5407 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5408 Fix typo in docstring.
5409
54102010-10-24 Kenichi Handa <handa@m17n.org>
5411
5412 * face-remap.el (text-scale-adjust): Call read-event with a proper
5413 prompt.
5414
54152010-10-24 Chong Yidong <cyd@stupidchicken.com>
5416
5417 * emacs-lisp/unsafep.el: Don't mark functions that display
5418 messages as safe. Suggested by Johan Bockgård.
5419
54202010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5423 Turn comments into docstrings.
5424
5425 * minibuffer.el (completion--replace): Move point where it belongs
5426 when there's a common suffix (bug#7215).
5427
9317e499
CY
54282010-10-24 Chong Yidong <cyd@stupidchicken.com>
5429
5430 Merge read-color and facemenu-read-color (Bug#7242).
5431
5432 * faces.el (read-color): Use the completion code from
5433 facemenu-read-color. Require match in completion. Doc fix.
5434
5435 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5436 (facemenu-set-foreground, facemenu-set-background):
5437 Use read-color.
9317e499
CY
5438
5439 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5440 (set-cursor-color, set-mouse-color, set-border-color):
5441 Use read-color.
9317e499 5442
a44d921f 54432010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5444
5445 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5446 argument of delete-file and delete-directory (Bug#7011).
5447
43207249
CY
54482010-10-24 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5451 button-buffer-map.
5452
484db896 54532010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5454
5455 * emacs-lisp/package.el (package--generate-package-list): Make the
5456 *Packages* buffer read-only.
5457
10f5e3e6
AM
54582010-10-24 Alan Mackenzie <acm@muc.de>
5459
5460 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5461 result of `c-beginning-of-decl-1' between invocations of a lambda
5462 function (Bug #7265).
5463
3ec6ca72
DU
54642010-10-24 Daiki Ueno <ueno@unixuser.org>
5465
5466 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5467 executable is not available on the system (Bug#7268).
5468
ec514007
GM
54692010-10-24 Glenn Morris <rgm@gnu.org>
5470
f5f25615
GM
5471 * select.el (selection-coding-system, next-selection-coding-system):
5472 Sync doc with C versions.
3646b86d 5473
8aa0f263
GM
5474 * w32-vars.el (x-select-enable-clipboard):
5475 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5476 * term/common-win.el (x-select-enable-clipboard): Move here.
5477
46710489
GM
5478 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5479 definition of C variable.
5480
ec514007
GM
5481 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5482 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5483 Don't redefine things that are defined in C.
5484 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5485 (show-trailing-whitespace, auto-hscroll-mode)
5486 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5487 Set up the appropriate custom properties.
5488
8a79905d
CY
54892010-10-24 Chong Yidong <cyd@stupidchicken.com>
5490
5491 Bind "C-c ]" to ...
5492 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5493 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5494 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5495 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5496
aa02a29f
GM
54972010-10-23 Glenn Morris <rgm@gnu.org>
5498
7dfc15df
GM
5499 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5500 say what it was.
5501
66c6abf0
GM
5502 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5503 Sync docs with C version.
f3d87560 5504
3193e969
GM
5505 * term/ns-win.el (xw-defined-colors):
5506 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5507
6f748f70
GM
5508 * term/pc-win.el (x-select-enable-clipboard):
5509 * term/x-win.el (x-select-enable-clipboard):
5510 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5511
7aa93795
GM
5512 * comint.el (comint-password-prompt-regexp): Make it less vague.
5513 Bump version.
5514
17284e30
GM
5515 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5516
aa02a29f
GM
5517 * help.el (finder-by-keyword): Remove unnecessary autoload.
5518
69b55131
GM
55192010-10-22 Glenn Morris <rgm@gnu.org>
5520
9a0dd02d
GM
5521 * loadup.el: Unconditionally load float-sup.
5522 * paren.el (show-paren-delay):
5523 * emacs-lisp/float-sup.el:
5524 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5525 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5526 (lazy-lock-stealth-verbose): Assume float support.
5527 * ps-print.el: Assume float support on Emacs.
5528 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5529 Remove non-float branch.
5530
69b55131
GM
5531 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5532 src/Makefile no longer being pre-processed.
5533
7c23d9e8
SM
55342010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * emacs-lisp/find-func.el (find-library): Use test-completion.
5537
23737b4a
LMI
55382010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5539
7c23d9e8 5540 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5541
6e060cee 55422010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5543
5544 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5545 space in stat format string.
5546 (tramp-send-command): Unset $PS1 when using here documents, in
5547 order not to get several prompts.
5548 (tramp-get-inline-coding): Return `nil' in case of errors.
5549
08ffb131
DU
55502010-10-21 Daiki Ueno <ueno@unixuser.org>
5551
7c23d9e8
SM
5552 * hexl.el (hexl-mode, hexl-mode-exit):
5553 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5554 (hexl-revert-buffer-function): New function.
5555 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5556
ba7fdf30
AM
55572010-10-19 Alan Mackenzie <acm@muc.de>
5558
7c23d9e8
SM
5559 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5560 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5561 that these keywords aren't wrongly matched as identifiers.
5562
ba7fdf30
AM
5563 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5564 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5565 c-after-change. (Bug#7181)
ba7fdf30 5566
7fd8732d
CY
55672010-10-19 Chong Yidong <cyd@stupidchicken.com>
5568
5569 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5570 Don't mark as safe.
5571
5572 * custom.el (custom-theme-set-variables): Likewise.
5573 (load-theme): Add custom-theme-set-faces and
5574 custom-theme-set-variables to safe-functions while loading.
5575 (custom-enabled-themes): Mark as risky.
5576
3f12b18c
JD
55772010-10-18 Julien Danjou <julien@danjou.info>
5578
5579 * bindings.el: Remove end dashes in default mode-line-format.
5580
b8a47412
CY
55812010-10-19 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5584 to delete-forward-char.
5585
5586 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5587 deletechar, and hence delete-forward-char.
5588
ca3fa302
JB
55892010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * repeat.el (repeat): Use read-key (bug#6256).
5592
55932010-10-19 Chong Yidong <cyd@stupidchicken.com>
5594
5595 * emacs-lisp/unsafep.el: Don't mark functions that display
5596 messages as safe. Suggested by Johan Bockgård.
5597
55982010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * minibuffer.el (completion--replace): Move point where it belongs
5601 when there's a common suffix (bug#7215).
5602
56032010-10-19 Kenichi Handa <handa@m17n.org>
5604
5605 * international/characters.el: Add category '|' (word breakable)
5606 to fullwidth characters.
5607
3224b54d
MA
56082010-10-19 Michael Albinus <michael.albinus@gmx.de>
5609
5610 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5611 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5612 order to make stat results a float. Patch by Andreas Schwab
5613 <schwab@linux-m68k.org>.
5614
36ba6f07
JD
56152010-10-18 Julien Danjou <julien@danjou.info>
5616
5617 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5618 hidden by `make-pointer-invisible'.
5619
43f964fc
SM
56202010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5621
5622 * files.el (locate-file-completion-table): Strip non-matching elements
5623 before checking length of list (bug#7238).
5624
e48eb343
CY
56252010-10-18 Chong Yidong <cyd@stupidchicken.com>
5626
5627 * custom.el (custom-theme-set-variables): Mark as a safe function.
5628 (load-theme): Check forms using unsafep.
5629
5630 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5631
df987d70
AM
56322010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5633
43f964fc
SM
5634 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5635 Fix aspell data file searching (bug#7230).
df987d70 5636
29a4c45b
CY
56372010-10-16 Chong Yidong <cyd@stupidchicken.com>
5638
5639 * cus-theme.el (custom-theme--migrate-settings): New var.
5640 (customize-create-theme): Allow editing the `user' theme.
5641 (custom-theme-add-variable, custom-theme-add-var-1)
5642 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5643 to the front of each variable or face widget.
5644 (custom-theme-write): Save theme settings in the correct order.
5645 Optionally, remove saved settings from user customizations.
43f964fc
SM
5646 (custom-theme-write-variables, custom-theme-write-faces):
5647 Save only the checked widgets.
29a4c45b
CY
5648 (customize-themes): Add a link for migrating custom settings.
5649
43f964fc
SM
5650 * custom.el (custom-declare-theme, provide-theme):
5651 Use custom-theme-name-valid-p.
29a4c45b
CY
5652 (custom-theme-name-valid-p): Remove checks that are now
5653 unnecessary since themes no longer obey load-path.
5654
5655 * cus-edit.el (custom-variable-value-create): For the simple
5656 style, hide documentation string when hidden.
5657
782b5e8d
CY
56582010-10-16 Chong Yidong <cyd@stupidchicken.com>
5659
647bc502
CY
5660 * cus-edit.el (custom-variable, custom-face): Combine the
5661 :inhibit-magic and :display-style properties into a single
5662 :custom-style property.
43f964fc
SM
5663 (custom-toggle-hide-variable, custom-toggle-hide-face):
5664 New functions. If hiding an edited value, save it to :shown-value.
5665 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5666 (custom-magic-reset): Allow magic property to be unset.
5667
782b5e8d
CY
5668 * custom.el: Custom themes no longer use load-path.
5669 (custom-theme-load-path): New option. Change built-in theme
5670 directory to etc/.
5671 (custom-enabled-themes): Add custom-theme-load-path dependency.
5672 (custom-theme--load-path): New function.
5673 (load-theme, custom-available-themes): Use it.
5674
5675 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5676 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5677 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5678 :custom-style property.
782b5e8d
CY
5679
5680 * themes/*.el: Moved to etc/.
5681
99f65cfa
RA
56822010-10-16 Ralf Angeli <angeli@caeruleus.net>
5683
5684 * textmodes/reftex-cite.el
5685 (reftex-extract-bib-entries-from-thebibliography): Do not move
5686 point when searching for \bibitem entries. Match entries with
5687 spaces or tabs in front of arguments.
5688
da16abfc
CY
56892010-10-16 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * cus-theme.el (customize-create-theme): Delete overlays after
5692 erasing. If given a THEME arg, display only the faces of that arg
5693 instead of custom-theme--listed-faces.
5694 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5695 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5696 (custom-theme-add-variable, custom-theme-add-face): Apply value
5697 from the theme settings, instead of the current value.
5698 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5699 (custom-theme-visit-theme): Allow calling outside theme buffers.
5700 (custom-theme-merge-theme): Don't enable the theme when merging.
5701 (custom-theme-write-variables, custom-theme-write-faces): Use the
5702 :shown-value properties to save buffer values, not global ones.
5703 (customize-themes): Display a warning about user customizations.
5704
5705 * cus-edit.el (custom-variable-value-create)
5706 (custom-face-value-create): Obey new special properties
5707 :shown-value and :inhibit-magic.
5708
aa095b2d
MA
57092010-10-15 Michael Albinus <michael.albinus@gmx.de>
5710
5711 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5712 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5713 <dale@codefu.org>.
aa095b2d 5714
7ca9cfda
KH
57152010-10-14 Kenichi Handa <handa@m17n.org>
5716
9650fc61
KH
5717 * mail/rmail.el (rmail-show-message-1): Catch an error of
5718 base64-decode-region and just show an error message (bug#7165).
5719
43f964fc 5720 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5721 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5722 a font-spec (bug#7197).
5723
220d91b8 57242010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5725
5726 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5727
220d91b8 57282010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5729
c0943d3d
JB
5730 * international/mule.el (define-coding-system):
5731 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5732 * composite.el (compose-region): Fix typo in docstring.
5733
4983ddea
CY
57342010-10-14 Chong Yidong <cyd@stupidchicken.com>
5735
de43f11b
CY
5736 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5737 only after checking the theme-face property.
5738
4983ddea
CY
5739 * faces.el (face-spec-reset-face): Reset all attributes in one
5740 single call to set-face-attribute.
5741 (face-spec-match-p): Make it a defsubst.
5742 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5743 (x-create-frame-with-faces, tty-create-frame-with-faces)
5744 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5745 frame-set-background-mode, since they are recomputed immediately
5746 afterwards in face-set-after-frame-default.
5747 (face-set-after-frame-default): Minor optimization.
5748 (cursor): Provide non-trivial defface spec.
5749
5750 * custom.el (custom-theme-recalc-face): Simplify.
5751
a974dcf2
JB
57522010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5753
43f964fc 5754 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5755 (math-is-polynomial, math-is-poly-rec): Replace `var'
5756 with `math-var'.
5757
43f964fc 5758 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5759 (calcFunc-table, math-scan-for-limits): Replace `var'
5760 with `math-var'.
5761
10e4702a
GM
57622010-10-13 Glenn Morris <rgm@gnu.org>
5763
5764 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5765
88f427d5
SB
57662010-10-13 Stephen Berman <stephen.berman@gmx.net>
5767
5768 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5769
a1d16a7b
G
57702010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5771
5772 * net/tls.el (tls-program): Remove spurious %s from openssl.
5773 (tls-starttls-switches): Remove starttls hack.
5774 (open-tls-stream): Ditto.
5775 (tls-find-starttls-argument): Ditto.
5776
2e288d54
JB
57772010-10-13 Juanma Barranquero <lekktu@gmail.com>
5778
5779 * image.el (image-library-alist): Declare as obsolete alias.
5780 (image-type-available-p): Use `dynamic-library-alist'.
5781
5782 * term/w32-win.el (dynamic-library-alist):
5783 Use instead of `image-library-alist'.
5784
35744400
IS
57852010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5786
5787 * subr.el (last): Make it faster. (Bug#7174)
5788
290fe464
RO
57892010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5790
5791 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5792
2919746c
CY
57932010-10-12 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5796 (describe-theme-1): Extract doc from unloaded themes.
5797
5798 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5799
5800 * themes/tango-theme.el:
5801 * themes/tango-dark-theme.el:
5802 * themes/wheatgrass-theme.el: New files.
5803
6b09b5d1
CY
58042010-10-12 Chong Yidong <cyd@stupidchicken.com>
5805
5806 * cus-theme.el (describe-theme, customize-themes)
5807 (custom-theme-save): New commands.
5808 (custom-new-theme-mode-map): Bind C-x C-s.
5809 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5810 (customize-create-theme): New optional arg THEME.
5811 (custom-theme-revert): Use it.
5812 (custom-theme-visit-theme): Remove dead code.
5813 (custom-theme-merge-theme): Use custom-available-themes.
5814 (custom-theme-write): Make interactive.
5815 (custom-theme-write): Use custom-theme-name-valid-p.
5816 (describe-theme-1, custom-theme-choose-revert)
5817 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5818 New funs.
5819 (custom-theme-allow-multiple-selections): New option.
5820 (custom-theme-choose-mode): New major mode.
5821
43f964fc
SM
5822 * custom.el (custom-theme-set-variables): Remove dead code.
5823 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5824 (custom--inhibit-theme-enable): New var.
5825 (provide-theme): Obey it.
5826 (load-theme): Replace load with manual read/eval, in order to
5827 check for correctness. Use custom-theme-name-valid-p.
5828 (custom-theme-name-valid-p): New function.
5829 (custom-available-themes): Use it.
5830
5831 * cus-edit.el (custom--initialize-widget-variables): New function.
5832 (Custom-mode): Use it.
5833
43f964fc
SM
5834 * cus-face.el (custom-theme-set-faces): Remove dead code.
5835 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5836
5837 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5838
16366259
JB
58392010-10-12 Juanma Barranquero <lekktu@gmail.com>
5840
cb7d821e 5841 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5842
4c14013d 58432010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5844
4c14013d
JB
5845 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5846 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5847 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5848
5849 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5850
4c14013d 58512010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5852
5853 * emacs-lisp/lisp.el (lisp-completion-at-point):
5854 Use emacs-lisp-mode-syntax-table for the whole function.
5855
4c14013d 58562010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5857
5858 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5859 instead of font-lock-mode before adding keywords.
5860 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5861 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5862 non-nil; removed hook inhibit hack.
5863
4c14013d 58642010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5865
d15f9a2b
GM
5866 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5867 (load-path-shadows-find): ... to this.
5868 (list-load-path-shadows): Update for above change.
5869
c7d6d8a1
GM
5870 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5871
f0b7f5a8
KY
58722010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5873
5874 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5875 Fix comment for declare-function.
5876
05d22d02
CY
58772010-10-11 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * custom.el (custom-fix-face-spec): New function; code moved from
5880 custom-face-edit-fix-value.
5881 (custom-push-theme): Use it when checking if a face has been
5882 changed outside customize.
5883 (custom-available-themes): New function.
5884 (load-theme): Use it.
5885
43f964fc 5886 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5887
5888 * custom.el (custom-push-theme): Cleanup (use cond).
5889 (disable-theme): Recompute the saved-face property.
5890 (custom-theme-recalc-face): Follow face alias before setting prop.
5891
43f964fc
SM
5892 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5893 New variables, containing checkbox images.
05d22d02
CY
5894
5895 * startup.el (fancy-startup-tail):
5896 * wid-edit.el (checkbox): Use them.
5897
293e7c22
DN
58982010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5899
a0310a6c
DN
5900 * shell.el (shell-mode-map):
5901 * progmodes/modula2.el (m2-mode-map):
5902 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5903 * play/mpuz.el (mpuz-mode-map):
5904 * play/landmark.el (lm-mode-map):
5905 * play/decipher.el (decipher-mode-map):
5906 * play/5x5.el (5x5-mode-map):
5907 * net/telnet.el (telnet-mode-map):
5908 * net/quickurl.el (quickurl-list-mode-map):
5909 * net/mairix.el (mairix-searches-mode-map):
5910 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5911 * net/dig.el (dig-mode-map):
5912 * mail/mspools.el (mspools-mode-map):
5913 * hexl.el (hexl-mode-map):
5914 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5915 (wordstar-C-o-map, wordstar-C-q-map):
5916 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5917 * emacs-lisp/chart.el (chart-map):
5918 * edmacro.el (edmacro-mode-map):
5919 * erc/erc-list.el (erc-list-menu-mode-map):
5920 * array.el (array-mode-map): Declare and define in one step.
5921
293e7c22
DN
5922 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5923
446b12da
DU
59242010-10-10 Daiki Ueno <ueno@unixuser.org>
5925
5926 * epa.el (epa-passphrase-callback-function): Display filename
5927 passed as the 3rd arg.
43f964fc
SM
5928 * epa-file.el (epa-file-passphrase-callback-function):
5929 Pass filename to epa-passphrase-callback-function.
446b12da 5930
76c16af8
CY
59312010-10-09 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * cus-edit.el (custom-face-widget-to-spec)
5934 (custom-face-get-current-spec, custom-face-state): New functions.
5935 (custom-face-set, custom-face-mark-to-save)
5936 (custom-face-value-create, custom-face-state-set): Use them.
5937
5938 * cus-theme.el (custom-theme--listed-faces): New var.
5939 (customize-create-theme): Use *Custom Theme* as the buffer name.
5940 Set revert-buffer-function. Optional arg BUFFER. Insert all
5941 faces listed in custom-theme--listed-faces.
5942 (custom-theme-revert): New function.
5943 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5944 bottom of the list.
5945 (custom-theme-write): Prompt for theme name if empty.
5946 (custom-theme-write-variables): Use dolist.
5947 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5948
e15f8aaa
AM
59492010-10-09 Alan Mackenzie <acm@muc.de>
5950
5951 Enhance fontification of declarators to take account of the
5952 presence/absence of "typedef".
5953
5954 * cc-engine.el (c-forward-type): New &optional param
5955 "brace-block-too".
5956 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5957 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5958
5959 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5960 fontification of declarators which follow a "}".
5961 (c-font-lock-declarations): Fontify declarators according to the
5962 presence/absence of "typedef".
5963
5964 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5965 for "typedef".
5966 (c-typedef-decl-key): New lang variable built from
5967 c-typedef-decl-kwds.
5968
cf321e50
LMI
59692010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5970
77aec221
LMI
5971 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5972 since that's too annoying. Move the filter groups commands to
5973 TAB/backtab.
5974
7450df5d
LMI
5975 * epa.el (epa-passphrase-callback-function): Say what we're
5976 querying the password for.
5977
cf321e50 5978 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5979 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5980
587faadd
CY
59812010-10-08 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5984 (custom-magic-value-create): Pad button tags with spaces.
5985 (custom-face-edit): New variable.
5986 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5987 face editor here, instead of using custom-face-selected.
5988 Pass face defaults to custom-face-edit widget.
587faadd
CY
5989 (custom-face-selected, custom-display-unselected): Delete widgets.
5990 (custom-display-unselected-match): Function removed.
43f964fc
SM
5991 (custom-face-set, custom-face-mark-to-save):
5992 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5993
5994 * wid-edit.el (widget--completing-widget): New var.
5995 (widget-default-complete): Bind it when doing completion.
5996 (widget-string-complete, widget-file-complete): Use it.
5997
a1ab97d0
GM
59982010-10-09 Glenn Morris <rgm@gnu.org>
5999
85d50db7
GM
6000 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
6001 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
6002 (holiday-hebrew-misc): Small simplifications.
6003
3fb78d1f
GM
6004 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
6005
a1ab97d0
GM
6006 * net/browse-url.el: Don't require thingatpt, term, dired,
6007 executable, or w3-auto when compiling.
6008 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
6009 Declare.
6010 (browse-url-text-emacs): Require term.
6011
2187e5bb
AS
60122010-10-08 Andreas Schwab <schwab@linux-m68k.org>
6013
6014 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
6015
e5d49589
GM
60162010-10-08 Glenn Morris <rgm@gnu.org>
6017
5823f53f
GM
6018 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
6019
e5d49589
GM
6020 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
6021 (shadows-compare-text-p): Make it an obsolete alias for...
6022 (load-path-shadows-compare-text): ... new name.
6023 (find-emacs-lisp-shadows): Update for above name change.
6024 (load-path-shadows-same-file-or-nonexistent): New name for the old
6025 shadow-same-file-or-nonexistent.
6026
4628bef1 60272010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
6028
6029 * minibuffer.el (completion--some, completion--do-completion)
6030 (minibuffer-complete-and-exit, minibuffer-completion-help)
6031 (completion-basic-try-completion)
6032 (completion-basic-all-completions)
6033 (completion-pcm--find-all-completions): Use lexical-let to
6034 avoid some false matches in variable completion (Bug#7056)
6035
4628bef1 60362010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
6037
6038 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
6039
4628bef1 60402010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
6041
6042 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
6043 return non-nil if the file exists (Bug#7090).
6044
4628bef1 60452010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
6046
6047 * minibuffer.el (completion--replace):
6048 Better preserve markers (bug#7138).
6049
4628bef1 60502010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
6051
6052 * server.el (server-process-filter): Doc fix.
6053
4628bef1 60542010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
6055
6056 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
6057
e4adf61e
GM
60582010-10-08 Glenn Morris <rgm@gnu.org>
6059
24ac444f
GM
6060 * vc/ediff-wind.el (ediff-setup-control-frame):
6061 * vc/ediff-ptch.el (ediff-default-backup-extension):
6062 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
6063 (ediff-exec-process): Remove system-types emx, windows-95.
6064
e4adf61e
GM
6065 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
6066
61328d7c
CY
60672010-10-07 Chong Yidong <cyd@stupidchicken.com>
6068
6069 * cus-edit.el (custom-variable, custom-face): Doc fix.
6070 (custom-face-edit): Add value-create attribute.
6071 (custom-face-edit-value-create)
43f964fc
SM
6072 (custom-face-edit-value-visibility-action): New functions.
6073 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6074 (custom-face-edit-deactivate): Show empty values with shadow face.
6075 (custom-face-selected): Only use this for face specs with default
6076 attributes.
6077 (custom-face-value-create): Cleanup.
6078
6079 * wid-edit.el (widget-checklist-value-create): Use dolist.
6080 (widget-checklist-match-find): Make second arg optional.
6081
ac44263a
GM
60822010-10-07 Glenn Morris <rgm@gnu.org>
6083
849b02b4
GM
6084 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6085 Prefix things.
6086
ac44263a
GM
6087 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6088 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6089 load-path-shadows-mode, update references.
06d9ef85
GM
6090 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6091 Rename variable and button.
6092 (list-load-path-shadows): Update button caller.
ac44263a 6093
29c72a6e
SM
60942010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6097 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6098 (smie-merge-prec2s): Handle those new entries.
6099 (smie-prec2-levels): Only set precedence to nil for actual
6100 openers/closers.
6101 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6102 that is now unnecessary.
6103
775f75bc 61042010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6105
6106 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6107
7e1e2a6e
GM
61082010-10-07 Glenn Morris <rgm@gnu.org>
6109
58d1ac6d
GM
6110 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6111 (mail-position-on-field): Remove declarations.
6112 (mail-position-on-field): Autoload it.
6113 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6114 and mail-header-end. Don't require sendmail.
6115
7b9235ad
GM
6116 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6117 (shadow-mode): New mode.
6118 (shadow-find-file): New button.
6119 (list-load-path-shadows): Use shadow-mode and buttons.
6120
52da2182
GM
6121 * iimage.el (iimage-version): Remove.
6122 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6123 Turn into defcustoms.
6124 (iimage-mode-map): Give it a doc string.
6125
7e1e2a6e
GM
6126 * calendar/appt.el (appt-activate): Give a warning rather than an error
6127 if there is no diary-file.
6128
e44eccd7
MA
61292010-10-06 Michael Albinus <michael.albinus@gmx.de>
6130
29c72a6e
SM
6131 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6132 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6133
4583e796
GM
61342010-10-06 Glenn Morris <rgm@gnu.org>
6135
6aecca99
GM
6136 * font-core.el (font-lock-defaults-alist): Remove variable.
6137 (font-lock-mode): Doc fix.
6138 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6139 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6140 (font-lock-set-defaults): Doc fix.
6141 Do not consult font-lock-defaults-alist.
6142
645a6257
GM
6143 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6144
4583e796
GM
6145 * emacs-lisp/cl.el: No longer provide cl-19.
6146
bd8fadca
MA
61472010-10-05 Michael Albinus <michael.albinus@gmx.de>
6148
6149 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6150 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6151 New defuns, taken from tramp-smb.el.
6152 (tramp-coding-system-change-eol-conversion)
43f964fc 6153 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6154
43f964fc 6155 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6156 (tramp-compat-coding-system-change-eol-conversion)
6157 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6158 from tramp.el.
6159
6160 * net/tramp-gvfs.el:
6161 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6162 by `tramp-compat-set-process-query-on-exit-flag'.
6163
43f964fc
SM
6164 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6165 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6166 `tramp-handle-file-exists-p' and
6167 `tramp-handle-file-newer-than-file-p'.
6168 (tramp-imap-handle-file-exists-p)
6169 (tramp-imap-handle-file-executable-p)
6170 (tramp-imap-handle-file-readable-p)
6171 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6172 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6173
6174 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6175 by `tramp-compat-set-process-query-on-exit-flag' and
6176 `tramp-coding-system-change-eol-conversion' by
6177 `tramp-compat-coding-system-change-eol-conversion'.
6178
43f964fc
SM
6179 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6180 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6181 `tramp-handle-file-exists-p' and
6182 `tramp-handle-file-newer-than-file-p'.
6183 (tramp-smb-handle-directory-files-and-attributes)
6184 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6185 (tramp-smb-handle-file-newer-than-file-p): Remove.
6186 (tramp-smb-maybe-open-connection):
6187 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6188 `tramp-compat-set-process-query-on-exit-flag'.
6189
726c5357
GM
61902010-10-05 Glenn Morris <rgm@gnu.org>
6191
6192 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6193
4a93e698
MA
61942010-10-04 Michael Albinus <michael.albinus@gmx.de>
6195
6196 Continue reorganization of load dependencies. (Bug#7156)
6197
6198 * net/tramp.el (tramp-handle-file-local-copy-hook)
6199 (tramp-delete-temp-file-function): Move down.
6200 (tramp-exists-file-name-handler): Move up.
6201 (tramp-register-file-name-handlers): Simplify autoload.
6202 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6203 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6204 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6205 (tramp-handle-file-name-completion)
6206 (tramp-handle-file-name-directory)
6207 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6208 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6209 (tramp-handle-find-backup-file-name)
6210 (tramp-handle-insert-file-contents, tramp-handle-load)
6211 (tramp-handle-substitute-in-file-name)
6212 (tramp-handle-unhandled-file-name-directory)
6213 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6214 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6215
6216 * net/tramp-gvfs.el (top):
6217 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6218
6219 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6220 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6221
b4593555
GM
62222010-10-04 Glenn Morris <rgm@gnu.org>
6223
6224 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6225 (appt-activate): Give status messages.
6226
8762aa10
TZ
62272010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6228
6229 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6230 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6231 `gnutls-negotiate' (formerly `starttls-negotiate').
6232 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6233
82fb8701
DN
62342010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6237 log-outgoing commands.
6238 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6239 to create a buffer local revert-buffer-function variable.
6240 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6241 revert-buffer-function lambda.
6242
c1ae068b
LMI
62432010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6244
6245 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6246 `gnutls-boot'. Make TYPE the only required parameter.
6247 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6248 (open-ssl-stream): Use it.
6249
67141a37
GM
62502010-10-03 Glenn Morris <rgm@gnu.org>
6251
77f38949
GM
6252 * subr.el (directory-sep-char): Remove obsolete variable.
6253 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6254 it is "necessary".
6255
67141a37
GM
6256 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6257 * vc/vc.el (vc-static-header-alist): Doc fix.
6258 * vc/vc-cvs.el (vc-cvs-header):
6259 * vc/vc-rcs.el (vc-rcs-header):
6260 * vc/vc-sccs.el (vc-sccs-header):
6261 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6262 * obsolete/vc-mcvs.el (vc-mcvs-header):
6263 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6264 on XEmacs.
6265
96bcef2e
CY
62662010-10-03 Chong Yidong <cyd@stupidchicken.com>
6267
43f964fc
SM
6268 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6269 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6270
ef47f179
GM
62712010-10-03 Glenn Morris <rgm@gnu.org>
6272
01c35094 6273 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6274
aee3c6f7
GM
6275 * textmodes/rst.el (rst-font-lock-keywords-function):
6276 Drop Emacs 20 code.
6277
f88cd114
GM
6278 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6279
6abfe35f
GM
6280 * printing.el: Drop Emacs 20 code.
6281
59e31cfa
GM
6282 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6283 without having used appt.el already).
6284
922ad43e
GM
6285 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6286 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6287 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6288 XEmacs.
6289 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6290 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6291
ef47f179
GM
6292 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6293 (charset-width, find-charset-region, chars-in-region, forward-point)
6294 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6295 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6296 Remove compatibility cruft (none of these are used by ps*.el).
6297
ac6ca7ba
KR
62982010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6299
6300 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6301
2a847524
CY
63022010-10-03 Chong Yidong <cyd@stupidchicken.com>
6303
43f964fc
SM
6304 * server.el (server-process-filter, server-return-error):
6305 Give emacsclient time to shut down after receiving an error string.
2a847524 6306
4bc3c53d
MA
63072010-10-02 Michael Albinus <michael.albinus@gmx.de>
6308
6309 * files.el (remote-file-name-inhibit-cache): New defcustom.
6310
43f964fc
SM
6311 * time.el (display-time-file-nonempty-p):
6312 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6313
43f964fc
SM
6314 * net/tramp.el (tramp-completion-reread-directory-timeout):
6315 Fix docstring.
4bc3c53d
MA
6316
6317 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6318 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6319 `remote-file-name-inhibit-cache'. Check also for an integer
6320 value. Add/increase counter when `tramp-verbose' >= 10.
6321 (tramp-set-file-property): Add/increase counter when
6322 `tramp-verbose' >= 10.
6323
6324 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6325 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6326 (tramp-bug): Set tramp-autoload cookie. Report all interned
6327 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6328 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6329 characters only in strings.
6330
6331 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6332 to backward compatibility.
6333
6334 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6335 (tramp-handle-file-name-all-completions)
43f964fc
SM
6336 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6337 (tramp-open-connection-setup-interactive-shell):
6338 Call `tramp-cleanup-connection' directly.
4bc3c53d 6339
9c524fcb
GM
63402010-10-02 Glenn Morris <rgm@gnu.org>
6341
3226d6ca
GM
6342 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6343
6344 * subr.el (char-bytes): Remove obsolete function.
6345
6346 * isearch.el (isearch-return-char): Remove obsolete function.
6347
6348 * mouse.el: No longer provide mldrag.
6349 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6350 Remove obsolete aliases.
6351
6352 * comint.el (comint-kill-output): Remove obsolete alias.
6353
6354 * composite.el (decompose-composite-char): Remove obsolete function.
6355 * ps-def.el (decompose-composite-char): Remove unused function.
6356
6357 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6358
6359 * outline.el (outline-visible): Remove obsolete function.
6360
6361 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6362 * faces.el (internal-find-face, internal-get-face)
6363 (frame-update-faces, frame-update-face-colors)
6364 (x-frob-font-weight, x-frob-font-slant)
6365 (internal-frob-font-weight, internal-frob-font-slant)
6366 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6367 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6368 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6369 since Emacs 21.1.
6370 * emulation/viper-util.el (viper-get-face):
6371 * obsolete/lucid.el (find-face, get-face): Use facep.
6372 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6373 Remove unused functions.
6374 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6375
9c524fcb
GM
6376 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6377 delete tempfile if interrupted during compilation.
6378
aecb42aa
LMI
63792010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6380
6381 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6382 gnutls-cli.
6383 (tls-program): Add --insecure to be consistent with the defaults from
6384 openssl s_client. Now all three commands are insecure.
6385
73077a9a
EZ
63862010-10-01 Eli Zaretskii <eliz@gnu.org>
6387
6388 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6389 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6390 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6391
1ef075bb
GM
63922010-10-01 Glenn Morris <rgm@gnu.org>
6393
1fcaf927
GM
6394 * obsolete/sc.el: Remove file.
6395
1ef075bb
GM
6396 * files.el (temporary-file-directory): On darwin, also try
6397 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6398
a16f5f64
JB
63992010-10-01 Juanma Barranquero <lekktu@gmail.com>
6400
6401 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6402 Let's not break compatibility gratuitously, shall we?
6403
6b958814
G
64042010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6405
47e08896 6406 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6407 (tls-find-starttls-argument): Use it.
6408 (open-tls-stream): Ditto.
6409
47e08896 6410 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6411 entry.
6412 (netrc-machine): Ditto.
6413
cad90f3b
EZ
64142010-09-30 Eli Zaretskii <eliz@gnu.org>
6415
6416 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6417
968ef9b4
JB
64182010-09-30 Juanma Barranquero <lekktu@gmail.com>
6419
6420 * server.el (server-start): Don't write pid to the authentication file.
6421 (server-create-tty-frame): Don't send pid.
6422 (server-process-filter): Send pid at the start of every connection.
6423
3536dea8
GM
64242010-09-30 Glenn Morris <rgm@gnu.org>
6425
8e378d88
GM
6426 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6427 (show-all-diary-entries): Remove obsolete function aliases.
6428
3536dea8
GM
6429 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6430 Remove options, obsolete since 22.1.
6a7662bb
BR
6431 (appt-display-format, appt-display-message):
6432 Remove backwards-compatibility code.
3536dea8
GM
6433 (appt-check): No longer check appt-issue-message.
6434 (appt-make-list): No longer autoload it. Doc fix. No longer
6435 activate the package.
6436
df7fcaff
LMI
64372010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6438
6439 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6440 (starttls-negotiate): Just call boot, and let the handshake be
6441 triggered from the read loop.
df7fcaff 6442
c2828614
GM
64432010-09-29 Glenn Morris <rgm@gnu.org>
6444
17a46341
GM
6445 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6446 not displaying the diary.
6447 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6448 * calendar/appt.el (appt-check): No longer need to kill diary.
6449
7161e329
GM
6450 * calendar/diary-lib.el (diary-list-entries): Move the
6451 "Preparing..." message entirely here.
6452 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6453 messages to diary-list-entries.
6454 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6455 diary-display-function.
6456
d0de6cba
GM
6457 * calendar/diary-lib.el (diary-include-other-diary-files):
6458 Trap some recursive includes.
6459
c2828614
GM
6460 * calendar/appt.el (appt-activate): Check diary file.
6461
0c43b6f8
KY
64622010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6463
6464 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6465 construction.
6466
6467 * calendar/time-date.el: No need to require cl for Emacs 21.
6468
97ce2730
GM
64692010-09-28 Glenn Morris <rgm@gnu.org>
6470
6471 * calendar/appt.el (appt-check): Minor simplification.
6472
e0a185ae
KY
64732010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6474
6475 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6476 citation prefix.
6477
c19f76a1
AS
64782010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6479
95b6d681
JB
6480 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6481 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6482
fd057fd2
KH
64832010-09-27 Kenichi Handa <handa@m17n.org>
6484
6485 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6486 "ustar" format.
6487
368b3544
KH
64882010-09-27 Kenichi Handa <handa@m17n.org>
6489
6490 * international/mule.el (define-coding-system): Docstring fixed.
6491
6492 * international/mule-diag.el (describe-character-set): Use princ
6493 with proper print-length and print-level instead of insert.
6494
95b6d681 64952010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6496
6497 * window.el (walk-windows): Doc fix (bug#7105).
6498
99368725
SM
64992010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * emacs-lisp/float-sup.el (e): Remove.
6502
8ed70bf3
LMI
65032010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6504
6505 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6506 variable.
6507 (starttls-negotiate): Use it.
6508
d2e9d0bb
LMI
65092010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6510
6511 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6512 back.
6513
15413fb4
SM
65142010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6517
1821a7b4
LMI
65182010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6519
6303aba1
LMI
6520 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6521
1821a7b4
LMI
6522 * net/netrc.el (netrc-store-data): New function.
6523
8af55556
TZ
65242010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6525
6526 * net/gnutls.el: GnuTLS glue code to set up a connection.
6527
42343747
JD
65282010-09-25 Julien Danjou <julien@danjou.info>
6529
6530 * notifications.el: Call dbus-register-signal only if it is bound.
6531
ec60da52
GM
65322010-09-25 Glenn Morris <rgm@gnu.org>
6533
6534 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6535 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6536 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6537 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6538 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6539 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6540 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6541 * eshell/esh-util.el, eshell/esh-var.el:
6542 Remove leading `*' from docs of faces and defcustoms.
6543
4c964351
UM
65442010-09-25 Ulrich Mueller <ulm@gentoo.org>
6545
6546 * eshell/em-ls.el (eshell-ls-archive-regexp):
6547 * eshell/esh-util.el (eshell-tar-regexp):
6548 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6549 * info.el (Info-suffix-list):
6550 * international/mule.el (auto-coding-alist):
6551 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6552 * progmodes/etags.el (tags-compression-info-list):
6553 Support xz compression.
6554
41f54b73
CY
65552010-09-25 Chong Yidong <cyd@stupidchicken.com>
6556
6557 * files.el (get-free-disk-space): Don't assume the "df" output
6558 columns line up (Bug#6995).
6559
40b1a3a9
JB
65602010-09-25 Juanma Barranquero <lekktu@gmail.com>
6561
6562 * finder.el (finder-unknown-keywords):
6563 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6564 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6565
ba3033ee
JB
65662010-09-25 Juanma Barranquero <lekktu@gmail.com>
6567
6568 * server.el (server-start): Revert part of 2010-08-08 change. Using
6569 address 127.0.0.1 for local host is now done in Fmake_network_process.
6570
5e339ee2
GM
65712010-09-24 Glenn Morris <rgm@gnu.org>
6572
6573 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6574 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6575 * textmodes/css-mode.el, textmodes/dns-mode.el:
6576 Move autoloaded auto-mode-alist entries to files.el.
6577 * files.el (auto-mode-alist): Move entries here.
6578
af3ccb5c
GM
65792010-09-23 Glenn Morris <rgm@gnu.org>
6580
6581 * isearch.el (isearch-lazy-highlight-cleanup)
6582 (isearch-lazy-highlight-initial-delay)
6583 (isearch-lazy-highlight-interval)
6584 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6585 * net/net-utils.el (ipconfig-program-options):
6586 Move aliases to options before the associated definitions.
6587
266a86bd 65882010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6589
6590 * newcomment.el (comment-normalize-vars): Better test validity of
6591 comment-end-skip.
6592
27ffea71 65932010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6594
6595 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6596 (float-e): New name for `e'.
6597 (degrees-to-radians, radians-to-degrees):
6598 * calendar/solar.el (solar-longitude):
6599 * calculator.el (calculator-registers, calculator-funcall):
6600 * textmodes/artist.el (artist-spray-random-points):
6601 * play/bubbles.el (bubbles--initialize-images): Use new names.
6602
27ffea71 66032010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6604
6605 Update to CEDET 1.0's version of EIEIO.
6606
9e0d4f9e
SM
6607 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6608 New function.
a2930e43
EL
6609 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6610 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6611 (class-precedence-list): If class is nil, return nil.
6612 (eieio-generic-call): If class of first input arg is nil, don't
6613 look up static methods, and do check for primary methods.
6614 (initialize-instance): See if the default needs to be evaluated
6615 during the constructor.
6616 (eieio-perform-slot-validation-for-default): Don't do the check
6617 for values that will eventually be evaluated.
6618 (eieio-eval-default-p): New function.
6619 (eieio-default-eval-maybe): Use it.
6620
27ffea71 66212010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6622
6623 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6624 method-invocation-order.
6625 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6626 (eieio-class-precedence-dfs): Compute class precedence list using
6627 dfs algorithm.
6628 (eieio-class-precedence-bfs): Compute class precedence list using
6629 bfs algorithm.
9e0d4f9e 6630 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6631 c3 algorithm.
6632 (class-precedence-list): New function.
6633 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6634 (inconsistent-class-hierarchy): New error symbol.
6635 (call-next-method): Stow the replacement argument list for future
6636 call-next-method invocations.
6637
266a86bd 66382010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6639
ea7f9ebf
GM
6640 * calendar/appt.el (appt-check): If not displaying the diary,
6641 use (diary 1) to only get the entries we need.
6642 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6643 that it is in day order. (Bug#7019)
6644
1bf6d075
GM
6645 * calendar/appt.el (appt-check): Rather than showing the diary,
6646 just turn off invisible display, and only if needed.
6647
87e798a7
GM
6648 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6649
1fc7dabf
GM
66502010-09-23 Glenn Morris <rgm@gnu.org>
6651
7a16788b
GM
6652 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6653 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6654 Start warnings with lower-case, like the majority.
7a16788b 6655
19543b17
GM
6656 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6657
54238e6d
GM
6658 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6659
ce009d0b
GM
6660 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6661 * files.el (auto-mode-alist): Move ld-script entries here, further down
6662 the list.
6663
7b344dfe
GM
6664 * vc/add-log.el: Don't require timezone when compiling.
6665 (timezone-make-date-sortable): Autoload it.
6666 (change-log-sortable-date-at): Don't require timezone.
6667 Use `ignore-errors'.
6668
d9703498
GM
6669 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6670 Move alias before definition, so it does not need autoloading.
6671
1fc7dabf
GM
6672 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6673 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6674 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6675 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6676 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6677 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6678 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6679 * textmodes/tex-mode.el, textmodes/two-column.el:
6680 Remove leading `*' from docs of defcustoms etc.
6681
7676efad
TZ
66822010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6683
6684 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6685
b069e5a6
G
66862010-09-22 Dan Christensen <jdc@uwo.ca>
6687
6688 * calendar/time-date.el (date-to-time): Try using parse-time-string
6689 first before using the slower timezone-make-date-arpa-standard.
6690
1bf68d53
KY
66912010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6692
6693 * calendar/time-date.el (format-seconds): Comment fix.
6694
cd205c76
GM
66952010-09-22 Glenn Morris <rgm@gnu.org>
6696
6697 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6698 is not automatically buffer-local.
6699
4ddea91b
SM
67002010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6703 (smie-indent-comment): Be more careful with comment-start-skip.
6704 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6705 (smie-indent-functions): Use them.
6706
b0f037ed
MA
67072010-09-21 Michael Albinus <michael.albinus@gmx.de>
6708
6709 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6710
8cf1771a
JD
67112010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6712
36a1b6db
JD
6713 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6714 tool-bar-position. Don't modify frame parameters here.
180fb94a 6715 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6716
8cf1771a
JD
6717 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6718
0097720d
SM
67192010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6720
5d8e0d5d
SM
6721 * textmodes/reftex-parse.el (reftex-what-macro)
6722 (reftex-context-substring): Let-bind forward-sexp-function to nil
6723 since we don't need/want to treat \begin...\end as a block (bug#7053).
6724
984edd22
SM
6725 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6726
6727 * simple.el (blink-matching-open): Use syntax-class.
6728
3672149f
SM
6729 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6730 Set invisibility spec for pascal's outline mode.
6731 (pascal-outline-change): Clean up calling convention.
6732 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6733
549d0e1e
SM
6734 * progmodes/prolog.el (prolog-smie-forward-token)
6735 (prolog-smie-backward-token): New functions.
6736 (prolog-mode-variables): Use them to parse "!," correctly.
6737 Set up smie-blink-matching for ".".
6738
a9cb95dd
SM
6739 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6740 and `end'.
6741 (ispell-region, ispell-process-line): Update users.
6742
de558d10
SM
6743 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6744 point-min==1.
6745
94eb3112
SM
6746 * textmodes/ispell.el: Fix commenting convention.
6747 (ispell-parse-output): Simplify, use push.
6748 (ispell-region): Use match-string-no-properties.
6749 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6750 (ispell-minor-mode): Use define-minor-mode.
6751 (ispell-message): Remove unused var `skip-regexp'.
6752 (ispell-add-per-file-word-list): Use dynamic let-binding.
6753 Try and use the proper comment marker.
6754
1f7f45a5
SM
6755 * mail/sendmail.el: Fix commenting convention.
6756 (sendmail-send-it): Use line-beginning-position.
6757
0097720d
SM
6758 * help-fns.el (describe-variable): Add original value, if applicable.
6759
596880ea
JB
67602010-09-20 Juanma Barranquero <lekktu@gmail.com>
6761
f0713411
JB
6762 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6763
596880ea
JB
6764 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6765
37c0347e
SM
67662010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6767
2bc01104
SM
6768 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6769 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6770 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6771 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6772 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6773 something like "." can also be a closer.
6774 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6775 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6776 Rename internal functions to use "--". Update callers.
6777
e2c3f530
SM
6778 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6779
37c0347e
SM
6780 * fringe.el (fringe-styles): New var.
6781 (fringe-mode, fringe-query-style): Use it.
6782
74790210
MM
67832010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6784
6785 * progmodes/sql.el: Version 2.8
93acd23d 6786 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6787 (sql-product-alist): Add :list-all and :list-table features for
6788 SQLite, Postgres and MySQL products.
6789 (sql-redirect): Handle default value.
6790 (sql-execute, sql-execute-feature): New functions.
6791 (sql-read-table-name): New function.
93acd23d 6792 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6793 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6794 for above functions.
6795 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6796 for above functions.
6797 (sql-postgres-login-params): Add user and database defaults.
6798 (sql-buffer-live-p): Bug fix.
93acd23d 6799 (sql-product-history): New variable.
35f52ed6 6800 (sql-read-product): New function. Use it.
74790210
MM
6801 (sql-set-product, sql-product-interactive): Use it.
6802 (sql-connection-history): New variable.
93acd23d 6803 (sql-read-connection): New function. Use it.
74790210
MM
6804 (sql-connect): New function.
6805 (sql-for-each-login): Redesign function interface.
6806 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6807 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6808 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6809 (sql-comint-postgres): Add port parameter.
6810
cec01cd2
SM
68112010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * emacs-lisp/warnings.el: Fix commenting convention.
6814 (display-warning): Use special mode and make the buffer read-only.
6815
c2a845b5
JB
68162010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6817
6818 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6819 empty string when it follows a repeated or optional pattern.
6820
f5632fb6
SM
68212010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6822
6823 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6824 (indent-region): Use indent-according-to-mode.
6825
71b961e8
EZ
68262010-09-18 Eli Zaretskii <eliz@gnu.org>
6827
6828 * fringe.el (fringe-mode): Doc fix.
6829
dbbd7ad4
KRC
68302010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6831
6832 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6833 refreshing the preview buffer.
6834
b879a6e2
SM
68352010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6838 (latex-syntax-propertize-rules): New consts; replace
6839 tex-font-lock-syntactic-keywords.
6840 (tex-env-mark, latex-env-before-change): New functions.
6841 (latex-electric-env-pair-mode): New minor mode.
6842 (tex-font-lock-verb): Change arguments; do move point.
6843 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6844 representation as a form of comment.
6845 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6846 (doctex-syntax-propertize-rules): New const; replaces
6847 doctex-font-lock-syntactic-keywords.
6848 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6849
6850 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6851 (fortran-make-syntax-propertize-function): New function; replaces
6852 fortran-font-lock-syntactic-keywords.
6853 (fortran-mode): Use it.
6854 (fortran-line-length): Use it. Improve interactive spec.
6855
6856 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6857 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6858 when adding surrounding \(..\).
6859
6860 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6861
4be520fb
SM
68622010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6863
269c197e
SM
6864 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6865 Use with-current-buffer.
6866
4be520fb
SM
6867 * isearch.el (isearch-face): Rename from `isearch'.
6868 (isearch-highlight): Use new name.
6869
a67597d6
EZ
68702010-09-17 Eli Zaretskii <eliz@gnu.org>
6871
6872 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6873 5, for `half' width fringes. (Bug#6933)
6874
31c381e8
SM
68752010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6876
3fe6ef4e
SM
6877 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6878 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6879
31c381e8
SM
6880 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6881
fb0cf781
J
68822010-09-17 Stephen Berman <stephen.berman@gmx.net>
6883
6884 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6885 in calculating new frame position. Add more space between new and
6886 parent on the left (Bug#7048).
6887
1a9dc3b5
MA
68882010-09-17 Michael Albinus <michael.albinus@gmx.de>
6889
6890 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6891 defmacro.
6892
dff0fdc3
CY
68932010-09-16 Chong Yidong <cyd@stupidchicken.com>
6894
31c381e8 6895 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6896
117c96c7
CY
6897 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6898 obsolete alias for x-selection-value.
6899
dff0fdc3
CY
6900 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6901
c6f2191f
MA
69022010-09-16 Michael Albinus <michael.albinus@gmx.de>
6903
6904 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6905 cookie.
6906
6139f995
MA
69072010-09-15 Michael Albinus <michael.albinus@gmx.de>
6908
6909 * net/tramp-compat.el (tramp-compat-with-temp-message)
6910 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6911 (tramp-compat-process-put): New defuns.
6912
6913 * net/tramp.el (top):
6914 * net/tramp-gvfs.el (top):
6915 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6916
31c381e8
SM
6917 * net/tramp.el (tramp-progress-reporter-update):
6918 Use `tramp-compat-funcall'.
6139f995
MA
6919
6920 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6921 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6922 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6923 (tramp-get-remote-stat, tramp-get-remote-readlink):
6924 Use `tramp-compat-with-temp-message'.
6139f995
MA
6925
6926 * net/tramp-sh.el (top): Require 'cl.
6927 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6928 (tramp-open-connection-setup-interactive-shell):
6929 Use `tramp-compat-process-put'.
6139f995 6930
22c3ce97
AM
69312010-09-15 Alan Mackenzie <acm@muc.de>
6932
6933 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6934 indentation.
a4ee83cc 6935 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6936
4f1e9960
SM
69372010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6940 `lexical' for warnings related to lexical scoping.
6941 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6942 global vars which don't have a prefix and could hence affect lexical
6943 scoping in unrelated files.
6944
01e80360
LMI
69452010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6946
6947 * net/imap.el: Revert back to version
6948 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6949 seem problematic.
6950
5e2a84e3
JB
69512010-09-14 Juanma Barranquero <lekktu@gmail.com>
6952
6953 * obsolete/old-whitespace.el (whitespace-unload-function):
6954 Explicitly pass `obarray' to `unintern' to avoid a warning.
6955
f3a30a50
SM
69562010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6959 Add `when' argument. Update callers.
6960
6961 * subr.el (unintern): Declare the obarray arg mandatory.
6962
92b99a01
GM
69632010-09-14 Glenn Morris <rgm@gnu.org>
6964
67ae9766
GM
6965 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6966 Doc fixes.
6967
92b99a01
GM
6968 * calendar/diary-lib.el (diary-included-files): New variable.
6969 (diary-list-entries): Maybe initialize diary-included-files.
6970 (diary-include-other-diary-files): Append to diary-included-files.
6971 * calendar/appt.el (appt-update-list): Also check the members of
6972 diary-included-files. (Bug#6999)
08151ec5 6973 (appt-check): Doc fix.
92b99a01 6974
6664fc59 69752010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6976
6977 * simple.el (line-move-visual): Do not truncate goal column to
6978 integer size. (Bug#7020)
6979
6664fc59 69802010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6981
6982 * repeat.el (repeat): Allow repeating when the last event is a click.
6983 Suggested by Drew Adams (bug#6256).
6984
6664fc59 69852010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6986
01c35094 6987 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6988 Replace setting HGRCPATH to "" by some less invasive --config options.
6989
6664fc59 69902010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6991
6992 * font-lock.el (font-lock-beginning-of-syntax-function):
6993 Mark as obsolete.
6994
6664fc59 69952010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6996
6997 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6998 and tool-bar modes. (Bug#6211)
6999 (menu-bar-mode): Move setting of standard-value after the
7000 minor-mode definition, otherwise it seems to have no effect.
7001
6664fc59 70022010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
7003
7004 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
7005 Fix typo. (Bug#6976)
7006
6664fc59 70072010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
7008
7009 * whitespace.el: Allow cleaning up blanks without blank
7010 visualization (Bug#6651). Adjust help window for
7011 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
7012 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
7013 (whitespace-style): Add new value 'face. Adjust docstring.
7014 (whitespace-space, whitespace-hspace, whitespace-tab):
7015 Adjust foreground property face.
9c405a86
CY
7016 (whitespace-line-column): Adjust docstring and type declaration.
7017 (whitespace-style-value-list, whitespace-toggle-option-alist)
7018 (whitespace-help-text): Adjust const initialization.
7019 (whitespace-toggle-options, global-whitespace-toggle-options):
7020 Adjust docstring.
7021 (whitespace-display-window, whitespace-interactive-char)
7022 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7023 (whitespace-help-scroll): New fun.
7024
ba96ddf5
KY
70252010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7026
7027 * calendar/time-date.el (format-seconds): Comment fix.
7028
a386ac70
MM
70292010-09-13 Michael R. Mauger <mmaug@yahoo.com>
7030
7031 * progmodes/sql.el: Version 2.7.
7032 (sql-buffer-live-p): Improve detection.
7033 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7034 (sql-set-sqli-buffer): Use it.
7035 (sql-product-interactive): Run `sql-set-sqli-hook'.
7036 (sql-rename-buffer): Code cleanup.
7037 (sql-redirect, sql-redirect-value): New functions. More to come.
7038
5d921df2
JB
70392010-09-13 Juanma Barranquero <lekktu@gmail.com>
7040
7041 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.
7042 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7043 (TRAMP_SRC): New macro.
7044 ($(lisp)/net/tramp-loaddefs.el): New target.
7045
03c1ad43
MA
70462010-09-13 Michael Albinus <michael.albinus@gmx.de>
7047
7048 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
7049
7050 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
7051
7052 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
7053 'tramp-compat, everything else is required there.
7054 Use `ignore-errors' where appropriate.
03c1ad43
MA
7055 (tramp-inline-compress-start-size, tramp-copy-size-limit)
7056 (tramp-terminal-type, tramp-end-of-output)
7057 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
7058 (tramp-completion-function-alist-ssh)
7059 (tramp-completion-function-alist-telnet)
7060 (tramp-completion-function-alist-su)
7061 (tramp-completion-function-alist-putty, tramp-remote-path)
7062 (tramp-remote-process-environment, tramp-sh-extra-args)
7063 (tramp-actions-before-shell, tramp-uudecode)
7064 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
7065 (tramp-perl-file-attributes)
7066 (tramp-perl-directory-files-and-attributes)
7067 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7068 (tramp-perl-encode, tramp-perl-decode)
7069 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
7070 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7071 (tramp-handle-make-symbolic-link, tramp-handle-load)
7072 (tramp-handle-file-name-as-directory)
7073 (tramp-handle-file-name-directory)
7074 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7075 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7076 (tramp-do-file-attributes-with-ls)
7077 (tramp-do-file-attributes-with-perl)
7078 (tramp-do-file-attributes-with-stat)
7079 (tramp-handle-set-visited-file-modtime)
7080 (tramp-handle-verify-visited-file-modtime)
7081 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7082 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7083 (tramp-handle-file-selinux-context)
7084 (tramp-handle-set-file-selinux-context)
7085 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7086 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7087 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7088 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7089 (tramp-handle-file-ownership-preserved-p)
7090 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7091 (tramp-handle-directory-files-and-attributes)
7092 (tramp-do-directory-files-and-attributes-with-perl)
7093 (tramp-do-directory-files-and-attributes-with-stat)
7094 (tramp-handle-file-name-all-completions)
7095 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7096 (tramp-handle-copy-file, tramp-handle-copy-directory)
7097 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7098 (tramp-do-copy-or-rename-file-via-buffer)
7099 (tramp-do-copy-or-rename-file-directly)
7100 (tramp-do-copy-or-rename-file-out-of-band)
7101 (tramp-handle-make-directory, tramp-handle-delete-directory)
7102 (tramp-handle-delete-file)
7103 (tramp-handle-dired-recursive-delete-directory)
7104 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7105 (tramp-handle-insert-directory)
7106 (tramp-handle-unhandled-file-name-directory)
7107 (tramp-handle-expand-file-name)
7108 (tramp-handle-substitute-in-file-name)
7109 (tramp-handle-executable-find, tramp-process-sentinel)
7110 (tramp-handle-start-file-process, tramp-handle-process-file)
7111 (tramp-handle-call-process-region, tramp-handle-shell-command)
7112 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7113 (tramp-handle-insert-file-contents)
7114 (tramp-handle-insert-file-contents-literally)
7115 (tramp-handle-find-backup-file-name)
7116 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7117 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7118 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7119 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7120 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7121 (tramp-find-file-exists-command, tramp-open-shell)
7122 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7123 (tramp-open-connection-setup-interactive-shell)
7124 (tramp-local-coding-commands, tramp-remote-coding-commands)
7125 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7126 (tramp-inline-compress-commands, tramp-find-inline-compress)
7127 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7128 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7129 (tramp-send-command-and-check, tramp-barf-unless-okay)
7130 (tramp-send-command-and-read, tramp-mode-string-to-int)
7131 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7132 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7133 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7134 (tramp-method-out-of-band-p, tramp-local-host-p)
7135 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7136 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7137 (tramp-get-test-command, tramp-get-test-nt-command)
7138 (tramp-get-file-exists-command, tramp-get-remote-ln)
7139 (tramp-get-remote-perl, tramp-get-remote-stat)
7140 (tramp-get-remote-readlink, tramp-get-remote-trash)
7141 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7142 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7143 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7144 tramp-sh.el.
7145 (tramp-methods, tramp-default-method-alist)
7146 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7147 Move initialization to tramp-sh.el.
7148 (tramp-temp-name-prefix): Make it a defconst.
7149 (tramp-dissect-file-name): Don't check anymore for multi-hop
7150 methods.
7151 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7152 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7153 (tramp-get-debug-buffer): Use it.
7154
7155 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7156 initialization forms.
7157 (tramp-set-connection-property): Don't protect `tramp-message'
7158 call, it isn't necessary any longer.
7159 (tramp-dump-connection-properties): Use `ignore-errors'.
7160
7161 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7162 'password-cache and 'auth-source.
7163
7164 * net/tramp-gvfs.el (top):
7165 * net/tramp-smb.el (top): Require 'tramp-sh.
7166
7167 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7168
7169 * net/tramp-sh.el: New file, derived from tramp.el.
7170 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7171 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7172 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7173 Use `ignore-errors' where appropriate.
7174 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7175 `tramp-file-name-handler-alist'.
7176 (tramp-send-command-and-check): Return t or nil. Remove all
7177 `zerop' checks, where called.
7178 (tramp-handle-set-file-modes)
7179 (tramp-do-copy-or-rename-file-directly)
7180 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7181 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7182 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7183 (tramp-get-remote-ln): Set tramp-autoload cookie.
7184
7185 * net/tramp-fish.el: Remove file.
7186
c5fe4acb
DU
71872010-09-13 Daiki Ueno <ueno@unixuser.org>
7188
7189 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7190 buffer-file-name to avoid file-locking. (Bug#7026)
7191
7ea2d383
MA
71922010-09-13 Julien Danjou <julien@danjou.info>
7193
7194 * notifications.el (notifications-notify): Add support for
7195 image-path and sound-name.
7196 (notifications-specification-version): Add this variable.
7197
5616cc54
SM
71982010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7199
31c381e8 7200 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7201
94c7243b
LL
72022010-09-12 Leo <sdl.web@gmail.com>
7203
7204 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7205 (rcirc-completion-start): New variables.
7206 (rcirc-nick-completions): Rename to rcirc-completions.
7207 (rcirc-nick-completion-start-offset): Delete.
7208 (rcirc-completion-at-point): New function for constructing
7209 completion data for both nicks and irc commands. Add to
7210 completion-at-point-functions in rcirc mode.
7211 (rcirc-complete): Rename from rcirc-nick-complete; use
7212 rcirc-completion-at-point.
7213 (defun-rcirc-command): Update rcirc-client-commands.
7214
0f34ae28
GM
72152010-09-11 Glenn Morris <rgm@gnu.org>
7216
7217 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7218 atomically, to avoid parallel build errors. (Bug#4196)
7219
9250002f
MM
72202010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7221
7222 * progmodes/sql.el: Version 2.6
7223 (sql-dialect): Synonym for "sql-product".
7224 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7225 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7226 Set "sql-buffer" to buffer name not buffer object so multiple sql
7227 interactive buffers work properly. Reverts misguided changes in
7228 earlier work.
7229 (sql-comint): Make sure different buffer name is used if "*SQL*"
7230 buffer is for a different product.
7231 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7232 login param.
7233 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7234 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7235 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7236 Accept new buffer name or prompt for one.
7237 (sql-port): Default to zero.
7238 (sql-comint-mysql): Handle "sql-port" as a numeric.
7239 (sql-port-history): Delete unused variable.
7240 (sql-get-login): Default "sql-port" to a number.
31c381e8 7241 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7242 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7243 "sqlite3" executables.
31c381e8 7244 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7245 (sql-buffer-live-p): New function.
7246 (sql-mode-menu, sql-send-string): Use it.
7247 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7248 syntax pattern.
7249 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7250 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7251
a9ec34f4
LMI
72522010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7253
31c381e8 7254 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7255
cf38dd42
SM
72562010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7259 to replace texinfo-font-lock-syntactic-keywords.
7260 (texinfo-mode): Use it.
7261
7262 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7263 Use syntax-propertize-function.
7264
7265 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7266 replace sgml-font-lock-syntactic-keywords.
7267 (sgml-mode): Use it.
7268
7269 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7270 since we don't use it.
7271
7272 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7273
7274 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7275 if available.
7276 (vhdl-fontify-buffer): Adjust.
7277
7278 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7279 replace tcl-font-lock-syntactic-keywords.
7280 (tcl-mode): Use it.
7281
7282 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7283 replace simula-font-lock-syntactic-keywords.
7284 (simula-mode): Use it.
7285
7286 * progmodes/sh-script.el (sh-st-symbol): Remove.
7287 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7288 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7289 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7290 (sh-font-lock-paren): Set syntax-multiline.
7291 (sh-font-lock-syntactic-keywords): Remove.
7292 (sh-syntax-propertize-function): New function to replace it.
7293 (sh-mode): Use it.
7294
7295 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7296 Define while compiling.
7297 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7298 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7299 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7300 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7301 (ruby-here-doc-end-syntax): Only define when
7302 syntax-propertize is not available.
7303 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7304 New functions.
7305 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7306 (electric-indent-chars): Silence bytecompiler.
7307 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7308 electric-indent-chars.
7309
7310 * progmodes/python.el (python-syntax-propertize-function): New var to
7311 replace python-font-lock-syntactic-keywords.
7312 (python-mode): Use it.
7313 (python-quote-syntax): Simplify and adjust to new use.
7314
7315 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7316 replace perl-font-lock-syntactic-keywords.
7317 (perl-syntax-propertize-special-constructs): New fun to replace
7318 perl-font-lock-special-syntactic-constructs.
7319 (perl-font-lock-syntactic-face-function): New fun.
7320 (perl-mode): Use it.
7321
7322 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7323 to replace octave-font-lock-close-quotes.
7324 (octave-syntax-propertize-function): New function to replace
7325 octave-font-lock-syntactic-keywords.
7326 (octave-mode): Use it.
7327
7328 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7329 replaces mixal-font-lock-syntactic-keywords.
7330 (mixal-mode): Use it.
7331
7332 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7333 New var; replaces makefile-font-lock-syntactic-keywords.
7334 (makefile-mode): Use it.
7335 (makefile-imake-mode): Adjust.
7336
7337 * progmodes/js.el (js--regexp-literal): Define while compiling.
7338 (js-syntax-propertize-function): New var; replaces
7339 js-font-lock-syntactic-keywords.
7340 (js-mode): Use it.
7341
7342 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7343 replaces gdb-script-font-lock-syntactic-keywords.
7344 (gdb-script-mode): Use it.
7345
7346 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7347 (fortran--font-lock-syntactic-keywords): New var.
7348 (fortran-line-length): Update syntax-propertize-function and
7349 fortran--font-lock-syntactic-keywords.
7350
7351 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7352
7353 * progmodes/cfengine.el (cfengine-mode):
7354 Use syntax-propertize-function.
7355 (cfengine-font-lock-syntactic-keywords): Remove.
7356
7357 * progmodes/autoconf.el (autoconf-mode):
7358 Use syntax-propertize-function.
7359 (autoconf-font-lock-syntactic-keywords): Remove.
7360
7361 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7362 (ada-after-change-function, ada-initialize-syntax-table-properties)
7363 (ada-handle-syntax-table-properties): Only define when
7364 syntax-propertize is not available.
7365 (ada-mode): Use syntax-propertize-function.
7366
7367 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7368 (font-lock-fontify-syntactic-keywords-region): Move handling of
7369 font-lock-syntactically-fontified to...
7370 (font-lock-default-fontify-region): ...here.
7371 Let syntax-propertize-function take precedence.
7372 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7373
7374 * emacs-lisp/syntax.el (syntax-propertize-function)
7375 (syntax-propertize-chunk-size, syntax-propertize--done)
7376 (syntax-propertize-extend-region-functions): New vars.
7377 (syntax-propertize-wholelines, syntax-propertize-multiline)
7378 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7379 (syntax-propertize): New functions.
7380 (syntax-propertize-rules): New macro.
7381 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7382 (syntax-ppss): Call syntax-propertize.
7383
7384 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7385
36f7d366
AM
73862010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7387
7388 * textmodes/ispell.el (ispell-init-process): Improve comments.
7389 XEmacs compatibility changes regarding (add-hook) 'local option
7390 and (set-process-query-on-exit-flag).
7391
8fca3921
MA
73922010-09-09 Michael Albinus <michael.albinus@gmx.de>
7393
cf38dd42
SM
7394 * net/tramp-cache.el (tramp-parse-connection-properties):
7395 Set tramp-autoload cookie.
8fca3921 7396
399653d6
GM
73972010-09-09 Glenn Morris <rgm@gnu.org>
7398
7399 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7400 (imagemagick-register-types): Doc fix.
7401
c34a9669
SM
74022010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7403
b073dc4b
SM
7404 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7405
7406 * progmodes/js.el (require): Require is already "eval-and-compile".
7407 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7408 (js--re-search-backward): Use js--re-search-forward.
7409
7410 * progmodes/fortran.el (fortran-line-length): Don't recompute
7411 syntactic keywords redundantly a second time.
7412
7413 * progmodes/ada-mode.el: Replace "(set '" with setq.
7414 (ada-mode): Simplify.
7415 (ada-create-case-exception, ada-adjust-case-interactive)
7416 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7417 (ada-search-ignore-string-comment, ada-move-to-start)
7418 (ada-move-to-end): Use with-syntax-table.
7419
7420 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7421 (font-lock-unfontify-region, font-lock-default-fontify-region):
7422 Update usage correspondingly.
7423 (font-lock-fontify-syntactic-keywords-region):
7424 Set parse-sexp-lookup-properties buffer-locally here.
7425 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7426
c34a9669
SM
7427 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7428
13639aab
GM
74292010-09-08 Glenn Morris <rgm@gnu.org>
7430
5a972c36
GM
7431 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7432 Error if not compiled with -DBYTE_CODE_METER.
7433
13639aab
GM
7434 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7435 Ignore dir-locals-file.
7436
331b2b90
SM
74372010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7440 Not a const.
7441 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7442 for the `gnu' messages.
7443 (compilation-set-skip-threshold): New command.
7444 (compilation-start): Use \' rather than $.
7445 (compilation-forget-errors): Use clrhash.
7446
73b4d51a
AM
74472010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7448
7449 * textmodes/ispell.el (ispell-valid-dictionary-list):
7450 Simplify logic.
7451
0f34aa77
MA
74522010-09-08 Michael Albinus <michael.albinus@gmx.de>
7453
7454 Migrate to Tramp 2.2. Rearrange load dependencies.
7455 (Bug#1529, Bug#5448, Bug#5705)
7456
7457 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7458 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7459 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7460
7461 * net/tramp.el (top): Remove all other tramp-* loads except
7462 tramp-compat.el. Remove all changes to tramp-unload-hook for
7463 other tramp-* packages. Rearrange defun order. Change calls of
7464 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7465 `tramp-compat-octal-to-decimal' to new function names.
7466 (tramp-terminal-type, tramp-initial-end-of-output)
7467 (tramp-methods, tramp-foreign-file-name-handler-alist)
7468 (tramp-tramp-file-p, tramp-completion-mode-p)
7469 (tramp-send-command-and-check, tramp-get-remote-path)
7470 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7471 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7472 (with-file-property, with-connection-property): Move to
7473 tramp-cache.el.
7474 (tramp-local-call-process, tramp-decimal-to-octal)
7475 (tramp-octal-to-decimal): Move to tramp-compat.el.
7476 (tramp-handle-shell-command): Do not require 'shell.
7477 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7478 symbols.
7479 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7480
7481 * net/tramp-cache.el (top): Require 'tramp. Add to
7482 `tramp-unload-hook'.
7483 (tramp-cache-data, tramp-get-file-property)
7484 (tramp-set-file-property, tramp-flush-file-property)
7485 (tramp-flush-directory-property, tramp-get-connection-property)
7486 (tramp-set-connection-property, tramp-flush-connection-property)
7487 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7488 cookie.
7489 (with-file-property, with-connection-property): New defuns, moved
7490 from tramp.el.
7491 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7492 macro.
7493
7494 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7495 (tramp-version): Set tramp-autoload cookie.
7496
7497 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7498 changes to tramp-unload-hook for other tramp-* packages. Add to
7499 `tramp-unload-hook'.
7500 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7501 (tramp-compat-call-process): New defuns, moved from tramp.el.
7502
7503 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7504 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7505 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7506 `tramp-compat-decimal-to-octal' to new function name.
7507 (tramp-fish-method): Make it a defconst.
7508 (tramp-fish-file-name-p): Make it a defsubst.
7509 (tramp-fish-method, tramp-fish-file-name-handler)
7510 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7511
7512 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7513 `tramp-foreign-file-name-handler-alist'. Add to
7514 `tramp-unload-hook'.
7515 (tramp-ftp-method): Make it a defconst.
7516 (tramp-ftp-file-name-p): Make it a defsubst.
7517 (tramp-ftp-method, tramp-ftp-file-name-handler)
7518 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7519
7520 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7521 `tramp-foreign-file-name-handler-alist'. Add to
7522 `tramp-unload-hook'. Change checks, whether package can be
7523 loaded.
7524 (tramp-gvfs-file-name-p): Make it a defsubst.
7525 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7526 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7527 (tramp-gvfs-handle-file-directory-p): New defun.
7528 (tramp-gvfs-file-name-handler-alist): Use it.
7529
7530 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7531 `tramp-foreign-file-name-handler-alist'. Add to
7532 `tramp-unload-hook'.
7533 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7534 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7535 defconst.
7536 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7537 (tramp-gw-open-connection): Set tramp-autoload cookie.
7538
7539 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7540 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7541 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7542 loaded.
7543 (tramp-imap-file-name-p): Make it a defsubst.
7544 (tramp-imap-method, tramp-imaps-method)
7545 (tramp-imap-file-name-handler)
7546 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7547
7548 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7549 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7550 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7551 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7552 function name.
7553 (tramp-smb-tunnel-method): Make it a defconst.
7554 (tramp-smb-file-name-p): Make it a defsubst.
7555 (tramp-smb-method, tramp-smb-file-name-handler)
7556 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7557
7558 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7559 (tramp-uuencode-region): Set tramp-autoload cookie.
7560
7561 * net/trampver.el (top) Add to `tramp-unload-hook'.
7562 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7563 cookie. Update release number.
7564
308e764f
AM
75652010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7566
7567 * textmodes/ispell.el (ispell-start-process): Make sure original
7568 arg list is properly initialized (Bug#6993, Bug#6994).
7569
10999305 75702010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7571
7572 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7573
7574 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7575 chars like - or ] (bug#6984).
7576 (rx-any-condense-range): Explode 2-char ranges.
7577
10999305
CY
75782010-09-06 Glenn Morris <rgm@gnu.org>
7579
7580 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7581
75822010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7583
7584 * textmodes/bibtex.el:
7585 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7586
f292afe5
LMI
75872010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7588
331b2b90 7589 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7590 since no callers use it.
7591 (imap-message-get): Ditto.
7592 (imap-message-put): Ditto.
7593 (imap-mailbox-map): Ditto.
7594 (imap-mailbox-put): Ditto.
7595 (imap-mailbox-get): Ditto.
a131b9b8 7596 (imap-mailbox-get): Revert last change for this function.
f292afe5 7597
dfe1285d
LMI
75982010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7599
331b2b90 7600 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7601 callers to use `imap-fetch' instead. According to the comments, this
7602 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7603 (imap-enable-exchange-bug-workaround): Remove.
7604 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7605
3ff31c90
LMI
76062010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7607
7608 * net/imap.el (imap-log): New convenience function used throughout
7609 instead of repeating the same code all over the place.
7610
dfe1285d 76112010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7612
7613 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7614 when mouse-drag-copy-region is non-nil (Bug#6956).
7615
93a596e1
CY
76162010-09-05 Chong Yidong <cyd@stupidchicken.com>
7617
8d76af4a
CY
7618 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7619 Improve regexps (Bug#6987).
7620 (dired-sort-toggle): Search more robustly for -t flag.
7621
93a596e1
CY
7622 * files.el (get-free-disk-space): Search more robustly for
7623 "available" column. Suggested by Ehud Karni
7624 <ehud@unix.mvs.co.il>.
7625
733946e7
JB
76262010-09-05 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * international/uni-bidi.el:
7629 * international/uni-category.el:
7630 * international/uni-combining.el:
7631 * international/uni-decimal.el:
7632 * international/uni-mirrored.el:
7633 * international/uni-name.el: Regenerate.
7634
2e664aab
SM
76352010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7636
6aeafb34
SM
7637 * electric.el (electric-indent-post-self-insert-function):
7638 Don't reindent with a sloppy indentation function.
7639
2e664aab
SM
7640 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7641 border case in change-log-mode.
7642
13ef65a4
CY
76432010-09-04 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7646 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7647 Recognize leading tab in gcc-include regexp. Ignore names with
7648 leading "from" or "in" in gnu regexp (Bug#6937).
7649
5abf1556
SM
76502010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7651
6aeafb34 7652 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7653 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7654 (ispell-start-process): Avoid setq and simplify logic.
7655 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7656 (kill-buffer-hook): Don't use it globally with code that uses
7657 expand-file-name since that may call kill-buffer via
7658 code_conversion_restore.
7659
0be01d2c
CY
76602010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7661
7662 * emacs-lisp/package.el (package-directory-list): Only call
7663 file-name-nondirectory on a string.
7664
ebf662f4
CY
76652010-09-02 Chong Yidong <cyd@stupidchicken.com>
7666
5abf1556
SM
7667 * emacs-lisp/package.el (package--download-one-archive):
7668 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7669 (package-activate-1, package-mark-obsolete, define-package)
7670 (package-compute-transaction, package-list-maybe-add): Use push.
7671
e5eddfd1
SM
76722010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7673
89acf735
SM
7674 Use SMIE's blink-paren for octave-mode.
7675 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7676 Backslashes do not escape single-quotes, single-quotes do.
7677 (octave-block-else-regexp, octave-block-end-regexp)
7678 (octave-block-match-alist): Remove.
7679 (octave-smie-bnf-table): New var, with old content.
7680 (octave-smie-op-levels): Use it.
7681 (octave-smie-closer-alist): New var.
7682 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7683 (octave-blink-matching-block-open): Remove.
7684 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7685 (octave-electric-space): Let self-insert-command run expand-abbrev and
7686 blink parens.
7687
3b843809
SM
7688 * electric.el (electricity): New group.
7689 (electric-indent-chars): New var.
7690 (electric-indent-post-self-insert-function): New fun.
7691 (electric-indent-mode): New minor mode.
7692 (electric-pair-skip-self): New custom.
7693 (electric-pair-post-self-insert-function): New function.
7694 (electric-pair-mode): New minor mode.
7695
0da20854
SM
7696 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7697 calcAlg-blink-matching-open.
7698 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7699 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7700 Use the new blink-matching-check-function.
7701
a49e651e
SM
7702 Provide blink-matching support to SMIE.
7703 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7704 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7705 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7706
e5eddfd1
SM
7707 * simple.el (newline): Fix last change to properly remove itself from
7708 the hook.
7709
b13ebb5c
SM
77102010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * simple.el (newline): Eliminate optimization.
7713 Use post-self-insert-hook to set hard-newline and things before
7714 running post-self-insert-hook.
7715 (blink-matching-check-mismatch): New function.
7716 (blink-matching-check-function): New variable.
7717 (blink-matching-open): Use them.
7718 Skip back forward over prefix chars skipped by forward-sexp.
7719 Don't check if the parens are backslash escaped.
7720 (blink-paren-post-self-insert-function): Check backslash escaping here.
7721
e687c2cd
CY
77222010-09-02 Chong Yidong <cyd@stupidchicken.com>
7723
b13ebb5c
SM
7724 * emacs-lisp/package.el (package-menu-mode-map):
7725 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7726 (package-menu-mode): Set revert-buffer-function.
7727 (package-menu-revert): Doc fix.
7728
567efba9
AM
77292010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7730
7731 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7732 `default-directory' unless using Ispell per-directory personal
7733 dictionaries and not in a mini-buffer under XEmacs.
7734 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7735 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7736
6d7cc563
JD
77372010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7738
08d4877e
J
7739 * simple.el (kill-new): Call interprogram-cut-function with only
7740 one argument.
7741
45240125
JD
7742 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7743 Remove cut buffer from error message.
7744
7745 * term/x-win.el (x-select-text):
7746 * term/pc-win.el (x-selection-value):
7747 * term/ns-win.el (x-selection-value):
7748 * eshell/em-term.el:
7749 * w32-fns.el (x-get-selection-value):
7750 * mouse-sel.el (mouse-sel-set-selection-function):
7751 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7752
6d7cc563
JD
7753 * term/x-win.el: Update documentation for x-last-selected-text-*.
7754 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7755 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7756 (x-select-text): Remove argument PUSH, update documentation.
7757 Remove cut-buffer code.
6d7cc563 7758 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7759 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7760 Update documentation, remove cut-buffer code.
7761 Call x-selection-value-internal.
6d7cc563
JD
7762 (x-clipboard-yank): Call x-selection-value-internal.
7763 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7764
7765 * term/pc-win.el (x-last-selected-text):
7766 x-cut-buffer-or-selection-value renamed to x-selection-value
7767 (x-select-text): Remove argument PUSH, update documentation.
7768
7769 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7770 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7771 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7772 (x-select-text): Remove argument PUSH, update documentation.
7773
7774 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7775
7776 * w32-fns.el (x-last-selected-text):
7777 x-cut-buffer-or-selection-value renamed to x-selection-value.
7778 (x-cut-buffer-max): Remove.
7779 (x-select-text): Remove argument PUSH, update documentation.
7780
7781 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7782
7783 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7784
7785 * mouse-sel.el (mouse-sel-get-selection-function):
7786 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7787 (x-select-text): Remove optional push.
6d7cc563 7788
4de81ee0
SM
77892010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7790
8f4e9110
SM
7791 * simple.el (blink-paren-function): Move from C to here.
7792 (blink-paren-post-self-insert-function): New function.
7793 (post-self-insert-hook): Use it.
7794
4de81ee0
SM
7795 * emacs-lisp/pcase.el (pcase-split-memq):
7796 Fix overenthusiastic optimisation.
7797 (pcase-u1): Handle the case of a lambda pred.
7798
d419e1d9
KH
77992010-08-31 Kenichi Handa <handa@m17n.org>
7800
7801 * international/mule-cmds.el (standard-display-european-internal):
7802 Setup standard-display-table for 8-bit characters by storing 8-bit
7803 characters in the element vector.
7804
1e05f387
SM
7805 * disp-table.el (standard-display-8bit):
7806 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7807 characters in the element vector.
7808 (standard-display-european): Likewise.
7809
61f7096c
CY
78102010-08-31 Masatake YAMATO <yamato@redhat.com>
7811
7812 * textmodes/nroff-mode.el (nroff-view): New command.
7813 (nroff-mode-map): Bind it to C-c C-c.
7814
ec5d3ff7
SM
78152010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7816
c8977b2e
SM
7817 * emacs-lisp/smie.el (smie-down-list): New command.
7818
ec5d3ff7
SM
7819 Remove old indentation and navigation code on octave-mode.
7820 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7821 smie-down-list rather than add a binding for octave-down-block.
7822 (octave-mark-block, octave-blink-matching-block-open):
7823 Rely on forward-sexp-function.
7824 (octave-fill-paragraph): Don't narrow, so you can use
7825 indent-according-to-mode.
7826 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7827 (octave-in-block-p, octave-re-search-forward-kw)
7828 (octave-re-search-backward-kw, octave-indent-calculate)
7829 (octave-end-as-array-index-p, octave-block-end-offset)
7830 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7831 (octave-down-block, octave-backward-up-block, octave-up-block)
7832 (octave-before-magic-comment-p, octave-indent-line): Remove.
7833
187d3296
CY
78342010-08-31 Chong Yidong <cyd@stupidchicken.com>
7835
7836 * emacs-lisp/package.el (package--read-archive-file): Just use
7837 `read', to avoid copying an additional string.
7838 (package-menu-mode): Set header-line-format here.
7839 (package-menu-refresh, package-menu-revert): Signal an error if
7840 not in the Package Menu.
7841 (package-menu-package-list): New var.
7842 (package--generate-package-list): Operate on the current buffer;
7843 don't assume that it is *Packages*, since the user may rename it.
7844 Allow persistent package listings and sort keys using
7845 package-menu-package-list and package-menu-package-sort-key.
7846 (package-menu--version-predicate): Fix version calculation.
7847 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7848 (package--list-packages): Create the *Packages* buffer.
7849 Set package-menu-package-list-key.
187d3296
CY
7850 (list-packages): Sorting by status is now the default.
7851 (package-buffer-info): Use match-string-no-properties.
7852 (define-package): Add a &rest argument for future proofing, but
7853 don't use it yet.
7854 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7855 Merge into a single function, package-install-from-buffer.
7856 (package-install-file): Change caller.
187d3296
CY
7857
7858 * finder.el: Load finder-inf using `require'.
7859 (finder-list-matches): Sorting by status is now the default.
7860 (finder-compile-keywords): Simpify printing.
7861
e17b68ed
SM
78622010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7863
7864 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7865 (octave-mode-map): Remove special bindings for forward/backward-block
7866 and octave-backward-up-block. Use smie-close-block.
7867 (octave-continuation-marker-regexp): New var.
7868 (octave-continuation-regexp): Use it.
7869 (octave-operator-table, octave-smie-op-levels)
7870 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7871 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7872 (octave-mode): Use SMIE.
7873 (octave-close-block): Delete.
7874
42b6a73b
EZ
78752010-08-30 Eli Zaretskii <eliz@gnu.org>
7876
7877 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7878 CLIPBOARD, not in PRIMARY. (Bug#6944)
7879
f291fe60
SM
78802010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7881
ee992a8c
SM
7882 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7883 a list of parents.
7884 (smie-indent-column): Allow indirection through variables.
7885
d36b74ca
SM
7886 * composite.el (save-buffer-state): Delete, unused.
7887 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7888 (font-lock-default-fontify-region): Use with-syntax-table.
7889 * jit-lock.el (with-buffer-unmodified): Remove.
7890 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7891
f291fe60
SM
7892 Use `declare' in defmacros.
7893 * window.el (save-selected-window):
7894 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7895 * progmodes/python.el (def-python-skeleton):
7896 * net/dbus.el (dbus-ignore-errors):
7897 * jka-cmpr-hook.el (with-auto-compression-mode):
7898 * international/mule.el (with-category-table):
7899 * emacs-lisp/timer.el (with-timeout):
7900 * emacs-lisp/lisp-mnt.el (lm-with-file):
7901 * emacs-lisp/eieio.el (with-slots):
7902 * emacs-lisp/easymenu.el (easy-menu-define):
7903 * emacs-lisp/debug.el (debugger-env-macro):
7904 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7905 (Multiple-value-call, Multiple-value-prog1):
7906 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7907 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7908 edebug rule to definition.
7909 * emacs-lisp/lisp-mode.el (save-selected-window)
7910 (with-current-buffer, combine-after-change-calls)
7911 (with-output-to-string, with-temp-file, with-temp-buffer)
7912 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7913 (dolist, dotimes, when, unless):
7914 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7915
96ae4c8f
CY
79162010-08-29 Chong Yidong <cyd@stupidchicken.com>
7917
7918 * finder.el: Require `package'.
7919 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7920 (finder-package-info): Var deleted.
7921 (finder-keywords-hash, finder--builtins-alist): New vars.
7922 (finder-compile-keywords): Compute package--builtins and
7923 finder-keywords-hash instead of finder-keywords-hash, respecting
7924 the "Package" header.
f291fe60
SM
7925 (finder-unknown-keywords, finder-list-matches):
7926 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7927 (finder-mode): Don't set font-lock-defaults.
7928 (finder-exit): We don't use "*Finder-package*" and "*Finder
7929 Category*" buffers anymore.
7930
7931 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7932 (package--builtins): Set default value to nil.
7933 (package-initialize): Load precomputed value of package--builtins
7934 from finder-inf.el.
7935 (package-alist, package-compute-transaction)
7936 (package-download-transaction): Improve docstring.
7937 (package-read-all-archive-contents): Do not change
7938 package--builtins here.
7939 (list-packages): Make package-list-packages an alias for this.
7940 Sort by status by default.
7941 (package--list-packages): Add optional PACKAGES arg.
7942 (describe-package-1): Use font-lock-face property. For built-in
7943 packages, insert file commentary.
7944 (package--generate-package-list): Rename from
7945 package-list-packages-internal; all callers changed. Add optional
7946 PACKAGES arg. Add alphabetical sort fallbacks.
7947 (package-menu--version-predicate, package-menu--status-predicate)
7948 (package-menu--description-predicate)
7949 (package-menu--name-predicate): New functions.
7950
7951 * info.el (Info-finder-find-node): Search package-alist instead of
7952 finder-package-info.
7953
e2046ecf
CY
79542010-08-29 Chong Yidong <cyd@stupidchicken.com>
7955
7956 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7957 "alpha" and "beta".
7958 (version-to-list): Handle versions like "10.3d".
7959
6fe79b7c
SM
79602010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7963 (macroexp-accumulate): Use `declare'.
7964
1a868076
VJL
79652010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7966
7967 * whitespace.el (whitespace-style): Adjust type declaration.
7968
9e69cb05
KH
79692010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7970
7971 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7972
79732010-08-26 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7976 (Bug#6907).
7977
4142607e
NW
79782010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7979
7980 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7981 (js-paren-indent-offset, js-square-indent-offset)
7982 (js-curly-indent-offset): New options.
7983 (js--proper-indentation): Use them.
7984
88a36e60
DC
79852010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7986
7987 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7988 instead of inspecting font-lock properties (Bug#6916).
7989
38dbc4d8
DR
79902010-08-26 David Reitter <david.reitter@gmail.com>
7991
7992 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7993 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7994 (server-execute): Do not run hooks here.
7995
44ffae96
MA
79962010-08-26 Michael Albinus <michael.albinus@gmx.de>
7997
7998 Sync with Tramp 2.1.19.
7999
0dc3e410
MA
8000 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
8001 deleting tmpfile.
8002 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 8003
0dc3e410 8004 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 8005 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
8006 (tramp-completion-handle-file-name-completion):
8007 Use `tramp-connectable-p'.
20b8ac83 8008
44ffae96
MA
8009 * net/trampver.el: Update release number.
8010
cb6c4991
CY
80112010-08-26 Chong Yidong <cyd@stupidchicken.com>
8012
8013 * help.el (help-map): Bind `C-h P' to describe-package.
8014
8015 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
8016
8017 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8018 when downloading archives.
8019 (describe-package-1): Add package commentary.
8020 (package-install-button-action): New function.
8021 (package-menu-mode-map): Bind ? to package-menu-describe-package.
8022 (package-menu-view-commentary): Function removed.
8023 (package-list-packages-internal): Hide the `package' package too.
8024
b60f961f
KH
80252010-08-25 Kenichi Handa <handa@m17n.org>
8026
8027 * language/misc-lang.el ("Arabic"): New language environment.
8028 Setup composition-function-table for Arabic characters.
8029
8030 * international/fontset.el (setup-default-fontset): Fix typo for
8031 arabic OTF spec (fini->fina).
8032
a0c16be4
J
80332010-08-25 Jan Djärv <jan.h.d@swipnet.se>
8034
8035 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
8036 on all frames.
8037
85cc3d4f
VJL
80382010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8039
8040 * whitespace.el: Allow cleaning up blanks without blank
8041 visualization (Bug#6651). Adjust help window for
8042 whitespace-toggle-options (Bug#6479). Allow to use fill-column
8043 instead of whitespace-line-column (from EmacsWiki). New version
8044 13.1.
88b5a757 8045 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
8046 (whitespace-space, whitespace-hspace, whitespace-tab):
8047 Adjust foreground property face.
85cc3d4f
VJL
8048 (whitespace-line-column): Adjust docstring and type declaration.
8049 (whitespace-style-value-list, whitespace-toggle-option-alist)
8050 (whitespace-help-text): Adjust const initialization.
8051 (whitespace-toggle-options, global-whitespace-toggle-options):
8052 Adjust docstring.
8053 (whitespace-display-window, whitespace-interactive-char)
8054 (whitespace-style-face-p, whitespace-color-on): Adjust code.
8055 (whitespace-help-scroll): New fun.
8056
cb8759ca
CY
80572010-08-24 Chong Yidong <cyd@stupidchicken.com>
8058
8059 * emacs-lisp/package.el (list-packages): Alias for
8060 package-list-packages.
8061
44a41a47
KR
80622010-08-24 Kevin Ryde <user42@zip.com.au>
8063
be7748e7
KR
8064 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
8065 (Bug#5651).
8066
44a41a47
KR
8067 * progmodes/ruby-mode.el (ruby): Add defgroup.
8068
edfd00fa
CY
80692010-08-24 Chong Yidong <cyd@stupidchicken.com>
8070
8071 * progmodes/python.el: Add Ipython support (Bug#5390).
8072 (python-shell-prompt-alist)
8073 (python-shell-continuation-prompt-alist): New options.
8074 (python--set-prompt-regexp): New function.
6a7662bb
BR
8075 (inferior-python-mode, run-python, python-shell):
8076 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8077 prompt based on the Python interpreter.
8078 (python--prompt-regexp): New var.
8079 (python-check-comint-prompt)
8080 (python-comint-output-filter-function): Use it.
8081 (run-python): Use a pipe (Bug#5694).
8082
80832010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8084
8085 * progmodes/python.el (python-send-region): Send a different
8086 Python command if Ipython is in use.
8087 (python-check-version): Use a Python command to find the version.
8088
1c409d0b
CY
80892010-08-24 Chong Yidong <cyd@stupidchicken.com>
8090
8091 * mouse.el (mouse-yank-primary): Avoid setting primary when
8092 deactivating the mark (Bug#6872).
8093
733946e7 80942010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8095
8096 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8097 with "else" (Bug#3991).
8098
e73f184c
MA
80992010-08-23 Michael Albinus <michael.albinus@gmx.de>
8100
8101 * net/dbus.el: Accept UNIX domain sockets as bus address.
8102 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8103 this is done in dbusbind.c.
e73f184c
MA
8104 (dbus-check-event): Adapt test for bus.
8105 (dbus-return-values-table, dbus-unregister-service)
8106 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8107 Adapt doc string.
8108
1a140747
JB
81092010-08-23 Juanma Barranquero <lekktu@gmail.com>
8110
8111 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8112
7133b7ee
JL
81132010-08-22 Juri Linkov <juri@jurta.org>
8114
8115 * simple.el (read-extended-command): New function with the logic
8116 for `completing-read' moved to Elisp from `execute-extended-command'.
8117 Use `function-called-at-point' in `minibuffer-default-add-function'
8118 to get a command name for M-n (bug#5364, bug#5214).
8119
198a7a97
CY
81202010-08-22 Chong Yidong <cyd@stupidchicken.com>
8121
8122 * startup.el (command-line-1): Issue warning for ignored arguments
8123 --unibyte, etc (Bug#6886).
8124
c00725d7
LL
81252010-08-22 Leo <sdl.web@gmail.com>
8126
8127 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8128 (ignore, bright, dim, keyword): Split list of nicknames before
8129 passing to rcirc-add-or-remove (Bug#6894).
8130
bc7d7ea6
CY
81312010-08-22 Chong Yidong <cyd@stupidchicken.com>
8132
8133 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8134
b0126eac 81352010-08-22 Leo <sdl.web@gmail.com>
e0143335 8136
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8137 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8138 * ido.el: Revert Óscar's.
e0143335
LL
8139 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8140 Remember the buffers at head, rather than their name.
76e3243a 8141 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8142
b0126eac 81432010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8144 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8147 extra backslash added to each line (bug#6890).
8148
b0126eac 81492010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8150
8151 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8152
b0126eac 81532010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8154
8155 * menu-bar.el (menu-bar-games-menu): Add landmark.
8156
b0126eac 81572010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8158
9130a2d6
GM
8159 * align.el (align-regexp): Make group and spacing arguments
8160 use the interactive defaults when non-interactive. (Bug#6698)
8161
fb89a654
GM
8162 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8163 expansion, so as not to need sendmail.
8164 (mail-text-start): Remove declaration.
8165 (rmail-retry-failure): Require sendmail.
8166
b0126eac 81672010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8168
8169 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8170
b0126eac 81712010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8172
186e86db
SM
8173 * progmodes/flymake.el (flymake-start-syntax-check-process):
8174 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8175
b0126eac 81762010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8177
8178 * files.el: Add `word-wrap' as safe local variable.
8179
b0126eac 81802010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8181
8182 * woman.el (woman-translate): Case matters. (Bug#6849)
8183
b0126eac 81842010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8185
8186 * simple.el (kill-region): Doc fix (Bug#6787).
8187
b0126eac 81882010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8189
8190 * calendar/diary-lib.el (diary-header-line-format):
8191 Fit it to the window, not the frame.
8192
b0126eac 81932010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8194
8195 * subr.el (ignore-errors): Add debug declaration.
8196
b0126eac 81972010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8198
8199 * whitespace.el (whitespace-color-off): Remove post-command-hook
8200 locally.
8201
537ffaf3
SM
82022010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8203
8204 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8205
d64b8a68
CY
82062010-08-21 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * cus-edit.el (custom-group-value-create): Add extra newline
8209 before end line (Bug#6876).
8210
d2625c3d
CY
82112010-08-21 Chong Yidong <cyd@stupidchicken.com>
8212
8213 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8214 when extending it. Before killing on the second click, check if
8215 the buffer is the correct one. Doc fix.
8216 (mouse-secondary-save-then-kill): Allow usage without first
8217 calling mouse-start-secondary, by defaulting to point. Don't save
8218 an empty secondary selection. Doc fix.
8219
80525855
VJL
82202010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8221
91bdeb66
VJL
8222 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8223 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8224 New version 13.0.
80525855
VJL
8225 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8226 Adjust initialization.
8227 (whitespace-bob-marker, whitespace-eob-marker)
8228 (whitespace-buffer-changed): New vars.
8229 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8230 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8231 (whitespace-post-command-hook, whitespace-display-char-on):
8232 Adjust code.
80525855 8233 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8234 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8235
4b9c0a49
SM
82362010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8237
118cf454
SM
8238 * files.el (locate-file-completion-table): Only list the .el and .elc
8239 extensions if there's no other choice (bug#5955).
8240
a2e5caf7
SM
8241 * facemenu.el (facemenu-self-insert-data): New var.
8242 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8243 New functions.
8244 (facemenu-add-face): Use them.
8245
4b9c0a49
SM
8246 * simple.el (blink-matching-open): Obey forward-sexp-function.
8247
0193499f
SM
82482010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8249
b2a15250
SM
8250 * simple.el (prog-mode-map): New var.
8251 (prog-indent-sexp): New command.
8252
b5ba2d6f
SM
8253 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8254
9acd1bdc
SM
8255 * progmodes/prolog.el (smie): Require.
8256
8723cfa4
SM
8257 * emacs-lisp/smie.el (smie-default-backward-token)
8258 (smie-default-forward-token): Strip properties.
8259 (smie-next-sexp): Be more careful with associative operators.
8260 (smie-forward-sexp-command): Generalize.
8261 (smie-backward-sexp-command): Simplify.
8262 (smie-closer-alist): New var.
8263 (smie-close-block): New command.
8264 (smie-indent-debug-log): New var.
8265 (smie-indent-offset-rule): Add a few more cases.
8266 (smie-indent-column): New function.
8267 (smie-indent-after-keyword): Use it.
8268 (smie-indent-keyword): Use it.
8269 Fix up the opener code's point position.
8270 (smie-indent-comment): Only applies at BOL.
8271 (smie-indent-debug): New command.
8272
0193499f
SM
8273 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8274 declarations that are useful before running the macro.
8275
0c9b8993
GM
82762010-08-18 Joakim Verona <joakim@verona.se>
8277
8278 * image.el (imagemagick-types-inhibit): New variable.
8279 (imagemagick-register-types): New function.
8280 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8281 (image-transform-set-scale, image-transform-fit-to-height)
8282 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8283 (image-transform-fit-to-width, image-transform-fit-to-height):
8284 New functions.
ccd80618
JV
8285 (image-toggle-display-image): Support image transforms.
8286
1075cd61
KY
82872010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8288
8289 * image.el (create-animated-image): Don't add heuristic mask to image
8290 (Bug#6839).
8291
64cb6c78
J
82922010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8293
0193499f
SM
8294 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8295 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8296
ff80a446
SM
82972010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8298
afa22f7c
SM
8299 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8300
ff80a446
SM
8301 Font-lock '...' strings, plus various simplifications and fixes.
8302 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8303 (octave-font-lock-close-quotes): New function.
8304 (octave-font-lock-syntactic-keywords): New var.
8305 (octave-mode): Use it. Set beginning-of-defun-function.
8306 (octave-mode-map): Don't override the <foo>-defun commands.
8307 (octave-mode-menu): Pass it directly to easy-menu-define;
8308 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8309 (octave-block-match-alist): Fix up last change so that
8310 octave-close-block uses the more specific keyword.
8311 (info-lookup-mode): Silence byte-compiler.
8312 (octave-beginning-of-defun): Not interactive any more.
8313 Optimize slightly.
8314 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8315 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8316 (octave-completion-at-point-function): Make sure point is within
8317 beg..end.
8318 (octave-reindent-then-newline-and-indent):
8319 Use reindent-then-newline-and-indent.
8320 (octave-add-octave-menu): Remove.
8321
2269b349
JD
83222010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8323
489cd5bd
JD
8324 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8325 (report-emacs-bug-can-use-xdg-email): New functions.
8326 (report-emacs-bug): Set can-xdg-email to result of
8327 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8328 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8329 about it.
30ebab6d 8330
a2fb159c
GM
8331 * net/browse-url.el (browse-url-default-browser): Add cond
8332 for browse-url-xdg-open.
8333 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8334
83352010-08-17 Glenn Morris <rgm@gnu.org>
8336
8337 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8338 (c-fontify-recorded-types-and-refs): Define for compiler.
8339 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8340 before use.
8341
8342 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8343 Fix format call.
8344
bb6aba9c
MA
83452010-08-17 Michael Albinus <michael.albinus@gmx.de>
8346
8347 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8348 properties.
8349 (tramp-handle-process-file): Call the program in a subshell, in
8350 order to preserve working directory.
8351 (tramp-action-password): Hide password prompt before next run.
8352 (tramp-process-actions): Widen connection buffer for the trace.
8353
8f10c937
DD
83542010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8355
8356 * net/rcirc.el (rcirc-log-process-buffers): New option.
8357 (rcirc-print): Use it.
8358 (rcirc-generate-log-filename): New function.
8359 (rcirc-log-filename-function): Change default to
8360 rcirc-generate-log-filename (Bug#6828).
8361
7c23dd44
CY
83622010-08-16 Chong Yidong <cyd@stupidchicken.com>
8363
8364 * simple.el (deactivate-mark): If select-active-regions is `only',
8365 only set selection for temporarily active regions.
8366
8367 * cus-start.el: Change defcustom for select-active-regions.
8368
6d3e82d2
CY
83692010-08-15 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8372 (mouse-drag-track): Use LOCATION arg to push-mark.
8373 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8374 consideration when updating point and mark (Bug#6840).
8375
c68263b1
CY
83762010-08-15 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8379 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8380
456f369a
ŠN
83812010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8382
ff80a446
SM
8383 * font-lock.el (lisp-font-lock-keywords-2):
8384 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8385 with-demoted-errors, and with-silent-modifications (Bug#6025).
8386
c22e18f5
KR
83872010-08-14 Kevin Ryde <user42@zip.com.au>
8388
8389 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8390 (copyright-update): Temporary switch-to-buffer to ensure the
8391 buffer change being queried is visible (Bug#5394).
c22e18f5 8392
6f1a6faf
TT
83932010-08-14 Tom Tromey <tromey@redhat.com>
8394
8395 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8396 (Bug#6733).
8397
e7afcf30
EZ
83982010-08-14 Eli Zaretskii <eliz@gnu.org>
8399
8400 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8401 MS-DOS. (Bug#6689)
8402
2b4e6277
J
84032010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8404
8405 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8406 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8407 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8408 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8409 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8410 Call menu-bar-set-tool-bar-position.
2b4e6277 8411
dc94fc85
SM
84122010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8413
c5683ceb
SM
8414 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8415 comment style (bug#6834).
8416 * progmodes/scheme.el (scheme-mode-syntax-table):
8417 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8418 "b" flag in "' 14b" syntax.
8419
c82d5b11
SM
8420 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8421 for (un)commenting the region and performing completion.
8422 (octave-mode-menu): Use standard commands for help and completion.
8423 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8424 (octave-mode): Use define-derived-mode.
8425 Set completion-at-point-functions and don't set columns.
8426 Don't disable adaptive-fill-regexp.
8427 (octave-describe-major-mode, octave-comment-region)
8428 (octave-uncomment-region, octave-comment-indent)
8429 (octave-indent-for-comment): Remove.
8430 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8431 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8432 (octave-initialize-completions): No need to make an alist.
8433 (octave-completion-at-point-function): New function.
8434 (octave-complete-symbol): Use it.
8435 (octave-insert-defun): Use define-skeleton.
8436
8437 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8438 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8439
abec5126 84402010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8441
8442 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8443 indentation of inserted comment.
8444
3a46642b
J
84452010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8446
8447 * faces.el (region): Add type gtk that uses gtk colors.
8448
8449 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8450 Handle theme-name change.
8451
3bd2cfef
MM
84522010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8453
8454 * progmodes/sql.el: Version 2.5
8455 (sql-product-alist): Add :prompt-cont-regexp property for several
8456 database products.
8457 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8458 (sql-output-newline-count, sql-output-by-send):
8459 New variables. Record number of newlines in input text.
3bd2cfef
MM
8460 (sql-send-string): Handle multiple filters and count newlines.
8461 (sql-send-magic-terminator): Count terminator newline.
8462 (sql-interactive-remove-continuation-prompt): Filters output to
8463 remove continuation prompts; one for each newline.
8464 (sql-interactive-mode): Set up new variables, prompt regexp and
8465 output filter.
8466 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8467 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8468
d02c9bcd
SM
84692010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * emacs-lisp/pcase.el: New file.
8472
80ca4f1e
MA
84732010-08-10 Michael Albinus <michael.albinus@gmx.de>
8474
8475 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8476 as here-document, otherwise the command could exceed maximum
8477 length of command line.
d02c9bcd
SM
8478 (tramp-handle-vc-registered): Call script accordingly.
8479 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8480
2948599b
KH
84812010-08-10 Kenichi Handa <handa@m17n.org>
8482
8483 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8484 composable pattern.
8485
148cef8e
CY
84862010-08-09 Chong Yidong <cyd@stupidchicken.com>
8487
8488 * emacs-lisp/package.el (package-version-split)
8489 (package--version-first-nonzero, package-version-compare):
8490 Functions removed.
8491 (package-directory-list, package-load-all-descriptors)
8492 (package--built-in, package-activate, define-package)
8493 (package-installed-p, package-compute-transaction)
8494 (package-read-all-archive-contents)
8495 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8496 (package-tar-file-info, package-list-packages-internal):
8497 Use version-to-list and version-list-*.
148cef8e 8498
d02c9bcd
SM
8499 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8500 Use version-to-list.
148cef8e
CY
8501 (package-upload-buffer-internal): Use version-list-<=.
8502
82a9ce0f
KH
85032010-08-09 Kenichi Handa <handa@m17n.org>
8504
231e5e5f 8505 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8506 composable pattern.
8507
7adf5fdc
CY
85082010-08-08 Chong Yidong <cyd@stupidchicken.com>
8509
fc560445
CY
8510 * tutorial.el (tutorial--default-keys): C-d is now bound to
8511 delete-forward-char (Bug#6826).
8512
7adf5fdc
CY
8513 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8514 for `double' value of mouse-1-click-follows-link (Bug#6807).
8515
e54a1075
JB
85162010-08-08 Johan Bockgård <bojohan@gnu.org>
8517
8518 * replace.el (replace-highlight): Bind isearch-forward and
8519 isearch-error, ensuring that highlighting is updated if the user
8520 switches the search direction (Bug#6808).
8521
8522 * isearch.el (isearch-lazy-highlight-forward): New var.
8523 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8524 (isearch-lazy-highlight-update): Use it.
8525
7815fe19 85262010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8527
8d9e03e4
JB
8528 * international/mule.el (define-charset): Store NAME as :base property.
8529 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8530 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8531 current priority. Force using the designation of the specific
8d9e03e4 8532 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8533
7815fe19 85342010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8535
8536 * emulation/pc-select.el (pc-selection-mode-hook)
8537 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8538 (pc-selection-mode): Fix typos in docstrings.
8539
7815fe19 85402010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8541
8542 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8543 ctext-non-standard-encodings-alist here.
8544
8d9e03e4
JB
8545 * international/mule.el (ctext-non-standard-encodings-alist):
8546 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8547 (ctext-standard-encodings): New variable.
8548 (ctext-non-standard-encodings-table): List only elements for
8549 non-standard encodings.
186e86db 8550 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8551 Check ctext-standard-encodings.
8552
8553 * international/mule-conf.el (compound-text): Doc fix.
8554 (ctext-no-compositions): Doc fix.
8555 (compound-text-with-extensions): Doc fix.
8556
7815fe19 85572010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8558
8559 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8560
8d9e03e4 85612010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8562
9ebc731b
JB
8563 * progmodes/which-func.el (which-func-format): Split help-echo text
8564 into lines, like other mode-line tooltips.
8565
d5b8058f
JB
8566 * server.el (server-start): When using TCP sockets, force IPv4
8567 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8568
8d9e03e4 85692010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8570
8571 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8572
8d9e03e4 85732010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8574
8575 * term.el (term-delimiter-argument-list): Reflow docstring.
8576 (term-read-input-ring, term-write-input-ring, term-send-input)
8577 (term-bol, term-erase-in-display, serial-supported-or-barf):
8578 Fix typos in docstrings.
8579
8d9e03e4 85802010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8581
8582 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8583
8d9e03e4 85842010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8585
8586 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8587
8d9e03e4 85882010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8589
8590 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8591 Fix typo in docstring (bug#6747).
8592
7815fe19 85932010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8594
8595 * eshell/esh-io.el (eshell-get-target): Better detection of
8596 read-only file (Bug#6762).
8597
7815fe19 85982010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8599
8600 * align.el (align-default-spacing): Doc fix.
8601 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8602
733946e7 86032010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8604
490b89ac 8605 * calendar/icalendar.el
93acd23d
JB
8606 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8607 (icalendar--get-weekday-numbers): New.
81ee9410 8608 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8609 values in weekly rules. (Bug#6766)
81ee9410 8610
490b89ac
UJ
86112010-08-08 Ulf Jasper <ulf.jasper@web.de>
8612
8613 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8614 (icalendar--create-uid, icalendar-export-region)
8615 (icalendar--parse-summary-and-rest): Code formatting.
8616
2c695727
JB
86172010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8618
01c35094 8619 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8620 to italicize headers.
8621 (calc-highlight-selections-with-faces): New variable.
8622 (calc-selected-face, calc-nonselected-face): New faces.
8623
8624 * calc/calccomp.el (math-comp-highlight-string): Use
8625 `calc-highlight-selections-with-faces' to determine how to highlight
8626 sub-formulas.
8627
8628 * calc/calc-sel.el (calc-show-selections): Change message to when
8629 using faces to highlight selections.
8630
b93d4f22
MM
86312010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8632
8d9e03e4
JB
8633 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8634 Add SQLite 3 keywords, functions and datatypes.
8635 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8636 (Bug#6686).
8637
9852377f
CY
86382010-08-07 Chong Yidong <cyd@stupidchicken.com>
8639
8640 * simple.el (select-active-regions): Move to keyboard.c.
8641 (deactivate-mark): Used saved-region-selection.
8642 (select-active-region): Function removed.
8643 (activate-mark, set-mark, push-mark-command)
8644 (handle-shift-selection): Don't call it.
8645 (keyboard-quit): Avoid adding the region to the window selection.
8646
8647 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8648 select-active-regions implementation.
8649 (mouse-yank-at-click): Doc fix.
8650
8651 * cus-start.el: Add custom declaration for select-active-regions.
8652
822775bf
EZ
86532010-08-07 Eli Zaretskii <eliz@gnu.org>
8654
4c5130d6
EZ
8655 * simple.el (delete-forward-char): Doc fix.
8656
822775bf
EZ
8657 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8658 after reading the tutorial.
8659
bd4c5e3e
AM
86602010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8661
6a7662bb
BR
8662 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8663 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8664 their respective lines. (Bug#193)
bd4c5e3e 8665
d00fa9b6
MA
86662010-08-06 Michael Albinus <michael.albinus@gmx.de>
8667
8d9e03e4 8668 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8669 property "vec".
6a7662bb
BR
8670 (tramp-process-sentinel): Use it for flushing the cache.
8671 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8672 already when running the sentinel.
8673
86742010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8675
8676 * comint.el (comint-mode): Make directory tracking functions
8677 functional on remote files. (Bug#6764)
8678
b3d42406
DN
86792010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8680
8681 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8682
29cf3e20
EZ
86832010-08-05 Eli Zaretskii <eliz@gnu.org>
8684
6a7662bb
BR
8685 * emacs-lisp/find-gc.el (find-gc-source-files):
8686 Rename unexec.c => unexcoff.c.
29cf3e20 8687
6a7662bb
BR
8688 * emacs-lisp/authors.el (authors-fixed-entries):
8689 Rename unexec.c => unexcoff.c.
29cf3e20 8690
39e1bf0b
MA
86912010-08-05 Michael Albinus <michael.albinus@gmx.de>
8692
8693 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8694 cache, not only file cache.
8695 (tramp-process-sentinel): New defun.
8696 (tramp-handle-start-file-process): Use it, in order to invalidate
8697 file caches.
8698
9f982e22
LL
86992010-08-03 Leo <sdl.web@gmail.com>
8700
8701 * server.el (server-start): Simplify loop.
8702
0798a8d8
SM
87032010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8704
548c5c47
SM
8705 * frame.el (screen-height, screen-width, set-screen-width)
8706 (set-screen-height): Remove ancient compatibility aliases.
8707
3311d1c2
SM
8708 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8709 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8710
0798a8d8
SM
8711 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8712 that change current buffer.
8713
26ee77a6
YM
87142010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8715
8716 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8717 beginning of the string. Use `string-match-p'. (Bug#6765)
8718
aa1859f5
J
87192010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8720
8721 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8722
376c2b6b
CY
87232010-08-01 Chong Yidong <cyd@stupidchicken.com>
8724
0798a8d8 8725 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8726 (package--builtins): Tweak descriptions.
0798a8d8
SM
8727 (package-print-package): Upcase descriptions if necessary.
8728 Show all built-in packages in font-lock-builtin-face.
8729 (package-list-packages-internal): Omit "emacs" package.
8730 Show status of built-in packages as "built-in".
376c2b6b 8731
16041401
CY
87322010-07-31 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8735 before killing to preserve the primary selection (Bug#6701).
8736
8737 * term/x-win.el (x-select-text): Doc fix.
8738
0798a8d8
SM
87392010-07-31 Nathaniel Flath <flat0103@gmail.com>
8740
452ea855
AM
8741 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8742 (objc-font-lock-extra-types):
452ea855 8743 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8744 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8745 (c++-make-template-syntax-table)
8746 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8747 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8748 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8749 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8750 * progmodes/cc-fonts.el (c-make-inverse-face)
8751 (c-basic-matchers-after):
452ea855
AM
8752 * progmodes/cc-engine.el (c-forward-keyword-clause)
8753 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8754 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8755 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8756 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8757 The above functions were modified or created.
452ea855 8758
37766706
J
87592010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8760
0798a8d8 8761 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8762
cd83d522
EZ
87632010-07-31 Eli Zaretskii <eliz@gnu.org>
8764
8765 * files.el (bidi-paragraph-direction): Define safe local values.
8766
8767 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8768 language-info-alist. Remove outdated FIXME in a comment.
8769
28e5cf7c
AM
87702010-07-31 Alan Mackenzie <acm@muc.de>
8771
8772 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8773 Auto-fill broken in C/C++ modes.
8774
bfeabdc3
JD
87752010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8776
8777 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8778 (menu-bar-showhide-tool-bar-menu-customize-disable)
8779 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8780 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8781 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8782 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8783 make a menu for Options => toolbar that can move it.
8784
063e5294
CY
87852010-07-29 Chong Yidong <cyd@stupidchicken.com>
8786
8787 * emacs-lisp/package-x.el (package--make-rss-entry):
8788 (package-maint-add-news-item, package--update-news)
8789 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8790
8791 * emacs-lisp/package.el (package-archive-url): Rename from
8792 package-archive-id.
8793 (package-install): Doc fix.
8794 (package-download-single, package-download-tar, package-install)
8795 (package-menu-view-commentary): Callers changed.
8796
683cc385
MA
87972010-07-29 Michael Albinus <michael.albinus@gmx.de>
8798
8799 * net/tramp.el (tramp-handle-start-file-process): Check only for
8800 `remote-tty' process property.
8801 (tramp-open-shell): Don't check for tty.
8802 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8803 process property.
8804
8805 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8806 host.
8807
bc44bef7
PH
88082010-07-28 Chong Yidong <cyd@stupidchicken.com>
8809
8810 * emacs-lisp/package.el (package-load-list, package-archives)
8811 (package-archive-contents, package-user-dir)
8812 (package-directory-list, package--builtins, package-alist)
8813 (package-activated-list, package-obsolete-alist): Mark as risky.
8814
88152010-07-28 Phil Hagelberg <phil@evri.com>
8816
8817 Add support for non-default package repositories.
8818 * emacs-lisp/package.el (package-archive-base): Var deleted.
8819 (package-archives): New variable.
8820 (package-archive-contents): Doc fix.
0798a8d8 8821 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8822 (package--write-file-no-coding): New function.
8823 (package-unpack-single): Use it.
8824 (package-archive-id): New function.
8825 (package-download-single, package-download-tar)
8826 (package-menu-view-commentary): Use it.
8827 (package-installed-p): Make second argument optional.
8828 (package-read-all-archive-contents): New function.
8829 (package-initialize): Use it.
8830 (package-read-archive-contents): Add ARCHIVE argument.
8831 (package--add-to-archive-contents): New function.
8832 (package-install): Don't call package-read-archive-contents.
8833 (package--download-one-archive): Store archive file in a
8834 subdirectory of package-user-dir.
8835 (package-menu-execute): Remove spurious line movement.
8836
8a52f00a
JD
88372010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8838
8839 * cus-start.el (tool-bar-style): Add text-image-horiz.
8840
b21d3ceb
MA
88412010-07-28 Michael Albinus <michael.albinus@gmx.de>
8842
8843 * progmodes/gud.el (gud-common-init): Check for remoteness of
8844 `file', and not of `default-directory'.
8845
8fbcce2d
MA
88462010-07-28 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * net/tramp.el (tramp-methods): Move hostname to the end in all
8849 ssh `tramp-login-args'.
8850 (tramp-verbose): Describe verbose level 9.
8851 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8852 (tramp-open-connection-setup-interactive-shell): Trace stty
8853 settings if `tramp-verbose' >= 9.
8854 (tramp-handle-start-file-process): Implement tty setting.
8855 (Bug#4604, Bug#6360)
8856
8857 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8858 `tramp-verbose' to 9.
8859
128440c9
AH
88602010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8861
8862 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8863 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8864 Remove references to package `lisp-re' (bug#4369).
8865
ae0c2494
TT
88662010-07-27 Tom Tromey <tromey@redhat.com>
8867
8868 * progmodes/js.el (js-mode):
8869 * progmodes/make-mode.el (makefile-mode):
8870 * progmodes/simula.el (simula-mode):
8871 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8872
0ed082fe 88732010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8874
8875 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8876
7c7c04c0
JB
8877 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8878 (display-time-world-buffer-name, display-time-world-mode-map):
8879 Fix typos in docstrings.
8880
0ed082fe 88812010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8882
8883 * image-mode.el (image-display-size): New function.
8884 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8885 (image-mode-fit-frame): Use it (Bug#6639).
8886
0ed082fe 88872010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8888
8889 * dired.el (dired-buffers-for-dir): Handle list values of
8890 dired-directory (Bug#6636).
8891
aa2d4bd3
SS
88922010-07-26 Sam Steingold <sds@gnu.org>
8893
8894 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8895 Do not call `x-get-selection' the second time, reuse the value.
8896
78b84da3
DU
88972010-07-26 Daiki Ueno <ueno@unixuser.org>
8898
8899 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8900 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8901
4f195cf7
DU
89022010-07-25 Daiki Ueno <ueno@unixuser.org>
8903
8904 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8905 exists before passing an error to find-file-not-found-functions
8906 (bug#6723).
8907
195e19e4
LH
89082010-07-23 Lukas Huonker <l.huonker@gmail.com>
8909
8910 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8911 Remove leading nil element, adjust values.
8912 (tetris-shapes, tetris-shape-scores):
8913 Change representation of shapes and remove some redundancy.
8914 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8915 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8916 Adjust for working with new representation of shapes.
8917 (tetris-shape-rotations): New function.
8918 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8919 (tetris-rotate-prev, tetris-rotate-next):
8920 Adjust for working with the new version of tetris-test-shape.
8921
9cf2db99
MT
89222010-07-23 Markus Triska <markus.triska@gmx.at>
8923
8924 * progmodes/ps-mode.el: Use comint (bug#5954).
8925 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8926 (ps-mode-other-newline): Simplify.
8927 (ps-run-mode): Derive from comint-mode instead of
8928 fundamental-mode, yielding input history etc.
8929 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8930 (ps-run-send-string): Adapt for comint-mode.
8931 (ps-run-newline): Remove now unneeded function.
8932
225d5e9e
MA
89332010-07-23 Michael Albinus <michael.albinus@gmx.de>
8934
8935 * net/tramp.el (tramp-methods): Move hostname to the end in all
8936 plink `tramp-login-args'.
8937
84bc68f2
MA
89382010-07-23 Michael Albinus <michael.albinus@gmx.de>
8939
8940 * net/tramp.el (tramp-open-shell): New defun.
8941 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8942 Use it.
8943
1eb5ca1c
MA
89442010-07-23 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp.el (tramp-file-name-regexp-unified)
8947 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8948 not regard the volume letter as remote filename. (Bug#5447)
8949
440735a7
JB
89502010-07-23 Juanma Barranquero <lekktu@gmail.com>
8951
8952 * custom.el (custom-declare-variable): Give a clearer error message
8953 when the docstring is missing (bug#6476).
8954
5474c40f
MM
89552010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8956
8957 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8958 (sql-login-params): New widget definition.
8959 (sql-oracle-login-params, sql-mysql-login-params)
8960 (sql-solid-login-params, sql-sybase-login-params)
8961 (sql-informix-login-params, sql-ingres-login-params)
8962 (sql-ms-login-params, sql-postgres-login-params)
8963 (sql-interbase-login-params, sql-db2-login-params)
8964 (sql-linter-login-params): Use it.
8965 (sql-sqlite-login-params): Use it; Define "database" parameter as
8966 a file name.
c4cc8b9a 8967 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8968 (sql-comint-sqlite): Make sure database name is complete.
8969 (sql-for-each-login): New function.
8970 (sql-connect, sql-save-connection): Use it.
8971 (sql-get-login-ext): New function.
8972 (sql-get-login): Use it.
8973 (sql-make-alternate-buffer-name): Handle :file parameters.
8974
9c0deccb
JB
89752010-07-22 Juanma Barranquero <lekktu@gmail.com>
8976
8977 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8978 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8979
aac818a8
TL
89802010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8981
8982 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8983
47d2734f
LM
89842010-07-22 Lawrence Mitchell <wence@gmx.li>
8985
8986 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8987
10e73994
MA
89882010-07-21 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/tramp.el (tramp-get-ls-command)
8991 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8992 instead of "/".
8993
d26b0ea9
MM
89942010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8995
8996 * progmodes/sql.el: Version 2.3.
f49d1f52 8997 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8998 enhanced the widget definition.
88b5a757
DD
8999 (sql-mode-menu): Add submenu to select connections.
9000 (sql-interactive-mode-menu): Add "Save Connection" item.
9001 (sql-add-product): Fix menu item.
d26b0ea9 9002 (sql-get-product-feature): Improved error handling.
5f9d345c 9003 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
9004 (sql-make-alternate-buffer-name): Simplified.
9005 (sql-product-interactive): Handle missing product.
9006 (sql-connect): Support string keys, minor improvements.
9007 (sql-save-connection): New function.
9008 (sql-connection-menu-filter): New function.
9009
af4b9ae5
MA
90102010-07-20 Michael Albinus <michael.albinus@gmx.de>
9011
9012 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
9013 (tramp-open-connection-setup-interactive-shell):
9014 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
9015 `tramp-send-command' where it belongs to.
9016
da040a16
MA
90172010-07-20 Michael Albinus <michael.albinus@gmx.de>
9018
9019 * net/tramp.el (tramp-perl-file-attributes)
9020 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
9021 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
9022 front of `login-args'.
9023
16f3ade5
JB
90242010-07-19 Juanma Barranquero <lekktu@gmail.com>
9025
9026 * time.el (display-time-world-mode): Define with `define-derived-mode'.
9027 Set `show-trailing-whitespace' to nil.
9028 (display-time-world-display): Simplify.
9029
00af0b67
AM
90302010-07-18 Alan Mackenzie <acm@muc.de>
9031
9032 Enhance `c-file-style' in file/directory local variables.
a628ad9d 9033 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
9034 (c-before-hack-hook): Call `c-set-style' differently according to
9035 whether c-file-style was set in file or directory local
9036 variables.
9037
30c4d8dc
MM
90382010-07-18 Michael R. Mauger <mmaug@yahoo.com>
9039
9040 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
9041 (sql-product, sql-user, sql-database, sql-server, sql-port):
9042 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
9043 property.
9044 (sql-password): Use defcustom :risky keyword rather than putting
9045 risky-local-variable property.
9046 (sql-oracle-login-params, sql-sqlite-login-params)
9047 (sql-solid-login-params, sql-sybase-login-params)
9048 (sql-informix-login-params, sql-ingres-login-params)
9049 (sql-ms-login-params, sql-postgres-login-params)
9050 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 9051 (sql-linter-login-params): Add `port' option.
88b5a757 9052 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
9053 (sql-comint-oracle, sql-comint-sybase)
9054 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
9055 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
9056 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 9057 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 9058 sql-comint-*.
88b5a757 9059 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 9060 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 9061 (sql-connection): New variable.
30c4d8dc
MM
9062 (sql-interactive-mode): Set it.
9063 (sql-connection-alist): New variable.
9064 (sql-connect): New function.
9065 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 9066 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 9067
f12492c8
TV
90682010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9069
9070 * image-mode.el (image-bookmark-make-record): Do not set context
9071 in an image (Bug#6650).
9072
91023c68
CY
90732010-07-17 Chong Yidong <cyd@stupidchicken.com>
9074
9075 * simple.el (select-active-region): New function.
9076 (push-mark-command, set-mark, activate-mark)
9077 (handle-shift-selection): Use it.
9078 (deactivate-mark): Don't check for size of region.
9079
9080 * mouse.el (mouse-drag-track): Use select-active-region.
9081
1c0e8f0e
MA
90822010-07-17 Michael Albinus <michael.albinus@gmx.de>
9083
9084 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9085 "--dired" stronger.
9086
2490cbbc
CY
90872010-07-17 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * term/x-win.el (x-select-enable-primary): Change default to nil.
9090 (x-select-enable-clipboard): Add :version keyword.
9091
9092 * mouse.el (mouse-drag-copy-region):
9093 * simple.el (select-active-regions): Likewise.
9094
f253ef6a
RS
90952010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9096
a628ad9d 9097 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9098 (vc-coding-system-for-diff): Use it to decide whether to inherit
9099 from the file the EOL format for reading the diffs of that file.
9100 (Bug#4451)
9101
134a027f
EZ
91022010-07-16 Eli Zaretskii <eliz@gnu.org>
9103
9104 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9105 unibyte, so compressed attachments are not compressed again.
9106
7e4289ad
MA
91072010-07-16 Michael Albinus <michael.albinus@gmx.de>
9108
9109 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9110 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9111 (tramp-find-shell): Simplify setting connection property.
9112 (tramp-get-ls-command): Make test for "--color=never" stronger.
9113
7473fff9 91142010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9115
9116 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9117 blocks within record declarations (i.e. variant parts) correctly.
9118
a11b38ee
SS
91192010-07-15 Simon South <ssouth@member.fsf.org>
9120
9121 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9122 over literal tokens when parsing so newlines aren't "absorbed" by
9123 single-line comments. Corrects the indentation of case blocks
9124 that have a comment on the first line.
9125
077e0753
KF
91262010-07-14 Karl Fogel <kfogel@red-bean.com>
9127
9128 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9129 by Drew Adams (Bug#5504).
9130
243881ed
J
91312010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9132
9133 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9134 now that Unicode is used (Bug#6594).
243881ed 9135
f9d71b42
CY
91362010-07-14 Chong Yidong <cyd@stupidchicken.com>
9137
9138 * term/x-win.el (x-select-enable-clipboard): Default to t.
9139 (x-initialize-window-system): Don't overwrite Paste menu item.
9140
9141 * simple.el (select-active-regions): Default to t.
9142 (push-mark-command): Don't overwrite primary with empty string.
9143
9144 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9145 (mouse-drag-copy-region): Default to nil.
9146
9147 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9148 Cut/Copy/Paste menu bar items.
9149
a628ad9d 91502010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9151
9152 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9153 Patch applied by Karl Fogel.
9154
9155 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9156 and `bookmark-current-buffer' if they have been already set in
9157 another buffer (e.g gnus-art).
9158
e44fa724 91592010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9160 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9161
9162 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9163
9164 * bookmark.el (bookmark-make-record-default): Allow unneeded
9165 information to be omitted from the record.
9166
9167 Adjust declarations and calls:
9168
9169 * info.el (bookmark-make-record-default): Adjust declaration.
9170 (Info-bookmark-make-record): Adjust call.
9171
9172 * woman.el (bookmark-make-record-default): Adjust declaration.
9173 (woman-bookmark-make-record): Adjust call.
9174
9175 * man.el (bookmark-make-record-default): Adjust declaration.
9176 (Man-bookmark-make-record): Adjust call.
9177
9178 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9179
9180 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9181
0c4371fe
KF
91822010-07-13 Karl Fogel <kfogel@red-bean.com>
9183
9184 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9185 This is also from Thierry Volpiatto's patch in bug #6444. However,
9186 because it was extraneous to the functional change in that patch,
9187 and causes a re-indendation, I am committing it separately.
9188
2bb8db3e 91892010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9190
9191 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9192 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9193 Patch applied by Karl Fogel (Bug#6444).
068a0233 9194
21bd02a6
CY
91952010-07-13 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9198
79cb9c05
AR
91992010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9200
9201 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9202 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9203 (ns-alternatives-map): Change S-tab binding to backtab
9204 (bug#6616).
9205
9206 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9207 under ns.
9208
beb000f9
AS
92092010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9210
dd86ea11
JB
9211 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9212 (Bug#5806)
e9952282 9213
beb000f9
AS
9214 * language/tv-util.el (tai-viet-re): Remove format.
9215
6f2cdcd1
KH
92162010-07-12 Kenichi Handa <handa@m17n.org>
9217
dd86ea11
JB
9218 * language/hebrew.el: Remove no-byte-compile declaration.
9219 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9220 composition-function-table for 3-character looking back.
9221 (hebrew-font-get-precomposed): New function.
9222 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9223
f479ef6e
CY
92242010-07-11 Chong Yidong <cyd@stupidchicken.com>
9225
9226 * mouse.el (mouse-drag-track): Handle select-active-regions
9227 (Bug#6612).
9228
3277c1ee
MA
92292010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9230
9231 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9232 empty argument to gvfs-copy.
9233
3260caf8
GM
92342010-07-10 Glenn Morris <rgm@gnu.org>
9235
9236 * calendar/calendar.el (calendar-week-end-day): New function.
9237 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9238 Respect calendar-week-start-day. (Bug#6606)
9239 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9240 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9241 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9242 respect calendar-week-start-day.
9243
c876b263
CY
92442010-07-10 Chong Yidong <cyd@stupidchicken.com>
9245
9246 * simple.el (use-region-p): Doc fix (Bug#6607).
9247
dce34635
AG
92482010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9249
6a7662bb
BR
9250 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9251 Add regexps for cucumber and ruby.
dce34635 9252
c0397930
DU
92532010-07-08 Daiki Ueno <ueno@unixuser.org>
9254
9255 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9256 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9257 find-file from opening empty buffer when decryption failed
c0397930
DU
9258 (bug#6568).
9259
fd5539c6
AM
92602010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9261
a628ad9d
JB
9262 * textmodes/ispell.el (ispell-alternate-dictionary):
9263 Use file-readable-p.
fd5539c6
AM
9264 Return nil if no word-list is found at default locations.
9265 (ispell-complete-word-dict): Default to nil.
9266 (ispell-command-loop): Use 'word-list' when using lookup-words.
9267 (lookup-words): Use ispell-complete-word-dict or
9268 ispell-alternate-dictionary. Check for word-list availability
9269 and handle errors if needed with better messages (Bug#6539).
9270 (ispell-complete-word): Use ispell-complete-word-dict or
9271 ispell-alternate-dictionary.
9272
4565b08e
CS
92732010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9274
9275 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9276 builtins (BufferError, BytesWarning, WindowsError; callables
9277 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9278
a2c270e7
GM
92792010-07-07 Glenn Morris <rgm@gnu.org>
9280
9281 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9282 (zone-shift-left): Ignore intangibility, and any errors from
9283 forward-char.
9284 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9285 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9286 deleting, and copying text properties.
9287 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9288 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9289 to point-max is hard.
9290 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9291 (zone-fill-out-screen): Ignore intangibility.
9292
81133808
CY
92932010-07-05 Chong Yidong <cyd@stupidchicken.com>
9294
4ad11f8c
CY
9295 * menu-bar.el (menu-bar-mode):
9296 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9297 if it has been set.
9298
81133808
CY
9299 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9300 word/line selection (Bug#6565).
9301
b24344ca
JB
93022010-07-04 Juanma Barranquero <lekktu@gmail.com>
9303
9304 * net/dbus.el (dbus-send-signal): Declare function.
9305
b1ce08da
MA
93062010-07-04 Michael Albinus <michael.albinus@gmx.de>
9307
9308 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9309 (dbus-register-property): New optional argument EMITS-SIGNAL.
9310 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9311
5592c08f
CY
93122010-07-03 Chong Yidong <cyd@stupidchicken.com>
9313
9314 * mouse.el (mouse-drag-overlay): Variable deleted.
9315 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9316 (mouse--remap-link-click-p): New function.
9317 (mouse-drag-track): Handle dragging by using temporary Transient
9318 Mark mode, instead of a special overlay.
9319 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9320 mouse-show-mark.
9321
9322 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9323 deleted.
9324
a6ed0e28
JL
93252010-07-02 Juri Linkov <juri@jurta.org>
9326
9327 * autoinsert.el (auto-insert-alist): Fix readability
9328 by using dotted pair notation for lambda.
9329
c91e692b
JL
93302010-07-02 Juri Linkov <juri@jurta.org>
9331
9332 * faces.el (read-face-name): Rename arg `string-describing-default'
9333 to `default'. Doc fix. Display the default value in quotes
9334 in the prompt. With empty input, return the `default' arg,
9335 unless the default value is a string (in which case return nil).
9336 (describe-face): Replace the string `default' arg of `read-face-name'
9337 with the symbol `default'.
9338
23640f8f
CY
93392010-07-02 Chong Yidong <cyd@stupidchicken.com>
9340
9341 * emulation/viper-cmd.el (viper-delete-backward-char)
9342 (viper-del-backward-char-in-insert)
9343 (viper-del-backward-char-in-replace, viper-change)
9344 (viper-backward-indent): Replace delete-backward-char with
9345 delete-char (Bug#6552).
9346
b32d1614
CY
93472010-07-01 Chong Yidong <cyd@stupidchicken.com>
9348
9349 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9350
c1ef4455
CY
93512010-06-30 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9354 argument passed to frame-creation-function (Bug#5378).
9355
9356 * faces.el (x-handle-named-frame-geometry)
9357 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9358 (face-set-after-frame-default, tty-create-frame-with-faces):
9359 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9360 PARAMETER argument.
9361
55702e89
AS
93622010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9363
9364 * startup.el (command-line): Don't call tool-bar-setup in a
9365 tty-only build.
9366
dc9a226c
CY
93672010-06-30 Chong Yidong <cyd@stupidchicken.com>
9368
9369 * ruler-mode.el (ruler--save-header-line-format): New fun.
9370 (ruler-mode): Use it as a setter function, so as not to overwrite
9371 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9372
a2f043d3
CY
93732010-06-29 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9376 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9377 (vc-log-outgoing): Use it.
9378 (vc-diff-internal): Set diff-vc-backend.
9379
9380 * vc/diff-mode.el (diff-vc-backend): New var.
9381
62d115ef
J
93822010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9383
6a7662bb
BR
9384 * dynamic-setting.el (font-setting-change-default-font):
9385 Remove call to message.
62d115ef 9386
1180f752
KH
93872010-06-28 Kenichi Handa <handa@m17n.org>
9388
9389 * international/quail.el (quail-insert-kbd-layout): Fix the
9390 showing of untranslated characters.
9391
b9229673
CY
93922010-06-28 Chong Yidong <cyd@stupidchicken.com>
9393
9394 * simple.el (delete-active-region): New option.
9395 (delete-backward-char): Implement in Lisp.
9396 (delete-forward-char): New command.
9397
5f9d345c 9398 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9399 (mouse-show-mark): Simplify.
9400
9401 * bindings.el (global-map): Bind delete and DEL, the former to
9402 delete-forward-char.
9403
a628ad9d 94042010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9405
9406 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9407 (ruby-mode): Bind indent-line-function (Bug#5119).
9408
3468f435
CY
94092010-06-27 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * startup.el (command-line): Recognize "0" X resource value.
9412
6431f2e6
CY
94132010-06-27 Chong Yidong <cyd@stupidchicken.com>
9414
9415 * startup.el (command-line): Use X resources to set the value of
9416 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9417
9418 * menu-bar.el (menu-bar-mode):
9419 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9420 Set init-value to t.
9421
9422 * frame.el (frame-notice-user-settings): Don't change
9423 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9424 vice versa (Bug#2249).
9425
b61dfbe2
EZ
94262010-06-26 Eli Zaretskii <eliz@gnu.org>
9427
9428 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9429
f5cbf40e
AM
94302010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9431
a628ad9d
JB
9432 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9433 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9434
a628ad9d 9435 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9436 default directories are expanded (Bug#6143).
f5cbf40e 9437
8f3b8a5f
JL
94382010-06-24 Juri Linkov <juri@jurta.org>
9439
9440 * minibuffer.el (completions-format): Change default from nil to
9441 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9442
5af72a47
JL
94432010-06-24 Juri Linkov <juri@jurta.org>
9444
9445 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9446 buffer-locally to lambda that re-runs the vc diff command.
9447 (Bug#6447)
9448
8f804316
CY
94492010-06-24 Chong Yidong <cyd@stupidchicken.com>
9450
9451 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9452 echo area is in use (Bug#3412).
9453
be19ef0b
GM
94542010-06-22 Glenn Morris <rgm@gnu.org>
9455
6555773f
GM
9456 * textmodes/texinfmt.el (texinfo-format-region)
9457 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9458 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9459 (texinfo-format-option, texinfo-noindent):
9460 Use line-beginning-position and line-end-position.
9461
be19ef0b
GM
9462 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9463 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9464 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9465 utf-8 characters.
9466
7f0b7b3e
KF
94672010-06-21 Karl Fogel <kfogel@red-bean.com>
9468
49554388
GM
9469 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9470 forward-line fallout.
9471
e8579ebc
CY
94722010-07-06 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * mouse.el (mouse-appearance-menu): Add docstring.
9475
9476 * help.el (describe-key): Print up-event using key-description.
9477
5d1cd8bd
MA
94782010-07-03 Michael Albinus <michael.albinus@gmx.de>
9479
9480 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9481 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9482 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9483
112dbc0e
MA
94842010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9485
9486 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9487
d0cb23ca
DN
94882010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9489
9490 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9491 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9492 cases that cause insertion.
9493 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9494 with a nil state.
9495
01b229d1
CY
94962010-06-30 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9499
8bf1c786 95002010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9501
9502 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9503
dfc6544c
CY
95042010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9505
9506 * generic-x.el (bat-generic-mode): Fix regexp for command line
9507 switches (Bug#5719).
9508
b7d4de51
CY
95092010-06-27 Masatake YAMATO <yamato@redhat.com>
9510
dfc6544c
CY
9511 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9512 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9513
53cfe624 95142010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9515
8bf1c786 9516 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9517 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9518 bindings of bookmark-automatically-show-annotations (Bug#6515).
9519
aca54191
EZ
95202010-06-25 Eli Zaretskii <eliz@gnu.org>
9521
9522 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9523 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9524
2330fa87
ŠN
95252010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9526
9527 * comint.el (make-comint, make-comint-in-buffer): Mention return
9528 value in the docstrings. (Bug#6498)
9529
29115ca9
YR
95302010-06-24 Yoni Rabkin <yoni@rabkins.net>
9531
9532 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9533 since it is not present when using some non-default switches.
9534
2c79f053
KF
95352010-06-23 Karl Fogel <kfogel@red-bean.com>
9536
7f0b7b3e
KF
9537 * simple.el (compose-mail): Fix doc string to refer to
9538 `compose-mail-user-agent-warnings', instead of to the
9539 nonexistent `compose-mail-check-user-agent'.
9540
43a91810
AM
95412010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9542
9543 Fix an indentation bug:
9544
9545 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9546 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9547 of existing values.
9548
9549 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9550 (c-clear->-pair-props-if-match-before): now return t when they've
9551 cleared properties, nil otherwise.
9552 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9553 by taking account of the existing value.
9554
9555 * progmodes/cc-defs.el
9556 (c-clear-char-property-with-value-function): Fix this to clear the
9557 property rather than overwriting it with nil.
9558
8adb4c33
CY
95592010-06-20 Chong Yidong <cyd@stupidchicken.com>
9560
9561 * emacs-lisp/package.el (package-print-package): Add link to
9562 package description via describe-package.
9563 (describe-package-1): List package requirements. Add button to
9564 perform installation.
9565 (package-menu-describe-package): New command.
9566
9567 * help-mode.el (help-package): New button type.
9568
cced7584
CY
95692010-06-19 Chong Yidong <cyd@stupidchicken.com>
9570
9571 * emacs-lisp/package.el: Move package-list-packages binding to
9572 menu-bar.el.
9573 (describe-package, describe-package-1, package--dir): New funs.
9574 (package-activate-1): Use package--dir.
9575
9576 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9577
9578 * help-mode.el (help-package-def): New button type.
9579
9580 * menu-bar.el: Move package-list-packages binding here from
9581 package.el.
9582
d148e8f9
GH
95832010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9584
9585 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9586
b1a03ef6
SM
95872010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * emacs-lisp/edebug.el (edebug-read-list):
9590 Phase out old-style backquotes.
9591
dbd6da78
JL
95922010-06-17 Juri Linkov <juri@jurta.org>
9593
9594 * help-mode.el (help-mode): Set buffer-local variable
9595 revert-buffer-function to help-mode-revert-buffer.
9596 (help-mode-revert-buffer): New function.
9597
9598 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9599 before popping to "*info*" (like in other Info functions).
9600 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9601 old-history-forward. Pop to old-buffer-name or "*info*" to
9602 recreate the killed buffer. Set Info-history-forward from
9603 old-history-forward.
9604 (Info-breadcrumbs-depth): Add :group and :version.
9605
64eba874
DN
96062010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9607
9608 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9609
26508c03
AM
96102010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9611
a628ad9d
JB
9612 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9613 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9614
69582fcd
JB
96152010-06-17 Juanma Barranquero <lekktu@gmail.com>
9616
54ea2a0d
JB
9617 * emacs-lisp/package.el (package-menu-mode-map):
9618 Move initialization into declaration.
9619
69582fcd
JB
9620 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9621
44198b6e
CY
96222010-06-17 Chong Yidong <cyd@stupidchicken.com>
9623
9624 * emacs-lisp/package.el (package-archive-base): Point to
9625 elpa.gnu.org.
9626 (package-enable, package-load-list): New defcustoms.
9627 (package-user-dir, package-directory-list): Turn into defcustoms.
9628 Don't include package-user-dir in package-directory-list.
9629 (package--builtins-base): Don't include Emacs as a "package".
9630 (package-subdirectory-regexp): New var.
9631 (package-load-all-descriptors, package-compute-transaction)
9632 (package-download-transaction): Obey package-load-list.
9633 (package-activate-1): Rename from package-do-activate.
9634 (package-list-packages-internal): Check package-load-list.
9635 (package-load-descriptor, package-generate-autoloads)
9636 (package-unpack, package-unpack-single)
6a7662bb
BR
9637 (package--read-archive-file, package-delete):
9638 Use expand-file-name.
44198b6e
CY
9639
9640 * emacs-lisp/package-x.el: New file. Package uploading
9641 functionality split out from package.el.
9642
95b6d681 9643 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9644
96452010-06-17 Tom Tromey <tromey@redhat.com>
9646
9647 * emacs-lisp/package.el: New file.
9648
50d76a9f
DN
96492010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9650
9651 Fix vc-annotate for renamed files when using Git.
76e3243a 9652 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9653 ls-files. Doe not pass the object as a file name to cat-file, it
9654 is not a file name.
9655 (vc-git-annotate-command): Pass the file name using -- to avoid
9656 ambiguity with the revision.
9657 (vc-git-previous-revision): Pass a relative file name.
9658
6095a05b
GM
96592010-06-22 Glenn Morris <rgm@gnu.org>
9660
943375a6
GM
9661 * progmodes/js.el (js-mode-map): Use standard capitalization and
9662 ellipses for menu entries.
9663
6095a05b
GM
9664 * wid-edit.el (widget-complete): Doc fix.
9665
4514199e
JH
96662010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9667
9668 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9669
c4786d60
DN
96702010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9671
11c46b39 9672 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9673 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9674 VC backend. Use it when non-nil.
a628ad9d 9675 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9676 (Bug#6487).
11c46b39 9677
c4786d60 9678 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9679 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9680 Do not pass the file name to the 'previous-revision call when we
9681 don't want a file diff. (Bug#6489)
9682
04ec0963
DN
96832010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9684
11c46b39 9685 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9686 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9687 the VC backend. Use it when non-nil.
76e3243a 9688 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9689 backend to vc-find-revision. (Bug#6487)
9690
c036381c
DN
96912010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9692
9693 Fix reading file names in Git annotate buffers.
95b6d681
JB
9694 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9695 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9696
05c123e6
AM
96972010-06-20 Alan Mackenzie <acm@muc.de>
9698
9699 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9700 in file local variables, set it first.
9701
4111f0c7
GM
97022010-06-19 Glenn Morris <rgm@gnu.org>
9703
74739ffd
GM
9704 * descr-text.el (describe-char-unicode-data): Insert separating
9705 space when needed. (Bug#6422)
9706
4111f0c7
GM
9707 * progmodes/idlwave.el (idlwave-action-and-binding):
9708 Fix typo in 2009-12-03 change. (Bug#6450)
9709
e20f0421
SM
97102010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9711
9712 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9713 handling for `lambda' (misunderstanding).
9714
fb3e306a
JB
97152010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9716
dd86ea11 9717 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9718 constants aren't distributed after they are factored out.
9719
e020fb59
JL
97202010-06-16 Juri Linkov <juri@jurta.org>
9721
9722 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9723 `list-colors-print'. (Bug#6332)
9724
b8add347
SM
9725 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9726
36901266
SM
97272010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9728
49b2e83d
SM
9729 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9730 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9731
36901266
SM
9732 * font-lock.el (font-lock-major-mode): Rename from
9733 font-lock-mode-major-mode to distinguish it from
9734 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9735 (font-lock-set-defaults):
9736 * font-core.el (font-lock-default-function): Adjust users.
9737 (font-lock-mode): Don't set it at all.
9738
2a64315a 97392010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9740
76e3243a 9741 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9742
2a64315a 97432010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9744
9745 * calendar/appt.el (appt-time-msg-list): Doc fix.
9746 (appt-check): Let-bind appt-warn-time.
9747 (appt-add): Make the 3rd argument optional.
9748 Simplify argument names. Doc fix. Check for integer WARNTIME.
9749 Only add WARNTIME to the output list if non-nil.
9750
2a64315a 97512010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9752
9753 * calendar/appt.el (appt-check): Let the 3rd element of
9754 appt-time-msg-list specify the warning time.
9755 (appt-add): Add new argument with the warning time. (Bug#5176)
9756
6a7662bb 97572010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9758
76e3243a 9759 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9760 older than version 1.6. (Bug#6361)
9761
2a64315a 97622010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9763
9764 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9765 used by cl-do-arglist. (Bug#6408)
9766
30d7ac37
AM
97672010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9768
6a7662bb
BR
9769 * textmodes/ispell.el (ispell-dictionary-base-alist):
9770 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9771 Suggested by Rolando Pereira (bug#6434).
9772
8fd02581
JB
97732010-06-15 Juanma Barranquero <lekktu@gmail.com>
9774
9775 * facemenu.el (list-colors-sort): Doc fix.
9776
6a7662bb 97772010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9778
9779 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9780
f0bf7c8e
JL
97812010-06-14 Juri Linkov <juri@jurta.org>
9782
9783 Add sort option `list-colors-sort'. (Bug#6332)
9784 * facemenu.el (color-rgb-to-hsv): New function.
9785 (list-colors-sort): New defcustom.
9786 (list-colors-sort-key): New function.
9787 (list-colors-display): Doc fix. Sort list according to the option
9788 `list-colors-sort'.
9789 (list-colors-print): Add HSV values to `help-echo' property of
9790 RGB strings.
9791
c42fe9a5
JL
97922010-06-14 Juri Linkov <juri@jurta.org>
9793
9794 * compare-w.el: Move to the "vc" subdirectory.
9795
b263a4c4
SM
97962010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9797
d8b0cddd
SM
9798 * image-mode.el (image-mode-map): Remap left-char and right-char.
9799
b263a4c4
SM
9800 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9801
89877f5f
CY
98022010-06-12 Chong Yidong <cyd@stupidchicken.com>
9803
133a8d82
CY
9804 * term/common-win.el (x-colors): Add all the color names defined
9805 in rgb.txt (Bug#6332).
9806
89877f5f
CY
9807 * facemenu.el (list-colors-print): Don't print extra names if it
9808 will overflow the window width.
9809
9810 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9811 change (Bug#6343).
89877f5f 9812
9d1f18b5
EZ
98132010-06-12 Eli Zaretskii <eliz@gnu.org>
9814
9815 * files.el (make-directory): Doc fix (bug#6396).
9816
b81a0b56
MA
98172010-06-12 Michael Albinus <michael.albinus@gmx.de>
9818
9819 * net/tramp.el (tramp-remote-process-environment): Protect version
9820 string by apostroph.
9821 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9822 XEmacs.
9823 (tramp-file-name-for-operation): Add `call-process-region'.
9824 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9825
9826 * net/tramp-compat.el (top): Do not autoload
9827 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9828 only when `start-file-process' is not bound.
9829 (tramp-advice-file-expand-wildcards): Do not use
9830 `tramp-handle-file-remote-p'.
9831 (tramp-compat-make-temp-file): Handle the case, that
9832 `make-temp-file' has no third argument EXTENSION.
9833
69f18acc
JB
98342010-06-11 Juanma Barranquero <lekktu@gmail.com>
9835
5fee75d4
JB
9836 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9837
69f18acc
JB
9838 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9839
9766adfb
JL
98402010-06-11 Juri Linkov <juri@jurta.org>
9841
9842 * finder.el (finder-known-keywords): Add keyword "vc"
9843 for version control.
9844
9845 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9846 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9847 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9848 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9849
56b2854f
JL
98502010-06-11 Juri Linkov <juri@jurta.org>
9851
9852 Move version control related files to the "vc" subdirectory.
9853 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9854 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9855 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9856 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9857 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9858 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9859 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9860 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9861 Move files to the "vc" subdirectory.
9862
6534e58a
CY
98632010-06-11 Chong Yidong <cyd@stupidchicken.com>
9864
9865 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9866 (Bug#6367).
9867
84d9562f
SE
98682010-06-11 Stephen Eglen <stephen@gnu.org>
9869
9870 * shell.el: Bind `shell-resync-dirs' to M-RET.
9871
3ef0a6a5
MA
98722010-06-10 Michael Albinus <michael.albinus@gmx.de>
9873
9874 * notifications.el: Move file from lisp/net, because it is
9875 supposed to talk locally to the user.
9876
fa4003da
MA
98772010-06-10 Julien Danjou <julien@danjou.info>
9878
9879 * net/notifications.el (notifications-on-action-signal)
9880 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9881 argument to the callback functions. Add docstrings.
fa4003da
MA
9882 (notifications-notify): Fix docstring.
9883
46e6650e
GM
98842010-06-10 Glenn Morris <rgm@gnu.org>
9885
9886 * emacs-lisp/authors.el (authors-ignored-files)
9887 (authors-valid-file-names): Add some files.
9888
a71832f7
SM
98892010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9892 merge conflict, giving preference to the emacs-23 version of the code.
9893
8c6eab5a
SM
98942010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9895
989bc97f
SM
9896 * emacs-lisp/advice.el (ad-compile-function):
9897 Define warning-suppress-types before we let-bind it (bug#6275).
9898
8c6eab5a
SM
9899 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9900 declare it, make it buffer-local and permanent-local (bug#6324).
9901 (vc-resynch-window): Adjust name.
9902 * vc-hooks.el (vc-find-file-hook): Adjust name.
9903
890a18d6
MA
99042010-06-09 Michael Albinus <michael.albinus@gmx.de>
9905
9906 * net/notifications.el (notifications-notify): Fix docstring.
9907
bf3e70eb
JB
99082010-06-09 Juanma Barranquero <lekktu@gmail.com>
9909
9910 Update to Unicode 6.0.0 beta.
9911 * international/charprop.el: Update copyright.
9912 * international/mule-cmds.el (ucs-names): Update character ranges.
9913 * international/uni-bidi.el:
9914 * international/uni-category.el:
9915 * international/uni-combining.el:
9916 * international/uni-comment.el:
9917 * international/uni-decimal.el:
9918 * international/uni-decomposition.el:
9919 * international/uni-digit.el:
9920 * international/uni-lowercase.el:
9921 * international/uni-mirrored.el:
9922 * international/uni-name.el:
9923 * international/uni-numeric.el:
9924 * international/uni-old-name.el:
9925 * international/uni-titlecase.el:
9926 * international/uni-uppercase.el: Regenerate.
9927
b978141d
JB
99282010-06-09 Juanma Barranquero <lekktu@gmail.com>
9929
ee8359ba
JB
9930 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9931 (smie-precs-precedence-table): Fix typo in docstring.
9932
f64ab8fb
JB
9933 * vc-mtn.el (log-edit-extract-headers): Declare function.
9934
883ffa8c
JB
9935 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9936
b978141d
JB
9937 * net/notifications.el (dbus-register-signal): Declare function.
9938 (notifications-notify): Fix typos and reflow docstring.
9939
5f4f2ae4
DN
99402010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9941
9942 Improve VC create/retrieve tag/branch.
9943 * vc.el (vc-create-tag): Do not read the directory name for VCs
9944 with repository revision granularity. Adjust the tag/branch
9945 prompt. Reset VC properties.
9946 (vc-retrieve-tag): Do not read the directory name for VCs
9947 with repository revision granularity. Reset VC properties.
9948
41a86354
MA
99492010-06-09 Julien Danjou <julien@danjou.info>
9950
ef33fd34 9951 * net/notifications.el: New file.
41a86354 9952
fab43c76
DN
99532010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9954
00fd1147
DN
9955 Add optional support for resetting VC properties.
9956 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9957 call vc-file-clearprops when true.
9958 (vc-resynch-buffer): Add new optional argument, pass it down.
9959 (vc-resynch-buffers-in-directory): Likewise.
9960
fab43c76
DN
9961 Improve support for special markup in the VC commit message.
9962 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9963 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9964 * vc-git.el (vc-git-checkin):
9965 * vc-bzr.el (vc-bzr-checkin): Likewise.
9966
e7d67e73
SM
99672010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9968
9969 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9970 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9971
277e6741
MP
99722010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9973
9974 * iimage.el: Remove images as soon as the underlying text is modified.
9975 (iimage-modification-hook): New function.
9976 (iimage-mode-buffer): Use it.
9977
83156c18
SM
99782010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9981 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9982 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9983 (smie-indent-keyword): Add handling of open-paren keywords.
9984 (smie-indent-comment-continue): Don't assume comment-continue.
9985
13b5221f
MR
99862010-06-07 Martin Rudalics <rudalics@gmx.at>
9987
9988 * window.el (pop-to-buffer): Remove the conditional that
9989 compares new-window and old-window, so it will reselect
9990 the selected window unconditionally.
9991 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9992
c2ea5810
SM
99932010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * emacs-lisp/smie.el (smie-indent-offset-after)
9996 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9997 (smie-indent-after-keyword): Use them.
9998 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9999 (smie-indent-keyword): Tweak the black magic.
10000 (smie-indent-comment-continue): Strip comment-continue before use.
10001 (smie-indent-functions): Indent comments before keywords.
10002
27dd3c11
JL
100032010-06-06 Juri Linkov <juri@jurta.org>
10004
10005 * isearch.el (isearch-lazy-highlight-search): Fix looping
10006 by checking for empty match. This syncs this loop with the
10007 similar loop in `isearch-search'. (Bug#6362)
10008
35b148ee
JB
100092010-06-05 Juanma Barranquero <lekktu@gmail.com>
10010
10011 * net/dbus.el (dbus-register-method): Declare function.
10012 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
10013 (dbus-introspect): Doc fix.
10014 (dbus-event-bus-name, dbus-introspect-get-interface)
10015 (dbus-introspect-get-argument): Reflow docstrings.
10016
eccdfe5f
DN
100172010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
10018
10019 vc-log-incoming/vc-log-outgoing fixes for Git.
10020 * vc-git.el (vc-git-log-view-mode): Fix font lock for
10021 incoming/outgoing logs.
10022 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
10023 instead of vc-git-compute-remote.
10024 (vc-git-compute-remote): Remove.
10025
86253dc0
CY
100262010-06-04 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * term/common-win.el (x-colors): Add "dark green" and "dark
10029 turquoise" (Bug#6332).
10030
0665f661
JL
100312010-06-04 Juri Linkov <juri@jurta.org>
10032
10033 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
10034 Instead of setting `replace' to t and replacing the same string
10035 with itself, don't do certain actions when
10036 kill-do-not-save-duplicates is non-nil and string is equal to car
10037 of kill-ring: don't call menu-bar-update-yank-menu, don't push
10038 interprogram-paste strings to kill-ring, and don't push the input
10039 argument `string' to kill-ring.
10040 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
10041
087fc47a
JB
100422010-06-04 Juanma Barranquero <lekktu@gmail.com>
10043
10044 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
10045
4f201088
MA
100462010-06-04 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
10049 (tramp-gvfs-handler-mounted-unmounted)
10050 (tramp-gvfs-connection-mounted-p): Handle default-location.
10051
10052 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
10053 move files to trash.
10054
18ccd78a
JB
100552010-06-04 Juanma Barranquero <lekktu@gmail.com>
10056
10057 * international/mule-cmds.el (nonascii-insert-offset)
10058 (nonascii-translation-table): Add obsolescence information.
10059
10060 * international/mule.el (make-translation-table-from-vector): Doc fix.
10061
3845c322
GM
100622010-06-03 Glenn Morris <rgm@gnu.org>
10063
10064 * desktop.el (desktop-clear-preserve-buffers):
10065 Add "*Warnings*" buffer. (Bug#6336)
10066
54d3626e
DN
100672010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
10068
6941ffec
DN
10069 vc-log-incoming/vc-log-outgoing improvements for Git.
10070 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10071 short log.
10072 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10073
54d3626e
DN
10074 Add bindings for vc-log-incoming and vc-log-outgoing.
10075 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10076 and vc-log-outgoing.
10077 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10078 and vc-log-outgoing.
10079
aa1bc616
CY
100802010-06-03 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10083 (rcirc-handler-366): Always sort nicknames.
10084
e2d2a205
JB
100852010-06-03 Juanma Barranquero <lekktu@gmail.com>
10086
10087 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10088
44ea155d
CY
100892010-06-03 Chong Yidong <cyd@stupidchicken.com>
10090
a628ad9d 10091 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10092
a91dedc4
SM
100932010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10096 (rcirc-sort-nicknames-join): Avoid setq.
10097
c62bf05a
DD
100982010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10099
10100 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10101 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10102 (rcirc-handler-366): Use them.
10103
dd2c3c92
SM
101042010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 Split smie-indent-calculate into more manageable chunks.
10107 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10108 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10109 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10110 (smie-indent-exps): Extract from smie-indent-calculate.
10111 (smie-indent-functions): New var.
10112 (smie-indent-functions): Use them.
10113
927c346b
SM
101142010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10117 (smie-indent-calculate): Simplify and cleanup.
10118
1efeec86
MA
101192010-06-02 Michael Albinus <michael.albinus@gmx.de>
10120
10121 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10122 (tramp-gvfs-mount-point): Remove.
10123 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10124 New defuns.
1efeec86
MA
10125 (with-tramp-dbus-call-method): Format trace message.
10126 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10127 Implement backup call, when operation on local files fails.
10128 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10129 (tramp-gvfs-handle-make-directory): Make more traces.
10130 (tramp-gvfs-url-file-name): Hexify file name in url.
10131 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10132 into account for the resulting file name.
10133 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10134 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10135 (tramp-gvfs-handler-mounted-unmounted)
10136 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10137 attribute "default_location". Set "prefix" property.
10138 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10139 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10140 exists. Raise an error, if not (due to a corresponding answer
10141 "no" in interactive questions, for example).
10142
89877f5f 101432010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10144
10145 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10146
24f574a9
JB
101472010-06-01 Juanma Barranquero <lekktu@gmail.com>
10148
10149 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10150 right-*. (Bug#6265)
10151
290736f2
DN
101522010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10153
61158bfa
DN
10154 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10155 * vc-git.el (vc-git-compute-remote): New function.
10156 (vc-git-log-outgoing): Use it instead of hard coding a value.
10157 (vc-git-log-incoming): New function.
10158
5828f6ca
DN
10159 Improve state updating for VC tag commands.
10160 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10161 to update the state of all buffers in the directory.
10162
290736f2
DN
10163 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10164
feceda26
SM
101652010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10168 `file-directory-p' to the filename part rather than to the whole text.
10169
896114cf
SM
101702010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10173
1603358c
DA
101742010-05-31 Drew Adams <drew.adams@oracle.com>
10175
10176 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10177
fe40dc63
JB
101782010-05-31 Juanma Barranquero <lekktu@gmail.com>
10179
10180 * subr.el (momentary-string-display): Just use read-event to read
10181 the exit event (Bug#6238).
10182
9e8014c6
EZ
101832010-05-30 Eli Zaretskii <eliz@gnu.org>
10184
10185 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10186
61a08071
JB
101872010-05-30 Juanma Barranquero <lekktu@gmail.com>
10188
10189 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10190 Suggested by Eli Zaretskii <eliz@gnu.org>.
10191
5feec8ca
SM
101922010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10193
10194 * minibuffer.el (completion-file-name-table): Don't return a boundary
10195 past the end of `string' (bug#6299).
10196 (completion--file-name-table): Delegate to completion-file-name-table
10197 for the `boundaries' case.
10198
8175cb90
JB
101992010-05-30 Juanma Barranquero <lekktu@gmail.com>
10200
2b94133f
JB
10201 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10202 movement commands.
10203
8175cb90
JB
10204 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10205 `path-separator', but maintain compatibility with Emacs 20.2.
10206
0191e222
CY
102072010-05-29 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * server.el (server-process-filter): Receive parent-id argument
10210 from emacsclient.
10211 (server-create-window-system-frame): New arg. Pass parent-id as
10212 frame parameter.
10213
9b655a0a
EZ
102142010-05-29 Eli Zaretskii <eliz@gnu.org>
10215
db5dce9d
EZ
10216 Bidi-sensitive word movement with arrow keys.
10217 * subr.el (right-arrow-command, left-arrow-command): Move to
10218 bindings.el.
10219
10220 * bindings.el (right-char, left-char): Move from subr.el and
10221 rename from right-arrow-command and left-arrow-command.
10222 (right-word, left-word): New functions.
10223 (global-map) <right>: Bind to right-char.
10224 (global-map) <left>: Bind to left-char.
10225 (global-map) <C-right>: Bind to right-word.
10226 (global-map) <C-left>: Bind to left-word.
10227
9b655a0a
EZ
10228 * ls-lisp.el (ls-lisp-classify-file): New function.
10229 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10230 (ls-lisp-classify): Call ls-lisp-classify-file.
10231 (insert-directory): Remove blanks from switches.
10232
fcb52808
CY
102332010-05-29 Chong Yidong <cyd@stupidchicken.com>
10234
10235 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10236 (ansi-color-drop-regexp): New constant.
10237 (ansi-color-apply, ansi-color-filter-region)
896114cf 10238 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10239 (ansi-color-apply): Build string list before calling concat.
10240
0040735a
JL
102412010-05-28 Juri Linkov <juri@jurta.org>
10242
10243 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10244 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10245 (Bug#5270)
10246
b6827fff
MA
102472010-05-28 Michael Albinus <michael.albinus@gmx.de>
10248
10249 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10250 to ignored backtrace functions.
10251 (with-progress-reporter): Expand docstring.
10252 (tramp-handle-delete-file): Implement TRASH argument.
10253 (tramp-get-remote-trash): New defun.
10254
eba082a2
MA
102552010-05-28 Michael Albinus <michael.albinus@gmx.de>
10256
6a7662bb
BR
10257 * net/tramp-compat.el (tramp-compat-delete-file):
10258 Use `symbol-value' for backward compatibility.
eba082a2
MA
10259
10260 * net/tramp.el (tramp-handle-make-symbolic-link)
10261 (tramp-handle-load)
10262 (tramp-do-copy-or-rename-file-via-buffer)
10263 (tramp-do-copy-or-rename-file-directly)
10264 (tramp-do-copy-or-rename-file-out-of-band)
10265 (tramp-handle-process-file, tramp-handle-call-process-region)
10266 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10267 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10268 (tramp-delete-temp-file-function): Use `delete-file' instead
10269 of `tramp-compat-delete-file'.
10270
10271 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10272 (tramp-fish-handle-make-symbolic-link)
10273 (tramp-fish-handle-process-file): Use `delete-file' instead
10274 of `tramp-compat-delete-file'.
10275
6a7662bb
BR
10276 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10277 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10278
0dc3e410
MA
10279 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10280 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10281
6a7662bb
BR
10282 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10283 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10284
10285 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10286 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10287 (tramp-smb-handle-write-region): Use `delete-file' instead of
10288 `tramp-compat-delete-file'.
10289 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10290
f1a5d776
CY
102912010-05-27 Chong Yidong <cyd@stupidchicken.com>
10292
10293 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10294 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10295 (dired-do-flagged-delete, dired-do-delete): Use trash.
10296
10297 * speedbar.el (speedbar-item-delete): Allow trashing.
10298
10299 * files.el (delete-directory): New arg TRASH.
10300
10301 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10302 (ange-ftp-rename-remote-to-remote)
10303 (ange-ftp-rename-local-to-remote)
10304 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10305 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10306 `delete-file'.
10307 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10308 allow trashing.
10309
10310 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10311 handle new TRASH arg of `delete-file'.
10312
c4ce1145 10313 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10314 (tramp-handle-make-symbolic-link, tramp-handle-load)
10315 (tramp-do-copy-or-rename-file-via-buffer)
10316 (tramp-do-copy-or-rename-file-directly)
10317 (tramp-do-copy-or-rename-file-out-of-band)
10318 (tramp-handle-process-file, tramp-handle-call-process-region)
10319 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10320 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10321 (tramp-delete-temp-file-function): Use null TRASH arg in
10322 tramp-compat-delete-file call.
10323
10324 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10325 (tramp-fish-handle-delete-file)
10326 (tramp-fish-handle-make-symbolic-link)
10327 (tramp-fish-handle-process-file): Use null TRASH arg in
10328 `tramp-compat-delete-file' call.
10329
10330 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10331 arg in `tramp-compat-delete-file' call.
10332
10333 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10334 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10335 `tramp-compat-delete-file' call.
10336
10337 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10338 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10339 `tramp-compat-delete-file' call.
10340
10341 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10342 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10343 (tramp-smb-handle-write-region): Use null TRASH arg in
10344 tramp-compat-delete-file call.
10345 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10346 (tramp-smb-handle-delete-file): Rename arg.
10347
10348 * diff.el (diff-sentinel):
10349 * epg.el (epg--make-temp-file, epg-decrypt-string)
10350 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10351 * jka-compr.el (jka-compr-partial-uncompress)
10352 (jka-compr-call-process, jka-compr-write-region):
10353 * server.el (server-sentinel): Remove optional arg from
10354 delete-file, reverting 2010-05-03 change.
10355
ecb0ab90
CY
103562010-05-27 Chong Yidong <cyd@stupidchicken.com>
10357
6a7662bb
BR
10358 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10359 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10360
2b25da45
KH
103612010-05-27 Kenichi Handa <handa@m17n.org>
10362
10363 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10364 element of GSTRING is nil.
10365
11e4d8c0
SM
103662010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * emacs-lisp/smie.el (smie-forward-token-function)
10369 (smie-backward-token-function): New vars.
10370 (smie-backward-sexp, smie-forward-sexp)
10371 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10372 (smie-default-backward-token): Rename from smie-backward-token and
10373 skip comments.
10374 (smie-default-forward-token): Rename from smie-forward-token and
10375 skip comments.
10376 (smie-next-sexp): Handle nil results from next-token.
10377 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10378
4da3541b
CY
103792010-05-27 Chong Yidong <cyd@stupidchicken.com>
10380
896114cf
SM
10381 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10382 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10383
103842010-05-27 Masatake YAMATO <yamato@redhat.com>
10385
10386 * htmlfontify.el (hfy-face-resolve-face): New function.
10387 (hfy-face-to-style): Use it (Bug#6279).
10388
6dc439cb
SM
103892010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10392 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10393
021eb8d7
GM
103942010-05-26 Glenn Morris <rgm@gnu.org>
10395
10396 * emulation/edt.el (edt-load-keys): Use locate-library.
10397
bef4957b
CY
103982010-05-25 Chong Yidong <cyd@stupidchicken.com>
10399
10400 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10401 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10402 (log-edit-changelog-insert-entries): Args changed.
10403 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10404 (log-edit-insert-changelog-entries): Reorganize return value of
10405 `log-edit-changelog-entries' to pass filenames to
10406 log-edit-changelog-insert-entries.
10407
84fb0956
TV
104082010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10409
10410 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10411 `image-dired-dired-insert-marked-thumbs' to
10412 `image-dired-dired-toggle-marked-thumbs'.
10413
10414 * image-dired.el: Require cl when compiling.
10415 (image-dired-dired-toggle-marked-thumbs): Rename from
10416 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10417 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10418 to 'no-dir. Skip files whose names don't match
10419 `image-file-name-regexp'. When file has a thumbnail overlay,
10420 delete it. (Bug#5270)
10421
0fb1193d
JL
104222010-05-25 Juri Linkov <juri@jurta.org>
10423
10424 * image-mode.el (image-mode): Add image-after-revert-hook to
10425 after-revert-hook.
10426 (image-after-revert-hook): New function. (Bug#5669)
10427
fc937924
JL
104282010-05-25 Juri Linkov <juri@jurta.org>
10429
10430 * image.el (image-animated-p): When delay between animated images
10431 is 0, set it to 10 (0.1 sec). (Bug#6258)
10432
fa9ba953
MA
104332010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10434
10435 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10436 `forward-word', its default syntax could be changed.
fa9ba953 10437
9e021389
MA
104382010-05-25 Michael Albinus <michael.albinus@gmx.de>
10439
10440 * net/tramp.el (tramp-progress-reporter-update): New defun.
10441 (with-progress-reporter): Use it.
10442 (tramp-process-actions):
6a7662bb
BR
10443 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10444 Preserve current message, in order to let progress reporter continue
9e021389
MA
10445 afterwards. (Bug#6257)
10446
6169260b
GM
104472010-05-25 Glenn Morris <rgm@gnu.org>
10448
10449 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10450 Add :version.
10451
d26781af
RY
104522010-05-25 Ryan Yeske <rcyeske@gmail.com>
10453
8826afe3 10454 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10455 (rcirc-default-full-name): Change to "unknown".
10456 (rcirc-user-name-history): Add variable.
8826afe3
GM
10457
104582010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10459 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10460
10461 * net/rcirc.el (rcirc-server-alist): Add :pass.
10462 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10463 username and password.
a628ad9d 10464 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10465 value to server when connecting.
10466
d355a0b7
SM
104672010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10468
f5228f84
SM
10469 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10470 (smie-merge-prec2s): Pass the tables as separate args.
10471 (smie-bnf-precedence-table): Adjust call accordingly.
10472 (smie-prec2-levels): Set levels at the end.
10473
d355a0b7
SM
10474 Replace Lisp calls to delete-backward-char by delete-char.
10475 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10476 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10477 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10478 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10479 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10480 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10481 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10482 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10483 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10484 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10485 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10486 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10487 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10488 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10489 delete-backward-char by calls to delete-char.
10490
f668ef02
KH
104912010-05-25 Kenichi Handa <handa@m17n.org>
10492
10493 * language/hebrew.el (hebrew-shape-gstring): New function.
10494 Register it in composition-function-table for all Hebrew combining
10495 characters.
10496
397eb3f3
SM
104972010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * epa.el (epa--select-keys): Don't explicitly delete the window since
10500 that can fail (e.g. sole window in frame). Use dedication instead.
10501
171eda53 105022010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10503
10504 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10505
110683ad
CY
105062010-05-22 Chong Yidong <cyd@stupidchicken.com>
10507
10508 * image.el (image-refresh): Define as an alias for image-flush.
10509
10510 * image-mode.el (image-toggle-display-image): Caller changed.
10511
df9db151
JL
105122010-05-21 Juri Linkov <juri@jurta.org>
10513
10514 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10515 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10516 whitespace, call wildcard-to-regexp on substrings and concat them
10517 with "\\|". (Bug#6114)
10518
c0209c2c
AM
105192010-05-21 Alan Mackenzie <acm@muc.de>
10520
171eda53
SM
10521 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10522 Replace parameter `here' with `here-' and `here-plus', which sandwich
10523 any pertinent CPP construct.
c0209c2c
AM
10524 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10525 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10526 CPP construct from taking part in the scanning.
10527
655bded0
MA
105282010-05-21 Michael Albinus <michael.albinus@gmx.de>
10529
10530 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10531 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10532 Tune `with-progress-reporter' messages.
655bded0
MA
10533 (tramp-handle-vc-registered):
10534 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10535 (tramp-fish-handle-insert-file-contents)
10536 (tramp-fish-maybe-open-connection):
10537 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10538 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10539 (tramp-imap-handle-insert-file-contents)
10540 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10541
3e17a1a7
JB
105422010-05-21 Juanma Barranquero <lekktu@gmail.com>
10543
bf1e8d4a
JB
10544 * add-log.el (change-log-font-lock-keywords):
10545 Highlight all authors in multi-author entries.
10546
3e17a1a7
JB
10547 * smerge-mode.el (smerge-refine-ignore-whitespace)
10548 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10549 Fix typos in docstrings.
10550 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10551
969e684a
GM
105522010-05-21 Glenn Morris <rgm@gnu.org>
10553
e75c1e7d
GM
10554 * progmodes/fortran.el (fortran-mode):
10555 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10556
969e684a
GM
10557 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10558 having a relative path in src/Makefile.in.
10559
a50878fa
KR
105602010-05-20 Kevin Ryde <user42@zip.com.au>
10561
10562 * help-mode.el (help-make-xrefs): For Info node links turn
10563 newlines into spaces. Link node names with newlines are matched
10564 by help-xref-info-regexp and buttonized, this change ensures they
10565 can be followed successfully with RET. (Bug#6206)
10566
f66a2f90
JL
105672010-05-20 Juri Linkov <juri@jurta.org>
10568
10569 * locate.el (locate): Use pop-to-buffer instead of
10570 switch-to-buffer-other-window. (Bug#6204)
10571
201d895a
JL
105722010-05-20 Juri Linkov <juri@jurta.org>
10573
10574 * replace.el (replace-highlight): Fix lazy-highlighting
10575 for `M-s w str M-% str RET'.
10576
1ddb2ea0
MY
105772009-12-15 Masatake YAMATO <yamato@redhat.com>
10578
10579 * isearch.el (isearch-yank-word-or-char): Pull next subword
10580 when `subword-mode' is activated. (Bug#6220)
10581
a6020335
MH
105822010-05-20 Mark A. Hershberger <mah@everybody.org>
10583
10584 * isearch.el (isearch-update-post-hook): New hook.
10585 (isearch-update): Use the new hook. (Bug#6225)
10586
50de6a38
JL
105872010-05-20 Juri Linkov <juri@jurta.org>
10588
10589 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10590 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10591 (Bug#6222)
10592
5d944a8f
JL
105932010-05-20 Juri Linkov <juri@jurta.org>
10594
10595 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10596 (Bug#6223)
10597
f5d6548a
JL
105982010-05-20 Juri Linkov <juri@jurta.org>
10599
10600 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10601 FILE-NAME to read from the minibuffer when called interactively
10602 with prefix argument instead of using buffer-file-name.
10603 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10604
10605 * dired.el: Update autoloads.
10606
f8e63691
CY
106072010-05-20 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10610 nxml-finish-element, for consistency with SGML mode.
10611
10612 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10613 octave-close-block.
10614
07d7c3bd
JB
106152010-05-20 Juanma Barranquero <lekktu@gmail.com>
10616
10617 * composite.el: Require cl when compiling.
10618 (reference-point-alist, compose-gstring-for-graphic)
10619 (compose-gstring-for-terminal): Fix typos in docstrings.
10620
7bce8510
JL
106212010-05-19 Juri Linkov <juri@jurta.org>
10622
10623 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10624 set-window-parameter.
10625
a7723e05
MA
106262010-05-19 Michael Albinus <michael.albinus@gmx.de>
10627
10628 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10629 where appropriate.
10630 (tramp-maybe-open-connection): Use it.
10631
3f2e7735
EZ
106322010-05-19 Eli Zaretskii <eliz@gnu.org>
10633
10634 * simple.el (move-end-of-line): Make sure we are at line beginning
10635 before backing up to end of previous line.
10636
8d9181c7
MA
106372010-05-19 Michael Albinus <michael.albinus@gmx.de>
10638
8c4ec20f
MA
10639 * password-cache.el (password-cache-remove): Fix docstring.
10640
8d9181c7
MA
10641 * net/secrets.el: Autoload the widget functions.
10642 (secrets-search-items, secrets-create-item)
10643 (secrets-get-attributes, secrets-expand-item): Attributes will be
10644 stored on the password database without leading ":", as all other
10645 clients do as well.
10646 (secrets-mode): Fix docstring.
10647 (secrets-show-secrets): Provide it as autoloaded command only when
10648 D-Bus support is available. Check existence of Secret Service API.
10649
2a96c2a7
SM
106502010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * indent.el (indent-region): Deactivate region (bug#6200).
10653
d24e10b1
GM
106542010-05-19 Glenn Morris <rgm@gnu.org>
10655
10656 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10657
2833d915
KH
106582010-05-19 Kenichi Handa <handa@m17n.org>
10659
10660 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10661 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10662
134c2f29
JB
106632010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10664
10665 * calc/calc-trail.el (calc-trail-isearch-forward)
10666 (calc-trail-isearch-backward): Ensure that the new window
10667 point is set correctly.
10668
278847cd
SM
106692010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * subr.el (read-quoted-char): Resolve modifiers after key
10672 remapping (bug#6212).
10673
3a8e7cbd
MA
106742010-05-18 Michael Albinus <michael.albinus@gmx.de>
10675
10676 Add visualization code for secrets.
10677 * net/secrets.el (secrets-mode): New major mode.
10678 (secrets-show-secrets, secrets-show-collections)
10679 (secrets-expand-collection, secrets-expand-item)
10680 (secrets-tree-widget-after-toggle-function)
10681 (secrets-tree-widget-show-password): New defuns.
10682
472e7ec1
SM
106832010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10684
224b70cb
SM
10685 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10686 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10687 handled in smie-next-sexp.
10688 (smie-indent-calculate): Provide a starting indentation (so the
10689 recursion is well-founded ;-).
10690
472e7ec1
SM
10691 Fix handling of non-associative equal levels.
10692 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10693 when it's not needed.
10694 (smie-op-left, smie-op-right): New functions.
10695 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10696 Better handle equal levels to distinguish the associative case from
10697 the "multi-keyword construct" case.
10698 (smie-backward-sexp, smie-forward-sexp): Use it.
10699
35e53abd
JB
107002010-05-18 Juanma Barranquero <lekktu@gmail.com>
10701
5d8fe0ba
JB
10702 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10703
35e53abd
JB
10704 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10705 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10706
5ad4bef5
SM
107072010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10708
10709 Provide a simple generic indentation engine and use it for Prolog.
10710 * emacs-lisp/smie.el: New file.
10711 * progmodes/prolog.el (prolog-smie-op-levels)
10712 (prolog-smie-indent-rules): New var.
10713 (prolog-mode-variables): Use them to configure SMIE.
10714 (prolog-indent-line, prolog-indent-level): Remove.
10715
00681a3c
JB
107162010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10717
560bb7ae 10718 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10719 order before computing the averages.
10720
eba62f7a
JB
107212010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10722
597517ef 10723 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10724 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10725 (math-vector-avg): New function.
10726
560bb7ae 10727 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10728 being grouped depend on the radix (Bug#6189).
10729
8c5ff6dd
KR
107302010-05-15 Ken Raeburn <raeburn@raeburn.org>
10731
10732 * version.el (emacs-copyright, emacs-version): Don't define here,
10733 now that emacs.c defines it.
10734
98d8b17e
EZ
107352010-05-15 Eli Zaretskii <eliz@gnu.org>
10736
71078429
EZ
10737 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10738 "Describe Language Environment" menu item.
10739
ce6233c1
EZ
10740 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10741
d20e1419
EZ
10742 Bidi-sensitive movement with arrow keys.
10743 * subr.el (right-arrow-command, left-arrow-command): New functions.
10744
10745 * bindings.el (global-map): Bind them to right and left arrow keys.
10746
98d8b17e 10747 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10748 * files.el (convert-standard-filename):
10749 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10750 the corresponding systems.
10751
10752 * w32-fns.el (w32-convert-standard-filename): Rename from
10753 convert-standard-filename. Doc fix.
10754
10755 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10756 (convert-standard-filename): Don't defalias.
10757 (register-name-alist, make-register, register-value)
10758 (set-register-value, intdos): Obsolete aliases for the
10759 corresponding dos-* functions and variables.
10760 (dos-intdos): Add a doc string.
10761
ae6bc504
JB
107622010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10763
10764 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10765 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10766 (math-compose-tex-func):
10767 * calc/calccomp.el (math-compose-expr):
10768 * calc/calc-ext.el (math-format-flat-expr-fancy):
10769 * calc/calc-store.el (calc-read-var-name):
10770 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10771
10772 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10773 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10774 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10775 (math-standard-units): Add units.
ae6bc504 10776
c26ea4b2
SM
107772010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10778
7aefa445 10779 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10780 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10781
c26ea4b2
SM
10782 * pcomplete.el (pcomplete-completions-at-point): New function,
10783 extracted from pcomplete-std-complete.
10784 (pcomplete-std-complete): Use it.
10785
02be533b
GM
107862010-05-15 Glenn Morris <rgm@gnu.org>
10787
10788 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10789 Remove references to CVS, RCS and Old directories.
10790
78ed0efc
JB
107912010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10792
ae6bc504 10793 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10794 appropriate.
10795
10dcc561
SM
107962010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10797
5ccaa359
SM
10798 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10799 (sh-mode-syntax-table): Give it a default value instead.
10800 (sh-header-marker): Make buffer-local.
10801 (sh-mode): Move make-local-variable to the corresponding setq.
10802 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10803 Use complete-with-action.
10804
10dcc561
SM
10805 * simple.el (prog-mode): New (abstract) major mode.
10806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10807 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10808
c38762fd
JB
108092010-05-14 Juanma Barranquero <lekktu@gmail.com>
10810
10811 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10812 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10813 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10814 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10815 (sql-escape-newlines-filter, sql-input-sender)
10816 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10817
2ef3c144
CY
108182010-05-13 Chong Yidong <cyd@stupidchicken.com>
10819
560bb7ae 10820 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10821
10822 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10823 latex-open-block and C-c / to latex-close-block.
10824
10825 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10826 and C-c C-e to sgml-close-tag.
10827
3b30ccda
MA
108282010-05-13 Michael Albinus <michael.albinus@gmx.de>
10829
10830 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10831 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10832 (tramp-handle-load, tramp-handle-file-local-copy)
10833 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10834 (tramp-maybe-send-script, tramp-find-shell):
10835 Use `with-progress-reporter'.
3b30ccda
MA
10836 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10837 Fix message text.
10838
10839 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10840 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10841 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10842 Use `with-progress-reporter'.
10843
57ff5d7b
AM
108442010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10845
a628ad9d
JB
10846 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10847 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10848
5a70d10f
SM
108492010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10850
791ffe1c
SM
10851 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10852
5a70d10f
SM
10853 * dos-fns.el: Add "dos-" prefix for namespace control.
10854 (convert-standard-filename): Define as alias for
10855 dos-convert-standard-filename but only if applicable.
10856
38d93f03
AM
108572010-05-12 Alan Mackenzie <acm@muc.de>
10858
10859 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10860 Push the mark at the start of these functions when appropriate.
10861
902a6d8d
SM
108622010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * minibuffer.el (completion-cycle-threshold): New custom var.
10865 (completion--do-completion): Use it.
10866 (minibuffer-complete): Use cycling if appropriate.
10867
9ee120ba
JB
108682010-05-11 Juanma Barranquero <lekktu@gmail.com>
10869
10870 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10871 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10872
841c4085
JL
108732010-05-11 Juri Linkov <juri@jurta.org>
10874
10875 * scroll-all.el (scroll-all-check-to-scroll):
10876 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10877
8a67c70e
SM
108782010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10879
f2b9ed18
SM
10880 * iimage.el (iimage-mode-map): Move initialization into declaration.
10881 (iimage-mode-buffer): Use with-silent-modifications.
10882 Simplify calling convention. Adjust callers.
10883 (iimage-mode): Don't run hook redundantly.
10884
8a67c70e
SM
10885 * minibuffer.el (completion-pcm--pattern->regex):
10886 Fix last change (bug#6160).
10887
4bbedd98
JL
108882010-05-10 Juri Linkov <juri@jurta.org>
10889
10890 Remove nodes visited during Isearch from the Info history.
10891 * info.el (Info-isearch-initial-history)
10892 (Info-isearch-initial-history-list): New variables.
10893 (Info-isearch-start): Record initial values of
10894 Info-isearch-initial-history and Info-isearch-initial-history-list.
10895 Add Info-isearch-end to isearch-mode-end-hook.
10896 (Info-isearch-end): New function.
10897
94ecf5da
MA
108982010-05-10 Michael Albinus <michael.albinus@gmx.de>
10899
10900 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10901 format string, in order to work around a bug in pdksh.
10902 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10903 (tramp-handle-verify-visited-file-modtime): Do not send a command
10904 when the connection is not established.
10905 (tramp-handle-set-file-times): Simplify the check for utc.
10906
c5eb971b
JB
109072010-05-10 Juanma Barranquero <lekktu@gmail.com>
10908
10909 Fix use of `filter-buffer-substring' (rework previous change).
10910 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10911 (cua-repeat-replace-region):
10912 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10913 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10914 (cua-cut-region-to-global-mark): Use it.
10915
7492acc9
MM
109162010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10917
77e2fc7a
JB
10918 * progmodes/sql.el: Version 2.1.
10919 (sql-product-alist): Redesign structure of product info.
10920 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10921 (sql-port, sql-port-history): New variables.
10922 (sql-interactive-product): New variable.
10923 (sql-send-terminator): New variable.
77e2fc7a 10924 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10925 (sql-oracle-login-params, sql-sqlite-login-params)
10926 (sql-mysql-login-params, sql-solid-login-params)
10927 (sql-sybase-login-params, sql-informix-login-params)
10928 (sql-ingres-login-params, sql-ms-login-params)
10929 (sql-postgres-login-params, sql-interbase-login-params)
10930 (sql-db2-login-params, sql-linter-login-params)
10931 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10932 (sql-mode-map): Add C-c C-i to start interactive mode.
10933 (sql-mode-menu): Update existing menu entries.
10934 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10935 (sql-mode-oracle-font-lock-keywords)
10936 (sql-mode-postgres-font-lock-keywords)
10937 (sql-mode-ms-font-lock-keywords)
10938 (sql-mode-sybase-font-lock-keywords)
10939 (sql-mode-informix-font-lock-keywords)
10940 (sql-mode-interbase-font-lock-keywords)
10941 (sql-mode-ingres-font-lock-keywords)
10942 (sql-mode-solid-font-lock-keywords)
10943 (sql-mode-mysql-font-lock-keywords)
10944 (sql-mode-sqlite-font-lock-keywords)
10945 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10946 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10947 reduce run-time complexity.
10948 (sql-add-product, sql-del-product): New functions.
10949 (sql-set-product-feature, sql-get-product-feature): New functions.
10950 (sql-product-font-lock): Update product API.
10951 (sql-add-product-keywords): New function.
10952 (sql-highlight-product): Update product API.
10953 (sql-help-list-products): New function.
10954 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10955 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10956 prompt for port.
10957 (sql-copy-column): Copy without properties.
10958 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10959 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10960 Implement as a filter.
7492acc9
MM
10961 (sql-escape-newlines-filter): Implement as a filter.
10962 (sql-remove-tabs-filter): New function.
10963 (sql-send-magic-terminator): New function.
10964 (sql-send-string): Implement magic terminator.
10965 (sql-send-region): Use `sql-send-string'.
10966 (sql-interactive-mode): Use product API.
10967 (sql-product-interactive): Use product API.
10968 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10969 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10970 (sql-db2, sql-linter): Use `sql-product-interactive'.
10971 (sql-connect): New function.
10972 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10973 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10974 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10975 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10976 Use `sql-connect'.
7492acc9 10977
79ccd68f
SM
109782010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10981 New custom variable.
10982 (completion-pcm--string->pattern): Use it.
10983 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10984 Make it handle any symbol as `any'.
10985 (completion-pcm--merge-completions): Extract common suffix for the new
10986 `prefix' symbol as well.
10987 (completion-substring--all-completions): Use the new `prefix' symbol.
10988
0d5852cf
MA
109892010-05-09 Michael Albinus <michael.albinus@gmx.de>
10990
10991 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10992 not bound.
10993 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10994 (tramp-compat-funcall): New defmacro.
10995 (tramp-compat-line-beginning-position)
10996 (tramp-compat-line-end-position)
10997 (tramp-compat-temporary-file-directory)
10998 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10999 (tramp-compat-copy-file, tramp-compat-copy-directory)
11000 (tramp-compat-delete-file, tramp-compat-delete-directory)
11001 (tramp-compat-number-sequence, tramp-compat-process-running-p)
11002 * net/tramp.el (top, with-progress-reporter)
11003 (tramp-rfn-eshadow-setup-minibuffer)
11004 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
11005 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
11006 (tramp-completion-mode-p, tramp-check-for-regexp)
11007 (tramp-open-connection-setup-interactive-shell)
11008 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
11009 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
11010 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
11011 * net/tramp-cmds.el (tramp-cleanup-all-connections)
11012 (tramp-reporter-dump-variable, tramp-load-report-modules)
11013 (tramp-append-tramp-buffers)
11014 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
11015
11016 * net/tramp-imap.el (top): Autoload `epg-make-context'.
11017
f913fe7d
SM
110182010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * progmodes/compile.el (compilation-buffer-modtime): Rename from
11021 buffer-modtime. Adjust users.
11022
0235128c 110232010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 11024
77e2fc7a 11025 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 11026 car of each item, not the whole list (Bug#6083).
f034e176 11027
0235128c 110282010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
11029
11030 * progmodes/js.el (js-mode): Make paragraph variables local before
11031 calling c-setup-paragraph-variables (Bug#6071).
11032
0235128c 110332010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
11034
11035 * composite.el (compose-region, reference-point-alist): Fix typos
11036 in the doc strings.
11037
77e2fc7a 110382010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
11039
11040 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
11041 gnuplot's "set" command.
11042
0235128c 110432010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
11044
11045 * abbrev.el (last-abbrev-text): Doc fix.
11046 (abbrev-prefix-mark): Don't escape parenthesis.
11047
0235128c 110482010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
11049
11050 * composite.el (find-composition): Doc fix.
11051
0235128c 110522010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
11053
11054 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
11055 (sql-oracle-program, sql-sqlite-options)
11056 (sql-query-placeholders-and-send): Doc fixes.
11057 (sql-set-product, sql-interactive-mode): Reflow docstrings.
11058 (sql-imenu-generic-expression, sql-buffer)
11059 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
11060 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
11061 (sql-mode-sybase-font-lock-keywords)
11062 (sql-mode-informix-font-lock-keywords)
11063 (sql-mode-interbase-font-lock-keywords)
11064 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
11065 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
11066 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
11067 (sql-product-feature, sql-highlight-product)
11068 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
11069 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
11070 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11071 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11072 Fix typos in docstrings.
11073
0235128c 110742010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11075
11076 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11077 property instead of `invisible' and `after-string' (bug#5998).
11078
0235128c 110792010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11080
11081 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11082
0235128c 110832010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11084
11085 * filecache.el (file-cache-add-directory-list)
11086 (file-cache-add-directory-recursively): Fix typos in docstrings.
11087
0235128c 110882010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11089
11090 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11091 (gujarati-composable-pattern): Fix typo.
ece33a6e 11092
0235128c 110932010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11094
11095 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11096 (tamil-composable-pattern, malayalam-composable-pattern):
11097 Add two-part vowels to "v" (vowel sign).
771533aa 11098
0235128c 110992010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11100
99833607
CY
11101 * files.el (copy-directory): Handle symlinks (Bug#5982).
11102
0235128c 111032010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11104
11105 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11106 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11107 (Bug#5846).
11108
0235128c 111092010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11110
0ca12598
GM
11111 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11112
d2c7b917
GM
11113 * minibuffer.el (completion-at-point): Doc fix.
11114
ba5bf5f0
SM
111152010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11116
11117 * electric.el (Electric-command-loop): Minor tweak.
11118
11119 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11120 better with dedicated windows.
11121
0235128c
SM
111222010-05-07 Chong Yidong <cyd@stupidchicken.com>
11123
11124 * Version 23.2 released.
11125
560bb7ae 111262010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11127 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11128
11129 Highlight vendor specific properties.
11130 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11131 (css-proprietary-property): New face.
11132 (css-font-lock-keywords): Use them.
11133
c0162ade
EZ
111342010-05-07 Eli Zaretskii <eliz@gnu.org>
11135
11136 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11137
f3ee9200
SM
111382010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11139
05623156
SM
11140 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11141 * files.el (auto-mode-alist): Remove redundant entries.
11142
f3ee9200
SM
11143 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11144 * simple.el (auto-save-mode): Move from files.el.
11145 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11146
560bb7ae 111472010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11148
76e3243a 11149 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11150
765d4319
KY
111512010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11152
11153 * mail/binhex.el (binhex-decode-region-internal)
11154 * mail/uudecode.el (uudecode-decode-region-internal)
11155 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11156 (dns-read-type, dns-query)
11157 * pgg-parse.el (pgg-parse-armor)
11158 * pgg.el (pgg-verify-region)
11159 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11160 XEmacs.
11161
86d21cc0 11162 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11163
f83483ff
JB
111642010-05-07 Juanma Barranquero <lekktu@gmail.com>
11165
40ab7974
JB
11166 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11167
f83483ff
JB
11168 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11169 * emulation/cua-base.el (cua-repeat-replace-region):
11170 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11171 (cua-cut-region-to-global-mark):
11172 Remove text properties with `set-text-properties'.
11173
9566840f
MA
111742010-05-06 Michael Albinus <michael.albinus@gmx.de>
11175
f3ee9200
SM
11176 * net/tramp.el (top, with-progress-reporter):
11177 Use `symbol-function' inside `funcall'.
9566840f
MA
11178
11179 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11180 (tramp-compat-delete-file, tramp-compat-delete-directory):
11181 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11182
11183 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11184 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11185 inside `funcall'.
11186
0c495c21
SM
111872010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11188
1493963b
SM
11189 * minibuffer.el (completion--sreverse, completion--common-suffix):
11190 New functions.
11191 (completion-pcm--merge-completions): Extract common suffix when safe.
11192
0c495c21
SM
11193 * emacs-lisp/easy-mmode.el (define-minor-mode):
11194 Make :variable more flexible.
11195 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11196
221a0647
JL
111972010-05-05 Juri Linkov <juri@jurta.org>
11198
11199 Add `slow' and `history' tags to the desktop data.
11200
11201 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11202 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11203 (Info-finder-find-node): Require `finder.el' to be able
11204 to restore node from the desktop.
11205 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11206 data `Info-history' and `slow' tag in the assoc list.
11207 (Info-restore-desktop-buffer): Don't restore nodes with the
11208 `slow' tag. Restore `Info-history'.
11209
66bdc868
MA
112102010-05-05 Michael Albinus <michael.albinus@gmx.de>
11211
11212 Add FORCE argument to `delete-file'.
11213
11214 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11215 forcing to delete the temporary file.
11216 (ange-ftp-delete-file): Add FORCE arg.
11217 (ange-ftp-rename-remote-to-remote)
11218 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11219 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11220 Force file deletion.
66bdc868
MA
11221
11222 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11223
11224 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11225 (tramp-handle-make-symbolic-link, tramp-handle-load)
11226 (tramp-do-copy-or-rename-file-via-buffer)
11227 (tramp-do-copy-or-rename-file-directly)
11228 (tramp-do-copy-or-rename-file-out-of-band)
11229 (tramp-handle-process-file, tramp-handle-call-process-region)
11230 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11231 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11232 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11233
11234 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11235 (tramp-fish-handle-make-symbolic-link)
11236 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11237
0c495c21
SM
11238 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11239 Use `tramp-compat-delete-file'.
66bdc868
MA
11240
11241 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11242 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11243
11244 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11245 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11246
11247 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11248 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11249 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11250 Use `tramp-compat-delete-file'.
66bdc868 11251
f44379e7
SM
112522010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11253
365f8d85
SM
11254 Minor cleanups.
11255 * subr.el (add-minor-mode): Use push.
11256 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11257 * emulation/edt.el (edt-select-mode): Simplify.
11258
80ac5d4d
SM
11259 Use define-minor-mode in more cases.
11260 * term/tvi970.el (tvi970-set-keypad-mode):
11261 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11262 (normal-erase-is-backspace-mode):
11263 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11264 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11265 (get-scroll-bar-mode): New function.
11266 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11267
11268 Use define-minor-mode for less obvious cases.
f44379e7
SM
11269 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11270 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11271 * international/iso-ascii.el (iso-ascii-mode):
11272 * frame.el (auto-raise-mode, auto-lower-mode):
11273 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11274
c04b03f8
MA
112752010-05-04 Michael Albinus <michael.albinus@gmx.de>
11276
11277 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11278 in order to see error messages for failed logins.
11279
53967e09
CY
112802010-05-03 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * diff.el (diff-sentinel):
11283
11284 * epg.el (epg--make-temp-file, epg-decrypt-string)
11285 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11286
11287 * jka-compr.el (jka-compr-partial-uncompress)
11288 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11289
11290 * server.el (server-sentinel): Use delete-file's new FORCE arg
11291 (Bug#6070).
11292
56eb0904
SM
112932010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11294
11295 Use define-minor-mode where applicable.
11296 * view.el (view-mode):
11297 * type-break.el (type-break-query-mode)
11298 (type-break-mode-line-message-mode):
11299 * textmodes/reftex.el (reftex-mode):
11300 * term/vt100.el (vt100-wide-mode):
11301 * tar-mode.el (tar-subfile-mode):
11302 * savehist.el (savehist-mode):
11303 * ibuf-ext.el (ibuffer-auto-mode):
11304 * composite.el (auto-composition-mode):
11305 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11306 Use define-minor-mode.
11307 (vhdl-mode): Use static mode-line format.
11308 (vhdl-mode-line-update): Delete.
11309 (vhdl-create-mode-menu, vhdl-activate-customizations)
11310 (vhdl-hs-minor-mode): Don't bother calling it.
11311
672eb710
SM
113122010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11313
8f92b8ad
SM
11314 * simple.el (with-wrapper-hook): Move.
11315 (buffer-substring-filters): Mark obsolete.
11316 (filter-buffer-substring-functions): New variable.
1fada563 11317 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11318
c04b03f8 113192010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11320 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11321
11322 Implement compression for inline methods.
11323
11324 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11325 (tramp-copy-size-limit): Allow also nil.
11326 (tramp-inline-compress-commands): New defconst.
11327 (tramp-find-inline-compress, tramp-get-inline-compress)
11328 (tramp-get-inline-coding): New defuns.
cb7f3653 11329 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11330 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11331 (tramp-handle-file-local-copy, tramp-handle-write-region)
11332 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11333
8c0bf8b3
SM
113342010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11335
07125a91
SM
11336 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11337 Remove unused functions.
11338
f3a47002
SM
11339 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11340 Set find-tag-default-function as a variable rather than a property.
11341
8c0bf8b3
SM
11342 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11343 * progmodes/etags.el (tags-completion-at-point-function):
11344 Remove left over interactive spec. Add autoloading stub.
11345 (complete-tag): Use tags-completion-at-point-function.
11346
27601456
CY
113472010-04-30 Chong Yidong <cyd@stupidchicken.com>
11348
cb7f3653 11349 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11350
09d0284d
CY
113512010-04-29 Chong Yidong <cyd@stupidchicken.com>
11352
27d3cd56
CY
11353 * ido.el (ido-init-completion-maps): Remove C-v binding.
11354 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11355
3a07ffce
CY
113562010-04-29 Chong Yidong <cyd@stupidchicken.com>
11357
11358 * minibuffer.el (tags-completion-at-point-function): New function.
11359 (completion-at-point-functions): Use it.
11360
3a07ffce
CY
11361 * progmodes/etags.el (complete-tag): Revert last change.
11362
3d14bb73
AM
113632010-04-29 Alan Mackenzie <acm@muc.de>
11364
11365 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11366 off-by-one error (in end of macro position).
11367
7d353d11
SM
113682010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11371 firefox is absent. Don't autoload.
11372 (browse-url-galeon-program): Don't autoload.
11373
48111a85
CY
113742010-04-28 Chong Yidong <cyd@stupidchicken.com>
11375
11376 * bindings.el (complete-symbol): Move into minibuffer.el.
11377
11378 * minibuffer.el (complete-tag): Move from etags.el. If tags
11379 completion cannot be performed, return nil instead of signalling
11380 an error.
11381 (completion-at-point): Make it an alias for complete-symbol.
11382 (complete-symbol): Move from bindings.el, and replace with the
11383 body of completion-at-point.
11384
11385 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11386
7ba94701
MA
113872010-04-28 Michael Albinus <michael.albinus@gmx.de>
11388
11389 * net/tramp.el (tramp-remote-selinux-p): New defun.
11390 (tramp-handle-file-selinux-context)
11391 (tramp-handle-set-file-selinux-context): Use it.
11392
95c6cc3e
SS
113932010-04-28 Sam Steingold <sds@gnu.org>
11394
11395 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11396 `safe-local-variable' if the value is a string or a symbol with
11397 the property `bug-reference-url-format'.
11398
36045ff3
CY
113992010-04-28 Chong Yidong <cyd@stupidchicken.com>
11400
537ffaf3
SM
11401 * progmodes/bug-reference.el (bug-reference-url-format):
11402 Revert 2010-04-27 change due to security risk.
36045ff3 11403
56924d99
SM
114042010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11405
11406 Make it possible to locally disable a globally enabled mode.
11407 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11408 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11409 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11410 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11411 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11412 that subsequent hooks get a chance to disable it.
11413
ccaa4765
SM
114142010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11415
17818d71
SM
11416 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11417 Avoid re-enabling a minor mode after the user turned the minor mode
11418 off if MODE-enable-in-buffers is run twice (typically once from
11419 fundamental-mode's after-change-major-mode-hook and a second time from
11420 run-mode-hook's own after-change-major-mode-hook).
11421
ccaa4765
SM
11422 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11423
2a6f654e
SS
114242010-04-27 Sam Steingold <sds@gnu.org>
11425
11426 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11427 `safe-local-variable' if the value is a string or a function, as
11428 documented and implemented on 2010-04-02.
11429
cecaa674
JB
114302010-04-27 Juanma Barranquero <lekktu@gmail.com>
11431
11432 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11433 when method is 'kill.
11434
114352010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11436
a628ad9d
JB
11437 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11438 condition in default directory check.
01c35094 11439 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11440 Kill ispell process when killing its associated buffer.
11441
7dd7fbb9
JD
114422010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11443
11444 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11445 but we aren't using it.
11446
7ac82b84
J
114472010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11448
11449 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11450 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11451
fea1add4
GM
114522010-04-24 Glenn Morris <rgm@gnu.org>
11453
11454 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11455 Ignore VCS-ignore files, and deleted nextstep preferences files.
11456 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11457 (authors-ambiguous-files): New list.
11458 (authors-valid-file-names): Add some deleted files.
11459 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11460 (authors-disambiguate-file-name): New function. (Bug#5501)
11461 (authors-canonical-file-name): Doc fix.
11462 Don't warn about obsolete files.
11463 (authors-canonical-file-name, authors-scan-el):
11464 Use authors-disambiguate-file-name.
11465
cbcfee6e
GM
11466 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11467 Add autoload cookies.
11468 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11469 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11470 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11471 They have definitions / compiler macros in cl.el.
11472 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11473 Replace manual autoloads with generated ones.
11474 (htmlfontify-unload-rgb-file): Remove autoload.
11475 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11476
3b548e1b
SM
114772010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11478
9ae0c310
SM
11479 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11480 (byte-compile-setq-default): Optimize for the
11481 single-var case and don't call byte-compile-form in this case to avoid
11482 inf-loop with byte-compile-set-default.
11483
3b548e1b
SM
11484 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11485
632c5478
MA
114862010-04-23 Michael Albinus <michael.albinus@gmx.de>
11487
11488 Implement SELINUX backends.
11489
3b548e1b
SM
11490 * net/tramp.el (tramp-file-name-handler-alist):
11491 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11492 (tramp-handle-file-selinux-context)
11493 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11494 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11495 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11496
3b548e1b
SM
11497 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11498 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11499 (tramp-gvfs-handle-file-selinux-context)
11500 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11501 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11502
11503 * net/ange-ftp.el (ange-ftp-copy-file):
11504 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11505 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11506 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11507 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11508
a94d821f
MA
115092010-04-22 Michael Albinus <michael.albinus@gmx.de>
11510
11511 Synchronize with Tramp repository.
11512
11513 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11514 (tramp-action-process-alive, tramp-action-out-of-band)
11515 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11516 (tramp-exists-file-name-handler): Fix docstring.
11517 (with-progress-reporter): New defmacro.
11518 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11519 (tramp-maybe-open-connection): Use it.
11520
a92375d9
MA
115212010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11522
11523 Detect ssh 'ControlMaster' argument automatically in some cases.
11524
11525 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11526 (tramp-default-method): Use it.
11527
489fe4c2
MA
115282010-04-22 Michael Albinus <michael.albinus@gmx.de>
11529
25f14cdb
MA
11530 * net/tramp.el (tramp-handle-copy-file): Add new optional
11531 parameter `preserve-selinux-context'.
11532 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11533
a92375d9
MA
115342010-04-22 Michael Albinus <michael.albinus@gmx.de>
11535
489fe4c2
MA
11536 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11537 Ensure, that non remote files are still checked. Oops.
11538
acd1f317
MA
115392010-04-21 Michael Albinus <michael.albinus@gmx.de>
11540
11541 Fix Bug#5840.
11542
11543 * icomplete.el (icomplete-completions): Use `non-essential'.
11544
11545 * net/tramp.el (tramp-connectable-p): New defun.
11546 (tramp-handle-expand-file-name)
11547 (tramp-completion-handle-file-name-all-completions)
11548 (tramp-completion-handle-file-name-completion): Use it.
11549
62c5b459
SM
115502010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11553
f904c0f9
JD
115542010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11555
11556 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11557
11558 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11559
11560 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11561 is present.
11562
11563 * info.el (info-tool-bar-map): Add labels.
11564
11565 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11566
11567 * cus-edit.el (custom-commands): Add labels for tool bar.
11568 (custom-buffer-create-internal, Custom-mode): Adjust for
11569 labels in custom-commands.
11570
11571 * dynamic-setting.el: Renamed from font-setting.el.
11572
c5cbeb12
LL
115732010-04-21 John Wiegley <jwiegley@gmail.com>
11574
11575 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11576 toggles the use of virtual buffers.
537ffaf3 11577 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11578 (ido-toggle-virtual-buffers): New function.
11579
fcc93746
JB
115802010-04-21 Juanma Barranquero <lekktu@gmail.com>
11581
11582 Use `define-derived-mode'; fix window selection; doc fixes.
11583 * play/tetris.el (tetris, tetris-update-speed-function)
11584 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11585 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11586 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11587 (tetris-pause-game): Fix typos in docstrings.
11588 (tetris-mode-map, tetris-null-map):
11589 Move initialization into declaration.
11590 (tetris-mode): Define with `define-derived-mode';
11591 set show-trailing-whitespace to nil.
11592 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11593
574c05e2
KK
115942010-04-21 Karel Klíč <kklic@redhat.com>
11595
11596 * files.el (backup-buffer): Handle SELinux context, and return it
11597 if a backup was made by renaming.
11598 (backup-buffer-copy): Set SELinux context to the target file.
11599 (basic-save-buffer): Set SELinux context of the newly written file.
11600 (basic-save-buffer-1): Now it also returns any SELinux context.
11601 (basic-save-buffer-2): Set SELinux context of the newly created file,
11602 and return it.
11603 * net/tramp.el (tramp-file-name-for-operation):
11604 Add file-selinux-context.
11605
e97a42c1
SM
116062010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11607
f2b9ed18
SM
11608 Make the log-edit comments use RFC822 format throughout.
11609
e97a42c1
SM
11610 * vc.el (vc-checkin, vc-modify-change-comment):
11611 Adjust to new vc-start/finish-logentry.
11612 (vc-find-conflicted-file): New command.
11613 (vc-transfer-file): Adjust to new vc-checkin.
11614 (vc-next-action): Improve scoping.
11615
11616 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11617 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11618
11619 * vc-git.el (vc-git-log-edit-mode): Remove.
11620 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11621 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11622
11623 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11624 (vc-start-logentry): Remove argument `extra'.
11625 (vc-finish-logentry): Remove extra args.
11626
11627 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11628 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11629 (vc-bzr-conflicted-files): New function.
11630
11631 * log-edit.el (log-edit-extra-flags)
11632 (log-edit-before-checkin-process): Remove.
11633 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11634 (log-edit-headers-alist): New var.
11635 (log-edit-header-contents-regexp): New const.
11636 (log-edit-match-to-eoh): New function.
11637 (log-edit-font-lock-keywords): Use them.
11638 (log-edit): Insert a "Summary:" header as default.
11639 (log-edit-mode): Mark font-lock rules as case-insensitive.
11640 (log-edit-done): Cleanup headers.
11641 (log-view-process-buffer): Remove.
11642 (log-edit-extract-headers): New function to replace it.
11643
938efb77
JB
116442010-04-20 Juanma Barranquero <lekktu@gmail.com>
11645
11646 * subr.el (default-direction-reversed): Remove obsolescence info.
11647
1cfb415b
SM
116482010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11649
cb4f9513
SM
11650 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11651 windows/frames.
11652
6e610c72
SM
11653 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11654 I.e. include text after point in the completion region.
11655 Also, return nil when we're not after/in a symbol.
11656
1cfb415b
SM
11657 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11658 default enable-multibyte-characters.
11659
c80fa13c
SM
116602010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11661
87926e02
SM
11662 * international/mule.el: Help the user choose a valid coding-system.
11663 (read-buffer-file-coding-system): New function.
11664 (set-buffer-file-coding-system): Use it. Prompt the user if the
11665 coding-system cannot encode all the chars.
11666
c80fa13c
SM
11667 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11668 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11669 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11670 Don't use *vc-bzr-shelve*.
11671
6e104790 116722010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11673
11674 Fix the version number for added files.
11675 * vc-hg.el (vc-hg-working-revision): Check if the file is
11676 registered after hg parent fails (Bug#5961).
11677
6e104790 116782010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11679
11680 * htmlfontify.el (htmlfontify-buffer)
11681 (htmlfontify-copy-and-link-dir): Autoload entry points.
11682
6e104790 116832010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11684
11685 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11686 name relative to the project root (Bug#5960).
11687
6e104790 116882010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11689
11690 * vc-git.el (vc-git-print-log): Doc fix.
11691
6e104790 116922010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11693
11694 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11695
53cfe624 116962010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11697
11698 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11699 default settings (Bug#5928).
11700
6e104790 117012010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11702
11703 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11704 New function.
0a23b2c3 11705 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11706
6e104790 117072010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11708
11709 * language/indian.el (malayalam-composable-pattern): Fix previous
11710 change (add U+0D4D "SIGN VIRAMA").
11711 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11712 (tamil-composable-pattern): Fix typo in the regexp.
11713 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11714 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11715 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11716
6e104790 117172010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11718
11719 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11720 paragraph-separate (Bug#5821).
11721
6e104790 117222010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11723
11724 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11725
11726 * info.el (Info-find-node-2): Comment out code that skips
11727 breadcrumbs line.
11728 (Info-mouse-follow-link): New command.
11729 (Info-link-keymap): New keymap.
11730 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11731 Return a string with links instead of inserting breadcrumbs
11732 to the Info buffer.
11733 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11734 Instead of putting the `invisible' text property over the Info
11735 header, make an overlay over the Info header with the `invisible'
11736 property and `after-string' set to the string returned by
11737 `Info-breadcrumbs'.
11738
6e104790 117392010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11740
11741 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11742 Reported by monkey@sandpframing.com.
11743
98923800
SM
117442010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11745
b5feea0f
SM
11746 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11747 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11748 available in the "keyseq cache" any more.
11749
98923800
SM
11750 * custom.el (defcustom): Add edebug spec.
11751
fd5c9dfa
JL
117522010-04-18 Juri Linkov <juri@jurta.org>
11753
11754 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11755
11756 * view.el (view-file, view-buffer): Move test for special mode-class
11757 from view-file to view-buffer.
11758
11759 * tar-mode.el (tar-extract): Turn if's into one cond
11760 like in arc-mode.el.
11761
b3671a51
JL
117622010-04-18 Juri Linkov <juri@jurta.org>
11763
11764 Add 7z archive format support (bug#5475).
11765
11766 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11767 (archive-7z-extract): New defcustom.
11768 (archive-find-type): Add magic string for 7z.
11769 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11770 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11771 `buffer' arg of `call-process'.
11772 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11773 call the function `archive-7z-extract' with the variable
11774 `archive-7z-extract' let-bound to `archive-zip-extract'.
11775 (archive-7z-summarize, archive-7z-extract): New functions.
11776
11777 * international/mule.el (auto-coding-alist):
11778 * files.el (auto-mode-alist): Add 7z file extension.
11779
8a37fb25
SM
117802010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11781
e9515805
SM
11782 * loadup.el: Setup hash-cons for pure data.
11783
f8ea0098
SM
11784 Fix duplicate entries in cedet's loaddefs.el files.
11785 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11786 Should make most file-local generated-autoload-file unnecessary.
11787 (print-readably): Silence warnings.
11788 (autoload-find-destination): Take load-name as an arg to make sure
11789 it's the same as the one that will be in the file.
11790 (autoload-generate-file-autoloads): Adjust to above changes.
11791 Try to make the dataflow a bit simpler.
11792
8a37fb25
SM
11793 * cvs-status.el (cvs-refontify): Remove unused.
11794
f8b91752
JB
117952010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11796
76e3243a 11797 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11798
76e3243a 11799 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11800 twos-complement mode.
11801
d8b01fef
JB
118022010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11803
76e3243a
JB
11804 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11805 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11806 (calc-inverse): Add "Option" to message, as appropriate.
11807 (calc-hyperbolic): Add "Option" to message, as appropriate.
11808 (calc-option, calc-is-option): New functions.
11809
76e3243a 11810 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11811 (calc-option-prefix-help): New function.
11812
76e3243a 11813 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11814
76e3243a 11815 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11816 (calc-option-flag): New variable.
11817 (calc-do): Set `calc-option-flag to nil.
11818 (calc-set-mode-line): Add "Opt " as appropriate.
11819
74f806a1
JL
118202010-04-16 Juri Linkov <juri@jurta.org>
11821
11822 Move scrolling commands from simple.el to window.el
11823 because their primitives are implemented in window.c.
11824
11825 * simple.el (scroll-error-top-bottom)
11826 (scroll-up-command, scroll-down-command, scroll-up-line)
11827 (scroll-down-line, scroll-other-window-down)
11828 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11829 * window.el (scroll-error-top-bottom)
11830 (scroll-up-command, scroll-down-command, scroll-up-line)
11831 (scroll-down-line, scroll-other-window-down)
11832 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11833 Move from simple.el to window.el because their primitives are
11834 implemented in window.c.
11835
ad40eec5
JL
118362010-04-16 Juri Linkov <juri@jurta.org>
11837
11838 * isearch.el (isearch-lookup-scroll-key): Check both
11839 `isearch-scroll' and `scroll-command' properties.
11840 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11841
11842 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11843
11844 * simple.el (scroll-up-command, scroll-down-command)
11845 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11846
a4b000fb
JL
118472010-04-15 Juri Linkov <juri@jurta.org>
11848
11849 * simple.el (scroll-up-command, scroll-down-command)
11850 (scroll-up-line, scroll-down-line): Put `scroll-command'
11851 property on the these symbols. Remove them from
11852 `scroll-preserve-screen-position-commands'.
11853
11854 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11855 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11856 Remove it from `scroll-preserve-screen-position-commands'.
11857
11858 * isearch.el (isearch-allow-scroll): Doc fix.
11859
4874f5e6
MA
118602010-04-15 Michael Albinus <michael.albinus@gmx.de>
11861
11862 * net/tramp.el (tramp-error-with-buffer): Don't show the
11863 connection buffer when we are in completion mode.
11864 (tramp-file-name-handler): Catch the error for some operations
11865 when we are in completion mode. This gives the user the chance to
11866 correct the file name in the minibuffer.
11867
82883f0a
GM
118682010-04-15 Glenn Morris <rgm@gnu.org>
11869
11870 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11871
528b9ea9
JB
118722010-04-15 Juanma Barranquero <lekktu@gmail.com>
11873
11874 Simplify by using `define-derived-mode'.
11875 * info.el (Info-mode):
11876 * calendar/todo-mode.el (todo-mode):
11877 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11878 (gomoku-mode-map): Move initialization into declaration.
11879
5f2b693f
MA
118802010-04-14 Michael Albinus <michael.albinus@gmx.de>
11881
11882 Fix Bug#5840.
11883 * ido.el (ido-file-name-all-completions-1):
11884 * minibuffer.el (minibuffer-completion-help):
11885 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11886
ebb9641f
SM
118872010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11888
38111a5a
SM
11889 * simple.el (non-essential): New var.
11890
ebb9641f
SM
11891 Add a new field `location' to bookmarks for non-file bookmarks.
11892 * bookmark.el (bookmark-location): Use the new field, if present.
11893 (bookmark-insert-location): Undo last change, not needed any more.
11894 * man.el (Man-bookmark-make-record):
11895 * woman.el (woman-bookmark-make-record): Add `location' field.
11896
7b05466f
JL
118972010-04-14 Juri Linkov <juri@jurta.org>
11898
11899 * simple.el (scroll-error-top-bottom): New defcustom.
11900 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11901
11902 * emulation/pc-select.el (pc-select-override-scroll-error):
11903 Obsolete in favor of `scroll-error-top-bottom'.
11904
32129746
JL
119052010-04-14 Juri Linkov <juri@jurta.org>
11906
11907 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11908 `scroll-up-command' and `M-v' to `scroll-down-command'.
11909
11910 * emulation/cua-rect.el (cua--init-rectangles):
11911 * forms.el (forms--change-commands):
11912 * image-mode.el (image-mode-map):
11913 Remap scroll-down-command and scroll-up-command
11914 in addition to scroll-down and scroll-up.
11915
9013a7f8
JL
119162010-04-14 Juri Linkov <juri@jurta.org>
11917
11918 * mwheel.el (scroll-preserve-screen-position-commands):
11919 Add mwheel-scroll to this list of commands.
11920
11921 * simple.el (scroll-preserve-screen-position-commands):
11922 Add scroll-up-command, scroll-down-command, scroll-up-line,
11923 scroll-down-line to this list of commands.
11924
3b7e1d5f
SM
119252010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11926
c1e25821
SM
11927 * obsolete/complete.el: Move from lisp/complete.el.
11928
5b31b787
SM
11929 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11930
3b7e1d5f
SM
11931 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11932 to the minor mode function now turns the mode ON unconditionally.
11933
398a825b
SM
119342010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11935
a544e7c1
SM
11936 * vc-dir.el (vc-dir-kill-line): New command.
11937 (vc-dir-mode-map): Bind it to C-k.
11938
a1979d8e
SM
11939 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11940
398a825b
SM
11941 * woman.el: Add bookmark declarations to silence the compiler.
11942 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11943 step to compatibility between man and woman bookmarks.
11944 Adjust for Man-default-bookmark-title renaming.
11945 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11946
11947 * man.el: Add bookmark declarations to silence the compiler.
11948 (Man-name-local-regexp): Make it match NAME as well.
11949 (Man-getpage-in-background): Return the buffer.
11950 (Man-notify-when-ready): Use `case'.
11951 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11952 Don't hardcode "NAME". Simplify.
11953 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11954 Rename from Man-bookmark-make-record.
11955 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11956 we have the actual man-args. Use Man-getpage-in-background rather
11957 than `man' since the arg is already processed. Let bookmark.el do the
11958 window handling. Only wait for the relevant process.
11959 Don't forget to autoload.
11960
11961 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11962
45be326a
TV
119632010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11964
11965 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11966 New functions.
11967 (woman-mode): Setup bookmark support.
11968
11969 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11970 (man-bookmark-jump): New functions.
11971 (Man-mode): Setup bookmark support.
11972
3acb4c93
CY
119732010-04-10 Jari Aalto <jari.aalto@cante.net>
11974
11975 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11976 recognize ssh-keygen prompt (Bug#2817).
11977
b6bbb65e
MA
119782010-04-10 Michael Albinus <michael.albinus@gmx.de>
11979
11980 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11981
b533bc97
MA
119822010-04-10 Michael Albinus <michael.albinus@gmx.de>
11983
11984 Synchronize with Tramp repository.
11985
11986 * net/tramp.el (tramp-completion-function-alist)
11987 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11988 (tramp-local-coding-commands, tramp-remote-coding-commands):
11989 Fix docstring.
11990 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11991 (tramp-handle-directory-files-and-attributes)
11992 (tramp-get-remote-path): Use `copy-tree'.
11993 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11994 compatibility: Use `completion-ignore-case' if
11995 `read-file-name-completion-ignore-case' does not exist.
11996 (tramp-do-copy-or-rename-file-directly): Do not use
11997 `tramp-handle-file-remote-p'.
45be326a
TV
11998 (tramp-do-copy-or-rename-file-out-of-band):
11999 Use `tramp-compat-delete-directory'.
b533bc97 12000 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
12001 (tramp-compute-multi-hops, tramp-maybe-open-connection):
12002 Use `format-spec-make'.
b533bc97
MA
12003 (tramp-find-foreign-file-name-handler)
12004 (tramp-advice-make-auto-save-file-name)
12005 (tramp-set-auto-save-file-modes): Remove superfluous check for
12006 `stringp'. This is done inside `tramp-tramp-file-p'.
12007 (tramp-debug-outline-regexp): New defconst.
12008 (tramp-get-debug-buffer): Use it.
12009 (tramp-check-for-regexp): Use (forward-line 1).
12010 (tramp-set-auto-save-file-modes): Adapt version check.
12011
45be326a
TV
12012 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
12013 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
12014 (tramp-compat-make-temp-file): Simplify fallback implementation.
12015 (tramp-compat-copy-tree): Remove function.
12016 (tramp-compat-delete-directory): Provide implementation for older
12017 Emacsen.
12018
12019 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
12020 Do not use `tramp-fish-handle-file-attributes.
12021
12022 * net/trampver.el: Update release number.
12023
ba33df00
GM
120242010-04-10 Glenn Morris <rgm@gnu.org>
12025
12026 * progmodes/compile.el (compilation-save-buffers-predicate):
12027 Add missing :version tag.
12028
4a8ae76f
SS
120292010-04-09 Sam Steingold <sds@gnu.org>
12030
12031 * progmodes/compile.el (compilation-save-buffers-predicate):
12032 Remove the "autoload" cookie.
12033
0880716f
SS
12034 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
12035 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
12036 and `bug-reference-prog-mode' can be used in hooks directly.
12037
6aebd58c
DN
120382010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12039
12040 Add --author support to git commit.
12041 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
12042 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
12043 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
12044 New declarations.
6aebd58c 12045
f6d90772
ER
120462010-04-09 Eric Raymond <esr@snark.thyrsus.com>
12047
12048 * vc-hooks.el, vc-git.el: Improve documentation comments.
12049
e754e83b
SM
120502010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12051
12052 Fix some of the problems in defsubst* (bug#5728).
12053 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
12054 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
12055
9e86ab0b
SS
120562010-04-07 Sam Steingold <sds@gnu.org>
12057
e754e83b
SM
12058 * progmodes/compile.el (compilation-save-buffers-predicate):
12059 New custom variable.
9e86ab0b
SS
12060 (compile, recompile): Pass it to `save-some-buffers'.
12061
b0c8b840
JD
120622010-04-07 Jan Djärv <jan.h.d@swipnet.se>
12063
12064 * wid-edit.el (widget-choose): Move cursor to the second line of
12065 the buffer (Bug#5695).
12066
31527c56
DN
120672010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12068
12069 Add new VC methods: vc-log-incoming and vc-log-outgoing.
12070 * vc.el (vc-print-log-setup-buttons): New function split out from
12071 vc-print-log-internal.
12072 (vc-log-internal-common): New function, a parametrized version of
12073 vc-print-log-internal.
12074 (vc-print-log-internal): Just call vc-log-internal-common with the
12075 right arguments.
12076 (vc-incoming-outgoing-internal):
12077 (vc-log-incoming, vc-log-outgoing): New functions.
12078 (vc-log-view-type): New permanent local variable.
12079
12080 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12081
12082 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12083 of the dynamic bound vc-short-log.
12084 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12085
12086 * vc-git.el (vc-git-log-outgoing): New function.
12087 (vc-git-log-view-mode): Use vc-log-view-type instead
12088 of the dynamic bound vc-short-log.
12089
12090 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12091 of the dynamic bound vc-short-log. Highlight the tag.
12092 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12093 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12094 (vc-hg-incoming-mode): Remove.
12095 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12096
7ec69e2b
DN
120972010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12098
12099 Fix default-directory for vc-root-diff.
12100 * vc.el (vc-root-diff): Bind default-directory to the root
12101 directory for the diff command.
12102
fd9ea9d3
WS
121032010-04-07 Michael McNamara <mac@mail.brushroad.com>
12104
6e104790 12105 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12106 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12107 word keywords, suggested by Steve Pearlmutter.
6e104790 12108 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12109 port lists.
6e104790 12110 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12111 fix bug for /* / comments.
6e104790 12112 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12113 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12114 (verilog-pretty-declarations): Enhance to line up declarations
12115 inside a parameter list, suggested by Alan Morgan.
12116 (verilog-pretty-expr): Tune assignment regular expression match
12117 string for corner cases; also use markers instead of character
12118 number as indent changes the later.
fd9ea9d3
WS
12119
121202010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12121
6e104790
SM
12122 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12123 as missing keyword.
12124 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12125 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12126 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12127 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12128 Tennant.
12129 (verilog-keywords):
fd9ea9d3
WS
12130 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12131 1800-2009 keywords, including "global.".
12132
2a07afc5
JW
121332010-04-06 John Wiegley <jwiegley@gmail.com>
12134
8b32731a 12135 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12136 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12137 file basename). Should use uniquify to offer a real solution.
2a07afc5 12138
f9a27d86
JW
121392010-04-06 John Wiegley <jwiegley@gmail.com>
12140
8b32731a
JB
12141 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12142 comment to code, and add a :version tag.
12143 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12144
9caf8a8f
JB
121452010-04-06 Juanma Barranquero <lekktu@gmail.com>
12146
12147 Enable recentf-mode if using virtual buffers.
12148 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12149 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12150 (ido-make-buffer-list): Simplify.
12151 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12152
5a97d2da
JL
121532010-04-05 Juri Linkov <juri@jurta.org>
12154
12155 Scrolling commands which scroll a line instead of full screen.
12156 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12157
12158 * simple.el (scroll-up-line, scroll-down-line): New commands.
12159 Put property isearch-scroll=t on them.
12160
12161 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12162 Remove commands.
12163
79ce172a
JL
121642010-04-05 Juri Linkov <juri@jurta.org>
12165
8b32731a 12166 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12167 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12168
12169 * simple.el (scroll-up-command, scroll-down-command): New commands.
12170 Put property isearch-scroll=t on them.
12171
12172 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12173 `scroll-down-command' and [next] from `scroll-up' to
12174 `scroll-up-command'.
12175
12176 * emulation/cua-base.el: Put property CUA=move on
12177 `scroll-up-command' and `scroll-down-command'.
12178 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12179 and `scroll-down-command' to `cua-scroll-down'.
12180
309d5b43
JB
121812010-04-05 Juanma Barranquero <lekktu@gmail.com>
12182
6460e534 12183 * help.el (describe-mode): Return nil.
309d5b43 12184
0523d117
JW
121852010-04-04 John Wiegley <jwiegley@gmail.com>
12186
12187 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12188 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12189 (ido-virtual): Face used to indicate virtual buffers in the list.
12190 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12191 exists, but a virtual buffer of that name does (which would be why
12192 it was in the list), recreate the buffer by reopening the file.
12193 (ido-make-buffer-list): If virtual buffers are being used, call
12194 `ido-add-virtual-buffers-to-list' before the make list hook.
12195 (ido-virtual-buffers): New variable which contains a copy of the
12196 current contents of the `recentf-list', albeit pared down for the
12197 sake of speed, and with proper faces applied.
12198 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12199 create a list of "virtual buffers" to present to the user in
12200 addition to the currently open set. Note that this logic could
12201 get rather slow if that list is too large. With the default
12202 `recentf-max-saved-items' of 200, there is little speed penalty.
12203
202ff0d6
SM
122042010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12205
12206 * font-lock.el: Require CL when compiling.
12207 (font-lock-turn-on-thing-lock): Use `case'.
12208
ef43a0f4
EZ
122092010-04-03 Eli Zaretskii <eliz@gnu.org>
12210
12211 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12212 Zaretskii.
ef43a0f4 12213
9c13a46e
JL
122142010-04-02 Juri Linkov <juri@jurta.org>
12215
12216 * ehelp.el (electric-help-orig-major-mode):
12217 New buffer-local variable.
12218 (electric-help-mode): Set it to original major-mode. Doc fix.
12219 (with-electric-help): Use `electric-help-orig-major-mode' instead
12220 of (default-value 'major-mode). Doc fix.
12221 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12222
3fb87bf5
SS
122232010-04-02 Sam Steingold <sds@gnu.org>
12224
12225 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12226 `vc-hg-command' with a list of flags.
12227
202ff0d6
SM
12228 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12229 Also accept "patch" and "RFE".
dbb5e44a
SS
12230 (bug-reference-fontify): `bug-reference-url-format' can also be a
12231 function to be able to handle the bug kind.
202ff0d6 12232 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12233
d0b22876
JD
122342010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12235
12236 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12237 value to fboundp, it may not be a symbol.
12238
1625d379
CY
122392010-03-31 Chong Yidong <cyd@stupidchicken.com>
12240
202ff0d6 12241 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12242
1cd095c6
JL
122432010-03-31 Juri Linkov <juri@jurta.org>
12244
12245 * simple.el (next-line, previous-line): Re-throw a signal
12246 with `signal' instead of using `ding'.
12247 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12248
67189e62
JL
122492010-03-31 Juri Linkov <juri@jurta.org>
12250
12251 * simple.el (keyboard-escape-quit): Raise deselecting the active
12252 region higher than exiting the minibuffer.
12253 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12254
1546c559
JL
122552010-03-31 Juri Linkov <juri@jurta.org>
12256
12257 * image.el (image-animated-p): Use `image-metadata' instead of
12258 `image-extension-data'. Get GIF extenstion data from metadata
12259 property `extension-data'.
12260
85626eef
SM
122612010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12262
12263 * simple.el (append-to-buffer): Simplify.
12264
85738751 122652010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12266
12267 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12268 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12269
85738751 122702010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12271
12272 * language/sinhala.el (composition-function-table): Fix regexp for
12273 the new Unicode specification.
12274
12275 * language/indian.el (devanagari-composable-pattern)
12276 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12277 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12278 specification.
12279 (bengali-composable-pattern, gurmukhi-composable-pattern)
12280 (gujarati-composable-pattern, oriya-composable-pattern)
12281 (telugu-composable-pattern): New variables to cope with the new
12282 Unicode specification. Use them in composition-function-table.
12283
85738751 122842010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12285
79d74ac5 12286 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12287 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12288 vectors rather than cons cells, as used in menu-bar-update-buffers.
12289
85738751 122902010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12291
2a793f7f
CY
12292 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12293 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12294 electric punctuation for "{}();,:" (Bug#5586).
12295
03ffe8be
CY
12296 * mail/sendmail.el (mail-default-directory): Doc fix.
12297
85738751 122982010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12299
12300 * mail/sendmail.el (mail-default-directory): Doc fix.
12301
85738751 123022010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12303
12304 * subr.el (version-regexp-alist, version-to-list)
12305 (version-list-<, version-list-=, version-list-<=)
12306 (version-list-not-zero, version<, version<=, version=): Doc fix.
12307 (Bug#5744).
12308
85738751 123092010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12310
12311 * vc.el (vc-root-diff): Doc fix.
12312
85738751 123132010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12314
9aa2c576
CY
12315 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12316
9d30a9f4
CY
12317 * simple.el (append-to-buffer): Fix last change.
12318
85738751 123192010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12320
12321 * simple.el (append-to-buffer): Ensure that point is preserved if
12322 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12323 (Bug#5749)
12324
2372f278
SM
123252010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * files.el (auto-mode-case-fold): Change default to t.
12328
2223a1b3
JL
123292010-03-30 Juri Linkov <juri@jurta.org>
12330
12331 * dired-x.el (dired-omit-mode): Doc fix.
12332
0ef84fc8
JL
123332010-03-30 Juri Linkov <juri@jurta.org>
12334
12335 * replace.el (occur-accumulate-lines): Move occur-engine related
12336 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12337 to be located after `occur-engine'.
12338
dc2d2590
JL
123392010-03-30 Juri Linkov <juri@jurta.org>
12340
12341 Make occur handle multi-line matches cleanly with context.
12342 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12343
12344 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12345 (occur-engine): Add local variables `ret', `prev-after-lines',
12346 `prev-lines'. Use more arguments for `occur-context-lines'.
12347 Set first elem of its returned list to `data', and the second elem
12348 to `prev-after-lines'. Don't print the separator line.
12349 In the end, print remaining context after-lines.
12350 (occur-context-lines): Add new arguments `begpt', `endpt',
12351 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12352 after-lines of the previous match with before-lines of the
12353 current match and not overlap them. Return a list with two
12354 values: the output line and the list of context after-lines.
12355
47c88c06
JL
123562010-03-30 Juri Linkov <juri@jurta.org>
12357
12358 * replace.el (occur-accumulate-lines): Fix a bug where the first
12359 context line at the beginning of the buffer was missing.
12360
a7b02820
EZ
123612010-03-30 Eli Zaretskii <eliz@gnu.org>
12362
12363 * files.el: Make bidi-display-reordering safe variable for boolean
12364 values.
12365
9326ba26 123662010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12367 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12368
12369 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12370 (progress-reporter-update, progress-reporter-do-update):
12371 Handle non-numeric value arguments.
9326ba26
CY
12372 (progress-reporter--pulse-characters): New var.
12373
f6f8aa12
CY
123742010-03-28 Chong Yidong <cyd@stupidchicken.com>
12375
12376 * progmodes/compile.el (compilation-start): Fix regexp detection
12377 of initial cd command (Bug#5771).
12378
7ed287b5
CY
123792010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12380
12381 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12382
146b8b16
NR
123832010-03-27 Nick Roberts <nickrob@snap.net.nz>
12384
12385 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12386 * progmodes/gdb-mi.el: Restore.
12387 * progmodes/gdb-ui.el: Remove.
12388 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12389
b23caf75
GM
123902010-03-25 Glenn Morris <rgm@gnu.org>
12391
12392 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12393 all dired buffers, even tramp ones. (Bug#5755)
12394
18c812bd
SM
123952010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 Add "union tags" in mpc.el.
12398 * mpc.el: Remove backward compatibility code.
12399 (mpc-browser-tags): Change default.
12400 (mpc--find-memoize-union-tags): New var.
12401 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12402 (mpc-cmd-find): Handle the case where the playlist does not exist.
12403 Handle union-tags.
12404 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12405 (mpc-cmd-add): Use mpc-cmd-flush.
12406 (mpc-tagbrowser-tag-name): New fun.
12407 (mpc-tagbrowser-buf): Use it.
12408 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12409
efee6a6d
SM
124102010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12411
9586c41a
SM
12412 Misc cleanup.
12413 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12414 Use replace-regexp-in-string.
12415 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12416 (makefile-imake-mode-syntax-table): Move init into defvar.
12417 (makefile-mode): Use define-derived-mode.
12418
efee6a6d
SM
12419 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12420 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12421 not be present any more.
12422
c6f3804c
JB
124232010-03-24 Juanma Barranquero <lekktu@gmail.com>
12424
12425 * faces.el (set-face-attribute): Fix typo in docstring.
12426 (face-valid-attribute-values): Reflow docstring.
12427
e867cb5d 124282010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12429
efee6a6d 12430 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12431
e867cb5d 124322010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12433
12434 * indent.el (indent-for-tab-command): Doc fix.
12435
e867cb5d 124362010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12437
efee6a6d
SM
12438 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12439 Fix off-by-one error. Fixes bug #5747.
657071fc 12440
e867cb5d 124412010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12442
12443 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12444 (image-dired-read-comment): Doc fix.
12445
efee6a6d
SM
12446 * json.el (json-object-type, json-array-type, json-key-type)
12447 (json-false, json-null, json-read-number):
c8de140b
JB
12448 * minibuffer.el (completion-in-region-functions):
12449 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12450 (cal-tex-cursor-week):
12451 * emacs-lisp/trace.el (trace-function):
12452 * eshell/em-basic.el (eshell/printnl):
12453 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12454 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12455 * obsolete/levents.el (allocate-event, event-key, event-object)
12456 (event-point, event-process, event-timestamp, event-to-character)
12457 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12458 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12459 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12460 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12461 (reftex-highlight-selection): Fix typos in docstrings.
12462
e867cb5d 124632010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12464
12465 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12466
e867cb5d 124672010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12468
12469 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12470 2008-02-13 without comment; mark it obsolete.
12471 (rmail-highlight-headers): Use rmail-highlight-face once more.
12472
e867cb5d 124732010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12474
12475 * woman.el (woman2-process-escapes): Only consume the newline if
12476 the filler character is on a line by itself (Bug#5729).
12477
e867cb5d 124782010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12479
12480 * language/indian.el (devanagari-composable-pattern): Add more
12481 consonants.
12482
e867cb5d 124832010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12484
12485 * net/trampver.el: Update release number.
12486
e867cb5d 124872010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12488
efee6a6d
SM
12489 * net/tramp.el (tramp-find-executable):
12490 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12491 output of "wc -l" more robust.
12492 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12493 (tramp-open-connection-setup-interactive-shell): Remove workaround
12494 for OpenSolaris bug, it is not needed anymore.
12495
e867cb5d 124962010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12497
12498 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12499
e867cb5d 125002010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12501
12502 * files.el (auto-mode-alist): Accept more verilog file patterns.
12503
b2b8574b
SM
125042010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12507
1d94ebb0
GM
125082010-03-24 Glenn Morris <rgm@gnu.org>
12509
7e263967
GM
12510 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12511 log-edit-before-checkin-process.
12512
5ac92c5f
GM
12513 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12514
12515 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12516
549f324a
GM
12517 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12518 (log-view-process-buffer, log-edit-extra-flags): Declare.
12519
495b517c
GM
12520 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12521
f4087766
SS
125222010-03-23 Sam Steingold <sds@gnu.org>
12523
12524 Fix bug#5620: recalculate all markers on compilation buffer
12525 modifications, not on file modifications.
38e9aa53
GM
12526 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12527 variable: the buffer modification time, for buffers not associated with
12528 files.
f4087766
SS
12529 (compilation-mode): Create it.
12530 (compilation-filter): Update it.
12531 (compilation-next-error-function): Use it instead of
12532 `visited-file-modtime' for timestamp.
12533
774642e5
JL
125342010-03-23 Juri Linkov <juri@jurta.org>
12535
12536 Implement Occur multi-line matches.
12537 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12538
12539 * replace.el (occur): Doc fix.
12540 (occur-engine): Set `begpt' to the beginning of the first line.
12541 Set `endpt' to the end of the last match line. At first, count
12542 line numbers between `origpt' and `begpt'. Split out code from
12543 `out-line' variable to new let-bindings `match-prefix' and
12544 `match-str'. In `out-line' add non-numeric prefix to all
12545 non-first lines of multi-line matches. Finally, count lines
12546 between `begpt' and `endpt' and add to `lines'.
12547
f14d1172
JL
125482010-03-23 Juri Linkov <juri@jurta.org>
12549
12550 * replace.el (occur-accumulate-lines, occur-engine):
12551 Use `occur-engine-line' instead of duplicate code.
12552 (occur-engine-line): New function created from duplicate code
12553 in `occur-accumulate-lines' and `occur-engine'.
12554
53e87c57
JL
12555 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12556 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12557
75a3ff20
JL
125582010-03-23 Juri Linkov <juri@jurta.org>
12559
12560 * finder.el: Remove TODO tasks.
12561
12562 * info.el (Info-finder-find-node): Add node "all"
12563 with all package info. Handle a list of multiple keywords
12564 separated by comma.
12565 (info-finder): In interactive use with a prefix argument,
12566 use `completing-read-multiple' to read a list of keywords
12567 separated by comma.
12568
00278747
SM
125692010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 Add a new completion style `substring'.
12572 * minibuffer.el (completion-basic--pattern): New function.
12573 (completion-basic-try-completion, completion-basic-all-completions):
12574 Use it.
12575 (completion-substring--all-completions)
12576 (completion-substring-try-completion)
12577 (completion-substring-all-completions): New functions.
12578 (completion-styles-alist): New style `substring'.
12579
64cb11cc
SM
125802010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 Get rid of .elc files after removal of the corresponding .el.
12583 * Makefile.in (compile-clean): New target.
12584 (compile-main): Use it.
12585
835e2c65
JD
125862010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12587
12588 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12589 don't do make there. When compiling with separate object dir, there
12590 is no Makefile there.
12591
111a9dff
SM
125922010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 Get rid of the ELCFILES abomination, again.
12595 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12596 (all, compile): Don't call compile-last.
12597 (compile-main): Build the "elcfiles" list dynamically.
12598 (compile-targets): New (internal) target.
12599
82c3d67a
AS
126002010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12601
12602 * Makefile.in (top_srcdir): Define.
12603 (abs_top_builddir): Define.
12604 (srcdir): Don't append `/..'.
12605 (EMACS): Use ${abs_top_builddir}.
12606 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12607 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12608 $(srcdir).
82c3d67a
AS
12609 (lisp): Use $(srcdir) instead of @srcdir@.
12610
d66ecdbb
JL
126112010-03-21 Juri Linkov <juri@jurta.org>
12612
12613 Fix message of multi-line occur regexps and multi-buffer header lines.
12614 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12615
12616 * replace.el (occur-1): Don't display regexp if it is longer
12617 than window-width. Use `query-replace-descr' to display regexp.
12618 (occur-engine): Don't display regexp in the buffer header for
12619 multi-buffer occur. Display a separate header line with total
12620 match count and regexp for multi-buffer occur.
12621 Use `query-replace-descr' to display regexp.
12622
f05e1b94
TZ
126232010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12624
12625 * net/secrets.el: Fix parenthesis.
12626 (secrets-enabled): Fix parenthesis.
12627
801ba3ba
SM
126282010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12629
3613edce
SM
12630 Use more relative file and directory names.
12631 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12632 (setwins, setwins_almost, setwins_for_subdirs):
12633 Don't `cd'; output relative names.
12634 (all, compile, compile-always, compile-last): Set emacswd.
12635 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12636 Just cd to the lisp source dir so we can use relative file names.
12637
801ba3ba
SM
12638 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12639
2b1400b9
GM
126402010-03-20 Glenn Morris <rgm@gnu.org>
12641
12642 * textmodes/rst.el: Use faces for font-lock customization, and make the
12643 old -face variables obsolete.
12644 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12645 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12646 (rst-block-face, rst-external-face, rst-definition-face)
12647 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12648 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12649 Make obsolete.
12650 (rst-font-lock-keywords-function): Update for above changes.
12651
5e418f17
JL
126522010-03-20 Juri Linkov <juri@jurta.org>
12653
12654 * s-region.el:
12655 * obsolete/s-region.el: Move to obsolete.
12656
b0287b39
JB
126572010-03-19 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12660
3c95bbb6
DN
126612010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12662
12663 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12664
09158997
DN
126652010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12666
12667 Add special markup processing for commit logs.
12668 * log-edit.el (log-edit-extra-flags): New variable.
12669 (log-edit): Add new argument MODE. Use that mode when non-nil
12670 instead of the log-view-mode.
12671 (log-view-process-buffer): New function.
12672
12673 * vc.el: Document that the checkin method takes optional
12674 arguments. Document new backend specific method: log-view-mode.
12675 (vc-default-log-edit-mode): New function.
12676 (vc-checkin): Use a backend specific log-view-mode.
12677 Pass extra arguments to the checkin method.
12678 (vc-modify-change-comment): Pass a dummy extra argument.
12679
12680 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12681 log-edit.
12682 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12683 (vc-finish-logentry): Process the log buffer before passing it
12684 down. Pass log-edit-extra-flags.
12685
12686 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12687 command.
85626eef
SM
12688 (log-edit-extra-flags, log-edit-before-checkin-process):
12689 New declarations.
09158997
DN
12690
12691 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12692 command.
85626eef
SM
12693 (log-edit-extra-flags, log-edit-before-checkin-process):
12694 New declarations.
09158997
DN
12695 (vc-hg-log-edit-mode): New derived mode.
12696
12697 * vc-arch.el (vc-arch-checkin):
12698 * vc-cvs.el (vc-cvs-checkin):
12699 * vc-git.el (vc-git-checkin):
12700 * vc-mtn.el (vc-mtn-checkin):
12701 * vc-rcs.el (vc-rcs-checkin):
12702 * vc-sccs.el (vc-sccs-checkin):
12703 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12704
f430423d
SM
127052010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12708 parent typo).
12709
aa8f8277
GM
127102010-03-19 Glenn Morris <rgm@gnu.org>
12711
f430423d 12712 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12713
04525749
GM
127142010-03-18 Glenn Morris <rgm@gnu.org>
12715
c70815f1
GM
12716 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12717
84d0a5f8
GM
12718 * replace.el (query-replace-history): Give it a doc string.
12719 (map-query-replace-regexp): Use query-replace-from-history-variable
12720 and query-replace-to-history-variable.
12721
e3a15161
GM
12722 * mail/hashcash.el (declare-function): Remove duplicate definition.
12723
27be0364
GM
12724 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12725 Make it an obsolete alias for report-emacs-bug-address.
12726 (message-strip-special-text-properties): Declare.
12727 (report-emacs-bug): Remove test for a pretest bug address.
12728 Combine message-mode-specific code.
12729
88b8d18e
GM
12730 * mail/supercite.el: Don't require sendmail.
12731 (mh-in-header-p): Declare rather than using with-no-warnings.
12732 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12733 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12734
1a355d09
GM
12735 * calendar/cal-french.el: Convert to utf-8.
12736
04525749
GM
12737 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12738 Emacs scripts.
12739
ae84eb97
MA
127402010-03-16 Michael Albinus <michael.albinus@gmx.de>
12741
12742 * net/secrets.el (secrets-enabled): New variable. Use it instead
12743 of a subfeature.
12744
7c75524e
MA
127452010-03-15 Michael Albinus <michael.albinus@gmx.de>
12746
12747 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12748 service "org.freedesktop.secrets" can be pinged.
12749 Provide subfeature `enabled'.
7c75524e 12750
57938a79
JL
127512010-03-14 Juri Linkov <juri@jurta.org>
12752
12753 Add finder unknown keywords.
12754
12755 * finder.el (finder-unknown-keywords): New function.
12756
12757 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12758 to create a Finder node with unknown keywords.
12759
88f4758e
JL
127602010-03-14 Juri Linkov <juri@jurta.org>
12761
12762 * finder.el (finder-compile-keywords): Replace `princ' with
12763 `prin1' on a list of symbols interned from keyword strings.
12764
12765 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12766 a comma, then split keywords using a comma and optional whitespace.
12767 Otherwise, split by whitespace.
12768
12769 * complete.el:
12770 * face-remap.el:
12771 * log-view.el:
12772 * net/hmac-def.el:
12773 * net/hmac-md5.el:
12774 * net/netrc.el:
12775 * progmodes/mixal-mode.el: Fix keywords.
12776
7725ebb7
MA
127772010-03-13 Michael Albinus <michael.albinus@gmx.de>
12778
12779 * Makefile.in (ELCFILES): Add net/secrets.elc.
12780
12781 * net/secrets.el: New file.
12782
6f320937
CY
127832010-03-12 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * facemenu.el (list-colors-display, list-colors-print): New arg
12786 callback. Use it to allow selecting colors.
12787
12788 * wid-edit.el (widget-image-insert): Insert image prop even if the
12789 current display is non-graphic.
12790 (widget-field-value-set): New fun.
12791 (editable-field): Use it.
12792 (widget-field-value-get): Clean up unused var.
85626eef
SM
12793 (widget-color-value-create, widget-color--choose-action):
12794 New funs. Allow using list-colors-display to choose color.
6f320937 12795
647f9993
CY
127962010-03-12 Chong Yidong <cyd@stupidchicken.com>
12797
12798 * cus-edit.el: Resort topmost custom groups.
12799 (custom-buffer-sort-alphabetically): Default to t.
12800 (customize-apropos): Use apropos-parse-pattern.
12801 (custom-search-field): New var.
12802 (custom-buffer-create-internal): Add custom-apropos search field.
12803 (custom-add-parent-links): Don't display parent doc.
12804 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12805 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12806
12807 (custom-variable-state): New fun, from custom-variable-state-set.
12808 (custom-variable-state-set): Use it.
12809 (custom-group-value-create): Hide options with standard values
12810 using the :hidden-states property. Use progress reporter.
12811
12812 (custom-show): Simplify.
12813 (custom-visibility): Disable images by default.
12814 (custom-variable): New property :hidden-states.
12815 (custom-variable-value-create): Enable images for
12816 custom-visibility widgets. Use :hidden-states property to
12817 determine initial visibility.
12818
12819 * wid-edit.el (widget-image-find): Give images center ascent.
12820 (visibility): Add :on-image and :off-image properties.
12821 (widget-visibility-value-create): Use them.
12822
eba5b4dd
CY
128232010-03-12 Chong Yidong <cyd@stupidchicken.com>
12824
12825 * cus-edit.el (processes): Remove from development group.
12826 (oop, hypermedia): Delete group.
26f4b8ab 12827 (comm): Promote to top-level group.
eba5b4dd
CY
12828
12829 * net/browse-url.el (browse-url):
12830 * net/xesam.el (xesam):
12831 * net/tramp.el (tramp):
12832 * net/goto-addr.el (goto-address):
26f4b8ab 12833 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12834
12835 * view.el (view): Remove from editing group.
12836
12837 * uniquify.el (uniquify): Put in files group.
12838
12839 * net/browse-url.el (browse-url):
12840 * ps-print.el (postscript): Put in external group.
12841
12842 * cus-edit.el (outlines):
12843 * textmodes/text-mode.el (text-mode-hook):
12844 * textmodes/table.el (table):
12845 * textmodes/picture.el (picture):
12846 * outline.el (outlines): Put in wp group.
12847
12848 * nxml/nxml-mode.el (nxml): Remove from wp group.
12849
12850 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12851
12852 * mail/metamail.el (metamail): Remove from hypermedia group.
12853
12854 * cus-edit.el (abbrev):
12855 * whitespace.el (whitespace):
12856 * vcursor.el (vcursor):
12857 * reveal.el (reveal):
12858 * hl-line.el (hl-line): Put in convenience group.
12859
12860 * epg-config.el (epg): Put in data group.
12861
12862 * emulation/pc-select.el (pc-select): Put in emulations group.
12863
12864 * calculator.el (calculator): Put in applications group.
12865
8117868f
DN
128662010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12867
12868 Add .dir-locals.el support for file-less buffers.
12869 * files.el (hack-local-variables): Split out code to apply local
12870 variable settings ...
12871 (hack-local-variables-apply): ... here. New function.
12872 (hack-dir-local-variables): Use the default directory for when the
12873 buffer does not have an associated file.
12874 (hack-dir-local-variables-non-file-buffer): New function.
12875 * diff-mode.el (diff-mode):
12876 * vc-annotate.el (vc-annotate-mode):
12877 * vc-dir.el (vc-dir-mode):
12878 * log-edit.el (log-edit-mode):
12879 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12880
855a2294
DN
128812010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12882
12883 Add support for shelving snapshots and for showing shelves.
12884 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12885 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12886 New functions.
12887 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12888 (vc-bzr-extra-menu-map): Map them.
12889
3e5b7009
GM
128902010-03-11 Glenn Morris <rgm@gnu.org>
12891
0dcf7d7e
GM
12892 * cus-edit.el (customize-changed-options-previous-release):
12893 Bump to 23.1.
12894
3e5b7009
GM
12895 * image.el (image-animate-max-time): Fix :version tag.
12896
288f9fc0
CY
128972010-03-10 Chong Yidong <cyd@stupidchicken.com>
12898
12899 * Branch for 23.2.
12900
53ef91b1
SM
129012010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12902
12903 * vc-git.el (vc-git-revision-table): Include remote branches.
12904
b41460ae 129052010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12906
12907 Animated image API.
12908 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12909
12910 * image.el (image-animate-max-time): New defcustom.
12911 (image-animated-types): New defconst.
12912 (create-animated-image, image-animate-timer)
12913 (image-animate-start, image-animate-stop, image-animate-timeout)
12914 (image-animated-p): New functions.
12915
12916 * image-mode.el (image-toggle-display-image):
12917 Replace `create-image' with `create-animated-image'.
12918
e5d1fb10 129192010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12920
12921 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12922 instead of "format:"; this ensures that the output is
12923 newline-terminated.
12924
4e7cafbe
CY
129252010-03-08 Chong Yidong <cyd@stupidchicken.com>
12926
12927 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12928 that all errors are caught, and that the return value is always a
12929 list (Bug#5692).
12930
aec66319
KH
129312010-03-08 Kenichi Handa <handa@m17n.org>
12932
12933 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12934 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12935
b327c975
AS
129362010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12937
12938 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12939 call to rfc822-bad-address. (Bug#5692)
12940
1c465a6a
CY
129412010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12942
85626eef
SM
12943 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12944 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12945
a4e32226
CY
129462010-03-06 Chong Yidong <cyd@stupidchicken.com>
12947
12948 * calculator.el (calculator): Don't bind split-window-keep-point
12949 (Bug#5674).
12950
4c83ed3d
SM
129512010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12952
12953 * vc-git.el: Re-flow to fit into 80 columns.
12954 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12955 Remove spurious `quote' element in each case alternative.
12956 (vc-git-show-log-entry): Use prog1.
12957 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12958
e8defde3
SM
129592010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12962
233f0c9f
CY
129632010-03-03 Chong Yidong <cyd@stupidchicken.com>
12964
12965 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12966 definition, not the name (Bug#5481).
12967
254bedef 129682010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12969
12970 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12971 argument with a local variable. (Bug#5670)
12972
7187cdae
JL
129732010-03-02 Juri Linkov <juri@jurta.org>
12974
12975 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12976
9cf3544e
MA
129772010-03-02 Michael Albinus <michael.albinus@gmx.de>
12978
12979 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12980 error when FILENAME and NEWNAME are existing remote directories.
12981
12982 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12983 parameter DIR-FLAG.
12984
33f77982
GM
129852010-03-02 Glenn Morris <rgm@gnu.org>
12986
12987 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12988 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12989
d99ea08e
KH
129902010-03-01 Kenichi Handa <handa@m17n.org>
12991
e8defde3 12992 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12993 myanmar-composable-pattern.
12994
e8defde3
SM
12995 * international/characters.el (script-list):
12996 * international/fontset.el (script-representative-chars):
12997 Change myanmar to burmese.
d99ea08e 12998 (otf-script-alist): Likewise.
4aa2c3b2
KH
12999 (setup-default-fontset): Likewise. Re-fix :otf spec.
13000
b374f54d
KY
130012010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
13002
13003 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
13004
71572c03
JD
130052010-02-28 Jan Djärv <jan.h.d@swipnet.se>
13006
13007 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
13008
00cffdeb
MA
130092010-02-28 Michael Albinus <michael.albinus@gmx.de>
13010
13011 * net/tramp.el (tramp-handle-write-region): START can be a string.
13012 Take care in the checks. Reported by Dan Davison
13013 <davison@stats.ox.ac.uk>.
13014
d4b06783
MA
130152010-02-28 Michael Albinus <michael.albinus@gmx.de>
13016
13017 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
13018 (dbus-set-property, dbus-get-all-properties):
13019 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 13020
8c3e96d2
CY
130212010-02-28 Chong Yidong <cyd@stupidchicken.com>
13022
de3a1fe9
CY
13023 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
13024 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
13025 * calendar/icalendar.el (icalendar--add-diary-entry):
13026 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
13027 * files.el (recover-session-finish): Use with-current-buffer
13028 instead of save-excursion.
13029
c53b9c3b
SM
130302010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 Fix in-buffer completion when after-change-functions modify the buffer.
13033 * minibuffer.el (completion--replace): New function.
13034 (completion--do-completion): Use it and use relative movement.
13035
4a16bdc6
CY
130362010-02-27 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 13039
b8280f39
CY
130402010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
13041
c53b9c3b
SM
13042 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
13043 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 13044
f88cc4d6
KH
130452010-02-26 Kenichi Handa <handa@m17n.org>
13046
13047 * language/burmese.el: Fix entries in composition-function-table.
13048 (myanmar-composable-pattern): New variable.
13049
13050 * international/fontset.el (setup-default-fontset): Add an entry
13051 for myanmar.
13052
13053 * international/characters.el (script-list): Add Myanmar
13054 Extended-A.
13055
cdbf9100
GM
130562010-02-26 Glenn Morris <rgm@gnu.org>
13057
90a94603
GM
13058 * custom.el (custom-initialize-delay): Doc fix.
13059
cdbf9100
GM
13060 * mail/sendmail.el (send-mail-function): Autoload the call
13061 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
13062
f95a5fd0
CY
130632010-02-24 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * files.el (hack-local-variables-filter): For eval forms, also
13066 check safe-local-variable-p (Bug#5636).
13067
459a5f4b
MA
130682010-02-22 Michael Albinus <michael.albinus@gmx.de>
13069
13070 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13071 setting the modes by `ignore-errors'. It might fail, for example
13072 if the file is not owned by the user but the group.
13073 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13074
bb23f6e8
CY
130752010-02-21 Chong Yidong <cyd@stupidchicken.com>
13076
6a7662bb
BR
13077 * files.el (directory-listing-before-filename-regexp):
13078 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13079 date-like filenames (Bug#5597).
13080
b660eb70
CY
13081 * htmlfontify.el (htmlfontify): Doc fix.
13082
13083 * eshell/eshell.el (eshell): Doc fix.
13084
bb23f6e8
CY
13085 * startup.el (fancy-about-screen): In mode-line, apply
13086 mode-line-buffer-id face only to the buffer name (Bug#5613).
13087
3e39928c
CY
130882010-02-20 Kevin Ryde <user42@zip.com.au>
13089
f7e0618c
JB
13090 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13091 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13092 (Bug#5599).
13093
0f00e948
EZ
130942010-02-20 Eli Zaretskii <eliz@gnu.org>
13095
13096 * subr.el (remove-yank-excluded-properties): Explain in a comment
13097 why `category' property is removed.
13098
3513efb2
CY
130992010-02-19 Chong Yidong <cyd@stupidchicken.com>
13100
6a7662bb
BR
13101 * isearch.el (isearch-update-post-hook, isearch-update):
13102 Revert 2010-02-17 change.
3513efb2 13103
b4340b3f
UJ
131042010-02-19 Ulf Jasper <ulf.jasper@web.de>
13105
13106 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13107 (icalendar--convert-weekly-to-ical)
13108 (icalendar--convert-yearly-to-ical)
13109 (icalendar--convert-block-to-ical)
13110 (icalendar--convert-cyclic-to-ical)
13111 (icalendar--convert-anniversary-to-ical): Take care of time
13112 specifications where hour has 1-digit only (Bug#5549).
13113
8cfae03d
NR
131142010-02-19 Nick Roberts <nickrob@snap.net.nz>
13115
13116 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13117 of disassemble output in GDB 7.1.
13118
055e4eea
GM
131192010-02-19 Glenn Morris <rgm@gnu.org>
13120
13121 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13122 property. (Bug#5593)
13123
ff6b00de
SS
131242010-02-18 Sam Steingold <sds@gnu.org>
13125
13126 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13127
fe8c0b47
SM
131282010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 Use abbreviated file names in bookmarks (bug#5591).
13131 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13132 calls to expand-file-name.
13133 (bookmark-relocate): Use abbreviated file names in bookmarks.
13134 (bookmark-load): Use abbreviated file names in messages.
13135
73a37a69
MA
131362010-02-18 Michael Albinus <michael.albinus@gmx.de>
13137
13138 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13139 expand "." and "..". Reported by Thierry Volpiatto
13140 <thierry.volpiatto@gmail.com>.
13141
6e4f5731
MA
131422010-02-18 Michael Albinus <michael.albinus@gmx.de>
13143
13144 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13145 permissions of the temporary file to "0600". In case the remote
13146 file has no read permissions for the owner, there might be
13147 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13148
1314922010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13150
13151 * emacs-lisp/authors.el (authors-renamed-files-alist):
13152 Add entries for INSTALL.CVS.
13153
ba5bf642
MH
131542010-02-17 Mark A. Hershberger <mah@everybody.org>
13155
f7e0618c 13156 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13157
f7e0618c 13158 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13159 (isearch-update): Use the new hook.
13160
aac0b0f2
MA
131612010-02-16 Michael Albinus <michael.albinus@gmx.de>
13162
fe8c0b47
SM
13163 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13164 Fix errors in copying directories.
aac0b0f2
MA
13165 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13166 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13167 (tramp-handle-delete-file)
13168 (tramp-handle-dired-recursive-delete-directory)
13169 (tramp-handle-write-region): Flush also the cache for the upper
13170 directory.
13171
05bbe066
CY
131722010-02-16 Chong Yidong <cyd@stupidchicken.com>
13173
e8ab3908
CY
13174 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13175
ff90f4b0
CY
13176 * cus-edit.el (hardware): Doc fix.
13177
13178 * man.el (man): Add to external custom group.
13179
13180 * delim-col.el (columns): Move to wp custom group.
13181
13182 * doc-view.el (doc-view): Add to data custom group.
13183
fe8c0b47 13184 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13185
05bbe066
CY
13186 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13187 by ispell-parse-output (Bug#5575).
13188
fa6ea913
KH
131892010-02-16 Kenichi Handa <handa@m17n.org>
13190
13191 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13192 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13193 (skkdic-convert): Use `euc-japan' coding system for writing.
13194
88fd78ae
GM
131952010-02-16 Glenn Morris <rgm@gnu.org>
13196
13197 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13198 tex-main-file before using it. (Bug#5562)
13199
2b8c974a
SM
132002010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13201
13202 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13203 warnings, since it is annoying for the user to see them each time he
13204 runs the code.
13205
7540f029
MA
132062010-02-15 Michael Albinus <michael.albinus@gmx.de>
13207
13208 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13209 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13210 instead of PROC for caching "first-password-request". Otherwise,
13211 new processes would not profit from passwords already entered.
13212
2b8c974a
SM
13213 * net/tramp-cache.el (tramp-dump-connection-properties):
13214 Don't save "first-password-request" property.
7540f029 13215
fa5f7c5f
JB
132162010-02-14 Juanma Barranquero <lekktu@gmail.com>
13217
13218 * outline.el (outline-head-from-level):
13219 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13220 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13221 (elint-defun, elint-buffer-env, elint-top-form-logged)
13222 (elint-unbound-variable):
13223 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13224 Fix typos in docstrings.
13225
ecbaeb7b
MA
132262010-02-14 Michael Albinus <michael.albinus@gmx.de>
13227
13228 * files.el (insert-directory): When WILDCARD-REGEXP and
13229 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13230 whole directory. (Bug#5551)
13231
13232 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13233 dired's alignment sanity. (Bug#5516)
13234
91e3333f
JL
132352010-02-14 Juri Linkov <juri@jurta.org>
13236
13237 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13238 Remove remaining ^H with their preceding chars. (Bug#5566)
13239
36020642
GM
132402010-02-13 Glenn Morris <rgm@gnu.org>
13241
13242 * simple.el (transpose-subr): Give it a doc-string.
13243
13244 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13245 Doc fixes.
13246
f5952338
JL
132472010-02-12 Juri Linkov <juri@jurta.org>
13248
13249 * arc-mode.el (archive-unique-fname): Make directories for nested
13250 archives. (Bug#5540)
13251
918fe50f
JL
132522010-02-12 Juri Linkov <juri@jurta.org>
13253
13254 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13255
c07ff221
SM
132562010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13257
48b1e7cf
SM
13258 * subr.el (copy-overlay): Handle deleted overlays.
13259
c07ff221
SM
13260 * man.el (Man-completion-table): Don't signal an error if we can't run
13261 manual-program (bug#4056).
13262
0e374247
JB
132632010-02-10 Juanma Barranquero <lekktu@gmail.com>
13264
13265 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13266
dbf8402b
SM
132672010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13268
348d1e60
SM
13269 * info.el (Info-bookmark-jump): Simplify.
13270
dbf8402b
SM
13271 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13272 (bookmark-default-handler): Accept new bookmark field `buffer'.
13273
e6d23bb5
CY
132742010-02-10 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * iswitchb.el (iswitchb-completions): Revert last change.
13277
a8e4290b
MA
132782010-02-10 Michael Albinus <michael.albinus@gmx.de>
13279
2b23acde 13280 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13281 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13282 This prevents file names like "~/" being listed literally.
a8e4290b 13283
c59d6fad
DN
132842010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13285
348d1e60
SM
13286 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13287 Remove dead code. (Bug#5546)
c59d6fad 13288
3a66e78f
CY
132892010-02-09 Chong Yidong <cyd@stupidchicken.com>
13290
13291 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13292 correctly (Bug#5548).
13293
f29fd869
CY
132942010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13295
13296 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13297 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13298
7fad1447
KH
132992010-02-08 Kenichi Handa <handa@m17n.org>
13300
13301 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13302 cookie for putting `lisp-indent-function'.
7fad1447 13303
50e4518b
GM
133042010-02-07 Glenn Morris <rgm@gnu.org>
13305
13306 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13307 Move F2003 named interfaces from keywords-2 to keywords-1, and
13308 use function-name-face rather than constant-face.
13309 Simplify "abstract interface" regexp.
13310
a4cc44cf
CY
133112010-02-07 Chong Yidong <cyd@stupidchicken.com>
13312
13313 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13314 ID-FORMAT. Pass it to `file-attributes'.
13315
13316 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13317
c917476d
CY
133182010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13319
13320 * faces.el (set-face-attribute): Allow calling
13321 internal-set-lisp-face-attribute with 'unspecified family and
13322 foundry argument (Bug#5536).
13323
7cf3f3d6
GM
133242010-02-07 Glenn Morris <rgm@gnu.org>
13325
13326 * progmodes/f90.el (f90-font-lock-keywords-2)
13327 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13328 Handle F2003 named interfaces.
13329
ffe87109
CY
133302010-02-06 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13333 beg and end before calling c-get-state-before-change-functions.
13334
4775ecad
DN
133352010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13336
33aeea0e
SM
13337 * vc-bzr.el (vc-bzr-dir-extra-headers):
13338 Disable the pending merges header.
4775ecad 13339
0d17c4b9
JL
133402010-02-05 Juri Linkov <juri@jurta.org>
13341
13342 * doc-view.el (doc-view-mode):
13343 * image-mode.el (image-mode): Put property mode-class=special.
13344 (Bug#4896)
13345
8228a275
MH
133462010-02-05 Mark A. Hershberger <mah@everybody.org>
13347
13348 * vc-svn.el (vc-svn-revision-table): New function.
13349
d9320986
MA
133502010-02-05 Michael Albinus <michael.albinus@gmx.de>
13351
13352 * net/ange-ftp.el (ange-ftp-insert-directory):
13353 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13354 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13355 Handle also directories. (Bug#5478)
13356
f43d8ecc
GM
133572010-02-05 Glenn Morris <rgm@gnu.org>
13358
13359 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13360
ce3a988d
CY
133612010-02-05 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * startup.el (command-line-1): Convert options beginning with a
13364 single dash as well (Bug#5519).
13365
bdd42899
SM
133662010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13367
51b23c44
SM
13368 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13369 * minibuffer.el (completion-initials-expand): Only check the presence
13370 of delims *within* the boundaries, since otherwise the / delim is
13371 always found for files.
13372
bdd42899
SM
13373 Fix up various corner case problems.
13374 * doc-view.el (doc-view-last-page-number): New function.
13375 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13376 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13377 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13378 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13379 (doc-view-convert-current-doc): Don't create the resolution.el file
13380 here any more.
13381 (doc-view-pdf/ps->png): Do it here instead.
13382 (doc-view-already-converted-p): Check that resolution.el is present.
13383 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13384 windows that are not yet showing images.
13385
d5b3979c
MA
133862010-02-04 Michael Albinus <michael.albinus@gmx.de>
13387
13388 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13389 `dired-uncache' for every elemnt which is an absolute file name.
13390
13391 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13392 directory, handle its directory component.
13393 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13394 function is called permanently and creates noise, otherwise.
13395
13396 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13397 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13398 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13399
b003beb1
DB
134002010-02-04 David Burger <dburger@google.com> (tiny change)
13401
13402 * macros.el (apply-macro-to-region-lines):
13403 Minor simplification. (Bug#5485)
13404
ea92f9f3
GM
134052010-02-04 Glenn Morris <rgm@gnu.org>
13406
a03ae20d
GM
13407 * mail/rmail.el (rmail-show-message-1): Handle malformed
13408 quoted-printable text. (Bug#5441)
13409
4d01b827
GM
13410 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13411
ea92f9f3
GM
13412 * simple.el (visual-line-mode): Capitalize lighter.
13413
82055bb7
JW
134142010-02-03 John Wiegley <jwiegley@gmail.com>
13415
13416 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13417 list of files considered for "virtual buffer" completions.
13418
8214b6e4
MA
134192010-02-03 Michael Albinus <michael.albinus@gmx.de>
13420
13421 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13422 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13423 when dired is called with a list of files, which are not in
13424 `default-directory'. (Bug#5478)
13425
1df9718f
SM
134262010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13429
02ba1267
JL
134302010-02-02 Juri Linkov <juri@jurta.org>
13431
13432 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13433 from unidiff to allow function-line after @@.
13434
a0c6a0fb
JL
134352010-02-02 Juri Linkov <juri@jurta.org>
13436
13437 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13438 '(RCS SCCS) with inverted condition.
13439
c35fcd52
MA
134402010-02-02 Michael Albinus <michael.albinus@gmx.de>
13441
13442 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13443 messages.
13444
6ba973c1
JL
134452010-02-01 Juri Linkov <juri@jurta.org>
13446
13447 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13448 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13449 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13450 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13451
0bca393f
SM
134522010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13455 (doc-view-revert-buffer): New command.
13456 (doc-view-mode-map): Use it.
13457
7a444e2a
DN
134582010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13459
13460 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13461 pending merge is detected.
13462
ad6fc8f4
JL
134632010-01-31 Juri Linkov <juri@jurta.org>
13464
13465 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13466 beginning of interactive spec like all other grep commands do.
13467 Put "all" in front of "gz". (Bug#5260)
13468
b9236874
DN
134692010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13470
13471 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13472
1e868757
CY
134732010-01-29 Chong Yidong <cyd@stupidchicken.com>
13474
13475 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13476 regexp is incorrect (Bug#5476).
13477
e5c70c41
MA
134782010-01-29 Michael Albinus <michael.albinus@gmx.de>
13479
13480 * net/tramp.el (tramp-handle-insert-directory): Handle also
13481 symlinks, when FILENAME is not in `default-directory'.
13482
0c0b61f1
MA
134832010-01-28 Michael Albinus <michael.albinus@gmx.de>
13484
13485 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13486 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13487
13488 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13489 of SWITCHES. Handle the case, FILENAME is not in
13490 `default-directory'. (Bug#5478)
13491 (tramp-register-file-name-handlers): Add safe-magic property.
13492
763f325e
CY
134932010-01-28 Chong Yidong <cyd@stupidchicken.com>
13494
13495 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13496 unzip (Bug#5475).
13497
fd09a83f
CY
134982010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13499
13500 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13501 (flymake-master-make-header-init): Add other C++ filename masks.
13502 (flymake-find-possible-master-files)
13503 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13504
7e5686f0
MA
135052010-01-28 Michael Albinus <michael.albinus@gmx.de>
13506
13507 Fix some busybox annoyances.
13508
13509 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13510 not responding." string.
13511 (tramp-open-connection-setup-interactive-shell): Dump stty
13512 settings. Enable "neveropen" arg for all `tramp-send-command'
13513 calls. Handle "=" in variable values properly.
13514 (tramp-find-inline-encoding): Raise an error, when no encoding is
13515 found.
13516 (tramp-wait-for-output): Check, whether PROC buffer is available.
13517 Remove spurious " ^H" sequences, sent by busybox.
13518 (tramp-get-ls-command): Suppress coloring, if possible.
13519
c6265c10
GM
135202010-01-28 Glenn Morris <rgm@gnu.org>
13521
c85a168b
GM
13522 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13523
c6265c10
GM
13524 * log-edit.el (log-edit-strip-single-file-name): Add missing
13525 :safe, :group, and :version tags.
13526
7d82a738
SB
135272010-01-27 Stephen Berman <stephen.berman@gmx.net>
13528
13529 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13530 buffers. (Bug#5477)
13531
8b0e68ea
CY
135322010-01-27 David De La Harpe Golden <david@harpegolden.net>
13533
13534 * files.el (delete-directory): Handle moving to trash without
13535 first doing recursion (Bug#5436).
13536
368d3208
DN
135372010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13538
13539 * vc-hooks.el (vc-path): Mark as obsolete.
13540
755da7fa
DN
135412010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13542
e2396d80
DN
13543 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13544 names too.
13545
755da7fa
DN
13546 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13547 for the short log.
13548 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13549
6a6d15ab 135502010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13551
ac9ffe99 13552 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13553
48c2d18a 13554 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13555
25f38310 135562010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13557
13558 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13559 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13560
51850286
DN
135612010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13562
c2f1d6d8
DN
13563 Remove support for adding --signoff on commit.
13564 Future support will use an incompatible generic mechanism.
13565 * vc-git.el (vc-git-add-signoff): Remove variable.
13566 (vc-git-toggle-signoff): Remove function.
13567 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13568
6a7662bb
BR
13569 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13570 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13571 was set.
13572 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13573 earlier, call it again in case the background mode has changed.
13574
02c6d0d0
CY
135752010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13576
13577 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13578 (Bug#3541).
13579
064eee03
CY
135802010-01-23 Chong Yidong <cyd@stupidchicken.com>
13581
02c6d0d0
CY
13582 * emacs-lisp/assoc.el (aelement): Doc fix.
13583 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13584
5336c3ec 135852010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13586
48c2d18a 13587 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13588 is the same as subprogram call, not declaration. (Bug#5435).
13589
0536254e
MA
135902010-01-23 Michael Albinus <michael.albinus@gmx.de>
13591
13592 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13593 (tramp-smb-maybe-open-connection): Use it.
13594
411d06c2
MA
135952010-01-22 Michael Albinus <michael.albinus@gmx.de>
13596
0536254e 13597 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13598
c893016b
SM
135992010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13602 just because we see "encoding: 8bit".
13603 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13604
9425f8e1
CY
136052010-01-22 Chong Yidong <cyd@stupidchicken.com>
13606
13607 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13608
6a801864
EZ
136092010-01-22 Eli Zaretskii <eliz@gnu.org>
13610
13611 * jka-compr.el (jka-compr-load): If load-file is not in
13612 load-history, try its file-truename version. (bug#5447)
13613
3e8f7d91
AM
136142010-01-21 Alan Mackenzie <acm@muc.de>
13615
13616 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13617 * progmodes/cc-engine.el (c-invalidate-state-cache):
13618 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13619 special cpp construct is still in the buffer.
13620 (c-parse-state): Record the special cpp with markers, not numbers.
13621
f0bd0ad5
CY
136222010-01-21 Kenichi Handa <handa@m17n.org>
13623
13624 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13625 process last-command-event, as it is now decoded first (Bug#5380).
13626
5189d95b
CY
136272010-01-20 Chong Yidong <cyd@stupidchicken.com>
13628
13629 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13630
e073d74a
GM
136312010-01-20 Glenn Morris <rgm@gnu.org>
13632
13633 * indent.el (tab-always-indent): Fix custom-type.
13634
8ee04f3a
AM
136352010-01-19 Alan Mackenzie <acm@muc.de>
13636
13637 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13638 buffer throws "args out of range".
13639 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13640 playing the role of delimiter.
13641
6a47c86a
SL
136422010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13643
bf0b361c 13644 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13645 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13646 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13647 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13648 Improve comments in "is" portion. Handle null procedure declaration.
13649 (ada-move-to-end): Improve doc string.
13650
2acfb954
ÓF
136512010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13652
e90d57c0 13653 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13654 Remove obsolete information from commentary.
e90d57c0
JB
13655 (ido-choice-list): Initialize to nil.
13656 (ido-get-bufname): Reject minibuffers.
13657 (ido-make-buffer-list): If "default" is a nonexistent
13658 buffer, ignore it, as per the function's comment.
13659 (ido-kill-buffer-internal): New function.
13660 (ido-kill-buffer-at-head): Use it.
13661 (ido-visit-buffer): Likewise.
2acfb954 13662
244b023e
CY
136632010-01-18 Chong Yidong <cyd@stupidchicken.com>
13664
13665 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13666
db9e401b
JB
136672010-01-18 Juanma Barranquero <lekktu@gmail.com>
13668
db9e401b
JB
13669 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13670 Fix typos in chart titles.
13671
13672 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13673 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13674 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13675 (describe-class, eieio-describe-generic, describe-generic):
13676 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13677 (eieio-speedbar-expand):
13678 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13679 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13680 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13681 (viper-del-backward-char-in-replace, viper-backward-indent)
13682 (viper-brac-function, viper-register-to-point, viper-submit-report):
13683 * net/tramp.el (tramp-remote-coding-commands):
13684 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13685 Fix typos in docstrings.
13686
9295137d
CY
136872010-01-17 Chong Yidong <cyd@stupidchicken.com>
13688
13689 * mail/sendmail.el (mail-yank-original): Set the mark if the
13690 specified function for yanking does not do it.
13691
4d0bbcb6
DN
136922010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13693
7902c120
DN
13694 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13695
4d0bbcb6
DN
13696 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13697 resyncing a directory.
13698
0b702bc1
SL
136992010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13700
6a47c86a 13701 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13702 (ada-ident-re): Delete ., allow multibyte characters.
13703 (ada-goto-label-re): New; matches goto labels.
13704 (ada-block-label-re): New; matches block labels.
13705 (ada-label-re): New; matches both.
5f9d345c 13706 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13707 `ada-block-label-re' instead.
13708 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13709 Use `ada-block-label-re'.
13710 (ada-indent-on-previous-lines): Improve handling of goto labels.
13711 (ada-get-indent-block-start): Special-case block label.
13712 (ada-get-indent-label): Split into `ada-indent-block-label' and
13713 `ada-indent-goto-label'.
13714 (ada-goto-stmt-start, ada-goto-next-non-ws):
13715 Optionally ignore goto labels.
13716 (ada-goto-next-word): Simplify.
13717 (ada-indent-newline-indent-conditional): Insert newline before
13718 trying to fix indentation; doc fix.
13719
05287c49
JB
137202010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13721
13722 * calc/calc.el (calc-command-flags): Give it an initial value.
13723
4963739e
JB
137242010-01-17 Juanma Barranquero <lekktu@gmail.com>
13725
4963739e
JB
13726 * files.el (minibuffer-with-setup-hook):
13727 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13728 (artist-key-draw-continously, artist-key-do-continously-continously)
13729 (artist-key-set-point-continously, artist-mouse-draw-continously):
13730 Fix typos in docstrings.
13731
116bd1ee
CY
137322010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13733
6a7662bb
BR
13734 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13735 Never return t (Bug#3898).
116bd1ee 13736
2784cd7a 137372010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13738
13739 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13740 can parse the output of the external commands (Bug#5279).
13741
abd5cfe8
CY
137422010-01-16 Jari Aalto <jari.aalto@cante.net>
13743
13744 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13745
4fe22cdf
CY
137462010-01-16 Chong Yidong <cyd@stupidchicken.com>
13747
bbdc98ef
CY
13748 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13749
c7dc1ac1
CY
13750 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13751
4fe22cdf
CY
13752 * startup.el (command-line): Remove unused --icon-type arg.
13753 Handle --display arg, passing it to command-line-1 (Bug#5392).
13754
045b9da7
ML
137552010-01-16 Mario Lang <mlang@delysid.org>
13756
045b9da7
ML
13757 * emacs-lisp/chart.el (chart-translate-namezone):
13758 * textmodes/artist.el (artist-compute-popup-menu-table):
13759 Remove duplicated words in doc-strings.
13760
6554a5df
CY
137612010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13762
13763 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13764 to mairix-search to suppress threading (Bug#5342).
13765
ca4f0e9a
KH
137662010-01-15 Kenichi Handa <handa@m17n.org>
13767
13768 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13769 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13770
1db3226b
GM
137712010-01-15 Glenn Morris <rgm@gnu.org>
13772
56a03f46
GM
13773 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13774
13775 * wid-edit.el (widget-keymap): Doc fix.
13776
1db3226b
GM
13777 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13778 former seems to be more widely accepted by various svn versions.
13779
80cd4bb4
JB
137802010-01-14 Juanma Barranquero <lekktu@gmail.com>
13781
d1f18ec0
JB
13782 * find-cmd.el (find-constituents):
13783 * vc-arch.el (vc-arch-root):
13784 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13785 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13786 * progmodes/ada-stmt.el (ada-if):
13787 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13788 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13789 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13790 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13791
80cd4bb4
JB
13792 * progmodes/flymake.el (flymake-post-syntax-check):
13793 Fix typo in error message.
13794
9c23ca47
JB
137952010-01-14 Juanma Barranquero <lekktu@gmail.com>
13796
13797 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13798 which is always a string. (Bug#5313)
13799
8794c483
JB
138002010-01-14 Juanma Barranquero <lekktu@gmail.com>
13801
13802 * progmodes/ada-xref.el (ada-default-prj-properties):
13803 Simplify previous change.
13804
95005d39
SL
138052010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13806
13807 * progmodes/ada-xref.el (ada-default-prj-properties):
13808 Default ada_project_path to $ADA_PROJECT_PATH.
13809
138102010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13811
13812 * progmodes/ada-mode.el (ada-create-keymap):
13813 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13814
fb0d1545
SL
138152010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13816
13817 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13818 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13819 (ada-get-current-indent, ada-imenu-generic-expression)
13820 (ada-which-function): Check for it.
13821
5c9434d0
SL
138222010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13823
13824 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13825 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13826
3a4f3a3b
GM
138272010-01-14 Glenn Morris <rgm@gnu.org>
13828
13829 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13830
d9a7c140
KH
138312010-01-14 Kenichi Handa <handa@m17n.org>
13832
13833 * composite.el (auto-composition-mode): Make it a buffer local
13834 variable (permanent-local).
13835 (auto-composition-function): Set the default value to
13836 auto-compose-chars.
49caf252 13837 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13838 (global-auto-composition-mode): Likewise.
13839 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13840
38bee102
KF
138412010-01-13 Karl Fogel <kfogel@red-bean.com>
13842
13843 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13844
b8b45afc
MA
138452010-01-12 Michael Albinus <michael.albinus@gmx.de>
13846
13847 * files.el (copy-directory): Compute target for recursive
13848 directories with identical names. (Bug#5343)
13849
893db5bc
GM
138502010-01-12 Glenn Morris <rgm@gnu.org>
13851
6a7662bb
BR
13852 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13853 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13854
d8b8451f
SS
138552010-01-11 Sam Steingold <sds@gnu.org>
13856
13857 * imenu.el (imenu-default-create-index-function): Detect infinite
13858 loops caused by imenu-prev-index-position-function.
13859
30afcdff
JB
138602010-01-11 Juanma Barranquero <lekktu@gmail.com>
13861
13862 * htmlfontify.el (htmlfontify-load-rgb-file)
13863 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13864 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13865 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13866 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13867 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13868 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13869 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13870 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13871 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13872 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13873 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13874 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13875 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13876 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13877 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13878 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13879 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13880 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13881 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13882 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13883 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13884 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13885 backslash-quoting from parentheses, etc.
13886
92b1c416
CY
138872010-01-11 Chong Yidong <cyd@stupidchicken.com>
13888
13889 * progmodes/js.el: Autoload javascript-mode alias.
13890
4454adab
JB
138912010-01-11 Juanma Barranquero <lekktu@gmail.com>
13892
13893 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13894 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13895 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13896 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13897 Fix typos in docstrings.
13898 (ffap-url-regexp): Doc fix.
13899 (ffap-at-mouse): Fix typo in message.
13900
6589a2f9
GM
139012010-01-11 Glenn Morris <rgm@gnu.org>
13902
13903 * version.el (emacs-copyright): Set copyright year to 2010.
13904
4e5617ee
SM
139052010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * format.el (format-annotate-function): Only set
13908 write-region-post-annotation-function after running to-fn so as not to
13909 affect nested write-region calls (bug#5273).
13910
52bee098
CY
139112010-01-10 Chong Yidong <cyd@stupidchicken.com>
13912
a069f067
CY
13913 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13914 wisent/python.el.
13915
e709e39d
CY
139162010-01-09 Chong Yidong <cyd@stupidchicken.com>
13917
13918 * man.el (Man-goto-section): Signal error if the section is not
13919 found (Bug#5317).
13920
6ee86780
JB
139212010-01-09 Juanma Barranquero <lekktu@gmail.com>
13922
13923 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13924 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13925
fa7b5f7b
CY
139262010-01-09 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * progmodes/compile.el: Don't treat compile-command as safe if
13929 compilation-read-command might be nil (Bug#4218).
13930
de62c4d9
JD
139312010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13932
13933 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13934 NS options.
13935
e94be827
KH
139362010-01-08 Kenichi Handa <handa@m17n.org>
13937
4e5617ee
SM
13938 * international/fontset.el (build-default-fontset-data):
13939 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13940
1dfae2a2
JB
139412010-01-07 Juanma Barranquero <lekktu@gmail.com>
13942
13943 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13944 to `create-file-buffer' as it expects, not just a buffer name.
13945 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13946 to help uniquify. (Bug#3224)
13947
d0cf45b7
JD
139482010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13949
13950 * font-setting.el (font-setting-change-default-font): Use user-spec
13951 instead of name.
13952
7534fa5e
DN
139532010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13954
13955 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13956
fd579fdc
CY
139572010-01-05 Tom Tromey <tromey@redhat.com>
13958
4e5617ee
SM
13959 * progmodes/python.el (python-font-lock-keywords):
13960 Handle qualified decorators (Bug#881).
fd579fdc 13961
37860caf
DN
139622010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13963
13964 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13965 in a lightweight checkout.
13966
69db641d
KH
139672010-01-05 Kenichi Handa <handa@m17n.org>
13968
4e5617ee 13969 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13970
b25d6a02
DN
139712010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13972
13973 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13974
137d88ca
DN
139752010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13976
13977 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13978 checkouts. (Bug#618)
3d5d0aa9 13979 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13980 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13981 (vc-bzr-shelve-menu-map):
13982 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13983 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13984
da76998b
CY
139852010-01-02 Chong Yidong <cyd@stupidchicken.com>
13986
13987 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13988 They are valid characters in URL paths (rfc3986), and at least
13989 Firefox does not understand the encoded version (Bug#3166).
13990
b2ad70b6
CY
139912010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13992
13993 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13994 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13995 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13996 (octave-end-as-array-index-p): New function.
13997 (calculate-octave-indent): Use it.
13998
54136282
KF
139992010-01-02 Karl Fogel <kfogel@red-bean.com>
14000
14001 * bookmark.el: Consistently put the text property on the bookmark name.
14002 (bookmark-bmenu-marks-width): Bump back to 2, to include
14003 annotation marks.
14004 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
14005 property on the bookmark name, instead of not putting it at all.
14006 (bookmark-bmenu-list): Fix where we put the text property.
14007
cc4d3cad
KF
140082010-01-02 Karl Fogel <kfogel@red-bean.com>
14009
14010 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
14011 for showing buffer modified state (as added in the previous change).
14012
b894c439
KF
140132010-01-02 Karl Fogel <kfogel@red-bean.com>
14014
14015 * bookmark.el: Show modified state of bookmark buffer more accurately.
14016 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
14017 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
14018 (with-buffer-modified-unmodified): New macro.
14019 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
14020 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 14021 Use new macro to preserve the buffer modified state.
b894c439 14022
3a69db53
KF
140232010-01-02 Karl Fogel <kfogel@red-bean.com>
14024
4e5617ee 14025 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
14026 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
14027 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
14028 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
14029 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
14030 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
14031 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 14032
af414f10
EZ
140332010-01-02 Eli Zaretskii <eliz@gnu.org>
14034
4e5617ee
SM
14035 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14036 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 14037
f2ec0e5e
CY
140382010-01-02 Ryan Yeske <rcyeske@gmail.com>
14039
14040 * net/rcirc.el: Add follow-link binding (Bug#4738).
14041
38c1ba62
EZ
140422010-01-02 Eli Zaretskii <eliz@gnu.org>
14043
4e5617ee 14044 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14045 (cvs-update): New target for backward compatibility.
14046
4e5617ee 14047 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
14048 (cvs-update): New target for backward compatibility.
14049
ea2c0f5b
KF
140502010-01-02 Karl Fogel <kfogel@red-bean.com>
14051
14052 * bookmark.el: Remove gratuitous gratitude.
14053
5ae329f4
KF
140542010-01-02 Karl Fogel <kfogel@red-bean.com>
14055
c4cc8b9a 14056 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
14057 (bookmark-bmenu-save): Clear buffer modification if no marks.
14058
140592010-01-02 Karl Fogel <kfogel@red-bean.com>
14060
14061 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
14062 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
14063 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
14064 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
14065
14066 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
14067 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
14068 To: emacs-devel {_AT_} gnu.org
14069 Subject: bookmark.el bug report
14070 Date: Mon, 28 Dec 2009 14:19:16 +0800
14071 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14072
aef053eb
KF
140732010-01-02 Karl Fogel <kfogel@red-bean.com>
14074
14075 * bookmark.el: Improvements suggested by Drew Adams:
14076 (bookmark-bmenu-ensure-position): New name for
14077 `bookmark-bmenu-check-position'. Just ensure the position,
14078 don't return any meaningful value.
14079 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14080 New constants.
14081
0472835f
JB
140822010-01-02 Juanma Barranquero <lekktu@gmail.com>
14083
14084 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14085 (bookmark-yank-point, bookmark-bmenu-check-position):
14086 Fix typos in docstrings.
14087 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14088 (bookmark-name-from-full-record, bookmark-get-position)
14089 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14090 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14091 Remove useless quoting of parenthesis, etc. in docstrings.
14092
14093 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14094 (ediff-append-custom-diff): Fix typo in error message.
14095 (ediff-meta-mark-equal-files): Fix typos in messages.
14096
14097 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14098
0472835f
JB
14099 * net/imap-hash.el (imap-hash-make): Doc fix.
14100 (imap-hash-test): Fix typo in error message; reflow docstring.
14101 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14102 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14103 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14104 Fix typos in docstrings.
14105 (imap-hash-open-connection): Fix typo in error message.
14106
14107 * play/gomoku.el (gomoku): Fix typos in docstring.
14108
14109 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14110 (gdb-jsonify-buffer): Fix typos in docstring.
14111 (gdb-goto-breakpoint): Fix typo in error message.
14112 ("Display Other Windows"): Fix typo in help message.
14113 (gdb-speedbar-expand-node): Fix typo in question.
14114
14115 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14116 (idlwave-html-system-help-location, idlwave-html-help-location)
14117 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14118 (idlwave-help-browser-generic-args, idlwave-help-directory)
14119 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14120 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14121 (idlwave-online-help, idlwave-help-html-link)
14122 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14123 Fix typos in docstrings.
14124 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14125 Reflow docstrings.
14126 (idlwave-help-assistant-start): Fix typo in error message.
14127
14128 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14129 (octave-electric-space): Fix typos in docstrings.
14130
9bbe0828
CY
141312010-01-01 Chong Yidong <cyd@stupidchicken.com>
14132
14133 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14134
a88c46c3
CY
141352010-01-01 Juri Linkov <juri@jurta.org>
14136
14137 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14138 increase the default to 500 (Bug#5148).
a88c46c3 14139
7ee6c59b
NR
141402009-12-31 Nick Roberts <nickrob@snap.net.nz>
14141
14142 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14143 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14144 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14145
a9c8a2cd
NR
141462009-12-30 Nick Roberts <nickrob@snap.net.nz>
14147
14148 Show working revision correctly for mercurial.
14149 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14150 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14151
659e4408
JB
141522009-12-29 Juanma Barranquero <lekktu@gmail.com>
14153
14154 Declare some functions for the byte-compiler.
14155 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14156 (speedbar-timer-fn, speedbar-change-expand-button-char)
14157 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14158
7ee6c59b
NR
141592009-12-29 Nick Roberts <nickrob@snap.net.nz>
14160
14161 This changeset reverts GDB Graphical Interface to use annotations.
14162 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14163
460f6e7c
DN
141642009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14165
14166 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14167 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14168 Return file names relative to it.
460f6e7c
DN
14169 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14170 relative directory to vc-bzr-after-dir-status.
14171
543f553a
TH
141722009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14173
14174 * font-lock.el (font-lock-refresh-defaults): New function, which
14175 can be used to let font-lock react to external changes in
14176 variables like font-lock-defaults and keywords.
14177 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14178
2592ab76
DN
141792009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14180
ac859983
DN
14181 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14182
2592ab76
DN
14183 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14184
58941d03
JB
141852009-12-28 Juanma Barranquero <lekktu@gmail.com>
14186
14187 Supersede color.diff settings in git log (bug#5211).
14188
14189 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14190 escape chars in its output when the user has color.diff set to `always'.
14191 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14192
39764e76
KR
141932009-12-26 Kevin Ryde <user42@zip.com.au>
14194
14195 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14196 node. Keep previous "Index" name to work with past coreutils too.
14197
91c4831e
KR
14198 * man.el (man): Revise docstring a bit to show -a and -l as
14199 examples. Add -k description since support for it has otherwise
14200 been a secret. (Further to bug#3717.)
651e932e
KR
14201 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14202 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14203 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14204
7f4d4a97
MA
142052009-12-26 Michael Albinus <michael.albinus@gmx.de>
14206
14207 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14208 switches. Check also for //SUBDIRED// line.
14209
bcffff46
KH
142102009-12-25 Kenichi Handa <handa@m17n.org>
14211
88b5a757 14212 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14213 handle ZWNJ and ZWJ. Use it in composition-function-table for
14214 Devanagari.
14215 (malayalam-composable-pattern): Fix previous change.
14216
dc1dcfa4
VJL
142172009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14218
14219 * ps-print.el (ps-face-attributes): It was not returning the
14220 attribute face for faces specified as string. Reported by harven
80525855 14221 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14222 (ps-print-version): New version 7.3.5.
14223
6fe539d2
UJ
142242009-12-18 Ulf Jasper <ulf.jasper@web.de>
14225
85626eef 14226 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14227 Fix timezone names.
14228 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14229 (icalendar--add-diary-entry): Remove the trailing blank that
14230 diary-make-entry inserts.
14231
1f3611c6
MA
142322009-12-17 Michael Albinus <michael.albinus@gmx.de>
14233
14234 Make `file-expand-wildcards' work for remote files.
14235
14236 * files.el (file-expand-wildcards): In case of remote files, check
14237 only local file name part for wildcards. Provide feature 'files
14238 and subfeature 'remote-wildcards. (Bug#5198)
14239
14240 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14241 if there is already an established connection.
14242 (tramp-advice-file-expand-wildcards): Remove it.
14243
14244 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14245 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14246 Activate advice for older GNU Emacs versions. (Bug#5237)
14247
9762b219
JB
142482009-12-17 Juanma Barranquero <lekktu@gmail.com>
14249
14250 Some doc fixes (more needed).
14251
14252 * find-cmd.el (find-constituents): Reflow docstring.
14253 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14254 (find-generic): Doc fix.
14255
cfb54897
JL
142562009-12-17 Juri Linkov <juri@jurta.org>
14257
14258 Fix regression from 23.1 to allow multiple modes in Local Variables.
14259
14260 * files.el (hack-local-variables-filter): While ignoring duplicates,
14261 don't take `mode' into account.
85626eef
SM
14262 (hack-local-variables-filter, hack-dir-local-variables):
14263 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14264
ad974e9e
JL
142652009-12-17 Juri Linkov <juri@jurta.org>
14266
85626eef 14267 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14268
14269 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14270 `current' or when `file' is a directory of the `current' file.
14271
3616e0b9
AS
142722009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14273
14274 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14275 unconditionally preloaded files.
14276
72b57560
JL
142772009-12-16 Juri Linkov <juri@jurta.org>
14278
14279 Revert to old 23.1 logic of using the file at the mark as default.
14280 * dired-aux.el (dired-diff): Use the file at the mark as default
14281 if it's not the same as the current file, and the target dir is
14282 the current dir or the mark is active. Add the current file
14283 as the arg of `dired-dwim-target-defaults'. Use the default file
14284 in the prompt. (Bug#5225)
14285
68712eb6
MA
142862009-12-15 Michael Albinus <michael.albinus@gmx.de>
14287
14288 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14289 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14290 (tramp-check-for-regexp): Check also, when an echoing shell stops
14291 to echo sent commands.
14292
fd471993
CY
142932009-12-14 Chong Yidong <cyd@stupidchicken.com>
14294
14295 * Makefile.in: Revert last change (Bug#5191).
14296
86b5e14c
DN
142972009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14298
14299 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14300 (vc-hg-working-revision): Make sure the command is executed in a
14301 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14302
8cffbb75
CY
143032009-12-14 Chong Yidong <cyd@stupidchicken.com>
14304
14305 * progmodes/python.el (python-symbol-completions): Remove text
14306 properties from symbol string before calling python-send-receive.
14307
6c2b67ad
NR
143082009-12-14 Nick Roberts <nickrob@snap.net.nz>
14309
14310 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14311 when there are values for both file and line. (Bug#5060)
6c2b67ad 14312
ff6f4585
JL
143132009-12-14 Juri Linkov <juri@jurta.org>
14314
14315 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14316 whitespace after the file name of the first line of unified format,
14317 because git-diff doesn't output whitespace and file modification time
14318 after the file name.
14319
d3de1c8e
JL
143202009-12-14 David Kastrup <dak@gnu.org>
14321
14322 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14323 check if it already has the `display' property added by
14324 `Info-display-images-node', and not put the `invisible' property
14325 in this case.
14326
2f1b7dc4
GM
143272009-12-13 Glenn Morris <rgm@gnu.org>
14328
a0cefee5
GM
14329 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14330 (report-emacs-bug): In message-mode, sort manually before storing
14331 original report text. (Bug#5178)
2f1b7dc4
GM
14332 Remove superfluous save-excursion.
14333
31bb373f
MA
143342009-12-12 Michael Albinus <michael.albinus@gmx.de>
14335
14336 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14337 when responding to "GetAll" properties.
14338
5e1d4968
CY
143392009-12-12 Chong Yidong <cyd@stupidchicken.com>
14340
14341 * simple.el (compose-mail): Remove mail-setup-with-from from
14342 customization checks.
14343
097d86f9
EZ
143442009-12-12 Eli Zaretskii <eliz@gnu.org>
14345
14346 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14347 RAR archives created on Unix systems.
14348
1d4adede
SM
143492009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14352 the varalias that was accidentally removed by the 2009-11-19 change
14353 (bug#5186).
14354
3ff3655c
KH
143552009-12-12 Kenichi Handa <handa@m17n.org>
14356
14357 * language/indian.el (indian-compose-regexp): New function.
14358 (malayalam-composable-pattern): Fix the pattern.
14359 (composition-function-table): Set malayalam-composable-pattern for
14360 Malayalam characters.
14361
82d3343c
CY
143622009-12-11 Chong Yidong <cyd@stupidchicken.com>
14363
315eb96d
CY
14364 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14365 rather than down-mouse-1, based on follow-link conventions.
14366
82d3343c
CY
14367 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14368 are compiled.
14369
86a4c7ac
DN
143702009-12-11 Michael McNamara <mac@mail.brushroad.com>
14371
bf0b361c 14372 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14373 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14374 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14375 (verilog-leap-to-head, verilog-backward-token):
14376 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14377
143782009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14379
bf0b361c
JB
14380 * progmodes/verilog-mode.el (verilog-auto-lineup)
14381 (verilog-nameable-item-re): Cleanup user-visible spelling and
14382 documentation errors. One reported by Gary Delp.
1d4adede 14383 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14384 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14385 package, bug195. Reported by Pierre-David Pfister.
14386
fe03f49a
GM
143872009-12-11 Glenn Morris <rgm@gnu.org>
14388
47641aac
GM
14389 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14390
85094855
GM
14391 * mail/emacsbug.el: No longer require sendmail.
14392 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14393 (report-emacs-bug-orig-text): Doc fix.
14394 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14395 New local variables, to adapt to different mail-user-agents.
14396 (report-emacs-bug): Fix test for a gnu.org address.
14397 Use overlays for emphasis, since font-lock defeats 'face property.
14398 Pretest bugs also end up at the newsgroup these days.
14399 Stop message-mode stripping text properties.
14400 Set and use the new buffer-local variables.
14401 (report-emacs-bug-hook): Add doc-string.
14402 Remove some unnecessary save-excursions and simplify.
14403 Use the appropriate hook and send-command.
14404
fe03f49a
GM
14405 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14406 capitalization of some menu entries.
14407
345427f0
VJL
144082009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14409
277e6741
MP
14410 * whitespace.el (whitespace-display-char-on):
14411 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14412 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14413 New version 12.1.
14414
c70ccbba
EZ
144152009-12-10 Eli Zaretskii <eliz@gnu.org>
14416
14417 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14418 characters in the Attribute field.
14419
f1943c1b
DN
144202009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14421
14422 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14423
1c67aeaa
SM
144242009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14425
14426 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14427 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14428 Disregard autoload-excludes.
14429 (update-directory-autoloads): Obey autoload-excludes here instead.
14430 But don't store its contents in no-autoloads and remove entries that
14431 refer to excludes files.
14432
d8194864
GM
144332009-12-10 Glenn Morris <rgm@gnu.org>
14434
8c0171c0
GM
14435 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14436 (expand-mail-aliases): Define for compiler.
14437
dba372dd
GM
14438 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14439 Define for compiler.
14440
d8194864
GM
14441 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14442 appropriate for the mail-user-agent in use.
14443
fe5facd3
MA
144442009-12-09 Michael Albinus <michael.albinus@gmx.de>
14445
14446 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14447
99999a1d
DN
144482009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14449
14450 Fix short log parsing and fontification.
14451 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14452 Fix fontification for the [merge] label.
14453
2ea1c4aa
SM
144542009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14455
85626eef 14456 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14457 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14458 (hfy-fontify-buffer): Use it.
14459
9840deb6
SM
144602009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14461
a0d1aadf
SM
14462 Minor cleanup.
14463 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14464 Adjust all callers.
14465 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14466 args compulsory. Adjust callers.
14467 (ffap-gopher-at-point): Remove unused var `name'.
14468
9840deb6
SM
14469 Get rid of the ELCFILES abomination.
14470 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14471 (compile-elcfiles): New phony target.
14472 (compile-main): Compute ELCFILES dynamically.
14473 (compile-clean): New target to remove left-over elc files.
14474 (compile, all): Use it.
14475
7eb3f9a8
KH
144762009-12-09 Kenichi Handa <handa@etlken>
14477
14478 * international/mule-diag.el: Require help-mode instead of help-fns.
14479
ae63e572
KH
144802009-12-09 Kenichi Handa <handa@m17n.org>
14481
5ce6e4f4 14482 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14483 fine ranges instead of pre-calculating accurate ranges.
14484 Iterate with bigger gc-cons-threshold.
ae63e572 14485
e2f3c692
DN
144862009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14487
14488 Add support for stashing a snapshot of the current tree.
14489 * vc-git.el (vc-git-stash-snapshot): New function.
14490 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14491
cf6d0352
JB
144922009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14493
14494 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14495 instead of `(beginning|end)-of-line'.
14496
48e4acc9
GM
144972009-12-08 Glenn Morris <rgm@gnu.org>
14498
6e890faa
GM
14499 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14500
48e4acc9
GM
14501 * Makefile.in (ELCFILES): Regenerate.
14502
d2a1dc7b
JL
145032009-12-07 Juri Linkov <juri@jurta.org>
14504
14505 Don't lazy-highlight the comint output in history Isearch mode.
14506
14507 * comint.el (comint-history-isearch-search): Instead of
14508 `comint-line-beginning-position', use `comint-after-pmark-p'
14509 to check if point if before the process mark, and go to
14510 `process-mark' in this case.
14511
51ef56c4
SM
145122009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14513
fb10ee4a
SM
14514 * textmodes/tex-mode.el (latex-complete)
14515 (latex-indent-or-complete): Remove.
14516 (latex-mode): Set completion-at-point-functions instead.
14517
14518 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14519 * minibuffer.el (completion-at-point-functions): New var.
14520 (completion-at-point): New command.
fb10ee4a 14521 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14522 * progmodes/python.el (python-mode-map): Use completion-at-point.
14523 (python-completion-at-point): Rename from python-partial-symbol and
14524 adjust for use in completion-at-point-functions.
14525 (python-mode): Setup completion-at-point for Python completion.
14526 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14527 extracted from lisp-complete-symbol.
14528 (lisp-complete-symbol): Use it.
14529 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14530 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14531 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14532 Use completion-at-point.
51ef56c4 14533 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14534 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14535 * progmodes/sym-comp.el: Move to...
14536 * obsolete/sym-comp.el: Move from progmodes.
14537
5e7a9022
EZ
145382009-12-07 Eli Zaretskii <eliz@gnu.org>
14539
14540 Prevent save-buffer in Rmail buffers from using the coding-system
14541 of the current message, and from clobbering the encoding mnemonics
14542 in the mode line (Bug#4623).
14543
14544 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14545 flag, too.
14546 (rmail-message-encoding): New variable.
14547 (rmail-write-region-annotate): Record the encoding of the current
14548 message in rmail-message-encoding.
14549 (rmail-after-save-hook): New function, restores the encoding of
14550 the current message after the message collection is saved.
14551
9136e895
JL
145522009-12-07 Juri Linkov <juri@jurta.org>
14553
14554 * progmodes/grep.el (grep-read-files): Use `completing-read'
14555 instead of `read-string'. Set its `collection' arg to
14556 `read-file-name-internal'. (Bug#4301)
14557
40637410
JL
145582009-12-07 Juri Linkov <juri@jurta.org>
14559
14560 Correctly restore original Isearch point. (Bug#4994)
14561
14562 * isearch.el (isearch-mode): Move `isearch-push-state' after
14563 `(run-hooks 'isearch-mode-hook)'.
14564 (isearch-cancel): When `isearch-push-state-function' is defined,
14565 let-bind `isearch-cmds' to the first state (the last element of
14566 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14567 function and restores the original point). Otherwise, move point
14568 to `isearch-opoint'.
14569
da10ce2b
SM
145702009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14571
14572 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14573 chars that don't have names, so the table can be built much faster at
14574 run-time.
14575
3d68fa99
CY
145762009-12-07 Chong Yidong <cyd@stupidchicken.com>
14577
f82b1493
CY
14578 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14579 change. Suggested by David Kastrup.
14580
3d68fa99
CY
14581 * simple.el (compose-mail): Check for incompatibilities and warn.
14582 (compose-mail-user-agent-warnings): New option.
14583
662c5698
DN
145842009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14585
14586 Support showing a single log entry from vc-annotate.
14587 * vc.el (print-log): Add a new argument: START-REVISION.
14588 (vc-print-log-internal): Add a new optional argument and
14589 pass it to the backend.
14590 (vc-print-log, vc-print-root-log): Adjust callers.
14591 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14592 buffer already displays the requested log entry, use it.
14593 Otherwise display only the log entry in question.
14594 * vc-svn.el (vc-svn-print-log):
e4070cdc 14595 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14596 * vc-hg.el (vc-hg-state):
14597 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14598 (vc-git-show-log-entry): Return t on success.
14599 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14600 (vc-bzr-show-log-entry): Return t on success.
14601 * vc-rcs.el (vc-rcs-print-log):
14602 * vc-sccs.el (vc-sccs-print-log):
14603 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14604
e4070cdc
GM
146052009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14606
5ce6e4f4
JB
14607 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14608 Add menus to the meta mode. (Bug#5043)
e4070cdc 14609
5ce6e4f4 146102009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14611
14612 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14613 event-key.
662c5698 14614
662c5698
DN
14615 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14616
dab816a9
MA
146172009-12-07 Michael Albinus <michael.albinus@gmx.de>
14618
14619 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14620 Berbain <raphael.berbain@gmail.com>.
14621
14622 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14623 characters.
14624 (tramp-initial-end-of-output): New defconst.
14625 (tramp-methods, tramp-find-shell)
14626 (tramp-open-connection-setup-interactive-shell)
14627 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14628 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14629 Handle existence of `#' and `$'.
dab816a9 14630
6a7662bb
BR
14631 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14632 Use `tramp-initial-end-of-output'.
dab816a9 14633
a91e1f6b
DN
146342009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14635
14636 Get the background mode from the terminal for xterm, and set
14637 faces accordingly.
14638 * term/xterm.el (xterm-set-background-mode): New function.
14639 (terminal-init-xterm): Use it in case xterm supports background
14640 color queries. Recompute faces after getting the background
14641 color.
14642
5fa9d1ec
GM
146432009-12-07 Ulrich Mueller <ulm@gentoo.org>
14644
14645 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14646 number comment back on its own line, for easier parsing.
14647
5e9fde5e
SM
146482009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 Make it work for non-file buffers (bug#5102).
14651 * doc-view.el (doc-view-current-cache-dir):
14652 Use doc-view-buffer-file-name rather than buffer-file-name.
14653 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14654
2f2f5242
CY
146552009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14656
14657 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14658 author field is too short.
14659
cebf8ec6
DN
146602009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14661
5e9fde5e
SM
14662 * vc-git.el (vc-git-print-log): Handle a limit argument.
14663 Display the short log in graph form and with labels.
0d3f8a78
DN
14664 (vc-git-log-view-mode): Handle labels.
14665
cebf8ec6
DN
14666 Make vc-revert change VC state from 'added to 'unregistered.
14667 * vc-git.el (vc-git-revert): Call git reset first.
14668
8e39154d
UJ
146692009-12-06 Ulf Jasper <ulf.jasper@web.de>
14670
d8194864
GM
14671 * net/newst-backend.el, net/newst-plainview.el:
14672 * net/newst-reader.el, net/newst-ticker.el:
14673 * net/newst-treeview.el, net/newsticker.el:
14674 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14675
ef187c24
CY
146762009-12-06 Chong Yidong <cyd@stupidchicken.com>
14677
238a0f3a
CY
14678 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14679
2c6bb71a
CY
14680 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14681 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14682 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14683 Update annotation regexp.
14684
ef187c24
CY
14685 * simple.el (beginning-of-visual-line): Constrain to field
14686 boundaries (Bug#5106).
14687
571855b6
UJ
146882009-12-06 Ulf Jasper <ulf.jasper@web.de>
14689
6a7662bb
BR
14690 * xml.el (xml-substitute-numeric-entities):
14691 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14692 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14693 * net/newst-backend.el (newsticker--parse-generic-feed)
14694 (newsticker--parse-generic-items)
6a7662bb
BR
14695 (newsticker--decode-numeric-entities):
14696 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14697 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14698
b857059c
CY
146992009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14700
14701 * progmodes/js.el (js--js-not): Add null to the list of values.
14702
c2dae51b
CY
147032009-12-06 Chong Yidong <cyd@stupidchicken.com>
14704
d8194864 14705 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14706
ed0f72d2
RW
147072009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14708
14709 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14710 delimiter if it is at the end of the current line.
14711 (bibtex-generate-url-list): Fix docstring.
14712
365b9a62
SM
147132009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14716 minibuffer's content with itself.
14717 Fold the confirm-after-completion case into the `confirm' case.
14718 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14719
990a9cb1
KR
147202009-12-06 Kevin Ryde <user42@zip.com.au>
14721
14722 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14723 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14724
8b5a10db 14725 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14726 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14727
065543e7
JL
147282009-12-05 Juri Linkov <juri@jurta.org>
14729
14730 Save and restore dired buffer's point positions too. (Bug#4880)
14731
14732 * dired.el (dired-save-positions): Return in the first element
14733 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14734 Doc fix.
14735 (dired-restore-positions): First restore buffer's position.
14736 While restoring window's positions, check if window still displays
14737 the original buffer.
14738
503edac9
CY
147392009-12-05 Chong Yidong <cyd@stupidchicken.com>
14740
9a594ee6
CY
14741 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14742 if possible.
14743
925f8c70
CY
14744 * shell.el (shell): Require ansi-color (Bug#5113).
14745
14746 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14747
503edac9
CY
14748 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14749
8fea6b33
AM
147502009-12-05 Alan Mackenzie <acm@muc.de>
14751
14752 * progmodes/cc-mode.el (c-before-hack-hook)
14753 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14754 `c-file-style' to work again. This reversion restores the current
212c5aef 14755 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14756
5d1fd962
CY
147572009-12-05 Kevin Ryde <user42@zip.com.au>
14758
6a7662bb
BR
14759 * textmodes/sgml-mode.el (sgml-lexical-context):
14760 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14761
30760c8b
JL
147622009-12-05 Juri Linkov <juri@jurta.org>
14763
14764 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14765 for virtual nodes. (Bug#4147)
14766 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14767 when moving from a virtual node.
14768 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14769 (Info-mode): Add `Info-virtual-index' to the docstring.
14770
403111a8
RW
147712009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14772
14773 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14774 track of the buffer position of the end of a BibTeX entry as this
14775 position may change during reformatting.
14776 (bibtex-format-entry): Remove whitespace before processing
14777 numerical fields so that we recognize the latter properly.
14778 (bibtex-reformat): Do not use push which changes the global value
14779 of bibtex-entry-format.
14780 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14781 (bibtex-field-re-init): Replace only space characters by regexp
14782 for whitespace.
365b9a62 14783 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14784 (bibtex-initialize): Also update bibtex-strings.
14785 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14786 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14787 Update bibtex-reference-keys.
403111a8 14788
25b54627
SM
147892009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14792 point after a star, if that's the only place where modifications can
14793 make progress.
14794
35639eb4
DN
147952009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14796
14797 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14798 in docstrings.
14799
8b78760b
JL
148002009-12-04 Juri Linkov <juri@jurta.org>
14801
14802 * proced.el (proced): Call `(proced-update t)' to update process
14803 information instead of only running proced-post-display-hook.
14804 (proced-send-signal): Add a leading space to the buffer name
14805 " *Marked Processes*" to make this buffer ephemeral.
14806
2b3489a7
JL
148072009-12-04 Juri Linkov <juri@jurta.org>
14808
14809 * dired.el (dired-auto-revert-buffer): New defcustom.
14810 (dired-internal-noselect): Use it.
14811
9b9debd1
JL
148122009-12-04 Juri Linkov <juri@jurta.org>
14813
14814 Change roles of modes and functions in image-mode.el (Bug#5062).
14815
14816 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14817 in `auto-mode-alist'.
14818 (image-mode-previous-major-mode): New variable.
14819 (image-minor-mode-map): Rename from `image-mode-text-map'.
14820 (image-mode): Move graceful error-handling code from
14821 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14822 (image-minor-mode): Remove all image-handling code.
14823 Replace `image-mode-text-map' with `image-minor-mode-map'.
14824 Check for `image-type' in mode-line format string.
14825 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14826 (image-mode-as-text): New function with most code from
14827 `image-mode-maybe'.
14828 (image-toggle-display-text): Move code that removes image
14829 properties from `image-toggle-display' to here.
14830 (image-toggle-display-image): New function with code that adds
14831 image properties copied from `image-toggle-display'.
14832 (image-toggle-display): Remove most code with leaving only code
14833 that toggles between `image-mode-as-text' and `image-mode'.
14834
0c74a301
UJ
148352009-12-04 Ulf Jasper <ulf.jasper@web.de>
14836
14837 * net/newst-treeview.el
14838 (newsticker--treeview-list-highlight-start): Restored call to
14839 save-excursion: Selected item was stuck.
14840 (newsticker--treeview-list-select): New.
14841 (newsticker--treeview-item-show-text)
14842 (newsticker--treeview-item-show)
14843 (newsticker--treeview-item-update): Use new
14844 newsticker-treeview-item-mode.
14845 (newsticker-treeview-update): Keep current item.
14846 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14847 (newsticker--treeview-first-feed): Doc change.
14848 (newsticker-treeview-list-menu)
88b5a757 14849 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14850 (newsticker-treeview-item-mode): New.
14851
5ce6e4f4 14852 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14853 windows.
14854
9eaeec5b
SS
148552009-12-04 Sam Steingold <sds@gnu.org>
14856
14857 * log-view.el (log-view-mode-map): "q" calls quit-window,
14858 like in all the other non-self-insert buffers.
14859
b2bf5be5
SM
148602009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14861
14862 Minor cleanup.
14863 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14864 key decoding rather than do it manually via last-input-event +
14865 ascii-character.
14866 (term-exec): Use delete-and-extract-region.
14867 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14868 (term-process-pager): Remove unused var `i'.
14869 (term-dynamic-simple-complete): Make obsolete.
14870 (serial-update-config-menu): Remove unused vars `y' and `str'.
14871 (term-update-mode-line): Remove unused var `temp'.
14872
46e5c897
DN
148732009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14874
14875 Limit the number of log entries displayed by default.
14876 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14877 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14878 using a prefix argument.
14879
627e0a14
GM
148802009-12-03 Glenn Morris <rgm@gnu.org>
14881
14882 * progmodes/idlwave.el (class): Restore still useful declaration.
14883
8578c224
AM
148842009-12-03 Alan Mackenzie <acm@muc.de>
14885
4abc318c 14886 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14887
b2bf5be5
SM
14888 * progmodes/cc-mode.el (c-basic-common-init):
14889 Call c-state-cache-init.
9762b219 14890 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14891 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14892 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14893
14894 * progmodes/cc-langs.el (c-before-font-lock-function):
14895 c-extend-and-neutralize-syntax-in-CPP has been renamed
14896 c-neutralize-syntax-in-and-mark-CPP.
14897
14898 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14899 with `category' properties now, not `syntax-table' ones.
14900
14901 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14902 enhanced (but slower) version of c-end-of-macro that won't land
14903 inside a literal or on another awkward character.
14904 (c-state-cache-too-far, c-state-cache-start)
14905 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14906 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14907 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14908 (c-state-min-scan-pos, c-state-brace-pair-desert)
14909 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14910 buffer local variables.
14911 (c-state-literal-at, c-state-lit-beg)
14912 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14913 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14914 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14915 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14916 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14917 (c-renarrow-state-cache)
14918 (c-append-lower-brace-pair-to-state-cache)
14919 (c-state-push-any-brace-pair, c-append-to-state-cache)
14920 (c-remove-stale-state-cache)
14921 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14922 (c-invalidate-state-cache-1, c-parse-state-1)
14923 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14924 (c-parse-state): Enhance and refactor.
14925 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14926
14927 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14928 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14929 modify to use category text properties rather than syntax-table ones.
14930 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14931 to switch off/on the syntactic paren property of C++ template
14932 delimiters using the category property.
14933 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14934 template delims suppressed.
14935 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14936 New constant/macros which apply category properties to the start
14937 and end of preprocessor constructs.
b2bf5be5 14938 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14939 "comment out" the syntactic value of characters in preprocessor
14940 constructs.
14941 (c-with-cpps-commented-out)
14942 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14943 with characters in all or all but one preprocessor constructs
14944 "commented out".
14945
0d4dc442
RW
149462009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14947
14948 * proced.el (proced-filter-alist): Use regexp-quote.
14949
a09dc9bf
MA
149502009-12-03 Michael Albinus <michael.albinus@gmx.de>
14951
14952 Cleanup.
14953 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14954 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14955 arguments. Expand `default-directory'.
14956
14957 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14958 the benefit of returning an expanded localname.
14959 (tramp-tramp-file-p): Handle the case NAME is not a string.
14960
3f6bd790
DN
149612009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14962
4dfb3b9c
DN
14963 Add support for bzr shelve/unshelve.
14964 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14965 (vc-bzr-extra-menu-map): New variables.
14966 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14967 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14968 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14969 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14970 (vc-bzr-dir-extra-headers): Display shelves.
14971
3f6bd790
DN
14972 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14973
842d73a1
SM
149742009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14975
14976 * textmodes/bibtex.el (bibtex-complete-internal):
14977 Use completion-in-region.
14978 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14979
7fa4876f
DN
149802009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14981
14982 Support applying stashes. Improve UI.
14983 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14984 (vc-git-stash-apply, vc-git-stash-pop)
14985 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14986 (vc-git-stash-menu): New functions.
14987 (vc-git-stash-menu-map): New variable.
14988 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14989
d6e82452
GM
149902009-12-03 Glenn Morris <rgm@gnu.org>
14991
14992 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14993 (vc-print-log-internal): Fix previous change.
14994 (vc-revert): Correct pluralization.
14995
8d222148
SM
149962009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14997
ea52206b
SM
14998 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14999 it to be an alist any more.
15000 (makefile-complete): Use completion-in-region.
15001
69a94a37
SM
15002 * progmodes/octave-mod.el (octave-complete-symbol):
15003 Use completion-in-region.
15004
8d222148
SM
15005 Misc cleanup.
15006 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
15007 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
15008 (idlwave-complete-class): Don't quote lambda.
15009 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
15010 (idlwave-mode-map): Move initialization into declaration.
15011 (idlwave-action-and-binding): Use backquotes.
15012 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
15013 Simplify.
15014 (idlwave-is-pointer-dereference): Remove unused var `pos'.
15015 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
15016 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
15017 `parts', and `all-parts'.
15018 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
15019 (idlwave-convert-xml-system-routine-info): Remove unused string
15020 `version-string'.
15021 (idlwave-display-user-catalog-widget): Use dolist.
15022 (idlwave-scanning-lib): Declare dynamically-scoped var.
15023 (idlwave-scan-library-catalogs): Remove unused var `flags'.
15024 (completion-highlight-first-word-only): Declare to silence bytecomp.
15025 (idlwave-popup-select): Tighten scope of `resp'.
15026 (idlwave-find-struct-tag): Remove unused var `beg'.
15027 (idlwave-after-load-rinfo-hook): Declare.
15028 (idlwave-sintern-class-info): Remove unused var `taglist'.
15029 (idlwave-find-class-definition): Remove unused var `list'.
15030 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
15031 (idlwave-what-module-find-class): Remove unused var `classes'.
15032
3bb8691b
JB
150332009-12-03 Juanma Barranquero <lekktu@gmail.com>
15034
15035 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
15036
f72f0c23
SM
150372009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15038
15039 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
15040 buffers visited. Remove redundant current-buffer-saving.
15041
601a9508
SM
150422009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15043
15044 Use completion-in-buffer and remove uses of dynamic scoping.
15045 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
15046 (pascal-buffer-to-use, pascal-flag): Don't declare.
15047 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
15048 (pascal-get-completion-decl, pascal-keyword-completion):
15049 Add `pascal-str' argument, save-excursion,
15050 return the found completions, and don't filter with pascal-pred.
15051 (pascal-completion-cache): New var.
15052 (pascal-completion): Don't switch buffer any more (it was never
15053 necessary). Don't save-excursion any more (it's done by the called
15054 subroutines). Use a cache to avoid redundant computations.
15055 Use complete-with-action rather than pascal-completion-response and
15056 let it apply the predicate as well.
15057 (pascal-complete-word): Use completion-in-buffer when
15058 pascal-toggle-completions is nil.
15059 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
15060 not used any more.
15061 (pascal-comp-defun): Don't change buffer any more.
15062 Use complete-with-action rather than pascal-completion-response and
15063 let it apply the predicate as well.
15064 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
15065 when neded.
15066
1ff4cb98
KH
150672009-12-02 Kenichi Handa <handa@m17n.org>
15068
15069 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
15070 shape for all Indic scripts.
15071
bb12edf1
SM
150722009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15073
15074 Use completion-in-buffer.
15075 * wid-edit.el (widget-field-text-end): New function.
15076 (widget-field-value-get): Use it.
15077 (widget-string-complete, widget-file-complete)
15078 (widget-color-complete): Use it and completion-in-region.
15079 (widget-complete): Don't narrow the buffer.
15080
5813f6ef
GM
150812009-12-02 Glenn Morris <rgm@gnu.org>
15082
c920f222
GM
15083 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15084 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15085 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15086 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15087
5813f6ef
GM
15088 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15089 save-excursion with save-current-buffer.
15090 Widen before searching. (Bug#5093)
15091 (diary-list-sexp-entries): Remove superfluous save-excursion.
15092
34b1d750
GM
150932009-12-02 Michael Welsh Duggan <mwd@cert.org>
15094
15095 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15096 name. (Bug#5038)
15097
b2d5f31a
GM
150982009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15099
15100 * ido.el (ido-file-internal): Handle filenames at point that do
15101 not have a directory part. (Bug#5049)
15102
c710ac3c
JB
151032009-12-02 Juanma Barranquero <lekktu@gmail.com>
15104
15105 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15106 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15107
9946be46
SM
151082009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15109
15110 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15111 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15112 any more.
15113
b08016f2
SM
151142009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15115
e7440df4
SM
15116 * comint.el (comint-insert-input): Ignore clicks to the right of
15117 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15118
3bb8691b 15119 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15120 terminate before setting up the major mode.
15121
f3b757f5
SM
15122 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15123 in case.
15124
a2877f1d
SM
15125 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15126 the last element.
15127
b08016f2
SM
15128 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15129
782d6e30
GM
151302009-12-01 Glenn Morris <rgm@gnu.org>
15131
15132 * window.el (window--display-buffer-2): Fix previous changes.
15133
28f57f7e
CY
151342009-12-01 Chong Yidong <cyd@stupidchicken.com>
15135
15136 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15137
c31a2fdc
GM
151382009-12-01 Glenn Morris <rgm@gnu.org>
15139
15140 * Makefile.in (ELCFILES): Add mpc.elc.
15141
e1ada222
SM
151422009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15143
15144 * mpc.el: New file.
15145
0c9ff2c5
GM
151462009-12-01 Glenn Morris <rgm@gnu.org>
15147
3689984f
GM
15148 * window.el (window-to-use): Define for compiler.
15149
3ab4308b
GM
15150 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15151 consistent with others (no final period).
15152
0c9ff2c5
GM
15153 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15154 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15155
fb0c18ff
DN
151562009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15157
15158 Make vc-print-log buttons work.
045b9da7 15159 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15160
2ac7e73e
JB
151612009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15162
15163 * savehist.el (savehist-autosave-interval): Allow setting to nil
15164 through customize. (Bug#5056)
15165
5237d741
JB
151662009-11-30 Juanma Barranquero <lekktu@gmail.com>
15167
15168 Fix references to jit-lock properties.
15169 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15170 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15171 (perl-font-lock-special-syntactic-constructs):
15172 Quote jit-lock-defer-multiline property.
15173
379241fa
DN
151742009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15175
15176 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15177
054ae856
JL
151782009-11-30 Juri Linkov <juri@jurta.org>
15179
15180 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15181 value `buffer' of `multi-isearch-next-buffer-current-function'.
15182 Use `(current-buffer)' when `buffer' is nil.
15183 (multi-isearch-next-buffer-from-list): Don't fallback to
15184 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15185
67296dda
JL
151862009-11-30 Juri Linkov <juri@jurta.org>
15187
15188 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15189 of buffers with `get-buffer' to `multi-isearch-buffers'.
15190 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15191 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15192 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15193 FILES with `expand-file-name' converting relative file names
15194 to absolute. Doc fix. (Bug#4727)
15195
c585bf32
JL
151962009-11-30 Juri Linkov <juri@jurta.org>
15197
15198 * misearch.el (multi-isearch-read-buffers)
15199 (multi-isearch-read-matching-buffers): New functions.
15200 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15201 Use them in the `interactive' spec. Doc fix.
15202 (multi-isearch-read-files, multi-isearch-read-matching-files):
15203 New functions.
15204 (multi-isearch-files, multi-isearch-files-regexp):
15205 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15206
0a745733
JL
152072009-11-30 Juri Linkov <juri@jurta.org>
15208
15209 * doc-view.el (doc-view-continuous):
15210 Rename from `doc-view-continuous-mode'.
15211 (doc-view-menu): Move "Toggle display" to the top.
15212 Add submenu "Continuous" with radio buttons "Off"/"On"
15213 and "Save as Default".
15214 (doc-view-scroll-up-or-next-page)
15215 (doc-view-scroll-down-or-previous-page)
15216 (doc-view-next-line-or-next-page)
6a7662bb
BR
15217 (doc-view-previous-line-or-previous-page):
15218 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15219
1f9689eb
JL
152202009-11-30 Juri Linkov <juri@jurta.org>
15221
15222 * comint.el (comint-mode-map): Rebind `M-r' from
15223 `comint-previous-matching-input' to
15224 `comint-history-isearch-backward-regexp'.
15225 Unbind `M-s' to allow global key binding `M-s'.
15226 Add menu items for `comint-history-isearch-backward' and
15227 `comint-history-isearch-backward-regexp'. (Bug#3746)
15228
2952b1ae
JL
152292009-11-30 Juri Linkov <juri@jurta.org>
15230
15231 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15232 For def=recenter, replace `recenter' with `recenter-top-bottom'
15233 that is called with `this-command' and `last-command' let-bound
15234 to `recenter-top-bottom'. When the last `def' was not `recenter',
15235 set `recenter-last-op' to nil. (Bug#4981)
15236
7a9547ca
SM
152372009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15238
20565545
SM
15239 Minor cleanup and simplification.
15240 * filecache.el (file-cache-add-directory)
15241 (file-cache-add-directory-recursively)
15242 (file-cache-add-from-file-cache-buffer)
15243 (file-cache-delete-file-regexp, file-cache-delete-directory)
15244 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15245 (file-cache-temp-minibuffer-message): Delete function.
15246 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15247
7a9547ca
SM
15248 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15249 Don't signal an error when bumping into EOB in tr, s, or y.
15250
08e968f3
JL
152512009-11-29 Juri Linkov <juri@jurta.org>
15252
15253 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15254 (Bug#4960)
15255
15256 * descr-text.el (describe-char-unidata-list): Use lowercase name
15257 for "Unicode name" like in other tags.
15258
f8d170a4
JL
152592009-11-29 Juri Linkov <juri@jurta.org>
15260
15261 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15262 New compatibility macro.
7a9547ca 15263 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15264
0116abbd
JL
152652009-11-29 Juri Linkov <juri@jurta.org>
15266
15267 Add defcustom to define the cycling order of `recenter-top-bottom'.
15268 (Bug#4981)
15269
15270 * window.el (recenter-last-op): Doc fix.
15271 (recenter-positions): New defcustom.
15272 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15273 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15274
61eef560
MA
152752009-11-29 Michael Albinus <michael.albinus@gmx.de>
15276
15277 Improve integration of Tramp and ange-ftp in eshell.
15278
e4070cdc 15279 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15280 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15281 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15282
15283 * eshell/esh-util.el (top): Require also Tramp when compiling.
15284 (eshell-directory-files-and-attributes): Check for FTP remote
15285 connection.
15286 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15287 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15288 (eshell-file-attributes): Handle ".". Return `entry'.
15289
15290 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15291 (ange-ftp-directory-files-and-attributes)
15292 (ange-ftp-real-directory-files-and-attributes): New defuns.
15293
15294 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15295 shell with "exec" when possible. This prevents trailing prompts
15296 in `start-file-process'.
15297
f5467d3f
SM
152982009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15299
21f49db9
SM
15300 Try and remove assumptions about point-min==1.
15301 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15302 (rng-compute-mode-line-string): Show the validation percentage in
15303 terms of the narrowed text, not the widened text.
15304 (rng-do-some-validation): Don't catch internal errors when debugging.
15305 (rng-first-error): Simplify.
15306 (rng-after-change-function): Remove work around. AFAIK the bug has
15307 been fixed a while ago.
15308
26224faf
SM
15309 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15310 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15311
d7117720
SM
15312 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15313
f5467d3f
SM
15314 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15315 `cd' doesn't always do it for us (bug#5067).
15316
15317 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15318 on 2009-10-25 as part of some other change (bug#5067).
15319
c5269f1c
SM
153202009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15321
62a258a7
SM
15322 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15323 `suspicious'.
15324 (byte-compile-warnings): Use byte-compile-warning-types.
15325 (byte-compile-save-excursion): Warn about use of set-buffer right
15326 after save-excursion.
15327
c5269f1c
SM
15328 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15329 the excursion as well.
15330
3ba30eb8
MA
153312009-11-27 Michael Albinus <michael.albinus@gmx.de>
15332
15333 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15334 providing a Tramp related implementation of "su" and "sudo".
15335 (eshell-unix-initialize): Add "su" and "sudo".
15336
6c6f788d
DU
153372009-11-27 Daiki Ueno <ueno@unixuser.org>
15338
15339 * net/socks.el (socks-send-command): Convert binary request to
15340 unibyte before sending. This fixes mishandling of some port
15341 numbers such as 129.
15342
10c877fe
SM
153432009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15344
6f06a171
SM
15345 * help.el (describe-bindings-internal): Remove `interactive'.
15346
10c877fe
SM
15347 * man.el (Man-completion-table): Trim a terminating "(".
15348 Remove the space between name page a section.
15349 Add the command's description on the `help-echo' property.
c5269f1c
SM
15350 Remove `process-connection-type' binding since it's unused by
15351 call-process.
10c877fe
SM
15352 Provide completion for the "<section> <name>" format as well.
15353 (Man-default-man-entry): Remove spurious var shadowing the argument.
15354
c44a4822
KR
153552009-11-26 Kevin Ryde <user42@zip.com.au>
15356
15357 * log-view.el: Add "Keywords: tools", since its other keywords
15358 aren't in finder-known-keywords, and following vc.el.
15359
9d58f081
KR
15360 * sha1.el (sha1-string-external): default-directory "/" in case
15361 otherwise non-existent. process-connection-type pipe for touch of
15362 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15363
72fe6b25
SM
153642009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15365
15366 Misc coding convention cleanups.
15367 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15368 hfy-init-kludge-hooks.
15369 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15370 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15371 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15372 and push.
15373 (hfy-slant, hfy-weight): Use tables rather than code.
15374 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15375 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15376 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15377 (hfy-face-to-css): Remove `nconc' with single arg.
15378 (hfy-p-to-face-lennart): Use `or'.
15379 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15380 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15381 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15382 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15383 (hfy-force-fontification): Use run-hooks.
15384
85e0a536
SM
153852009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15386
15387 Various minor fixes.
15388 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15389 Javascript belongs in the header, not the body.
15390 (hfy-javascript): Remove.
15391 (hfy-fontify-buffer): Don't insert it any more.
15392 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15393 Fix bug in invis handling when there were no invis props in a chunk.
15394
62ccc42c
SM
153952009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15396
15397 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15398
2643c7aa
DN
153992009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15400
15401 * finder.el (finder-mode-map): Add a menu.
15402
0e5c8aed
DN
154032009-11-26 Michael McNamara <mac@mail.brushroad.com>
15404
bf0b361c 15405 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15406 "unsigned" structs.
15407
15408 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15409 fork" statement better.
15410
154112009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15412
bf0b361c
JB
15413 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15414 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15415 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15416 Reported by Clay Douglass.
0e5c8aed
DN
15417
15418 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15419 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15420 Fix removing "// Interfaces" when saving .* expansions.
15421 Reported by Pierre-David Pfister.
0e5c8aed 15422
7629c4e7
GM
154232009-11-26 Glenn Morris <rgm@gnu.org>
15424
62ccc42c
SM
15425 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15426 the scope.
7629c4e7 15427
a5d358f8
JB
154282009-11-25 Johan Bockgård <bojohan@gnu.org>
15429
15430 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15431 Really use previous revision.
15432
002cbde5
KR
154332009-11-25 Kevin Ryde <user42@zip.com.au>
15434
15435 * man.el (Man-completion-table): default-directory "/" in case
15436 doesn't otherwise exist. process-environment COLUMNS=999 so as
15437 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15438 any chance of hitting the pseudo-tty TIOCGWINSZ.
15439 (man): completion-ignore-case t for friendliness and since man
15440 itself is case-insensitive on the command line.
15441 Further to Bug#3717.
002cbde5 15442
8cb5ffe8
KR
15443 * arc-mode.el: Add "Keywords: files", so the details in its
15444 commentary can be reached from finder-by-keyword.
34607612
KR
15445 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15446 editing mode, but it's comms related and sgml-mode.el has "comm"
15447 on that basis too.
b8dfcf54 15448 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15449 * international/isearch-x.el, international/ja-dic-cnv.el:
15450 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15451 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15452
1e2d9ba1
JL
154532009-11-25 Juri Linkov <juri@jurta.org>
15454
15455 * man.el (Man-completion-table): Modify regexp to include
15456 section names to completion strings. (Bug#3717)
15457
a601d313
JL
154582009-11-25 Juri Linkov <juri@jurta.org>
15459
15460 Search recursively in gzipped files. (Bug#4982)
15461
15462 * progmodes/grep.el (grep-highlight-matches): Add new options
15463 `always' and `auto'. Doc fix.
15464 (grep-process-setup): Check `grep-highlight-matches' for
15465 `auto-detect' to determine the need to compute grep defaults.
15466 Move Windows/DOS specific --colors settings handling
15467 to `grep-compute-defaults'. Check `grep-highlight-matches'
15468 to get the value of "--color=".
15469 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15470 has the value `auto-detect'. Move Windows/DOS specific settings
15471 from `grep-process-setup'.
15472 (zrgrep): New command with alias `rzgrep'.
15473
bde04ea9
JL
154742009-11-25 Juri Linkov <juri@jurta.org>
15475
15476 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15477 to nil instead of switching off view-mode. (Bug#4896)
15478
7d6b4d3c
JL
154792009-11-25 Juri Linkov <juri@jurta.org>
15480
15481 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15482
15483 * mwheel.el (mwheel-scroll-up-function)
15484 (mwheel-scroll-down-function): New defvars.
15485 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15486 `scroll-up', and `mwheel-scroll-down-function' instead of
15487 `scroll-down'.
15488
15489 * doc-view.el (doc-view-scroll-up-or-next-page)
15490 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15491 Use this ARG in the call to image-scroll-up/image-scroll-down.
15492 Change `interactive' spec to "P". Goto next/previous page only
15493 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15494 SPC/DEL case). Doc fix.
15495 (doc-view-next-line-or-next-page)
15496 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15497 for consistency.
15498 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15499 `doc-view-scroll-up-or-next-page', and buffer-local
15500 `mwheel-scroll-down-function' to
15501 `doc-view-scroll-down-or-previous-page'.
15502
e237085f
JL
155032009-11-25 Juri Linkov <juri@jurta.org>
15504
15505 Provide additional default values (directories at other Dired
15506 windows) via M-n in the minibuffer of some Dired commands.
15507
15508 * dired-aux.el (dired-diff, dired-compare-directories)
15509 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15510 `minibuffer-default' in `minibuffer-with-setup-hook'.
15511 (dired-dwim-target-directory): Find a window that displays Dired
15512 buffer instead of failing when the next window is not Dired.
15513 Use `get-window-with-predicate' to find for the next Dired window.
15514 (dired-dwim-target-defaults): New function.
15515
15516 * ediff-util.el (ediff-read-file-name):
15517 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15518 in `minibuffer-with-setup-hook'.
15519
7d371eac
JL
155202009-11-25 Juri Linkov <juri@jurta.org>
15521
15522 Provide additional default values (file name at point or at the
15523 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15524
15525 * minibuffer.el (read-file-name-defaults): New function.
15526 (read-file-name): Reset `minibuffer-default' to nil when
15527 it duplicates initial input `insdef'.
15528 Bind `minibuffer-default-add-function' to lambda that
15529 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15530 (minibuffer-insert-file-name-at-point): New command.
15531
15532 * files.el (file-name-at-point-functions): New defcustom.
15533 (find-file-default): Remove defvar.
15534 (find-file-read-args): Don't use `find-file-default'.
15535 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15536 to `read-file-name'.
15537 (find-file-literally): Use `read-file-name' with
15538 `confirm-nonexistent-file-or-buffer'.
15539
15540 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15541
15542 * dired.el (dired-read-dir-and-switches):
15543 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15544 to `read-file-name'.
15545 (dired-file-name-at-point): New function.
15546 (dired-mode): Add hook `dired-file-name-at-point' to
15547 `file-name-at-point-functions'.
15548
04ae543a
SM
155492009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15550
15551 Really make the *Completions* window soft-dedicated (bug#5030).
15552 * window.el (window--display-buffer-2): Add `dedicated' argument.
15553 (display-buffer): Pass it when needed so the dedicated flag is set
15554 after calling set-window-buffer, which would otherwise reset it.
15555
eb708e66
SM
155562009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15557
d6b8d4e7
SM
15558 * progmodes/meta-mode.el (meta-complete-symbol):
15559 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15560 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15561 Use completion-in-region.
15562
5f24557b
SM
15563 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15564 (dabbrev-completion): Use completion-in-region.
15565 (dabbrev--abbrev-at-point): Simplify regexp.
15566
fe4346f0
SM
15567 * abbrev.el (abbrev--before-point): Use word-motion functions
15568 if :regexp is not specified (bug#5031).
15569
cb190d7d
SM
15570 * subr.el (string-prefix-p): New function.
15571
e2ec6dd5
SM
15572 * man.el (Man-completion-cache): New var.
15573 (Man-completion-table): Use it.
15574
eb708e66
SM
15575 * vc.el (vc-print-log-internal): Make `limit' optional for better
15576 compatibility (e.g. with vc-annotate.el).
15577
4cf8971b
KR
155782009-11-24 Kevin Ryde <user42@zip.com.au>
15579
eb708e66 15580 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15581 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15582
4cf8971b
KR
15583 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15584 when .el source file not found or other error.
15585
d204c46c
SM
155862009-11-24 Markus Triska <markus.triska@gmx.at>
15587
15588 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15589
bb301b9a
SM
155902009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15591
449c27f0
SM
15592 Handle the [back] button properly (bug#4979).
15593 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15594 Use help-setup-xref, help-buffer, and with-help-window.
15595 (describe-char): Add `buffer' argument.
15596 Pass proper command to help-setup-xref. Don't meddle with
15597 help-xref-stack-item directly.
15598 (describe-text-category): Use with-help-window and help-buffer.
15599
32fe5377
SM
15600 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15601 for the displayed buffer (bug#4887).
15602
bb301b9a
SM
15603 * man.el (Man-completion-table): New function.
15604 (man): Use it.
15605
35179414
DR
156062009-11-24 David Reitter <david.reitter@gmail.com>
15607
bb301b9a 15608 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15609 .git is) rather than the file's directory and a relative path spec
15610 to work around a bug in git.
15611
605a20a9
MA
156122009-11-24 Michael Albinus <michael.albinus@gmx.de>
15613
15614 Improve handling of processes on remote hosts.
15615
15616 * eshell/esh-util.el (eshell-path-env): New defvar.
15617 (eshell-parse-colon-path): New defun.
15618 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15619
bb301b9a
SM
15620 * eshell/esh-ext.el (eshell-search-path):
15621 Use `eshell-parse-colon-path'.
605a20a9
MA
15622 (eshell-remote-command): Remove argument HANDLER.
15623 (eshell-external-command): Check for FTP remote connection.
15624
bb301b9a
SM
15625 * eshell/esh-proc.el (eshell-gather-process-output):
15626 Use `file-truename', in order to start also symlinked files.
15627 Apply `start-file-process' instead of `start-process'.
15628 Shorten `command' to the local file name part.
605a20a9 15629
bb301b9a
SM
15630 * eshell/em-cmpl.el (eshell-complete-commands-list):
15631 Use `eshell-parse-colon-path'.
605a20a9
MA
15632
15633 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15634
15635 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15636 to `eshell-directory-change-hook'.
15637
d1d33062
TH
156382009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15639
15640 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15641 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15642
a34d8565 156432009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15644
a34d8565
MK
15645 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15646 made on 2009-11-22.
d1d33062 15647
c83b8d1b
GM
156482009-11-24 Glenn Morris <rgm@gnu.org>
15649
15650 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15651 deleted variable bookmark-bmenu-bookmark-column.
15652
83505cfe
SM
156532009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15654
15655 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15656
5241b291
CY
156572009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15658
15659 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15660 two slashes to the "file:" prefix.
15661 (browse-url-file-url): De-munge Cygwin filenames before passing
15662 them to Windows browser.
15663 (browse-url-default-windows-browser): Use call-process.
15664
aefcadb6
JL
156652009-11-23 Juri Linkov <juri@jurta.org>
15666
15667 Implement DocView Continuous mode. (Bug#4896)
15668 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15669 (doc-view-mode-map): Bind C-n/<down> to
15670 `doc-view-next-line-or-next-page', C-p/<up> to
15671 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15672 (doc-view-next-line-or-next-page)
15673 (doc-view-previous-line-or-previous-page): New commands.
15674
0d62bcea
JL
156752009-11-23 Juri Linkov <juri@jurta.org>
15676
15677 Implement Isearch in comint input history. (Bug#3746)
15678 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15679 `isearch-mode-hook'.
15680 (comint-history-isearch): New defcustom.
15681 (comint-history-isearch-backward)
15682 (comint-history-isearch-backward-regexp): New commands.
15683 (comint-history-isearch-message-overlay): New buffer-local variable.
15684 (comint-history-isearch-setup, comint-history-isearch-end)
15685 (comint-goto-input, comint-history-isearch-search)
15686 (comint-history-isearch-message, comint-history-isearch-wrap)
15687 (comint-history-isearch-push-state)
15688 (comint-history-isearch-pop-state): New functions.
15689
b593f105
MA
156902009-11-23 Michael Albinus <michael.albinus@gmx.de>
15691
15692 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15693 return.
15694 (tramp-handle-make-symbolic-link)
15695 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15696 Quote file names.
15697 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15698 (tramp-handle-process-file): Use it.
15699
0f202d5d
SM
157002009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15701
15702 * window.el (move-to-window-line-last-op): Remove.
15703 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15704
216349f8
SM
157052009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15706
0f202d5d 15707 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15708 * window.el (move-to-window-line-last-op): New var.
15709 (move-to-window-line-top-bottom): New command.
15710 (global-map): Bind M-r move-to-window-line-top-bottom.
15711
c10e0633
GM
157122009-11-23 Sven Joachim <svenjoac@gmx.de>
15713
15714 * dired-x.el (dired-guess-shell-alist-default):
15715 Support xz format. (Bug#4953)
15716
953e0c1a
GM
157172009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15718
15719 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15720 last-command-char/last-command-event.
15721 (viper-prefix-arg-value): Do correct conversion of event-char for
15722 XEmacs.
15723
83505cfe
SM
15724 * emulation/viper-util.el, emulation/viper.el:
15725 Use viper-last-command-char instead of
15726 last-command-char/last-command-event.
953e0c1a 15727
83505cfe
SM
15728 * ediff-init.el, ediff-mult.el, ediff-util.el:
15729 Replace last-command-char and last-command-event
15730 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15731
15732 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15733 created in fundamental mode.
15734
15735 * ediff.el (ediff-version): Revert the change of interactive-p to
15736 called-interactively-p.
15737
9ee12eee
TH
157382009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15739
15740 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15741 generation from word-movement command names.
15742
8b571bf3
JD
157432009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15744
15745 * cus-start.el (all): Add native condition for font-use-system-font.
15746
4121db47
AM
157472009-11-21 Nathaniel Flath <flat0103@gmail.com>
15748
83505cfe
SM
15749 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15750 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15751
d71f5e0c
TH
157522009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15753
15754 * progmodes/subword.el: Rename from lisp/subword.el.
15755
15756 * subword.el: Rename to progmodes/subword.el.
15757
15758 * Makefile.in (ELCFILES): Adapt to subword.el move.
15759
fc9d6ad6 157602009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15761 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15762
15763 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15764 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15765 (bookmark-bmenu-show-filenames): Use push.
15766 (bookmark-bmenu-hide-filenames): Use local var instead of
15767 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15768 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15769 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15770 filenames now that the bookmark names are always available.
15771
26d9285f
SM
157722009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15773
15774 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15775 (bookmark-search-pattern): Move and leave unbound.
15776 (bookmark-bmenu-mode-map): Change binding.
15777 (bookmark-read-search-input): Simplify.
15778 Don't use text-char-description. Don't error on non-char events.
15779 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15780 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15781 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15782 Use a local var for the timer.
15783 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15784 (i.e. bookmark-bmenu-search).
15785
d73a0317
GM
157862009-11-21 Glenn Morris <rgm@gnu.org>
15787
15788 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15789
e572025f
CY
157902009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15791
26d9285f
SM
15792 * net/browse-url.el (browse-url-default-windows-browser):
15793 Use cygstart for cygwin.
e572025f 15794
6aeaa3dc
KF
157952009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15796
e4070cdc 15797 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15798 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15799 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15800 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15801 (bookmark-read-search-input): Adjust to fit within 80 columns.
15802
a9b76eec
TH
158032009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15804
15805 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15806 (c-backward-into-nomenclature): Adapt to subword renaming.
15807
15808 * subword.el (subword-forward, subword-backward, subword-mark)
15809 (subword-kill, subword-backward-kill, subword-transpose)
15810 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15811 (subword-forward-internal, subword-backward-internal):
15812 Rename from forward-subword, backward-subword, mark-subword,
15813 kill-subword, backward-kill-subword, transpose-subwords,
15814 downcase-subword, upcase-subword, capitalize-subword,
15815 forward-subword-internal, backward-subword-internal.
a9b76eec 15816
1e7d4475
SM
158172009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15818
26d9285f
SM
15819 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15820 New options.
1e7d4475
SM
15821 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15822 New vars.
15823 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15824 (bookmark-bmenu-filter-alist-by-regexp)
15825 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15826 (bookmark-bmenu-search): New command.
15827 (bookmark-bmenu-mode-map): Bind it.
15828
653d1554
TH
158292009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15830
ab84bfa0
TH
15831 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15832 backward-subword to quit the byte-compiler.
15833
1f35fda9
TH
15834 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15835
15836 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15837
653d1554 15838 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15839 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15840 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15841
15842 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15843 subword.el functions instead of cc-subword.el.
15844
1e7d4475
SM
15845 * progmodes/cc-subword.el: Rename to subword.el.
15846 * subword.el: Rename from progmodes/cc-subword.el.
15847 (subword-mode-map): Rename from c-subword-mode-map.
15848 (subword-mode): Rename from c-subword-mode.
653d1554 15849 (global-subword-mode): New global minor mode.
1e7d4475
SM
15850 (forward-subword): Rename from c-forward-subword.
15851 (backward-subword): Rename from c-backward-subword.
15852 (mark-subword): Rename from c-mark-subword.
15853 (kill-subword): Rename from c-kill-subword.
15854 (backward-kill-subword): Rename from c-backward-kill-subword.
15855 (transpose-subwords): Rename from c-tranpose-subword.
15856 (downcase-subword): Rename from c-downcase-subword.
15857 (capitalize-subword): Rename from c-capitalize-subword.
15858 (forward-subword-internal): Rename from c-forward-subword-internal.
15859 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15860
9717f119
DN
158612009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15862
8de724f3
DN
15863 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15864 from a dired buffer.
15865 (vc-dired-deduce-fileset): New function.
15866 (vc-root-diff, vc-print-root-log): Use it.
15867
9717f119
DN
15868 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15869 nil LIMIT argument to vc-print-log-internal.
15870
af4999b8
GM
158712009-11-20 Glenn Morris <rgm@gnu.org>
15872
15873 * Makefile.in (ELCFILES): Regenerate.
15874
b58edcb6
JB
158752009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15876
02e1b488
SM
15877 * calc/calc.el (calc-set-mode-line):
15878 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15879 (math-format-number): Rename `math-format-complement-signed' to
15880 `math-format-twos-complement'.
15881
02e1b488 15882 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15883 math-format-complement-signed.
15884 (calc-radix): Rename `calc-complement-signed-mode' to
15885 `calc-twos-complement-mode'.
02e1b488
SM
15886 (calc-octal-radix, calc-hex-radix): Add an argument for
15887 two's complement.
b58edcb6 15888
02e1b488
SM
15889 * calc/calc-embed.el (calc-embedded-mode-vars):
15890 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15891
02e1b488
SM
15892 * calc/calc-ext.el (calc-init-extensions):
15893 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15894 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15895
02e1b488
SM
15896 * calc/calc-units.el (math-build-units-table-buffer):
15897 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15898
15899 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15900 entries.
15901
15902 * calc/calc-vec.el (calcFunc-vunpack):
15903 * calc/calc-aent.el (calc-do-calc-eval):
15904 * calc/calc-forms.el (math-format-date):
15905 * calc/calc-graph.el (calc-graph-plot):
15906 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15907 * calc/calccomp.el (math-compose-expr):
15908 Let `calc-twos-complement-mode' be nil.
15909
159102009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15913 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15914 * minibuffer.el (completion-in-region-functions): New hook.
15915 (completion-in-region): New function.
15916 * emacs-lisp/lisp.el (lisp-complete-symbol):
15917 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15918
e3353a78
SM
159192009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15920
eff77808
SM
15921 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15922 (latex-complete-alist): New vars.
15923 (latex-string-prefix-p, latex-complete-bibtex-keys)
15924 (latex-complete-envnames, latex-complete-refkeys)
15925 (latex-complete-data): New functions.
15926 (latex-complete, latex-indent-or-complete): New commands.
15927
d2c9fc42
SM
15928 * window.el (display-buffer-mark-dedicated): New var.
15929 (display-buffer): Obey it.
15930 * minibuffer.el (minibuffer-completion-help): Use it.
15931
31a1c477
SM
15932 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15933
bed4c972
SM
15934 * filecache.el (file-cache-add-file): Use push and cons.
15935 (file-cache-delete-file-regexp): Use push.
15936 (file-cache-complete): Use completion-in-region.
15937
8c22699f
SM
15938 * simple.el (with-wrapper-hook): Fix thinko.
15939
e3353a78
SM
15940 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15941 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15942 Use with-current-buffer and string-to-number.
15943 (hfy-fallback-colour-values): Use assoc-string.
15944 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15945 (hfy-face-at): Remove unused var `found-face'.
15946 (hfy-compile-stylesheet): Remove unused var `css'.
15947 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15948 and `orig-buffer'.
15949 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15950 Use with-current-buffer.
15951 (hfy-text-p): Use expand-file-name and fewer setq.
15952
acca02b0
SM
159532009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15954
15955 * htmlfontify.el, hfy-cmap.el: New files.
15956
042b7cc6
JL
159572009-11-19 Juri Linkov <juri@jurta.org>
15958
15959 * minibuffer.el (completions-format): New defcustom.
15960 (completion--insert-strings): Implement vertical format.
15961
15962 * simple.el (switch-to-completions): Move point to the first
15963 completion when point was at the beginning of the buffer.
15964
da205913
JL
159652009-11-19 Juri Linkov <juri@jurta.org>
15966
15967 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15968
15969 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15970
0b8ee421
CY
159712009-11-19 Chong Yidong <cyd@stupidchicken.com>
15972
15973 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15974 (mail-signature): Change default to t.
15975 (mail-from-style): Deprecate `system-default' value.
15976 (mail-insert-from-field): For default value of mail-from-style,
15977 default to `angles' unless `angles' needs quoting and `parens'
15978 does not.
15979 (mail-citation-prefix-regexp): Use citation regexp from
15980 message-mode.
15981
4265deab
MA
159822009-11-19 Michael Albinus <michael.albinus@gmx.de>
15983
acca02b0
SM
15984 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15985 Set variables for computing the prompt for reading password.
4265deab 15986
27cacd2d
GM
159872009-11-19 Glenn Morris <rgm@gnu.org>
15988
470bce7d
GM
15989 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15990
7e705a1d
GM
15991 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15992
27cacd2d
GM
15993 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15994 (newsticker-treeview-listwindow-height): Fix custom type.
15995
b2f0be0f
KH
159962009-11-19 Kenichi Handa <handa@m17n.org>
15997
15998 * descr-text.el (describe-char-padded-string): Compose with TAB
15999 only if there's a font for CH.
02e1b488 16000 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 16001
03446045 160022009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
16003
16004 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 16005 more accurate version of the regexp. (Bug#3910)
b96337b0 16006
03446045 160072009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
16008
16009 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
16010
e0620570
JB
160112009-11-18 Juanma Barranquero <lekktu@gmail.com>
16012
16013 * font-setting.el (font-use-system-font): Declare for byte-compiler.
16014 (font-setting-change-default-font): Fix typo in docstring.
16015
6cc6582e
AM
160162009-11-18 Alan Mackenzie <acm@muc.de>
16017
16018 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
16019
dfb3c4c6
JD
160202009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16021
02e1b488 16022 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
16023
16024 * cus-start.el (all): ... to here.
16025
e268e987
MA
160262009-11-17 Michael Albinus <michael.albinus@gmx.de>
16027
16028 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
16029 Don't set `ad-return-value' if `ad-do-it' doesn't.
16030
303ffde8
MA
16031 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
16032 modification time.
16033
637fa988
JD
160342009-11-17 Jan Djärv <jan.h.d@swipnet.se>
16035
16036 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 16037 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
16038
16039 * loadup.el: If feature system-font-setting or font-render-setting is
16040 there, load font-setting.
16041
02e1b488 16042 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
16043 * font-setting.el: New file.
16044
1d16a255
GM
160452009-11-17 Glenn Morris <rgm@gnu.org>
16046
16047 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
16048
2d84f804
GM
16049 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16050 Preserve point in the list buffer. (Bug#4939)
16051 Use point-at-eol.
16052 (newsticker--treeview-list-update-highlight)
16053 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
16054
14467b99
JB
160552009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16056
16057 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
16058 Remove.
16059
16060 * calc/calc-ext.el (calc-init-extensions): Remove references to
16061 symclip.
16062
16063 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
16064
16065 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 16066 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
16067 `calc-symclip'.
16068
e3c39c01
KR
160692009-11-16 Kevin Ryde <user42@zip.com.au>
16070
02e1b488 16071 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16072 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16073
497de631
KR
16074 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16075 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16076 Ignore trailing spaces by omit-nulls to split-string (fixing
16077 regression from Emacs 21 due to the incompatible split-string
14467b99 16078 change). (Bug #4928.)
497de631 16079
48b27575
DN
160802009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16081
5237d741 16082 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16083 (vc-print-log-internal): Insert buttons to request more entries
16084 when limiting the output.
16085
16086 * vc-sccs.el (vc-sccs-print-log):
16087 * vc-rcs.el (vc-rcs-print-log):
16088 * vc-cvs.el (vc-cvs-print-log):
16089 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16090 LIMIT is non-nil.
16091
d3e97185
MA
160922009-11-16 Michael Albinus <michael.albinus@gmx.de>
16093
16094 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16095 error when `tramp-gvfs-dbus-event-vector' is set.
16096 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16097
68d87786
SM
160982009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16101
c0a39702
MA
161022009-11-16 Michael Albinus <michael.albinus@gmx.de>
16103
16104 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16105 (dbus-register-property): Register the handlers of
c0a39702
MA
16106 "org.freedesktop.DBus.Properties" for SERVICE.
16107 (dbus-property-handler): Fix docstring.
16108
1e857121
YM
161092009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16110
16111 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16112 Quote doc string reference in defvaralias as it is not in special form.
16113 (byte-compile-output-docform): Doc fix.
16114
887484c1
JB
161152009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16116
16117 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16118 (calc-complement-signed-mode): New variables.
16119 (calc-set-mode-line): Add indicator for twos-complements.
16120 (math-format-number): Format twos-complement notation.
16121
16122 * calc/calc-bin.el (calc-word-size): Reset the variables
16123 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16124 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16125 (calc-symclip): New functions.
887484c1
JB
16126
16127 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16128
68d87786
SM
16129 * calc/calc-embed.el (calc-embedded-mode-vars):
16130 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16131
16132 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16133 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16134
16135 * calc/calc-ext.el (math-read-number-fancy): Read complement
16136 signed numbers.
68d87786
SM
16137 (calc-init-extensions): Add binding for `calc-symclip'.
16138 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16139
16140 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16141 `calc-symclip'.
68d87786 16142 (calc-modes-menu): Add item for twos complement mode.
887484c1 16143
5237d741 16144 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16145
4cf1d7e3
CY
161462009-11-15 Chong Yidong <cyd@stupidchicken.com>
16147
16148 * register.el (jump-to-register, insert-register): Handle Semantic
16149 tags. From commented-out advice in semantic/senator.el.
16150
f8e65267
DN
161512009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16152
6616006b
DN
16153 * vc.el (vc-log-show-limit): New variable.
16154 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16155 when using a prefix argument.
16156 (vc-print-log-internal): Add new argument LIMIT.
16157
16158 * vc-svn.el (vc-svn-print-log):
16159 * vc-mtn.el (vc-mtn-print-log):
16160 * vc-hg.el (vc-hg-print-log):
16161 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16162 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16163 non-optional.
16164
16165 * vc-sccs.el (vc-sccs-print-log):
16166 * vc-rcs.el (vc-rcs-print-log):
16167 * vc-git.el (vc-git-print-log):
16168 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16169 ignore it. Make the BUFFER argument non-optional.
6616006b 16170
f8e65267
DN
16171 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16172
0566c4bc
CY
161732009-11-15 Chong Yidong <cyd@stupidchicken.com>
16174
7cce3c91
CY
16175 * dired.el (dired-mode-map): Move encryption items to "Operate"
16176 menu (Bug#4703).
16177
d7063de9
CY
16178 * strokes.el (strokes-update-window-configuration): Make strokes
16179 buffer current before erasing (Bug#4906).
16180
0fc10137
JL
161812009-11-15 Juri Linkov <juri@jurta.org>
16182
16183 * simple.el (set-mark-default-inactive): Add :type, :group
16184 and :version. (Bug#4876)
16185
f5fce4ec
MA
161862009-11-15 Michael Albinus <michael.albinus@gmx.de>
16187
16188 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16189 (archive-unique-fname): ... here. (Bug#4929)
16190
8d720a00
SM
161912009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16192
589888fe
SM
16193 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16194 with a real fix.
16195
8d720a00
SM
16196 * novice.el (disabled-command-function): Add useful args.
16197 Setup the help buffer so that [back] works.
16198 Remove redundant call to help-mode.
16199 (disabled-command-function): Use `case'.
16200 (en/disable-command): New function extracted from enable-command.
16201 (enable-command, disable-command): Use it.
16202
a61344d6
GM
162032009-11-14 Glenn Morris <rgm@gnu.org>
16204
497f0cdd
GM
16205 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16206 constants. (Bug#4913)
16207
a61344d6
GM
16208 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16209
d501801e
GM
162102009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16211
16212 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16213 defined in C that have no doc-strings. (Bug#1063)
16214
5af27ac2
GM
162152009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16216
16217 * cus-edit.el (data, files):
16218 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16219
aec5395b
CY
162202009-11-14 Chong Yidong <cyd@stupidchicken.com>
16221
e7791447
CY
16222 * simple.el (shell-command): Doc fix (Bug#4891).
16223
aec5395b
CY
16224 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16225
7a41cd7f
GM
162262009-11-14 Glenn Morris <rgm@gnu.org>
16227
c3583c94
GM
16228 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16229 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16230 If they are already loaded, eval-after-load will do the right thing.
16231
73900d1f
GM
16232 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16233 compiling.
16234
0028351d
GM
16235 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16236
f6714ede
GM
16237 * simple.el (x-selection-owner-p): Declare.
16238 (read-mail-command): Use custom radio type rather than choice.
16239 (completion-no-auto-exit): Doc fix.
16240
7a41cd7f 16241 * custom.el (defgroup):
5af27ac2 16242 * epg-config.el (epg): Doc fixes.
7a41cd7f 16243
2d0659ec
DN
162442009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16245
16246 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16247 * international/ccl.el (define-ccl-program): Do not purecopy the
16248 docstring, defconst does it anyway.
16249
7fdbcd83
SM
162502009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16251
d499c5b9
SM
16252 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16253 a second time.
16254
7fdbcd83
SM
16255 * x-dnd.el (x-dnd-maybe-call-test-function):
16256 * window.el (split-window-vertically):
16257 * whitespace.el (whitespace-help-on):
16258 * vc-rcs.el (vc-rcs-consult-headers):
16259 * userlock.el (ask-user-about-lock-help)
16260 (ask-user-about-supersession-help):
16261 * type-break.el (type-break-force-mode-line-update):
16262 * time-stamp.el (time-stamp-conv-warn):
16263 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16264 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16265 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16266 (term-write-input-ring, term-check-source, term-start-output-log):
16267 (term-display-buffer-line, term-dynamic-list-completions):
16268 (term-ansi-make-term, serial-term):
16269 * subr.el (selective-display):
16270 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16271 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16272 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16273 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16274 (speedbar-remove-localized-speedbar-support)
16275 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16276 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16277 (speedbar-buffers-line-directory):
16278 * simple.el (shell-command-on-region, append-to-buffer)
16279 (prepend-to-buffer):
16280 * shadowfile.el (shadow-save-todo-file):
16281 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16282 (scroll-bar-maybe-set-window-start):
16283 * sb-image.el (speedbar-image-dump):
16284 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16285 (load-save-place-alist-from-file):
16286 * ps-samp.el (ps-print-message-from-summary):
16287 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16288 (ps-background-image, ps-begin-job, ps-do-despool):
16289 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16290 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16291 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16292 (pr-call-process, pr-file-list, pr-interface-save):
16293 * novice.el (disabled-command-function)
16294 (enable-command, disable-command):
16295 * mouse.el (mouse-buffer-menu-alist):
16296 * mouse-copy.el (mouse-kill-preserving-secondary):
16297 * macros.el (kbd-macro-query):
16298 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16299 * informat.el (batch-info-validate):
16300 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16301 * hippie-exp.el (try-expand-dabbrev-visible):
16302 * help-mode.el (help-make-xrefs):
16303 * help-fns.el (describe-variable):
16304 * generic-x.el (bat-generic-mode-run-as-comint):
16305 * finder.el (finder-mouse-select):
16306 * find-dired.el (find-dired-sentinel):
16307 * filesets.el (filesets-file-close):
16308 * files.el (list-directory):
16309 * faces.el (list-faces-display, describe-face):
16310 * facemenu.el (list-colors-display):
16311 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16312 * epg.el (epg--process-filter, epg-cancel):
16313 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16314 (epa--read-signature-type):
16315 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16316 (emerge-file-names):
16317 * ehelp.el (electric-helpify):
16318 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16319 * ediff-vers.el (rcs-ediff-view-revision):
16320 * ediff-util.el (ediff-setup):
16321 * ediff-mult.el (ediff-append-custom-diff):
16322 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16323 (ediff-wordify):
16324 * echistory.el (Electric-command-history-redo-expression):
16325 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16326 * disp-table.el (describe-display-table):
16327 * dired.el (dired-find-buffer-nocreate):
16328 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16329 * dabbrev.el (dabbrev--same-major-mode-p):
16330 * chistory.el (list-command-history):
16331 * apropos.el (apropos-documentation):
16332 * allout.el (allout-obtain-passphrase):
16333 (allout-copy-exposed-to-buffer):
16334 (allout-verify-passphrase): Use with-current-buffer.
16335
2ccbc060
GM
163362009-11-13 Glenn Morris <rgm@gnu.org>
16337
16338 * Makefile.in (ELCFILES): Regenerate.
16339
b172ed20
MA
163402009-11-13 Michael Albinus <michael.albinus@gmx.de>
16341
7fdbcd83
SM
16342 * net/dbus.el (dbus-registered-objects-table): Rename from
16343 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16344 (dbus-unregister-object): Unregister also properties.
16345 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16346 Use a timeout of 500 msec, in order to not block.
16347 (dbus-register-property, dbus-property-handler): New defuns.
16348
e96d62cd
SM
163492009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16350
16351 * simple.el (minibuffer-default-add-completions): Drop deprecated
16352 4th arg.
16353
14bd267d
EZ
163542009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16355
e96d62cd
SM
16356 * textmodes/artist.el (artist-mouse-choose-operation):
16357 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16358 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16359 (artist-compute-up-event-key): New function.
16360 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16361
bf89fd7b
KH
163622009-11-13 Kenichi Handa <handa@m17n.org>
16363
16364 * language/japan-util.el: Make sure that the value of jisx0208
16365 property is jisx0208 character.
16366
f70b8925
DN
163672009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16368
16369 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16370 car or each item, not the whole list.
16371
4d93a9e0
SM
163722009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16373
16374 * minibuffer.el (minibuffer-completion-help):
16375 Use minibuffer-hide-completions.
16376
05404988
SM
163772009-11-12 Per Starbäck <per@starback.se> (tiny change)
16378
16379 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16380 (dired-revert): Use them (bug#4880).
16381
5297bc10
DN
163822009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16383
16384 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16385
e2685eb7
JL
163862009-11-12 Juri Linkov <juri@jurta.org>
16387
16388 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16389 New functions.
16390 (find-file-literally-at-point): Alias of `ffap-literally'.
16391
76410c3e
DN
163922009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16393
6d341a2a
DN
16394 * textmodes/ispell.el (ispell-skip-region-alist):
16395 * textmodes/css-mode.el (auto-mode-alist):
16396 * progmodes/compile.el (auto-mode-alist):
16397 * international/mule.el (ctext-non-standard-encodings-alist)
16398 (ctext-non-standard-encodings-regexp):
16399 * simple.el (shell-command-switch, text-read-only):
16400 * replace.el (occur-mode-map):
16401 * paths.el (rmail-file-name):
16402 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16403 * find-file.el (ff-special-constructs):
16404 * files.el (file-name-handler-alist):
16405 * composite.el: Purecopy strings.
16406
76410c3e
DN
16407 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16408
aaa448c9
DN
164092009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16410
16411 * widget.el (define-widget): Purecopy the docstring.
16412 * international/mule-cmds.el (charset): Do not purecopy the
16413 docstring here, define-widget does it.
16414
16415 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16416 * textmodes/bibtex-style.el (auto-mode-alist):
16417 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16418 * progmodes/compile.el (compile-command):
16419 * language/korea-util.el (default-korean-keyboard):
16420 * international/mule-conf.el (file-coding-system-alist):
16421 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16422 * tooltip.el (tooltip-frame-parameters):
16423 * newcomment.el (comment-end, comment-padding):
16424 * dired.el (dired-trivial-filenames):
16425 * comint.el (comint-file-name-prefix): Purecopy initial values.
16426
bbe650fd
MA
164272009-11-11 Michael Albinus <michael.albinus@gmx.de>
16428
16429 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16430 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16431 `tramp-unload'.
16432 (tramp-advice-make-auto-save-file-name)
16433 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16434 after removing the advice.
16435
6bdad9ae
DN
164362009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16437
2f7f4bee
DN
16438 * progmodes/grep.el (grep-regexp-alist):
16439 * international/mule-cmds.el (iso-2022-control-alist):
16440 * emacs-lisp/timer.el (timer-duration-words):
16441 * subr.el (version-separator, version-regexp-alist):
16442 * minibuffer.el (completion-styles-alist):
16443 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16444 Change defvars to defconsts.
16445
a042de45
DN
16446 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16447 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16448 * international/mule-conf.el: Allow to be byte compiled.
16449
3b6acc72
DN
16450 * international/mule.el (define-charset): Purecopy props.
16451 (load-with-code-conversion): Purecopy doc string and file name.
16452 (put-charset-property): Purecopy strings.
16453 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16454
1c2efdfb 16455 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16456 (define-char-code-property): Correctly purecopy the table.
16457
62591911
DN
16458 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16459
8b908da6
DN
16460 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16461
ff917d63
DN
16462 * subr.el (add-hook): Purecopy strings.
16463 (eval-after-load): Purecopy load-history-regexp and the form.
16464
af89cf77
DN
16465 * custom.el (custom-declare-group): Purecopy load-file-name.
16466
a3c20c83 16467 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16468 * net/eudc.el (eudc-tools-menu):
16469 * international/mule-cmds.el (set-coding-system-map)
16470 (mule-menu-keymap):
16471 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16472 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16473 * replace.el (occur-mode-map):
16474 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16475 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16476 (menu-bar-custom-menu, menu-bar-showhide-menu)
16477 (menu-bar-options-menu, menu-bar-tools-menu)
16478 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16479 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16480 (menu-bar-help-menu):
16481 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16482 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16483
6bdad9ae
DN
16484 * term/x-win.el (x-gtk-stock-map):
16485 * progmodes/vera-mode.el (auto-mode-alist):
16486 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16487 (inferior-lisp-program, inferior-lisp-load-command):
16488 * progmodes/hideshow.el (hs-special-modes-alist):
16489 * progmodes/gud.el (same-window-regexps):
16490 * progmodes/grep.el (grep-program, find-program, xargs-program):
16491 * net/telnet.el (same-window-regexps):
16492 * net/rlogin.el (same-window-regexps):
16493 * language/ethiopic.el (font-ccl-encoder-alist):
16494 * vc-sccs.el (vc-sccs-master-templates):
16495 * vc-rcs.el (vc-rcs-master-templates):
16496 * subr.el (cl-assertion-failed):
16497 * simple.el (next-error-overlay-arrow-position):
16498 * lpr.el (lpr-command):
16499 * locate.el (locate-ls-subdir-switches):
16500 * info.el (same-window-regexps, info)
16501 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16502 * image-mode.el (image-mode, auto-mode-alist):
16503 * hippie-exp.el (hippie-expand-ignore-buffers):
16504 * format.el (format-alist):
16505 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16506 (find-name-arg):
16507 * facemenu.el (facemenu-keybindings):
16508 * dired.el (dired-listing-switches, dired-chown-program):
16509 * diff.el (diff-switches, diff-command):
16510 * cus-edit.el (same-window-regexps):
16511 * bindings.el (mode-line-mule-info)
16512 (mode-line-buffer-identification): Purecopy strings.
16513
e0987650
JL
165142009-11-11 Juri Linkov <juri@jurta.org>
16515
3570691b 16516 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16517 Tell the byte-compiler about dired-get-filename.
16518 (shell-command): In Dired mode, get filename from the current line
16519 as the default value.
16520
b16ff465
GM
165212009-11-10 Glenn Morris <rgm@gnu.org>
16522
e8a11b22
GM
16523 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16524 * calendar/holidays.el, progmodes/cperl-mode.el:
16525 Update x-popup-menu declarations.
16526
b16ff465
GM
16527 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16528 (list-load-path-shadows): Use dolist.
16529 (list-load-path-shadows): Use with-current-buffer.
16530
032c3399
JL
165312009-11-10 Juri Linkov <juri@jurta.org>
16532
16533 * minibuffer.el (read-file-name): Support a list of default values
16534 in `default-filename'. Use the first file name where only one
16535 element is required. Doc fix.
16536
8fb1629f
MA
165372009-11-09 Michael Albinus <michael.albinus@gmx.de>
16538
16539 * net/dbus.el (dbus-unregister-object): Release service, if no
16540 other method is registered for it.
16541
a51203ee 165422009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16543
16544 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16545 bookmark-sort-flag is non-nil (Bug#4653).
16546
9bf7dc8a
CY
165472009-11-08 Chong Yidong <cyd@stupidchicken.com>
16548
15207e74
CY
16549 * emulation/cua-base.el: Add CUA property to some CC mode commands
16550 (Bug#4100).
16551
8bf7ed70
KR
165522009-11-08 Kevin Ryde <user42@zip.com.au>
16553
16554 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16555 at end of sentence (Bug#4818).
8bf7ed70 16556
951802d0
CY
165572009-11-08 Jared Finder <jfinder@crypticstudios.com>
16558
16559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16560 Handle "see declaration of" MSFT statements (Bug#4100).
16561
e8244310
MA
165622009-11-08 Michael Albinus <michael.albinus@gmx.de>
16563
16564 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16565 (tramp-advice-file-expand-wildcards): Unload via
16566 `ad-remove-advice'.
16567
16568 * net/trampver.el: Update release number.
16569
a51203ee 165702009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16571
16572 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16573 `ad-do-it'.
16574
a51203ee 165752009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16576
16577 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16578 in order to keep context in SELinux.
16579
bedd8a58
CY
165802009-11-08 Chong Yidong <cyd@stupidchicken.com>
16581
16582 * dired-aux.el (dired-query): Place cursor in echo area and allow
16583 C-g.
16584
16585 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16586 menu item if not on a directory (Bug#4701).
16587
0484d600
MA
165882009-11-07 Michael Albinus <michael.albinus@gmx.de>
16589
16590 Sync with Tramp 2.1.17.
16591
16592 * net/tramp.el (tramp-handle-copy-directory): Don't use
16593 `file-remote-p' (due to compatibility).
16594
16595 * net/tramp-compat.el (tramp-compat-copy-directory)
16596 (tramp-compat-delete-directory): New defuns.
16597
16598 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16599 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16600 Use `tramp-compat-delete-directory'.
0484d600
MA
16601
16602 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16603 (tramp-smb-handle-delete-directory):
16604 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16605
16606 * net/trampver.el: Update release number.
16607
b42b2189
CY
166082009-11-07 Chong Yidong <cyd@stupidchicken.com>
16609
6960d7b9
CY
16610 * tar-mode.el (tar-copy): Call write-region on the right buffer
16611 (Bug#4857).
16612
b42b2189
CY
16613 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16614 by hand, if necessary (Bug#4878).
16615
0ad57dfd
CY
166162009-11-06 Chong Yidong <cyd@stupidchicken.com>
16617
d19e23ae
CY
16618 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16619 align size column (Bug#4839).
16620
0ad57dfd
CY
16621 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16622 statement.
16623
0b7f397c
DN
166242009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16625
16626 * progmodes/ld-script.el (auto-mode-alist):
16627 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16628
16629 * cus-face.el (custom-declare-face): Purecopy face spec.
16630
495bd5ca
KH
166312009-11-06 Kenichi Handa <handa@m17n.org>
16632
16633 * international/uni-bidi.el: Re-generated.
16634 * international/uni-category.el: Re-generated.
16635 * international/uni-combining.el: Re-generated.
16636 * international/uni-mirrored.el: Re-generated.
16637
1e8780b1
DN
166382009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16639
16640 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16641 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16642 (tex-start-options, slitex-run-command, latex-run-command)
16643 (tex-run-command, tex-directory):
16644 * textmodes/ispell.el (ispell-html-skip-alists)
16645 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16646 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16647 (adaptive-fill-regexp):
16648 * textmodes/dns-mode.el (auto-mode-alist):
16649 * progmodes/python.el (interpreter-mode-alist):
16650 * progmodes/etags.el (tags-compression-info-list):
16651 * progmodes/etags.el (tags-file-name):
16652 * net/browse-url.el (browse-url-galeon-program)
16653 (browse-url-firefox-program):
16654 * mail/sendmail.el (mail-signature-file)
16655 (mail-citation-prefix-regexp):
16656 * international/mule-conf.el (eight-bit):
16657 * international/latexenc.el (latex-inputenc-coding-alist):
16658 * international/fontset.el (x-pixel-size-width-font-regexp):
16659 * emacs-lisp/warnings.el (warning-type-format):
16660 * emacs-lisp/trace.el (trace-buffer):
16661 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16662 (emacs-lisp-mode-map):
16663 * calendar/holidays.el (holiday-solar-holidays)
16664 (holiday-bahai-holidays, holiday-islamic-holidays)
16665 (holiday-christian-holidays, holiday-hebrew-holidays)
16666 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16667 (hebrew-holidays-1, holiday-oriental-holidays)
16668 (holiday-general-holidays):
16669 * x-dnd.el (x-dnd-known-types):
16670 * tool-bar.el (tool-bar):
16671 * startup.el (site-run-file):
16672 * shell.el (shell-dumb-shell-regexp):
16673 * rfn-eshadow.el (file-name-shadow-tty-properties)
16674 (file-name-shadow-properties):
16675 * paths.el (remote-shell-program, news-directory):
16676 * mouse.el ([C-down-mouse-3]):
16677 * menu-bar.el (menu-bar-tools-menu):
16678 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16679 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16680 (jka-compr-compression-info-list):
16681 * isearch.el (search-whitespace-regexp):
16682 * image-file.el (image-file-name-extensions):
16683 * find-dired.el (find-ls-option):
16684 * files.el (directory-listing-before-filename-regexp)
16685 (directory-free-space-args, insert-directory-program)
16686 (list-directory-brief-switches, magic-fallback-mode-alist)
16687 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16688 (automount-dir-prefix):
16689 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16690 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16691 (face-font-registry-alternatives, face-font-registry-alternatives)
16692 (face-font-family-alternatives):
16693 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16694 (facemenu-foreground-menu, facemenu-face-menu):
16695 * epa-hook.el (epa-file-name-regexp):
16696 * dnd.el (dnd-protocol-alist):
16697 * textmodes/rst.el (auto-mode-alist):
a51203ee 16698 * button.el (default-button): Purecopy strings.
1e8780b1 16699
0adae11f
GM
167002009-11-06 Glenn Morris <rgm@gnu.org>
16701
16702 * Makefile.in (ELCFILES): Update.
16703
2adaf057
SM
167042009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16705
8f72f03c
SM
16706 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16707 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16708
2adaf057
SM
16709 * nxml/xsd-regexp.el (xsdre-gen-categories):
16710 * nxml/xmltok.el (xmltok-parse-entity):
16711 * nxml/rng-parse.el (rng-parse-validate-file):
16712 * nxml/rng-maint.el (rng-format-manual)
16713 (rng-manual-output-force-new-line):
16714 * nxml/rng-loc.el (rng-save-schema-location-1):
16715 * nxml/rng-cmpct.el (rng-c-parse-file):
16716 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16717 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16718
14862301
SM
167192009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16720
bf0b361c 16721 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16722 Remove extra save-excursions and make-variable-buffer-local's.
16723 Suggested by Stefan Monnier.
16724
16725 (verilog-getopt-file, verilog-module-inside-filename-p)
16726 (verilog-set-define): Merge GNU 1.35 and repair changes from
16727 switching to using with-current-buffer.
16728
16729 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16730 being treated as a number and confusing AUTORESET.
16731 Reported by Dan Dever.
16732
16733 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16734 Add verilog-auto-ignore-concat to fix backward compatibility with
16735 older verilog-modes. Reported by Dan Katz.
16736
16737 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16738 containing closing anchors "...$".
16739
16740 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16741 Reported by Wade Smith.
16742
48c2d18a 16743 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16744
167452009-11-05 Michael McNamara <mac@mail.brushroad.com>
16746
bf0b361c
JB
16747 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16748 for labels.
14862301
SM
16749
16750 (verilog-label-re, verilog-calc-1): Support proper indent of named
16751 asserts.
16752
16753 (verilog-backward-token, verilog-basic-complete-re)
16754 (verilog-beg-of-statement, verilog-indent-re): Support proper
16755 indent of the assert statement at the beginning of a block of text.
16756
16757 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16758 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16759 tokens as begins.
16760
4f8f657f
GM
167612009-11-05 Glenn Morris <rgm@gnu.org>
16762
775adc51
GM
16763 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16764 Emacs 19. (Bug#1531)
16765 (byte-compile-fix-header): Update for the above change.
16766 Drop test for epoch::version.
16767
4ad6a5e7 16768 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16769 * cus-dep.el (custom-make-dependencies):
16770 * finder.el (finder-compile-keywords):
16771 Use autoload-rubric's feature argument.
4ad6a5e7 16772
4f8f657f
GM
16773 * calendar/diary-lib.el (top-level): Make load behave more like require.
16774
881e4184
GM
16775 * vc-git.el (vc-git-stash-map): Move definition before use.
16776
ba214964 167772009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16778
b6f8ba09
DN
16779 * custom.el (custom-declare-group): Purecopy standard-value.
16780 (custom-declare-group): Purecopy custom-prefix.
16781
7fdbcd83
SM
16782 * international/mule.el (load-with-code-conversion):
16783 Call do-after-load-evaluation unconditionally.
eb6f577b 16784
f6195dfb
DN
16785 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16786
56f14120
SM
167872009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16790
e5c89ce9
GM
167912009-11-04 Glenn Morris <rgm@gnu.org>
16792
16793 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16794 (byte-compile-compatibility): Remove option.
16795 (byte-compile-close-variables, byte-compile-fix-header)
16796 (byte-compile-insert-header, byte-compile-output-docform)
16797 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16798 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16799 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16800 (byte-compile-insert, byte-compile-defun):
16801 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16802 (byte-defop-compiler19): Remove.
16803 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16804 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16805
e24f42ab
JL
168062009-11-04 Juri Linkov <juri@jurta.org>
16807
16808 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16809 (menu-bar-options-menu): Don't quote the `prop' arg of
16810 `menu-bar-make-mm-toggle'.
16811
d3d5f4f5
JB
168122009-11-04 Juanma Barranquero <lekktu@gmail.com>
16813
16814 * calendar/calendar.el (cal-loaddefs):
16815 * calendar/diary-lib.el (diary-loaddefs):
16816 * calendar/holidays.el (hol-loaddefs):
16817 * eshell/esh-module.el (esh-groups): Load rather than require.
16818
6e39d3b2
SM
168192009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16820
e96d62cd
SM
16821 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16822 point-min==1.
7e83e8b4
SM
16823 (todo-top-priorities): Only display-buffer when called interactively.
16824 (todo-item-start): Don't save excursion point.
16825 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16826 (todo-insert-item-here, todo-file-item, todo-remove-item):
16827 Adjust uses of todo-item-start and todo-item-end.
16828
fae4e5b9
SM
16829 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16830 (autoload-rubric): Don't use any more.
fae4e5b9 16831
6e39d3b2
SM
16832 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16833 and only put a prop if it is non-nil.
16834
c9753fb4
JL
168352009-11-03 Juri Linkov <juri@jurta.org>
16836
16837 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16838 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16839
16840 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16841 and "Menu" to make top-level menu item visually one unit (like
16842 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16843 multi-word menu items). Fix :help string for quit-window.
16844
db04f33f
GM
168452009-11-03 Glenn Morris <rgm@gnu.org>
16846
2aea6521
GM
16847 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16848 (byte-compile-file-form-define-abbrev-table)
16849 (byte-compile-file-form-custom-declare-variable)
16850 (byte-compile-variable-ref, byte-compile-defvar):
16851 Whether or not a warning is enabled should only affect whether we issue
16852 the warning, not whether or not we collect the relevant data.
16853 Eg warnings can be turned on and off throughout the course of a file.
16854
db04f33f
GM
16855 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16856 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16857
937e6a56
SM
168582009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16861 * play/mpuz.el (mpuz-create-buffer):
16862 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16863 (lm-print-y,s,noise, lm-print-w0, lm-init):
16864 * play/gomoku.el (gomoku-prompt-for-move):
16865 * play/fortune.el (fortune-in-buffer):
16866 * play/dissociate.el (dissociated-press):
16867 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16868 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16869 * mail/supercite.el (sc-eref-show):
16870 * mail/smtpmail.el (smtpmail-send-it):
16871 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16872 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16873 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16874 (rmail-summary-goto-msg, rmail-summary-expunge)
16875 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16876 (rmail-summary-add-label, rmail-summary-output-menu)
16877 (rmail-summary-output-body):
16878 * mail/rfc822.el (rfc822-addresses):
16879 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16880 * mail/mailpost.el (post-mail-send-it):
16881 * mail/hashcash.el (hashcash-generate-payment):
16882 * mail/feedmail.el (feedmail-run-the-queue)
16883 (feedmail-queue-send-edit-prompt-help-first)
16884 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16885 (feedmail-deduce-address-list):
16886 * eshell/esh-ext.el (eshell-remote-command):
16887 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16888 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16889 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16890 (viper-save-string-in-file, viper-valid-marker):
16891 * emulation/viper-keym.el (viper-toggle-key):
16892 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16893 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16894 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16895 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16896 (viper-exec-form-in-emacs, viper-brac-function):
16897 * emulation/viper.el (viper-delocalize-var):
16898 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16899 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16900 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16901 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16902 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16903 * emulation/edt.el (edt-electric-helpify):
16904 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16905 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16906 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16907 (cua-indent-to-global-mark-column):
16908 * calendar/diary-lib.el (calendar-mark-1):
16909 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16910 Use with-current-buffer.
16911 * emulation/viper.el (viper-delocalize-var): Use dolist.
16912
5b955562
CY
169132009-11-03 Chong Yidong <cyd@stupidchicken.com>
16914
16915 * comint.el (comint-replace-by-expanded-history-before-point):
16916 Replace !! with the previous input string literally (Bug#1795).
16917
6292c599
JB
169182009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16919
16920 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16921 to be made up of whitespace.
16922
8368c14e
CY
169232009-11-02 Chong Yidong <cyd@stupidchicken.com>
16924
16925 * minibuffer.el (read-file-name): Don't use file dialogs for
16926 remote directories (Bug#99).
16927
6f750f0d
CY
169282009-11-01 Chong Yidong <cyd@stupidchicken.com>
16929
16930 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16931
97ab3f47
AS
169322009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16933
16934 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16935 instead of deleting the window or frame.
16936
673c1168
CY
169372009-10-31 Chong Yidong <cyd@stupidchicken.com>
16938
16939 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16940 Support face colors.
16941
937e6a56
SM
16942 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16943 New function. Support face colors (Bug#1168).
673c1168
CY
16944 (tex-common-initialization): Use it.
16945
16946 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16947 mode allows it (Bug#1168).
16948
c9349f0a
CY
169492009-10-31 Juri Linkov <juri@jurta.org>
16950
16951 * facemenu.el (list-colors-display): Don't mark buffer as
16952 modified (Bug#3948).
16953
ebf5c4f5
CY
169542009-10-31 Chong Yidong <cyd@stupidchicken.com>
16955
6a7662bb
BR
16956 * international/mule-diag.el (list-character-sets-1):
16957 Minor message fix (Bug#3526).
5c2dce75 16958
6a7662bb
BR
16959 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16960 Fix face property (Bug#4834).
26581f0e
CY
16961 (etags-list-tags, etags-tags-apropos-additional)
16962 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16963 property.
16964
ebf5c4f5
CY
16965 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16966 items.
16967
9a529312
SM
169682009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16969
16970 * textmodes/two-column.el (2C-split):
16971 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16972 * textmodes/tex-mode.el (tex-set-buffer-directory):
16973 * textmodes/spell.el (spell-region, spell-string):
16974 * textmodes/reftex.el (reftex-erase-buffer):
16975 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16976 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16977 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16978 (reftex-select-item):
16979 * textmodes/reftex-ref.el (reftex-label-info-update)
16980 (reftex-offer-label-menu):
16981 * textmodes/reftex-index.el (reftex-index-change-entry)
16982 (reftex-index-phrases-info):
16983 * textmodes/reftex-global.el (reftex-create-tags-file)
16984 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16985 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16986 (reftex-view-crossref-from-bibtex):
16987 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16988 (reftex-extract-bib-entries-from-thebibliography)
16989 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16990 * textmodes/refbib.el (r2b-capitalize-title):
16991 (r2b-convert-buffer, r2b-help):
16992 * textmodes/page-ext.el (pages-directory)
16993 (pages-directory-goto-with-mouse):
16994 * textmodes/bibtex.el (bibtex-validate-globally):
16995 * textmodes/bib-mode.el (bib-capitalize-title):
16996 * textmodes/artist.el (artist-clear-buffer, artist-system):
16997 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16998 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16999 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
17000 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
17001 (xscheme-send-control-g-interrupt, xscheme-start-process)
17002 (xscheme-process-sentinel, xscheme-cd):
17003 * progmodes/verilog-mode.el (verilog-read-always-signals)
17004 (verilog-set-define, verilog-getopt-file)
17005 (verilog-module-inside-filename-p):
17006 * progmodes/sh-script.el:
17007 * progmodes/python.el (python-pdbtrack-get-source-buffer)
17008 (python-pdbtrack-grub-for-buffer, python-execute-file):
17009 * progmodes/octave-inf.el (inferior-octave):
17010 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
17011 (idlwave-shell-compile-helper-routines, idlwave-set-local)
17012 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
17013 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
17014 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
17015 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
17016 (idlwave-shell-filter, idlwave-shell-examine-highlight)
17017 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
17018 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
17019 (idlwave-shell-examine-display, idlwave-shell-run-region)
17020 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
17021 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
17022 * progmodes/idlw-help.el (idlwave-help-get-special-help)
17023 (idlwave-help-get-help-buffer):
17024 * progmodes/gud.el (gud-basic-call, gud-find-class)
17025 (gud-tooltip-activate-mouse-motions-if-enabled):
17026 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
17027 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
17028 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
17029 (ebrowse-tags-next-file):
17030 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
17031 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
17032 (ebnf-eps-finish-and-write):
17033 * progmodes/cpp.el (cpp-edit-save):
17034 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
17035 * progmodes/cc-defs.el (c-emacs-features):
17036 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
17037 (antlr-directory-dependencies):
17038 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
17039 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
17040 (ada-find-any-references, ada-make-filename-from-adaname)
17041 (ada-make-body-gnatstub):
17042 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 17043 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
17044 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
17045 * net/rcirc.el (rcirc-debug):
17046 * net/newst-treeview.el (newsticker--treeview-list-add-item)
17047 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
17048 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
17049 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 17050 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
17051 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
17052 (newsticker--treeview-list-clear-highlight)
17053 (newsticker--treeview-list-update-highlight)
17054 (newsticker--treeview-list-highlight-start)
17055 (newsticker--treeview-tree-update-highlight)
17056 (newsticker--treeview-get-selected-item)
17057 (newsticker-treeview-mark-list-items-old)
17058 (newsticker--treeview-set-current-node):
17059 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
17060 * net/newst-backend.el (newsticker--get-news-by-funcall)
17061 (newsticker--get-news-by-wget, newsticker--image-get)
17062 (newsticker--image-sentinel):
17063 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
17064 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
17065 (eudc-ph-close-session):
17066 * net/eudc.el (eudc-save-options):
17067 * language/thai-word.el (thai-update-word-table):
17068 * language/japan-util.el (japanese-string-conversion):
17069 * international/titdic-cnv.el (tsang-quick-converter)
17070 (ziranma-converter, ctlau-converter):
17071 * international/mule-cmds.el (describe-language-environment):
17072 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17073 (skkdic-convert-postfix, skkdic-convert-prefix):
17074 (skkdic-convert-okuri-nasi, skkdic-convert):
17075 * emacs-lisp/re-builder.el (reb-update-overlays):
17076 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17077 * emacs-lisp/gulp.el (gulp-send-requests):
17078 * emacs-lisp/find-gc.el (trace-call-tree):
17079 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17080 (eieio-describe-generic):
17081 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17082 * emacs-lisp/edebug.el (edebug-outside-excursion):
17083 * emacs-lisp/debug.el (debugger-make-xrefs):
17084 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17085 * emacs-lisp/chart.el (chart-new-buffer):
17086 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17087 Use with-current-buffer.
17088 * textmodes/artist.el (artist-system): Don't call
17089 copy-sequence on a fresh string.
17090 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17091
d566f228
GM
170922009-10-31 Stephen Berman <stephen.berman@gmx.net>
17093
17094 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17095 is no item to edit. (Bug#4820)
d566f228 17096 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17097 buffer. (Bug#4820)
d566f228 17098
f3628edd
GM
170992009-10-31 Glenn Morris <rgm@gnu.org>
17100
5cf3709c
GM
17101 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17102 (comint-last-output-start, comint-last-input-start)
17103 (comint-last-input-end): Don't defvar when compiling.
17104 (ange-ftp-process-file): Use bound-and-true-p.
17105
4c814fd2
GM
17106 * pcmpl-rpm.el (top-level): Move provide statement to end.
17107 (pcmpl-rpm): Remove unused custom group.
17108
113b8dcc
GM
17109 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17110
31c615e4
GM
17111 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17112
416d3588
GM
17113 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17114 (byte-compile-warnings): Add `constants' as an option.
17115 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17116 (display-call-tree): Update for byte-compile-fdefinition possibly
17117 returning `(macro lambda ...)'. (Bug#4778)
17118 (byte-compile-variable-ref, byte-compile-setq-default):
17119 Respect `constants' member of byte-compile-warnings.
17120
00f71f39
SM
171212009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17124 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17125 to "submit:".
17126
ca0a881a
DN
171272009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17128
17129 * textmodes/ispell.el (ispell-skip-region-alist):
17130 * international/mule-conf.el (eight-bit):
17131 * international/fontset.el (font-encoding-alist):
17132 * startup.el (pure-space-overflow-message):
17133 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17134 * paths.el (gnus-nntp-service, rmail-spool-directory)
17135 (term-file-prefix):
17136 * files.el (save-some-buffers-action-alist):
17137 * cmuscheme.el (same-window-buffer-names):
17138 * ielm.el (same-window-buffer-names):
17139 * shell.el (same-window-buffer-names):
17140 * mail/sendmail.el (same-window-buffer-names):
17141 * progmodes/inf-lisp.el (same-window-buffer-names):
17142 * bindings.el (mode-line-client)
17143 (mode-line-column-line-number-mode-map):
17144 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17145 (tibetan-precomposed-regexp): Purecopy string arguments.
17146
b861e45e
SM
171472009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17148
6df9b6d7
SM
17149 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17150 (calcDigit-nondigit):
17151 * calc/calc-yank.el (calc-copy-to-buffer):
17152 * calc/calc-units.el (calc-invalidate-units-table):
17153 * calc/calc-trail.el (calc-trail-yank):
17154 * calc/calc-store.el (calc-insert-variables):
17155 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17156 * calc/calc-prog.el (calc-read-parse-table):
17157 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17158 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17159 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17160 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17161 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17162 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17163 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17164 * calc/calc-ext.el (calc-realign):
17165 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17166 (calc-embedded-finish-edit, calc-embedded-make-info)
17167 (calc-embedded-finish-command, calc-embedded-stack-change):
17168 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17169
70f44c65
SM
17170 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17171 shell-dynamic-complete-filename in preference to
17172 comint-dynamic-complete-filename.
17173
b861e45e
SM
17174 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17175 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17176 Don't consider whether the display supports colors.
17177 (bookmark-import-new-list): Use dolist.
17178 (bookmark-bmenu-mode-map): Move initialization into declaration.
17179 (bookmark-bmenu-list): Use dolist, simplify.
17180 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17181 (menu-bar-final-items): Use push.
17182
8549241d 171832009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17184
17185 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17186 it works on remote files.
17187 (vc-hg-diff): Don't pass any `--cwd' argument.
17188
30644573
KR
171892009-10-27 Kevin Ryde <user42@zip.com.au>
17190
cc63d28f
SM
17191 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17192 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17193 (Further to Bug#3921).
17194
9be01a63
MA
171952009-10-27 Michael Albinus <michael.albinus@gmx.de>
17196
17197 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17198 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17199 calling `tramp-imap-put-file'. Add file size to the call.
17200 (tramp-imap-get-file-entries): Compute also user name, file size,
17201 and date.
17202 (tramp-imap-handle-insert-directory): Insert uid and gid.
17203 (tramp-imap-handle-file-attributes): Transform uid and gid
17204 according to `id-format'.
17205 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17206 size in header X-Size.
17207
41849bf9
JB
172082009-10-26 Juanma Barranquero <lekktu@gmail.com>
17209
17210 * simple.el (transpose-subr): Give clearer error when the mark
17211 is not set. (Bug#4807)
17212
293c24f9
MA
172132009-10-26 Michael Albinus <michael.albinus@gmx.de>
17214
cc63d28f
SM
17215 * net/tramp.el (tramp-perl-file-truename): New defconst.
17216 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17217 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17218 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17219 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17220
cc63d28f
SM
17221 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17222 Ignore `dired-call-process'.
293c24f9
MA
17223 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17224
172252009-10-26 Julian Scheid <julians37@gmail.com>
17226
cc63d28f 17227 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17228 (tramp-get-remote-readlink): New defun.
17229 (tramp-handle-file-truename): Use it.
17230 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17231 file exists if cache value present.
48c2d18a 17232 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17233 (tramp-handle-file-readable-p): Use it.
17234 (tramp-handle-file-writable-p): Likewise.
17235 (tramp-handle-file-executable-p): Likewise.
17236 (tramp-handle-file-name-all-completions): Try using Perl to get
17237 partial completions. When perl not available, combine `cd' and
17238 `ls' into single remote operation and use shell expansion to get
17239 partial remote directory contents. Set `file-exists-p' cache for
17240 directory and any files returned by ls. Change cache handling to
17241 support partial directory contents. Use error message emitted by
17242 remote `cd' or Perl code for local tramp-error.
17243 (tramp-do-copy-or-rename-file-directly): Avoid separate
17244 tramp-send-command-and-check call.
cc63d28f
SM
17245 (tramp-handle-process-file): Merge three remote ops into one.
17246 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17247 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17248 file-attributes shows uid/gid to be set already.
17249
a7610c52
DN
172502009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17251
17252 * textmodes/tex-mode.el (tex-dvi-view-command)
17253 (tex-show-queue-command, tex-open-quote):
17254 * progmodes/ruby-mode.el (auto-mode-alist)
17255 (interpreter-mode-alist): Purecopy strings.
17256
17257 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17258
17259 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17260 string for the hook, keymap and abbrev table.
17261
17262 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17263
17264 * x-dnd.el (x-dnd-xdnd-to-action):
17265 * startup.el (fancy-startup-text, fancy-about-text): Change to
17266 defconst from defvar.
17267
17268 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17269
17270 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17271 Purecopy initialization strings.
17272
17273 * mail/sendmail.el (mail-header-separator)
17274 (mail-personal-alias-file):
17275 * mail/rmail.el (rmail-default-dont-reply-to-names)
17276 (rmail-ignored-headers, rmail-retry-ignored-headers)
17277 (rmail-highlighted-headers, rmail-secondary-file-directory)
17278 (rmail-secondary-file-regexp):
17279 * files.el (null-device, file-name-invalid-regexp)
17280 (locate-dominating-stop-dir-regexp)
cc63d28f 17281 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17282 (interpreter-mode-alist): Use mapcar instead of mapc.
17283
17284 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17285
17286 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17287 (completion-ignored-extensions):
17288 (debug-ignored-errors): Purecopy strings.
17289
4fcc3d32
SM
172902009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17291
0667de21
SM
17292 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17293 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17294 (pcomplete--here): Use push.
17295
4fcc3d32
SM
17296 * subr.el (all-completions): Declare the 4th arg obsolete.
17297
955ef430
SM
172982009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17299
2d085307
SM
17300 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17301 (pcomplete-unquote-argument): New function.
17302 (pcomplete--common-suffix): Always pay attention to case.
17303 (pcomplete--table-subvert): Quote and unquote the text.
17304 (pcomplete--common-quoted-suffix): New function.
17305 (pcomplete-std-complete): Use it and pcomplete-begin.
17306
955ef430
SM
17307 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17308 we're inside a dedicated or minibuffer window.
17309
7c85c02b
KF
173102009-10-24 Karl Fogel <kfogel@red-bean.com>
17311
17312 * bookmark.el: Update documentation, especially documentation
17313 of `bookmark-alist' and of the bookmark file format.
17314 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17315
3e8ae8a6
CY
173162009-10-24 Chong Yidong <cyd@stupidchicken.com>
17317
3e425845
CY
17318 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17319 keybindings apply to the mail buffer (Bug#4003). Shrink help
17320 window to buffer.
17321
cdd47d48
CY
17322 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17323 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17324 (whitespace-toggle-options, global-whitespace-toggle-options):
17325 Doc fix (Bug#3660).
cdd47d48 17326
ba07c9ad
CY
17327 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17328 of xmltok-start before the end tag was inserted (Bug#2840).
17329
3e8ae8a6
CY
17330 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17331 patterns that are preceded by an open-paren (Bug#1320).
17332
ab276820
CY
173332009-10-24 Sven Joachim <svenjoac@gmx.de>
17334
17335 * files.el (delete-directory): Delete symlinks to directories with
17336 delete-file (Bug#4739).
17337
905a9ed3
DN
173382009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17339
a9a2a6db
DN
17340 * vc.el (vc-backend-for-registration): Rename from
17341 vc-get-backend-for-registration. Update callers.
17342
cc63d28f
SM
17343 * international/mule-cmds.el (set-language-info-alist):
17344 Purecopy lang-env.
905a9ed3
DN
17345 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17346 (charset): Purecopy the name.
17347 (define-char-code-property): Purecopy string arguments.
17348
17349 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17350 Purecopy string arguments.
17351
17352 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17353 * ediff-hook.el (menu-bar-ediff-menu):
17354 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17355 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17356
d270305a
GM
173572009-10-24 Glenn Morris <rgm@gnu.org>
17358
6c74d523 17359 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17360 * term.el (term-dynamic-list-completions): Use choose-completion rather
17361 than obsolete alias mouse-choose-completion.
17362
ae732337
GM
17363 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17364 file-cache-choose-completion.
17365 (file-cache-choose-completion): Handle an optional event argument.
17366 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17367
cc63d28f
SM
17368 * progmodes/octave-mod.el (octave-complete-symbol):
17369 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17370
9847dc91
GM
17371 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17372 use.
17373
e8f2a5d5
GM
17374 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17375 compiler.
17376
d270305a
GM
17377 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17378
c6432f1e
SM
173792009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17380
17381 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17382 Ignore `pred' now that we receive one.
17383 Handle test-completion specially.
17384
6ab196f9
DN
173852009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17386
17387 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17388 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17389 REGISTER ...
17390 (vc-get-backend-for-registration): ... here. New function.
17391 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17392 of vc-responsible-backend, pass the file name instead of the
17393 directory name.
17394
48feed59
SM
173952009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17398 New funs.
17399 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17400 (pcomplete-comint-setup): Don't modify a global var via
17401 accidental side-effects.
17402 (pcomplete-shell-setup): Adjust call accordingly.
17403 (pcomplete-parse-comint-arguments): Use push.
17404
00006066
CY
174052009-10-23 Chong Yidong <cyd@stupidchicken.com>
17406
36bfa3af
CY
17407 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17408 Allow uncapitalized info node names (Bug#3921).
17409
00006066
CY
17410 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17411 to the DEBUG file (Bug#3781).
17412
aa311d6e
CY
174132009-10-23 Jari Aalto <jari.aalto@cante.net>
17414
17415 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17416 dictionary entry (Bug#4579).
17417
b88f2d0a
MA
174182009-10-23 Michael Albinus <michael.albinus@gmx.de>
17419
17420 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17421 from `rfn-eshadow-update-overlay-hook' when unloading.
17422 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17423 "rsyncc". Adjust doc string.
48c2d18a 17424 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17425 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17426 Keep temporary file when indicated by method ("rsync" and
17427 "rsyncc").
17428 (tramp-handle-write-region): Handle APPEND.
17429 (tramp-delete-temp-file-function): New defun. Added to
17430 `kill-buffer-hook'.
17431
1becddbb
JB
174322009-10-23 Juanma Barranquero <lekktu@gmail.com>
17433
17434 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17435
8f43cbf3
DN
174362009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17437
17438 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17439 (color-name-rgb-alist, tty-standard-colors)
17440 (tty-color-mode-alist): Change to defconst.
17441
17442 * simple.el (mark-inactive): Purecopy message.
17443
17444 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17445 (global-map, yank-menu):
17446 * textmodes/ispell.el (ispell-menu-map):
17447 * net/eudc.el (eudc-tools-menu):
17448 * international/mule-cmds.el (describe-language-environment-map)
17449 (setup-language-environment-map, set-coding-system-map)
17450 (mule-menu-keymap):
17451 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17452 * replace.el (occur-mode-map):
17453 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17454
1d228a31
JB
174552009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17456
6a7662bb
BR
17457 * calc/calc.el (math-read-number, math-read-number-simple):
17458 Use `save-match-data'.
1d228a31 17459
3b067af1
SM
174602009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17461
28a90c44
SM
17462 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17463 rather than fiddling with global-map bindings, since it should only
17464 affect per-terminal settings.
17465 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17466
a452eee8
SM
17467 * minibuffer.el (completion-table-with-terminator): Allow to specify
17468 the terminator-regexp.
17469
ab14d7d5
SM
17470 * simple.el (switch-to-completions): Look for *Completions* in other
17471 frames as well.
17472
3b067af1
SM
17473 * pcomplete.el: Allow the use of completion-tables.
17474 (pcomplete-std-complete): New command.
17475 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17476 (pcomplete--here): Use a function for `form' rather than an expression,
17477 so it can be byte-compiled.
17478 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17479 Add edebug declaration.
17480 (pcomplete-show-completions): Remove unused var `curbuf'.
17481 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17482 Don't assume `completions' is a list of strings any more.
3b067af1 17483
5480359e
JB
174842009-10-22 Juanma Barranquero <lekktu@gmail.com>
17485
17486 * find-dired.el (find-name-arg): Fix typo in docstring.
17487
3170b794
SM
174882009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17489
48c23a25
SM
17490 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17491 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17492
56b14058
SM
17493 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17494 pcomplete-entries.
17495
3170b794
SM
17496 * comint.el (comint-read-input-ring, comint-write-input-ring)
17497 (comint-substitute-in-file-name)
17498 (comint-dynamic-complete-as-filename)
17499 (comint-dynamic-simple-complete)
17500 (comint-dynamic-list-filename-completions)
17501 (comint-dynamic-list-completions)
17502 (comint-redirect-results-list-from-process): Minor simplifications.
17503
2affef34
KR
175042009-10-21 Kevin Ryde <user42@zip.com.au>
17505
3170b794
SM
17506 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17507 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17508 the first form. And insert a blank line after ";;; Code" since
d8194864 17509 that's usual style. (Bug#4612)
2affef34 17510
e7b94bbb
KR
17511 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17512
528c56e2
SM
175132009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17514
17515 * minibuffer.el (completion-table-with-terminator): Properly implement
17516 boundaries, in case `terminator' appears in the suffix.
17517 (completion--embedded-envvar-table): Don't return boundaries if
17518 there's no valid completion. Simplify.
17519 (completion-file-name-table): New completion table extracted from
17520 completion--file-name-table.
17521 (completion--file-name-table): Use it.
17522 (read-file-name-predicate): Declare obsolete.
17523 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17524 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17525 completion-file-name-table, and use the `pred' argument.
17526 * files.el (locate-file-completion-table): Use the `pred' arg rather
17527 than read-file-name-predicate.
17528 (abbreviate-file-name): Use \` rather than ^ for BOS.
17529
f9ed9b4f
DN
175302009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17531
17532 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17533 vc-responsible-backend to register, it causes problems.
17534
5f2022a3
SM
175352009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17536
17537 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17538
fc754ea1
MA
175392009-10-21 Michael Albinus <michael.albinus@gmx.de>
17540
17541 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17542 (tramp-smb-handle-file-attributes): Use it.
17543 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17544 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17545 `mapcar'. Use `tramp-smb-get-stat-capability'.
17546 Add `dired-filename' text properties.
fc754ea1
MA
17547 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17548 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17549 version.
17550
79bd5ba1
SM
175512009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17552
17553 * subr.el (read-key-delay): Reduce to 0.01.
17554 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17555 (bug#4751).
17556
3c13704d
SM
175572009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17558
554efd10
SM
17559 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17560
c2a37b78
SM
17561 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17562 (Info-menu): Remove unused vars `last' and `completions'.
17563 (Info-index-nodes): Remove unused var `node'.
17564
3c13704d
SM
17565 * info.el (Info-complete-menu-item): Use complete-with-action.
17566
d1e4c403
DN
175672009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17568
17569 Make vc-annotate work through copies and renames.
3c13704d
SM
17570 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17571 Return the file name too.
d1e4c403
DN
17572 (vc-annotate-revision-at-line)
17573 (vc-annotate-find-revision-at-line)
17574 (vc-annotate-revision-previous-to-line)
17575 (vc-annotate-show-log-revision-at-line): Update to get the file
17576 name from vc-annotate-extract-revision-at-line.
17577 (vc-annotate-show-diff-revision-at-line-internal): Change the
17578 argument to mean whether to show a file diff or not. Get the file
17579 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17580 (vc-annotate-show-diff-revision-at-line):
17581 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17582 (vc-annotate-warp-revision): Add an optional file argument.
17583
17584 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17585 (vc-git-annotate-extract-revision-at-line): Also return the file
17586 name if found.
17587
17588 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17589 command. Remove unused code.
17590 (vc-hg-annotate-re): Update to match --follow output.
17591 (vc-hg-annotate-extract-revision-at-line): Also return the file
17592 name if found.
17593
17594 * vc.el: Update annotate-extract-revision-at-line documentation.
17595
b0b0ef98
KR
175962009-10-18 Kevin Ryde <user42@zip.com.au>
17597
17598 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17599 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17600
a9e7f03d
KR
17601 * net/browse-url.el (browse-url): Identify alist with "consp and
17602 not functionp" and let all other things go down the `apply' leg,
17603 as suggested by Stefan. (Further to bug#4531.)
17604
7346a407
CY
176052009-10-18 Chong Yidong <cyd@stupidchicken.com>
17606
17607 * minibuffer.el (read-file-name): Check for repeat before putting
17608 a default argument in file-name-history (Bug#4657).
17609
17610 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17611 read syntax (Bug#4737).
17612
3c13704d 17613 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17614
1da94541
CY
176152009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17616
17617 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17618 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17619 entries and make note of obsolete tags.
17620
2b93080a
SM
176212009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17622
17623 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17624
18b5ffb5
GM
176252009-10-18 Glenn Morris <rgm@gnu.org>
17626
17627 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17628 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17629 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17630 now, and in any case the file header format has changed.
17631
c2e161b2
GM
176322009-10-17 Glenn Morris <rgm@gnu.org>
17633
17634 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17635 (flyspell-get-word, flyspell-large-region)
17636 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17637
a1eb44f5
CY
176382009-10-17 Chong Yidong <cyd@stupidchicken.com>
17639
17640 * Makefile.in (ELCFILES): Add ede/shell.
17641
4418646e
DN
176422009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17643
17644 * term/common-win.el (x-colors): Purecopy it.
17645
4062011e
SM
176462009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17649 permissive for when the buffer is empty.
17650 (tar-header-block-tokenize): Decode the username and groupname.
17651 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17652
b0b111c3
JB
176532009-10-17 Eric Ludlam <zappo@gnu.org>
17654
17655 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17656 contains multibyte characters, choose first applicable coding
17657 system automatically.
17658
2df48a87
SM
176592009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17660
17661 * international/mule-cmds.el (select-safe-coding-system): If the file
17662 has a coding cookie, use it regardless of any other setting (bug#4712).
17663
fd7dd48c
GM
176642009-10-17 Glenn Morris <rgm@gnu.org>
17665
3ee0b477 17666 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17667 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17668
2550e4b1
GM
17669 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17670 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17671 (dired-keep-marker-symlink, dired-dwim-target)
17672 (dired-copy-preserve-time): Do not autoload these defcustoms.
17673
fd7dd48c
GM
17674 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17675 messages from messing up the file coding. (Bug#4623)
17676
f3e3a990
GM
176772009-10-17 Jari Aalto <jari.aalto@cante.net>
17678
17679 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17680 if no match is found for the current dictionary. (Bug#4578)
17681
17682 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17683 optional, since that is how it is documented, and this is often called
17684 with a nil argument. (Bug#4577)
17685 (flyspell-external-point-words, flyspell-auto-correct-word)
17686 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17687 (flyspell-word-search-backward): Remove nil argument in calls to
17688 flyspell-get-word, since it is not needed now.
17689
176902009-10-17 Ulrich Mueller <ulm@gentoo.org>
17691
1becddbb 17692 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17693
b61374ab
GM
176942009-10-16 Glenn Morris <rgm@gnu.org>
17695
17696 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17697
412707c2
SM
176982009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17699
17700 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17701 (ange-ftp-file-size): New function.
17702 (ange-ftp-file-attributes): Use it.
17703
0c6f436e
MA
177042009-10-16 Michael Albinus <michael.albinus@gmx.de>
17705
17706 * net/tramp-smb.el (tramp-smb-version): New defvar.
17707 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17708 repeated checks.
17709
850bfd04
GM
177102009-10-16 Glenn Morris <rgm@gnu.org>
17711
17712 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17713 Maybe copy some custom properties from old to new name. (Bug#4706)
17714
f3ed9aca
JB
177152009-10-16 Juanma Barranquero <lekktu@gmail.com>
17716
17717 * subr.el (error, sit-for, start-process-shell-command)
17718 (start-file-process-shell-command): Set the calling convention
17719 after the function definition.
17720
fd6c5134
SM
177212009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17722
17723 * subr.el (error, sit-for, start-process-shell-command)
17724 (start-file-process-shell-command): Use the new
17725 set-advertised-calling-convention feature.
17726
73874eb7
KH
177272009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17728
fd6c5134
SM
17729 * international/ucs-normalize.el (ucs-normalize-version):
17730 Change to 1.2.
17731 (check-range): Adjust for Unicode 5.2.
73874eb7 17732
03fb33cf
JL
177332009-10-15 Juri Linkov <juri@jurta.org>
17734
17735 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17736 to the `menu-item' format.
17737
4260b402
MA
177382009-10-15 Michael Albinus <michael.albinus@gmx.de>
17739
17740 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17741 if the environment variable does not exist.
17742
17743 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17744 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17745 parameter.
17746 (tramp-smb-handle-add-name-to-file)
17747 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17748 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17749 (tramp-smb-handle-file-attributes)
17750 (tramp-smb-do-file-attributes-with-stat)
17751 (tramp-smb-handle-file-local-copy)
17752 (tramp-smb-handle-insert-directory)
17753 (tramp-smb-handle-make-directory)
17754 (tramp-smb-handle-make-directory-internal)
17755 (tramp-smb-handle-make-symbolic-link)
17756 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17757 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17758 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17759 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17760 Handle long file names.
17761 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17762 process is running.
17763 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17764 Read share names with "-g" option.
17765
d7a0fd6f
GM
177662009-10-15 Ryan Yeske <rcyeske@gmail.com>
17767
17768 * net/rcirc.el (rcirc-view-log-file): New command.
17769 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17770 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17771 specified.
17772
0b44494a
GM
177732009-10-15 Glenn Morris <rgm@gnu.org>
17774
af9fb32f
GM
17775 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17776 from the second command-line argument.
17777 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17778 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17779 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17780 w32-batch-update-autoloads.
17781 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17782 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17783
0b44494a
GM
17784 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17785 the headers cannot be located. Simplify, subtracting superflous
17786 save-excursions.
17787
d5e63715
SM
177882009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17789
17790 Replace completion-base-size by completion-base-position to fix bugs
17791 such as (bug#4699).
17792 * simple.el (completion-base-position): New var.
17793 (completion-base-size): Mark as obsolete.
17794 (choose-completion): Make it work for mouse events as well.
17795 Pass the new base-position to choose-completion-string.
17796 (choose-completion-guess-base-position): New function, extracted from
17797 choose-completion-delete-max-match.
17798 (choose-completion-delete-max-match): Use it. Make obsolete.
17799 (choose-completion-string): Use the new base-position info.
17800 (completion-root-regexp): Delete.
17801 (completion-setup-function): Preserve completion-base-position.
17802 Eliminate obsolete base-size manipulation.
17803 * minibuffer.el (display-completion-list): Don't mess with base-size.
17804 (minibuffer-completion-help): Set completion-base-position instead.
17805 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17806 choose-completion.
17807 * textmodes/bibtex.el (bibtex-complete):
17808 * emacs-lisp/crm.el (crm--choose-completion-string):
17809 Adjust to new calling convention.
17810 * complete.el (partial-completion-mode): Use minibufferp to avoid
17811 bumping into incompatible change to choose-completion-string-functions.
17812 * ido.el (ido-choose-completion-string): Make its calling convention
17813 more permissive.
17814 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17815 base-size manipulation.
17816 (comint-dynamic-list-input-ring): Use dotimes and push.
17817 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17818 fundamental-mode. Use `or'.
17819
92f8bfc7
JL
178202009-10-14 Juri Linkov <juri@jurta.org>
17821
17822 * misearch.el (multi-isearch-next-buffer-from-list)
17823 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17824
e78e280d
SM
178252009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17826
384ca163
SM
17827 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17828 `bytecomp.el'.
17829
681e0e7c
SM
17830 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17831 string we return is all made up of text from the completions rather
17832 than part from the completions and part from the input (bug#4219).
17833
e78e280d
SM
17834 * ido.el (ido-everywhere): Use define-minor-mode.
17835
17836 * buff-menu.el (list-buffers, ctl-x-map):
17837 Mark the entry points with ;;;###autoload cookies.
17838
b4e813ca
DN
178392009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17840
52964e54
DN
17841 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17842 correctly in the detached head case.
17843 (vc-git-print-log): Remove unused binding.
17844
b4e813ca
DN
17845 * vc.el (vc-responsible-backend): When a directory is passed for
17846 for registration create a VC repository if no backend is
17847 responsible for the directory argument.
17848 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17849
17850 * vc.el: Move comments about RCS and SCCS ...
17851 * vc-rcs.el:
17852 * vc-sccs.el: ... here, respectively.
17853
40ba9882
SM
178542009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17855
17856 * minibuffer.el (completion--file-name-table): Return nil if there's
17857 no file completion, even if substitute-in-file-name changed
17858 the string (bug#4708).
17859
04e0f59b
JL
178602009-10-13 Juri Linkov <juri@jurta.org>
17861
17862 * files-x.el (read-file-local-variable-value): Don't filter out
17863 minor modes from mode name completion (bug#4664).
17864
314c8e25
JB
178652009-10-13 Juanma Barranquero <lekktu@gmail.com>
17866
17867 * international/mule-cmds.el (ucs-names): Remove exclusion of
17868 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17869
5c9b7d36
KH
178702009-10-13 Kenichi Handa <handa@m17n.org>
17871
17872 * international/uni-name.el: Regenerated.
17873
1e7a80f2
JB
178742009-10-13 Juanma Barranquero <lekktu@gmail.com>
17875
17876 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17877 should be automatically buffer-local, but isn't.)
17878
cd29f88b
SS
178792009-10-12 Sam Steingold <sds@gnu.org>
17880
17881 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17882 timestamps if the buffer has been visited before.
0cd16af4
SS
17883 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17884 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17885
37493a98
GM
178862009-10-12 Glenn Morris <rgm@gnu.org>
17887
17888 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17889 Let-bind `size'.
17890
3b56b1e6
JB
178912009-10-12 Juanma Barranquero <lekktu@gmail.com>
17892
7422a4bb
JB
17893 * proced.el (proced-unload-function): New function.
17894
fa72d075
JB
17895 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17896 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17897 Doc fix.
17898
3b56b1e6
JB
17899 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17900
4d9b4323
JL
179012009-10-11 Juri Linkov <juri@jurta.org>
17902
17903 * files-x.el (read-file-local-variable-value):
17904 Provide default value only for bound variables (bug#4664).
17905
f6f7e059
MA
179062009-10-11 Michael Albinus <michael.albinus@gmx.de>
17907
17908 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17909 connection methods like smb.
17910
17911 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17912 can be empty.
17913
17914 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17915 (tramp-smb-file-name-handler-alist): Add handlers for
17916 `add-name-to-file', `make-symbolic-link'.
17917 (tramp-smb-handle-add-name-to-file)
2992485f 17918 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17919 (tramp-smb-handle-make-symbolic-link)
17920 (tramp-smb-get-cifs-capabilities): New defuns.
17921 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17922 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17923 (tramp-smb-handle-file-local-copy)
17924 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17925 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17926 The file name syntax depends on cifs capabilities.
17927 (tramp-smb-handle-file-attributes):
17928 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17929 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17930 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17931
67868d26
CY
179322009-10-11 Chong Yidong <cyd@stupidchicken.com>
17933
17934 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17935 (eieio-defclass): Apply deftype handler and setf-method properties
17936 directly.
17937 (eieio-add-new-slot): Avoid union function from cl library.
17938 (eieio--typep): New function.
17939 (eieio-perform-slot-validation): Use it.
17940
6d6a5b7e
KF
179412009-10-10 Karl Fogel <kfogel@red-bean.com>
17942
3b56b1e6 17943 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17944 Update documentation to refer to the variables documented in r1.135.
17945 (Bug#4188)
17946
67b70de9
KF
179472009-10-10 Karl Fogel <kfogel@red-bean.com>
17948
17949 * bookmark.el (Info-suffix-list): Remove this unused variable.
17950 (bookmark-current-point): Remove this obsolete variable.
17951 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17952 Adjust for removal of bookmark-current-point.
17953
17954 (bookmarks-already-loaded, bookmark-current-buffer)
17955 (bookmark-yank-point): Document. (Bug#4188)
17956
58ae51ae
GM
179572009-10-10 Glenn Morris <rgm@gnu.org>
17958
4619ff5e
GM
17959 * frame.el (frame-height): Doc fix.
17960
58ae51ae
GM
17961 * calendar/calendar.el (calendar-split-width-threshold): New option.
17962 (calendar-basic-setup): Use calendar-split-width-threshold.
17963
d364386c
JB
179642009-10-09 Juanma Barranquero <lekktu@gmail.com>
17965
17966 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17967 Ideographic Supplement" range (U+1F200..U+1F2FF).
17968
33e97a28
KF
179692009-10-09 Karl Fogel <kfogel@red-bean.com>
17970
02d0f051 17971 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17972 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17973
179742009-10-09 Karl Fogel <kfogel@red-bean.com>
17975
d364386c 17976 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17977 (bookmark-bmenu-execute-deletions): Don't save here, as
17978 bookmark-delete will now do so if necessary.
d364386c 17979 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17980 (Bug#4348)
17981
9656d87b
GM
179822009-10-09 Glenn Morris <rgm@gnu.org>
17983
17984 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17985
e6227f06
KF
179862009-10-09 Karl Fogel <kfogel@red-bean.com>
17987
17988 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17989 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17990 argument now, so the two function's behaviors will match. (Bug#3645)
17991
288f783b
MA
179922009-10-08 Michael Albinus <michael.albinus@gmx.de>
17993
17994 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17995 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17996 Apply `save-match-data'.
288f783b
MA
17997
17998 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17999 case both directories are remote.
18000 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 18001 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 18002
872a1ea4
JB
180032009-10-07 Juanma Barranquero <lekktu@gmail.com>
18004
18005 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
18006
ab2baced
GM
180072009-10-07 Glenn Morris <rgm@gnu.org>
18008
e78e280d
SM
18009 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
18010 of concat.
ab2baced 18011
5c4634c1
SM
180122009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * files-x.el (read-file-local-variable): Include some
18015 non-user-variables in the completion table (bug#4664).
18016
c2dc9732
MA
180172009-10-07 Michael Albinus <michael.albinus@gmx.de>
18018
18019 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
18020 message.
18021
18022 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
18023 (tramp-smb-file-name-handler-alist): Add handler for
18024 `copy-directory', `expand-file-name', `set-file-modes'.
18025 (tramp-smb-handle-copy-directory)
18026 (tramp-smb-handle-expand-file-name)
18027 (tramp-smb-handle-set-file-modes): New defuns.
18028 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
18029 (tramp-smb-handle-file-attributes): Simplify check for retrieving
18030 entry.
18031 (tramp-smb-handle-insert-directory): Don't flush the cache.
18032 (tramp-smb-maybe-open-connection): Check for samba client and
18033 server versions.
18034
11be40a6
EZ
180352009-10-07 Eli Zaretskii <eliz@gnu.org>
18036
18037 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
18038 to not error out of search for "^lisp=" fails.
18039
8c4afe20
JB
180402009-10-07 Juanma Barranquero <lekktu@gmail.com>
18041
18042 * makefile.w32-in (WINS_UPDATES): New macro.
18043 (custom-deps, finder-data, autoloads): Use it.
18044
429a1506
GM
180452009-10-07 Glenn Morris <rgm@gnu.org>
18046
ee2e93e2
GM
18047 * Makefile.in (autoloads): Revert previous change.
18048 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
18049 the list of preloaded files passed on the command-line, get
18050 it from src/Makefile.
18051
429a1506
GM
18052 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
18053 show the original buffer rather than a random one.
18054
a51203ee 180552009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
18056
18057 * help.el (describe-no-warranty): Place point in a slightly better
18058 position in the GPLv3 text.
18059
f58f7520
SS
180602009-10-06 Sam Steingold <sds@gnu.org>
18061
18062 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
18063 the comm attribute is present before calling regexp-quote.
18064
bde79dc0
JB
180652009-10-06 Juanma Barranquero <lekktu@gmail.com>
18066
18067 * play/animate.el (animate-string): For good effect, make sure
18068 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
18069
18070 * play/animate.el (animate-sequence, animate-birthday-present):
18071 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18072
25ab0302
GM
180732009-10-06 Glenn Morris <rgm@gnu.org>
18074
73fe714a
GM
18075 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18076
3405d98c
GM
18077 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18078 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18079 (batch-update-autoloads): Process a string value of autoload-excludes,
18080 set during the build process.
18081 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18082
9fb2cdc5
GM
18083 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18084 inside with-parsed... macro so that `v' is defined.
18085
7938ab41
GM
18086 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18087 * progmodes/fortran.el (fortran-end-of-block)
18088 (fortran-beginning-of-block):
18089 Also push mark in the macro case.
18090
eaf9b564
GM
18091 * emerge.el (emerge-show-file-name):
18092 * calc/calc.el (calc-quit):
18093 * calc/calc-misc.el (calc-big-or-small):
18094 * calc/calc-graph.el (calc-graph-view):
18095 * calc/calc-ext.el (calc-reset):
18096 * calendar/calendar.el (calendar-basic-setup):
18097 Use window-full-height-p.
18098
25ab0302
GM
18099 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18100 header we don't understand, don't insert another. (Bug#4624)
18101 If changing mime charset, insert the new one in the right place.
18102
00169eb6
GM
181032009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18104
18105 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18106 (cal-tex-cursor-month): Correctly increment the end date for diary and
18107 holiday listing. (Bug#4626)
18108
82882188
SM
181092009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18110
40ba9882 18111 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18112 a symbol.
18113
a8f316ca
JB
181142009-10-05 Juanma Barranquero <lekktu@gmail.com>
18115
18116 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18117 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18118 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18119 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18120
18121 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18122 (eieio-default-superclass): Reflow docstrings.
18123 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18124 (eieio-unbind-method-implementations, defmethod)
18125 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18126 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18127 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18128 (eieio-slot-originating-class-p, eieio-slot-name-index)
18129 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18130 (constructor, initialize-instance, no-next-method, object-print)
18131 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18132 Fix typos in docstrings.
18133 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18134 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18135 (next-method-p): Doc fixes.
18136 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18137 Fix typos in error messages.
18138 (eieio-defmethod): Fix typo in description of generic method.
18139
18140 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18141 (eieio-persistent-save-interactive, slot-missing):
18142 Fix typos in docstrings.
18143 (eieio-instance-inheritor-slot-boundp): Doc fix.
18144
18145 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18146 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18147
18148 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18149 (eieio-custom-object-apply-reset):
18150 Fix typos in docstrings and error messages.
18151
18152 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18153 Fix typo in docstring.
18154
18155 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18156 (eieio-browse-tree): Doc fix.
18157 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18158 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18159 Fix typos in docstrings.
18160
18161 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18162 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18163 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18164 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18165 Reflow docstrings.
18166
c66b7ac0
DN
181672009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18168
4a827e0a 18169 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18170 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18171 Set log-view-vc-backend so that diff can work.
4a827e0a 18172
c66b7ac0
DN
18173 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18174 vc-version-diff.
18175 (vc-diff-internal): Autoload this instead of vc-version-diff.
18176
1902a98c
EZ
181772009-10-05 Eli Zaretskii <eliz@gnu.org>
18178
a7a8618b
EZ
18179 * simple.el (eval-expression): Doc fix.
18180
1902a98c
EZ
18181 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18182
0e1f2ee6
MA
181832009-10-05 Michael Albinus <michael.albinus@gmx.de>
18184
18185 * files.el (directory-files-no-dot-files-regexp): New defconst.
18186 (delete-directory): Use it.
18187 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18188
263c02ef 18189 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18190 (tramp-methods): Add recursive option to `tramp-copy-args'.
18191 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18192 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18193 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18194 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18195 Add handler for `copy-directory'.
18196 (tramp-handle-copy-directory): New defun.
18197 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18198 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18199 Optimize sent command.
263c02ef 18200
72aa7df4
SM
182012009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18202
4a34f065
SM
18203 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18204 window if necessary.
18205
72aa7df4
SM
18206 * calendar/calendar.el (calendar-basic-setup): Don't call
18207 switch-to-buffer in a dedicated window.
18208
5feb1ba7
KF
182092009-10-05 Karl Fogel <kfogel@red-bean.com>
18210
18211 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18212 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18213 (bookmark-error-no-filename): New error.
18214 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18215 bookmark has no file. Don't even attempt to handle things that
18216 are not files; the whole point of custom handlers is to keep that
18217 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18218 (bookmark-file-or-variation-thereof): Remove now-unused function.
18219 (bookmark-location): Doc string fix.
18220 (Bug#4250)
18221
1bd49952
KF
182222009-10-04 Karl Fogel <kfogel@red-bean.com>
18223
18224 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18225 don't use a file dialog, because they usually don't know how to read
18226 a directory target from the user. (Bug#4230)
18227 Also, make sure the prompt can display directories as well as files.
18228
825382c0
KF
182292009-10-04 Karl Fogel <kfogel@red-bean.com>
18230
18231 * bookmark.el (bookmark-set, bookmark-buffer-name):
18232 Improve doc strings. (Bug#1193)
18233
13901bcb
KF
182342009-10-04 Karl Fogel <kfogel@red-bean.com>
18235
4a34f065
SM
18236 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18237 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18238 (bookmark-get-annotation, bookmark-set-annotation)
18239 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18240 (bookmark-set-position, bookmark-get-front-context-string)
18241 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18242 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18243 (bookmark-jump-other-window, bookmark-handle-bookmark)
18244 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18245 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18246 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18247 Improve doc strings to say whether bookmark can be a string or
18248 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18249 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18250 (bookmark-default-annotation-text, bookmark-yank-word)
18251 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18252 (bookmark-import-new-list, bookmark-maybe-rename)
18253 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18254 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18255 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18256 add a FIXME comment about how the function may be pointless.
13901bcb 18257 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18258 parameter name, to clarify that this takes a bookmark record
18259 not a bookmark name.
13901bcb 18260 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18261 and improve the doc string a bit.
13901bcb
KF
18262 (Bug#4188)
18263
5c1b3e94
KF
182642009-10-04 Karl Fogel <kfogel@red-bean.com>
18265
18266 * bookmark.el (bookmark-alist): Document the new `handler' element
18267 in the param alist.
18268 (bookmark-make-record-function): Adjust documentation for above.
18269 (Bug#4193)
18270
8559076d
KF
182712009-10-04 Karl Fogel <kfogel@red-bean.com>
18272
18273 * info.el (Info-bookmark-make-record): Document this function.
18274 (Info-bookmark-jump): Document with a doc string, not just a comment.
18275 (Bug#4203)
18276
b4583b8c
MA
182772009-10-04 Michael Albinus <michael.albinus@gmx.de>
18278
18279 * files.el (copy-directory): New defun.
18280
18281 * dired-aux.el (dired-copy-file-recursive): Use it.
18282
131ae8f2
JB
182832009-10-04 Juanma Barranquero <lekktu@gmail.com>
18284
a30e71ae 18285 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18286 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18287 docstrings.
a30e71ae 18288
131ae8f2
JB
18289 * recentf.el (recentf-unload-function): New function.
18290
ccafbf06
GM
182912009-10-04 Glenn Morris <rgm@gnu.org>
18292
18293 * window.el (window-full-height-p): Add doc string.
18294
02c6f098
GM
182952009-10-04 Martin Rudalics <rudalics@gmx.at>
18296
18297 * window.el (window-full-height-p): New function. (Bug#4543)
18298
ed6b0195
DN
182992009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18300
18301 * vc.el: Remove commented out code.
18302 (vc-derived-from-dir-mode): Remove, unused.
18303 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18304
1b8d1cc7
MA
183052009-10-03 Michael Albinus <michael.albinus@gmx.de>
18306
4a34f065
SM
18307 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18308 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18309 there could be recursive loading when `default-directory' is a
18310 remote file name. (Bug#4614)
18311
ac3c593c
GM
183122009-10-03 Glenn Morris <rgm@gnu.org>
18313
686ea556
GM
18314 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18315 the frame is wide.
18316 (calendar-generate-window): Test for shrinkability rather than width.
18317
ac3c593c
GM
18318 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18319 reusing existing buffers, in case we happen to visit two files with the
18320 same basename. (Bug#4593)
18321
573709fd
EZ
183222009-10-02 Eli Zaretskii <eliz@gnu.org>
18323
4a34f065 18324 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18325 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18326 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18327 subdirs of cedet as well.
8f885d01 18328 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18329
8d6c1239
SM
183302009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18333 Obey advertised-signature-table.
18334
18335 * help-fns.el (help-function-arglist): Don't check
18336 advertised-signature-table.
18337 (describe-function-1): Do it here instead so it also applies to subrs.
18338
c4861de0
MA
183392009-10-02 Michael Albinus <michael.albinus@gmx.de>
18340
18341 * simple.el (start-file-process): Say in the doc-string, that file
18342 handlers might not support pty association, if PROGRAM is nil.
18343
18344 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18345 HOST and USER are strings. They are nil, when there are
18346 incomplete entries in ~/.netrc, for example.
18347 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18348 root directory ("device busy" error otherwise).
18349
8d6c1239
SM
18350 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18351 Flush file properties of created directory.
c4861de0 18352
d2bda74f
EZ
183532009-10-02 Eli Zaretskii <eliz@gnu.org>
18354
18355 * makefile.w32-in (WINS_BASIC): Remove cedet.
18356 (WINS_CEDET): Add cedet.
18357 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18358
895d1904
GM
183592009-10-02 Kevin Ryde <user42@zip.com.au>
18360
18361 * net/browse-url.el (browse-url): Pass any symbol in
18362 browse-url-browser-function to `apply', since if you've mistakenly put
18363 an unbound symbol then the error is clearer. (Bug#4531)
18364
32226619
JB
183652009-10-02 Juanma Barranquero <lekktu@gmail.com>
18366
18367 * allout.el (allout-init, allout-back-to-current-heading)
18368 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18369 (allout-ascend, allout-up-current-level, allout-end-of-level)
18370 (allout-previous-visible-heading, allout-forward-current-level)
18371 (allout-backward-current-level, allout-show-children):
18372 * apropos.el (apropos-describe-plist):
18373 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18374 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18375 * completion.el (add-completion, add-permanent-completion):
18376 * descr-text.el (describe-text-category, describe-char):
18377 * desktop.el (desktop-lazy-abort):
18378 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18379 * dired.el (dired-build-subdir-alist):
18380 * ediff.el (ediff-version):
18381 * elide-head.el (elide-head, elide-head-show):
18382 * emerge.el (emerge-version):
18383 * env.el (getenv):
18384 * face-remap.el (variable-pitch-mode):
18385 * faces.el (describe-face):
18386 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18387 (dired-at-point):
18388 * files.el (find-file-existing, auto-save-mode):
18389 * font-lock.el (font-lock-fontify-buffer):
18390 * help-fns.el (describe-function, describe-variable)
18391 (describe-syntax, describe-categories):
18392 * help.el (view-lossage, describe-bindings, describe-key)
18393 (describe-mode):
18394 * hexl.el (hexl-current-address):
18395 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18396 * info.el (Info-goto-emacs-key-command-node):
18397 * log-edit.el (log-edit-insert-cvs-template)
18398 (log-edit-insert-cvs-rcstemplate):
18399 * menu-bar.el (menu-bar-mode):
18400 * mouse.el (mouse-appearance-menu):
18401 * newcomment.el (comment-indent-new-line):
18402 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18403 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18404 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18405 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18406 * recentf.el (recentf-mode):
18407 * savehist.el (savehist-mode, savehist-save):
18408 * shadowfile.el (shadow-copy-files):
18409 * simple.el (kill-ring-save, next-line, previous-line)
18410 (normal-erase-is-backspace-mode):
18411 * strokes.el (strokes-update-window-configuration)
18412 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18413 (strokes-xpm-for-stroke):
18414 * time.el (emacs-uptime, emacs-init-time):
18415 * tutorial.el (tutorial--describe-nonstandard-key)
18416 (tutorial--detailed-help):
18417 * type-break.el (type-break-mode)
18418 (type-break-mode-line-message-mode, type-break-query-mode)
18419 (type-break-guesstimate-keystroke-threshold):
18420 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18421 * version.el (emacs-version):
18422 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18423 * winner.el (winner-mode):
18424 * calendar/timeclock.el (timeclock-in, timeclock-out)
18425 (timeclock-status-string, timeclock-change)
18426 (timeclock-workday-remaining-string)
18427 (timeclock-workday-elapsed-string)
18428 (timeclock-when-to-leave-string):
18429 * calendar/todo-mode.el (todo-add-category):
18430 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18431 * emacs-lisp/autoload.el (update-file-autoloads):
18432 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18433 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18434 (checkdoc-message-text, checkdoc-defun):
18435 * emacs-lisp/debug.el (debugger-list-functions):
18436 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18437 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18438 (eieio-describe-generic):
18439 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18440 * emacs-lisp/shadow.el (list-load-path-shadows):
18441 * emulation/cua-base.el (cua-mode):
18442 * emulation/edt.el (edt-set-scroll-margins):
18443 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18444 (tpu-toggle-regexp, tpu-toggle-search-direction)
18445 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18446 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18447 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18448 (viper-set-parsing-style-toggling-macro)
18449 (viper-set-emacs-state-searchstyle-macros):
18450 * emulation/viper.el (viper-set-hooks):
18451 * eshell/esh-mode.el (eshell-truncate-buffer):
18452 * international/mule-cmds.el (prefer-coding-system)
18453 (describe-input-method, describe-language-environment):
18454 * international/mule-diag.el (list-character-sets)
18455 (describe-character-set, describe-coding-system)
18456 (describe-fontset, list-fontsets, list-input-methods):
18457 * mail/sendmail.el (mail-signature):
18458 * net/ange-ftp.el (ange-ftp-copy-file):
18459 * net/browse-url.el (browse-url):
18460 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18461 * net/quickurl.el (quickurl-add-url):
18462 * net/rcirc.el (names, topic):
18463 * net/xesam.el (xesam-mode):
18464 * play/5x5.el (5x5-new-game):
18465 * play/yow.el (apropos-zippy):
18466 * progmodes/ada-mode.el (ada-mode-version):
18467 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18468 (f90-end-of-block)
18469 (f90-beginning-of-block):
18470 * progmodes/fortran.el (fortran-end-of-block)
18471 (fortran-beginning-of-block):
18472 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18473 * progmodes/python.el (python-describe-symbol, python-shell):
18474 * term/ns-win.el (ns-print-buffer):
18475 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18476 * textmodes/flyspell.el (flyspell-mode-on):
18477 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18478 (pages-directory-for-addresses):
18479 * textmodes/table.el (table-recognize-cell)
18480 (table-query-dimension, table-generate-source)
18481 (table-insert-sequence, table--warn-incompatibility):
18482 * textmodes/tex-mode.el (tex-validate-buffer):
18483 * textmodes/texinfmt.el (texinfmt-version)
18484 (texinfo-format-buffer):
18485 Use `called-interactively-p' instead of `interactive-p'.
18486
12a3c28c
JB
184872009-10-02 Juanma Barranquero <lekktu@gmail.com>
18488
18489 * image-mode.el (image-toggle-display):
18490 * emacs-lisp/elp.el (elp-instrument-function):
18491 * emacs-lisp/advice.el (ad-make-advised-definition):
18492 * emacs-lisp/easy-mmode.el (define-minor-mode):
18493 * net/browse-url.el (browse-url-maybe-new-window):
18494 * progmodes/sh-script.el (sh-learn-buffer-indent):
18495 Pass new argument 'any to `called-interactively-p'.
18496
171fda8a
JB
184972009-10-01 Juanma Barranquero <lekktu@gmail.com>
18498
171fda8a
JB
18499 * international/uni-bidi.el:
18500 * international/uni-category.el:
18501 * international/uni-combining.el:
18502 * international/uni-comment.el:
18503 * international/uni-decimal.el:
9c3c9fdf 18504 * international/uni-decomposition.el:
171fda8a
JB
18505 * international/uni-digit.el:
18506 * international/uni-lowercase.el:
18507 * international/uni-mirrored.el:
18508 * international/uni-name.el:
18509 * international/uni-numeric.el:
18510 * international/uni-old-name.el:
18511 * international/uni-titlecase.el:
18512 * international/uni-uppercase.el:
18513 Regenerate from Unicode 5.2.0 data.
18514
dcb9734a
GM
185152009-10-01 Glenn Morris <rgm@gnu.org>
18516
18517 * Makefile.in (ELCFILES): Regenerate.
18518
ced10a4c
SM
185192009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18520
9d28c33e
SM
18521 * subr.el (interactive-p): Mark obsolete.
18522 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18523 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18524 advertised-signature-table for subroutines as well.
18525
ced10a4c
SM
18526 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18527 (set-advertised-calling-convention): New function.
18528 (make-obsolete, define-obsolete-function-alias)
18529 (make-obsolete-variable, define-obsolete-variable-alias):
18530 Make the optional-ness of `when' obsolete.
18531 (define-obsolete-face-alias): Make `when' non-optional.
18532 * help-fns.el (help-function-arglist):
18533 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18534 Use advertised-signature-table.
18535
cc3dda16
MA
185362009-10-01 Michael Albinus <michael.albinus@gmx.de>
18537
18538 * files.el (delete-directory): New defun. The original function
18539 in fileio.c has been renamed to `delete-directory-internal'.
18540
18541 * dired.el (dired-delete-file): Call `delete-directory' with
18542 RECURSIVE parameter.
18543
5ce6e4f4 18544 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18545 parameter RECURSIVE. Implementation is missing.
18546
18547 * net/tramp.el (tramp-handle-make-directory): Flush upper
18548 directory's file properties.
ced10a4c 18549 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18550 (tramp-handle-dired-recursive-delete-directory): Flush directory
18551 properties after the remove command only.
18552
ced10a4c
SM
18553 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18554 Handle optional parameter RECURSIVE.
cc3dda16 18555
ced10a4c
SM
18556 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18557 Handle optional parameter RECURSIVE.
cc3dda16
MA
18558
18559 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18560 connection timeout.
18561 (tramp-smb-handle-delete-directory): Handle optional parameter
18562 RECURSIVE.
18563
cf885595
SM
185642009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18565
e3a6b82f
SM
18566 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18567 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18568 (byte-compile-defmacro): Use backquotes.
18569
7201bfbb
SM
18570 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18571
cf885595
SM
18572 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18573 has no associated file.
18574 (vc-resynch-buffer): Use vc-dir-buffers.
18575
a4d2c321
GM
185762009-10-01 Glenn Morris <rgm@gnu.org>
18577
9ffe3f52
GM
18578 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18579 (chart-file-count):
18580 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18581 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18582 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18583 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18584 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18585 (eieio-copy-parents-into-subclass, make-instance, class-children)
18586 (eieio-generic-form):
bd2afec2 18587
9515cdcc
GM
18588 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18589 match-data. (Bug#4555).
18590
a4d2c321
GM
18591 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18592 rather than parsing it as a regexp. This relaxes the layout
18593 requirements and makes errors easier to detect.
18594 (check-declare-verify): Check file is regular.
18595 (check-declare-directory): Doc fix.
18596 * subr.el (declare-function): Doc fix.
18597
b15c31c7
GM
18598 * ibuffer.el (ibuffer-format-qualifier):
18599 * isearch.el (hi-lock-regexp-okay):
18600 * calc/calc.el (math-zerop):
18601 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18602 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18603 Remove unused declarations.
18604
b0b111c3
JB
186052009-09-30 Eric Ludlam <zappo@gnu.org>
18606
18607 * emacs-lisp/eieio.el (boolean-p): Delete.
18608
1fc28a2c
GM
186092009-09-30 Glenn Morris <rgm@gnu.org>
18610
1fc28a2c
GM
18611 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18612
494f4fc7
GM
18613 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18614 filename is not a string.
18615
561580e9
CY
186162009-09-29 Chong Yidong <cyd@stupidchicken.com>
18617
18618 * files.el (safe-local-eval-forms): Fix typo.
18619
dcbbecd4
SM
186202009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * vc-hooks.el (vc-dir-buffers): New var.
18623 (vc-state-refresh): New function.
18624 (vc-state): Use it.
18625 (vc-after-save): Always ask the backend to recompute the new state.
18626 Always call vc-dir if necessary, using vc-dir-buffers.
18627 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18628 Use vc-dir-buffers.
18629 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18630 (vc-dir-prepare-status-buffer, vc-dir-update)
18631 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18632 Don't call expand-file-name on default-directory.
18633
d88444f2
JB
186342009-09-29 Juanma Barranquero <lekktu@gmail.com>
18635
18636 * speedbar.el (speedbar-item-delete):
18637 * calc/calc-prog.el (calc-kbd-if):
18638 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18639
18640 * epa.el (epa-key-list-mode-map):
18641 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18642
18643 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18644 (hs-show-hook): Fix typo in docstring.
18645
5da62d41
GM
186462009-09-29 Glenn Morris <rgm@gnu.org>
18647
8360fce0
GM
18648 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18649 file-name-nondirectory call preventing location of cedet files.
18650 (check-declare-verify): Use literal search rather than re-search.
ae715515 18651 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18652
18653 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18654 Use tramp-compat-file-attributes rather than nonexistent
18655 tramp-compat-handle-file-attributes.
18656
5da62d41
GM
18657 * Makefile.in (lisptagsfiles4): New.
18658 (AUTOGENEL): Add cedet loaddefs files.
18659 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18660 (update-elclist, compile-always, backup-compiled-files)
18661 (bootstrap-clean): Add yet another directory level.
18662 (update-elclist): Use LC_COLLATE rather than COLLATE.
18663 (ELCFILES): Update, via `make update-elclist'.
18664
48267264
JB
186652009-09-29 Juanma Barranquero <lekktu@gmail.com>
18666
18667 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18668 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18669 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18670
2c4cd0b0
AS
186712009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18672
18673 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18674 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18675 (update-elclist): Add third directory level to look for elc files.
18676 (compile-always): Likewise.
18677 (backup-compiled-files): Likewise.
18678 (bootstrap-clean): Likewise.
18679 (ELCFILES): Update.
18680
a2533e47
CY
186812009-09-28 Chong Yidong <cyd@stupidchicken.com>
18682
18683 * Makefile.in (ELCFILES): Add CEDET files.
18684
eefbedb1
MA
186852009-09-28 Michael Albinus <michael.albinus@gmx.de>
18686
18687 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18688
18689 * net/tramp.el (top): Require tramp-imap.
18690
18691 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18692 Use `tramp-compat-handle-file-attributes'.
18693
186942009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18695
18696 * net/tramp-imap.el: New package.
18697
b0b111c3
JB
186982009-09-28 Eric Ludlam <zappo@gnu.org>
18699
18700 * emacs-lisp/chart.el:
18701 * emacs-lisp/eieio-base.el:
18702 * emacs-lisp/eieio-comp.el:
18703 * emacs-lisp/eieio-custom.el:
18704 * emacs-lisp/eieio-datadebug.el:
18705 * emacs-lisp/eieio-opt.el:
18706 * emacs-lisp/eieio-speedbar.el:
18707 * emacs-lisp/eieio.el: New files.
18708
748e3d67
VJL
187092009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18710
18711 * whitespace.el (whitespace-trailing-regexp)
18712 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18713 Fix doc string.
18714
15120dec
CY
187152009-09-27 Chong Yidong <cyd@stupidchicken.com>
18716
18717 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18718 menu.
18719
18720 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18721 menu-bar-ediff-menu.
18722
18723 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18724 define-overloadable-function.
18725
18726 * progmodes/autoconf.el: Provide autoconf as well, so that this
18727 file can be `require'd.
18728
18729 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18730
18731 * emacs-lisp/autoload.el (generated-autoload-feature)
18732 (generated-autoload-load-name): New vars.
18733 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18734 (make-autoload): Recognize define-overloadable-function and
18735 defclass forms (for EIEIO).
18736
18737 * Makefile.in (update-subdirs): Exclude cedet directory.
18738
135abf91
AR
187392009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18740
1becddbb 18741 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18742
18743 * faces.el: Default light-background background for region face to
18744 ns_selection_color under NS.
18745
3d994264
TZ
187462009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18747
18748 * net/imap-hash.el: New library, see NEWS.
18749
18750 * Makefile.in (ELCFILES): Add imap-hash.el.
18751
ce9a0ccb
SM
187522009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18753
18754 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18755 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18756 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18757 definition where the docstring could be taken for the return value.
18758
a92cdd49
GM
187592009-09-26 Glenn Morris <rgm@gnu.org>
18760
18761 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18762 Add option to only show images below a certain size.
18763 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18764 save-excursion calls.
18765
416ac2f1
EZ
187662009-09-26 Eli Zaretskii <eliz@gnu.org>
18767
18768 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18769 subdirectories) and eieio.
18770
d9a13f68
AM
187712009-09-26 Alan Mackenzie <acm@muc.de>
18772
6a7662bb
BR
18773 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18774 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18775
18776 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18777 character constants (as case labels). (Bug#4289)
d9a13f68 18778
182b3bec
CY
187792009-09-25 Juri Linkov <juri@jurta.org>
18780
18781 * files.el (safe-local-eval-forms): Allow time-stamp in
18782 before-save-hook (Bug#4554).
18783
8f75f2da
JB
187842009-09-25 Drew Adams <drew.adams@oracle.com>
18785
18786 * menu-bar.el (list-buffers-directory): Doc fix.
18787
8390fb80
SM
187882009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18789
18790 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18791 Try and avoid copying twice the same paragraph.
18792 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18793 Remove save-excursion.
18794 (log-edit-changelog-entry): Do it here instead.
18795
11ee8d90
JB
187962009-09-25 Juanma Barranquero <lekktu@gmail.com>
18797
027b1942
JB
18798 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18799 when available, instead of hardcoding mode names. Doc fix.
18800
11ee8d90
JB
18801 * menu-bar.el (list-buffers-directory): Add docstring.
18802 Make automatically buffer-local.
18803
18804 * dired.el (dired-mode):
18805 * files.el (cd-absolute):
18806 * pcvs.el (cvs-temp-buffer):
18807 * pcvs-util.el (cvs-get-buffer-create):
18808 * shell.el (shell-mode):
18809 * vc-dir.el (vc-dir-mode):
18810 Don't make `list-buffers-directory' buffer local.
18811
21289c5d
CY
188122009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18813
8390fb80
SM
18814 * comint.el (comint-exec, comint-run, make-comint):
18815 Doc fixes (Bug#4542).
21289c5d 18816
e8652dd9
GM
188172009-09-25 Glenn Morris <rgm@gnu.org>
18818
18819 * mail/rmailmm.el (rmail-mime): New custom group.
18820 Move all defcustoms in this file into this group.
18821 (rmail-mime-media-type-handlers-alist): Revert previous change.
18822 (rmail-mime-show-images): New option.
18823 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18824 references to it, since it wasn't actually used for anything.
18825 (rmail-mime-insert-image): New function.
18826 (rmail-mime-image): Use rmail-mime-insert-image.
18827 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18828 obey the value of `rmail-mime-show-images' option. Print the size of
18829 attachments.
e8652dd9 18830
fb652bb5
JB
188312009-09-25 David Engster <deng@randomsample.de>
18832
18833 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18834
32a9841c
VJL
188352009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18836
18837 * whitespace.el: Does not highlight trailing spaces While point is
18838 at end of line. Does not highligt spaces at beginning of buffer
18839 while point is at beginning of buffer. Does not highlight spaces
18840 at end of buffer while point is at end of buffer. (Bug#4177)
18841 New version 12.0.
18842 (whitespace-display-mappings): Adjust initialization.
18843 (whitespace-point, whitespace-font-lock-refontify): New vars.
18844 (whitespace-color-on, whitespace-color-off): Adjust code.
18845 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18846 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18847 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18848
e477ca84
CY
188492009-09-24 Chong Yidong <cyd@stupidchicken.com>
18850
18851 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18852
18853 * textmodes/sgml-mode.el: Remove xml-mode alias.
18854
18855 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18856 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18857
68712602
AM
188582009-09-24 Alan Mackenzie <acm@muc.de>
18859
18860 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18861 c-forward-conditionals, but it doesn't move point and doesn't set
18862 the mark.
18863 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18864 (c-down-conditional-with-else, c-backward-conditional)
18865 (c-forward-conditional): Refactor to use c-scan-conditionals.
18866
1659ada0
JB
188672009-09-24 Juanma Barranquero <lekktu@gmail.com>
18868
18869 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18870 (help-default-arg-highlight): Remove.
18871 (help-highlight-arg): New function.
18872 (help-do-arg-highlight): Use it.
18873 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18874
b3f01e46
SM
188752009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18876
18877 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18878 Undo last change, which didn't fix the problem and introduced others.
18879
107ef54a
NR
188802009-09-24 Nick Roberts <nickrob@snap.net.nz>
18881
18882 * progmodes/gdb-mi.el: Don't require speedbar.
18883 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18884
ffa1fed6
GM
188852009-09-24 Glenn Morris <rgm@gnu.org>
18886
2157a2be
GM
18887 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18888
6125167c
GM
18889 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18890
ffa1fed6
GM
18891 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18892 there is no newline after the final mime boundary. (Bug#4539)
18893 Move markers on insertion so that any buttons inserted don't end up in
18894 the next part of a multipart message.
2e9075d3
GM
18895 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18896 (rmail-mime-bulk-handler): Optionally handle images.
18897 (rmail-mime-image): New button action.
18898 (rmail-mime-image-handler): New function.
18899 (rmail-mime-mode): New mode.
18900 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18901
4a814992
SM
189022009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18903
075518b5
SM
18904 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18905 than just dropping elements from it (bug#4504).
18906
8ad2defc
SM
18907 * term.el (term-set-scroll-region): Don't move cursor any more.
18908 (term-handle-ansi-escape): Call term-goto here instead.
18909 Suggested by Ivan Kanis <apple@kanis.eu>.
18910
4a814992
SM
18911 * term.el: Require CL.
18912 (term-ansi-reset): New function.
18913 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18914 (term-handle-colors-array): Simplify.
18915
5a0c3f56
JB
189162009-09-24 Juanma Barranquero <lekktu@gmail.com>
18917
18918 * allout.el (allout-overlay-interior-modification-handler)
18919 (allout-obtain-passphrase):
18920 * epa-file.el (epa-file-write-region):
18921 * ps-print.el (ps-begin-job):
18922 * vc-hooks.el (vc-toggle-read-only):
18923 * vc-rcs.el (vc-rcs-rollback):
18924 * vc-sccs.el (vc-sccs-rollback):
18925 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18926 (vc-version-diff, vc-revert, vc-rollback):
18927 * wdired.el (wdired-check-kill-buffer):
18928 * emacs-lisp/authors.el (authors):
18929 * net/socks.el (socks-open-connection):
18930 * net/zeroconf.el (zeroconf-service-add-hook):
18931 * obsolete/vc-mcvs.el (vc-mcvs-register):
18932 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18933 (gdb-select-frame):
18934 * progmodes/grep.el (lgrep, rgrep):
18935 * progmodes/idlw-help.el (idlwave-help-check-locations)
18936 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18937 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18938 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18939 (reftex-toc-rename-label): Fix typos in error messages.
18940
18941 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18942 (dired-copy-how-to-fn): Doc fix.
18943 (dired-files-attributes, dired-read-shell-command):
18944 Fix typos in docstrings.
18945
18946 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18947 (dired-x-find-file-other-window): Reflow docstrings.
18948 (dired-omit-marker-char, dired-read-shell-command)
18949 (dired-x-submit-report): Fix typos in docstrings.
18950
18951 * shell.el (shell-mode-hook):
18952 * view.el (View-scroll-line-forward):
18953 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18954 Fix typos in docstrings.
18955
18956 * net/dig.el (dig-invoke): Fix typo in docstring.
18957 (query-dig): Reflow docstring.
18958
18959 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18960 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18961 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18962 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18963 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18964 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18965 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18966 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18967 (idlwave-completion-map, idlwave-current-indent)
18968 (idlwave-custom-ampersand-surround, idlwave-customize)
18969 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18970 (idlwave-define-abbrev, idlwave-determine-class-special)
18971 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18972 (idlwave-end-block-reg, idlwave-end-of-statement)
18973 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18974 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18975 (idlwave-explicit-class-listed, idlwave-file-header)
18976 (idlwave-fill-paragraph, idlwave-find-class-definition)
18977 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18978 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18979 (idlwave-in-quote, idlwave-indent-action-table)
18980 (idlwave-indent-expand-table, idlwave-indent-line)
18981 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18982 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18983 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18984 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18985 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18986 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18987 (idlwave-outlawed-buffers, idlwave-popup-select)
18988 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18989 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18990 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18991 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18992 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18993 (idlwave-statement-type, idlwave-struct-skip)
18994 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18995 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18996 (idlwave-what-module-find-class): Fix typos in docstrings.
18997 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18998 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18999 (idlwave-find-module, idlwave-find-structure-definition)
19000 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
19001 (idlwave-list-load-path-shadows, idlwave-next-statement)
19002 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
19003 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
19004 (idlwave-template): Reflow docstrings.
19005
19006 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
19007 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
19008 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
19009 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
19010 (idlwave-shell-display-line, idlwave-shell-display-wframe)
19011 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
19012 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
19013 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
19014 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
19015 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
19016 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
19017 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
19018 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
19019 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
19020 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
19021 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
19022 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
19023 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
19024 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
19025 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
19026 Fix typos in docstrings.
19027 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
19028 (idlwave-shell-hide-output, idlwave-shell-mode)
19029 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
19030 Reflow docstrings.
19031
19032 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
19033
62136c5d
SM
190342009-09-24 Ivan Kanis <apple@kanis.eu>
19035
19036 * term.el (term-bold-attribute): New var.
19037 (term-handle-colors-array): Use it.
19038
9c1a45ed
NR
190392009-09-23 Nick Roberts <nickrob@snap.net.nz>
19040
19041 * progmodes/gdb-mi.el (gdb-version): New variable.
19042 (gdb-non-stop-handler): Set gdb-version.
19043 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
19044 Condition "--thread" option on gdb-version.
19045 (gdb-invalidate-threads): Remove unused argument.
19046
03304f31
SM
190472009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
19050 to looking-back to avoid ridiculous slow down in large files (bug#4511).
19051
4f02f0c9
GM
190522009-09-23 Glenn Morris <rgm@gnu.org>
19053
19054 * mail/rmail.el (rmail-reply): Don't try to add a References header when
19055 replying to mail without References or Message-Id. (Bug#4525)
19056
a3b4b363
AR
190572009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
19058
19059 * term/ns-win.el (ns-reg-to-script): New variable.
19060
7bda18cc
DU
190612009-09-23 Daiki Ueno <ueno@unixuser.org>
19062
19063 * epg.el (epg-wait-for-status): Preserve existing 'error results.
19064
72169e55
SS
190652009-09-22 Sam Steingold <sds@gnu.org>
19066
19067 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
19068 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
19069 to 1 because hg returns status 1 when nothing is found.
0aa4f295 19070 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19071
905b7d38
SM
190722009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19073
b0459dec
SM
19074 * textmodes/fill.el: Convert to utf-8 encoding.
19075 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19076 pre-Unicode days.
b0459dec 19077
905b7d38
SM
19078 * add-log.el (change-log-fill-forward-paragraph): New function.
19079 (change-log-mode): Use it so fill-region DTRT.
19080 Set fill-indent-according-to-mode here rather than in
19081 change-log-fill-paragraph.
19082 (change-log-fill-paragraph): Remove.
19083
baa7f3de
JB
190842009-09-22 Juanma Barranquero <lekktu@gmail.com>
19085
19086 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19087 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19088
a8d789f0
GM
190892009-09-22 Glenn Morris <rgm@gnu.org>
19090
daedbbc2
GM
19091 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19092 the scroll-bar scroll the calendar window rather than the buffer.
19093
d8899a74
GM
19094 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19095 commands that move point (as opposed to scrolling).
19096
a8d789f0
GM
19097 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19098
19099 * emacs-lisp/elint.el (elint): New custom group.
19100 (elint-log-buffer): Make it a defcustom.
19101 (elint-scan-preloaded, elint-ignored-warnings)
19102 (elint-directory-skip-re): New options.
19103 (elint-builtin-variables): Doc fix.
19104 (elint-preloaded-env): New variable.
19105 (elint-unknown-builtin-args): Add an entry for encode-time.
19106 (elint-extra-errors): Make it a variable rather than a constant.
19107 (elint-preloaded-skip-re): New constant.
19108 (elint-directory): Skip files matching elint-directory-skip-re.
19109 (elint-features): New variable, local to linted buffers.
19110 (elint-update-env): Initialize elint-features. Possibly add
19111 elint-preloaded-env to the buffer's environment.
19112 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19113 Skip quoted forms.
19114 (elint-init-form): New function, extracted from elint-init-env.
19115 Make non-list forms a warning rather than an error.
19116 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19117 easy-menu-define, put that adds an error-condition, and provide.
19118 When requiring cl, also require cl-macs. Really require cl, to handle
19119 some cl macros. Store required libraries in the list elint-features,
19120 so as not to re-load them. Treat cc-require like require.
19121 (elint-init-env): Call elint-init-form to do the work.
19122 Handle eval-and-compile and such like.
19123 (elint-add-required-env): Do not clear messages.
19124 (elint-special-forms): Add handlers for function, defalias, if, when,
19125 unless, and, or.
19126 (elint-form): Add optional argument to ignore elint-special-forms,
19127 useful to prevent recursive calls from handlers. Doc fix.
19128 Respect elint-ignored-warnings.
19129 (elint-form): Respect elint-ignored-warnings.
19130 (elint-bound-variable, elint-bound-function): New variables.
19131 (elint-unbound-variable): Respect elint-bound-variable.
19132 (elint-get-args): Respect elint-bound-function.
19133 (elint-check-cond-form): Add some simple handling for (f)boundp and
19134 featurep tests.
19135 (elint-check-defalias-form): New handler.
19136 (elint-check-let-form): Make an empty let a warning rather than an
19137 error.
19138 (elint-check-setq-form): Make an empty setq a warning rather than an
19139 error. Respect elint-ignored-warnings.
19140 (elint-check-defvar-form): Accept null doc-strings.
19141 (elint-check-conditional-form): New handler. Does some simple-minded
19142 checking of featurep and (f)boundp tests.
19143 (elint-put-function-args): New function.
19144 (elint-initialize): Use elint-scan-doc-file rather than
19145 elint-find-builtin-variables. Use elint-put-function-args.
19146 Possibly scan preloaded-file-list.
19147 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19148 extend to handle functions as well.
19149
245be23c
JB
191502009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19151
19152 * linum.el (linum-delete-overlays, linum-update-window):
19153 Do not modify the right margin. (Bug#3971)
19154
91fdbd6f
CY
191552009-09-21 Chong Yidong <cyd@stupidchicken.com>
19156
6a7662bb
BR
19157 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19158 Use nxml-mode instead of xml-mode.
91fdbd6f 19159
7589d38e
JB
191602009-09-21 Kevin Ryde <user42@zip.com.au>
19161
19162 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19163
5ac42715
SM
191642009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19165
19166 * net/dig.el (dig-mode): Use define-derived-mode.
19167
09c01323
DN
191682009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19169
4096c5f2
DN
19170 * vc-dispatcher.el (vc-do-command): Return the process object in
19171 the asynchronous case. Use when instead of if. Do not run
5480359e 19172 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19173
0e172cc2
DN
19174 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19175 properties to the stash strings.
19176 (vc-git-stash-list): Return a list of strings.
19177 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19178 (vc-git-stash-show-at-point): New functions.
19179 (vc-git-stash-map): New keymap.
19180
03304f31
SM
19181 * register.el (ctl-x-r-map): Define the keys here instead of
19182 using autoload.
09c01323 19183
03304f31 191842009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19185
19186 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19187 list, to workaround performance problem (bug#4485).
19188
2f5fc4d7
NR
191892009-09-20 Nick Roberts <nickrob@snap.net.nz>
19190
19191 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19192
b0f5fd2e
DU
191932009-09-20 Daiki Ueno <ueno@unixuser.org>
19194
19195 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19196 Document that this option is not recommended to use.
19197
f3445fab
GM
191982009-09-19 Glenn Morris <rgm@gnu.org>
19199
547c6921
GM
19200 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19201 variable `var'.
19202
f3445fab
GM
19203 * calc/calc-alg.el (var):
19204 * calc/calcalg2.el (var): Define for compiler.
19205
946c009b
CY
192062009-09-19 Chong Yidong <cyd@stupidchicken.com>
19207
e3f36d03
SM
19208 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19209 Doc fix (Bug#3932).
e2045997 19210
24aedbca
CY
19211 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19212
327dd27a
CY
19213 * time-stamp.el (time-stamp-month-dd-yyyy)
19214 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19215 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19216 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19217 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19218 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19219
946c009b
CY
19220 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19221 indent buffer only if called interactively (Bug#4452).
19222
3e70541a 192232009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19224 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19225
19226 This fixes bug#4197 (merged to bug#865, though not identical).
19227 * server.el (server-auth-dir): Add docstring note about FAT32.
19228 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19229 but warn against using them.
19230
9b94c32e
NR
192312009-09-19 Nick Roberts <nickrob@snap.net.nz>
19232
19233 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19234 older GDB where there is no has_more field.
19235
66590684
GM
192362009-09-19 Glenn Morris <rgm@gnu.org>
19237
19238 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19239
9a1337f9
CY
192402009-09-18 Chong Yidong <cyd@stupidchicken.com>
19241
19242 * files.el (auto-mode-alist): Change default for XML files to nXML
19243 mode (Bug#4169).
19244
d7554167
JB
192452009-09-18 Juanma Barranquero <lekktu@gmail.com>
19246
19247 * server.el (server-ensure-safe-dir): Pass 'integer
19248 to `file-attributes', as suggested.
19249
35a3f9a4
SM
192502009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19251
19252 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19253 (dired-query): Use read-key.
19254
044f9b05
AR
192552009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19256
19257 * cus-start.el (ns-use-qd-smoothing): Remove.
19258
6188ea49
GM
192592009-09-18 Glenn Morris <rgm@gnu.org>
19260
08cf18e4
GM
19261 * allout.el (top-level): Remove unnecessary progn.
19262
07eae5c5
GM
19263 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19264
6726c25e
GM
19265 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19266 definition of abbrev table.
19267
3f527154 19268 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19269 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19270 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19271 * net/newst-backend.el (newsticker--cache-read-feed):
19272 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19273 condition-case handlers.
19274
ccb4c30c
NR
192752009-09-18 Nick Roberts <nickrob@snap.net.nz>
19276
19277 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19278 (gdb-var-list): Add an element for has_more field.
19279 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19280 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19281 (gdb-var-update-handler-1): Parse output of dynamic variable
19282 objects (STL containers).
19283 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19284 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19285
19286 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19287 gdb-var-list.
19288 (gud-speedbar-buttons): Make node expandable if expression "has more"
19289 children.
19290
8686ac71
JB
192912009-09-17 Juanma Barranquero <lekktu@gmail.com>
19292
19293 * startup.el (emacs-quick-startup): Remove variable and all uses.
19294 (command-line): Set `inhibit-x-resources' instead.
19295 (command-line-1): Use `inhibit-x-resources' instead.
19296
a69c67e8
CY
192972009-09-17 Chong Yidong <cyd@stupidchicken.com>
19298
19299 * subr.el: Fix last change to avoid using the `unless' macro,
19300 which breaks bootstrapping.
19301
354f0faf
SM
193022009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19305 extended definitions, in case we reload subr.el after having
19306 loaded CL.
19307 (eval-next-after-load): Mark as obsolete.
19308
98b9bf40
JL
193092009-09-17 Juri Linkov <juri@jurta.org>
19310
19311 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19312 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19313 (menu-bar-showhide-menu, menu-bar-tools-menu)
19314 (menu-bar-describe-menu, menu-bar-help-menu)
19315 (minibuffer-local-completion-map, minibuffer-local-map):
19316 Fix list quoting.
19317
28fab7b5
GM
193182009-09-17 Glenn Morris <rgm@gnu.org>
19319
88d5190c
GM
19320 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19321 arguments, whether or not it has a handler.
19322
74f24ba7
GM
19323 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19324
28fab7b5
GM
19325 * simple.el (hard-newline): Give it a doc-string.
19326
a8106aec
GM
19327 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19328 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19329
76251ad7
DN
193302009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19331
72033dbe
DN
19332 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19333 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19334 (menu-bar-options-menu, menu-bar-showhide-menu)
19335 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19336 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19337 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19338 (menu-bar-options-menu, menu-bar-tools-menu)
19339 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19340 (menu-bar-help-menu):
19341 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19342 string arguments.
19343
76251ad7
DN
19344 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19345 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19346 calls for the menu names and :help.
19347
97b952b7
SM
193482009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19349
19350 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19351 to :minor-mode-function (bug#4455).
19352
8f38189e
SM
193532009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19354
d2fd733e
SM
19355 * startup.el (command-line): Initialize the window-system after
19356 processing the command-line.
19357
8f38189e
SM
19358 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19359 page-delimiter matches the empty string.
19360
77564fa4
GM
193612009-09-16 Glenn Morris <rgm@gnu.org>
19362
19363 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19364 byte-compile-not-obsolete-var. It's a list now.
19365 (byte-compile-not-obsolete-funcs): New variable.
19366 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19367 byte-compile-not-obsolete-funcs.
19368 (byte-compile-variable-ref, byte-compile-defvar): Update for
19369 byte-compile-not-obsolete-vars name-change and list nature.
19370 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19371 and variables behind (f)boundp tests.
19372 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19373
79d316d3
DN
193742009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19375
19376 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19377
8fed6934
SM
193782009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19381 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19382 Don't autoload.
19383
4078fd57
SE
193842009-09-15 Stephen Eglen <stephen@gnu.org>
19385
19386 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19387 the virtual-buffers, use the name of the buffer specified by
4078fd57 19388 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19389 problem if the target and the symlink had different names.)
4078fd57 19390
838ff458
SM
193912009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19392
b3c7c12d
SM
19393 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19394
13dc2bc2
SM
19395 * desktop.el (desktop-path): Check user-emacs-directory.
19396
49fec531
SM
19397 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19398
0e328d37
SM
19399 * loadup.el: Use after-load-functions to GC after loading each file.
19400 Remove the explicit GC calls that used to be sprinkled around.
19401
838ff458
SM
19402 * subr.el (after-load-functions): New hook.
19403 (do-after-load-evaluation): Run it. Use string-match-p to detect
19404 `obsolete' packages, rather than painfully extracting the relevant
19405 directory name.
19406
a62f564f
GM
194072009-09-15 Glenn Morris <rgm@gnu.org>
19408
19409 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19410 free variable `doc'.
19411
19412 * dired.el (dired-mode-map): Add menu entry for async shell command.
19413
19414 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19415 variables, also consider the .elc files, since the .el files are
19416 normally gzipped (subsequent code locates the .el.gz from the .elc).
19417
19418 * calc/calc-prog.el (arglist): Define for compiler.
19419
19420 * calendar/diary-lib.el (diary-display-function): Change the default to
19421 fancy display.
19422 (body): Define for compiler.
19423
19424 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19425 (byte-compile-file-form, byte-compile-lambda)
19426 (byte-compile-top-level-body, byte-compile-form)
19427 (byte-compile-variable-ref, byte-compile-setq)
19428 (byte-compile-setq-default, byte-compile-body)
19429 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19430 (batch-byte-compile): Give some more local variables with common names
19431 a "bytecomp-" prefix to avoid masking warnings about free variables.
19432
cd05fe7f
GM
19433 * startup.el (command-line-1): Give local variables with common names a
19434 distinguishing prefix, so as not to hide free variable warnings during
19435 bootstrap.
19436
a62f564f
GM
19437 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19438 clever and add a suffix to make a unique name, just let the user decide
19439 whether or not to overwrite it. If the input is a directory, write the
19440 default filename to that directory. (Bug#4388)
19441 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19442 is a filename-as-a-directory.
19443
fbc88440
SM
194442009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19445
19446 * textmodes/page.el (what-page): Don't move to beginning of line.
19447 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19448
60308853
DN
194492009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19450
19451 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19452
32ba3abc
DN
194532009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19454
9cd39aff
DN
19455 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19456 * help.el (help-for-help-internal): Add purecopy calls for text.
19457
32ba3abc
DN
19458 * vc.el (top): print-log method now takes an optional SHORTLOG
19459 argument. Add a new method: root.
32ba3abc
DN
19460 (vc-root-diff, vc-print-root-log): New functions.
19461 (vc-log-short-style): New variable.
19462 (vc-print-log-internal): Add support for showing short logs.
19463
19464 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19465 vc-print-root-log and vc-print-root-diff.
19466
19467 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19468 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19469 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19470 short logs.
19471
19472 * vc-cvs.el (vc-cvs-print-log):
19473 * vc-mtn.el (vc-mtn-print-log):
19474 * vc-rcs.el (vc-rcs-print-log):
19475 * vc-sccs.el (vc-sccs-print-log):
19476 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19477 that is ignored for now.
19478
837b0e99
DN
19479 * vc-mtn.el (vc-mtn-annotate-command):
19480 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19481
31cd2dd4
SM
194822009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19483
19484 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19485 to function-key-map, and give them ascii-character property.
19486 * term/x-win.el (x-alternatives-map):
19487 * term/ns-win.el (ns-alternatives-map):
19488 * term/internal.el (msdos-key-remapping-map):
19489 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19490
d62e5bf2
GM
194912009-09-14 Glenn Morris <rgm@gnu.org>
19492
19493 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19494 temp-buffers (2009-09-12).
19495
7d0105e5
SM
194962009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19497
19498 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19499 the new read-key function.
19500
e17ed9ad
CY
195012009-09-13 Chong Yidong <cyd@stupidchicken.com>
19502
19503 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19504 is defined (Bug#4405).
19505
1fc26e29
CY
195062009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19507
19508 * recentf.el (recentf-cleanup): Use a hash table to find
19509 duplicates (Bug#4407).
19510
61dc96a2 195112009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19512
19513 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19514 kp-0 to ascii equivalents (Bug#4325).
19515
42c3a9e3
CY
195162009-09-13 Chong Yidong <cyd@stupidchicken.com>
19517
1f5c1626
CY
19518 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19519
42c3a9e3 19520 * eshell/em-hist.el:
31cd2dd4
SM
19521 * eshell/em-dirs.el (eshell-complete-user-reference):
19522 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19523
195242009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19525
19526 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19527 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19528 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19529 * eshell/em-hist.el (eshell-history-file-name):
19530 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19531
1e2b6acf
GM
195322009-09-13 Glenn Morris <rgm@gnu.org>
19533
19534 * ediff-merg.el (ediff-do-merge):
19535 * filesets.el (filesets-run-cmd):
19536 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19537 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19538 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19539 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19540 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19541 Replace empty `let's with `progn'.
19542
adba8116
SM
195432009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * mail/sendmail.el (send-mail-function):
19546 * tooltip.el (tooltip-mode):
19547 * simple.el (transient-mark-mode):
19548 * rfn-eshadow.el (file-name-shadow-mode):
19549 * frame.el (blink-cursor-mode):
19550 * font-core.el (global-font-lock-mode):
19551 * files.el (temporary-file-directory)
19552 (small-temporary-file-directory, auto-save-file-name-transforms):
19553 * epa-hook.el (auto-encryption-mode):
19554 * composite.el (global-auto-composition-mode):
19555 Use custom-initialize-delay.
19556 * startup.el (command-line): Don't explicitly call
19557 custom-reevaluate-setting for all the above vars.
19558 * custom.el (custom-initialize-safe-set)
19559 (custom-initialize-safe-default): Delete.
19560
0a4afea9
SM
195612009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19562
9f94990d
SM
19563 * term/x-win.el (x-initialize-window-system):
19564 * term/w32-win.el (w32-initialize-window-system):
19565 * term/ns-win.el (ns-initialize-window-system): Don't call
19566 mouse-wheel-mode since it's enabled globally by default already.
19567
0a4afea9
SM
19568 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19569 actually define the variable, but only silences the byte-compiler.
19570 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19571 before looking it up.
19572 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19573 is changed.
19574
bf01513f
GM
195752009-09-12 Glenn Morris <rgm@gnu.org>
19576
19577 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19578 1000.
19579 (elint-add-required-env): Don't beep on error.
19580 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19581 (elint-init-env): Skip non-list forms.
19582 (elint-log): Handle unknown file positions.
bf01513f 19583
d85889e4
DU
195842009-09-12 Daiki Ueno <ueno@unixuser.org>
19585
19586 * epg.el (epg-make-context): Add autoload cookie.
19587 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19588 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19589 (epg-verify-string, epg-start-sign, epg-sign-file)
19590 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19591 (epg-encrypt-string, epg-start-export-keys)
19592 (epg-export-keys-to-file, epg-export-keys-to-string)
19593 (epg-start-import-keys, epg-import-keys-from-file)
19594 (epg-import-keys-from-string, epg-start-receive-keys)
19595 (epg-receive-keys, epg-import-keys-from-server)
19596 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19597 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19598 (epg-generate-key-from-file, epg-generate-key-from-string):
19599 Remove autoload cookie.
d85889e4 19600
8f825ee6
EZ
196012009-09-12 Eli Zaretskii <eliz@gnu.org>
19602
36b434ee
EZ
19603 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19604 reevaluation of trash-directory.
19605
8f825ee6
EZ
19606 * mwheel.el: Fix last change.
19607 (mouse-wheel-mode): New defvar.
19608 (mouse-wheel-mode): Remove autoload cookie.
19609
5766c380
SM
196102009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19611
ab5c0fcd
SM
19612 * mwheel.el (mwheel-installed-bindings): New var.
19613 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19614 the bindings we set last time. Use custom-initialize-delay.
19615 * loadup.el: Load mwheel after term/*-win.el.
19616 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19617 and mouse-wheel-up-event now that their first evaluation is done
19618 sufficiently late to be correct.
19619
45448e64
SM
19620 * startup.el (tutorial-directory): Make it a defcustom.
19621 Use custom-initialize-delay rather than eval-at-startup to set it.
19622 * image.el (image-load-path): Make it a defcustom.
19623 Use custom-initialize-delay rather than eval-at-startup to set it.
19624 * subr.el (eval-at-startup): Remove.
19625 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19626
5766c380
SM
19627 * subr.el (do-after-load-evaluation): Warn the user after loading an
19628 obsolete package.
19629
d6549da4
GM
196302009-09-12 Glenn Morris <rgm@gnu.org>
19631
19632 * proced.el (proced-mark-alt): Remove alias.
19633 (proced-mode-map): Remove proced-mark-alt.
19634
19635 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19636 Elint file and directory. Remove initialization entry.
19637
19638 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19639 commands.
19640 (elint-current-buffer): Set mode-line-process.
19641 (elint-init-env): Handle define-derived-mode.
19642 Fix declare-function with unspecified arglist. Guard against odd
19643 defalias statements (eg iso-insert's 8859-1-map).
19644 (elint-add-required-env): Use a temp buffer.
19645 (elint-form): Just print the function/macro name, not the whole form.
19646 Return env unchanged if we fail to parse a macro.
19647 (elint-forms): Guard against parse errors.
19648 (elint-output): New function, to handle batch mode.
19649 (elint-log-message): Add optional argument. Use elint-output.
19650 (elint-set-mode-line): New function.
19651
30194d4d
CY
196522009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19653
19654 * emacs-lisp/elp.el (elp-not-profilable): Add more
19655 functions (Bug#4233).
19656
a035f9b0
CY
196572009-09-12 Chong Yidong <cyd@stupidchicken.com>
19658
19659 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19660 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19661
dad61164
NR
196622009-09-11 Nick Roberts <nickrob@snap.net.nz>
19663
19664 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19665 (gdb-var-list-children): Use json parsing.
19666
9c3c9fdf 196672009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19668
19669 * progmodes/js.el (js--proper-indentation): Handle the case where
19670 char-before is null. Reported by Deniz Dogan.
19671
b4587710
JB
196722009-09-11 Juanma Barranquero <lekktu@gmail.com>
19673
19674 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19675
13890796
DU
196762009-09-11 Daiki Ueno <ueno@unixuser.org>
19677
19678 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19679 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19680 (epg-context-set-passphrase-callback)
97d4bdba 19681 (epg-context-set-progress-callback): Add description about
b18508dd 19682 callback function.
13890796 19683
2efb64a8
SM
196842009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19685
790d0270
SM
19686 * custom.el (custom-delayed-init-variables): New var.
19687 (custom-initialize-delay): New function.
19688 * startup.el (command-line): "Re"evaluate all vars in
19689 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19690 explicitly any more.
19691 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19692 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19693
19694 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19695
ac243a40
NR
196962009-09-11 Nick Roberts <nickrob@snap.net.nz>
19697
19698 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19699 (gdb-var-update-handler): Use json parsing.
19700
657bc6fc
JB
197012009-09-11 Juanma Barranquero <lekktu@gmail.com>
19702
19703 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19704 decode annotated text, regardless of language environment. (Bug#2741)
19705
b6fe8102
SM
197062009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19707
19708 * Makefile.in (autoloads): Make rmail.el writable as well.
19709
5cc443fe
GM
197102009-09-11 Glenn Morris <rgm@gnu.org>
19711
5515c54e
GM
19712 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19713 loaddefs.el.
19714 * dired.el: Regenerate with extracted autoloads.
19715 * Makefile.in (autoloads): Make dired.el writable.
19716
15067158
GM
19717 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19718 * ibuffer.el: Regenerate with extracted autoloads.
19719 * Makefile.in (autoloads): Make ibuffer.el writable.
19720
d35d0238
GM
19721 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19722 * version.el (emacs-copyright, emacs-major-version)
19723 (emacs-minor-version): Reformat doc-strings for make-docfile.
19724
5cc443fe
GM
19725 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19726 functions and variables, since they must be stuff specific to some other
19727 platform.
19728 (apropos-print): Make mouse-click message less specific about button.
19729
19730 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19731 that records where a macro was defined.
19732 * help-fns.el (describe-function-1): Mention if a function has a
19733 compiler-macro.
19734 * help-mode.el (help-function-cmacro): New button.
19735
19736 * locate.el (top-level): Always require dired.
19737 (locate-mode-map): Initialize inside the defvar.
19738
19739 * net/ange-ftp.el (dired-compress-file): Declare.
19740 (ange-ftp-dired-compress-file): Add doc string.
19741
19742 * term/ns-win.el (x-display-name, x-setup-function-keys):
19743 Unify doc-strings with X versions.
19744
8cb95edf
SM
197452009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19746
726a4d09
SM
19747 * emulation/crisp.el (crisp-mode-map): Move initialization
19748 into declaration.
19749 (crisp-mode): Use define-minor-mode.
19750
8cb95edf
SM
19751 * progmodes/xscheme.el (xscheme-evaluation-commands):
19752 Put a :advertised-binding property rather than using
19753 advertised-xscheme-send-previous-expression.
19754 (advertised-xscheme-send-previous-expression): Declare obsolete.
19755 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19756 `advertised-undo'.
19757 (crisp-mode): Add corresponding bindings to
19758 undo's :advertised-binding instead.
19759 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19760 than using dired-advertised-find-file.
19761 (dired-advertised-find-file):
19762 * simple.el (advertised-undo):
19763 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19764 (widget-keymap): Put a :advertised-binding property rather
19765 than using advertised-widget-backward.
19766 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19767 than using advertised-undo.
19768 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19769
07db5857
SS
197702009-09-10 Simon South <ssouth@slowcomputing.org>
19771
19772 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19773 Mark mode is enabled and region is active; otherwise indent or
19774 insert TAB as usual.
19775 (delphi-mode): Update description of TAB-key binding.
19776
50d4ba39
SM
197772009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19778
19779 * subr.el (define-key-rebound-commands): Mark obsolete.
19780 * startup.el (precompute-menubar-bindings): Remove.
19781 (normal-top-level): Remove obsolete code that tried to precompute
19782 menubar bindings.
19783 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19784 define-key-rebound-commands and precompute-menubar-bindings.
19785
ffa894db
KY
197862009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19787
19788 * net/imap.el (imap-interactive-login): Better messages.
19789 (imap-open): Fix bug with renamed buffer on reconnect.
19790 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19791 for easier debugging and cleaner code. On successful (guessed based on
19792 server capabilities) secondary authentication, set imap-state
19793 correctly.
19794 (imap-last-authenticator): Define imap-last-authenticator as a variable
19795 to avoid warnings.
19796
9477096c
GM
197972009-09-10 Glenn Morris <rgm@gnu.org>
19798
19799 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19800
19801 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19802 (byte-compile-file-form-autoload): Don't warn about unknown functions
19803 where the autoload statement comes after the use.
19804 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19805 that any handlers inside the body (eg require) are in turn respected.
19806
19807 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19808 effects.
19809
19810 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19811 and syntax and abbrev tables basic docs, if they don't have any.
19812
19813 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19814
19815 * international/mule-cmds.el (top-level): Require cl when compiling.
19816 (view-hello-file): Use default-value rather than
19817 default-enable-multibyte-characters.
19818
19819 * progmodes/fortran.el: Move all safe and risky properties into the
19820 defcustoms.
19821
19822 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19823 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19824 * mail/undigest.el:
19825 Put autoloads in rmail.el rather than loaddefs.el.
19826 * mail/rmail.el: Regenerate with extracted autoloads.
19827
19828 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19829 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19830
9f16c547
NR
198312009-09-10 Nick Roberts <nickrob@snap.net.nz>
19832
19833 Reported in thread for Bug#4375.
19834 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19835 "-data-evaluate-expression" instead of print.
19836 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19837 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19838 (gdb): Revert 2009-08-11 change. User should detach inferior
19839 manually.
9f16c547
NR
19840
19841 Remove the word "separate" from IO functions as inferior
19842 output is now never displayed in the GUD buffer.
19843
50405cd0
JB
198442009-09-10 Juanma Barranquero <lekktu@gmail.com>
19845
19846 * startup.el (command-line-normalize-file-name): On Windows and
19847 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19848
7ae62430
JL
198492009-09-10 Juri Linkov <juri@jurta.org>
19850
19851 * isearch.el (isearch-text-char-description): Propertize escape
19852 character sequences with the `escape-glyph' face. (Bug#4344)
19853
19854 * simple.el (shell-command): Set asynchronous process filter to
19855 `comint-output-filter'. (Bug#4343)
19856
19857 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19858 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19859 the list. Move "asm" to the bottom.
19860 (grep-find-ignored-directories): Add `choice' with nil value
19861 to empty the list easily.
19862 (grep-find-ignored-files): New option.
19863 (grep-files-history): Set to nil by default instead of '("ch" "el").
19864 (grep-compute-defaults): Add "<X>" to `grep-template'.
19865 (grep-read-files): Bind new local variables `default-alias' and
19866 `default-extension'. Use a list of default values for the file prompt.
19867 (lgrep): Add `--exclude=' command line options composed from
19868 `grep-find-ignored-files'.
19869 (rgrep): Add `-name' command line options composed from
19870 `grep-find-ignored-files'. (Bug#4301)
19871
cd875252
SM
198722009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19873
19874 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19875 (bug#4368).
19876
cdce0b33
KY
198772009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19878
19879 * calendar/time-date.el (autoload):
19880 Expand define-obsolete-function-alias into defalias and make-obsolete
19881 for old Emacsen that Gnus supports.
19882 (with-no-warnings): Define it for old Emacsen.
19883 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19884 is available.
19885 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19886 float-time is available; suppress compile warning for time-to-seconds.
19887
198882009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19889
19890 * net/imap.el (imap-message-map): Docstring fix.
19891
2b2eb431
GM
198922009-09-09 Glenn Morris <rgm@gnu.org>
19893
19894 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19895 line numbers too. (Bug#4374)
19896
83a5aac5
SM
198972009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19898
755e0210
SM
19899 * smerge-mode.el (smerge-remove-props, smerge-refine):
19900 Use with-silent-modifications (bug#4342).
19901
83a5aac5
SM
19902 * subr.el (with-silent-modifications): New macro.
19903
79f01fa7
JB
199042009-09-07 Juanma Barranquero <lekktu@gmail.com>
19905
19906 * files.el (top-level): Require `cl' when compiling.
19907
448ecec3
GM
199082009-09-07 Glenn Morris <rgm@gnu.org>
19909
19910 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19911
8f09a02f
GM
19912 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19913 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19914
76ff67bf
NR
199152009-09-06 Nick Roberts <nickrob@snap.net.nz>
19916
19917 * vc-git.el (vc-git-annotate-command): Use separator to parse
19918 arguments correctly.
19919
943c8b75
EZ
199202009-09-06 Eli Zaretskii <eliz@gnu.org>
19921
19922 * proced.el (proced-mode): Doc fix.
19923
680db9ac
MA
199242009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19925
19926 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19927 lstat fails.
19928 (tramp-do-file-attributes-with-ls): Check for file existence at
19929 remote end.
19930 (tramp-do-file-attributes-with-stat): Likewise.
19931 (tramp-convert-file-attributes): Return nil when attr is nil.
19932
3f12e5bd
GM
199332009-09-05 Glenn Morris <rgm@gnu.org>
19934
c8dc27bf
GM
19935 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19936 properties to this button.
19937 (diary-fancy-display): Don't extend the button to the final newline.
19938 (diary-fancy-display-mode): Continue to define "q" as a local key.
19939
cca065d8
GM
19940 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19941 efficient.
19942
cddaedb6
GM
19943 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19944
3f12e5bd
GM
19945 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19946 (byte-compile-dest-file-function): New option.
19947 (byte-compile-dest-file): Doc fix.
19948 Obey byte-compile-dest-file-function.
19949 (byte-compile-cl-file-p): New function.
19950 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19951 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19952 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19953 than for file being previously loaded.
19954 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19955 (byte-compile-file-form-require): Handle the case where requiring a file
19956 indirectly causes CL to be loaded.
19957
049a231b
KF
199582009-09-05 Karl Fogel <kfogel@red-bean.com>
19959
19960 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19961 before killing the old buffer, since by the time `kill-buffer' is
19962 run so many buffer variables have been set to nil that it may not
19963 behave as expected. (Bug#4061)
19964
ef7ef2a0
KF
199652009-09-05 Karl Fogel <kfogel@red-bean.com>
19966
19967 * files.el (find-alternate-file): If the old buffer is modified
19968 and visiting a file, behave similarly to `kill-buffer' when
19969 killing it, thus reverting to the pre-1.878 behavior; see
19970 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19971 for discussion. Also, consult `buffer-file-name' as a variable
19972 not as a function, for consistency with the rest of the code.
19973
73d854cd
MA
199742009-09-04 Michael Albinus <michael.albinus@gmx.de>
19975
19976 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19977 also when adding a new directory.
19978
6a7662bb
BR
19979 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19980 New defun.
73d854cd 19981
df120481
SM
199822009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * files.el (locate-file-completion-table): Make it provide boundary
19985 information, so partial-completion works better.
19986
c0bc6d79
SM
199872009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19988
19989 * mail/footnote.el (Footnote-text-under-cursor):
19990 Check footnote-text-marker-alist before using it (bug#4324).
19991
f76a9756
GM
199922009-09-04 Glenn Morris <rgm@gnu.org>
19993
67d110f1
GM
19994 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19995 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19996 * play/solitaire.el, play/tetris.el:
19997 Remove leading * from defcustom and defface docs.
19998
b42d4989
GM
19999 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
20000 necessary.
20001 (diary-fancy-overriding-map): New variable.
20002 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
20003 Use view-mode.
20004
f76a9756
GM
20005 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
20006 goto-line.
20007
e605eeeb
GM
200082009-09-03 Glenn Morris <rgm@gnu.org>
20009
597e2240
GM
20010 * arc-mode.el (archive-mode):
20011 * dos-fns.el (set-default-process-coding-system):
20012 * man.el (Man-getpage-in-background):
20013 * menu-bar.el (menu-bar-describe-menu):
20014 * server.el (server-process-filter):
20015 * startup.el (command-line):
20016 * tar-mode.el (tar-header-block-tokenize, tar-extract):
20017 * w32-fns.el (set-default-process-coding-system):
20018 * x-dnd.el (x-dnd-handle-file-name):
20019 * international/mule-cmds.el (mule-menu-keymap)
20020 (set-default-coding-systems, language-info-alist, set-language-info)
20021 (set-language-environment, standard-display-european-internal)
20022 (set-locale-environment):
20023 * international/mule-diag.el (mule-diag):
20024 * mail/emacsbug.el (report-emacs-bug):
20025 * mail/rmail.el (rmail-mode):
20026 * mail/sendmail.el (mail-setup):
20027 Use default-value rather than default-enable-multibyte-characters.
20028
f38184aa
GM
20029 * progmodes/f90.el: Move all safe properties into the defcustoms.
20030 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
20031
e605eeeb
GM
20032 * calendar/appt.el (appt-check):
20033 * calendar/diary-lib.el (diary-set-header, diary-live-p)
20034 (diary-check-diary-file, diary-list-entries)
20035 (diary-include-other-diary-files, diary-simple-display)
20036 (diary-fancy-display, diary-print-entries)
20037 (diary-mark-included-diary-files, diary-make-entry):
20038 Don't call substitute-in-file-name on diary-file.
20039
734db384 200402009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 20041 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
20042
20043 * mail/footnote.el (footnote-prefix): Make it a defcustom.
20044 (footnote-mode-map): Move initialization into the declaration.
20045 (footnote-minor-mode-map): Define it rather than changing global-map.
20046 (footnote-mode): Use define-minor-mode.
20047
e5aa47f9
MA
200482009-09-02 Michael Albinus <michael.albinus@gmx.de>
20049
20050 * net/tramp.el (tramp-handle-file-attributes-with-ls)
20051 (tramp-do-file-attributes-with-perl)
20052 (tramp-do-file-attributes-with-stat): Rename from
20053 `tramp-handle-file-attributes-with-*'.
20054 (tramp-handle-file-attributes): Use them.
20055 (tramp-do-directory-files-and-attributes-with-perl)
20056 (tramp-do-directory-files-and-attributes-with-stat): Rename from
20057 `tramp-handle-directory-files-and-attributes-with-*'.
20058 (tramp-handle-directory-files-and-attributes): Use them.
20059 (tramp-method-out-of-band-p): Additional parameter SIZE.
20060 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
20061 (tramp-handle-write-region): Use it.
734db384 20062 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
20063 (tramp-handle-vc-registered): Check, whether the first run did
20064 return files to be tested.
20065 (tramp-advice-make-auto-save-file-name): Do not call directly
20066 `tramp-handle-make-auto-save-file-name', because this would bypass
20067 the locking mechanism.
20068
734db384 20069 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
20070 (file-remote-p, process-file, start-file-process, set-file-times)
20071 (tramp-compat-file-attributes): Compatibility functions shall not
20072 call directly `tramp-handle-*', because this would bypass the
20073 locking mechanism.
20074 (tramp-compat-number-sequence): New defun.
20075
6e2ca895
GM
200762009-09-02 Glenn Morris <rgm@gnu.org>
20077
697c7714
GM
20078 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20079 alias for float-time.
20080 (time-to-number-of-days): In Emacs, use float-time.
20081 * net/newst-backend.el (time-add): Suppress warnings from compat
20082 function.
20083 * time.el (emacs-uptime, emacs-init-time):
20084 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20085 Use float-time rather than time-to-seconds.
20086
6e2ca895
GM
20087 * minibuffer.el (completion-initials-expand): Fix typo.
20088
20089 * faces.el (modeline, modeline-inactive, modeline-highlight)
20090 (modeline-buffer-id):
20091 * info.el (info-menu-5): Mark these face aliases as obsolete.
20092
ed17efec
NR
200932009-09-01 Nick Roberts <nickrob@snap.net.nz>
20094
20095 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20096 space ...
20097 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20098 no "--thread" option.
20099 (gdb-stopped): Don't print "Switched to thread" message when it is
20100 unchanged.
20101
fcb68f70
SM
201022009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * minibuffer.el (completion-try-completion)
20105 (completion-all-completions): Remove ill-defined (and
20106 mistakenly installed and luckily never used nor documented)
20107 `completion-styles' property.
20108 (completion-initials-expand, completion-initials-all-completions)
20109 (completion-initials-try-completion): New functions.
20110 (completion-styles-alist): Add doc to each entry.
20111 Add new `initials' entry.
20112
83318a6d
NR
201132009-09-01 Nick Roberts <nickrob@snap.net.nz>
20114
20115 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20116 MI command -var-evaluate-expression.
20117 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20118 and tweak for case of string child.
734db384 20119 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20120
d63eb0e7
GM
201212009-09-01 Glenn Morris <rgm@gnu.org>
20122
c4f6e489
GM
20123 * add-log.el (change-log-date-face, change-log-name-face)
20124 (change-log-email-face, change-log-file-face, change-log-list-face)
20125 (change-log-conditionals-face, change-log-function-face)
20126 (change-log-acknowledgement-face):
20127 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20128 (custom-modified-face, custom-set-face, custom-changed-face)
20129 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20130 (custom-documentation-face, custom-state-face, custom-comment-face)
20131 (custom-comment-tag-face, custom-variable-tag-face)
20132 (custom-variable-button-face, custom-face-tag-face)
20133 (custom-group-tag-face-1, custom-group-tag-face):
20134 * diff-mode.el (diff-header-face, diff-file-header-face)
20135 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20136 (diff-added-face, diff-changed-face, diff-function-face)
20137 (diff-context-face, diff-nonexistent-face):
20138 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20139 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20140 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20141 (Info-title-4-face):
20142 * isearch.el (isearch-lazy-highlight-face):
20143 * log-view.el (log-view-file-face, log-view-message-face):
20144 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20145 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20146 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20147 (cvs-msg-face):
20148 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20149 (smerge-base-face, smerge-markers-face):
20150 * wid-edit.el (widget-documentation-face, widget-button-face)
20151 (widget-field-face, widget-single-line-field-face)
20152 (widget-inactive-face, widget-button-pressed-face):
20153 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20154 (woman-addition-face):
2fb1ec93
GM
20155 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20156 (eshell-ls-executable-face, eshell-ls-readonly-face)
20157 (eshell-ls-unreadable-face, eshell-ls-special-face)
20158 (eshell-ls-missing-face, eshell-ls-archive-face)
20159 (eshell-ls-backup-face, eshell-ls-product-face)
20160 (eshell-ls-clutter-face):
20161 * eshell/em-prompt.el (eshell-prompt-face):
20162 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20163 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20164 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20165 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20166 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20167 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20168 (antlr-font-lock-literal-face):
c4f6e489
GM
20169 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20170 (ebrowse-root-class-face, ebrowse-file-name-face)
20171 (ebrowse-default-face, ebrowse-member-attribute-face)
20172 (ebrowse-member-class-face, ebrowse-progress-face):
20173 * progmodes/make-mode.el (makefile-space-face):
20174 * progmodes/sh-script.el (sh-heredoc-face):
20175 * textmodes/flyspell.el (flyspell-incorrect-face)
20176 (flyspell-duplicate-face):
20177 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20178 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20179 Mark face aliases with "-face" suffix as obsolete.
20180
d80619fa
GM
20181 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20182 compiler.
20183
5f68c1b7
GM
20184 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20185 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20186 easy-menu-define wants to modify these.
20187
20188 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20189
20190 * net/browse-url.el (browse-url-file-url):
20191 * term/internal.el (dos-codepage-setup):
20192 Use default-value rather than default-enable-multibyte-characters.
20193
d80619fa 20194 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20195 * progmodes/flymake.el (flymake-highlight-line)
20196 (flymake-goto-file-and-line, flymake-goto-line):
20197 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20198 (gdb-goto-breakpoint):
20199 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20200 * progmodes/python.el (python-find-function)
20201 (python-pdbtrack-track-stack-file):
20202 * progmodes/verilog-mode.el (verilog-surelint-off):
20203 * term/ns-win.el (ns-open-file-select-line):
20204 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20205 Use forward-line rather than goto-line.
20206
d63eb0e7
GM
20207 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20208 * textmodes/reftex-index.el (reftex-display-index):
20209 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20210 * textmodes/reftex-toc.el (reftex-toc):
20211 Remove unnecessary bindings of default-major-mode (all are followed by
20212 major-mode check and possible mode switch).
20213
0afad278
NR
202142009-08-31 Nick Roberts <nickrob@snap.net.nz>
20215
20216 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20217 Handle watchpoints (bug#4282).
20218 (def-gdb-thread-buffer-command): Enable thread to be selected by
20219 clicking without selecting threads buffer first.
20220 (gdb-current-context-command): Use selected frame so that "up",
20221 "down" etc work in the GUD buffer.
20222 (gdb-update): Find selected frame before rendering stack buffer.
20223 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20224
4e135dd2
SM
202252009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20226
20227 * progmodes/sym-comp.el (displayed-completions): Remove.
20228 (symbol-complete): Use minibuffer-complete.
20229
e61eba34
GM
202302009-08-31 Glenn Morris <rgm@gnu.org>
20231
20232 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20233
734db384
SM
20234 * apropos.el (apropos-symbols-internal):
20235 Handle (obsolete) face aliases.
e61eba34
GM
20236
20237 * faces.el (describe-face): Adjust the output format to be more like
20238 describe-variable, and to mention (obsolete) face aliases.
20239 Adjust the whitespace so that help-setup-xref works.
20240
20241 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20242 * calendar/diary-lib.el (diary-button-face):
20243 Mark these face aliases as obsolete.
20244
20245 * calendar/calendar.el (calendar-today): Doc fix.
20246
4cf71456
NR
202472009-08-31 Nick Roberts <nickrob@snap.net.nz>
20248
20249 * progmodes/gdb-mi.el (gdb-control-all-threads)
20250 (gdb-control-current-thread): Force tool bar update.
20251 (gdb-non-stop-handler): New function.
20252 (gdb-init-1): Use it to test if non-stop mode is supported.
20253 Remove unused gdbmi buffer type.
20254
e61eba34 202552009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20256
20257 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20258 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20259
4324f7ca
NR
202602009-08-30 Nick Roberts <nickrob@snap.net.nz>
20261
20262 * comint.el (comint-exec-1): Check command is non-null first.
20263 Part of gdb-mi.el change (2009-08-28).
20264
a1bf889a
SM
202652009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20266
20267 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20268
060c08b5
JB
202692009-08-30 Juanma Barranquero <lekktu@gmail.com>
20270
20271 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20272 instead of `dolist' to avoid a recursive require when bootstrapping.
20273
ab22be48
SM
202742009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20275
73ebf88f
SM
20276 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20277
80629cfc
SM
20278 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20279
206d0387 20280 * net/imap.el (imap-send-command): Simplify.
734db384 20281 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20282
844f7784
SM
20283 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20284
5ca4661e
SM
20285 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20286 with constant argument.
20287
c61dc887
SM
20288 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20289
7eb73deb
SM
20290 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20291
5fe443de
SM
20292 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20293 Change default, since most of our files don't have a history.
20294 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20295 the user.
20296
6444d64a
SM
20297 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20298 Add comint-run.
20299
5cb16bfc
SM
20300 * calc/calc.el: Improve commenting convention.
20301 (calc-digit-map, toplevel): Simplify.
20302
0aeb71a7
SM
20303 * comint.el (comint-insert-input): Be careful to only set point if we
20304 don't delegate to some other command.
20305
9a9af856
SM
20306 * proced.el (proced-signal-list): Make it an alist.
20307 (proced-grammar-alist): Capitalize names.
20308 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20309 Disable undo manually and make it read-only.
20310 Use completion-annotate-function.
20311
ab22be48
SM
20312 * minibuffer.el (minibuffer-message): If the current buffer is not
20313 a minibuffer, insert the message in the echo area rather than at the
20314 end of the buffer.
20315 (completion-annotate-function): New variable.
20316 (minibuffer-completion-help): Use it.
20317 (completion--embedded-envvar-table): Environment vars are
20318 always case-sensitive.
20319
4a948dbf
GM
203202009-08-30 Glenn Morris <rgm@gnu.org>
20321
20322 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20323 from fortran-current-defun.
20324 (fortran-beginning-of-subprogram): Be more precise about finding the
20325 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20326 (fortran-end-of-subprogram): Simplify.
20327 (fortran-current-defun): Use fortran-start-prog-re.
20328
486cf3b8
JB
203292009-08-29 Juanma Barranquero <lekktu@gmail.com>
20330
20331 * subr.el (do-after-load-evaluation): Simplify.
20332
db167d28
DN
203332009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20334
20335 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20336
20337 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20338 (vc-rcs-print-log): Use it.
20339
20340 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20341
efbc652a
SM
203422009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20343
2aa0e5bf
SM
20344 * paths.el (abbrev-file-name): Move to abbrev.el.
20345 * abbrev.el (abbrev-file-name): Move from paths.el.
20346 Obey user-emacs-directory.
20347 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20348 user-emacs-directory.
20349 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20350 abbrev-file-name and calc-settings-file any more.
20351 * startup.el (command-line): Recompute abbrev-file-name and
20352 abbreviated-home-dir.
20353 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20354 of the special code for when C-h bindings haven't been changed.
20355 (display-startup-echo-area-message): Use with-current-buffer.
20356 (command-line-1): Use a list of strings, rather than a list of lists
20357 of strings for longopts.
20358
51da8fe2
SM
20359 * files.el (get-free-disk-space): Use / for default-directory.
20360
0c3cc4dd
SM
20361 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20362 Use with-current-buffer.
20363
d988dbf6
SM
20364 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20365 Recognize immutable variables like most-positive-fixnum.
20366 (byte-compile-setq-default): Check and warn if trying to assign
20367 to an immutable variable, or a non-variable.
20368
efbc652a
SM
20369 * progmodes/cc-vars.el (c-comment-continuation-stars):
20370 * progmodes/cc-engine.el (c-looking-at-bos):
20371 * progmodes/cc-cmds.el (c-toggle-auto-state)
20372 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20373 (c-comment-line-break-function): Add version of obsolescence.
20374
d30a05d1
JL
203752009-08-28 Juri Linkov <juri@jurta.org>
20376
20377 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20378 associated with `archive-mode'.
20379
20380 * image.el (image-type-header-regexps): Use only JPEG magic number
20381 to determine JPEG images, and don't use `image-jpeg-p' because
20382 Emacs can display non-JFIF non-Exif JPEG images.
20383
1e8eecea
JB
203842009-08-28 Juanma Barranquero <lekktu@gmail.com>
20385
20386 * arc-mode.el (archive-mode):
20387 * emacs-lisp/re-builder.el (re-builder-unload-function):
20388 Protect against the default value of `major-mode' being nil.
20389
dd4fbf56
JB
203902009-08-28 Juanma Barranquero <lekktu@gmail.com>
20391
20392 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20393 Fix typos in docstrings.
20394
20395 * progmodes/js.el (js--macro-decl-re): Doc fix.
20396 (js--plain-method-re, js--split-name): Refloc docstring.
20397 (js--class-styles, js--make-merged-item, js--splice-into-items):
20398 Fix typos in docstrings; reflow docstrings.
20399 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20400 (js--variable-decl-matcher, js--inside-pitem-p)
20401 (js--parse-state-at-point, js--get-all-known-symbols)
20402 (js--symbol-history, js-find-symbol, js--js-references)
20403 (js--moz-interactor, js--js-encode-value, js--read-tab):
20404 Fix typos in docstrings.
20405
72f16325
SM
204062009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20407
14acf2f5
SM
20408 * textmodes/reftex.el (reftex-get-file-buffer-force):
20409 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20410 * emulation/viper.el (viper-go-away, viper-set-hooks):
20411 * emacs-lisp/re-builder.el (re-builder-unload-function):
20412 * emacs-lisp/bytecomp.el (byte-compile-file):
20413 * ses.el (ses-unload-function):
20414 * hexl.el (hexl-find-file):
20415 * files.el (normal-mode):
20416 * ehelp.el (with-electric-help):
20417 * autoinsert.el (auto-insert-alist):
20418 * arc-mode.el (archive-mode):
20419 Use (default-value 'major-mode) instead of default-major-mode.
20420
72f16325
SM
20421 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20422 * international/mule.el (load-with-code-conversion):
20423 * emacs-lisp/debug.el (debug):
20424 * ediff-vers.el (ediff-rcs-get-output-buffer):
20425 * dired.el (dired-internal-noselect): Don't let-bind
20426 default-major-mode around code that doesn't use it.
20427 E.g. buffer creation via get-buffer-create doesn't use it.
20428
aa485f7c
MA
204292009-08-28 Michael Albinus <michael.albinus@gmx.de>
20430
20431 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20432 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20433 when writing the temp file. Otherwise, epa-file gets confused.
20434 (tramp-register-file-name-handlers): Make it a defun. Move also
20435 `epa-file-handler' to the front of `file-name-handler-alist'.
20436
204372009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20438
20439 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20440 start right after a ^M.
20441 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20442 (tramp-completion-file-name-regexp-separate)
20443 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20444 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20445 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20446 (tramp-completion-file-name-handler): Apply the checks here,
20447 instead during registration.
88b5a757 20448 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20449 `tramp-register-file-name-handler'. Register both
20450 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20451 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20452
3f0c2b92
NR
204532009-08-28 Nick Roberts <nickrob@snap.net.nz>
20454
72f16325
SM
20455 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20456 Remove variable ...
3f0c2b92
NR
20457 (gdb-init-1, gdb-display-separate-io-buffer)
20458 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20459 references to it.
20460 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20461 (gdb-inferior-filter): Use comint-output-filter to stop
20462 echoing and remove ^M characters.
20463
705e5bd9
SM
204642009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20465
009fdc2e
SM
20466 * emulation/viper-init.el (viper-restore-cursor-type):
20467 * emulation/cua-base.el (cua--update-indications):
20468 Replace default-cursor-type with (default-value 'cursor-type).
20469
b56a5ae0
SM
20470 * mail/sendmail.el (mail-recover-1):
20471 * international/mule-diag.el (describe-current-coding-system-briefly)
20472 (describe-current-coding-system):
20473 * international/mule-cmds.el (select-safe-coding-system)
20474 (select-message-coding-system)
20475 (set-language-environment-coding-systems, set-locale-environment):
20476 * hexl.el (hexl-insert-multibyte-char):
20477 * dos-w32.el (find-buffer-file-type-coding-system):
20478 * simple.el (what-cursor-position):
20479 Replace uses of default-buffer-file-coding-system
20480 with (default-value 'buffer-file-coding-system).
20481
de70529f
SM
20482 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20483 Replace uses of default-cursor-in-non-selected-windows
20484 with (default-value 'cursor-in-non-selected-windows).
20485 Use with-current-buffer.
20486
705e5bd9
SM
20487 * mail/feedmail.el: Use CL macros.
20488 (feedmail-run-the-queue, feedmail-send-it-immediately):
20489 * dos-w32.el (find-buffer-file-type): Replace uses of
20490 default-buffer-file-type with (default-value 'buffer-file-type).
20491
4d985ac2
GM
204922009-08-28 Glenn Morris <rgm@gnu.org>
20493
20494 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20495 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20496 Use default-value of major-mode rather than default-major-mode.
20497
17c15b81
SM
204982009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20499
3a68ab06
SM
20500 * Makefile.in (update-elcfiles): Report left over elc files.
20501
9421bdd1
SM
20502 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20503 expand-file-name and with-current-buffer.
20504 (mail-get-names, mail-directory): Use with-current-buffer.
20505
17c15b81
SM
20506 * vc.el (vc-read-revision): New function.
20507 (vc-version-diff, vc-merge): Use it.
20508
ba83a64e
SS
205092009-08-27 Sam Steingold <sds@gnu.org>
20510
20511 * simple.el (kill-do-not-save-duplicates): New user option.
20512 (kill-new): When it is non-nil, and the new string is the same as
20513 the latest kill, set replace to t to avoid duplicates in kill-ring.
20514
be3e598a 205152009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20516
20517 * net/tramp.el (tramp-handle-process-file): Do not flush all
20518 caches when `process-file-side-effects' is set.
20519 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20520 instead of `tramp-find-file-exists-command'.
20521 Unset `process-file-side-effects'.
d5b5c94a
MA
20522
205232009-08-27 Michael Albinus <michael.albinus@gmx.de>
20524
20525 * net/tramp.el (tramp-methods): New method "rsyncc".
20526 (top): Add completion function for "rsyncc".
20527 (tramp-message-show-message): New defvar.
20528 (tramp-message, tramp-error): Use it.
20529 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20530 remote copying.
20531 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20532 `tramp-methods' entry `copy-env' of "rsyncc".
20533 (tramp-vc-registered-read-file-names): New defconst.
20534 (tramp-vc-registered-file-names): New defvar.
20535 (tramp-handle-vc-registered): Implement optimization strategy.
20536 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20537 (tramp-vc-file-name-handler): New defun.
20538 (tramp-get-ls-command, tramp-get-test-command)
20539 (tramp-get-file-exists-command, tramp-get-remote-ln)
20540 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20541 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20542
20543 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20544 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20545 timestamps.
20546 (tramp-get-file-property): Check for timestamps in
20547 `tramp-cache-inhibit-cache'.
20548 (tramp-set-file-property): Write timestamp.
20549
1339cf20
KH
205502009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20551
20552 * language/japan-util.el (japanese-symbol-table): Add entries for
20553 cp932-2-byte.
20554
20555 * international/characters.el: Add category `j' to cp932-2-byte.
20556
726e3f1d
KH
205572009-08-27 Kenichi Handa <handa@m17n.org>
20558
20559 * international/fontset.el (build-default-fontset-data): New macro.
20560 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20561 tibetan, ethiopic, and ipa.
726e3f1d 20562
4e3b4528
SM
205632009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20564
20565 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20566 (enable-multibyte-characters): Not customizable any more.
20567
20568 * subr.el (default-mode-line-format, default-header-line-format)
20569 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20570 (default-direction-reversed, default-truncate-lines)
20571 (default-left-margin, default-tab-width, default-case-fold-search)
20572 (default-left-margin-width, default-right-margin-width)
20573 (default-left-fringe-width, default-right-fringe-width)
20574 (default-fringes-outside-margins, default-scroll-bar-width)
20575 (default-vertical-scroll-bar, default-indicate-empty-lines)
20576 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20577 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20578 (default-scroll-down-aggressively, default-fill-column)
20579 (default-cursor-type, default-buffer-file-type)
20580 (default-cursor-in-non-selected-windows)
20581 (default-buffer-file-coding-system, default-major-mode)
20582 (default-enable-multibyte-characters): Mark as obsolete.
20583
b3cca6a6
DN
205842009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20585
652cc1a2
DN
20586 * vc-dir.el (vc-dir-update): Remove debug helper.
20587
b3cca6a6
DN
20588 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20589
4ed8c7aa
SS
205902009-08-26 Sam Steingold <sds@gnu.org>
20591
20592 * simple.el (save-interprogram-paste-before-kill): New user option.
20593 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20594 save the interprogram-paste into kill-ring before overriding it
20595 with the Emacs kill.
20596
3b64d86b
DN
205972009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20598
20599 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20600 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20601 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20602 and move to vc-rcs.el.
20603 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20604 move to vc-rcs.el.
20605 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20606 (vc-rcs-update-changelog): Remove.
20607 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20608 and move to vc-rcs.el.
20609
20610 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20611 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20612 renaming.
20613 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20614 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20615 vc.el, renamed to be RCS specific.
20616
72f16325
SM
20617 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20618 New functions.
20619 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20620
20621 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20622 New functions.
20623
636a36a0
SM
206242009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20627
239b3340
DN
206282009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20629
b91f0762 20630 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20631 (vc-git-stash, vc-git-stash-show): New functions.
20632 (vc-git-extra-menu-map): Bind them.
b91f0762 20633
b8e54362
DN
20634 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20635 directory correctly in case the item is a directory itself.
20636
239b3340
DN
20637 * vc.el: Document the desired behavior for reverted files in the
20638 `added' state.
dc810649
DN
20639 (vc-default-prettify-state-info): Remove function, unused.
20640
20641 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20642
e49c0179
GM
206432009-08-26 Glenn Morris <rgm@gnu.org>
20644
20645 * bindings.el (standard-mode-line-format): Reposition dashes in
20646 which-func entry. (Bug#4217)
20647
3029e594
GM
20648 * files.el (enable-local-variables, enable-local-eval)
20649 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20650 the defcustoms.
20651 (auto-mode-alist, ignored-local-variables)
20652 (save-some-buffers-action-alist): Move risky declarations to the
20653 definitions.
20654 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20655 (font-lock-defaults, format-alist, imenu--index-alist)
20656 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20657 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20658 (mode-line-modified, mode-line-mule-info, mode-line-position)
20659 (mode-line-process, mode-line-remote, outline-level)
20660 (parse-time-rules, rmail-output-file-alist)
20661 (special-display-buffer-names, vc-mode):
20662 Move risky declarations to the relevant files.
72f16325
SM
20663 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20664 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20665 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20666 * font-core.el (font-lock-defaults):
20667 * format.el (format-alist):
20668 * vc-hooks.el (vc-mode):
20669 * window.el (special-display-buffer-names):
20670 * international/mule-cmds.el (input-method-alist):
20671 Define riskiness here (dumped file) rather than in files.el.
20672 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20673 * imenu.el (imenu-generic-expression, imenu--index-alist):
20674 * outline.el (outline-level):
20675 * time.el (display-time-string):
20676 * calendar/parse-time.el (parse-time-rules):
20677 * mail/rmailout.el (rmail-output-file-alist):
20678 Autoload riskiness here, rather than placing in files.el.
20679
8476cfaf
SM
206802009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20681
20682 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20683
0b35b48e
MA
206842009-08-25 Michael Albinus <michael.albinus@gmx.de>
20685
20686 * simple.el (process-file-side-effects): New defvar.
20687
20688 * dired-aux.el (dired-show-file-type):
20689 * vc.el (vc-diff-internal):
20690 * vc-arch.el (vc-arch-diff):
20691 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20692 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20693 * vc-git.el (vc-git-registered, vc-git-working-revision)
20694 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20695 (vc-git--empty-db-p):
20696 * vc-hooks.el (vc-user-login-name):
20697 * vc-svn.el (vc-svn-registered, vc-svn-state)
20698 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20699 * progmodes/grep.el (grep-probe): Let-bind
20700 `process-file-side-effects' with nil.
20701
20702 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20703
20704 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20705 daemon. Replace ping by checking for running service for bluez
20706 and zeroconf. (Bug#4239)
20707
d54cc599
GM
207082009-08-25 Kevin Ryde <user42@zip.com.au>
20709
20710 * net/dig.el (dig): Add autoload cookie.
20711
7bfd055d
GM
207122009-08-25 Glenn Morris <rgm@gnu.org>
20713
bac9c66c
GM
20714 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20715 load-history for absolute file-names.
20716 (byte-compile-file-form-require): Warn about use of the cl package.
20717
7bfd055d
GM
20718 * format.el (format-alist): Doc fix.
20719
5ac1f9e0
GM
20720 * play/bubbles.el (top-level): Don't require cl at run-time.
20721
af62aa88
GM
20722 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20723 run-time cl).
20724
71e036af
DD
207252009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20726
20727 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20728 from cl package.
20729 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20730
42110eaf
JB
207312009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20732
20733 * calc/calc-alg.el (math-trig-rewrite)
20734 (math-hyperbolic-trig-rewrite): New functions.
20735 (calc-simplify): Simplify trig functions when asked.
20736
88421f3e
SM
207372009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20738
20739 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20740
dbd9624e
KH
207412009-08-24 Kenichi Handa <handa@m17n.org>
20742
20743 * language/ind-util.el (mapthread): Delete it.
20744 (combinatorial): New function.
20745 (indian--puthash-cv): Use combinatorial instead of mapthread.
20746
9b89e3ee
GM
207472009-08-22 Kevin Ryde <user42@zip.com.au>
20748
20749 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20750 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20751 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20752 Clarify docstring that the value is strings not symbols.
20753 (checkdoc-list-of-strings-p): New function.
20754
e6ce8c42
GM
207552009-08-22 Glenn Morris <rgm@gnu.org>
20756
2ddf2ea6 20757 * files.el (auto-mode-alist):
a3374680
GM
20758 * hippie-exp.el (he-concat-directory-file-name):
20759 * lpr.el (lpr-windows-system, printer-name):
20760 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20761 * ps-print.el (ps-windows-system):
20762 * startup.el (command-line):
20763 * emulation/viper-ex.el (viper-glob-function):
20764 * international/mule-cmds.el (set-language-environment-coding-systems):
20765 * net/ange-ftp.el (ange-ftp-write-region):
20766 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20767 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20768 unisoft-unix, vax-vms, win32, w32.
20769
977955fa
GM
20770 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20771 given name if the pattern is not more specific.
20772
b4deec2e
GM
20773 * calendar/lunar.el (lunar-phase-names): New option.
20774 (lunar-phase): Doc fix.
20775 (lunar-cycles-per-year): New constant.
20776 (lunar-index): New function.
20777 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20778 (lunar-phase-name): Use lunar-phase-names.
20779 (calendar-lunar-phases): Use format.
20780 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20781
47e83968
GM
20782 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20783 Copy imenu-example--name-and-position function here for own use.
20784 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20785
e6ce8c42
GM
20786 * bs.el (bs--redisplay):
20787 * cus-edit.el (custom-redraw):
20788 * ibuffer.el (ibuffer-bury-buffer):
20789 * server.el (server-goto-line-column):
20790 * startup.el (command-line-1):
20791 * strokes.el (strokes-xpm-for-stroke):
20792 * term.el (term-display-buffer-line):
20793 * view.el (View-goto-line):
20794 * calc/calc.el (calc-do, calc-trail-buffer):
20795 * play/gamegrid.el (gamegrid-add-score-insecure):
20796 * progmodes/ada-mode.el (ada-compile-goto-error):
20797 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20798 (ebrowse-select-1st-to-9nth):
47e83968 20799 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20800 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20801 * progmodes/gud.el (gud-display-line):
20802 (idlwave-shell-display-line):
20803 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20804 * progmodes/make-mode.el (makefile-browser-toggle):
20805 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20806 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20807 * textmodes/picture.el (picture-draw-rectangle):
20808 * textmodes/reftex-index.el (reftex-index-goto-letter):
20809 (reftex-select-jump-to-previous):
20810 * textmodes/reftex-sel.el (reftex-find-start-point)
20811 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20812 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20813 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20814 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20815 * textmodes/two-column.el (2C-associated-buffer):
20816 Use forward-line rather than goto-line.
20817
20818 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20819 goto-line.
20820
4b18bdb3
GM
20821 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20822 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20823 (quick-check-list-to-regexp): Declare.
e6ce8c42 20824
72f16325
SM
20825 * progmodes/make-mode.el (makefile-browser-insert-selection):
20826 Use goto-char rather than goto-line.
e6ce8c42
GM
20827
20828 * progmodes/prolog.el (compilation-error-regexp-alist)
20829 (compilation-forget-errors): Declare.
20830
32a2cf25
JL
208312009-08-22 Juri Linkov <juri@jurta.org>
20832
20833 * progmodes/grep.el (lgrep, rgrep): At the beginning
20834 set `dir' to `default-directory' unless `dir' is a non-nil
20835 readable directory. (Bug#4052)
20836 (lgrep, rgrep): Change a weird way to report an error
20837 from using `read-string' to using `error'.
20838 Instead of using interactive arguments in the function body,
20839 add new argument `confirm'.
20840
5443c9b7
SM
208412009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20842
cb5b40ee
SM
20843 * textmodes/remember.el (remember-buffer):
20844 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20845 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20846 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20847 * net/newst-treeview.el (newsticker-groups-filename):
20848 * net/newst-backend.el (newsticker-cache-filename):
20849 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20850 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20851 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20852 (speedbar-buffers-line-path, speedbar-path-line)
20853 (speedbar-buffers-line-path):
20854 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20855 (epg-sign-keys):
20856 * epa.el (epa-display-verify-result):
20857 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20858
d6261cc1
GM
208592009-08-21 Glenn Morris <rgm@gnu.org>
20860
3e1ea342
GM
20861 * progmodes/js.el (inferior-moz-process): Fix declaration.
20862
ce86eeb5
GM
20863 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20864
fff28970
GM
20865 * obsolete/rnewspost.el (news-mail-reply):
20866 Use goto-char rather than goto-line.
20867
d93e053b
GM
20868 * term/ns-win.el (ns-open-file-select-line):
20869 Use line-beginning-position rather than goto-line.
20870
d5d105e8
GM
20871 * apropos.el (apropos-command):
20872 * ehelp.el (electric-helpify):
20873 * printing.el (pr-show-setup):
20874 * strokes.el (strokes-help):
20875 * tutorial.el (tutorial--describe-nonstandard-key)
20876 (tutorial--detailed-help):
20877 * woman.el (woman-mini-help, woman-display-extended-fonts):
20878 * calc/calc-help.el (calc-describe-key):
20879 * emulation/edt.el (edt-electric-helpify):
20880 * international/mule-diag.el (mule-diag):
20881 * play/yow.el (apropos-zippy):
20882 * progmodes/python.el (python-describe-symbol):
20883 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20884 * textmodes/table.el (*table--cell-describe-mode)
20885 (*table--cell-describe-bindings):
20886 Use help-print-return-message rather than the now obsolete alias.
20887
a8ab722f 20888 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20889 (calendar-cursor-to-visible-date):
20890 * play/5x5.el (5x5-position-cursor):
20891 * play/decipher.el (decipher):
20892 * play/gomoku.el (gomoku-goto-xy):
20893 * play/landmark.el (lm-goto-xy):
20894 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20895 (mpuz-paint-digit):
20896 Use forward-line, not goto-line.
a8ab722f 20897
d6261cc1
GM
20898 * mail/rmail.el (rmail-obsolete): Delete custom group.
20899 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20900 (rmail-remote-password, rmail-remote-password-required):
20901 Remove unneeded :set-after and :set properties.
20902
9e846523
MA
209032009-08-21 Michael Albinus <michael.albinus@gmx.de>
20904
20905 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20906
bbe1f502
DN
209072009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20908
bcc5db24
DN
20909 * loadup.el: Remove leftover macos code.
20910
bbe1f502
DN
20911 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20912 Explicitly pass the date format to git blame so that user local
20913 so that the output format can be parsed.
20914
6fd2d19a
MA
209152009-08-20 Michael Albinus <michael.albinus@gmx.de>
20916
20917 * net/dbus.el (top): Don't check for (getenv
20918 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20919
31764e15
SM
209202009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20921
20922 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20923 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20924
28930e39
SM
209252009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20926
4fd15622 20927 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20928 Bug#3287.
4fd15622 20929
b3d8e4a0
SM
20930 * help.el (help-print-return-message): Rename from
20931 print-help-return-message.
20932
c9829c70
SM
20933 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20934 cvs-mode-map parent hack.
20935 (log-view-mode): Derive from special-mode.
20936
b932657b
SM
20937 * linum.el (linum-mode): window-size-change-functions is redundant.
20938 Adapt to new window-configuration-change-hook behavior.
20939 (linum-after-size, linum-after-config): Remove.
20940
1b700bca
SM
20941 * imenu.el (imenu-example--name-and-position)
20942 (imenu-example--lisp-extract-index-name)
20943 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20944 Mark as obsolete.
20945
28930e39
SM
20946 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20947 (inferior-prolog-mode): Use it.
20948 (inferior-prolog-load-file): Reset list of errors.
20949
c9af0b68
KH
209502009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20951
20952 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20953
20954 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20955
720c7cd6
MA
209562009-08-19 Michael Albinus <michael.albinus@gmx.de>
20957
20958 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20959 is running already.
20960
03a74b84
SM
209612009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20962
20963 * subr.el (listify-key-sequence-1): Use normal syntax since those
20964 integers are nowadays always represented by the same (positive) number
20965 on all platforms.
20966 (read-key-empty-map): New const.
20967 (read-key-delay): New var.
20968 (read-key): New function.
20969 (force-mode-line-update): Use with-current-buffer.
20970 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20971 (start-process-shell-command, start-file-process-shell-command):
20972 Discourage the use of command-args.
20973
f43e88d4
GM
209742009-08-19 Glenn Morris <rgm@gnu.org>
20975
20976 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20977
890429cc
SM
209782009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20979
85be9ec4
SM
20980 * simple.el (choose-completion-string): Don't rely on
20981 minibuffer-completing-file-name and ad-hoc checks to decide whether
20982 to continue completion or not.
20983
890429cc
SM
20984 * minibuffer.el (minibuffer-hide-completions): New function.
20985 (completion--do-completion): Use it.
20986 (completions-annotations): New face.
20987 (completion--insert-strings): Use it.
20988 (completion-pcm--delim-wild-regex): Add docstring.
20989 (completion-pcm--string->pattern): Add support for 0-width delimiters
20990 in completion-pcm--delim-wild-regex.
20991
265d4549
SM
209922009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20993
d440b941
SM
20994 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20995 Remove unused var `buffer-modified-p'.
20996
265d4549
SM
20997 * minibuffer.el (completion--do-completion): Move point for the #b001
20998 case as well (bug#4176).
20999 (minibuffer-complete, minibuffer-complete-word): Don't move point.
21000
ba6f7d86
MA
210012009-08-18 Michael Albinus <michael.albinus@gmx.de>
21002
21003 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
21004 and :session buses.
21005
98819490
KH
210062009-08-18 Kenichi Handa <handa@m17n.org>
21007
265d4549
SM
21008 * international/ucs-normalize.el (ucs-normalize-version):
21009 Change to 1.1.
58627cf0
KH
21010 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
21011 (utf-8-hfs): Make it perform normalization on encoding too.
21012
98819490
KH
21013 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
21014 (sentence-end-without-space): Delete duplicated chars.
21015 (sentence-end-base): Likewise.
e739cc85
KH
21016
21017 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
21018 (html-mode): Delete duplicated chars from sentence-end-base.
21019
21020 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
21021 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 21022
645b9326
CY
210232009-08-17 Chong Yidong <cyd@stupidchicken.com>
21024
21025 * files.el (hack-one-local-variable): If the mode function is for
21026 a minor mode, pass it an argument (Bug#4148).
21027
56c195af
MA
210282009-08-17 Michael Albinus <michael.albinus@gmx.de>
21029
21030 * net/tramp.el (tramp-register-completion-file-name-handler):
21031 Check also for (member 'partial-completion completion-styles).
21032
7a55c78b
CY
210332009-08-16 Chong Yidong <cyd@stupidchicken.com>
21034
21035 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
21036 abbrev (Bug#3943).
21037
be3e598a 210382009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
21039
21040 * progmodes/cperl-mode.el: Merge upstream 6.2.
21041 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
21042 (cperl-forward-re): Check cperl-brace-recursing.
21043 (cperl-highlight-charclass): New function.
21044 (cperl-find-pods-heres): Use it.
31cd2dd4 21045 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 21046 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 21047 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
21048 (cperl-beautify-level): Don't process entire regexp.
21049 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
21050 calling man.
21051 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
21052 (cperl-init-faces): Build a list in the normal way.
21053
81b1f9c9
CY
210542009-08-16 Chong Yidong <cyd@stupidchicken.com>
21055
21056 * calendar/parse-time.el (parse-time-string-chars): Save match
21057 data.
21058
c3732cb8
SM
210592009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
21060
55659495
SM
21061 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
21062 (sql-product): Use it.
21063 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
21064 (sql-set-product): Add completion.
21065 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
21066 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
21067 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
21068 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
21069 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
21070 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21071 (sql-highlight-db2-keywords): Remove.
21072 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21073 (sql-highlight-product): Use derived-mode-p.
21074 (sql-set-sqli-buffer): Use with-current-buffer.
21075 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21076 Simplify.
21077
1ae79427
SM
21078 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21079
c3732cb8
SM
21080 * term.el: Fix commenting convention, turn comments into docstrings.
21081
f24b8bf3
CY
210822009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21083
21084 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21085
7b6fefac 210862009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21087
1200ac26 21088 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21089 character classes, to handle non-ascii characters (Bug#3190).
21090
210912009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21092
1abbe4e5
CY
21093 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21094 another heredoc if the user adds another < (Bug#3226).
21095
c3732cb8
SM
21096 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21097 Don't initialize based on window-system (Bug#4124).
19261da4 21098
daad00fc
CY
21099 * facemenu.el (facemenu-read-color): Use a completion function
21100 that accepts any defined color, such as RGB triplets (Bug#3677).
21101
e1bdde78
CY
21102 * files.el (get-free-disk-space): Change fallback default
21103 directory to /. Expand DIR argument before switching to fallback.
21104 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21105
9d73a99e
CY
211062009-08-15 Chong Yidong <cyd@stupidchicken.com>
21107
21108 * files.el (load-library): Doc fix.
21109
68b962d4 211102009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21111
953e0c1a 21112 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21113 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21114 incremental search string.
9d73a99e 21115
c3732cb8 21116 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21117 XEmacs.
9d73a99e 21118
c3732cb8
SM
21119 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21120 (ediff-merge-region-is-non-clash)
21121 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21122 Also check if the job is really a merge job.
9d73a99e 21123
c3732cb8 21124 * ediff.el (ediff-current-file): New function.
9d73a99e 21125
2e330adc
CY
211262009-08-15 Chong Yidong <cyd@stupidchicken.com>
21127
21128 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21129 conventions.
c3732cb8 21130 (js-insert-and-indent): Delete function.
2e330adc
CY
21131 (js-mode-map): Don't bind keys to js-insert-and-indent.
21132 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21133 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21134 (js-auto-indent-flag): Delete variable.
2e330adc 21135
17b5d0f7
CY
211362009-08-14 Chong Yidong <cyd@stupidchicken.com>
21137
c3732cb8
SM
21138 * progmodes/js.el: Remove proclaim statement.
21139 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21140
ba2d8894
CY
21141 * files.el (auto-mode-alist): Use js-mode for .js files.
21142
c3732cb8 21143 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21144
21145 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21146
21147 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21148
c3732cb8 21149 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21150
211512009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21152 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21153
21154 * progmodes/js.el: New file.
21155
b6377f1d
MH
211562009-08-14 Mark A. Hershberger <mah@everybody.org>
21157
21158 * timezone.el (timezone-parse-date): Add ability to understand ISO
21159 basic format (minimal separators) dates in addition to the
21160 already-supported extended format dates.
21161
bc0eef46
EZ
211622009-08-14 Eli Zaretskii <eliz@gnu.org>
21163
4e021e65
EZ
21164 * international/ucs-normalize.el: Add a `coding' file variable.
21165
bc0eef46
EZ
21166 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21167
53dab179
SS
211682009-08-14 Sam Steingold <sds@gnu.org>
21169
6801c38a 21170 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21171
6c58c39c
CY
211722009-08-13 Chong Yidong <cyd@stupidchicken.com>
21173
21174 * faces.el (help-argument-name): Define it here instead of
21175 help-fns.el, because in daemon mode help-fns.el may be loaded when
21176 faces are still uninitialized (Bug#1078).
21177
21178 * help-fns.el (help-argument-name): Move defface to faces.el.
21179
c7baf7e9
NR
211802009-08-13 Nick Roberts <nickrob@snap.net.nz>
21181
21182 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21183 create buffer with a pty but no process so that GDB can make the
21184 inferior the controlling process.
21185
9c40e995 211862009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21187
21188 * international/ucs-normalize.el: New file.
21189
8cdba32b
RS
211902009-08-13 Richard Stallman <rms@gnu.org>
21191
5c950923
RS
21192 * mail/rmail.el (rmail-get-attr-names):
21193 Accept an attribute header that is too short.
21194
76e1e40b
RS
21195 * mail/rmail.el (rmail-forget-messages):
21196 Ignore nil elt in rmail-message-vector. Use dotimes.
21197
1fc01b08
RS
21198 * progmodes/compile.el (compilation-goto-locus):
21199 Use next-error-move-function.
21200
8cdba32b
RS
21201 * simple.el (next-error-move-function): New variable.
21202
99910cf4
JL
212032009-08-12 Juri Linkov <juri@jurta.org>
21204
21205 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21206 always non-nil. (Bug#4052)
21207
21208 * replace.el (read-regexp): Return empty string when
21209 `default-value' is nil.
21210 (keep-lines-read-args): Don't use empty string as the
21211 default value for `read-regexp'. (Bug#2495)
21212
fc5bdf6c
JL
212132009-08-12 Juri Linkov <juri@jurta.org>
21214
21215 * international/mule-cmds.el (ucs-insert): Change arguments
21216 from `arg' to `character', `count', `inherit' to be the same
21217 as in `insert-char'. Doc fix. (Bug#4039)
21218
21219 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21220
77748848
JL
212212009-08-12 Juri Linkov <juri@jurta.org>
21222
21223 * files-x.el: New file.
21224
21225 * files.el: Move code that deals with adding/deleting
21226 file/directory-local variables to files-x.el.
21227
21228 * Makefile.in (ELCFILES): Add files-x.elc.
21229
c8a44c4e
DD
212302009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21231
27a9fd5a
DD
21232 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21233 to use `goto-line'.
21234 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21235 `goto-line'.
21236 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21237 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21238 threads list.
107ef54a 21239 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21240 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21241 (gdb-stopped): ...here so it's sent when first thread stops.
21242 (gdb-registers-handler-custom): Do nothing if register names are
21243 unknown yet.
27a9fd5a 21244
c8a44c4e
DD
21245 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21246 from `gdb-mi.el' to avoid extra tangling.
21247
21248 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21249 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21250 (gdb-update-gud-running): No extra fuss for updating frame number.
21251
dfd4e693
SM
212522009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21253
51c4341f
SM
21254 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21255 (describe-language-environment-map, setup-language-environment-map)
21256 (set-coding-system-map): Move initialization into declaration.
21257 (set-language-info-alist): Last arg to define-key-after can be skipped.
21258
21259 * international/quail.el (quail-completion-1): Simplify.
21260 (quail-define-rules): Use slightly more compact code.
21261 (quail-insert-decode-map): Propertize keys, compact columns.
21262
dfd4e693
SM
21263 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21264 Add goto-line.
21265
83326559
MB
212662009-08-10 Miles Bader <miles@gnu.org>
21267
21268 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21269 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21270 (js2-instance-member, js2-private-member, js2-private-function-call)
21271 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21272 (js2-magic-paren, js2-external-variable):
21273 Remove "-face" suffix from face names.
21274 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21275 (js2-highlight-undeclared-vars, js2-peek-token)
21276 (js2-parse-function-params, js2-mode-show-errors)
21277 (js2-mode-show-warnings, js2-make-magic-delimiter)
21278 (js2-mode-highlight-magic-parens): Update to use new face names.
21279
8e754ea2
MA
212802009-08-09 Michael Albinus <michael.albinus@gmx.de>
21281
21282 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21283 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21284
1c292fc7
CY
212852009-08-09 Chong Yidong <cyd@stupidchicken.com>
21286
18d433a7
CY
21287 * subr.el: Provide hashtable-print-readable.
21288
1c292fc7
CY
21289 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21290 hs-c-like-adjust-block-beginning.
21291 (hs-hide-block-at-point): Stop hiding at the beginning of
21292 hs-block-end-regexp (Bug#700).
21293
2db0ae07
DD
212942009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21295
21296 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21297 a macro.
21298 (gdb-registers-handler-custom): Do not fail when register names
21299 are unavailable.
21300
fe4740a6
DD
213012009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21302
21303 * progmodes/gdb-mi.el (gdb-control-all-threads)
21304 (gdb-control-current-thread): Interactive setters for
21305 `gdb-gud-control-all-threads' to use in menu.
21306 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21307 (gud-tool-bar-map): Add non-stop/A,T indicator.
21308 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21309
ce299d55
CY
213102009-08-08 Yoni Rabkin <yoni@rabkins.net>
21311
21312 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21313 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21314 (net-utils-mode): New mode for viewing diagnostic network output.
21315 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21316 (net-utils-run-simple): New function.
21317 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21318
7c4654ad
DD
213192009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21320
21321 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21322 (gdb-memory-set-address, def-gdb-set-positive-number)
21323 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21324 after changing settings.
21325 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21326 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21327 (gdb-registers-handler-custom): Print registers in right order and
21328 allow changing register values (only for current thread yet).
9cbac26b
DD
21329 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21330 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21331 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21332 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21333 Thread info in mode name.
9cbac26b 21334 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21335
0f25a277
EZ
213362009-08-08 Eli Zaretskii <eliz@gnu.org>
21337
21338 * mail/rmail.el (rmail-add-mbox-headers)
21339 (rmail-set-message-counters-counter): Search for
21340 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21341
b971be60
GM
213422009-08-08 Glenn Morris <rgm@gnu.org>
21343
21344 * Makefile.in (ELCFILES): Update.
21345
a35d3ad8
EZ
213462009-08-07 Eli Zaretskii <eliz@gnu.org>
21347
6a7662bb
BR
21348 * mail/sendmail.el (mail-yank-original):
21349 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21350 text is yanked.
21351
8b0bcc2e
EZ
21352 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21353 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21354 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21355 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21356 (calc-graph-init): Don't send -display and -geometry to
21357 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21358 running "pgnuplot -V" with shell-command-to-string.
21359
21360 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21361 the default.
21362
213632009-08-07 Eli Zaretskii <eliz@gnu.org>
21364
21365 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21366 org/org-latex.elc.
21367
3bca7ca5
DN
213682009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21369
3c53763c
DN
21370 * vc-dispatcher.el (vc-resynch-window): Update comment.
21371
3bca7ca5
DN
21372 * term.el (term-handle-ansi-escape): Add comments with the
21373 terminfo capabilities implemented.
21374
7b217360
DD
213752009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21376
5f9d345c 21377 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21378 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21379 (gdb-propertize-header): Move earlier.
21380 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21381 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21382 Refresh disassembly buffers only after threads list have been
21383 update.
21384 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21385 variables.
21386
b4d84ecf
JL
213872009-08-04 Juri Linkov <juri@jurta.org>
21388
21389 * files.el: Commands to add/delete file/directory-local variables.
21390 (read-file-local-variable, read-file-local-variable-value)
21391 (read-file-local-variable-mode, modify-file-local-variable)
21392 (modify-file-local-variable-prop-line)
21393 (modify-dir-local-variable): New functions.
21394 (add-file-local-variable, delete-file-local-variable)
21395 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21396 (add-dir-local-variable, delete-dir-local-variable)
21397 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21398 (copy-dir-locals-to-file-locals-prop-line): New commands.
21399
42da39c1
CY
214002009-08-04 Chong Yidong <cyd@stupidchicken.com>
21401
21402 * abbrev.el (insert-abbrev-table-description): Prettify output.
21403 Suggested by Karl Chen.
21404
98bf8494
DD
214052009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21406
78b9fb28 21407 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21408 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21409 (gdb-overlay-arrow-position, gdb-thread-position)
21410 (gdb-disassembly-position): Declare variables.
21411 (gdb-wait-for-pending): Function now.
21412 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21413 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21414 compilation goes smoothly.
21415 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21416 (gdb-non-stop-setting): New customization setting which replaces
21417 `gdb-non-stop' so changing it doesn't break active GDB session.
21418 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21419 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21420 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21421 (gdb-show-threads-by-default): New customization options.
21422 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21423 routines.
21424 (gdb-get-buffer-create): Send buffers update signal when they are
21425 created.
21426 (gdb-invalidate-locals, gdb-invalidate-registers)
21427 (gdb-invalidate-breakpoints)
21428 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21429 (gdb-invalidate-memory): Accept update signal.
21430 (gdb-current-context-command): Use --frame option.
21431 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21432 Implement `gdb-frame-number' selection logic.
21433 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21434 whether to show GUD toolbar buttons.
21435 (gdb-thread-exited): Unselect current thread when it exits.
21436 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21437 (gdb-mark-line): Routine which sets overlay arrow or inverses
21438 video on fringeless displays.
21439 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21440 to build aligned columns of data in GDB buffers and set text
21441 properties line-by-line.
21442 (gdb-invalidate-breakpoints)
21443 (gdb-breakpoints-list-handler-custom)
21444 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21445 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21446 (gdb-registers-handler-custom): Align data columns.
21447 (gdb-locals-handler-custom): Now prints data like in variable
21448 declarations.
21449 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21450 Remove confusing buttons.
78b9fb28
DD
21451 (gdb-invalidate-threads): Append --frame.
21452 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21453 between breakpoints/threads buffers.
21454 (gdb-set-window-buffer): Now can ignore dedicated windows.
21455 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21456 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21457 (def-gdb-thread-buffer-gud-command): Replaces
21458 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21459 for fine thread control.
21460 (gdb-preempt-existing-or-display-buffer): New function used to
21461 display bound buffers without breaking window layout.
21462 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21463 (gdb-select-frame): New version of `gdb-frames-select' which now
21464 sets `gdb-frame-number' so commands may use --frame option instead
21465 of inner debugger state.
21466 (gdb-frame-handler): Do not set `gdb-frame-number'.
21467 (gdb-threads-mode-map): Select threads with mouse.
21468
21469 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21470 avoid compilation warning.
21471 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21472 `gdb-show-stop-p`.
21473
566f3909
DD
21474 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21475 Argument `key' renamed to `buffer-type'.
21476 (gdb-current-context-buffer-name): Do not add thread info to
21477 buffer name when no thread is selected.
21478 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21479 command (bug 3794).
21480 (gdb-thread-selected): Handle `=thread-selected' notification.
21481 (gdb-wait-for-pending): New macro to deal with congestion problems.
21482 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21483 breakpoints.
7b6fefac
JB
21484 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21485 This fixes problem similar to one described in bug 3947.
566f3909
DD
21486 (gud-menu-map): More menu items.
21487 (gdb-init-1): Reset `gdb-thread-number' to nil.
21488
4a31122c
DD
21489 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21490 non-stop settings.
21491
21492 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21493 (gdb-current-context-command): Do not append --thread if
21494 `gdb-thread-number' is nil.
6a7662bb
BR
21495 (gdb-running-threads-count, gdb-stopped-threads-count):
21496 New variables.
4a31122c 21497 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21498 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21499 New customization options.
4a31122c
DD
21500 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21501 GUD commands.
7b6fefac 21502 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21503 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21504 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21505 set `gdb-thread-number' and update `gud-running' properly.
21506 (gdb-running): Update threads list when new threads appear.
21507 (gdb-stopped): Support non-stop operation and new thread switching
21508 logic.
21509 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21510 (gdb-json-partial-output): New set of JSON routines.
21511 (def-gdb-auto-update-trigger): New `signal-list' optional
21512 argument.
21513 (gdb-thread-list-handler-custom): Update `gud-running',
21514 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21515 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21516 (gdb-continue-thread, gdb-step-thread): New commands for fine
21517 thread execution control.
21518 (gud-menu-map): New menu items to switch non-stop options.
21519 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21520 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21521
21522 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21523 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21524 gdb-buffer-rules.
21525 (def-gdb-auto-update-handler): New nopreserve optional argument.
21526 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21527
88b5a757 21528 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21529 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21530 (gdb-parent-mode): New mode to derive other GDB modes from.
21531 (gdb-display-disassembly-for-thread)
21532 (gdb-frame-disassembly-for-thread): New commands for threads
21533 buffer.
21534
21535 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21536 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21537 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21538 (gdb-update): We now store all GDB buffers in a list so that they
21539 can be updated by traversing a list instead of calling invalidate
7b6fefac 21540 triggers explicitly.
a5c9f540
DD
21541 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21542 pair for GDB buffer.
21543 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21544 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21545 handle pending triggers.
21546 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21547 (def-gdb-thread-buffer-simple-command)
21548 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21549 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21550 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21551 New commands which show buffers bound to thread.
88b5a757 21552 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21553
7b6fefac
JB
21554 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21555 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21556 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21557 to (gud-comint-buffer) in *-buffer-name functions
21558 because (gdb-get-target-string) already does that.
21559 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21560 (gdb-changed-registers-handler): Rewritten without regexps.
21561
ba214964 21562 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21563 (gdb-thread-number): New variable.
21564 (gdb-current-context-command): New macro which adds --thread
21565 option to command.
7b6fefac 21566 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21567 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21568 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21569 (gdb-select-thread): New command which selects current thread.
21570 (gdb-invalidate-frames, gdb-invalidate-locals)
21571 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21572
2ac33804
MA
215732009-08-04 Michael Albinus <michael.albinus@gmx.de>
21574
21575 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21576 robust. (Bug#3977)
2ac33804
MA
21577 (tramp-handle-insert-file-contents): `unwind-protect' must be
21578 inside `with-parsed-tramp-file-name'.
21579
21580 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21581 fails.
21582
39d0296f
NR
215832009-08-03 Nick Roberts <nickrob@snap.net.nz>
21584
21585 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21586 directory if CLASSPATH is not set.
21587
adcbca53
MA
215882009-08-03 Michael Albinus <michael.albinus@gmx.de>
21589
7b6fefac
JB
21590 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21591 New defconst.
7ef849b6 21592 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21593
30924b0b
CY
215942009-08-02 Kevin Ryde <user42@zip.com.au>
21595
7b6fefac
JB
21596 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21597 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21598
b6ce92f1
CY
215992009-08-02 Chong Yidong <cyd@stupidchicken.com>
21600
d977a092
CY
21601 * select.el (x-set-selection): Doc fix (Bug#4021).
21602
21603 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21604
b6ce92f1
CY
21605 * help-fns.el (describe-variable): Treat list return values from
21606 dir-locals-find-file properly (Bug#4005).
21607
7b6fefac 216082009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21609
21610 * net/tramp.el (tramp-debug-message): Print also microseconds.
21611
216122009-08-02 Michael Albinus <michael.albinus@gmx.de>
21613
21614 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21615 or END is non-nil.
21616 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21617 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21618 format.
21619
5ce6e4f4 21620 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21621 (tramp-get-file-property): Use it.
21622
6a7662bb
BR
21623 * autorevert.el (auto-revert-handler):
21624 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21625
2aafe808
JR
216262009-08-02 Jason Rumney <jasonr@gnu.org>
21627
21628 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21629 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21630
e094097c
CY
216312009-08-02 Chong Yidong <cyd@stupidchicken.com>
21632
21633 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21634 (font-lock-variable-name-face, font-lock-constant-face):
21635 Darken the colors for light backgrounds.
e094097c 21636
de94f281
EZ
216372009-08-01 Eli Zaretskii <eliz@gnu.org>
21638
21639 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21640 month names. (Bug#3987)
21641
54b99340
CY
216422009-07-31 Chong Yidong <cyd@stupidchicken.com>
21643
21644 * simple.el (line-move-finish): Pass whole number to
21645 line-move-to-column.
34be836c 21646 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21647
38216c30
JB
216482009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21649
21650 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21651
c779896d
CY
216522009-07-29 Alan Mackenzie <acm@muc.de>
21653
21654 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21655
592ccae0
DD
216562009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21657
35edc6c6
DD
21658 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21659 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21660
5a9e3ab7
JB
216612009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21662
21663 * calc/calc.el (calc-mode-map): Add keybinding for
21664 `calc-transpose-lines'.
21665
7b6fefac 216662009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21667
21668 * calc/calc-misc.el (calc-transpose-lines): New function.
21669
905fb90e
MA
216702009-07-28 Michael Albinus <michael.albinus@gmx.de>
21671
21672 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21673 Simplify check for out-of-band methods.
21674 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21675 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21676
76e14464
DN
216772009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21678
21679 * vc-git.el (vc-git-checkin): Fix typo.
21680
6088b51f 216812009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21682
21683 * progmodes/js2-mode.el: New file.
21684
b85157fe
NR
216852009-07-28 Nick Roberts <nickrob@snap.net.nz>
21686
21687 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21688 (gud-menu-map): Adjust tooltip accordingly.
21689
d43c2b06
DN
216902009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21691
1c0f0c3b
DN
21692 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21693 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21694
d43c2b06
DN
21695 * add-log.el (change-log-mode-map): Add a menu.
21696
3dec5c36
MA
216972009-07-27 Michael Albinus <michael.albinus@gmx.de>
21698
21699 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21700 function returns nil.
21701 (dbus-handle-event): Handle special return value :ignore.
21702 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21703
5704140c
CY
217042009-07-26 Chong Yidong <cyd@stupidchicken.com>
21705
21706 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21707 it's not needed.
21708
3077d1f6
EZ
217092009-07-25 Eli Zaretskii <eliz@gnu.org>
21710
21711 Fix Bug#3888:
21712
21713 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21714
21715 * term/pc-win.el (x-display-name, x-colors)
21716 (x-select-enable-clipboard, x-select-text): Doc fix.
21717
21718 * term/common-win.el (x-display-name, x-colors): Doc fix.
21719
21720 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21721 (xw-defined-colors): Doc fix.
21722
21723 * w32-fns.el (x-select-text, x-setup-function-keys)
21724 (x-get-selection, x-set-selection): Doc fix.
21725
21726 * term/x-win.el (x-select-text, x-setup-function-keys)
21727 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21728
21729 * select.el (x-set-selection): Doc fix.
21730
51768bc8
MA
217312009-07-25 Michael Albinus <michael.albinus@gmx.de>
21732
21733 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21734 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21735 "IsNSSSupportAvailable" method is not available.
21736 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21737
b11c2874
KH
217382009-07-24 Kenichi Handa <handa@m17n.org>
21739
21740 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21741 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21742 (build-unicode-category-table): Fix range checks.
21743
ba83b7b6
DN
217442009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21745
21746 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21747 the buffer we try to sync is current when calling
21748 vc-resynch-buffer.
21749
21750 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21751 not show up to date files.
21752
7a8ae964
GM
217532009-07-24 Glenn Morris <rgm@gnu.org>
21754
21755 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21756 Add autoload cookies. If necessary, initialize.
21757 (elint-log): Handle non-file buffers.
21758 (elint-initialize): Add optional argument to reinitialize.
21759 (elint-find-builtin-variables): Save excursion.
21760
a707eb05
DN
217612009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21762
21763 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21764 for Lint.
21765
0a2ddfa6
DN
217662009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21767
d6a62b0d
DN
21768 * vc.el (vc-print-log-internal): New function, split out from ...
21769 (vc-print-log): ... here.
10b5dcad 21770 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21771
0a2ddfa6
DN
21772 * vc-git.el (vc-git-add-signoff): New variable.
21773 (vc-git-checkin): Use it.
21774 (vc-git-toggle-signoff): New function.
21775 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21776 (vc-git--run-command-string): Accept a nil FILE argument.
21777 (vc-git-stash-list): New function.
21778 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21779
589a99f2
GM
217802009-07-23 Glenn Morris <rgm@gnu.org>
21781
21782 * help-fns.el (describe-variable): Describe ignored and risky local
21783 variables in a similar way to that in which we describe safe ones.
21784
21785 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21786 (byte-compile-output-file-form, byte-compile-output-docform)
21787 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21788 Give some more local variables with common names a "bytecomp-" prefix,
21789 so as not to shadow things during compilation.
21790 * emacs-lisp/cl-macs.el (load-time-value)
21791 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21792 `outbuffer' to `bytecomp-outbuffer'.
21793
21794 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21795 since the next two variables cover them automatically now.
21796 (elint-builtin-variables, elint-autoloaded-variables): New.
21797 (elint-unknown-builtin-args): Remove all members, since they can be
21798 parsed automatically now.
21799 (elint-extra-errors): New.
21800 (elint-env-add-env, elint-env-add-macro): Use cadr.
21801 (elint-current-buffer): Use or. Change final message.
21802 (elint-get-top-forms): Use line-end-position.
21803 (elint-init-env): Use cadr. Handle autoload, declare-function,
21804 and defalias.
21805 (elint-add-required-env): Doc fix. Use or. Standardize error.
21806 (regexp-assoc): Remove unused function.
21807 (elint-top-form): Set elint-current-pos, to record the start of the
21808 top-level form, for compilation-mode.
21809 (elint-form): Trap errors in macro expansion. Use dolist.
21810 (elint-unbound-variable): Use elint-builtin-variables and
21811 elint-autoloaded-variables.
21812 (elint-get-args): Use cadr, or.
21813 (elint-check-cond-form): Use dolist, cadr.
21814 (elint-check-condition-case-form): Doc fix. Use cadr.
21815 Use elint-extra-errors.
21816 (elint-log): New function.
21817 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21818 Distinguish errors and warnings.
21819 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21820 Use a bytecomp-style format.
21821 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21822 (elint-get-log-buffer): Use compilation mode. Disable undo.
21823 Don't truncate lines.
21824 (elint-initialize): Set builtin and autoloaded variable lists.
21825 Only process elint-unknown-builtin-args if non-nil.
21826 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21827 New functions.
21828 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21829
855b42a2
GM
218302009-07-22 Kevin Ryde <user42@zip.com.au>
21831
21832 * net/newst-backend.el (newsticker--parse-atom-1.0)
21833 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21834 (newsticker--parse-rss-1.0):
21835 * progmodes/idlwave.el (idlwave-mode):
21836 * progmodes/idlw-shell.el (idlwave-shell-mode):
21837 * progmodes/vera-mode.el (vera-mode):
21838 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21839 * progmodes/vhdl-mode.el (vhdl-mode):
21840 * textmodes/table.el (table-generate-source)
21841 (table--warn-incompatibility):
21842 Hyperlink urls in docstrings with URL `...'.
21843
fd413a37
GM
218442009-07-22 Glenn Morris <rgm@gnu.org>
21845
cb711556
GM
21846 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21847 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21848 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21849 Remove leading * from defcustom docs.
21850
fd413a37
GM
21851 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21852
21853 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21854 defcustom doc.
21855 (list-load-path-shadows): Optionally, just return shadows as a string.
21856
21857 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21858
a4f69701
CY
218592009-07-21 Chong Yidong <cyd@stupidchicken.com>
21860
6a7662bb
BR
21861 * mail/rmailedit.el (rmail-edit-mode):
21862 Use auto-save-include-big-deletions.
a4f69701 21863
6a7662bb
BR
21864 * mail/rmail.el (rmail-variables):
21865 Use auto-save-include-big-deletions.
a4f69701
CY
21866
21867 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21868 changes.
21869
ec06459c
JB
218702009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21871
21872 * calc/calc.el (calc-undo-length): New variable.
21873 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21874
b41b0976
RS
218752009-07-21 Richard Stallman <rms@gnu.org>
21876
21877 * files.el (auto-save-mode): Handle buffer-save-size = -2
21878 for toggling mode.
21879
4ed32706
GM
218802009-07-21 Glenn Morris <rgm@gnu.org>
21881
531b1264
GM
21882 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21883
55d27f41
GM
21884 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21885
02df3f4d
GM
21886 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21887 silence compiler. Instead...
21888 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21889 (ps-print-ensure-fontified): Update for above function name changes.
21890
fdd8417e
GM
21891 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21892 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21893 silence compiler. Instead...
21894 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21895 (mh-show-buffer): Only define for compiler.
21896 (pr-mh-current-message): Update for above function name changes.
21897
4ed32706
GM
21898 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21899 as an argument.
21900 (find-file-noselect, insert-file-1): Update for above change.
21901
21902 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21903
21904 * mail/mailclient.el (mailclient-send-it): Fix message.
21905
21906 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21907 (edebug-eval): Check cl-debug-env is bound.
21908 (print-level, print-circle): Don't redefine built-in variables.
21909
21910 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21911 (custom-print-vectors): Remove old comments from doc.
21912
21913 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21914 (emerge-version): Make the variable an obsolete alias for the
21915 emacs-version variable. Make the function obsolete.
21916 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21917 Emerge options, rather than merging in into the main Options menu.
21918 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21919 and auto advance modes. Disable edit/fast items when not relevant.
21920
86812144
CY
219212009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21922
21923 * term/vt420.el (terminal-init-vt420): Fix typo.
21924
6bb90094
SS
219252009-07-20 Sam Steingold <sds@gnu.org>
21926
21927 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21928 variable (removed from compile.el on 2004-03-11).
21929
42e0a725
CY
219302009-07-20 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * files.el (hack-local-variables-filter): Fix last change.
21933
2ee20f24
JL
219342009-07-19 Juri Linkov <juri@jurta.org>
21935
21936 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21937 (dir-local-variables-alist): New buffer-local variable.
21938 (hack-local-variables-filter): If variable is not dir-local,
21939 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21940 because file-local overrides dir-local.
3570691b 21941 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21942 Remove obsolete declaration.
21943 (hack-dir-local-variables): Add dir-local variable/value pair to
21944 `dir-local-variables-alist' and remove duplicates. Doc fix.
21945
21946 * help-fns.el (describe-variable): Add information about
21947 file-local and dir-local variables.
21948
89bf83cd
CY
219492009-07-19 Chong Yidong <cyd@stupidchicken.com>
21950
21951 * files.el (hack-local-variables-filter): Rewrite.
21952
1a8d3541
GM
219532009-07-19 Glenn Morris <rgm@gnu.org>
21954
d9e8a018
GM
21955 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21956 Silence compiler by only defining on XEmacs.
21957
da332cfb
GM
21958 * international/mule.el (auto-coding-regexp-alist): Only match
21959 BABYL... at the start of buffer, not of lines. (Bug#3790)
21960
1a8d3541
GM
21961 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21962 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21963 (cal-menu-context-mouse-menu): Doc fix.
21964
21965 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21966
21967 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21968
d842b103
JL
219692009-07-18 Juri Linkov <juri@jurta.org>
21970
21971 * info.el: Virtual Info keyword finder.
3570691b 21972 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21973 (Info-finder-file): New variable.
21974 (Info-finder-find-file): New function.
21975 (finder-known-keywords, finder-package-info)
21976 (find-library-name, lm-commentary): Use defvar and
21977 declare-function to silence compiler warnings.
21978 (Info-finder-find-node): New function.
21979 (info-finder): New command.
21980
21981 * subr.el (process-kill-buffer-query-function): New function.
21982 (add-hook)<kill-buffer-query-functions>: Add hook
21983 `process-kill-buffer-query-function'.
21984
10d37df7
AM
219852009-07-18 Alan Mackenzie <acm@muc.de>
21986
7b6fefac 21987 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21988 (c-postprocess-file-styles): Give invocation of `c-set-style'
21989 DONT-OVERRIDE parameter of t. Already set style variables will
21990 thus not be overridden by style settings given by `c-file-syle'.
21991
21992 * files.el (hack-local-variables-filter): Remove entries with
21993 duplicate keys from `file-local-variables-alist'.
21994
102e1a41
EZ
219952009-07-18 Eli Zaretskii <eliz@gnu.org>
21996
21997 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21998 x-set-selection if display-selections-p returns nil for the
21999 current frame.
22000
16f2e9fc
CY
220012009-07-18 Chong Yidong <cyd@stupidchicken.com>
22002
22003 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
22004
f22693fc
EZ
220052009-07-18 Eli Zaretskii <eliz@gnu.org>
22006
a6c2c80c
EZ
22007 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
22008 Accept nil in addition to a regexp.
22009 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
22010 Accept nil in addition to a regexp.
22011 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
22012 buffers that have an associated file. Handle nil values of
22013 desktop-buffers-not-to-save and desktop-files-not-to-save.
22014 (Bug#3833)
22015
f22693fc
EZ
22016 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
22017 (x-disown-selection-internal): New functions.
22018
e456379a
NR
220192009-07-18 Nick Roberts <nickrob@snap.net.nz>
22020
22021 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
22022 warning.
22023 (gdb-breakpoints-header): Move forward to avoid compiler warning.
22024 (gdb-make-header-line-mouse-map): Remove duplicate definition.
22025
0013b70f
CY
220262009-07-18 David De La Harpe Golden <david@harpegolden.net>
22027
22028 * simple.el (set-mark): Revert last change.
22029
0855c2ca
CY
220302009-07-17 Tassilo Horn <tassilo@member.fsf.org>
22031
22032 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
22033 rendering of pngs is not possible instead of messaging a long
22034 description.
22035
3f5c9cad
CY
220362009-07-17 David De La Harpe Golden <david@harpegolden.net>
22037
22038 * w32-fns.el (x-selection-owner-p): New function.
22039
22040 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
22041 (mouse-yank-at-click, mouse-yank-primary):
22042 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 22043 insertion.
3f5c9cad
CY
22044
22045 * simple.el (deactivate-mark, set-mark): Only save selection if we
22046 own it.
22047
1fc87f9b
KH
220482009-07-17 Kenichi Handa <handa@m17n.org>
22049
22050 * case-table.el (describe-buffer-case-table): Fix for the case
22051 that KEY is a cons.
22052
d56fdcd2
DN
220532009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
22054
22055 * vc-rcs.el (vc-rcs-find-file-hook):
22056 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
22057
bede3e9f
MA
220582009-07-16 Michael Albinus <michael.albinus@gmx.de>
22059
22060 * net/tramp.el (tramp-wait-for-output): Handle the case when
22061 commands do not return a newline but a null byte before the shell
22062 prompt. (Bug#3858)
22063
7653ca1d
YM
220642009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22065
22066 * term/ns-win.el (ns-set-alpha): Don't declare.
22067 (ns-set-background-alpha): Remove function.
22068
ed2a52e9
SM
220692009-07-16 Kevin Ryde <user42@zip.com.au>
22070
22071 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22072 y-or-n-p, for safety.
22073
7a907299
RS
220742009-07-16 Richard Stallman <rms@gnu.org>
22075
22076 * files.el (auto-save-mode): If buffer-saved-size is -2,
22077 don't clobber it.
22078
22079 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22080 (rmail-retry-ignored-headers): Add more uninteresting fields.
22081
c0db3477
CY
220822009-07-15 Jari Aalto <jari.aalto@cante.net>
22083
22084 * net/rcirc.el (rcirc): Use history variables.
22085 (rcirc-server-name-history, rcirc-nick-name-history)
22086 (rcirc-server-port-history): New variables.
22087
6c875452
KH
220882009-07-15 Kenichi Handa <handa@m17n.org>
22089
bf974dc9
KH
22090 * international/mule-cmds.el (set-language-environment-charset):
22091 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22092 ignore them.
22093
6c875452
KH
22094 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22095 Delete unibyte-display.
22096
2066b4fe
CY
220972009-07-15 Chong Yidong <cyd@stupidchicken.com>
22098
22099 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22100
f9be2e35
CY
221012009-07-15 Chong Yidong <cyd@stupidchicken.com>
22102
22103 * simple.el (deactivate-mark): Optional argument FORCE.
22104 (set-mark): Use deactivate-mark.
22105
22106 * info.el (Info-search): No need to check transient-mark-mode
22107 before calling deactivate-mark.
22108
22109 * select.el (x-set-selection): Doc fix.
22110 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22111 (xselect--selection-bounds): Handle buffer values.
22112 Suggested by David De La Harpe Golden.
f9be2e35 22113
6a7662bb
BR
22114 * mouse.el (mouse-set-region, mouse-drag-track):
22115 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22116 select-active-regions work.
22117
be3e598a 221182009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22119
22120 * simple.el (deactivate-mark): If select-active-regions is
22121 non-nil, copy the selection data into a string.
22122 (activate-mark): If select-active-regions is non-nil, set the
22123 selection to the current buffer.
22124 (set-mark): Update selection if select-active-regions is non-nil.
22125
22126 * select.el (x-valid-simple-selection-p): Allow buffer values.
22127
cbd61418
SM
221282009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22129
22130 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22131 and more featureful message-mode.
22132
f470187f
CY
221332009-07-14 Chong Yidong <cyd@stupidchicken.com>
22134
22135 * select.el (x-set-selection): Doc fix.
22136 (x-valid-simple-selection-p): Disallow selection data consisting
22137 of a list or cons of integers, since that is not used.
22138 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22139 (xselect-convert-to-string, xselect-convert-to-length)
22140 (xselect-convert-to-filename, xselect-convert-to-charpos)
22141 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22142
bfc99364
DD
221432009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22144
22145 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22146 output in -break-info command (Emacs bug #3794).
22147
e32721f5
GM
221482009-07-14 Glenn Morris <rgm@gnu.org>
22149
1e46f9e4
GM
22150 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22151 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22152 (edebug-print-length, edebug-print-level, edebug-print-circle)
22153 (edebug-sit-for-seconds, edebug-view-outside)
22154 (edebug-bounce-point, edebug-set-global-break-condition)
22155 (edebug-Go-nonstop-mode, edebug-trace-mode)
22156 (edebug-Trace-fast-mode, edebug-continue-mode)
22157 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22158 (edebug-visit-eval-list): Doc fixes.
22159
e32721f5
GM
22160 * subr.el (def-edebug-spec): Doc fix.
22161
66a85e76
KH
221622009-07-14 Kenichi Handa <handa@m17n.org>
22163
22164 * international/characters.el: Fix setting of category ?C.
22165
28571246
JD
221662009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22167
7b6fefac 22168 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22169 ns-popup-font-panel instead of generate-fontset-menu.
22170
5d74672c
EZ
221712009-07-12 Eli Zaretskii <eliz@gnu.org>
22172
7b6fefac 22173 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22174
eb1727a4
CY
221752009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22176
22177 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22178 the PK\003\004 header (Bug#3770).
22179
208384c5
CY
221802009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22181
22182 * pcomplete.el (pcomplete-comint-setup): Check for
22183 shell-dynamic-complete-filename too.
22184
774409a1
CY
221852009-07-11 Chong Yidong <cyd@stupidchicken.com>
22186
22187 * simple.el (temporary-goal-column): Change the value for
22188 line-move-visual to a cons cell.
22189 (line-move-visual): Record or set the window hscroll, if
22190 necessary (Bug#3494).
22191 (line-move-1): Handle cons value of temporary-goal-column.
22192
1639ee1d
KH
221932009-07-11 Kenichi Handa <handa@m17n.org>
22194
22195 * international/mule-diag.el (describe-character-set): Don't show
22196 width.
22197
2b1d2412
SS
221982009-07-10 Sam Steingold <sds@gnu.org>
22199
22200 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22201 Omake sometimes indents the errors it prints, so allow all
22202 regexps to start with spaces.
22203
ed3a5691
EZ
222042009-07-10 Eli Zaretskii <eliz@gnu.org>
22205
ed2a52e9
SM
22206 * cus-edit.el (customize-changed-options-previous-release):
22207 Bump value to 22.1. (Bug#3804)
ed3a5691 22208
49405d0e
SS
222092009-07-08 Sam Steingold <sds@gnu.org>
22210
22211 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22212 to be a cons cell (test . ignored-directory) to selectively ignore
22213 some directories depending on the location of the search.
22214
93c3eb7c
MA
222152009-07-08 Michael Albinus <michael.albinus@gmx.de>
22216
22217 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22218 remote user is root, on the local host.
22219 (tramp-local-host-p): Either the local user or the remote user
22220 must be root. (Bug#3771)
22221
6f2a8484
NR
222222009-07-08 Nick Roberts <nickrob@snap.net.nz>
22223
22224 * progmodes/gdb-mi.el (gdb): Remove description of
22225 gdb-use-separate-io-buffer.
69cb8d82 22226 (menu): Don't allow toggling of or enable
6f2a8484
NR
22227 gdb-use-separate-io-buffer from menubar.
22228
88d03607
CY
222292009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22230
22231 * mail/unrmail.el (unrmail): Make sure the message ends with two
22232 newlines (Bug#3769).
22233
7ef5b8b2
GM
222342009-07-08 Glenn Morris <rgm@gnu.org>
22235
22236 * calendar/calendar.el (calendar-current-date): Rework previous change.
22237
3ce82f97
GM
222382009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22239
22240 * calendar/calendar.el (calendar-current-date):
22241 Add an optional argument giving an offset from today.
22242
f35fc841
GM
222432009-07-08 Glenn Morris <rgm@gnu.org>
22244
22245 * tutorial.el (tutorial--describe-nonstandard-key):
22246 Adjust the message for when a key has been unbound.
22247 (help-with-tutorial): Hide the arch-tag.
22248
40149292
KH
222492009-07-08 Kenichi Handa <handa@m17n.org>
22250
69cb8d82
KH
22251 * international/fontset.el (setup-default-fontset): For each
22252 script, append (not set) font-specs.
22253
40149292
KH
22254 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22255 docstring.
22256
ff0c4194
NR
222572009-07-08 Nick Roberts <nickrob@snap.net.nz>
22258
22259 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22260 -data-list-register-names to ...
22261 (gdb-starting): ... here because GDB 7.0 requires execution to
22262 have started when using this MI command.
22263 (gdb-set-header): New function to distinguish select and
22264 unselected tabs in gdb buffers.
22265 (gdb-propertize-header): New macro that uses gdb-set-header.
22266 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22267 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22268
8954c675
CY
222692009-07-07 Chong Yidong <cyd@stupidchicken.com>
22270
22271 * Makefile.in (ELCFILES): Remove fadr.elc.
22272
0996385d
DD
222732009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22274
dc6b4519
DD
22275 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22276 may contain frame information, so `string-match' should be used.
22277 (gdb-update): Disassembly is invalidated through
22278 `gdb-get-selected-frame'.
22279 (gdb-pad-string): New function to pad string with spaces.
22280 (gdb-invalidate-disassembly): Invalidate only if the buffer
22281 exists.
22282 (gdb-disassembly-handler-custom): Column alignment.
22283 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22284 placing new ones.
22285 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22286 end of line, too.
22287 (gdb-frame-handler): Match convention to for disassembly buffer
22288 mode name.
17c1380b 22289 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22290 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22291 not highlight breakpoints without line information.
69a197a2 22292 (gdb-input): Add trailing newline to command.
dc6b4519 22293
14340b25
DD
22294 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22295 buffer properly.
22296 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22297 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22298 now.
22299 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22300 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22301 to place breakpoints.
14340b25
DD
22302 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22303 functions.
22304 (gdb-disassembly-handler-custom): Show overlay arrow.
22305 (gdb-disassembly-place-breakpoints): Show breakpoints in
22306 disassembly buffer.
22307 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22308 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22309 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22310 in `gud-menu-map'.
14340b25 22311
38d4f316 22312 * fadr.el: Remove.
1f2a6224 22313
7b6fefac 22314 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22315 (gdb-memory-address): New variable which holds top address of
7b6fefac 22316 memory page shown in memory buffer.
6a7662bb
BR
22317 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22318 New customization variables.
0996385d
DD
22319 New functions:
22320 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22321 display the memory buffer.
22322 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22323 buffer display parameters.
22324 (def-gdb-memory-format, gdb-memory-format-binary)
22325 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22326 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22327 Functions for setting memory buffer format.
22328 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22329 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22330 unit size used in memory buffer.
6a7662bb
BR
22331 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22332 Switch to next/previous page of memory buffer.
28d67a53 22333 Now using (bindat-get-field) instead of fadr functions.
0996385d 22334
9ba562d3
SS
223352009-07-07 Sam Steingold <sds@gnu.org>
22336
22337 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22338 non-top-level files.
22339
a43977db
KH
223402009-07-07 Kenichi Handa <handa@m17n.org>
22341
6a7662bb
BR
22342 * international/mule-cmds.el (reset-language-environment):
22343 Put the highset priority to the charset iso-8859-1.
a43977db 22344
d44d05e8
CY
223452009-07-06 Chong Yidong <cyd@stupidchicken.com>
22346
22347 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22348 to the end of the line when locating the block (Bug#700).
22349
3e2fa353
MA
223502009-07-06 Michael Albinus <michael.albinus@gmx.de>
22351
22352 * net/tramp.el (tramp-handle-write-region): Flush file properties
22353 in case of short track.
22354
be3e598a 223552009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22356
bf0b361c
JB
22357 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22358 Coded custom representation of verilog error regular expressions
22359 to work with Emacs-22's new format.
d88782c3 22360 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22361 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22362 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22363 error recognition into XEmacs.
22364 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22365 error recognition into Emacs-22.
22366
25c6f63e
CY
223672009-07-06 Chong Yidong <cyd@stupidchicken.com>
22368
22369 * woman.el: Remove stand-alone closing parentheses.
22370 (woman-file-name, woman2-format-paragraphs)
22371 (woman-leave-blank-lines): Code cleanup.
22372 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22373 (woman-italic, woman-bold, woman-unknown, woman-addition):
22374 Change defaults to inherit from default faces.
25c6f63e
CY
22375 (woman2-process-escapes): Consume the newline after a stand-alone
22376 filler character (Bug#3651).
22377
f176290e
GM
223782009-07-06 Glenn Morris <rgm@gnu.org>
22379
22380 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22381 (top-level): Move provide to the end.
22382 (ffap): Remove defunct URL from custom group.
22383
22384 * subr.el (eval-after-load): Doc fix.
22385
7b6fefac 223862009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22387
22388 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22389 `calc-embedded-word' is called twice.
22390
4b8b1ec5
SM
223912009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22392
22393 * files.el (find-alternate-file-other-window, find-alternate-file):
22394 Obey confirm-nonexistent-file-or-buffer.
22395
d6ceb380
MA
223962009-07-05 Michael Albinus <michael.albinus@gmx.de>
22397
22398 * dired-aux.el (dired-show-file-type): Handle remote files.
22399
be3e598a 224002009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22401
4b8b1ec5
SM
22402 * desktop.el (desktop-globals-to-save):
22403 Add file-name-history (Bug#2750).
c760f19e 22404
6d00ce04
CY
224052009-07-05 Chong Yidong <cyd@stupidchicken.com>
22406
4b8b1ec5 22407 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22408
6ee21b07
JB
224092009-07-04 Johan Bockgård <bojohan@gnu.org>
22410
22411 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22412 property on entire argument since this is what eshell-lisp-command
22413 expects.
22414
f0dbdc25
MA
224152009-07-03 Michael Albinus <michael.albinus@gmx.de>
22416
22417 * net/tramp-gvfs.el (tramp-gvfs-methods)
22418 (tramp-gvfs-zeroconf-domain)
22419 (tramp-bluez-discover-devices-timeout): Add version flag.
22420 (tramp-gvfs-handler-mounted-unmounted)
22421 (tramp-gvfs-connection-mounted-p): Polish handling of
22422 incompatibilities between GVFS 0.2 and 1.0.
22423
e044e4fc
JD
224242009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22425
4b8b1ec5 22426 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22427
2e9b968b
JB
224282009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22429
bf0b361c 22430 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22431 formatted correctly.
22432
baf1a55e
JL
224332009-07-02 Juri Linkov <juri@jurta.org>
22434
22435 * info.el: Virtual Info files and nodes.
22436 (Info-virtual-files, Info-virtual-nodes): New variables.
22437 (Info-current-node-virtual): New variable.
22438 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22439 New functions.
22440 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22441 to check for a virtual file instead of checking a fixed list
22442 of node names.
22443 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22444 instead of ad-hoc processing of "dir" and (apropos history toc).
22445 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22446 instead of ad-hoc processing of "dir" and (apropos history toc).
22447 Reread a file when moving from a virtual node.
22448 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22449 (Info-directory-toc-nodes, Info-directory-find-file)
22450 (Info-directory-find-node): New functions.
22451 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22452 (Info-history): Move part of code to
22453 `Info-history-find-node'.
22454 (Info-history-toc-nodes, Info-history-find-file)
22455 (Info-history-find-node): New functions.
22456 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22457 (Info-toc): Move part of code to `Info-toc-find-node'.
22458 (Info-toc-find-node): New function.
4b8b1ec5 22459 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22460 the current Info file name to references because now the node
22461 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22462 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22463 (Info-toc-nodes): Rename input argument `file' to `filename'.
22464 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22465 instead of ad-hoc processing of ("dir" apropos history toc).
22466 (Info-index-nodes): Use Info-virtual-file-p
22467 to check for a virtual file instead of checking a fixed list
22468 of node names.
22469 (Info-index-node): Add check for `Info-current-node-virtual'.
22470 Raise `save-match-data' higher up the tree to contain
22471 `search-forward' too (bug fix).
22472 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22473 (Info-virtual-index-nodes): New variable.
22474 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22475 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22476 (Info-apropos-file, Info-apropos-nodes): New variables.
22477 (Info-apropos-toc-nodes, Info-apropos-find-file)
22478 (Info-apropos-find-node, Info-apropos-matches): New functions.
22479 (info-apropos): Move part of code to `Info-apropos-find-node' and
22480 `Info-apropos-matches'.
22481 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22482 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22483 for a virtual file instead of checking a fixed list of node names.
22484
22485 * simple.el (async-shell-command): New command.
22486
22487 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22488
22489 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22490 instead of `mount-info'.
22491
d04bc496
MA
224922009-07-02 Michael Albinus <michael.albinus@gmx.de>
22493
22494 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22495 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22496
af0403e0
KH
224972009-07-02 Kenichi Handa <handa@m17n.org>
22498
22499 * international/mule.el (set-keyboard-coding-system): Force *-unix
22500 coding-system to avoid eol conversion.
22501
99278f8a
MA
225022009-07-01 Michael Albinus <michael.albinus@gmx.de>
22503
4b8b1ec5
SM
22504 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22505 Add handler for `process-file', `shell-command' and
99278f8a
MA
22506 `start-file-process'.
22507 (tramp-gvfs-handle-shell-command)
22508 (tramp-gvfs-handle-start-file-process)
22509 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22510 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22511
3f1c6666
JD
225122009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22513
22514 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22515
3f396bac
KH
225162009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22517
22518 * language/korean.el (set-language-info-alist): Add korean-cp949,
22519 cp949 to spec.
22520
c1185193
KH
225212009-07-01 Kenichi Handa <handa@m17n.org>
22522
22523 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22524
22525 * international/encoded-kb.el: Deleted.
22526
22527 * international/mule.el (set-keyboard-coding-system): Perform the
22528 necessary setup here instead of calling encoded-kbd-setup-display.
22529
3f150a60
GM
225302009-07-01 Glenn Morris <rgm@gnu.org>
22531
22532 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22533
b0d5b05b
GM
225342009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22535
22536 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22537
4f4126e6
MA
225382009-06-30 Michael Albinus <michael.albinus@gmx.de>
22539
4b8b1ec5
SM
22540 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22541 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22542 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22543
7ae3ea65 22544 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22545 (top): Add a default for "synce" in `tramp-default-user-alist'.
22546 Add completion function for "synce" method.
22547 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22548 (tramp-hal-interface-manager, tramp-hal-interface-device):
22549 New defconst.
22550 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22551 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22552 New defuns.
d6ceb380
MA
22553
22554 * net/trampver.el: Update release number.
7ae3ea65 22555
0ad6626b
KH
225562009-06-30 Kenichi Handa <handa@m17n.org>
22557
22558 * international/fontset.el (setup-default-fontset): Add CJK fonts
22559 for symbols and the other miscellaneous characters.
22560
4b8b1ec5
SM
22561 * language/korea-util.el (setup-korean-environment-internal):
22562 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22563 (exit-korean-environment): Cancel above.
22564
22565 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22566 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22567 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22568 environments, and an exit-function to cancel that.
22569
22570 * language/japan-util.el (setup-japanese-environment-internal):
22571 Call use-cjk-char-width-table with arg `ja_JP'.
22572
22573 * international/characters.el (cjk-char-width-table): Delete it.
22574 (cjk-char-width-table-list): New variable.
22575 (use-cjk-char-width-table): New arg local-name.
22576 (use-default-char-width-table): Fix for the case that Emacs is
22577 already using the default char-width-table.
22578
fd46e893
MA
225792009-06-29 Michael Albinus <michael.albinus@gmx.de>
22580
22581 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22582 modes mandatory. (Bug#3712)
22583
b87d9f96
AM
225842009-06-29 Alan Mackenzie <acm@muc.de>
22585
22586 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22587 correction between the visible width of TABs and their number of bytes.
b87d9f96 22588
2d25aa5a
CY
225892009-06-29 Chong Yidong <cyd@stupidchicken.com>
22590
22591 * server.el (server-buffer-done): Prevent kill-buffer from
22592 prompting by clearing the buffer modification flag (Bug#3696).
22593
a3a8b002
DN
225942009-06-28 Michael McNamara <mac@mail.brushroad.com>
22595
bf0b361c 22596 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22597 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22598 (verilog-basic-complete-re): Support localparam lineup.
22599 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22600 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22601 commenting.
22602 (verilog-leap-to-case-head): Now support *nested* unique &
22603 priority case statements.
22604 (verilog-auto-lineup): Make just declarations the default (as it
22605 had been).
4b8b1ec5 22606 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22607 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22608 select the various styles of automatic lineup.
a3a8b002
DN
22609 (verilog-error-regexp-alist): Rework to support the XEmacs style
22610 of error regular expressions from compilers, lint tools &
22611 simulators. Note that GNU Emacs has made it impossible for a mode
22612 to load such things.
22613 (electric-verilog-terminate-line, verilog-indent-declaration)
22614 (verilog-auto-wiure): Rework for radio button selection of
22615 auto-lineup selection of specification of auto lineup.
22616 (verilog-beg-of-statement-1): Redesign to support proper operation
22617 in additional code, based on testing with auto-lineup.
22618 (verilog-calculate-indent, assignments & declarations)
22619 (verilog-backward-token): Enhance to support auto-lineup of
22620 assignments & declarations.
22621 (verilog-in-directive-p, verilog-at-struct-p): New function for
22622 easy test of whether we are.
22623 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22624 to support safe execution at almost anyline.
22625 (verilog-calc-1): Properly support indenting deep inside generate
22626 blocks.
48c2d18a 22627 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22628 as it is redundant with font-lock-defaults.
a8f316ca 22629 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22630 to avoid circular calls if syntax-ppss is a function (as is the
22631 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22632 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22633 (verilog-ovm-begin-re, verilog-ovm-end-re)
22634 (verilog-ovm-statement-re, verilog-leap-to-head)
22635 (verilog-backward-token): Add support for OVM macros. Some are
22636 complete statements, and others open and close scopes like begin
22637 and end.
22638 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22639 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22640 compilation issue.
48c2d18a 22641 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22642 coverpoint, constraint and cross statements.
a3a8b002
DN
22643 (verilog-defun-level-list, verilog-generate-defun-level-list)
22644 (verilog-all-defun-level-list): Redo these specifications - it is
22645 too hard to support eval-when compile aggregation of lists also
22646 built at when-compile time.
22647 (verilog-defun-level-list): Place defconsts of variables used in
22648 building regular expressions which are built in eval-when-compile
22649 bodies in the same eval-when-compile body to facilitate compile
22650 without load.
22651 (verilog-beg-block-re-ordered): Support indenting
22652 virtual/protected tasks and functions.
7b6fefac 22653 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22654 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22655 indentation of some module items (generate items).
22656 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22657 across virtual/protected tasks and functions.
22658
226592009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22660
bf0b361c 22661 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22662 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22663 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22664 in concatenations. Reported by Yishay Belkind.
22665 (verilog-auto-ascii-enum): Support one-hot state machines in
22666 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22667 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22668 modport in AUTOINST and add vl-modport for users.
22669 Reported by David Rogoff.
a3a8b002
DN
22670 (verilog-auto-inout-module, verilog-auto-inst)
22671 (verilog-decls-get-interfaces, verilog-insert-definition)
22672 (verilog-insert-one-definition, verilog-read-decls)
22673 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22674 (verilog-sig-modport, verilog-signals-combine-bus)
22675 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22676 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22677 Suggested by David Rogoff.
22678 (verilog-repair-open-comma): Fix non-insertion of comma when
22679 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22680 (verilog-make-width-expression): Simplify [A-1:0] expression
22681 widths to just {A{1'b0}}.
22682 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22683 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22684 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22685 inputs/outputs or data type. Suggested by Vasu Kandadi.
22686 (next-error-last-buffer): Fix byte-compiler warning.
22687 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22688 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22689 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22690 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22691 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22692 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22693 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22694 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22695 causing use of <= assignments. Reported by Alex Reed.
22696 (verilog-read-decls): Fix triand, trior, wand, wor to be
22697 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22698 (verilog-extended-complete-re): Support import "DPI-C" functions.
22699 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22700 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22701 (verilog-insert-date, verilog-insert-year)
22702 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22703 Windows systems. Reported by Michael Potts.
22704 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22705 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22706 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22707 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22708 (verilog-read-decls): Fix detecting "parameter int" when using
22709 AUTOINSTPARAM. Reported by Bruce T.
22710 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22711 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22712 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22713 verilog-goto-defun will work. Reported by Lawrence Butcher.
22714 (verilog-getopt): Expand environment variables in -f file
22715 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22716 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22717 when reading enumerations.
22718 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22719 Suggested by Stephen Peltan.
4b8b1ec5 22720 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22721 files. Reported by Steve Peltan.
22722
f7c0d931
CY
227232009-06-28 David De La Harpe Golden <david@harpegolden.net>
22724
22725 * files.el (trash-directory): Fix defcustom type.
22726
baf1a55e 227272009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22728
22729 * help-fns.el (describe-function-1): Correctly locate adviced
22730 functions in hyperlink (Bug#2438).
22731
d63a01ef
CY
227322009-06-28 Chong Yidong <cyd@stupidchicken.com>
22733
22734 * files.el (trash-directory): Change default to nil.
22735 (move-file-to-trash): If trash-directory is nil and
22736 system-move-file-to-trash is unbound, perform freedesktop-style
22737 trashing.
22738
227392009-06-28 David De La Harpe Golden <david@harpegolden.net>
22740
22741 * files.el (move-file-to-trash): Add freedesktop trash
22742 support (Bug#973).
22743
fc2f6a26
GM
227442009-06-28 Glenn Morris <rgm@gnu.org>
22745
22746 * autorevert.el (global-auto-revert-non-file-buffers)
22747 (global-auto-revert-mode): Doc fixes.
22748
00242b07
JB
227492009-06-27 Johan Bockgård <bojohan@gnu.org>
22750
22751 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22752
f5594f03
CY
227532009-06-27 Chong Yidong <cyd@stupidchicken.com>
22754
e8a2b2da
CY
22755 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22756 opened an X connection before calling x-get-resource (Bug#3194).
22757
f5594f03
CY
22758 * play/doctor.el: Remove reference to obsolete website.
22759 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22760
3c3bf6ce
DN
227612009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22762
22763 Remove find-file-not-found-hook VC method. (Bug#2757)
22764 * vc-hooks.el (vc-file-not-found-hook)
22765 (vc-default-find-file-not-found-hook): Remove functions.
22766 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22767 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22768 * vc.el:
22769 * vc-hg.el:
22770 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22771
e26a7bc0
AM
227722009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22773
22774 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22775 compatibility function for `looking-back'.
e26a7bc0 22776
4b8b1ec5 22777 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22778 Use `ispell-looking-back'.
e26a7bc0 22779
d9848600
MA
227802009-06-24 Michael Albinus <michael.albinus@gmx.de>
22781
22782 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22783 rather than `filename'.
d9848600 22784
05fbc4a9
MB
227852009-06-23 Miles Bader <miles@gnu.org>
22786
22787 * face-remap.el (text-scale-set): New function.
22788
f86ca715
GM
227892009-06-23 Glenn Morris <rgm@gnu.org>
22790
33e2c2e5
GM
22791 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22792
f529f302
GM
22793 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22794
34995333
GM
22795 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22796
cc80ccee
GM
22797 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22798
84cb770d
GM
22799 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22800 Simplify Persian conditionals.
22801
d916c965
GM
22802 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22803 variable `filename'.
22804
b6a44b27
GM
22805 * comint.el (comint-insert-input): Doc fix.
22806
f86ca715
GM
22807 * Makefile.in (ELCFILES): Fix typo in previous change.
22808
666e158e
MB
228092009-06-23 Miles Bader <miles@gnu.org>
22810
22811 * cus-start.el: Add entry for `recenter-redisplay'.
22812
be3e598a 228132009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22814
22815 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22816 Add an optional argument for the backend, use it instead of
22817 calling vc-backend.
4b8b1ec5
SM
22818 (vc-mode-line): Add an optional argument for the backend.
22819 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22820 special handling for vc-state being a buffer to ...
22821
22822 * vc-rcs.el (vc-rcs-find-file-hook):
22823 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22824
22825 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22826 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22827 vc-stay-local-p and vc-mode-line calls.
22828
22829 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22830 (vc-cvs-diff, vc-cvs-annotate-command)
22831 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22832 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22833 vc-mode-line calls.
22834
22835 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22836 direct comparison.
22837 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22838 backend when calling vc-mode-line.
22839 (vc-register): Do not create a closure for calling the vc register
22840 function, call it directly.
22841
2764748c
DN
228422009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22843
22844 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22845 to make it obvious item can be clicked.
f5a0b281
DN
22846
22847 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22848
d4a885b2
KH
228492009-06-23 Kenichi Handa <handa@m17n.org>
22850
22851 * language/korea-util.el (korean-key-bindings): Change the binding
22852 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22853 same command.
22854
e3610693
MA
228552009-06-22 Michael Albinus <michael.albinus@gmx.de>
22856
22857 Sync with Tramp 2.1.16.
22858
22859 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22860
22861 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22862 when a loading of a package fails. Completion function for rsync
22863 is `tramp-completion-function-alist-ssh'.
22864 (all): Replace all calls of `split-string' and
22865 `tramp-split-string' by `tramp-compat-split-string'.
22866 (tramp-default-method): Use `tramp-compat-process-running-p'.
22867 (tramp-default-proxies-alist): Allow also Lisp forms.
22868 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22869 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22870 (tramp-domain-regexp): Allow also "-", "_" and ".".
22871 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22872 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22873 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22874 (tramp-handle-directory-files-and-attributes-with-stat):
22875 Care about filenames with spaces, or starting with "-".
e3610693
MA
22876 (tramp-handle-dired-uncache): New defun.
22877 (tramp-handle-insert-directory): Don't flush the directory from
22878 cache, this is handled by `dired-uncache' now.
22879 (tramp-handle-insert-file-contents): Improve error handling.
22880 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22881 Quote `tramp-end-of-output'.
22882 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22883 (tramp-check-for-regexp): Both echoes must be present, before removing.
22884 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22885 (tramp-compute-multi-hops): Eval cons cells of
22886 `tramp-default-proxies-alist'.
22887 (tramp-maybe-open-connection): Use the same command pattern for
22888 first hop and further hops.
22889 (tramp-wait-for-output): Remove handling of newlines.
22890 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22891 (tramp-split-string): Remove function. It is handled in
22892 tramp-compat now.
22893
4b8b1ec5
SM
22894 * net/tramp-cmds.el (tramp-bug):
22895 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22896
22897 * net/tramp-compat.el (tramp-compat-split-string)
22898 (tramp-compat-process-running-p): New defuns.
22899
22900 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22901 for `dired-uncache'.
22902
22903 * net/tramp-gvfs.el: New package.
22904
4b8b1ec5
SM
22905 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22906 Add handler for `dired-uncache'.
e3610693
MA
22907 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22908
22909 * net/trampver.el: Update release number. Make version check fit
22910 for SXEmacs 22.
22911
13a3f374
JM
229122009-06-22 Jim Meyering <meyering@redhat.com>
22913
e0a28a3b 22914 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22915 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22916 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22917
5242671e 229182009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22919 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22920
e0a28a3b 22921 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22922 repository (http://sphinx.net.ru/hg/gdb-mi/).
22923
3fde45af
GM
229242009-06-22 Glenn Morris <rgm@gnu.org>
22925
46253b34
GM
22926 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22927 `mode' and `eval' entries. (Bug#3430)
22928
97e18192
GM
22929 * Makefile.in (ELCFILES): Add fadr.elc.
22930
731a00fb
GM
22931 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22932 differing behavior of \n and ^ in strings. (Bug#3385)
22933
c66cd0ff
GM
22934 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22935
3fde45af
GM
22936 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22937 property.
22938 (lisp-indent-function): Make it a defcustom.
22939
db2241a0
NR
229402009-06-21 Nick Roberts <nickrob@snap.net.nz>
22941
22942 * progmodes/gdb-ui.el: Replace with ...
5242671e 22943 * progmodes/gdb-mi.el: ... this file.
db2241a0 22944 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22945
229462009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22947
db2241a0
NR
22948 * fadr.el: New file.
22949
38d4f316 22950See ChangeLog.14 for earlier changes.
e3d51b27
MR
22951
22952;; Local Variables:
22953;; coding: utf-8
e3d51b27
MR
22954;; End:
22955
73b0cd50 22956 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22957
22958 This file is part of GNU Emacs.
22959
22960 GNU Emacs is free software: you can redistribute it and/or modify
22961 it under the terms of the GNU General Public License as published by
22962 the Free Software Foundation, either version 3 of the License, or
22963 (at your option) any later version.
22964
22965 GNU Emacs is distributed in the hope that it will be useful,
22966 but WITHOUT ANY WARRANTY; without even the implied warranty of
22967 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22968 GNU General Public License for more details.
22969
22970 You should have received a copy of the GNU General Public License
22971 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.